Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-30 | Fix linkage in NetBSD so that object files for shared libraries get the | jmmv | 3 | -8/+17 | |
-fPIC -DPIC flags. Fixes execution in, at least, NetBSD/macppc. Bump PKGREVISION. | |||||
2009-08-10 | Disable use of SSE2 accelerations if compiled with gcc<4.2, this causes | drochner | 3 | -2/+25 | |
crashes. (means this snapshot is just too new for NetBSD's toolchain) | |||||
2009-08-05 | Make the faac option enable restricted binaries. | ahoka | 1 | -1/+4 | |
Closes PR pkg/41739. | |||||
2009-07-18 | Remove support code for SDL option; option was removed during last | wiz | 1 | -16/+1 | |
update, since ffplay is a separate package now. Addresses point raised by David A. Holland in PR 41729. | |||||
2009-06-18 | Clean up some lint in ffplay, re-make patch digests, and add a comment to | agc | 1 | -1/+2 | |
ffmpeg's Makefile.common | |||||
2009-06-14 | Add --enable-memalign-hack for NetBSD 4.0 and earlier. | ahoka | 1 | -1/+7 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -11/+1 | |
2009-06-14 | Switch to a more portable endiannes check in the configure script. | ahoka | 2 | -5/+22 | |
Fixes build on NetBSD 4.0 and possibly many more platforms. | |||||
2009-06-14 | Make it build on DragonFly. Fix distinfo - there is no patch-aa. | hasso | 2 | -2/+15 | |
2009-06-12 | Add a missing file from the previous commit. | ahoka | 1 | -0/+50 | |
Thanks David! | |||||
2009-06-12 | Update the buildlink file as well. | ahoka | 1 | -7/+3 | |
2009-06-12 | Update to nightly the snapshot as of 2009-06-11. | ahoka | 13 | -350/+73 | |
Also modularize a bit, so we can have a separate ffplay package. Too many changes to list them. | |||||
2009-05-02 | Add PREV_PKGPATH and/or SUPERSEDES for various packages that | reed | 1 | -1/+2 | |
were moved or renamed. This was for some from 2008 and 2009 and one from 2001. Also I noticed that a CHANGES entry was wrong as said "Renamed" when should have said "Moved" (lua-OSBF) because PKGBASE stayed the same. | |||||
2009-04-07 | Add some dirrms. Bump PKGREVISION. | wiz | 2 | -3/+12 | |
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -14/+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-01-29 | Add fix for buffer overflow in 4xm movie format decoder based on a | tron | 3 | -3/+26 | |
patch from "ffmpeg" SVN. | |||||
2008-12-18 | Recursive dependency bump for multimedia/x264-devel. It's tough | bjs | 1 | -1/+2 | |
to know which packages are affected by the update and how, so to be safe, I'm doing a full bump. | |||||
2008-12-18 | Update patch-oldx264 to deal with new x264-devel snapshot. PKGREVISION++ | bjs | 3 | -7/+38 | |
2008-12-02 | Disable SIMD on AMD64 too. | ahoka | 1 | -4/+4 | |
2008-09-15 | Patch support for img_resample() and friends back into ffmpeg even when | sborrill | 6 | -23/+47 | |
swscale is enabled. This allows older apps (such as vlc 0.8.6i) to run without a specific ffmpeg package option and thus the swscale option is no longer needed. | |||||
2008-09-13 | Add --disable-stripping so our libraries have symbols | jmcneill | 1 | -2/+3 | |
2008-09-12 | I should have added this file in my previous commit. | ahoka | 1 | -0/+15 | |
2008-09-12 | Make swscale an option (on by default). This option needs to be disabled for | sborrill | 3 | -14/+22 | |
vlc08 (0.8.6i). | |||||
2008-09-12 | Patch libavcodec to build with our slightly older version of x264. | ahoka | 3 | -6/+7 | |
This reenables the x264 option and makes it default again. This patch should be removed after an x264 update. | |||||
2008-09-11 | Provide code pathes using posix_memalign, applies at leas to NetBSD | joerg | 4 | -8/+76 | |
current. | |||||
2008-09-08 | Fix the PLIST handling of the SDL option. | ahoka | 4 | -10/+11 | |
Problem reported by Amitai Schlair. | |||||
2008-09-08 | Explicitly disable any mmx or sse code. | ahoka | 3 | -6/+26 | |
Fix endian detection. | |||||
2008-09-07 | Track FreeBSD's SVN snapshots of ffmpeg as there are no more stable | ahoka | 27 | -1355/+266 | |
releases produced by the ffmpeg team. Add v4l2 support for NetBSD. | |||||
2008-09-01 | Add patch to fix ffmpeg remote system access vulnerability (CVE-2008-3162). | tonnerre | 3 | -3/+56 | |
2008-01-22 | This doesn't compile on sparc, so lets not bother spending time trying. | jdc | 1 | -1/+4 | |
2007-12-22 | Linux needs -ldl in all cases (from PR 37587). | joerg | 6 | -35/+82 | |
Add DESTDIR support. | |||||
2007-08-02 | remove dependency on liba52 since this builds its own tweaked | dbj | 2 | -4/+5 | |
version of liba52 into libavcodec bump pkgrevision | |||||
2007-08-02 | fix bktr patch so at least it applies | dbj | 2 | -9/+10 | |
compiling not tested | |||||
2007-08-02 | fixes to compile on darwin | dbj | 8 | -16/+97 | |
2007-06-19 | Fix RCS ID. | joerg | 1 | -1/+1 | |
2007-02-22 | Whitespace cleanup, courtesy of pkglint. | wiz | 1 | -5/+5 | |
Patch provided by Sergey Svishchev in private mail. | |||||
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -3/+3 | |
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. | |||||
2006-12-23 | Make this compile under sparc64. | jdc | 2 | -6/+14 | |
OK joerg@. | |||||
2006-11-02 | Fixed PKGMANDIR. | rillig | 1 | -1/+2 | |
2006-10-25 | fix HOMEPAGE | drochner | 1 | -2/+2 | |
2006-09-27 | Fix homepage. | dillo | 1 | -2/+2 | |
2006-08-11 | -use tools framework for texi2html | drochner | 1 | -3/+2 | |
-also use pod2man | |||||
2006-08-11 | Change texi2html from a runtime to a buildtime dependency. | ben | 1 | -2/+2 | |
2006-08-11 | Depend on texi2html, to make man pages. Bump pkgrevision. | ben | 1 | -2/+3 | |
This is related to PR#34173 | |||||
2006-08-09 | Use PKGREVISION for PKGREVISION bumps. | wiz | 1 | -2/+3 | |
2006-08-09 | Fix PLIST in ffmpeg. Addresses PR#34173 | ben | 2 | -3/+5 | |
2006-07-08 | Change the format of BUILDLINK_ORDER to contain depth information as well, | jlam | 1 | -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-08 | Track information in a new variable BUILDLINK_ORDER that informs us | jlam | 1 | -1/+2 | |
of the order in which buildlink3.mk files are (recursively) included by a package Makefile. | |||||
2006-06-26 | Fix build with gcc4 on NetBSD-3.99.21. | wiz | 4 | -3/+103 | |
2006-06-26 | regen (offsets) | wiz | 2 | -9/+9 | |