summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg
AgeCommit message (Collapse)AuthorFilesLines
2009-08-30Fix linkage in NetBSD so that object files for shared libraries get thejmmv3-8/+17
-fPIC -DPIC flags. Fixes execution in, at least, NetBSD/macppc. Bump PKGREVISION.
2009-08-10Disable use of SSE2 accelerations if compiled with gcc<4.2, this causesdrochner3-2/+25
crashes. (means this snapshot is just too new for NetBSD's toolchain)
2009-08-05Make the faac option enable restricted binaries.ahoka1-1/+4
Closes PR pkg/41739.
2009-07-18Remove support code for SDL option; option was removed during lastwiz1-16/+1
update, since ffplay is a separate package now. Addresses point raised by David A. Holland in PR 41729.
2009-06-18Clean up some lint in ffplay, re-make patch digests, and add a comment toagc1-1/+2
ffmpeg's Makefile.common
2009-06-14Add --enable-memalign-hack for NetBSD 4.0 and earlier.ahoka1-1/+7
2009-06-14Remove @dirrm entries from PLISTsjoerg1-11/+1
2009-06-14Switch to a more portable endiannes check in the configure script.ahoka2-5/+22
Fixes build on NetBSD 4.0 and possibly many more platforms.
2009-06-14Make it build on DragonFly. Fix distinfo - there is no patch-aa.hasso2-2/+15
2009-06-12Add a missing file from the previous commit.ahoka1-0/+50
Thanks David!
2009-06-12Update the buildlink file as well.ahoka1-7/+3
2009-06-12Update to nightly the snapshot as of 2009-06-11.ahoka13-350/+73
Also modularize a bit, so we can have a separate ffplay package. Too many changes to list them.
2009-05-02Add PREV_PKGPATH and/or SUPERSEDES for various packages thatreed1-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-07Add some dirrms. Bump PKGREVISION.wiz2-3/+12
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-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-29Add fix for buffer overflow in 4xm movie format decoder based on atron3-3/+26
patch from "ffmpeg" SVN.
2008-12-18Recursive dependency bump for multimedia/x264-devel. It's toughbjs1-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-18Update patch-oldx264 to deal with new x264-devel snapshot. PKGREVISION++bjs3-7/+38
2008-12-02Disable SIMD on AMD64 too.ahoka1-4/+4
2008-09-15Patch support for img_resample() and friends back into ffmpeg even whensborrill6-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-13Add --disable-stripping so our libraries have symbolsjmcneill1-2/+3
2008-09-12I should have added this file in my previous commit.ahoka1-0/+15
2008-09-12Make swscale an option (on by default). This option needs to be disabled forsborrill3-14/+22
vlc08 (0.8.6i).
2008-09-12Patch libavcodec to build with our slightly older version of x264.ahoka3-6/+7
This reenables the x264 option and makes it default again. This patch should be removed after an x264 update.
2008-09-11Provide code pathes using posix_memalign, applies at leas to NetBSDjoerg4-8/+76
current.
2008-09-08Fix the PLIST handling of the SDL option.ahoka4-10/+11
Problem reported by Amitai Schlair.
2008-09-08Explicitly disable any mmx or sse code.ahoka3-6/+26
Fix endian detection.
2008-09-07Track FreeBSD's SVN snapshots of ffmpeg as there are no more stableahoka27-1355/+266
releases produced by the ffmpeg team. Add v4l2 support for NetBSD.
2008-09-01Add patch to fix ffmpeg remote system access vulnerability (CVE-2008-3162).tonnerre3-3/+56
2008-01-22This doesn't compile on sparc, so lets not bother spending time trying.jdc1-1/+4
2007-12-22Linux needs -ldl in all cases (from PR 37587).joerg6-35/+82
Add DESTDIR support.
2007-08-02remove dependency on liba52 since this builds its own tweakeddbj2-4/+5
version of liba52 into libavcodec bump pkgrevision
2007-08-02fix bktr patch so at least it appliesdbj2-9/+10
compiling not tested
2007-08-02fixes to compile on darwindbj8-16/+97
2007-06-19Fix RCS ID.joerg1-1/+1
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-5/+5
Patch provided by Sergey Svishchev in private mail.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-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-23Make this compile under sparc64.jdc2-6/+14
OK joerg@.
2006-11-02Fixed PKGMANDIR.rillig1-1/+2
2006-10-25fix HOMEPAGEdrochner1-2/+2
2006-09-27Fix homepage.dillo1-2/+2
2006-08-11-use tools framework for texi2htmldrochner1-3/+2
-also use pod2man
2006-08-11Change texi2html from a runtime to a buildtime dependency.ben1-2/+2
2006-08-11Depend on texi2html, to make man pages. Bump pkgrevision.ben1-2/+3
This is related to PR#34173
2006-08-09Use PKGREVISION for PKGREVISION bumps.wiz1-2/+3
2006-08-09Fix PLIST in ffmpeg. Addresses PR#34173ben2-3/+5
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-06-26Fix build with gcc4 on NetBSD-3.99.21.wiz4-3/+103
2006-06-26regen (offsets)wiz2-9/+9