summaryrefslogtreecommitdiff
path: root/graphics/transcode/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/transcode/Makefile')
-rw-r--r--graphics/transcode/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/transcode/Makefile b/graphics/transcode/Makefile
index cbdfa17318c..c9e7572e757 100644
--- a/graphics/transcode/Makefile
+++ b/graphics/transcode/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.29 2004/03/12 19:43:50 snj Exp $
+# $NetBSD: Makefile,v 1.30 2004/03/28 20:09:07 mycroft Exp $
-DISTNAME= transcode-0.6.11
-PKGREVISION= 2
+DISTNAME= transcode-0.6.12
CATEGORIES= graphics
MASTER_SITES= http://www.zebra.fh-weingarten.de/~transcode/pre/
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/
+HOMEPAGE= http://www.zebra.fh-weingarten.de/~transcode/
COMMENT= Command line video-stream processing tool
BUILD_DEPENDS+= nasm>=0.98.36:../../devel/nasm
@@ -23,6 +22,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-qt
# when libmpeg3 is a shlib.
CONFIGURE_ARGS+= --without-libmpeg3
+CONFIGURE_ARGS+= --with-default-xvid=xvid4
.if exists(${X11BASE}/lib/libXv.so)
PLIST_SUBST+= FILTERPV=filter_pv.so
@@ -39,7 +39,7 @@ post-patch:
-cd ${WRKSRC} && ${AUTOMAKE}
post-install:
- ${LN} -s ../libxvidcore.so.2.1 ${PREFIX}/lib/transcode/libxvidcore.so.2
+ ${LN} -sf ../libxvidcore.so.4.0 ${PREFIX}/lib/transcode/libxvidcore.so.4
.include "../../archivers/liblzo/buildlink3.mk"
.include "../../audio/liba52/buildlink3.mk"