aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/ffmpegthumbnailer
diff options
context:
space:
mode:
authorriggs <riggs@FreeBSD.org>2014-12-01 04:00:46 +0800
committerriggs <riggs@FreeBSD.org>2014-12-01 04:00:46 +0800
commit79eea3e5adf30427b49bdce1855de73102c5a1cd (patch)
treee3d35b735c3cdf4e9d17f9e706e190071edf580a /multimedia/ffmpegthumbnailer
parent4ca29e272567cdd33658409836b21b3dd8ccba4d (diff)
downloadfreebsd-ports-gnome-79eea3e5adf30427b49bdce1855de73102c5a1cd.tar.gz
freebsd-ports-gnome-79eea3e5adf30427b49bdce1855de73102c5a1cd.tar.zst
freebsd-ports-gnome-79eea3e5adf30427b49bdce1855de73102c5a1cd.zip
Update to upstream version 2.0.9
- Change MASTER_SITE - Add LICENSE_FILE - Remove GNOME & MATE OPTION, add default OPTION to use it as systemwide default thumbnailer PR: 195318 Submitted by: clutton@zoho.com (maintainer)
Diffstat (limited to 'multimedia/ffmpegthumbnailer')
-rw-r--r--multimedia/ffmpegthumbnailer/Makefile26
-rw-r--r--multimedia/ffmpegthumbnailer/distinfo4
-rw-r--r--multimedia/ffmpegthumbnailer/files/ffmpegthumbnailer.schemas2501
-rw-r--r--multimedia/ffmpegthumbnailer/files/patch-dist_ffmpegthumbnailer.thumbnailer2
-rw-r--r--multimedia/ffmpegthumbnailer/pkg-plist8
5 files changed, 13 insertions, 2528 deletions
diff --git a/multimedia/ffmpegthumbnailer/Makefile b/multimedia/ffmpegthumbnailer/Makefile
index da8207c4238e..48453da22c2f 100644
--- a/multimedia/ffmpegthumbnailer/Makefile
+++ b/multimedia/ffmpegthumbnailer/Makefile
@@ -2,15 +2,16 @@
# $FreeBSD$
PORTNAME= ffmpegthumbnailer
-PORTVERSION= 2.0.8
-PORTREVISION= 3
+PORTVERSION= 2.0.9
CATEGORIES= multimedia graphics
-MASTER_SITES= GOOGLE_CODE
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= riggs/${PORTNAME}
MAINTAINER= clutton@zoho.com
COMMENT= Lightweight video thumbnailer that can be used by file managers
LICENSE= GPLv2 # (or later)
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
libswscale.so:${PORTSDIR}/multimedia/ffmpeg \
@@ -26,22 +27,11 @@ USES= libtool pathfix pkgconfig
USE_GNOME= glib20
USE_LDCONFIG= yes
-OPTIONS_DEFINE= GNOME MATE
+OPTIONS_DEFINE= THUMBNAILER
+THUMBNAILER_DESC=Register as a system thumbnailer
OPTIONS_SUB= yes
+OPTIONS_DEFAULT=THUMBNAILER
-MATE_CONFIGURE_ENABLE= thumbnailer
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MGNOME}
-USE_GNOME+= gconf2
-GCONF_SCHEMAS= ffmpegthumbnailer.schemas
-.endif
-
-post-install:
-.if ${PORT_OPTIONS:MGNOME}
- @${MKDIR} ${STAGEDIR}${PREFIX}/etc/gconf/schemas
- ${INSTALL_DATA} ${FILESDIR}/${GCONF_SCHEMAS} ${STAGEDIR}${PREFIX}/etc/gconf/schemas
-.endif
+THUMBNAILER_CONFIGURE_ENABLE= thumbnailer
.include <bsd.port.mk>
diff --git a/multimedia/ffmpegthumbnailer/distinfo b/multimedia/ffmpegthumbnailer/distinfo
index 9deff7f766d6..c5537b739144 100644
--- a/multimedia/ffmpegthumbnailer/distinfo
+++ b/multimedia/ffmpegthumbnailer/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ffmpegthumbnailer-2.0.8.tar.gz) = 2c8bbefa838d38ea42fc8ac78258cda36865d974c991624b14cffdb92a3bc68b
-SIZE (ffmpegthumbnailer-2.0.8.tar.gz) = 367186
+SHA256 (ffmpegthumbnailer-2.0.9.tar.gz) = 41f55f37000e3c640617e4807d990998ffc430472d3b481894a3df1ea7aee3af
+SIZE (ffmpegthumbnailer-2.0.9.tar.gz) = 483899
diff --git a/multimedia/ffmpegthumbnailer/files/ffmpegthumbnailer.schemas b/multimedia/ffmpegthumbnailer/files/ffmpegthumbnailer.schemas
deleted file mode 100644
index bd4b2300e8fd..000000000000
--- a/multimedia/ffmpegthumbnailer/files/ffmpegthumbnailer.schemas
+++ /dev/null
@@ -1,2501 +0,0 @@
-<?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>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/video@x-flic/enable</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-flic/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-flic/command</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-flic/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-flv/enable</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-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@x-flv/command</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-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@x-m4v/enable</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-m4v/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-m4v/command</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-m4v/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-matroska/enable</key>
- <applyto>/desktop/gnome/thumbnailers/video@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/video@x-matroska/command</key>
- <applyto>/desktop/gnome/thumbnailers/video@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/video@x-mpeg/enable</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-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@x-mpeg/command</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-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@x-ms-asf/enable</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-ms-asf/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-ms-asf/command</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-ms-asf/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-ms-asx/enable</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-ms-asx/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-ms-asx/command</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-ms-asx/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-msvideo/enable</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-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@x-msvideo/command</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-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@x-ms-wm/enable</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-ms-wm/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-ms-wm/command</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-ms-wm/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-ms-wmv/enable</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-ms-wmv/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-ms-wmv/command</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-ms-wmv/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-ms-wmx/enable</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-ms-wmx/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-ms-wmx/command</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-ms-wmx/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-ms-wvx/enable</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-ms-wvx/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-ms-wvx/command</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-ms-wvx/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-nsv/enable</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-nsv/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-nsv/command</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-nsv/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-ogm@ogg/enable</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-ogm@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@x-ogm@ogg/command</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-ogm@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@x-theora@ogg/enable</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-theora@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@x-theora@ogg/command</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-theora@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@x-totem-stream/enable</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-totem-stream/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-totem-stream/command</key>
- <applyto>/desktop/gnome/thumbnailers/video@x-totem-stream/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/audio@x-pn-realaudio/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-pn-realaudio/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/audio@x-pn-realaudio/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-pn-realaudio/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/audio@3gpp/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@3gpp/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@3gpp/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@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/audio@ac3/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@ac3/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@ac3/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@ac3/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/audio@AMR/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@AMR/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@AMR/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@AMR/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/audio@AMR-WB/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@AMR-WB/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@AMR-WB/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@AMR-WB/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/audio@basic/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@basic/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@basic/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@basic/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/audio@midi/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@midi/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@midi/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@midi/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/audio@mp4/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@mp4/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@mp4/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@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/audio@mpeg/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@mpeg/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@mpeg/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@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/audio@ogg/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@ogg/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@ogg/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@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/audio@prs.sid/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@prs.sid/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@prs.sid/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@prs.sid/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/audio@vnd.rn-realaudio/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@vnd.rn-realaudio/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@vnd.rn-realaudio/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@vnd.rn-realaudio/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/audio@x-aiff/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-aiff/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-aiff/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-aiff/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/audio@x-ape/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-ape/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-ape/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-ape/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/audio@x-flac/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-flac/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-flac/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-flac/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/audio@x-gsm/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-gsm/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-gsm/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-gsm/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/audio@x-it/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-it/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-it/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-it/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/audio@x-m4a/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-m4a/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-m4a/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-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/audio@x-matroska/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-matroska/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-matroska/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@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/audio@x-mod/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-mod/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-mod/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-mod/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/audio@x-mp3/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-mp3/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-mp3/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-mp3/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/audio@x-mpeg/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-mpeg/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-mpeg/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-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/audio@x-ms-asf/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-ms-asf/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-ms-asf/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-ms-asf/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/audio@x-ms-asx/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-ms-asx/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-ms-asx/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-ms-asx/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/audio@x-ms-wax/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-ms-wax/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-ms-wax/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-ms-wax/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/audio@x-ms-wma/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-ms-wma/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-ms-wma/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-ms-wma/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/audio@x-musepack/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-musepack/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-musepack/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-musepack/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/audio@x-pn-aiff/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-pn-aiff/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-pn-aiff/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-pn-aiff/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/audio@x-pn-au/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-pn-au/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-pn-au/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-pn-au/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/audio@x-pn-wav/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-pn-wav/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-pn-wav/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-pn-wav/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/audio@x-pn-windows-acm/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-pn-windows-acm/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-pn-windows-acm/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-pn-windows-acm/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/audio@x-realaudio/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-realaudio/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-realaudio/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-realaudio/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/audio@x-real-audio/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-real-audio/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-real-audio/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-real-audio/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/audio@x-sbc/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-sbc/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-sbc/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-sbc/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/audio@x-speex/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-speex/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-speex/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-speex/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/audio@x-tta/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-tta/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-tta/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-tta/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/audio@x-wav/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-wav/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-wav/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-wav/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/audio@x-wavpack/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-wavpack/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-wavpack/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-wavpack/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/audio@x-vorbis/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-vorbis/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-vorbis/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-vorbis/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/audio@x-vorbis@ogg/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-vorbis@ogg/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-vorbis@ogg/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-vorbis@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/audio@x-xm/enable</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-xm/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/audio@x-xm/command</key>
- <applyto>/desktop/gnome/thumbnailers/audio@x-xm/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-flac/enable</key>
- <applyto>/desktop/gnome/thumbnailers/application@x-flac/enable</applyto>
- <owner>ffmpegthumbnailer</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/desktop/gnome/thumbnailers/application@x-flac/command</key>
- <applyto>/desktop/gnome/thumbnailers/application@x-flac/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>
-
- </schemalist>
-</gconfschemafile>
diff --git a/multimedia/ffmpegthumbnailer/files/patch-dist_ffmpegthumbnailer.thumbnailer b/multimedia/ffmpegthumbnailer/files/patch-dist_ffmpegthumbnailer.thumbnailer
index bbf8e8d0fc4f..3d40202d1989 100644
--- a/multimedia/ffmpegthumbnailer/files/patch-dist_ffmpegthumbnailer.thumbnailer
+++ b/multimedia/ffmpegthumbnailer/files/patch-dist_ffmpegthumbnailer.thumbnailer
@@ -5,4 +5,4 @@
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
++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-flac;application/x-flash-video;application/x-matroska;application/x-netshow-channel;application/x-ogg;application/x-quicktimeplayer;application/x-shorten;audio/3gpp;audio/AMR;audio/AMR-WB;audio/ac3;audio/basic;audio/midi;audio/mp4;audio/mpeg;audio/ogg;audio/prs.sid;audio/vnd.rn-realaudio;audio/x-aiff;audio/x-ape;audio/x-flac;audio/x-gsm;audio/x-it;audio/x-m4a;audio/x-matroska;audio/x-mod;audio/x-mp3;audio/x-mpeg;audio/x-ms-asf;audio/x-ms-asx;audio/x-ms-wax;audio/x-ms-wma;audio/x-musepack;audio/x-pn-aiff;audio/x-pn-au;audio/x-pn-realaudio;audio/x-pn-wav;audio/x-pn-windows-acm;audio/x-real-audio;audio/x-realaudio;audio/x-sbc;audio/x-speex;audio/x-tta;audio/x-vorbis;audio/x-vorbis/ogg;audio/x-wav;audio/x-wavpack;audio/x-xm;image/vnd.rn-realpix;image/x-pict;misc/ultravox;text/x-google-video-pointer;video/3gpp;video/dv;video/fli;video/flv;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-ms-wm;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvx;video/x-msvideo;video/x-nsv;video/x-ogm/ogg;video/x-theora/ogg;video/x-totem-stream;
diff --git a/multimedia/ffmpegthumbnailer/pkg-plist b/multimedia/ffmpegthumbnailer/pkg-plist
index 83ed6244a2e9..a3f8ab3dd346 100644
--- a/multimedia/ffmpegthumbnailer/pkg-plist
+++ b/multimedia/ffmpegthumbnailer/pkg-plist
@@ -1,6 +1,4 @@
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
@@ -10,9 +8,7 @@ include/libffmpegthumbnailer/videothumbnailerc.h
lib/libffmpegthumbnailer.a
lib/libffmpegthumbnailer.so
lib/libffmpegthumbnailer.so.4
-lib/libffmpegthumbnailer.so.4.0.8
+lib/libffmpegthumbnailer.so.4.0.9
libdata/pkgconfig/libffmpegthumbnailer.pc
man/man1/ffmpegthumbnailer.1.gz
-%%MATE%%share/thumbnailers/ffmpegthumbnailer.thumbnailer
-%%MATE%%@dirrmtry share/thumbnailers
-@dirrm include/libffmpegthumbnailer
+%%THUMBNAILER%%share/thumbnailers/ffmpegthumbnailer.thumbnailer