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
dbj
a38782a038
fix bktr patch so at least it applies
...
compiling not tested
2007-08-02 21:51:52 +00:00
dbj
9b6b629433
fixes to compile on darwin
2007-08-02 21:48:33 +00:00
joerg
51caae7584
Fix RCS ID.
2007-06-19 00:23:51 +00:00
wiz
601583c320
Whitespace cleanup, courtesy of pkglint.
...
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
rillig
2829e658f2
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
...
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.
2007-01-07 09:13:46 +00:00
jdc
f707eb4925
Make this compile under sparc64.
...
OK joerg@.
2006-12-23 20:53:42 +00:00
rillig
277c86e453
Fixed PKGMANDIR.
2006-11-02 02:26:55 +00:00
drochner
926f5c78df
fix HOMEPAGE
2006-10-25 14:02:00 +00:00
dillo
fd1154264d
Fix homepage.
2006-09-27 15:29:11 +00:00
drochner
500f0b2681
-use tools framework for texi2html
...
-also use pod2man
2006-08-11 09:37:11 +00:00
ben
9d40c7b32a
Change texi2html from a runtime to a buildtime dependency.
2006-08-11 05:40:47 +00:00
ben
597af5d82e
Depend on texi2html, to make man pages. Bump pkgrevision.
...
This is related to PR#34173
2006-08-11 03:13:04 +00:00
wiz
555ba3a379
Use PKGREVISION for PKGREVISION bumps.
2006-08-09 17:13:53 +00:00
ben
3b9e117cf7
Fix PLIST in ffmpeg. Addresses PR#34173
2006-08-09 14:14:40 +00:00
jlam
c16221a4db
Change the format of BUILDLINK_ORDER to contain depth information as well,
...
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 23:10:35 +00:00
jlam
9430e49307
Track information in a new variable BUILDLINK_ORDER that informs us
...
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
wiz
32d424955a
Fix build with gcc4 on NetBSD-3.99.21.
2006-06-26 19:40:06 +00:00
wiz
e4e4661a37
regen (offsets)
2006-06-26 19:39:54 +00:00