aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2021-04-18 02:13:35 -0500
committerRobby Workman <rworkman@slackbuilds.org>2021-04-18 14:45:44 -0500
commit4a34224635f2caffc9fc5a839e1f126efecc80f1 (patch)
tree4d574575a3c56381ddfaa938128b4c9c9d9201e8
parentf7b5ff0b6dcb9e9ff31996e95cbf92708150b405 (diff)
desktop/thunar-thumbnailers: Fixed dep info
-rw-r--r--desktop/thunar-thumbnailers/README10
-rw-r--r--desktop/thunar-thumbnailers/thunar-thumbnailers.SlackBuild3
2 files changed, 4 insertions, 9 deletions
diff --git a/desktop/thunar-thumbnailers/README b/desktop/thunar-thumbnailers/README
index 8ccbc28061f2..7a8f0a2aa2cd 100644
--- a/desktop/thunar-thumbnailers/README
+++ b/desktop/thunar-thumbnailers/README
@@ -2,14 +2,8 @@ The thunar-thumbnailers project provides additional thumbnailers for
use by the Thunar file manager. Thumbnailers are little utilities that
run in the background to generate previews for certain file types.
-After installing this package, each user will need to execute the
-following command:
-
-/usr/libexec/thunar-vfs-update-thumbnailers-cache-1
-
-Optional dependencies are dcraw (for raw image support) and
-ffmpegthumbnailer (for video file support). If you wish to enable
-support for either or both of these, you will need to edit the
+dcraw is an optional dependency for raw image support.
+If you wish to enable support for it, you will need to edit the
build script to do so - the required lines are commented out. If
you choose to compile with dcraw (--enable-raw), you'll also need
raw-thumbnailer.
diff --git a/desktop/thunar-thumbnailers/thunar-thumbnailers.SlackBuild b/desktop/thunar-thumbnailers/thunar-thumbnailers.SlackBuild
index 32c2a91088a6..6fed10259f2f 100644
--- a/desktop/thunar-thumbnailers/thunar-thumbnailers.SlackBuild
+++ b/desktop/thunar-thumbnailers/thunar-thumbnailers.SlackBuild
@@ -78,10 +78,11 @@ CXXFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--enable-debug=no \
--enable-tex \
+ --enable-ffmpeg \
--disable-update-mime-database \
--build=$ARCH-slackware-linux
+
# --enable-raw # Raw image support, requires dcraw
-# --enable-ffmpeg # video file support, requires ffmpegthumbnailer
# --enable-grace # .agr file support, requires grace (not at SBo)
make