Commit graph

101 commits

Author SHA1 Message Date
wiz
a40510f2eb Avoid using obsolete texi2html command line flags.
Fixes build with texi2html>=5.
2010-12-03 12:22:19 +00:00
ahoka
fa6e5e2410 drop maintainership 2010-10-24 21:56:51 +00:00
wiz
3b3a043a98 Add VDPAU support, from Aleksey Cheusov. 2010-09-05 22:55:58 +00:00
wiz
4150508a35 Add RCS Id. 2010-09-05 22:55:24 +00:00
wiz
c5e719de52 pkglint cleanup. 2010-09-05 22:55:18 +00:00
tron
1a7ea332c3 Disable assembler optimizations (e.g. MMX support) to make this build
under Mac OS X Intel.
2010-05-24 22:10:01 +00:00
drochner
b1338f16c8 trick "configure" to accept the 20090920 snapshot of x264-devel,
refine dependency pattern, bump PKGREVISION
2010-05-04 18:33:43 +00:00
reed
3304f95d8b Add opencore-arm option. Not enabled by default for ffmpeg.
It worked for me to play a "Adaptive Multi-Rate Codec (GSM telephony)" file
using ffplay.
2010-04-16 15:49:12 +00:00
jmmv
7234f37921 Fix ffmpeg on powerpc again, but without breaking i386. OKed by wiz@. 2010-04-02 11:19:40 +00:00
tron
663d013a5c Make this build and work under Solaris 10 x86:
1.) Work around lack of support for Sun Studio C Compiler and bugs
    in this compiler (it crashes with "-O3", "-xO2" works fine).
2.) Use a hammer to disable MMX, AMD 3DNow and SSE support as Solaris
    refuses to load libraries which contain unsupported instructions.
2010-03-14 23:07:30 +00:00
tron
3a79a84746 Fix installation on platforms where the "install-sh" package is used. 2010-03-14 21:44:49 +00:00
tron
dfb29bcf53 Mark this package as requiring a C99 compiler as it uses the compiler
option "-std=c99". This fixes the build under Solaris 10 using the
Sun Studio Compiler.
2010-03-14 12:59:30 +00:00
tron
3e4562d185 Depend on revsion 3.98.2nb1 or newer of the "lame" package to make sure
that audio encoding actually works. Bump package revision.

