diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 660749efcaf..3998c23b0e0 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.27 2009/08/25 13:16:40 sthen Exp $ +# $OpenBSD: Makefile,v 1.28 2009/11/03 14:32:33 sthen Exp $ SHARED_ONLY= Yes COMMENT= video stream processing tools -DISTNAME= transcode-1.1.4 +DISTNAME= transcode-1.1.5 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_BERLIOS:=tcforge/} EXTRACT_SUFX= .tar.bz2 @@ -73,6 +73,8 @@ CONFIGURE_ARGS+=--enable-a52 \ --enable-libdvdread \ --enable-libiconv \ --enable-libjpeg \ + --enable-libmpeg2 \ + --enable-libmpeg2convert \ --enable-libpostproc \ --enable-libxml2 \ --enable-netstream \ diff --git a/multimedia/transcode/distinfo b/multimedia/transcode/distinfo index 81965ef5bae..806752ea0b3 100644 --- a/multimedia/transcode/distinfo +++ b/multimedia/transcode/distinfo @@ -1,5 +1,5 @@ -MD5 (transcode-1.1.4.tar.bz2) = a6J3/elcJtIXqIu+Xm3ZlA== -RMD160 (transcode-1.1.4.tar.bz2) = av0Q5nUDpqcO6YJqfhxJoxxKTn4= -SHA1 (transcode-1.1.4.tar.bz2) = PQj2fAR7G0mKSlGDrRZMBkH8vAA= -SHA256 (transcode-1.1.4.tar.bz2) = f2H+xJzL9sXr6GUFx3mmWXETUnMyUrJBKHznvxVxDj4= -SIZE (transcode-1.1.4.tar.bz2) = 2116804 +MD5 (transcode-1.1.5.tar.bz2) = QaxrHA/jDzqrKG53H8Mbng== +RMD160 (transcode-1.1.5.tar.bz2) = /cRBGQEQpK5KVKTiq9MH238BEao= +SHA1 (transcode-1.1.5.tar.bz2) = SMNuBsoM0c3BqcaiQeIx+Jbu/SY= +SHA256 (transcode-1.1.5.tar.bz2) = fgFmUHnu+BYlxHYcxcCKO1O5fekPsHKNZPWoajvFkAk= +SIZE (transcode-1.1.5.tar.bz2) = 2123207 diff --git a/multimedia/transcode/patches/patch-Makefile_in b/multimedia/transcode/patches/patch-Makefile_in index 7636ddfb67a..826e384b812 100644 --- a/multimedia/transcode/patches/patch-Makefile_in +++ b/multimedia/transcode/patches/patch-Makefile_in @@ -1,7 +1,7 @@ -$OpenBSD: patch-Makefile_in,v 1.1 2009/08/18 22:24:13 sthen Exp $ ---- Makefile.in.orig Thu May 14 01:40:50 2009 -+++ Makefile.in Thu May 14 01:41:53 2009 -@@ -321,7 +321,6 @@ SUBDIRS = \ +$OpenBSD: patch-Makefile_in,v 1.2 2009/11/03 14:32:33 sthen Exp $ +--- Makefile.in.orig Sat Oct 31 13:41:03 2009 ++++ Makefile.in Sun Nov 1 20:42:17 2009 +@@ -315,7 +315,6 @@ SUBDIRS = \ multiplex \ $(PVM3) \ src \ diff --git a/multimedia/transcode/patches/patch-avilib_Makefile_in b/multimedia/transcode/patches/patch-avilib_Makefile_in index 41791c4e710..a96f7a5689b 100644 --- a/multimedia/transcode/patches/patch-avilib_Makefile_in +++ b/multimedia/transcode/patches/patch-avilib_Makefile_in @@ -1,7 +1,7 @@ -$OpenBSD: patch-avilib_Makefile_in,v 1.1 2009/08/18 22:24:13 sthen Exp $ ---- avilib/Makefile.in.orig Thu May 7 22:53:21 2009 -+++ avilib/Makefile.in Thu May 7 22:53:50 2009 -@@ -294,6 +294,7 @@ x_libraries = @x_libraries@ +$OpenBSD: patch-avilib_Makefile_in,v 1.2 2009/11/03 14:32:33 sthen Exp $ +--- avilib/Makefile.in.orig Sat Oct 31 13:40:59 2009 ++++ avilib/Makefile.in Sun Nov 1 20:42:17 2009 +@@ -288,6 +288,7 @@ x_libraries = @x_libraries@ xvid_config = @xvid_config@ AM_CPPFLAGS = \ $(PTHREAD_CFLAGS) \ diff --git a/multimedia/transcode/patches/patch-configure_in b/multimedia/transcode/patches/patch-configure_in index 14265774468..b70b698d7f0 100644 --- a/multimedia/transcode/patches/patch-configure_in +++ b/multimedia/transcode/patches/patch-configure_in @@ -1,7 +1,7 @@ -$OpenBSD: patch-configure_in,v 1.1 2009/08/18 22:24:13 sthen Exp $ ---- configure.in.orig Sat Mar 28 04:39:07 2009 -+++ configure.in Sat Jul 18 06:34:53 2009 -@@ -887,7 +887,8 @@ TC_PKG_HAVE(lame, LAME) +$OpenBSD: patch-configure_in,v 1.2 2009/11/03 14:32:33 sthen Exp $ +--- configure.in.orig Sat Oct 31 12:39:02 2009 ++++ configure.in Sun Nov 1 20:42:17 2009 +@@ -888,7 +888,8 @@ TC_PKG_HAVE(lame, LAME) dnl dnl xvid dnl @@ -11,7 +11,7 @@ $OpenBSD: patch-configure_in,v 1.1 2009/08/18 22:24:13 sthen Exp $ [http://www.xvid.org/]) if test x"$have_xvid" = x"yes" ; then AC_MSG_CHECKING([xvid version >= 1.0]) -@@ -906,7 +907,7 @@ int main() { +@@ -907,7 +908,7 @@ int main() { [cannot compile and run a test program])],, [AC_MSG_RESULT([cross compiling; assumed OK...])]) if test x"$xvid_version_ok" = x"yes"; then