I sent patch to original maintainer and he offered me to take that port. So, I'm going ahead. Fix: Patch attached with submission follows:
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool)
Maintainer of multimedia/ffmpegthumbnailer, Please note that PR ports/171901 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171901 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I'm not, but I'd like to be. From dierk@blaxxtarz.de > I'm sorry to say I'm not able to maintain this package anymore.
Approved. Thank you for taking over!
State Changed From-To: feedback->open Maintainer approved.
Responsible Changed From-To: freebsd-ports-bugs->cs I'll take it.
Author: cs Date: Sun Oct 7 09:16:41 2012 New Revision: 305447 URL: http://svn.freebsd.org/changeset/ports/305447 Log: - Update to 2.0.8 - New maintainer - Cleanup pkg-descr PR: ports/171901 Submitted by: clutton <mbsd@isgroup.com.ua> Approved by: Dierk Sacher <dierk@blaxxtarz.de> (maintainer) Deleted: head/multimedia/ffmpegthumbnailer/files/ Modified: head/multimedia/ffmpegthumbnailer/Makefile head/multimedia/ffmpegthumbnailer/distinfo head/multimedia/ffmpegthumbnailer/pkg-descr head/multimedia/ffmpegthumbnailer/pkg-plist Modified: head/multimedia/ffmpegthumbnailer/Makefile ============================================================================== --- head/multimedia/ffmpegthumbnailer/Makefile Sun Oct 7 09:11:51 2012 (r305446) +++ head/multimedia/ffmpegthumbnailer/Makefile Sun Oct 7 09:16:41 2012 (r305447) @@ -5,12 +5,11 @@ # $FreeBSD$ PORTNAME= ffmpegthumbnailer -PORTVERSION= 2.0.7 -PORTREVISION= 2 +PORTVERSION= 2.0.8 CATEGORIES= multimedia graphics MASTER_SITES= GOOGLE_CODE -MAINTAINER= dierk@blaxxtarz.de +MAINTAINER= mbsd@isgroup.com.ua COMMENT= Lightweight video thumbnailer that can be used by file managers LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ @@ -19,22 +18,32 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/ CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ - --enable-gio +CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig --enable-gio GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig _glib20 USE_LDCONFIG= yes -MAN1= ffmpegthumbnailer.1 +WANT_GNOME= yes + +OPTIONS_DEFINE= GNOME + +.include <bsd.port.pre.mk> -SUB_FILES= pkg-message +.if ${PORT_OPTIONS:MGNOME} +PKGNAMESUFFIX+= -gnome +GCONF_SCHEMAS= ffmpegthumbnailer.schemas +.endif + +MAN1= ffmpegthumbnailer.1 post-install: cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} install-pkgconfigDATA - ${MKDIR} ${DATADIR} - ${INSTALL_SCRIPT} ${FILESDIR}/bind-nautilus.sh ${DATADIR} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> +.if ${PORT_OPTIONS:MGNOME} + ${INSTALL_DATA} ${FILESDIR}/${GCONF_SCHEMAS} ${LOCALBASE}/etc/gconf/schemas + @${SETENV} GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \ + gconftool-2 --makefile-install-rule ${LOCALBASE}/etc/gconf/schemas/${GCONF_SCHEMAS} \ + > /dev/null +.endif +.include <bsd.port.post.mk> Modified: head/multimedia/ffmpegthumbnailer/distinfo ============================================================================== --- head/multimedia/ffmpegthumbnailer/distinfo Sun Oct 7 09:11:51 2012 (r305446) +++ head/multimedia/ffmpegthumbnailer/distinfo Sun Oct 7 09:16:41 2012 (r305447) @@ -1,2 +1,2 @@ -SHA256 (ffmpegthumbnailer-2.0.7.tar.gz) = a71155339d17201a13fc3ebb649b0d00c7ab2d5a8880da071c8157a69c6f612b -SIZE (ffmpegthumbnailer-2.0.7.tar.gz) = 359864 +SHA256 (ffmpegthumbnailer-2.0.8.tar.gz) = 2c8bbefa838d38ea42fc8ac78258cda36865d974c991624b14cffdb92a3bc68b +SIZE (ffmpegthumbnailer-2.0.8.tar.gz) = 367186 Modified: head/multimedia/ffmpegthumbnailer/pkg-descr ============================================================================== --- head/multimedia/ffmpegthumbnailer/pkg-descr Sun Oct 7 09:11:51 2012 (r305446) +++ head/multimedia/ffmpegthumbnailer/pkg-descr Sun Oct 7 09:16:41 2012 (r305447) @@ -1,9 +1,8 @@ -This video thumbnailer 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. +This video thumbnailer 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. -This thumbnailer was designed to be as fast and lightweight as possible. -The only dependencies are ffmpeg, libjpeg and libpng. +This thumbnailer was designed to be as fast and lightweight as possible. The +only dependencies are ffmpeg, libjpeg and libpng. WWW: http://code.google.com/p/ffmpegthumbnailer/ Modified: head/multimedia/ffmpegthumbnailer/pkg-plist ============================================================================== --- head/multimedia/ffmpegthumbnailer/pkg-plist Sun Oct 7 09:11:51 2012 (r305446) +++ head/multimedia/ffmpegthumbnailer/pkg-plist Sun Oct 7 09:16:41 2012 (r305447) @@ -10,6 +10,4 @@ lib/libffmpegthumbnailer.la lib/libffmpegthumbnailer.so lib/libffmpegthumbnailer.so.4 libdata/pkgconfig/libffmpegthumbnailer.pc -%%DATADIR%%/bind-nautilus.sh @dirrm include/libffmpegthumbnailer -@dirrm %%DATADIR%% _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thank you very much.
Please reopen it or put my new patch. I hadn't put one file from files dir.
State Changed From-To: closed->open Reopen.
Author: cs Date: Sun Oct 7 11:06:56 2012 New Revision: 305455 URL: http://svn.freebsd.org/changeset/ports/305455 Log: Add missing file PR: ports/171901 Submitted by: clutton <mbsd@isgroup.com.ua> (maintainer) Added: head/multimedia/ffmpegthumbnailer/files/ head/multimedia/ffmpegthumbnailer/files/ffmpegthumbnailer.schemas (contents, props changed) Modified: head/multimedia/ffmpegthumbnailer/Makefile Modified: head/multimedia/ffmpegthumbnailer/Makefile ============================================================================== --- head/multimedia/ffmpegthumbnailer/Makefile Sun Oct 7 10:28:57 2012 (r305454) +++ head/multimedia/ffmpegthumbnailer/Makefile Sun Oct 7 11:06:56 2012 (r305455) @@ -6,6 +6,7 @@ PORTNAME= ffmpegthumbnailer PORTVERSION= 2.0.8 +PORTREVISION= 1 CATEGORIES= multimedia graphics MASTER_SITES= GOOGLE_CODE Added: head/multimedia/ffmpegthumbnailer/files/ffmpegthumbnailer.schemas ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/ffmpegthumbnailer/files/ffmpegthumbnailer.schemas Sun Oct 7 11:06:56 2012 (r305455) @@ -0,0 +1,2501 @@ +<?xml version="1.0"?> +<gconfschemafile> + <schemalist> + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@mxf/enable</key> + <applyto>/desktop/gnome/thumbnailers/application@mxf/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@mxf/command</key> + <applyto>/desktop/gnome/thumbnailers/application@mxf/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@ogg/enable</key> + <applyto>/desktop/gnome/thumbnailers/application@ogg/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@ogg/command</key> + <applyto>/desktop/gnome/thumbnailers/application@ogg/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@ram/enable</key> + <applyto>/desktop/gnome/thumbnailers/application@ram/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@ram/command</key> + <applyto>/desktop/gnome/thumbnailers/application@ram/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@sdp/enable</key> + <applyto>/desktop/gnome/thumbnailers/application@sdp/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@sdp/command</key> + <applyto>/desktop/gnome/thumbnailers/application@sdp/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@vnd.ms-wpl/enable</key> + <applyto>/desktop/gnome/thumbnailers/application@vnd.ms-wpl/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@vnd.ms-wpl/command</key> + <applyto>/desktop/gnome/thumbnailers/application@vnd.ms-wpl/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@vnd.rn-realmedia/enable</key> + <applyto>/desktop/gnome/thumbnailers/application@vnd.rn-realmedia/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@vnd.rn-realmedia/command</key> + <applyto>/desktop/gnome/thumbnailers/application@vnd.rn-realmedia/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@x-extension-m4a/enable</key> + <applyto>/desktop/gnome/thumbnailers/application@x-extension-m4a/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@x-extension-m4a/command</key> + <applyto>/desktop/gnome/thumbnailers/application@x-extension-m4a/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@x-extension-mp4/enable</key> + <applyto>/desktop/gnome/thumbnailers/application@x-extension-mp4/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@x-extension-mp4/command</key> + <applyto>/desktop/gnome/thumbnailers/application@x-extension-mp4/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@x-flash-video/enable</key> + <applyto>/desktop/gnome/thumbnailers/application@x-flash-video/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@x-flash-video/command</key> + <applyto>/desktop/gnome/thumbnailers/application@x-flash-video/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@x-matroska/enable</key> + <applyto>/desktop/gnome/thumbnailers/application@x-matroska/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@x-matroska/command</key> + <applyto>/desktop/gnome/thumbnailers/application@x-matroska/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@x-netshow-channel/enable</key> + <applyto>/desktop/gnome/thumbnailers/application@x-netshow-channel/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@x-netshow-channel/command</key> + <applyto>/desktop/gnome/thumbnailers/application@x-netshow-channel/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@x-ogg/enable</key> + <applyto>/desktop/gnome/thumbnailers/application@x-ogg/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@x-ogg/command</key> + <applyto>/desktop/gnome/thumbnailers/application@x-ogg/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@x-quicktimeplayer/enable</key> + <applyto>/desktop/gnome/thumbnailers/application@x-quicktimeplayer/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@x-quicktimeplayer/command</key> + <applyto>/desktop/gnome/thumbnailers/application@x-quicktimeplayer/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@x-shorten/enable</key> + <applyto>/desktop/gnome/thumbnailers/application@x-shorten/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@x-shorten/command</key> + <applyto>/desktop/gnome/thumbnailers/application@x-shorten/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/image@vnd.rn-realpix/enable</key> + <applyto>/desktop/gnome/thumbnailers/image@vnd.rn-realpix/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/image@vnd.rn-realpix/command</key> + <applyto>/desktop/gnome/thumbnailers/image@vnd.rn-realpix/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/image@x-pict/enable</key> + <applyto>/desktop/gnome/thumbnailers/image@x-pict/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/image@x-pict/command</key> + <applyto>/desktop/gnome/thumbnailers/image@x-pict/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/misc@ultravox/enable</key> + <applyto>/desktop/gnome/thumbnailers/misc@ultravox/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/misc@ultravox/command</key> + <applyto>/desktop/gnome/thumbnailers/misc@ultravox/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/text@x-google-video-pointer/enable</key> + <applyto>/desktop/gnome/thumbnailers/text@x-google-video-pointer/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/text@x-google-video-pointer/command</key> + <applyto>/desktop/gnome/thumbnailers/text@x-google-video-pointer/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@3gpp/enable</key> + <applyto>/desktop/gnome/thumbnailers/video@3gpp/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@3gpp/command</key> + <applyto>/desktop/gnome/thumbnailers/video@3gpp/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@dv/enable</key> + <applyto>/desktop/gnome/thumbnailers/video@dv/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@dv/command</key> + <applyto>/desktop/gnome/thumbnailers/video@dv/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@fli/enable</key> + <applyto>/desktop/gnome/thumbnailers/video@fli/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@fli/command</key> + <applyto>/desktop/gnome/thumbnailers/video@fli/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@flv/enable</key> + <applyto>/desktop/gnome/thumbnailers/video@flv/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@flv/command</key> + <applyto>/desktop/gnome/thumbnailers/video@flv/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@mp2t/enable</key> + <applyto>/desktop/gnome/thumbnailers/video@mp2t/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@mp2t/command</key> + <applyto>/desktop/gnome/thumbnailers/video@mp2t/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@mp4/enable</key> + <applyto>/desktop/gnome/thumbnailers/video@mp4/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@mp4/command</key> + <applyto>/desktop/gnome/thumbnailers/video@mp4/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@mp4v-es/enable</key> + <applyto>/desktop/gnome/thumbnailers/video@mp4v-es/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@mp4v-es/command</key> + <applyto>/desktop/gnome/thumbnailers/video@mp4v-es/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@mpeg/enable</key> + <applyto>/desktop/gnome/thumbnailers/video@mpeg/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@mpeg/command</key> + <applyto>/desktop/gnome/thumbnailers/video@mpeg/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@msvideo/enable</key> + <applyto>/desktop/gnome/thumbnailers/video@msvideo/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@msvideo/command</key> + <applyto>/desktop/gnome/thumbnailers/video@msvideo/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@ogg/enable</key> + <applyto>/desktop/gnome/thumbnailers/video@ogg/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@ogg/command</key> + <applyto>/desktop/gnome/thumbnailers/video@ogg/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@quicktime/enable</key> + <applyto>/desktop/gnome/thumbnailers/video@quicktime/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@quicktime/command</key> + <applyto>/desktop/gnome/thumbnailers/video@quicktime/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@vivo/enable</key> + <applyto>/desktop/gnome/thumbnailers/video@vivo/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@vivo/command</key> + <applyto>/desktop/gnome/thumbnailers/video@vivo/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@vnd.divx/enable</key> + <applyto>/desktop/gnome/thumbnailers/video@vnd.divx/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@vnd.divx/command</key> + <applyto>/desktop/gnome/thumbnailers/video@vnd.divx/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@vnd.rn-realvideo/enable</key> + <applyto>/desktop/gnome/thumbnailers/video@vnd.rn-realvideo/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@vnd.rn-realvideo/command</key> + <applyto>/desktop/gnome/thumbnailers/video@vnd.rn-realvideo/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@vnd.vivo/enable</key> + <applyto>/desktop/gnome/thumbnailers/video@vnd.vivo/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@vnd.vivo/command</key> + <applyto>/desktop/gnome/thumbnailers/video@vnd.vivo/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@webm/enable</key> + <applyto>/desktop/gnome/thumbnailers/video@webm/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@webm/command</key> + <applyto>/desktop/gnome/thumbnailers/video@webm/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@x-anim/enable</key> + <applyto>/desktop/gnome/thumbnailers/video@x-anim/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@x-anim/command</key> + <applyto>/desktop/gnome/thumbnailers/video@x-anim/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@x-avi/enable</key> + <applyto>/desktop/gnome/thumbnailers/video@x-avi/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@x-avi/command</key> + <applyto>/desktop/gnome/thumbnailers/video@x-avi/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@x-flc/enable</key> + <applyto>/desktop/gnome/thumbnailers/video@x-flc/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@x-flc/command</key> + <applyto>/desktop/gnome/thumbnailers/video@x-flc/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@x-fli/enable</key> + <applyto>/desktop/gnome/thumbnailers/video@x-fli/enable</applyto> + <owner>ffmpegthumbnailer</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/video@x-fli/command</key> + <applyto>/desktop/gnome/thumbnailers/video@x-fli/command</applyto> + <owner>ffmpegthumbnailer</owner> + <type>string</type> + <default>/usr/local/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10</default> + <locale name="C"> + <short></short> *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed the missing file. Please report if this port is good now. Thanks again.