diff options
author | kwm <kwm@FreeBSD.org> | 2014-11-19 19:49:04 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-11-19 19:49:04 +0800 |
commit | be884cd42990f2e755c2c06bc38c8042cb8b0325 (patch) | |
tree | 1ad98a4e8faecd0e2fa9ac2c18e65da4cf89c236 /multimedia/totem | |
parent | 1c38992aaca771dc7aab7ae768e5753c6381ecd3 (diff) | |
download | freebsd-ports-gnome-be884cd42990f2e755c2c06bc38c8042cb8b0325.tar.gz freebsd-ports-gnome-be884cd42990f2e755c2c06bc38c8042cb8b0325.tar.zst freebsd-ports-gnome-be884cd42990f2e755c2c06bc38c8042cb8b0325.zip |
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.
Upgrade instructions:
Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center
For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3
For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3
We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.
The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.
Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.
This update was also made possible by:
Joe Maloney
Kris Moore
Beeblebrox
Ryan Lortie
Antoine Jacoutot
and everyone I missed
Diffstat (limited to 'multimedia/totem')
-rw-r--r-- | multimedia/totem/Makefile | 122 | ||||
-rw-r--r-- | multimedia/totem/distinfo | 4 | ||||
-rw-r--r-- | multimedia/totem/files/patch-browser-plugin_totemPluginGlue.cpp | 20 | ||||
-rw-r--r-- | multimedia/totem/files/patch-configure | 9 | ||||
-rw-r--r-- | multimedia/totem/files/patch-help_Makefile.in | 11 | ||||
-rw-r--r-- | multimedia/totem/files/pkg-message.in | 3 | ||||
-rw-r--r-- | multimedia/totem/pkg-descr | 2 | ||||
-rw-r--r-- | multimedia/totem/pkg-plist | 804 |
8 files changed, 413 insertions, 562 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index f8418df67da7..4fdf540f5f2c 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -1,78 +1,75 @@ # Created by: Hendrik Scholz <hendrik@scholz.net> # $FreeBSD$ -# $MCom: ports/multimedia/totem/Makefile,v 1.151 2010/09/27 19:04:37 kwm Exp $ +# $MCom: ports/trunk/multimedia/totem/Makefile 20031 2014-11-02 21:47:55Z kwm $ PORTNAME= totem -PORTVERSION= 2.32.0 -PORTREVISION?= 6 +PORTVERSION= 3.12.2 CATEGORIES= multimedia gnome MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 +DIST_SUBDIR= gnome3 -MAINTAINER?= gnome@FreeBSD.org -COMMENT?= Gstreamer-based video player for the GNOME 2 Desktop +MAINTAINER= gnome@FreeBSD.org +COMMENT= Gstreamer-based video player for the GNOME 3 Desktop -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ + ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme \ + appdata-tools>=0:${PORTSDIR}/devel/appdata-tools \ + itstool:${PORTSDIR}/textproc/itstool \ + grilo-plugins>=0:${PORTSDIR}/net/grilo-plugins LIB_DEPENDS= libgdata.so:${PORTSDIR}/devel/libgdata \ - libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libclutter-gst-2.0.so:${PORTSDIR}/multimedia/clutter-gst \ + libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 \ + libpeas-1.0.so:${PORTSDIR}/devel/libpeas \ libtotem-plparser.so:${PORTSDIR}/multimedia/totem-pl-parser RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \ - ${PYTHON_SITELIBDIR}/atom/__init__.py:${PORTSDIR}/devel/py-gdata - -CONFLICTS= totem-3.[0-9]* - -GNU_CONFIGURE= yes -USES= desktop-file-utils gettext gmake libtool:keepla pathfix \ - pkgconfig python shebangfix tar:bzip2 -SHEBANG_FILES= data/totem-bugreport.py -USE_GNOME= gnomehier gnomeprefix intlhack nautilus2 pygtk2 -USE_GSTREAMER= core gconf hal good mpeg2dec soup ugly python gio + ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme \ + gnome-settings-daemon>=2.91.0:${PORTSDIR}/sysutils/gnome-settings-daemon \ + gnome-icon-theme-symbolic>=2.91.0:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic \ + grilo-plugins>=0:${PORTSDIR}/net/grilo-plugins + +USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ + python:3 shebangfix tar:xz +USE_GNOME= gnomeprefix gtk30 intlhack introspection:build \ + libxml2 nautilus3 py3gobject3 +USE_XORG= x11 xproto xtst ice sm +USE_GSTREAMER1= core good bad soup ugly INSTALLS_ICONS= yes -INSTALL_TARGET= install-strip +GNU_CONFIGURE= yes USE_LDCONFIG= yes -INSTALLS_OMF= yes PKGMESSAGE= ${WRKDIR}/pkg-message -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lXrandr -CONFIGURE_ENV= BROWSER_PLUGIN_DIR="${WEBPLUGIN_DIR}" +CPPFLAGS+= -I${LOCALBASE}/include -Wno-error=format-nonliteral +CFLAGS+= -I${LOCALBASE}/include -Wno-error=format-nonliteral +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV= LIBS="-lXrandr" CONFIGURE_ARGS= --with-plugins="${TOTEM_PLUGINS}" +SHEBANG_FILES= data/totem-bugreport.py +CONFIGURE_ENV+= APPDATA_VALIDATE="${LOCALBASE}/bin/appdata-validate --nonet" +MAKE_ENV= XDG_CACHE_HOME=${WRKDIR} +INSTALL_TARGET= install-strip -GCONF_SCHEMAS= totem-handlers.schemas totem-video-thumbnail.schemas \ - totem.schemas +GLIB_SCHEMAS= org.gnome.totem.enums.xml \ + org.gnome.totem.gschema.xml \ + org.gnome.totem.plugins.opensubtitles.gschema.xml -OPTIONS_DEFINE= LIRC GALAGO BROWSER_PLUGINS PUBLISH TRACKER -GALAGO_DESC= Galago support -BROWSER_PLUGINS_DESC= Plugins for gecko browser -PUBLISH_DESC= Publish (network playlist) plugin -TRACKER_DESC= Tracker local search plugin +OPTIONS_DEFINE= LIRC BROWSER_PLUGINS +BROWSER_PLUGINS_DESC= Web browser plugins -OPTIONS_DEFAULT= BROWSER_PLUGINS -# check configure script for allowed_plugins="..." for new plugins -TOTEM_PLUGINS= thumbnail screensaver ontop gromit media-player-keys \ - properties skipto youtube opensubtitles screenshot \ - brasero-disc-recorder coherence_upnp dbus-service iplayer +PLIST_SUB+= PYVER=${PYTHON_VER:S/.//} -# Not using: -# TOTEM_PLUGINS= mythtv bemused jamendo +OPTIONS_DEFAULT=BROWSER_PLUGINS -.include <bsd.port.options.mk> +# check configure script for allowed_plugins="..." for new plugins +TOTEM_PLUGINS= brasero-disc-recorder chapters dbusservice im-status grilo gromit \ + iplayer media-player-keys ontop opensubtitles properties \ + screensaver screenshot sidebar-test skipto youtube -.if defined(WITH_PUBLISH) -LIB_DEPENDS+= libepc-1.0.so:${PORTSDIR}/www/libepc -PLIST_SUB+= PUBLISH="" -TOTEM_PLUGINS:= ${TOTEM_PLUGINS} publish -.else -PLIST_SUB+= PUBLISH="@comment " -.endif +# pythonconsole samplepython +# vala rotation sample-vala +# nautilus save-file +# iplayer zeitgeist-dp grilo -#.if defined(WITH_TRACKER) -#LIB_DEPENDS+= tracker-gtk.0:${PORTSDIR}/sysutils/tracker-libtrackergtk -#TOTEM_PLUGINS:= ${TOTEM_PLUGINS} tracker -#PLIST_SUB+= TRACKER="" -#.else -PLIST_SUB+= TRACKER="@comment " -#.endif +.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLIRC} LIB_DEPENDS+= liblirc_client.so:${PORTSDIR}/comms/lirc @@ -82,14 +79,6 @@ TOTEM_PLUGINS:= ${TOTEM_PLUGINS} lirc PLIST_SUB+= LIRC="@comment " .endif -.if ${PORT_OPTIONS:MGALAGO} -LIB_DEPENDS+= libgalago.so:${PORTSDIR}/devel/libgalago -PLIST_SUB+= GALAGO="" -TOTEM_PLUGINS:= ${TOTEM_PLUGINS} galago -.else -PLIST_SUB+= GALAGO="@comment " -.endif - .if ${PORT_OPTIONS:MBROWSER_PLUGINS} CONFIGURE_ARGS+=--enable-browser-plugins \ --enable-gmp-plugin \ @@ -100,6 +89,8 @@ USES+= webplugin:native WEBPLUGIN_FILES= libtotem-cone-plugin.so libtotem-gmp-plugin.so \ libtotem-mully-plugin.so \ libtotem-narrowspace-plugin.so +CONFIGURE_ENV+= BROWSER_PLUGIN_DIR="${WEBPLUGIN_DIR}" + .else CONFIGURE_ARGS+=--disable-browser-plugins \ --disable-basic-plugin \ @@ -111,7 +102,7 @@ PLIST_SUB+= BROWSER_PLUGINS="@comment " .if defined(WITH_DVD_DEVICE) DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} .else -DEFAULT_DVD_DEVICE=/dev/acd0 +DEFAULT_DVD_DEVICE=/dev/cd0 .endif pre-everything:: @@ -121,12 +112,5 @@ pre-everything:: post-patch: @${CP} -f ${FILESDIR}/pkg-message.in ${PKGMESSAGE} - @${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|' \ - ${WRKSRC}/src/backend/bacon-video-widget-gst-0.10.c - -post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/share/vala/vapi - ${INSTALL_DATA} ${WRKSRC}/bindings/vala/totem.vapi ${STAGEDIR}${PREFIX}/share/vala/vapi - ${INSTALL_DATA} ${WRKSRC}/bindings/vala/totem.deps ${STAGEDIR}${PREFIX}/share/vala/vapi .include <bsd.port.mk> diff --git a/multimedia/totem/distinfo b/multimedia/totem/distinfo index 486b95dd160b..f18cc8dd40af 100644 --- a/multimedia/totem/distinfo +++ b/multimedia/totem/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/totem-2.32.0.tar.bz2) = 982d6aaeca3e4844694fc0a2540d792bea753e24b55cf33203188b32b5914f47 -SIZE (gnome2/totem-2.32.0.tar.bz2) = 3278758 +SHA256 (gnome3/totem-3.12.2.tar.xz) = 76f9d8bb04813f5c19c0d09f946a2ba42647d10e174c27e8d848afcec7005cd1 +SIZE (gnome3/totem-3.12.2.tar.xz) = 3309904 diff --git a/multimedia/totem/files/patch-browser-plugin_totemPluginGlue.cpp b/multimedia/totem/files/patch-browser-plugin_totemPluginGlue.cpp deleted file mode 100644 index 6e697364da2d..000000000000 --- a/multimedia/totem/files/patch-browser-plugin_totemPluginGlue.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- browser-plugin/totemPluginGlue.cpp.orig 2008-03-15 18:00:23.000000000 -0500 -+++ browser-plugin/totemPluginGlue.cpp 2008-03-15 18:01:54.000000000 -0500 -@@ -356,7 +356,7 @@ - user_ini_file = g_build_filename (g_get_user_config_dir (), - "totem", - "browser-plugins.ini", -- NULL); -+ (char *)NULL); - if (g_key_file_load_from_file (user, - user_ini_file, - G_KEY_FILE_NONE, -@@ -439,7 +439,7 @@ - /* we want to open libdbus-glib-1.so.2 in such a way - * in such a way that it becomes permanentely resident */ - void *handle; -- handle = dlopen ("libdbus-glib-1.so.2", RTLD_NOW | RTLD_NODELETE); -+ handle = dlopen ("libdbus-glib-1.so.2", RTLD_NOW); - if (!handle) { - fprintf (stderr, "%s\n", dlerror()); - return NPERR_MODULE_LOAD_FAILED_ERROR; diff --git a/multimedia/totem/files/patch-configure b/multimedia/totem/files/patch-configure index 4c6a3519cdb4..eb555a5a7466 100644 --- a/multimedia/totem/files/patch-configure +++ b/multimedia/totem/files/patch-configure @@ -1,14 +1,5 @@ --- configure.orig 2010-10-10 12:15:41.000000000 -0400 +++ configure 2010-10-10 12:18:12.000000000 -0400 -@@ -18343,7 +18343,7 @@ for good_element in gconfaudiosink gconf - do - { $as_echo "$as_me:${as_lineno-$LINENO}: checking GStreamer 0.10 $good_element plugin" >&5 - $as_echo_n "checking GStreamer 0.10 $good_element plugin... " >&6; } -- if $gst010_inspect $good_element >/dev/null 2>/dev/null; then -+ if dbus-launch $gst010_inspect $good_element >/dev/null 2>/dev/null; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 - $as_echo "yes" >&6; } - else @@ -21139,7 +21139,9 @@ if test "$enable_browser_plugins" = "yes $as_echo "#define ENABLE_BROWSER_PLUGINS 1" >>confdefs.h diff --git a/multimedia/totem/files/patch-help_Makefile.in b/multimedia/totem/files/patch-help_Makefile.in deleted file mode 100644 index 0695029ac2b6..000000000000 --- a/multimedia/totem/files/patch-help_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- help/Makefile.in.orig 2009-05-10 03:06:15.000000000 -0400 -+++ help/Makefile.in 2009-05-10 03:06:29.000000000 -0400 -@@ -783,7 +783,7 @@ $(DOC_H_FILE): $(DOC_H_DOCS); - xsltproc --path "$$xmlpath" $(_credits) $$doc; \ - done | sort | uniq \ - | awk 'BEGIN{s=""}{n=split($$0,w,"<");if(s!=""&&s!=substr(w[1],1,length(w[1])-1)){print s};if(n>1){print $$0;s=""}else{s=$$0}};END{if(s!=""){print s}}' \ -- | sed -e 's/\\/\\\\/' -e 's/"/\\"/' -e 's/\(.*\)/\t"\1",/' >> $@.tmp -+ | sed -e 's/\\/\\\\/' -e 's/"/\\"/' -e 's/\(.*\)/ "\1",/' >> $@.tmp - echo ' NULL' >> $@.tmp - echo '};' >> $@.tmp - echo >> $@.tmp diff --git a/multimedia/totem/files/pkg-message.in b/multimedia/totem/files/pkg-message.in index 5c4332981d9d..ffc04d612a18 100644 --- a/multimedia/totem/files/pkg-message.in +++ b/multimedia/totem/files/pkg-message.in @@ -1,5 +1,6 @@ ******************************************************** -* Make sure you've enough shared memory, the xine FAQ * +* If your running FreeBSD 7 or 8 please make sure * +* you've enough shared memory, the xine FAQ * * advises to have the following sysctl settings: * * kern.ipc.shmmax=67108864 * * kern.ipc.shmall=32768 * diff --git a/multimedia/totem/pkg-descr b/multimedia/totem/pkg-descr index f5858070d975..3f33f1f5f682 100644 --- a/multimedia/totem/pkg-descr +++ b/multimedia/totem/pkg-descr @@ -3,3 +3,5 @@ It features a simple playlist, a full-screen mode, seek and volume controls, as well as a pretty complete keyboard navigation. WWW: http://www.gnome.org/projects/totem/ + +-- Hendrik Scholz <hendrik@scholz.net> diff --git a/multimedia/totem/pkg-plist b/multimedia/totem/pkg-plist index c9f9d683af4d..5e10607ebcf3 100644 --- a/multimedia/totem/pkg-plist +++ b/multimedia/totem/pkg-plist @@ -1,124 +1,85 @@ bin/totem bin/totem-audio-preview -bin/totem-video-indexer bin/totem-video-thumbnailer +include/totem/1.0/totem-dirs.h +include/totem/1.0/totem-interface.h +include/totem/1.0/totem-plugin.h +include/totem/1.0/totem.h %%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-cone-plugin.a -%%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-cone-plugin.la %%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-cone-plugin.so %%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-gmp-plugin.a -%%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-gmp-plugin.la %%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-gmp-plugin.so %%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-mully-plugin.a -%%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-mully-plugin.la %%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-mully-plugin.so %%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-narrowspace-plugin.a -%%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-narrowspace-plugin.la %%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-narrowspace-plugin.so -lib/nautilus/extensions-2.0/libtotem-properties-page.a -lib/nautilus/extensions-2.0/libtotem-properties-page.la -lib/nautilus/extensions-2.0/libtotem-properties-page.so -lib/totem/plugins/brasero-disc-recorder/brasero-disc-recorder.totem-plugin +%%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-vegas-plugin.a +%%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-vegas-plugin.so +lib/girepository-1.0/Totem-1.0.typelib +lib/libtotem.a +lib/libtotem.so +lib/libtotem.so.0 +lib/libtotem.so.0.0.0 +lib/nautilus/extensions-3.0/libtotem-properties-page.a +lib/nautilus/extensions-3.0/libtotem-properties-page.so +lib/totem/plugins/brasero-disc-recorder/brasero-disc-recorder.plugin lib/totem/plugins/brasero-disc-recorder/libbrasero-disc-recorder.a -lib/totem/plugins/brasero-disc-recorder/libbrasero-disc-recorder.la lib/totem/plugins/brasero-disc-recorder/libbrasero-disc-recorder.so -lib/totem/plugins/coherence_upnp/coherence_upnp.py -lib/totem/plugins/coherence_upnp/coherence_upnp.pyc -lib/totem/plugins/coherence_upnp/coherence_upnp.pyo -lib/totem/plugins/coherence_upnp/coherence_upnp.totem-plugin -lib/totem/plugins/dbus/dbus-service.py -lib/totem/plugins/dbus/dbus-service.pyc -lib/totem/plugins/dbus/dbus-service.pyo -lib/totem/plugins/dbus/dbus-service.totem-plugin -%%GALAGO%%lib/totem/plugins/galago/galago.totem-plugin -%%GALAGO%%lib/totem/plugins/galago/libtgp.a -%%GALAGO%%lib/totem/plugins/galago/libtgp.la -%%GALAGO%%lib/totem/plugins/galago/libtgp.so -lib/totem/plugins/gromit/gromit.totem-plugin -lib/totem/plugins/iplayer/iplayer.py -lib/totem/plugins/iplayer/iplayer.pyc -lib/totem/plugins/iplayer/iplayer.pyo -lib/totem/plugins/iplayer/iplayer.totem-plugin -lib/totem/plugins/iplayer/iplayer.ui -lib/totem/plugins/iplayer/iplayer2.py -lib/totem/plugins/iplayer/iplayer2.pyc -lib/totem/plugins/iplayer/iplayer2.pyo -lib/totem/plugins/iplayer/listparser.py -lib/totem/plugins/iplayer/listparser.pyc -lib/totem/plugins/iplayer/listparser.pyo +lib/totem/plugins/chapters/chapters-edit.ui +lib/totem/plugins/chapters/chapters-list.ui +lib/totem/plugins/dbus/__pycache__/dbusservice.cpython-%%PYVER%%.pyc +lib/totem/plugins/dbus/__pycache__/dbusservice.cpython-%%PYVER%%.pyo +lib/totem/plugins/dbus/dbusservice.plugin +lib/totem/plugins/dbus/dbusservice.py +lib/totem/plugins/gromit/gromit.plugin lib/totem/plugins/gromit/libgromit.a -lib/totem/plugins/gromit/libgromit.la lib/totem/plugins/gromit/libgromit.so -%%LIRC%%lib/totem/plugins/lirc/lirc.totem-plugin +lib/totem/plugins/im-status/libtotem-im-status.a +lib/totem/plugins/im-status/libtotem-im-status.so +lib/totem/plugins/im-status/totem-im-status.plugin +%%LIRC%%lib/totem/plugins/lirc/lirc.plugin %%LIRC%%lib/totem/plugins/lirc/liblirc.a -%%LIRC%%lib/totem/plugins/lirc/liblirc.la %%LIRC%%lib/totem/plugins/lirc/liblirc.so %%LIRC%%lib/totem/plugins/lirc/totem_lirc_default lib/totem/plugins/media-player-keys/libmedia_player_keys.a -lib/totem/plugins/media-player-keys/libmedia_player_keys.la lib/totem/plugins/media-player-keys/libmedia_player_keys.so -lib/totem/plugins/media-player-keys/media-player-keys.totem-plugin +lib/totem/plugins/media-player-keys/media-player-keys.plugin lib/totem/plugins/ontop/libontop.a -lib/totem/plugins/ontop/libontop.la lib/totem/plugins/ontop/libontop.so -lib/totem/plugins/ontop/ontop.totem-plugin +lib/totem/plugins/ontop/ontop.plugin +lib/totem/plugins/opensubtitles/__pycache__/hash.cpython-%%PYVER%%.pyc +lib/totem/plugins/opensubtitles/__pycache__/hash.cpython-%%PYVER%%.pyo +lib/totem/plugins/opensubtitles/__pycache__/opensubtitles.cpython-%%PYVER%%.pyc +lib/totem/plugins/opensubtitles/__pycache__/opensubtitles.cpython-%%PYVER%%.pyo lib/totem/plugins/opensubtitles/hash.py -lib/totem/plugins/opensubtitles/hash.pyc -lib/totem/plugins/opensubtitles/hash.pyo +lib/totem/plugins/opensubtitles/opensubtitles.plugin lib/totem/plugins/opensubtitles/opensubtitles.py -lib/totem/plugins/opensubtitles/opensubtitles.pyc -lib/totem/plugins/opensubtitles/opensubtitles.pyo -lib/totem/plugins/opensubtitles/opensubtitles.totem-plugin lib/totem/plugins/opensubtitles/opensubtitles.ui -%%PUBLISH%%lib/totem/plugins/publish/libpublish.a -%%PUBLISH%%lib/totem/plugins/publish/libpublish.la -%%PUBLISH%%lib/totem/plugins/publish/libpublish.so -%%PUBLISH%%lib/totem/plugins/publish/publish-plugin.ui -%%PUBLISH%%lib/totem/plugins/publish/publish.totem-plugin lib/totem/plugins/properties/libmovie-properties.a -lib/totem/plugins/properties/libmovie-properties.la lib/totem/plugins/properties/libmovie-properties.so -lib/totem/plugins/properties/movie-properties.totem-plugin +lib/totem/plugins/properties/movie-properties.plugin lib/totem/plugins/screensaver/libscreensaver.a -lib/totem/plugins/screensaver/libscreensaver.la lib/totem/plugins/screensaver/libscreensaver.so -lib/totem/plugins/screensaver/screensaver.totem-plugin +lib/totem/plugins/screensaver/screensaver.plugin lib/totem/plugins/screenshot/gallery.ui -lib/totem/plugins/screenshot/gnome-screenshot.ui lib/totem/plugins/screenshot/libscreenshot.a -lib/totem/plugins/screenshot/libscreenshot.la lib/totem/plugins/screenshot/libscreenshot.so -lib/totem/plugins/screenshot/screenshot.totem-plugin +lib/totem/plugins/screenshot/screenshot.plugin lib/totem/plugins/skipto/libskipto.a -lib/totem/plugins/skipto/libskipto.la lib/totem/plugins/skipto/libskipto.so -lib/totem/plugins/skipto/skipto.totem-plugin +lib/totem/plugins/skipto/skipto.plugin lib/totem/plugins/skipto/skipto.ui -lib/totem/plugins/thumbnail/libthumbnail.a -lib/totem/plugins/thumbnail/libthumbnail.la -lib/totem/plugins/thumbnail/libthumbnail.so -lib/totem/plugins/thumbnail/thumbnail.totem-plugin -%%TRACKER%%lib/totem/plugins/tracker/libtracker.a -%%TRACKER%%lib/totem/plugins/tracker/libtracker.la -%%TRACKER%%lib/totem/plugins/tracker/libtracker.so -%%TRACKER%%lib/totem/plugins/tracker/tracker.totem-plugin -lib/totem/plugins/totem/__init__.py -lib/totem/plugins/totem/__init__.pyc -lib/totem/plugins/totem/__init__.pyo -lib/totem/plugins/youtube/libyoutube.a -lib/totem/plugins/youtube/libyoutube.la -lib/totem/plugins/youtube/libyoutube.so -lib/totem/plugins/youtube/youtube.totem-plugin -lib/totem/plugins/youtube/youtube.ui +libdata/pkgconfig/totem.pc %%BROWSER_PLUGINS%%libexec/totem-plugin-viewer libexec/totem/totem-bugreport.py -man/man1/totem-video-thumbnailer.1.gz man/man1/totem.1.gz +man/man1/totem-video-thumbnailer.1.gz +share/GConf/gsettings/opensubtitles.convert +share/GConf/gsettings/totem.convert +share/appdata/totem.appdata.xml share/applications/totem.desktop %%DOCSDIR%%/BaconVideoWidget.html -%%DOCSDIR%%/TotemCellRendererVideo.html %%DOCSDIR%%/TotemObject.html -%%DOCSDIR%%/TotemPlugin.html -%%DOCSDIR%%/TotemVideoList.html %%DOCSDIR%%/annotation-glossary.html %%DOCSDIR%%/api-index-deprecated.html %%DOCSDIR%%/api-index-full.html @@ -128,245 +89,324 @@ share/applications/totem.desktop %%DOCSDIR%%/index.sgml %%DOCSDIR%%/ix02.html %%DOCSDIR%%/ix03.html +%%DOCSDIR%%/ix04.html +%%DOCSDIR%%/ix05.html +%%DOCSDIR%%/left-insensitive.png %%DOCSDIR%%/left.png +%%DOCSDIR%%/right-insensitive.png %%DOCSDIR%%/right.png %%DOCSDIR%%/style.css %%DOCSDIR%%/totem-Interface.html -%%DOCSDIR%%/totem.devhelp -%%DOCSDIR%%/totem.devhelp2 +%%DOCSDIR%%/totem-TotemPlugin.html %%DOCSDIR%%/totem-plugins.html +%%DOCSDIR%%/totem.devhelp2 %%DOCSDIR%%/tutorials.html +%%DOCSDIR%%/up-insensitive.png %%DOCSDIR%%/up.png -%%DOCSDIR%%/widget-api.html -share/gnome/help/totem/C/figures/totem_next_button.png -share/gnome/help/totem/C/figures/totem_pause_button.png -share/gnome/help/totem/C/figures/totem_play_button.png -share/gnome/help/totem/C/figures/totem_previous_button.png -share/gnome/help/totem/C/figures/totem_show_playlist_button.png -share/gnome/help/totem/C/figures/totem_start_window.png -share/gnome/help/totem/C/figures/totem_volume_maximum_button.png -share/gnome/help/totem/C/figures/totem_volume_mute_button.png -share/gnome/help/totem/C/legal.xml -share/gnome/help/totem/C/totem.xml -share/gnome/help/totem/bg/figures/totem_next_button.png -share/gnome/help/totem/bg/figures/totem_pause_button.png -share/gnome/help/totem/bg/figures/totem_play_button.png -share/gnome/help/totem/bg/figures/totem_previous_button.png -share/gnome/help/totem/bg/figures/totem_show_playlist_button.png -share/gnome/help/totem/bg/figures/totem_start_window.png -share/gnome/help/totem/bg/figures/totem_volume_maximum_button.png -share/gnome/help/totem/bg/figures/totem_volume_mute_button.png -share/gnome/help/totem/bg/totem.xml -share/gnome/help/totem/ca/figures/totem_next_button.png -share/gnome/help/totem/ca/figures/totem_pause_button.png -share/gnome/help/totem/ca/figures/totem_play_button.png -share/gnome/help/totem/ca/figures/totem_previous_button.png -share/gnome/help/totem/ca/figures/totem_show_playlist_button.png -share/gnome/help/totem/ca/figures/totem_start_window.png -share/gnome/help/totem/ca/figures/totem_volume_maximum_button.png -share/gnome/help/totem/ca/figures/totem_volume_mute_button.png -share/gnome/help/totem/ca/totem.xml -share/gnome/help/totem/cs/figures/totem_next_button.png -share/gnome/help/totem/cs/figures/totem_pause_button.png -share/gnome/help/totem/cs/figures/totem_play_button.png -share/gnome/help/totem/cs/figures/totem_previous_button.png -share/gnome/help/totem/cs/figures/totem_show_playlist_button.png -share/gnome/help/totem/cs/figures/totem_start_window.png -share/gnome/help/totem/cs/figures/totem_volume_maximum_button.png -share/gnome/help/totem/cs/figures/totem_volume_mute_button.png -share/gnome/help/totem/cs/totem.xml -share/gnome/help/totem/da/figures/totem_next_button.png -share/gnome/help/totem/da/figures/totem_pause_button.png -share/gnome/help/totem/da/figures/totem_play_button.png -share/gnome/help/totem/da/figures/totem_previous_button.png -share/gnome/help/totem/da/figures/totem_show_playlist_button.png -share/gnome/help/totem/da/figures/totem_start_window.png -share/gnome/help/totem/da/figures/totem_volume_maximum_button.png -share/gnome/help/totem/da/figures/totem_volume_mute_button.png -share/gnome/help/totem/da/totem.xml -share/gnome/help/totem/de/figures/totem_next_button.png -share/gnome/help/totem/de/figures/totem_pause_button.png -share/gnome/help/totem/de/figures/totem_play_button.png -share/gnome/help/totem/de/figures/totem_previous_button.png -share/gnome/help/totem/de/figures/totem_show_playlist_button.png -share/gnome/help/totem/de/figures/totem_start_window.png -share/gnome/help/totem/de/figures/totem_volume_maximum_button.png -share/gnome/help/totem/de/figures/totem_volume_mute_button.png -share/gnome/help/totem/de/totem.xml -share/gnome/help/totem/el/figures/totem_next_button.png -share/gnome/help/totem/el/figures/totem_pause_button.png -share/gnome/help/totem/el/figures/totem_play_button.png -share/gnome/help/totem/el/figures/totem_previous_button.png -share/gnome/help/totem/el/figures/totem_show_playlist_button.png -share/gnome/help/totem/el/figures/totem_start_window.png -share/gnome/help/totem/el/figures/totem_volume_maximum_button.png -share/gnome/help/totem/el/figures/totem_volume_mute_button.png -share/gnome/help/totem/el/totem.xml -share/gnome/help/totem/en_GB/figures/totem_next_button.png -share/gnome/help/totem/en_GB/figures/totem_pause_button.png -share/gnome/help/totem/en_GB/figures/totem_play_button.png -share/gnome/help/totem/en_GB/figures/totem_previous_button.png -share/gnome/help/totem/en_GB/figures/totem_show_playlist_button.png -share/gnome/help/totem/en_GB/figures/totem_start_window.png -share/gnome/help/totem/en_GB/figures/totem_volume_maximum_button.png -share/gnome/help/totem/en_GB/figures/totem_volume_mute_button.png -share/gnome/help/totem/en_GB/totem.xml -share/gnome/help/totem/es/figures/totem_next_button.png -share/gnome/help/totem/es/figures/totem_pause_button.png -share/gnome/help/totem/es/figures/totem_play_button.png -share/gnome/help/totem/es/figures/totem_previous_button.png -share/gnome/help/totem/es/figures/totem_show_playlist_button.png -share/gnome/help/totem/es/figures/totem_start_window.png -share/gnome/help/totem/es/figures/totem_volume_maximum_button.png -share/gnome/help/totem/es/figures/totem_volume_mute_button.png -share/gnome/help/totem/es/totem.xml -share/gnome/help/totem/eu/figures/totem_next_button.png -share/gnome/help/totem/eu/figures/totem_pause_button.png -share/gnome/help/totem/eu/figures/totem_play_button.png -share/gnome/help/totem/eu/figures/totem_previous_button.png -share/gnome/help/totem/eu/figures/totem_show_playlist_button.png -share/gnome/help/totem/eu/figures/totem_start_window.png -share/gnome/help/totem/eu/figures/totem_volume_maximum_button.png -share/gnome/help/totem/eu/figures/totem_volume_mute_button.png -share/gnome/help/totem/eu/totem.xml -share/gnome/help/totem/fi/figures/totem_next_button.png -share/gnome/help/totem/fi/figures/totem_pause_button.png -share/gnome/help/totem/fi/figures/totem_play_button.png -share/gnome/help/totem/fi/figures/totem_previous_button.png -share/gnome/help/totem/fi/figures/totem_show_playlist_button.png -share/gnome/help/totem/fi/figures/totem_start_window.png -share/gnome/help/totem/fi/figures/totem_volume_maximum_button.png -share/gnome/help/totem/fi/figures/totem_volume_mute_button.png -share/gnome/help/totem/fi/totem.xml -share/gnome/help/totem/fr/figures/totem_next_button.png -share/gnome/help/totem/fr/figures/totem_pause_button.png -share/gnome/help/totem/fr/figures/totem_play_button.png -share/gnome/help/totem/fr/figures/totem_previous_button.png -share/gnome/help/totem/fr/figures/totem_show_playlist_button.png -share/gnome/help/totem/fr/figures/totem_start_window.png -share/gnome/help/totem/fr/figures/totem_volume_maximum_button.png -share/gnome/help/totem/fr/figures/totem_volume_mute_button.png -share/gnome/help/totem/fr/totem.xml -share/gnome/help/totem/it/figures/totem_next_button.png -share/gnome/help/totem/it/figures/totem_pause_button.png -share/gnome/help/totem/it/figures/totem_play_button.png -share/gnome/help/totem/it/figures/totem_previous_button.png -share/gnome/help/totem/it/figures/totem_show_playlist_button.png -share/gnome/help/totem/it/figures/totem_start_window.png -share/gnome/help/totem/it/figures/totem_volume_maximum_button.png -share/gnome/help/totem/it/figures/totem_volume_mute_button.png -share/gnome/help/totem/it/totem.xml -share/gnome/help/totem/ja/figures/totem_next_button.png -share/gnome/help/totem/ja/figures/totem_pause_button.png -share/gnome/help/totem/ja/figures/totem_play_button.png -share/gnome/help/totem/ja/figures/totem_previous_button.png -share/gnome/help/totem/ja/figures/totem_show_playlist_button.png -share/gnome/help/totem/ja/figures/totem_start_window.png -share/gnome/help/totem/ja/figures/totem_volume_maximum_button.png -share/gnome/help/totem/ja/figures/totem_volume_mute_button.png -share/gnome/help/totem/ja/totem.xml -share/gnome/help/totem/oc/figures/totem_next_button.png -share/gnome/help/totem/oc/figures/totem_pause_button.png -share/gnome/help/totem/oc/figures/totem_play_button.png -share/gnome/help/totem/oc/figures/totem_previous_button.png -share/gnome/help/totem/oc/figures/totem_show_playlist_button.png -share/gnome/help/totem/oc/figures/totem_start_window.png -share/gnome/help/totem/oc/figures/totem_volume_maximum_button.png -share/gnome/help/totem/oc/figures/totem_volume_mute_button.png -share/gnome/help/totem/oc/totem.xml -share/gnome/help/totem/pa/figures/totem_next_button.png -share/gnome/help/totem/pa/figures/totem_pause_button.png -share/gnome/help/totem/pa/figures/totem_play_button.png -share/gnome/help/totem/pa/figures/totem_previous_button.png -share/gnome/help/totem/pa/figures/totem_show_playlist_button.png -share/gnome/help/totem/pa/figures/totem_start_window.png -share/gnome/help/totem/pa/figures/totem_volume_maximum_button.png -share/gnome/help/totem/pa/figures/totem_volume_mute_button.png -share/gnome/help/totem/pa/totem.xml -share/gnome/help/totem/pl/figures/totem_next_button.png -share/gnome/help/totem/pl/figures/totem_pause_button.png -share/gnome/help/totem/pl/figures/totem_play_button.png -share/gnome/help/totem/pl/figures/totem_previous_button.png -share/gnome/help/totem/pl/figures/totem_show_playlist_button.png -share/gnome/help/totem/pl/figures/totem_start_window.png -share/gnome/help/totem/pl/figures/totem_volume_maximum_button.png -share/gnome/help/totem/pl/figures/totem_volume_mute_button.png -share/gnome/help/totem/pl/totem.xml -share/gnome/help/totem/pt_BR/figures/totem_next_button.png -share/gnome/help/totem/pt_BR/figures/totem_pause_button.png -share/gnome/help/totem/pt_BR/figures/totem_play_button.png -share/gnome/help/totem/pt_BR/figures/totem_previous_button.png -share/gnome/help/totem/pt_BR/figures/totem_show_playlist_button.png -share/gnome/help/totem/pt_BR/figures/totem_start_window.png -share/gnome/help/totem/pt_BR/figures/totem_volume_maximum_button.png -share/gnome/help/totem/pt_BR/figures/totem_volume_mute_button.png -share/gnome/help/totem/pt_BR/totem.xml -share/gnome/help/totem/ru/figures/totem_next_button.png -share/gnome/help/totem/ru/figures/totem_pause_button.png -share/gnome/help/totem/ru/figures/totem_play_button.png -share/gnome/help/totem/ru/figures/totem_previous_button.png -share/gnome/help/totem/ru/figures/totem_show_playlist_button.png -share/gnome/help/totem/ru/figures/totem_start_window.png -share/gnome/help/totem/ru/figures/totem_volume_maximum_button.png -share/gnome/help/totem/ru/figures/totem_volume_mute_button.png -share/gnome/help/totem/ru/totem.xml -share/gnome/help/totem/sv/figures/totem_next_button.png -share/gnome/help/totem/sv/figures/totem_pause_button.png -share/gnome/help/totem/sv/figures/totem_play_button.png -share/gnome/help/totem/sv/figures/totem_previous_button.png -share/gnome/help/totem/sv/figures/totem_show_playlist_button.png -share/gnome/help/totem/sv/figures/totem_start_window.png -share/gnome/help/totem/sv/figures/totem_volume_maximum_button.png -share/gnome/help/totem/sv/figures/totem_volume_mute_button.png -share/gnome/help/totem/sv/totem.xml -share/gnome/help/totem/uk/figures/totem_next_button.png -share/gnome/help/totem/uk/figures/totem_pause_button.png -share/gnome/help/totem/uk/figures/totem_play_button.png -share/gnome/help/totem/uk/figures/totem_previous_button.png -share/gnome/help/totem/uk/figures/totem_show_playlist_button.png -share/gnome/help/totem/uk/figures/totem_start_window.png -share/gnome/help/totem/uk/figures/totem_volume_maximum_button.png -share/gnome/help/totem/uk/figures/totem_volume_mute_button.png -share/gnome/help/totem/uk/totem.xml -share/gnome/help/totem/zh_CN/figures/totem_next_button.png -share/gnome/help/totem/zh_CN/figures/totem_pause_button.png -share/gnome/help/totem/zh_CN/figures/totem_play_button.png -share/gnome/help/totem/zh_CN/figures/totem_previous_button.png -share/gnome/help/totem/zh_CN/figures/totem_show_playlist_button.png -share/gnome/help/totem/zh_CN/figures/totem_start_window.png -share/gnome/help/totem/zh_CN/figures/totem_volume_maximum_button.png -share/gnome/help/totem/zh_CN/figures/totem_volume_mute_button.png -share/gnome/help/totem/zh_CN/totem.xml -share/gnome/help/totem/zh_HK/figures/totem_next_button.png -share/gnome/help/totem/zh_HK/figures/totem_pause_button.png -share/gnome/help/totem/zh_HK/figures/totem_play_button.png -share/gnome/help/totem/zh_HK/figures/totem_previous_button.png -share/gnome/help/totem/zh_HK/figures/totem_show_playlist_button.png -share/gnome/help/totem/zh_HK/figures/totem_start_window.png -share/gnome/help/totem/zh_HK/figures/totem_volume_maximum_button.png -share/gnome/help/totem/zh_HK/figures/totem_volume_mute_button.png -share/gnome/help/totem/zh_HK/totem.xml -share/gnome/help/totem/zh_TW/figures/totem_next_button.png -share/gnome/help/totem/zh_TW/figures/totem_pause_button.png -share/gnome/help/totem/zh_TW/figures/totem_play_button.png -share/gnome/help/totem/zh_TW/figures/totem_previous_button.png -share/gnome/help/totem/zh_TW/figures/totem_show_playlist_button.png -share/gnome/help/totem/zh_TW/figures/totem_start_window.png -share/gnome/help/totem/zh_TW/figures/totem_volume_maximum_button.png -share/gnome/help/totem/zh_TW/figures/totem_volume_mute_button.png -share/gnome/help/totem/zh_TW/totem.xml +share/gir-1.0/Totem-1.0.gir +share/help/C/totem/index.docbook +share/help/C/totem/legal.xml +share/help/C/totem/figures/totem_next_button.png +share/help/C/totem/figures/totem_pause_button.png +share/help/C/totem/figures/totem_play_button.png +share/help/C/totem/figures/totem_previous_button.png +share/help/C/totem/figures/totem_show_playlist_button.png +share/help/C/totem/figures/totem_start_window.png +share/help/C/totem/figures/totem_volume_maximum_button.png +share/help/C/totem/figures/totem_volume_mute_button.png +share/help/bg/totem/index.docbook +share/help/bg/totem/legal.xml +share/help/bg/totem/figures/totem_next_button.png +share/help/bg/totem/figures/totem_pause_button.png +share/help/bg/totem/figures/totem_play_button.png +share/help/bg/totem/figures/totem_previous_button.png +share/help/bg/totem/figures/totem_show_playlist_button.png +share/help/bg/totem/figures/totem_start_window.png +share/help/bg/totem/figures/totem_volume_maximum_button.png +share/help/bg/totem/figures/totem_volume_mute_button.png +share/help/ca/totem/index.docbook +share/help/ca/totem/legal.xml +share/help/ca/totem/figures/totem_next_button.png +share/help/ca/totem/figures/totem_pause_button.png +share/help/ca/totem/figures/totem_play_button.png +share/help/ca/totem/figures/totem_previous_button.png +share/help/ca/totem/figures/totem_show_playlist_button.png +share/help/ca/totem/figures/totem_start_window.png +share/help/ca/totem/figures/totem_volume_maximum_button.png +share/help/ca/totem/figures/totem_volume_mute_button.png +share/help/cs/totem/index.docbook +share/help/cs/totem/legal.xml +share/help/cs/totem/figures/totem_next_button.png +share/help/cs/totem/figures/totem_pause_button.png +share/help/cs/totem/figures/totem_play_button.png +share/help/cs/totem/figures/totem_previous_button.png +share/help/cs/totem/figures/totem_show_playlist_button.png +share/help/cs/totem/figures/totem_start_window.png +share/help/cs/totem/figures/totem_volume_maximum_button.png +share/help/cs/totem/figures/totem_volume_mute_button.png +share/help/da/totem/index.docbook +share/help/da/totem/legal.xml +share/help/da/totem/figures/totem_next_button.png +share/help/da/totem/figures/totem_pause_button.png +share/help/da/totem/figures/totem_play_button.png +share/help/da/totem/figures/totem_previous_button.png +share/help/da/totem/figures/totem_show_playlist_button.png +share/help/da/totem/figures/totem_start_window.png +share/help/da/totem/figures/totem_volume_maximum_button.png +share/help/da/totem/figures/totem_volume_mute_button.png +share/help/de/totem/index.docbook +share/help/de/totem/legal.xml +share/help/de/totem/figures/totem_next_button.png +share/help/de/totem/figures/totem_pause_button.png +share/help/de/totem/figures/totem_play_button.png +share/help/de/totem/figures/totem_previous_button.png +share/help/de/totem/figures/totem_show_playlist_button.png +share/help/de/totem/figures/totem_start_window.png +share/help/de/totem/figures/totem_volume_maximum_button.png +share/help/de/totem/figures/totem_volume_mute_button.png +share/help/el/totem/index.docbook +share/help/el/totem/legal.xml +share/help/el/totem/figures/totem_next_button.png +share/help/el/totem/figures/totem_pause_button.png +share/help/el/totem/figures/totem_play_button.png +share/help/el/totem/figures/totem_previous_button.png +share/help/el/totem/figures/totem_show_playlist_button.png +share/help/el/totem/figures/totem_start_window.png +share/help/el/totem/figures/totem_volume_maximum_button.png +share/help/el/totem/figures/totem_volume_mute_button.png +share/help/en_GB/totem/index.docbook +share/help/en_GB/totem/legal.xml +share/help/en_GB/totem/figures/totem_next_button.png +share/help/en_GB/totem/figures/totem_pause_button.png +share/help/en_GB/totem/figures/totem_play_button.png +share/help/en_GB/totem/figures/totem_previous_button.png +share/help/en_GB/totem/figures/totem_show_playlist_button.png +share/help/en_GB/totem/figures/totem_start_window.png +share/help/en_GB/totem/figures/totem_volume_maximum_button.png +share/help/en_GB/totem/figures/totem_volume_mute_button.png +share/help/es/totem/index.docbook +share/help/es/totem/legal.xml +share/help/es/totem/figures/totem_next_button.png +share/help/es/totem/figures/totem_pause_button.png +share/help/es/totem/figures/totem_play_button.png +share/help/es/totem/figures/totem_previous_button.png +share/help/es/totem/figures/totem_show_playlist_button.png +share/help/es/totem/figures/totem_start_window.png +share/help/es/totem/figures/totem_volume_maximum_button.png +share/help/es/totem/figures/totem_volume_mute_button.png +share/help/eu/totem/index.docbook +share/help/eu/totem/legal.xml +share/help/eu/totem/figures/totem_next_button.png +share/help/eu/totem/figures/totem_pause_button.png +share/help/eu/totem/figures/totem_play_button.png +share/help/eu/totem/figures/totem_previous_button.png +share/help/eu/totem/figures/totem_show_playlist_button.png +share/help/eu/totem/figures/totem_start_window.png +share/help/eu/totem/figures/totem_volume_maximum_button.png +share/help/eu/totem/figures/totem_volume_mute_button.png +share/help/fi/totem/index.docbook +share/help/fi/totem/legal.xml +share/help/fi/totem/figures/totem_next_button.png +share/help/fi/totem/figures/totem_pause_button.png +share/help/fi/totem/figures/totem_play_button.png +share/help/fi/totem/figures/totem_previous_button.png +share/help/fi/totem/figures/totem_show_playlist_button.png +share/help/fi/totem/figures/totem_start_window.png +share/help/fi/totem/figures/totem_volume_maximum_button.png +share/help/fi/totem/figures/totem_volume_mute_button.png +share/help/fr/totem/index.docbook +share/help/fr/totem/legal.xml +share/help/fr/totem/figures/totem_next_button.png +share/help/fr/totem/figures/totem_pause_button.png +share/help/fr/totem/figures/totem_play_button.png +share/help/fr/totem/figures/totem_previous_button.png +share/help/fr/totem/figures/totem_show_playlist_button.png +share/help/fr/totem/figures/totem_start_window.png +share/help/fr/totem/figures/totem_volume_maximum_button.png +share/help/fr/totem/figures/totem_volume_mute_button.png +share/help/gl/totem/index.docbook +share/help/gl/totem/legal.xml +share/help/gl/totem/figures/totem_next_button.png +share/help/gl/totem/figures/totem_pause_button.png +share/help/gl/totem/figures/totem_play_button.png +share/help/gl/totem/figures/totem_previous_button.png +share/help/gl/totem/figures/totem_show_playlist_button.png +share/help/gl/totem/figures/totem_start_window.png +share/help/gl/totem/figures/totem_volume_maximum_button.png +share/help/gl/totem/figures/totem_volume_mute_button.png +share/help/id/totem/index.docbook +share/help/id/totem/legal.xml +share/help/id/totem/figures/totem_next_button.png +share/help/id/totem/figures/totem_pause_button.png +share/help/id/totem/figures/totem_play_button.png +share/help/id/totem/figures/totem_previous_button.png +share/help/id/totem/figures/totem_show_playlist_button.png +share/help/id/totem/figures/totem_start_window.png +share/help/id/totem/figures/totem_volume_maximum_button.png +share/help/id/totem/figures/totem_volume_mute_button.png +share/help/it/totem/index.docbook +share/help/it/totem/legal.xml +share/help/it/totem/figures/totem_next_button.png +share/help/it/totem/figures/totem_pause_button.png +share/help/it/totem/figures/totem_play_button.png +share/help/it/totem/figures/totem_previous_button.png +share/help/it/totem/figures/totem_show_playlist_button.png +share/help/it/totem/figures/totem_start_window.png +share/help/it/totem/figures/totem_volume_maximum_button.png +share/help/it/totem/figures/totem_volume_mute_button.png +share/help/ja/totem/index.docbook +share/help/ja/totem/legal.xml +share/help/ja/totem/figures/totem_next_button.png +share/help/ja/totem/figures/totem_pause_button.png +share/help/ja/totem/figures/totem_play_button.png +share/help/ja/totem/figures/totem_previous_button.png +share/help/ja/totem/figures/totem_show_playlist_button.png +share/help/ja/totem/figures/totem_start_window.png +share/help/ja/totem/figures/totem_volume_maximum_button.png +share/help/ja/totem/figures/totem_volume_mute_button.png +share/help/oc/totem/index.docbook +share/help/oc/totem/legal.xml +share/help/oc/totem/figures/totem_next_button.png +share/help/oc/totem/figures/totem_pause_button.png +share/help/oc/totem/figures/totem_play_button.png +share/help/oc/totem/figures/totem_previous_button.png +share/help/oc/totem/figures/totem_show_playlist_button.png +share/help/oc/totem/figures/totem_start_window.png +share/help/oc/totem/figures/totem_volume_maximum_button.png +share/help/oc/totem/figures/totem_volume_mute_button.png +share/help/pa/totem/index.docbook +share/help/pa/totem/legal.xml +share/help/pa/totem/figures/totem_next_button.png +share/help/pa/totem/figures/totem_pause_button.png +share/help/pa/totem/figures/totem_play_button.png +share/help/pa/totem/figures/totem_previous_button.png +share/help/pa/totem/figures/totem_show_playlist_button.png +share/help/pa/totem/figures/totem_start_window.png +share/help/pa/totem/figures/totem_volume_maximum_button.png +share/help/pa/totem/figures/totem_volume_mute_button.png +share/help/pl/totem/index.docbook +share/help/pl/totem/legal.xml +share/help/pl/totem/figures/totem_next_button.png +share/help/pl/totem/figures/totem_pause_button.png +share/help/pl/totem/figures/totem_play_button.png +share/help/pl/totem/figures/totem_previous_button.png +share/help/pl/totem/figures/totem_show_playlist_button.png +share/help/pl/totem/figures/totem_start_window.png +share/help/pl/totem/figures/totem_volume_maximum_button.png +share/help/pl/totem/figures/totem_volume_mute_button.png +share/help/pt_BR/totem/index.docbook +share/help/pt_BR/totem/legal.xml +share/help/pt_BR/totem/figures/totem_next_button.png +share/help/pt_BR/totem/figures/totem_pause_button.png +share/help/pt_BR/totem/figures/totem_play_button.png +share/help/pt_BR/totem/figures/totem_previous_button.png +share/help/pt_BR/totem/figures/totem_show_playlist_button.png +share/help/pt_BR/totem/figures/totem_start_window.png +share/help/pt_BR/totem/figures/totem_volume_maximum_button.png +share/help/pt_BR/totem/figures/totem_volume_mute_button.png +share/help/ro/totem/index.docbook +share/help/ro/totem/legal.xml +share/help/ro/totem/figures/totem_next_button.png +share/help/ro/totem/figures/totem_pause_button.png +share/help/ro/totem/figures/totem_play_button.png +share/help/ro/totem/figures/totem_previous_button.png +share/help/ro/totem/figures/totem_show_playlist_button.png +share/help/ro/totem/figures/totem_start_window.png +share/help/ro/totem/figures/totem_volume_maximum_button.png +share/help/ro/totem/figures/totem_volume_mute_button.png +share/help/ru/totem/index.docbook +share/help/ru/totem/legal.xml +share/help/ru/totem/figures/totem_next_button.png +share/help/ru/totem/figures/totem_pause_button.png +share/help/ru/totem/figures/totem_play_button.png +share/help/ru/totem/figures/totem_previous_button.png +share/help/ru/totem/figures/totem_show_playlist_button.png +share/help/ru/totem/figures/totem_start_window.png +share/help/ru/totem/figures/totem_volume_maximum_button.png +share/help/ru/totem/figures/totem_volume_mute_button.png +share/help/sl/totem/index.docbook +share/help/sl/totem/legal.xml +share/help/sl/totem/figures/totem_next_button.png +share/help/sl/totem/figures/totem_pause_button.png +share/help/sl/totem/figures/totem_play_button.png +share/help/sl/totem/figures/totem_previous_button.png +share/help/sl/totem/figures/totem_show_playlist_button.png +share/help/sl/totem/figures/totem_start_window.png +share/help/sl/totem/figures/totem_volume_maximum_button.png +share/help/sl/totem/figures/totem_volume_mute_button.png +share/help/sv/totem/index.docbook +share/help/sv/totem/legal.xml +share/help/sv/totem/figures/totem_next_button.png +share/help/sv/totem/figures/totem_pause_button.png +share/help/sv/totem/figures/totem_play_button.png +share/help/sv/totem/figures/totem_previous_button.png +share/help/sv/totem/figures/totem_show_playlist_button.png +share/help/sv/totem/figures/totem_start_window.png +share/help/sv/totem/figures/totem_volume_maximum_button.png +share/help/sv/totem/figures/totem_volume_mute_button.png +share/help/te/totem/index.docbook +share/help/te/totem/legal.xml +share/help/te/totem/figures/totem_next_button.png +share/help/te/totem/figures/totem_pause_button.png +share/help/te/totem/figures/totem_play_button.png +share/help/te/totem/figures/totem_previous_button.png +share/help/te/totem/figures/totem_show_playlist_button.png +share/help/te/totem/figures/totem_start_window.png +share/help/te/totem/figures/totem_volume_maximum_button.png +share/help/te/totem/figures/totem_volume_mute_button.png +share/help/uk/totem/index.docbook +share/help/uk/totem/legal.xml +share/help/uk/totem/figures/totem_next_button.png +share/help/uk/totem/figures/totem_pause_button.png +share/help/uk/totem/figures/totem_play_button.png +share/help/uk/totem/figures/totem_previous_button.png +share/help/uk/totem/figures/totem_show_playlist_button.png +share/help/uk/totem/figures/totem_start_window.png +share/help/uk/totem/figures/totem_volume_maximum_button.png +share/help/uk/totem/figures/totem_volume_mute_button.png +share/help/zh_CN/totem/index.docbook +share/help/zh_CN/totem/legal.xml +share/help/zh_CN/totem/figures/totem_next_button.png +share/help/zh_CN/totem/figures/totem_pause_button.png +share/help/zh_CN/totem/figures/totem_play_button.png +share/help/zh_CN/totem/figures/totem_previous_button.png +share/help/zh_CN/totem/figures/totem_show_playlist_button.png +share/help/zh_CN/totem/figures/totem_start_window.png +share/help/zh_CN/totem/figures/totem_volume_maximum_button.png +share/help/zh_CN/totem/figures/totem_volume_mute_button.png +share/help/zh_HK/totem/index.docbook +share/help/zh_HK/totem/legal.xml +share/help/zh_HK/totem/figures/totem_next_button.png +share/help/zh_HK/totem/figures/totem_pause_button.png +share/help/zh_HK/totem/figures/totem_play_button.png +share/help/zh_HK/totem/figures/totem_previous_button.png +share/help/zh_HK/totem/figures/totem_show_playlist_button.png +share/help/zh_HK/totem/figures/totem_start_window.png +share/help/zh_HK/totem/figures/totem_volume_maximum_button.png +share/help/zh_HK/totem/figures/totem_volume_mute_button.png +share/help/zh_TW/totem/index.docbook +share/help/zh_TW/totem/legal.xml +share/help/zh_TW/totem/figures/totem_next_button.png +share/help/zh_TW/totem/figures/totem_pause_button.png +share/help/zh_TW/totem/figures/totem_play_button.png +share/help/zh_TW/totem/figures/totem_previous_button.png +share/help/zh_TW/totem/figures/totem_show_playlist_button.png +share/help/zh_TW/totem/figures/totem_start_window.png +share/help/zh_TW/totem/figures/totem_volume_maximum_button.png +share/help/zh_TW/totem/figures/totem_volume_mute_button.png share/icons/hicolor/16x16/apps/totem.png share/icons/hicolor/16x16/devices/totem-tv.png share/icons/hicolor/22x22/apps/totem.png share/icons/hicolor/22x22/devices/totem-tv.png share/icons/hicolor/24x24/apps/totem.png share/icons/hicolor/24x24/devices/totem-tv.png +share/icons/hicolor/256x256/apps/totem.png share/icons/hicolor/32x32/apps/totem.png share/icons/hicolor/32x32/devices/totem-tv.png share/icons/hicolor/48x48/apps/totem.png share/icons/hicolor/48x48/devices/totem-tv.png -share/icons/hicolor/scalable/apps/totem.svg share/icons/hicolor/scalable/devices/totem-tv.svg +share/locale/af/LC_MESSAGES/totem.mo share/locale/am/LC_MESSAGES/totem.mo share/locale/ar/LC_MESSAGES/totem.mo share/locale/as/LC_MESSAGES/totem.mo @@ -390,6 +430,7 @@ share/locale/el/LC_MESSAGES/totem.mo share/locale/en@shaw/LC_MESSAGES/totem.mo share/locale/en_CA/LC_MESSAGES/totem.mo share/locale/en_GB/LC_MESSAGES/totem.mo +share/locale/eo/LC_MESSAGES/totem.mo share/locale/es/LC_MESSAGES/totem.mo share/locale/et/LC_MESSAGES/totem.mo share/locale/eu/LC_MESSAGES/totem.mo @@ -397,8 +438,11 @@ share/locale/fa/LC_MESSAGES/totem.mo share/locale/fi/LC_MESSAGES/totem.mo share/locale/fr/LC_MESSAGES/totem.mo share/locale/ga/LC_MESSAGES/totem.mo +share/locale/gd/LC_MESSAGES/totem.mo share/locale/gl/LC_MESSAGES/totem.mo share/locale/gu/LC_MESSAGES/totem.mo +share/locale/gv/LC_MESSAGES/totem.mo +share/locale/ky/LC_MESSAGES/totem.mo share/locale/he/LC_MESSAGES/totem.mo share/locale/hi/LC_MESSAGES/totem.mo share/locale/hr/LC_MESSAGES/totem.mo @@ -406,6 +450,7 @@ share/locale/hu/LC_MESSAGES/totem.mo share/locale/id/LC_MESSAGES/totem.mo share/locale/is/LC_MESSAGES/totem.mo share/locale/it/LC_MESSAGES/totem.mo +share/locale/km/LC_MESSAGES/totem.mo share/locale/ja/LC_MESSAGES/totem.mo share/locale/ka/LC_MESSAGES/totem.mo share/locale/kk/LC_MESSAGES/totem.mo @@ -420,6 +465,7 @@ share/locale/mk/LC_MESSAGES/totem.mo share/locale/ml/LC_MESSAGES/totem.mo share/locale/mr/LC_MESSAGES/totem.mo share/locale/ms/LC_MESSAGES/totem.mo +share/locale/my/LC_MESSAGES/totem.mo share/locale/nb/LC_MESSAGES/totem.mo share/locale/ne/LC_MESSAGES/totem.mo share/locale/nl/LC_MESSAGES/totem.mo @@ -442,6 +488,7 @@ share/locale/sr@latin/LC_MESSAGES/totem.mo share/locale/sv/LC_MESSAGES/totem.mo share/locale/ta/LC_MESSAGES/totem.mo share/locale/te/LC_MESSAGES/totem.mo +share/locale/tg/LC_MESSAGES/totem.mo share/locale/th/LC_MESSAGES/totem.mo share/locale/tr/LC_MESSAGES/totem.mo share/locale/ug/LC_MESSAGES/totem.mo @@ -452,157 +499,14 @@ share/locale/xh/LC_MESSAGES/totem.mo share/locale/zh_CN/LC_MESSAGES/totem.mo share/locale/zh_HK/LC_MESSAGES/totem.mo share/locale/zh_TW/LC_MESSAGES/totem.mo -share/omf/totem/totem-C.omf -share/omf/totem/totem-bg.omf -share/omf/totem/totem-ca.omf -share/omf/totem/totem-cs.omf -share/omf/totem/totem-da.omf -share/omf/totem/totem-de.omf -share/omf/totem/totem-el.omf -share/omf/totem/totem-en_GB.omf -share/omf/totem/totem-es.omf -share/omf/totem/totem-eu.omf -share/omf/totem/totem-fi.omf -share/omf/totem/totem-fr.omf -share/omf/totem/totem-it.omf -share/omf/totem/totem-ja.omf -share/omf/totem/totem-oc.omf -share/omf/totem/totem-pa.omf -share/omf/totem/totem-pl.omf -share/omf/totem/totem-pt_BR.omf -share/omf/totem/totem-ru.omf -share/omf/totem/totem-sv.omf -share/omf/totem/totem-uk.omf -share/omf/totem/totem-zh_CN.omf -share/omf/totem/totem-zh_HK.omf -share/omf/totem/totem-zh_TW.omf -%%DATADIR%%/filmholes-big-left.png -%%DATADIR%%/filmholes-big-right.png -%%DATADIR%%/filmholes.png -%%DATADIR%%/fullscreen.ui +share/locale/zu/LC_MESSAGES/totem.mo +share/thumbnailers/totem.thumbnailer +%%DATADIR%%/controls.ui +%%DATADIR%%/mozilla-viewer.css %%DATADIR%%/mozilla-viewer.ui +%%DATADIR%%/org_gnome_totem_PluginViewer.xml %%DATADIR%%/playlist.ui -%%DATADIR%%/plugins.ui +%%DATADIR%%/preferences.ui %%DATADIR%%/properties.ui %%DATADIR%%/totem.ui %%DATADIR%%/uri.ui -%%DATADIR%%/video-list.ui -share/vala/vapi/totem.deps -share/vala/vapi/totem.vapi -@dirrm %%DATADIR%% -@dirrm share/omf/totem -@dirrm share/gnome/help/totem/zh_TW/figures -@dirrm share/gnome/help/totem/zh_TW -@dirrm share/gnome/help/totem/zh_HK/figures -@dirrm share/gnome/help/totem/zh_HK -@dirrm share/gnome/help/totem/zh_CN/figures -@dirrm share/gnome/help/totem/zh_CN -@dirrm share/gnome/help/totem/uk/figures -@dirrm share/gnome/help/totem/uk -@dirrm share/gnome/help/totem/sv/figures -@dirrm share/gnome/help/totem/sv -@dirrm share/gnome/help/totem/ru/figures -@dirrm share/gnome/help/totem/ru -@dirrm share/gnome/help/totem/pt_BR/figures -@dirrm share/gnome/help/totem/pt_BR -@dirrm share/gnome/help/totem/pl/figures -@dirrm share/gnome/help/totem/pl -@dirrm share/gnome/help/totem/pa/figures -@dirrm share/gnome/help/totem/pa -@dirrm share/gnome/help/totem/oc/figures -@dirrm share/gnome/help/totem/oc -@dirrm share/gnome/help/totem/ja/figures -@dirrm share/gnome/help/totem/ja -@dirrm share/gnome/help/totem/it/figures -@dirrm share/gnome/help/totem/it -@dirrm share/gnome/help/totem/fr/figures -@dirrm share/gnome/help/totem/fr -@dirrm share/gnome/help/totem/fi/figures -@dirrm share/gnome/help/totem/fi -@dirrm share/gnome/help/totem/eu/figures -@dirrm share/gnome/help/totem/eu -@dirrm share/gnome/help/totem/es/figures -@dirrm share/gnome/help/totem/es -@dirrm share/gnome/help/totem/en_GB/figures -@dirrm share/gnome/help/totem/en_GB -@dirrm share/gnome/help/totem/el/figures -@dirrm share/gnome/help/totem/el -@dirrm share/gnome/help/totem/de/figures -@dirrm share/gnome/help/totem/de -@dirrm share/gnome/help/totem/da/figures -@dirrm share/gnome/help/totem/da -@dirrm share/gnome/help/totem/cs/figures -@dirrm share/gnome/help/totem/cs -@dirrm share/gnome/help/totem/ca/figures -@dirrm share/gnome/help/totem/ca -@dirrm share/gnome/help/totem/bg/figures -@dirrm share/gnome/help/totem/bg -@dirrm share/gnome/help/totem/C/figures -@dirrm share/gnome/help/totem/C -@dirrm share/gnome/help/totem -@dirrm %%DOCSDIR%% -@dirrm libexec/totem -@dirrm lib/totem/plugins/youtube -@dirrm lib/totem/plugins/totem -%%TRACKER%%@dirrm lib/totem/plugins/tracker -@dirrm lib/totem/plugins/thumbnail -@dirrm lib/totem/plugins/skipto -@dirrm lib/totem/plugins/screenshot -@dirrm lib/totem/plugins/screensaver -%%PUBLISH%%@dirrm lib/totem/plugins/publish -@dirrm lib/totem/plugins/properties -@dirrm lib/totem/plugins/opensubtitles -@dirrm lib/totem/plugins/ontop -@dirrm lib/totem/plugins/media-player-keys -%%LIRC%%@dirrm lib/totem/plugins/lirc -@dirrm lib/totem/plugins/iplayer -@dirrm lib/totem/plugins/gromit -%%GALAGO%%@dirrm lib/totem/plugins/galago -@dirrm lib/totem/plugins/dbus -@dirrm lib/totem/plugins/coherence_upnp -@dirrm lib/totem/plugins/brasero-disc-recorder -@dirrm lib/totem/plugins -@dirrm lib/totem -%%BROWSER_PLUGINS%%@dirrmtry %%WEBPLUGIN_DIR%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as |