Date: Wed, 29 Jan 2014 20:43:01 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341780 - in head: Mk multimedia/ffmpegthumbnailer multimedia/ffmpegthumbnailer/files Message-ID: <201401292043.s0TKh1G0039025@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Wed Jan 29 20:43:01 2014 New Revision: 341780 URL: http://svnweb.freebsd.org/changeset/ports/341780 QAT: https://qat.redports.org/buildarchive/r341780/ Log: - 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) Added: head/multimedia/ffmpegthumbnailer/files/patch-dist_ffmpegthumbnailer.thumbnailer (contents, props changed) Modified: head/Mk/bsd.options.desc.mk head/multimedia/ffmpegthumbnailer/Makefile head/multimedia/ffmpegthumbnailer/pkg-plist Modified: head/Mk/bsd.options.desc.mk ============================================================================== --- head/Mk/bsd.options.desc.mk Wed Jan 29 20:42:44 2014 (r341779) +++ head/Mk/bsd.options.desc.mk Wed Jan 29 20:43:01 2014 (r341780) @@ -292,6 +292,7 @@ MAD_DESC?= MAD MP3 audio decoder suppor 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 Modified: head/multimedia/ffmpegthumbnailer/Makefile ============================================================================== --- head/multimedia/ffmpegthumbnailer/Makefile Wed Jan 29 20:42:44 2014 (r341779) +++ head/multimedia/ffmpegthumbnailer/Makefile Wed Jan 29 20:43:01 2014 (r341780) @@ -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> Added: head/multimedia/ffmpegthumbnailer/files/patch-dist_ffmpegthumbnailer.thumbnailer ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/ffmpegthumbnailer/files/patch-dist_ffmpegthumbnailer.thumbnailer Wed Jan 29 20:43:01 2014 (r341780) @@ -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 Modified: head/multimedia/ffmpegthumbnailer/pkg-plist ============================================================================== --- head/multimedia/ffmpegthumbnailer/pkg-plist Wed Jan 29 20:42:44 2014 (r341779) +++ head/multimedia/ffmpegthumbnailer/pkg-plist Wed Jan 29 20:43:01 2014 (r341780) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401292043.s0TKh1G0039025>