Approved by Alistair Crooks.
2010-01-05 23:12:54 +00:00
ahoka
74587b8435 Add an other mirror. 2009-10-30 12:40:27 +00:00
tron
f699b039bb Add patch from ffmpeg GIT repository to fix the vulnerability
reported in SA36760.
2009-09-25 11:10:21 +00:00
ahoka
eadb52fc55 Fix bktr build on DragonFly.
Patch from Steve O'Hara-Smith from pkgsrc-users.
2009-09-22 16:46:50 +00:00
ahoka
14eacf652e Add patch from pkg/42000 to fix cpu detection on powerpc.
Closes PR pkg/42000
2009-09-20 08:13:21 +00:00
ahoka
80041b8248 Dont use PIC on i386 as it breaks inline asm.
Closes PR pkg/41964.
2009-09-07 20:05:30 +00:00
jmmv
ef75ee79ab Fix linkage in NetBSD so that object files for shared libraries get the
-fPIC -DPIC flags.  Fixes execution in, at least, NetBSD/macppc.  Bump
PKGREVISION.
2009-08-30 11:01:58 +00:00
drochner
a97deffe61 Disable use of SSE2 accelerations if compiled with gcc<4.2, this causes
crashes. (means this snapshot is just too new for NetBSD's toolchain)
2009-08-10 20:37:15 +00:00
ahoka
3c78cb8afa Make the faac option enable restricted binaries.
Closes PR pkg/41739.
2009-08-05 11:22:17 +00:00
wiz
e67daf58ac Remove support code for SDL option; option was removed during last
update, since ffplay is a separate package now.
Addresses point raised by David A. Holland in PR 41729.
2009-07-18 10:39:44 +00:00
agc
8b4d373597 Clean up some lint in ffplay, re-make patch digests, and add a comment to
ffmpeg's Makefile.common
2009-06-18 16:36:50 +00:00
ahoka
3b1f3298b7 Add --enable-memalign-hack for NetBSD 4.0 and earlier. 2009-06-14 19:28:10 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
ahoka
747f9bace2 Switch to a more portable endiannes check in the configure script.
Fixes build on NetBSD 4.0 and possibly many more platforms.
2009-06-14 11:27:00 +00:00
hasso
d476260bff Make it build on DragonFly. Fix distinfo - there is no patch-aa. 2009-06-14 01:04:44 +00:00
ahoka
54cfdb1250 Add a missing file from the previous commit.
Thanks David!
2009-06-12 20:26:30 +00:00
ahoka
d6103fd2fb Update the buildlink file as well. 2009-06-12 16:39:49 +00:00
ahoka
1829c1d4c0 Update to nightly the snapshot as of 2009-06-11.
Also modularize a bit, so we can have a separate ffplay package.

Too many changes to list them.
2009-06-12 16:25:34 +00:00
reed
e5e9ad0a4c Add PREV_PKGPATH and/or SUPERSEDES for various packages that
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-05-02 16:21:43 +00:00
wiz
68844e714d Add some dirrms. Bump PKGREVISION. 2009-04-07 19:29:50 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
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-03-20 19:23:50 +00:00
tron
95dbf15a19 Add fix for buffer overflow in 4xm movie format decoder based on a
patch from "ffmpeg" SVN.
2009-01-29 15:02:13 +00:00
bjs
8c2b0e2547 Recursive dependency bump for multimedia/x264-devel. It's tough
to know which packages are affected by the update and how, so to be
safe, I'm doing a full bump.
2008-12-18 17:28:16 +00:00
bjs
04c7cadd25 Update patch-oldx264 to deal with new x264-devel snapshot. PKGREVISION++ 2008-12-18 16:31:53 +00:00
ahoka
45294630cd Disable SIMD on AMD64 too. 2008-12-02 19:40:43 +00:00
sborrill
e49bf21876 Patch support for img_resample() and friends back into ffmpeg even when
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-15 21:24:00 +00:00
jmcneill
7c1d610b01 Add --disable-stripping so our libraries have symbols 2008-09-13 21:19:34 +00:00
ahoka
1c47c74360 I should have added this file in my previous commit. 2008-09-12 14:19:33 +00:00
sborrill
d515a5b3e8 Make swscale an option (on by default). This option needs to be disabled for
vlc08 (0.8.6i).
2008-09-12 13:44:23 +00:00
ahoka
010964ba5b Patch libavcodec to build with our slightly older version of x264.
This reenables the x264 option and makes it default again.

This patch should be removed after an x264 update.
2008-09-12 12:21:07 +00:00
joerg
7c390ad337 Provide code pathes using posix_memalign, applies at leas to NetBSD
current.
2008-09-11 12:08:41 +00:00
ahoka
c62b1f6e0b Fix the PLIST handling of the SDL option.
Problem reported by Amitai Schlair.
2008-09-08 17:57:02 +00:00
ahoka
09865e1650 Explicitly disable any mmx or sse code.
Fix endian detection.
2008-09-08 00:16:35 +00:00
ahoka
72eff7d638 Track FreeBSD's SVN snapshots of ffmpeg as there are no more stable
releases produced by the ffmpeg team.

Add v4l2 support for NetBSD.
2008-09-07 23:39:37 +00:00
tonnerre
c8e51c424c Add patch to fix ffmpeg remote system access vulnerability (CVE-2008-3162). 2008-09-01 00:00:10 +00:00
jdc
27c0a92236 This doesn't compile on sparc, so lets not bother spending time trying. 2008-01-22 22:51:45 +00:00
joerg
6f3e0e9c26 Linux needs -ldl in all cases (from PR 37587).
Add DESTDIR support.
2007-12-22 00:05:25 +00:00
dbj
09c4d82d2a remove dependency on liba52 since this builds its own tweaked
version of liba52 into libavcodec

bump pkgrevision
2007-08-02 21:53:05 +00:00