diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2014-12-21 21:08:12 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-12-25 02:11:51 -0600 |
commit | bd86701398b9c84ab9cb75287d18b811961b8308 (patch) | |
tree | 1631203891ae2318939d82eb5457c1a0dd4aa3c6 /desktop | |
parent | d039aac92972a004417090716b5e6bd6887a7ee5 (diff) | |
download | slackbuilds-bd86701398b9c84ab9cb75287d18b811961b8308.tar.gz |
desktop/ffmpegthumbnailer: Updated for version 2.0.9.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild | 7 | ||||
-rw-r--r-- | desktop/ffmpegthumbnailer/ffmpegthumbnailer.info | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/desktop/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild b/desktop/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild index bef8924111..5361c5a825 100644 --- a/desktop/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild +++ b/desktop/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for FFmpegthumbnailer # Copyright 2007-2009 Frank Caraballo <fecaraballo{at}gmail{dot}com> -# Copyright 2012-2013 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2012-2014 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ffmpegthumbnailer -VERSION=${VERSION:-2.0.8} +VERSION=${VERSION:-2.0.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,7 +79,8 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --enable-static=no \ - --disable-largefile \ + --enable-gio \ + --enable-thumbnailer \ --build=$ARCH-slackware-linux make diff --git a/desktop/ffmpegthumbnailer/ffmpegthumbnailer.info b/desktop/ffmpegthumbnailer/ffmpegthumbnailer.info index 82a7127427..fdc4610f71 100644 --- a/desktop/ffmpegthumbnailer/ffmpegthumbnailer.info +++ b/desktop/ffmpegthumbnailer/ffmpegthumbnailer.info @@ -1,8 +1,8 @@ PRGNAM="ffmpegthumbnailer" -VERSION="2.0.8" +VERSION="2.0.9" HOMEPAGE="http://code.google.com/p/ffmpegthumbnailer/" -DOWNLOAD="http://ffmpegthumbnailer.googlecode.com/files/ffmpegthumbnailer-2.0.8.tar.gz" -MD5SUM="03e081f89778cd5e4fce30b29a4630e1" +DOWNLOAD="http://www.liwjatan.at/files/src/ffmpegthumbnailer/ffmpegthumbnailer-2.0.9.tar.gz" +MD5SUM="915450d09844d86e2d7fa50043d0924b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ffmpeg" |