diff options
author | veego <veego> | 2005-02-27 12:03:09 +0000 |
---|---|---|
committer | veego <veego> | 2005-02-27 12:03:09 +0000 |
commit | 37c6d67ff2a9709bb6f85f74e68c18775903305f (patch) | |
tree | 057fae6810dea494a439ea5eda669ae83c484210 /multimedia | |
parent | f045e3d38b1c18b86aeac24bb10897e3de8f315b (diff) | |
download | pkgsrc-37c6d67ff2a9709bb6f85f74e68c18775903305f.tar.gz |
Add back lib/transcode/export_xvid.so to PLIST which was removed in rev 1.2.
This file is just an symlink to export_xvid4.so created by the Makefile
and not part of an .la File.
Move lib/transcode/libxvidcore.so.4 to PLIST.i386, because the link is only
created on i386.
Bump PKGREVISION.
Old HOMEPAGE and MASTER_SITES are no longer valid. Change it to the new
pages for transcode 0.6.14, but only two MASTER_SITES have the old file.
ToDo: Update to 0.6.14.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/transcode/Makefile | 9 | ||||
-rw-r--r-- | multimedia/transcode/PLIST | 4 | ||||
-rw-r--r-- | multimedia/transcode/PLIST.i386 | 2 |
3 files changed, 9 insertions, 6 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 65edff8187a..1cf5b24fb33 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.8 2004/10/19 10:37:30 grant Exp $ +# $NetBSD: Makefile,v 1.9 2005/02/27 12:03:09 veego Exp $ DISTNAME= transcode-0.6.12 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= multimedia -MASTER_SITES= http://www.zebra.fh-weingarten.de/~transcode/pre/ +MASTER_SITES= http://dl.fkb.wormulon.net/transcode/ \ + http://dl.kel.wormulon.net/transcode/ MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.zebra.fh-weingarten.de/~transcode/ +HOMEPAGE= http://www.transcoding.org/cgi-bin/transcode COMMENT= Command line video-stream processing tool BUILD_DEPENDS+= nasm>=0.98.36:../../devel/nasm diff --git a/multimedia/transcode/PLIST b/multimedia/transcode/PLIST index f7a2083be73..0577bd9a6dd 100644 --- a/multimedia/transcode/PLIST +++ b/multimedia/transcode/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2004/09/22 08:09:46 jlam Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/02/27 12:03:09 veego Exp $ bin/avifix bin/aviindex bin/avimerge @@ -44,6 +44,7 @@ lib/transcode/export_ppm.la lib/transcode/export_raw.la lib/transcode/export_toolame.la lib/transcode/export_wav.la +lib/transcode/export_xvid.so lib/transcode/export_xvid2.la lib/transcode/export_xvid3.la lib/transcode/export_xvid4.la @@ -135,7 +136,6 @@ lib/transcode/import_xml.la lib/transcode/import_xvid.la lib/transcode/import_yuv.la lib/transcode/import_yuv4mpeg.la -lib/transcode/libxvidcore.so.4 lib/transcode/parse_csv.awk lib/transcode/xvid2.cfg lib/transcode/xvid3.cfg diff --git a/multimedia/transcode/PLIST.i386 b/multimedia/transcode/PLIST.i386 new file mode 100644 index 00000000000..98c1e1fd300 --- /dev/null +++ b/multimedia/transcode/PLIST.i386 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST.i386,v 1.1 2005/02/27 12:03:09 veego Exp $ +lib/transcode/libxvidcore.so.4 |