Here is an update to transcode 1.1.7.
Mostly just some bug fixes.
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/multimedia/transcode/Makefile,v
retrieving revision 1.48
diff -u -p -r1.48 Makefile
--- Makefile 29 Mar 2012 13:38:40 -0000 1.48
+++ Makefile 29 Apr 2012 06:05:13 -0000
@@ -4,10 +4,9 @@ SHARED_ONLY= Yes
COMMENT= video stream processing tools
-DISTNAME= transcode-1.1.5
-REVISION= 12
+DISTNAME= transcode-1.1.7
CATEGORIES= multimedia
-MASTER_SITES= ${MASTER_SITE_BERLIOS:=tcforge/}
+MASTER_SITES= http://cdn.bitbucket.org/france/transcode-tcforge/downloads/
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://www.transcoding.org/
@@ -69,8 +68,8 @@ USE_LIBTOOL= Yes
USE_GROFF = Yes
LIBTOOL_FLAGS+= --tag=disable-static
CONFIGURE_STYLE= autoconf automake
-AUTOCONF_VERSION= 2.61
-AUTOMAKE_VERSION= 1.9
+AUTOCONF_VERSION= 2.68
+AUTOMAKE_VERSION= 1.11
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autotools
CONFIGURE_ARGS+=--enable-a52 \
--enable-bktr \
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/multimedia/transcode/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo 3 Nov 2009 14:32:33 -0000 1.8
+++ distinfo 29 Apr 2012 04:21:52 -0000
@@ -1,5 +1,5 @@
-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
+MD5 (transcode-1.1.7.tar.bz2) = m7JaeWqFkft2TeRu6HzlBQ==
+RMD160 (transcode-1.1.7.tar.bz2) = +qhUrLv9UvqqIWUFF2+U11bXeEE=
+SHA1 (transcode-1.1.7.tar.bz2) = 4132i5YOtW7wpZpM2+0Ukb5WruY=
+SHA256 (transcode-1.1.7.tar.bz2) = Hk5y2ODdYqgLjdkGmfXKZMmwyzelyTJcGEFmqWVPCpI=
+SIZE (transcode-1.1.7.tar.bz2) = 2183627
Index: patches/patch-acinclude_m4
===================================================================
RCS file: /home/cvs/ports/multimedia/transcode/patches/patch-acinclude_m4,v
retrieving revision 1.1
diff -u -p -r1.1 patch-acinclude_m4
--- patches/patch-acinclude_m4 11 Jan 2010 08:49:27 -0000 1.1
+++ patches/patch-acinclude_m4 29 Apr 2012 04:26:40 -0000
@@ -1,16 +1,10 @@
$OpenBSD: patch-acinclude_m4,v 1.1 2010/01/11 08:49:27 jakemsr Exp $
---- acinclude.m4.orig Sat Oct 31 09:39:02 2009
-+++ acinclude.m4 Wed Jan 6 01:37:50 2010
-@@ -271,6 +271,38 @@ if test x"$enable_sunau" = x"yes" ; then
- ifelse([$1], , :, [$1])
- else
- AC_MSG_ERROR([sunau is requested, but cannot find headers])
-+ fi
-+fi
-+])
-+
-+dnl -----------------------------------------------------------------------
-+
+--- acinclude.m4.orig Sat Nov 19 11:50:27 2011
++++ acinclude.m4 Sun Apr 29 00:25:46 2012
+@@ -284,6 +284,38 @@ fi
+
+ dnl -----------------------------------------------------------------------
+
+dnl TC_CHECK_SNDIO([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
+dnl Test for sndio headers
+dnl
@@ -37,6 +31,12 @@ $OpenBSD: patch-acinclude_m4,v 1.1 2010/
+ ifelse([$1], , :, [$1])
+ else
+ AC_MSG_ERROR([sndio is requested, but cannot find headers])
- fi
- fi
- ])
++ fi
++fi
++])
++
++dnl -----------------------------------------------------------------------
++
+ dnl TC_CHECK_OSS([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
+ dnl Test for OSS headers
+ dnl
Index: patches/patch-avilib_Makefile_am
===================================================================
RCS file: patches/patch-avilib_Makefile_am
diff -N patches/patch-avilib_Makefile_am
--- patches/patch-avilib_Makefile_am 11 Jan 2010 08:49:27 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
-$OpenBSD: patch-avilib_Makefile_am,v 1.1 2010/01/11 08:49:27 jakemsr Exp $
---- avilib/Makefile.am.orig Thu Dec 24 22:44:38 2009
-+++ avilib/Makefile.am Thu Dec 24 22:45:00 2009
-@@ -2,6 +2,7 @@
-
- AM_CPPFLAGS = \
- $(PTHREAD_CFLAGS) \
-+ -I$(top_srcdir) \
- $(XIO_CFLAGS)
-
- noinst_LTLIBRARIES = libavi.la libwav.la
Index: patches/patch-avilib_avidump_c
===================================================================
RCS file: patches/patch-avilib_avidump_c
diff -N patches/patch-avilib_avidump_c
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-avilib_avidump_c 30 Apr 2012 08:36:35 -0000
@@ -0,0 +1,21 @@
+$OpenBSD$
+--- avilib/avidump.c.orig Sat Nov 19 11:50:27 2011
++++ avilib/avidump.c Mon Apr 30 04:36:10 2012
+@@ -320,7 +320,7 @@ static void dump_vals(int fd, int count, struct VAL *n
+ {
+ uint32_t i,j,val32;
+ uint16_t val16;
+- loff_t val64;
++ off_t val64;
+ char val8;
+
+ for (i = 0; names[i].type != EoLST; i++) {
+@@ -605,7 +605,7 @@ static boolean ProcessChunk(int fd, off_t filepos, off
+
+ case indxtag: {
+ uint32_t chunks=*chunksize-sizeof(names_indx)/sizeof(char*);
+- loff_t offset;
++ off_t offset;
+ uint32_t size, duration;
+ uint32_t u=0;
+ off_t indxend = datapos + chunks;
Index: patches/patch-configure_in
===================================================================
RCS file: /home/cvs/ports/multimedia/transcode/patches/patch-configure_in,v
retrieving revision 1.3
diff -u -p -r1.3 patch-configure_in
--- patches/patch-configure_in 11 Jan 2010 08:49:27 -0000 1.3
+++ patches/patch-configure_in 29 Apr 2012 04:26:25 -0000
@@ -1,7 +1,7 @@
$OpenBSD: patch-configure_in,v 1.3 2010/01/11 08:49:27 jakemsr Exp $
---- configure.in.orig Sat Oct 31 09:39:02 2009
-+++ configure.in Thu Dec 24 22:25:36 2009
-@@ -791,6 +791,12 @@ TC_CHECK_SUNAU(AC_DEFINE([HAVE_SUNAU], 1, [Have Sun st
+--- configure.in.orig Sat Nov 19 11:50:27 2011
++++ configure.in Sun Apr 29 00:25:46 2012
+@@ -721,6 +721,12 @@ TC_CHECK_SUNAU(AC_DEFINE([HAVE_SUNAU], 1, [Have Sun st
AM_CONDITIONAL(HAVE_SUNAU, test x"$have_sunau" = x"yes")
dnl
@@ -14,7 +14,7 @@ $OpenBSD: patch-configure_in,v 1.3 2010/
dnl OSS
dnl
TC_CHECK_OSS(AC_DEFINE([HAVE_OSS], 1, [Have OSS audio]))
-@@ -888,7 +894,8 @@ TC_PKG_HAVE(lame, LAME)
+@@ -818,7 +824,8 @@ TC_PKG_HAVE(lame, LAME)
dnl
dnl xvid
dnl
@@ -24,7 +24,7 @@ $OpenBSD: patch-configure_in,v 1.3 2010/
[http://www.xvid.org/])
if test x"$have_xvid" = x"yes" ; then
AC_MSG_CHECKING([xvid version >= 1.0])
-@@ -907,7 +914,7 @@ int main() {
+@@ -837,7 +844,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
@@ -33,7 +33,7 @@ $OpenBSD: patch-configure_in,v 1.3 2010/
else
have_xvid="no"
TC_PKG_ERROR(xvid, xvid.h, yes, xvid, [http://www.xvid.org/],
-@@ -1487,6 +1494,7 @@ ALSA $have_alsa
+@@ -1406,6 +1413,7 @@ ALSA $have_alsa
OSS $have_oss
bktr $have_bktr
sunau $have_sunau
Index: patches/patch-filter_filter_pp_c
===================================================================
RCS file: patches/patch-filter_filter_pp_c
diff -N patches/patch-filter_filter_pp_c
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-filter_filter_pp_c 29 Apr 2012 05:07:51 -0000
@@ -0,0 +1,17 @@
+$OpenBSD$
+
+Update for newer FFmpeg API.
+
+--- filter/filter_pp.c.orig Sun Apr 29 01:04:14 2012
++++ filter/filter_pp.c Sun Apr 29 01:06:07 2012
+@@ -38,8 +38,8 @@
+
+ /* FIXME: these use the filter ID as an index--the ID can grow
+ * arbitrarily large, so this needs to be fixed */
+-static pp_mode_t *mode[100];
+-static pp_context_t *context[100];
++static pp_mode *mode[100];
++static pp_context *context[100];
+ static int width[100], height[100];
+ static int pre[100];
+
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.