wiz
5a1e8b0499
Revbump for
...
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
2012-02-06 12:40:37 +00:00
sbd
d82cb3e038
Recursive bump for graphics/ImageMagick buildlink addition.
2011-11-20 22:11:21 +00:00
sbd
6c1bcc271a
Recursive bump for multimedia/ffmpeg buildlink addition.
2011-11-16 01:33:15 +00:00
sbd
e93e5d65e3
Recursive bump for graphics/freetype2 buildlink addition.
2011-11-01 06:11:52 +00:00
ryoon
7c0dad370f
Recursive revbump after graphics/ImageMagick update.
2011-10-22 15:00:20 +00:00
wiz
af3596f984
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
2011-01-13 13:36:05 +00:00
dsainty
1f40f3a084
Mechanically replace references to graphics/jpeg with the suitable
...
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
2010-12-23 11:44:24 +00:00
obache
4df37b6c5f
Shlib major bumped from 3 to 4 at update of ImageMagick-6.6.4.1.
...
Bump ABI_DEPENDS (and recursive bump).
2010-11-14 14:05:57 +00:00
wiz
e8d8834f6a
Bump PKGREVISION for libpng shlib name change.
...
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
gls
0d60913d55
Add two files left out of the PLIST when lzo option is enabled.
...
Should fix PR/43403, noted by Ryo HAYASAKA.
2010-06-03 19:33:33 +00:00
drochner
191e6a89c4
-enable xvid and mpeg2 support explicitely, seems that these are
...
not enebled per depault anymore upstream (this doesn't add
dependencies, so it doesn't hurt)
from Helge Muehlmeier per PR pkg/43267
-make faac support optional (off per default) because the needed
library cannot be freely redistributed for patent reasons
bump PKGREVISION
2010-05-08 16:04:05 +00:00
wiz
91871f449e
Second try at jpeg-8 recursive PKGREVISION bump.
2010-01-18 09:58:37 +00:00
joerg
3fbb207985
Recursive bump for libltdl
2009-12-15 21:54:17 +00:00
drochner
f317219b71
update to 1.1.5
...
changes:
-v4l improvements
-tcdemux: drop the builtin limit of streams selectable for passthrough
-Fixed the x264 module to work with libx264 >= 76
-Update the video stabilization plugins to version 0.61
-Made libmpeg2 an optional dependency
pkgsrc notes:
-v4l is not supported yet
-added x264 option (on per default)
-libmpeg2 is still mandatory
2009-11-15 18:09:35 +00:00
drochner
64168ff3a9
update to 1.1.4
...
changes:
-Fixed the build system to comply with autoconf 2.64
-Fixed bugs: #16046 (command line option parsing)
2009-09-09 17:41:54 +00:00
sno
551967e4c1
bumping revision due graphics/ImageMagick update
2009-08-26 21:20:13 +00:00
sno
6f7368d4db
bump revision because of graphics/jpeg update
2009-08-26 19:56:37 +00:00
drochner
1da0d2dd2f
update to 1.1.3
...
changes:
-Support for CubicKeys4 and Sinc8 zoom algorithms
-bugfixes
2009-08-17 17:25:51 +00:00
drochner
025004d687
update to 1.1.2
...
This is a major update, too much to list here.
2009-07-07 16:38:29 +00:00
joerg
62d1ba2bac
Remove @dirrm entries from PLISTs
2009-06-14 18:03:28 +00:00
ahoka
3efe446c69
Bump for ffmpeg update.
2009-06-12 17:24:53 +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
adam
b30bfe4cb6
Changes 1.0.7:
...
* bump FFmpeg libraries requisite to SVN >= 20080705. Drop old header
layout support. Drop static linking support (unsupported from ages).
Update user documentation accordingly.
* make AVIStreamHeader structure (more) 64 bit safe.
* keep up with lastest ffmpeg API changes.
PkgSrc:
* Fix buildling with newer ImageMagick
2008-11-21 17:35:12 +00:00
wiz
285b7dd776
Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.
2008-11-10 17:21:33 +00:00
joerg
e3a71de58f
filter_tomsmocomp is only present on i386. Mark as DESTDIR safe.
2008-09-17 18:52:10 +00:00
abs
2356f34767
Remove patch which changed configure test for
...
#include <libpostproc/postprocess.h> to
#include <postprocess.h>
As is no longer needed (and breaks configure) with latest ffmpeg,
and instead patch filter_pp.c to include "libpostproc/postprocess.h"
instead of "postprocess.h"
Bump PKGREVISION
2008-09-15 12:46:44 +00:00
ahoka
5363df8af0
Correct a missed ffmpeg-devel reference.
2008-09-11 18:21:49 +00:00
ahoka
0bc62e12a4
ffmpeg-devel -> ffmpeg
...
Bump!
2008-09-07 23:55:36 +00:00
drochner
ffc49a9895
fix build w/o lzo
2008-08-26 13:21:59 +00:00
drochner
8338c3ebae
update to 1.0.6
...
changes: does not longer require LZOv1 (this was broken in pkgsrc since
archivers/lzo is v2)
2008-08-07 18:43:42 +00:00
wiz
41f426ade1
Reset maintainer on his request.
2008-05-25 21:20:07 +00:00
jlam
841dfa0e7a
Convert to use PLIST_VARS instead of manually passing "@comment "
...
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
xtraeme
57ddafa624
Enable the ogg, vorbis and theora plugins.
2008-02-20 12:16:40 +00:00
xtraeme
36ddea3a27
Fix typo in the lzo option, noted by wiz@.
2008-02-20 12:14:53 +00:00
xtraeme
cdb01e3fee
Do not depend on x264 directly, now that ffmpeg-devel has been fixed
...
all shared libraries for the plugins are created correctly.
PKGREVISION++
2008-02-20 12:06:16 +00:00
xtraeme
dac9a5476a
Update to 1.0.5: bugfixes and misc speedups.
2008-02-20 10:20:04 +00:00
wiz
f109fb13b1
Remove Ex-MASTER_SITEs. From Zafer Aydogan.
2007-12-02 11:35:41 +00:00
drochner
37ac78fcfb
link "tcmodinfo" against libpthread, so that it can dlopen() plugins
...
which are linked against libpthread
bump PKGREVISION
2007-08-09 20:06:35 +00:00
xtraeme
db30afd1cf
Update to 1.0.3: bugfixes.
2007-04-17 18:51:45 +00:00
rillig
3954e1a79d
Fixed AWK interpreter in two scripts. PKGREVISION++
2007-03-08 09:07:41 +00:00
abs
cce9fd58cb
transcode-1.0.2nb9: fix subtitler. +libXaw +libXext +libXpm +libXv -SDL
2007-02-02 16:52:35 +00:00
abs
ecc3f8fa4e
explicitly pass --without-x to avoid trying to pick up X includes which are not buildlinked
2007-02-01 11:55:56 +00:00
wiz
e5b04d25c0
Very belatedly bump PKGREVISION for all jasper dependencies because
...
of the shlib name change (!) during the update to 1.900.0.
Noted by Robert Elz in PR 35431.
2007-01-17 23:47:18 +00:00
xtraeme
50089460c6
Fix installation on systems with gcc4... looks like the filter_tomsmocomp
...
is only built when the compiler is not gcc4.
2006-08-24 16:06:25 +00:00
kristerw
45b86b6c25
Reomove BROKEN_IN for packages that built in the latest
...
NetBSD 3.0_STABLE/i386 bulk build.
2006-08-06 05:16:50 +00:00
wiz
ad782541d0
Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)
...
for SDL shlib changes.
2006-06-12 16:28:05 +00:00
joerg
a293fa6de0
To early: just specify language list directly.
2006-05-19 09:12:25 +00:00
joerg
b93c2ba9a0
Also add C to the language list for completeness.
2006-05-19 09:11:49 +00:00
wiz
991dcdf978
Mark as BROKEN_IN pkgsrc-2006Q1 according to
...
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-18 20:29:58 +00:00
abs
35f1461a6d
USE_LANGUAGES+= c++
2006-05-18 15:25:08 +00:00