Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Oct 2012 11:06:57 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305455 - in head/multimedia/ffmpegthumbnailer: . files
Message-ID:  <201210071106.q97B6vf1086100@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210071106.q97B6vf1086100>