pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/transcode Add back lib/transcode/export_xvi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/26e217da3e60
branches: trunk
changeset: 489853:26e217da3e60
user: veego <veego%pkgsrc.org@localhost>
date: Sun Feb 27 12:03:09 2005 +0000
description:
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:
multimedia/transcode/Makefile | 9 +++++----
multimedia/transcode/PLIST | 4 ++--
multimedia/transcode/PLIST.i386 | 2 ++
3 files changed, 9 insertions(+), 6 deletions(-)
diffs (52 lines):
diff -r 69af69534e22 -r 26e217da3e60 multimedia/transcode/Makefile
--- a/multimedia/transcode/Makefile Sun Feb 27 11:56:10 2005 +0000
+++ b/multimedia/transcode/Makefile Sun Feb 27 12:03:09 2005 +0000
@@ -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@localhost
-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 -r 69af69534e22 -r 26e217da3e60 multimedia/transcode/PLIST
--- a/multimedia/transcode/PLIST Sun Feb 27 11:56:10 2005 +0000
+++ b/multimedia/transcode/PLIST Sun Feb 27 12:03:09 2005 +0000
@@ -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_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_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 -r 69af69534e22 -r 26e217da3e60 multimedia/transcode/PLIST.i386
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/transcode/PLIST.i386 Sun Feb 27 12:03:09 2005 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.i386,v 1.1 2005/02/27 12:03:09 veego Exp $
+lib/transcode/libxvidcore.so.4
Home |
Main Index |
Thread Index |
Old Index