summaryrefslogtreecommitdiff
path: root/multimedia/x264-devel
AgeCommit message (Collapse)AuthorFilesLines
2012-11-28Updated to snapshot 20121127adam4-18/+18
2012-11-09Restore disabling of assembler support under Mac OS X i386 to fixtron1-2/+3
the build.
2012-11-08Oops... also install x264 binaryadam4-7/+19
2012-11-08Changes 20121107:adam8-62/+59
This is another snapshot.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-01-16revert an upstream change in the "configure" script which might be thedrochner2-5/+9
reason for build problems on NetBSD/amd64, as reported by Aran Clauson per PR pkg/45839
2012-01-09update to the 20111207 snapshotdrochner5-51/+36
(this date is the beginning of a period of stability in the development tree) changelog is unknown
2011-07-18update to 20110707drochner7-119/+62
a newer snapshot is needed for newer versions of ffmpeg
2011-01-19revert my change, drochner@ fixed the problem.tnn1-3/+8
2011-01-19the code doesn't use "__PIC__" anymore - remove substitutiondrochner1-4/+1
2011-01-19Correct syntax in previous.dsainty1-5/+3
2011-01-19Fails on current as well, so don't try to use asm there.tnn1-5/+3
Someone who groks linker issues should try to make the asm code position independent. Until then I suspect we will end up using --disable-asm everywhere.
2011-01-17Add a comment why we need to disable assembler support on so many platforms.tron1-1/+5
2011-01-17Disable assembler support under NetBSD 5.1 and older as it requiredtron1-1/+7
binutils 2.17 or newer which is only available under NetBSD-current.
2011-01-17Disable assembler support under Mac OS X (again) to fix the build.tron1-2/+3
2011-01-17update to 20110101, from Makoto Fujiwara per pkgsrc-wipdrochner12-176/+157
(I've just put back libtool support.) needed for update of ffmpeg which in turn is needed for updates of eg vlc and gst-plugin-ffmpeg
2010-08-11Fix build failure on NetBSD/arm as configure suggests:tsutsui1-1/+5
>> You specified a pre-ARMv6 or Thumb-1 CPU in your CFLAGS. >> If you really want to run on such a CPU, configure with --disable-asm.
2010-07-18fix previousdrochner1-2/+2
2010-07-18Disable assembler on SunOS/i386, linking fails.wiz1-2/+2
Per Aleksey Cheusov in PR 43632.
2010-05-07as suggested by OBATA Akio, give up on replacing bashisms anddrochner3-18/+6
just use bash to run the configure script
2010-05-06-don't use assembler code on NetBSD/i386<current -- the gas doesn'tdrochner4-27/+20
do SSSE3 instructions (noticed by OBATA Akio) -cleanup: remove obsolete patch and bashism
2010-05-04update to the 20090920 snapshotdrochner6-41/+54
The snapshot date is chosen for some reason: -vlc-1.0.6 (which I'll commit soon) needs an API change which was introduced on 20090813 -pkgsrc's ffmpeg can't deal with an API change which was done 20090921 (and is not easily updated)
2009-06-03add a patch from upstream git to fix build error on ppc reporteddrochner2-1/+24
by Erik Bertelsen
2009-05-25update to the 20090326 snapshot. This is not absolutely new, but theredrochner14-201/+90
was a period of relative quietness in x264 development, and I've been testing this snapshot for some weeks (on i386). There are too many changes to list here.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-02-03Let to link libx264.la with ${LDFLAGS}, not only ${PTHREAD_LDFLAGS} andobache3-6/+7
${PTHREAD_LIBS}, same as original .so target. At least, need to link with -lm (using pow(3)) Bump PKGREVISION.
2009-01-20Replace /bin/sh in version.sh too.sketch1-2/+2
2009-01-03Disable assembler support on Mac OS X Intel systems because it breaks thetron1-1/+5
build of a shared version of the library.
2008-12-20Disable assembler support on x86_64 systems because it breaks the buildtron1-3/+4
of a shared version of the library.
2008-12-18fix diff botchbjs1-24/+1
2008-12-18add forgotten options.mk.bjs1-0/+46
2008-12-18Update to version we're using (20081217)bjs1-2/+2
2008-12-18Update to 20081218 snapshot. There is no NEWS file or list of changes;bjs17-134/+316
please see the repository for more information. I'm doing this update our version is over a year old and some software is starting to require a newer version.
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.