update to 1.1.5, from Brad.

This commit is contained in:
sthen 2009-11-03 14:32:33 +00:00
parent 617c4320ae
commit 8ff6c4a593
5 changed files with 22 additions and 20 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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 \

View File

@ -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) \

View File

@ -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