summaryrefslogtreecommitdiffstats
path: root/desktop/ffmpegthumbnailer
diff options
context:
space:
mode:
author Frank Caraballo2010-05-13 00:22:38 +0200
committer David Somero2010-05-13 00:22:38 +0200
commit8f61a76668f5162882ba3fffde4ddd68cda7a46a (patch)
tree262da2a0a65dd8291ecab450c39babda2e663ffe /desktop/ffmpegthumbnailer
parent11908a9dd8047857ead3bb9292e78c2ef5651aea (diff)
downloadslackbuilds-8f61a76668f5162882ba3fffde4ddd68cda7a46a.tar.gz
desktop/ffmpegthumbnailer: Updated for version 1.5.6
Diffstat (limited to 'desktop/ffmpegthumbnailer')
-rw-r--r--desktop/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild8
-rw-r--r--desktop/ffmpegthumbnailer/ffmpegthumbnailer.info10
2 files changed, 12 insertions, 6 deletions
diff --git a/desktop/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild b/desktop/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild
index bcc338478a..c3b1fa600b 100644
--- a/desktop/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild
+++ b/desktop/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ffmpegthumbnailer
-VERSION=${VERSION:-1.5.0}
+VERSION=${VERSION:-1.5.6}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -35,10 +35,13 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
fi
rm -rf $PKG
@@ -58,6 +61,7 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
+ --libdir=/usr/lib$LIBDIRSUFFIX \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
@@ -83,4 +87,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/desktop/ffmpegthumbnailer/ffmpegthumbnailer.info b/desktop/ffmpegthumbnailer/ffmpegthumbnailer.info
index e48416bd49..2be176c39d 100644
--- a/desktop/ffmpegthumbnailer/ffmpegthumbnailer.info
+++ b/desktop/ffmpegthumbnailer/ffmpegthumbnailer.info
@@ -1,8 +1,10 @@
PRGNAM="ffmpegthumbnailer"
-VERSION="1.5.0"
+VERSION="1.5.6"
HOMEPAGE="http://code.google.com/p/ffmpegthumbnailer/"
-DOWNLOAD="http://ffmpegthumbnailer.googlecode.com/files/ffmpegthumbnailer-1.5.0.tar.gz"
-MD5SUM="b260507b2c8d9db46d5b73d76b3986b6"
+DOWNLOAD="http://ffmpegthumbnailer.googlecode.com/files/ffmpegthumbnailer-1.5.6.tar.gz"
+MD5SUM="24e4694b7b2d324db60b7d9484abb652"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
MAINTAINER="Frank Caraballo"
EMAIL="fecaraballo{at}gmail{dot}com"
-APPROVED="pprkut"
+APPROVED="dsomero"