diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2009-11-04 01:09:29 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2009-11-04 01:09:29 +1100 |
commit | 380836405a6f133f828bc804f8d3c6e774c006a7 (patch) | |
tree | 6ca18bb2fb6de6c705f5b0dbe1338335ac9b7010 /transcode | |
parent | 27dabfbf13d385399605b3b7f7eeceef4920ccbe (diff) | |
download | contrib-380836405a6f133f828bc804f8d3c6e774c006a7.tar.gz contrib-380836405a6f133f828bc804f8d3c6e774c006a7.tar.xz |
transcode: 1.1.2 -> 1.1.5
Diffstat (limited to 'transcode')
-rw-r--r-- | transcode/.footprint | 2 | ||||
-rw-r--r-- | transcode/.md5sum | 3 | ||||
-rw-r--r-- | transcode/Pkgfile | 12 | ||||
-rw-r--r-- | transcode/transcode-1.1.0-xvid.patch | 11 |
4 files changed, 8 insertions, 20 deletions
diff --git a/transcode/.footprint b/transcode/.footprint index 5876b7fcd..f9565d01c 100644 --- a/transcode/.footprint +++ b/transcode/.footprint @@ -202,6 +202,8 @@ lrwxrwxrwx root/root usr/lib/transcode/export_xvid.so -> export_xvid4.so -rwxr-xr-x root/root usr/lib/transcode/import_dvd.so -rwxr-xr-x root/root usr/lib/transcode/import_ffmpeg.la -rwxr-xr-x root/root usr/lib/transcode/import_ffmpeg.so +-rwxr-xr-x root/root usr/lib/transcode/import_framegen.la +-rwxr-xr-x root/root usr/lib/transcode/import_framegen.so -rwxr-xr-x root/root usr/lib/transcode/import_im.la -rwxr-xr-x root/root usr/lib/transcode/import_im.so -rwxr-xr-x root/root usr/lib/transcode/import_imlist.la diff --git a/transcode/.md5sum b/transcode/.md5sum index 93ddb1bbb..998876b05 100644 --- a/transcode/.md5sum +++ b/transcode/.md5sum @@ -1,3 +1,2 @@ c0bd49a88f667c68c4430ad25bbed510 subtitleripper-0.3-4.tgz -9c1ad496a658a9375dcb3b1b8f5ee227 transcode-1.1.0-xvid.patch -753f7ee4ae154aac1527ceda9d085e65 transcode-1.1.2.tar.bz2 +41ac6b1c0fe30f3aab286e771fc31b9e transcode-1.1.5.tar.bz2 diff --git a/transcode/Pkgfile b/transcode/Pkgfile index 434e350d9..c8a9747e6 100644 --- a/transcode/Pkgfile +++ b/transcode/Pkgfile @@ -2,19 +2,16 @@ # URL: http://www.transcoding.org/cgi-bin/transcode # Maintainer: Danny Rawlins, monster dot romster at gmail dot com # Packager: Martin Opel, mo at obbl-net dot de -# Depends on: e2fsprogs imagemagick libdvdnav lzo mjpegtools mpeg2dec liba52 +# Depends on: imagemagick liba52 libdvdread libmpeg2 lzo mjpegtools name=transcode -version=1.1.2 +version=1.1.5 release=1 source=(http://download.berlios.de/tcforge/$name-$version.tar.bz2 - http://downloads.sourceforge.net/subtitleripper/subtitleripper-0.3-4.tgz - transcode-1.1.0-xvid.patch) + http://downloads.sourceforge.net/subtitleripper/subtitleripper-0.3-4.tgz) build() { cd $name-$version - patch -p 1 -i $SRC/transcode-1.1.0-xvid.patch - autoreconf -i -I m4 CFLAGS+=' -pthread' ./configure \ @@ -26,6 +23,7 @@ build() { --enable-freetype2 \ --enable-imagemagick \ --enable-libdv \ + --enable-libmpeg2 \ --enable-libpostproc \ --enable-libquicktime \ --enable-libxml2 \ @@ -50,6 +48,6 @@ build() { cd contrib/subrip cp ../../../subtitleripper/* . sed -i -e 's|.*ppm.*||i' Makefile - make clean all + make clean all CFLAGS="$CFLAGS -DHAVE_GETLINE" install -m 0755 -D srttool subtitle2pgm subtitle2vobsub $PKG/usr/bin } diff --git a/transcode/transcode-1.1.0-xvid.patch b/transcode/transcode-1.1.0-xvid.patch deleted file mode 100644 index f0a041679..000000000 --- a/transcode/transcode-1.1.0-xvid.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -pruN transcode-1.1.0.orig/configure.in transcode-1.1.0/configure.in ---- transcode-1.1.0.orig/configure.in 2009-01-24 07:22:19.517894851 +0000 -+++ transcode-1.1.0/configure.in 2009-01-24 07:28:16.378895053 +0000 -@@ -872,6 +872,7 @@ if test x"$have_xvid" = x"yes" ; then - AC_MSG_CHECKING([xvid version >= 1.0]) - AC_RUN_IFELSE([AC_LANG_SOURCE([[ - #include <stdio.h> -+#include <pthread.h> - #include <xvid.h> - - int main() { |