diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2011-12-18 18:49:46 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-18 18:49:46 -0600 |
commit | ee222413080a3f514bf669a443beffc165c713ac (patch) | |
tree | bcb9c8683b5f810a64353ebc7104ca88f3440d5c /multimedia/transcode/transcode.SlackBuild | |
parent | 1fd5b2447c7c2b2759c7cded770c548854aa1b01 (diff) | |
download | slackbuilds-ee222413080a3f514bf669a443beffc165c713ac.tar.gz |
multimedia/transcode: Updated for version 1.1.7.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'multimedia/transcode/transcode.SlackBuild')
-rw-r--r-- | multimedia/transcode/transcode.SlackBuild | 11 |
1 files changed, 3 insertions, 8 deletions
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 |