summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/transcode/transcode-jpeg8.patch10
-rw-r--r--multimedia/transcode/transcode.SlackBuild11
-rw-r--r--multimedia/transcode/transcode.info8
3 files changed, 7 insertions, 22 deletions
diff --git a/multimedia/transcode/transcode-jpeg8.patch b/multimedia/transcode/transcode-jpeg8.patch
deleted file mode 100644
index 1074bdf9a2..0000000000
--- a/multimedia/transcode/transcode-jpeg8.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- transcode-1.1.5/export/export_jpg.c 2009-02-21 18:01:57.000000000 -0300
-+++ transcode-1.1.5_patched/export/export_jpg.c 2010-06-12 13:27:04.000000000 -0300
-@@ -91,6 +91,7 @@
-
- jpeg_set_quality(&encinfo, quality, TRUE);
- encinfo.raw_data_in = TRUE;
-+ encinfo.do_fancy_downsampling = FALSE;
- encinfo.in_color_space = JCS_YCbCr;
-
- encinfo.comp_info[0].h_samp_factor = 2;
diff --git a/multimedia/transcode/transcode.SlackBuild b/multimedia/transcode/transcode.SlackBuild
index 569f679ad5..c4f94c459b 100644
--- a/multimedia/transcode/transcode.SlackBuild
+++ b/multimedia/transcode/transcode.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for transcode
-# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=transcode
-VERSION=1.1.5
-BUILD=${BUILD:-2}
+VERSION=1.1.7
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -69,9 +69,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# Fix an issue with newer libjpeg versions. Thanks to Niels Horn for the patch :)
-patch -p1 -i $CWD/transcode-jpeg8.patch
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -81,7 +78,6 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--mandir=/usr/man \
- --enable-netstream \
--enable-alsa \
--enable-v4l \
--enable-libv4l2=${LIBV4L:-yes} \
@@ -105,7 +101,6 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-lzo \
--enable-libpostproc \
--enable-imagemagick \
- --with-libpostproc-includes=/usr/include/libpostproc \
--build=$ARCH-slackware-linux
make
diff --git a/multimedia/transcode/transcode.info b/multimedia/transcode/transcode.info
index bb90ac7b08..1a0167efd2 100644
--- a/multimedia/transcode/transcode.info
+++ b/multimedia/transcode/transcode.info
@@ -1,10 +1,10 @@
PRGNAM="transcode"
-VERSION="1.1.5"
+VERSION="1.1.7"
HOMEPAGE="http://www.transcoding.org/"
-DOWNLOAD="http://download.berlios.de/tcforge/transcode-1.1.5.tar.bz2"
-MD5SUM="41ac6b1c0fe30f3aab286e771fc31b9e"
+DOWNLOAD="https://bitbucket.org/france/transcode-tcforge/downloads/transcode-1.1.7.tar.bz2"
+MD5SUM="9bb25a796a8591fb764de46ee87ce505"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
-APPROVED="Erik Hanson"
+APPROVED="rworkman"