desktop/ffmpegthumbnailer: Updated for version 2.0.9.

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2014-12-21 21:08:12 +01:00 committed by Robby Workman
parent d039aac929
commit bd86701398
2 changed files with 7 additions and 6 deletions

View file

@ -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

View file

@ -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"