summaryrefslogtreecommitdiff
path: root/multimedia/x264-devel
AgeCommit message (Collapse)AuthorFilesLines
2008-11-18Don't strip the binary if INSTALL_UNSTRIPPED is set.rillig1-1/+4
2008-07-30I missed this change in my previous commit. Should build OK on PPC now.ahoka2-1/+15
2008-07-30Include altivec.h on NetBSD/ppc. This will unbreak the build for thatahoka7-1/+85
platform. Closes PR pkg/38470.
2008-07-10Fix compilation on Solaris, which lacks isinfinite as reported byjoerg2-1/+15
Daniel Vergien.
2008-07-10Fix build on Solaris: install -d must be called with only one directory.joerg2-16/+20
2008-04-09Try harder to disable AltiVec support under Mac OS X PPC (because it cannottron4-15/+26
be used in a shared library). Applications linked against "libx264" can now actually be started without crashing immediately because the symbol "_x264_deblock_h_luma_altivec" couldn't be found. Bump package revision because of this fix.
2008-03-31Completely disable PowerPC assembler code under Mac OS X. It requires totron3-21/+18
ignore linker warnings under Tiger and doesn't work at all under Leopard with Xcode tools 3.0.
2008-03-18Fix build under Mac OS X Intel by stripping out the "-fno-common" thattron5-28/+34
"yasm" doesn't understand. Also improve the similar hack used under NetBSD to strip out "-fpic".
2008-03-11Fix build under Mac OS X PPC.tron3-5/+13
2008-03-10now that that we rely on the fact that we get correct PIC from yasmdrochner6-7/+131
we can as well use libtool, to get a proper .so which can be dynamically loaded, tested by Mihai Chelaru, bump PKGREVISION
2008-03-07build PICkefren1-1/+2
This way multimedia/ffmpeg-devel gets build on NetBSD/amd64
2008-01-07Use yasm on i386 as well. From Matthias Drochner.joerg3-8/+13
2008-01-04Update to x264-20071218. No changelog, patch is from Adam Hoka.joerg4-31/+17
2007-12-27Supports DESTDIR.joerg1-1/+3
2007-12-02Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev.wiz1-2/+2
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-23Add DragonFly support.joerg3-5/+30
2006-02-21Add build time dependency on nasm / yasm for i386 and amd64.joerg1-1/+9
2006-02-18Recognize amd64 as equivalent of x86_64 as shown by bulk build.joerg2-1/+15
2006-02-12Initial import of the development version of x264.joerg5-0/+53
From DESCR: Development version of x264, a high quality H.264 codec.