mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Support for the MATE desktop environment support
- Add license - Add gconf dirs to pkg-plist - Add MATE_DESC to Mk/bsd.options.desc.mk PR: ports/184462 Submitted by: clutton <clutton@zoho.com> (maintainer) Approved by: thierry (mentor)
This commit is contained in:
parent
0d8977cba1
commit
68097f4186
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341780
@ -292,6 +292,7 @@ MAD_DESC?= MAD MP3 audio decoder support
|
||||
MAGICK_DESC?= ImageMagick library support
|
||||
MANPAGES_DESC?= Build and/or install manual pages
|
||||
MAPSERVER_DESC?= Mapserver support
|
||||
MATE_DESC?= MATE desktop environment support
|
||||
MATROSKA_DESC?= Matroska container format support
|
||||
MDNSRESPONDER_DESC?= Zeroconf support via mDNSResponder
|
||||
MIKMOD_DESC?= MOD audio format support
|
||||
|
@ -10,6 +10,8 @@ MASTER_SITES= GOOGLE_CODE
|
||||
MAINTAINER= clutton@zoho.com
|
||||
COMMENT= Lightweight video thumbnailer that can be used by file managers
|
||||
|
||||
LICENSE= GPLv2 # (or later)
|
||||
|
||||
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
|
||||
libswscale.so:${PORTSDIR}/multimedia/ffmpeg \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
@ -23,7 +25,10 @@ USES= pathfix pkgconfig
|
||||
USE_GNOME= glib20
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_DEFINE= GNOME
|
||||
OPTIONS_DEFINE= GNOME MATE
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
MATE_CONFIGURE_ENABLE= thumbnailer
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
@ -0,0 +1,8 @@
|
||||
--- dist/ffmpegthumbnailer.thumbnailer 2012-08-25 15:32:20.000000000 +0300
|
||||
+++ dist/ffmpegthumbnailer.thumbnailer 2013-12-03 05:21:35.000000000 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
[Thumbnailer Entry]
|
||||
TryExec=ffmpegthumbnailer
|
||||
Exec=ffmpegthumbnailer -i %i -o %o -s %s -f
|
||||
-MimeType=video/jpeg;video/mp4;video/mpeg;video/quicktime;video/x-ms-asf;video/x-ms-wm;video/x-ms-wmv;video/x-msvideo;video/x-flv;video/x-matroska;
|
||||
+MimeType=application/mxf;application/ogg;application/ram;application/sdp;application/vnd.ms-wpl;application/vnd.rn-realmedia;application/x-extension-m4a;application/x-extension-mp4;application/x-flash-video;application/x-matroska;application/x-netshow-channel;application/x-ogg;application/x-quicktimeplayer;application/x-shorten;image/vnd.rn-realpix;image/x-pict;misc/ultravox;text/x-google-video-pointer;video/3gpp;video/dv;video/fli;video/flv;video/jpeg;video/mp2t;video/mp4;video/mp4v-es;video/mpeg;video/msvideo;video/ogg;video/quicktime;video/vivo;video/vnd.divx;video/vnd.rn-realvideo;video/vnd.vivo;video/webm;video/x-anim;video/x-avi;video/x-flc;video/x-fli;video/x-flic;video/x-flv;video/x-m4v;video/x-matroska;video/x-mpeg;video/x-ms-asf;video/x-ms-asx;video/x-msvideo;video/x-ms-wm;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvx;video/x-nsv;video/x-ogm+ogg;video/x-theora+ogg;video/x-totem-stream;audio/x-pn-realaudio;audio/3gpp;audio/ac3;audio/AMR;audio/AMR-WB;audio/basic;audio/midi;a
|
@ -1,4 +1,6 @@
|
||||
bin/ffmpegthumbnailer
|
||||
%%GNOME%%@dirrmtry etc/gconf/gconf.xml.defaults
|
||||
%%GNOME%%@dirrmtry etc/gconf/schemas
|
||||
include/libffmpegthumbnailer/filmstripfilter.h
|
||||
include/libffmpegthumbnailer/ifilter.h
|
||||
include/libffmpegthumbnailer/imagetypes.h
|
||||
@ -11,4 +13,6 @@ lib/libffmpegthumbnailer.so
|
||||
lib/libffmpegthumbnailer.so.4
|
||||
libdata/pkgconfig/libffmpegthumbnailer.pc
|
||||
man/man1/ffmpegthumbnailer.1.gz
|
||||
%%MATE%%share/thumbnailers/ffmpegthumbnailer.thumbnailer
|
||||
%%MATE%%@dirrmtry share/thumbnailers
|
||||
@dirrm include/libffmpegthumbnailer
|
||||
|
Loading…
Reference in New Issue
Block a user