summaryrefslogtreecommitdiffstats
path: root/desktop/ffmpegthumbnailer
diff options
context:
space:
mode:
author Frank Caraballo <fecaraballo{at}gmail{dot}com>2010-05-11 22:21:51 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-11 22:21:51 +0200
commitf286a25d705137066da3260d6c810717e22ea7e0 (patch)
tree754b0c1dd1727718c9e8ccb0e28d8b522987a30d /desktop/ffmpegthumbnailer
parent4cca34e333240ca945c5557d5380c1c6989c80a7 (diff)
downloadslackbuilds-f286a25d705137066da3260d6c810717e22ea7e0.tar.gz
slackbuilds-f286a25d705137066da3260d6c810717e22ea7e0.tar.xz
desktop/ffmpegthumbnailer: Updated for version 1.2.6
Diffstat (limited to 'desktop/ffmpegthumbnailer')
-rw-r--r--desktop/ffmpegthumbnailer/README8
-rw-r--r--desktop/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild9
-rw-r--r--desktop/ffmpegthumbnailer/ffmpegthumbnailer.info8
-rw-r--r--desktop/ffmpegthumbnailer/slack-desc2
4 files changed, 17 insertions, 10 deletions
diff --git a/desktop/ffmpegthumbnailer/README b/desktop/ffmpegthumbnailer/README
index b4846fa073..e658ba0538 100644
--- a/desktop/ffmpegthumbnailer/README
+++ b/desktop/ffmpegthumbnailer/README
@@ -1,6 +1,6 @@
-FFmpegthumbnailer is a lightweight video thumbnailer that can be used by
-file managers to create thumbnails for your video files. The thumbnailer
-uses ffmpeg to decode frames from the video files, so supported videoformats
+FFmpegthumbnailer is a lightweight video thumbnailer that can be used by
+file managers to create thumbnails for your video files. The thumbnailer
+uses ffmpeg to decode frames from the video files, so supported videoformats
depend on the configuration flags of ffmpeg.
-ffmpeg (also available at SlackBuilds) is required to build this package.
+ffmpeg (also available at SBo) is required to build FFmpegthumbnailer.
diff --git a/desktop/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild b/desktop/ffmpegthumbnailer/ffmpegthumbnailer.SlackBuild
index d17a6f7c1e..3d43f41cee 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=1.1.5
+VERSION=1.2.6
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -39,6 +39,8 @@ if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
+elif [ "$ARCH" = "x86_64" ]; then
+ SLKCFLAGS="-O2 -fPIC"
fi
rm -rf $PKG
@@ -47,6 +49,7 @@ cd $TMP || exit 1
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
cd $PRGNAM-$VERSION || exit 1
+
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
@@ -54,6 +57,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
@@ -61,6 +65,9 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--program-prefix="" \
--program-suffix="" \
+ --enable-shared=yes \
+ --enable-static=no \
+ --disable-largefile \
|| exit 1
make || exit 1
diff --git a/desktop/ffmpegthumbnailer/ffmpegthumbnailer.info b/desktop/ffmpegthumbnailer/ffmpegthumbnailer.info
index 3f6921b087..f64d6853b0 100644
--- a/desktop/ffmpegthumbnailer/ffmpegthumbnailer.info
+++ b/desktop/ffmpegthumbnailer/ffmpegthumbnailer.info
@@ -1,8 +1,8 @@
PRGNAM="ffmpegthumbnailer"
-VERSION="1.1.5"
+VERSION="1.2.6"
HOMEPAGE="http://code.google.com/p/ffmpegthumbnailer/"
-DOWNLOAD="http://ffmpegthumbnailer.googlecode.com/files/ffmpegthumbnailer-1.1.5.tar.gz"
-MD5SUM="3fd10a22eb34e28bd670c8d9aa6b6d38"
+DOWNLOAD="http://ffmpegthumbnailer.googlecode.com/files/ffmpegthumbnailer-1.2.6.tar.gz"
+MD5SUM="2bd0676354c623b29a2ee161befd74fd"
MAINTAINER="Frank Caraballo"
EMAIL="fecaraballo{at}gmail{dot}com"
-APPROVED="rworkman"
+APPROVED="David Somero" \ No newline at end of file
diff --git a/desktop/ffmpegthumbnailer/slack-desc b/desktop/ffmpegthumbnailer/slack-desc
index 7bbb0aed36..9feb210a2c 100644
--- a/desktop/ffmpegthumbnailer/slack-desc
+++ b/desktop/ffmpegthumbnailer/slack-desc
@@ -5,7 +5,7 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
- |-----handy-ruler--------------------------------------------|
+ |-----handy-ruler------------------------------------------------------|
ffmpegthumbnailer: FFmpegthumbnailer (Lightweight Video Thumbnailer)
ffmpegthumbnailer:
ffmpegthumbnailer: FFmpegthumbnailer is a lightweight video thumbnailer that