import thunar-thumbnailers-plugin, providing additional thumbnailers for
Thunar file manager. It supports video files through ffmpegthumbnailer and eps/ps/fig/pdf/dvi/odf files through ImageMagick. www: http://goodies.xfce.org/projects/thunar-plugins/thunar-thumbnailers requested a while ago by brad@, ok brad@
This commit is contained in:
parent
1f611d27da
commit
14f5162c05
35
x11/xfce4/thunar-thumbnailers/Makefile
Normal file
35
x11/xfce4/thunar-thumbnailers/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/01/06 20:19:11 landry Exp $
|
||||
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/01/06 20:19:11 landry Exp $
|
||||
|
||||
COMMENT= additional thumbnailers for Thunar
|
||||
|
||||
V= 0.3.0
|
||||
DISTNAME= thunar-thumbnailers-$V
|
||||
PKGNAME= thunar-thumbnailers-plugin-$V
|
||||
|
||||
HOMEPAGE= http://goodies.xfce.org/projects/thunar-plugins/thunar-thumbnailers
|
||||
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://goodies.xfce.org/releases/thunar-thumbnailers/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
USE_GMAKE= Yes
|
||||
|
||||
CONFIGURE_ARGS+=--enable-ffmpeg
|
||||
|
||||
MODULES=
|
||||
RUN_DEPENDS= ::x11/xfce4/thunar \
|
||||
::graphics/ffmpegthumbnailer \
|
||||
::graphics/ImageMagick \
|
||||
::archivers/unzip \
|
||||
::misc/shared-mime-info
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
5
x11/xfce4/thunar-thumbnailers/distinfo
Normal file
5
x11/xfce4/thunar-thumbnailers/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (xfce4/thunar-thumbnailers-0.3.0.tar.bz2) = tFFRb8+pfI+r9xz5NaJVCg==
|
||||
RMD160 (xfce4/thunar-thumbnailers-0.3.0.tar.bz2) = x5Rjvi8n7t7UstxJXd6sAIqLR/M=
|
||||
SHA1 (xfce4/thunar-thumbnailers-0.3.0.tar.bz2) = bZcj6tuAxiHQ6UqvfzmHVGQdhOo=
|
||||
SHA256 (xfce4/thunar-thumbnailers-0.3.0.tar.bz2) = SjbvBzhzp83G4eLy7w+QPWKz+nSBvzn4Y+Q4UziQ7jE=
|
||||
SIZE (xfce4/thunar-thumbnailers-0.3.0.tar.bz2) = 81989
|
10
x11/xfce4/thunar-thumbnailers/pkg/DESCR
Normal file
10
x11/xfce4/thunar-thumbnailers/pkg/DESCR
Normal file
@ -0,0 +1,10 @@
|
||||
Thunar-thumnbnailers, using ImageMagick and ffmpegthumbnailer provides
|
||||
additional thumbnailers to Thunar for the following formats:
|
||||
- EPS
|
||||
- Postscript
|
||||
- PDF
|
||||
- DVI
|
||||
- OpenDocument Format
|
||||
- SVGZ (compressed SVG)
|
||||
- Fig (.fig)
|
||||
- Video files
|
4
x11/xfce4/thunar-thumbnailers/pkg/MESSAGE
Normal file
4
x11/xfce4/thunar-thumbnailers/pkg/MESSAGE
Normal file
@ -0,0 +1,4 @@
|
||||
To update your local thumbnailers cache (located in
|
||||
~/.cache/Thunar/thumbnailers.cache), now run as user :
|
||||
${PREFIX}/libexec/thunar-vfs-update-thumbnailers-cache-1
|
||||
Then run Thunar -q to make it reload this cache.
|
22
x11/xfce4/thunar-thumbnailers/pkg/PLIST
Normal file
22
x11/xfce4/thunar-thumbnailers/pkg/PLIST
Normal file
@ -0,0 +1,22 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/01/06 20:19:11 landry Exp $
|
||||
libexec/dvi-thumbnailer
|
||||
libexec/eps-thumbnailer
|
||||
libexec/ffmpeg-thumbnailer
|
||||
libexec/fig-thumbnailer
|
||||
libexec/odf-thumbnailer
|
||||
libexec/ogg-thumbnailer
|
||||
libexec/pdf-thumbnailer
|
||||
libexec/ps-thumbnailer
|
||||
libexec/svgz-thumbnailer
|
||||
share/mime/packages/thunar-thumbnailers.xml
|
||||
share/thumbnailers/dvi-thumbnailer.desktop
|
||||
share/thumbnailers/eps-thumbnailer.desktop
|
||||
share/thumbnailers/ffmpeg-thumbnailer.desktop
|
||||
share/thumbnailers/fig-thumbnailer.desktop
|
||||
share/thumbnailers/odf-thumbnailer.desktop
|
||||
share/thumbnailers/ogg-thumbnailer.desktop
|
||||
share/thumbnailers/pdf-thumbnailer.desktop
|
||||
share/thumbnailers/ps-thumbnailer.desktop
|
||||
share/thumbnailers/svgz-thumbnailer.desktop
|
||||
@exec %D/bin/update-mime-database %D/share/mime/
|
||||
@unexec %D/bin/update-mime-database %D/share/mime/
|
Loading…
x
Reference in New Issue
Block a user