diff options
Diffstat (limited to 'transcode')
-rw-r--r-- | transcode/.md5sum | 2 | ||||
-rw-r--r-- | transcode/Pkgfile | 11 |
2 files changed, 6 insertions, 7 deletions
diff --git a/transcode/.md5sum b/transcode/.md5sum index 000ec7332..41fc5310d 100644 --- a/transcode/.md5sum +++ b/transcode/.md5sum @@ -1,4 +1,4 @@ c0bd49a88f667c68c4430ad25bbed510 subtitleripper-0.3-4.tgz eceddd2e0c178149e575fb7e7d246da3 transcode-1.0.6-ffmpeg-directory-include.patch 71de9beef2ff270c265b2869baa75e9f transcode-1.0.6-imagemagick-detection.patch -7c3a341b0e4540e34ef50c66b0ab751d transcode-1.0.6.tar.bz2 +48a57f36861450dde78d6a1ad5edf99f transcode-1.0.7.tar.bz2 diff --git a/transcode/Pkgfile b/transcode/Pkgfile index 90d5939e8..7ab0c7d4c 100644 --- a/transcode/Pkgfile +++ b/transcode/Pkgfile @@ -5,17 +5,17 @@ # Depends on: imagemagick liba52 libdvdnav libfame libtheora lzo mjpegtools mpeg2dec name=transcode -version=1.0.6 +version=1.0.7 release=1 source=(http://fromani.exit1.org/$name-$version.tar.bz2 http://dl.sourceforge.net/subtitleripper/subtitleripper-0.3-4.tgz - $name-$version-imagemagick-detection.patch - $name-$version-ffmpeg-directory-include.patch) + $name-1.0.6-imagemagick-detection.patch + $name-1.0.6-ffmpeg-directory-include.patch) build() { cd $name-$version - patch -p 1 -i $SRC/$name-$version-imagemagick-detection.patch - patch -p 1 -i $SRC/$name-$version-ffmpeg-directory-include.patch + patch -p 1 -i $SRC/$name-1.0.6-imagemagick-detection.patch + patch -p 1 -i $SRC/$name-1.0.6-ffmpeg-directory-include.patch aclocal autoconf libtoolize --force --copy @@ -59,4 +59,3 @@ build() { install -m 0755 -D srttool subtitle2pgm subtitle2vobsub $PKG/usr/bin chmod a-x $PKG/usr/lib/transcode/*.so } - |