From 64d20af1946266b74ceee1c474c2f2118ad1ecc1 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sun, 21 Feb 2016 17:01:18 +0100 Subject: [PATCH] desktop/ffmpegthumbnailer: Updated for version 2.1.1. Signed-off-by: Heinz Wiesinger --- .../ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild | 11 ++++------- desktop/ffmpegthumbnailer/ffmpegthumbnailer.info | 6 +++--- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/desktop/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild b/desktop/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild index 8c8b68db66..9005944f1b 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 -# Copyright 2012-2015 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2012-2016 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.10} +VERSION=${VERSION:-2.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,17 +70,14 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Fix installing into correct libdir -sed -i "s|\${CMAKE_INSTALL_PREFIX}/lib|\${CMAKE_INSTALL_PREFIX}/lib\${LIB_SUFFIX}|g" \ - CMakeLists.txt - mkdir build cd build cmake \ -DCMAKE_CXX_FLAGS="${SLKCFLAGS}" \ -DCMAKE_C_FLAGS="${SLKCFLAGS}" \ -DCMAKE_INSTALL_PREFIX="/usr" \ - -DLIB_SUFFIX=${LIBDIRSUFFIX} \ + -DCMAKE_INSTALL_LIBDIR="lib${LIBDIRSUFFIX}" \ + -DCMAKE_INSTALL_MANDIR="man" \ -DENABLE_GIO="yes" \ -DENABLE_THUMBNAILER="yes" \ .. diff --git a/desktop/ffmpegthumbnailer/ffmpegthumbnailer.info b/desktop/ffmpegthumbnailer/ffmpegthumbnailer.info index bdf65592cc..73b976d985 100644 --- a/desktop/ffmpegthumbnailer/ffmpegthumbnailer.info +++ b/desktop/ffmpegthumbnailer/ffmpegthumbnailer.info @@ -1,8 +1,8 @@ PRGNAM="ffmpegthumbnailer" -VERSION="2.0.10" +VERSION="2.1.1" HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer" -DOWNLOAD="https://github.com/dirkvdb/ffmpegthumbnailer/releases/download/2.0.10/ffmpegthumbnailer-2.0.10.tar.bz2" -MD5SUM="3918d43b9d76c6e3eaf17e1c0c7dd5bc" +DOWNLOAD="https://github.com/dirkvdb/ffmpegthumbnailer/releases/download/2.1.1/ffmpegthumbnailer-2.1.1.tar.bz2" +MD5SUM="753c8ba68f66ae085ef178d7c5966cae" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ffmpeg"