summaryrefslogtreecommitdiff
path: root/graphics/transcode
diff options
context:
space:
mode:
authormrg <mrg>2003-06-25 08:47:30 +0000
committermrg <mrg>2003-06-25 08:47:30 +0000
commit91b3d58ec2d983158e90b38ee94a2d65f669910f (patch)
treed981ff61c7b345da372a20656a3ead58f3302f0e /graphics/transcode
parentf96368f220d02a75838a3d9c24c825f3292285b4 (diff)
downloadpkgsrc-91b3d58ec2d983158e90b38ee94a2d65f669910f.tar.gz
- remove some CONFIGURE_ARGS no longer required.
- clean up post-patch target to be less broken... - update to transcode 0.6.7. besides bug fixes, major changes are: - Experimental support for decoding and encoding divx5.0.5. I used divx4linux-20030428 for development and testing. - Added support for scanning MP3 files. tcscan will print the number of MP3 chunks and the average bitrate of the file. It also calculate the maximum AVI overhead. - Simple color support for runtime warnings and errors. If you don't like it disable it with --color 0 or --colour 0. If the output of transcode is written to a pipe or file it will be automatically disabled.
Diffstat (limited to 'graphics/transcode')
-rw-r--r--graphics/transcode/Makefile21
-rw-r--r--graphics/transcode/distinfo6
2 files changed, 13 insertions, 14 deletions
diff --git a/graphics/transcode/Makefile b/graphics/transcode/Makefile
index 52d9e97be83..1302640e939 100644
--- a/graphics/transcode/Makefile
+++ b/graphics/transcode/Makefile
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2003/06/23 11:49:42 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2003/06/25 08:47:30 mrg Exp $
-DISTNAME= transcode-0.6.6
+DISTNAME= transcode-0.6.7
CATEGORIES= graphics
-MASTER_SITES= http://freshmeat.net/redir/transcode/15968/url_tgz/
+MASTER_SITES= http://www.zebra.fh-weingarten.de/~transcode/pre/ \
+ http://freshmeat.net/redir/transcode/15968/url_tgz/
MAINTAINER= tech-pkg@netbsd.org
-HOMEPAGE= http://freshmeat.net/projects/transcode/
+HOMEPAGE= http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/
COMMENT= command line video-stream processing tool
BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
@@ -18,18 +19,15 @@ SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-qt
+# when libmpeg3 is a shlib.
CONFIGURE_ARGS+= --without-libmpeg3
-CONFIGURE_ARGS+= --with-lame-includes=${BUILDLINK_PREFIX.lame}
-CONFIGURE_ARGS+= --with-dvdread-includes=${BUILDLINK_PREFIX.libdvdread}
# this used to operate on acinclude.m4 and run aclocal, but running
# aclocal here breaks due to missing DLFCN checking
post-patch:
- cd ${WRKSRC} && \
- sed "s|/usr/local|${PREFIX}|g; s|include/libmpeg3|include/mpeg3|g; s| -ldl||g" aclocal.m4 > aclocal.new && \
- ${MV} aclocal.new aclocal.m4 && \
- ${AUTOHEADER} && \
- ${AUTOCONF}
+ cd ${WRKSRC} && && \
+ sed "s|/usr/local|${PREFIX}|g; s|include/libmpeg3|include/mpeg3|g; s|-ldl -lm|-lm|g" configure > configure.new && \
+ ${MV} configure.new configure && ${CHMOD} a+x configure
-cd ${WRKSRC} && ${AUTOMAKE}
post-install:
@@ -42,6 +40,7 @@ post-install:
.include "../../audio/libvorbis/buildlink2.mk"
.include "../../devel/SDL/buildlink2.mk"
.include "../../devel/libmpeg3/buildlink2.mk"
+# depends on a much later avifile that is in pkgsrc
#.include "../../graphics/avifile/buildlink2.mk"
.include "../../graphics/ImageMagick/buildlink2.mk"
.include "../../graphics/mjpegtools/buildlink2.mk"
diff --git a/graphics/transcode/distinfo b/graphics/transcode/distinfo
index 1167ca107be..6c668fa0943 100644
--- a/graphics/transcode/distinfo
+++ b/graphics/transcode/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/06/23 07:09:32 mrg Exp $
+$NetBSD: distinfo,v 1.2 2003/06/25 08:47:30 mrg Exp $
-SHA1 (transcode-0.6.6.tar.gz) = b46bf4e924fb2d373153103723fb08297feb878b
-Size (transcode-0.6.6.tar.gz) = 2643681 bytes
+SHA1 (transcode-0.6.7.tar.gz) = bbaf2c3da9eb44b399e29590129023a1ddcc0394
+Size (transcode-0.6.7.tar.gz) = 2657825 bytes
SHA1 (patch-aa) = 727be281a865a8c3baab8829c574d4224c072000
SHA1 (patch-ab) = 58f3796b95639aed6fcae1bef23ce9a926c7e6f6
SHA1 (patch-ac) = d6595c96ad0cebf34d620df9829365ba9c9f88c6