Update to totem-3.8.0.
Merge -nautilus into -main.
This commit is contained in:
parent
2ba5959423
commit
d0ebd5d3ec
@ -1,86 +1,67 @@
|
||||
# $OpenBSD: Makefile,v 1.95 2013/03/28 21:32:03 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.96 2013/03/29 19:48:10 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT-main= official media player for GNOME
|
||||
COMMENT-nautilus= totem properties plugin for nautilus
|
||||
COMMENT= official media player for GNOME
|
||||
|
||||
GNOME_PROJECT= totem
|
||||
GNOME_VERSION= 3.6.3
|
||||
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-nautilus= nautilus-${DISTNAME}
|
||||
|
||||
REVISION-main= 2
|
||||
GNOME_VERSION= 3.8.0
|
||||
|
||||
SHARED_LIBS += totem 0.0 # 0.0
|
||||
|
||||
CATEGORIES= multimedia
|
||||
CATEGORIES= multimedia
|
||||
|
||||
HOMEPAGE= http://projects.gnome.org/totem/
|
||||
HOMEPAGE= http://projects.gnome.org/totem/
|
||||
|
||||
# GPLv2 with exception clause - LGPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
MULTI_PACKAGES= -main -nautilus
|
||||
WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
|
||||
WANTLIB += Xinerama Xrandr Xrender archive atk-1.0 atk-bridge-2.0
|
||||
WANTLIB += atspi bz2 c cairo cairo-gobject clutter-1.0 clutter-gst-2.0
|
||||
WANTLIB += clutter-gtk-1.0 cogl cogl-pango crypto curl dbus-1
|
||||
WANTLIB += expat ffi fontconfig freetype gcrypt gdk-3 gdk_pixbuf-2.0
|
||||
WANTLIB += gio-2.0 girepository-1.0 glib-2.0 gmime-2.6 gmodule-2.0
|
||||
WANTLIB += gnome-keyring gobject-2.0 gpg-error graphite2 grilo-0.2
|
||||
WANTLIB += gstaudio-1.0 gstbase-1.0 gstpbutils-1.0 gstreamer-1.0
|
||||
WANTLIB += gsttag-1.0 gstvideo-1.0 gthread-2.0 gtk-3 harfbuzz
|
||||
WANTLIB += icudata icule icuuc idn json-glib-1.0 lua5.1 lzma m
|
||||
WANTLIB += nautilus-extension orc-0.4 pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pcre peas-1.0 peas-gtk-1.0 pixman-1 png
|
||||
WANTLIB += pthread pthread-stubs quvi soup-2.4 soup-gnome-2.4
|
||||
WANTLIB += sqlite3 ssl totem-plparser xcb xcb-render xcb-shm xml2
|
||||
WANTLIB += z zeitgeist-1.0
|
||||
|
||||
MODULES= devel/dconf \
|
||||
devel/gettext \
|
||||
lang/python \
|
||||
x11/gnome
|
||||
|
||||
WANTLIB += GL ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp
|
||||
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm archive
|
||||
WANTLIB += atk-1.0 atk-bridge-2.0 atspi bz2 cairo cairo-gobject
|
||||
WANTLIB += clutter-1.0 clutter-gst-2.0 clutter-gtk-1.0 cogl cogl-pango
|
||||
WANTLIB += crypto curl dbus-1 drm expat ffi fontconfig freetype
|
||||
WANTLIB += gcrypt gdk-3 gdk_pixbuf-2.0 gio-2.0 girepository-1.0
|
||||
WANTLIB += glib-2.0 gmime-2.6 gmodule-2.0 gnome-keyring gobject-2.0
|
||||
WANTLIB += gpg-error gstaudio-1.0 gstbase-1.0 gstpbutils-1.0
|
||||
WANTLIB += gstreamer-1.0 gsttag-1.0 gstvideo-1.0 gthread-2.0 gtk-3
|
||||
WANTLIB += harfbuzz icudata icule icuuc idn json-glib-1.0 lua5.1
|
||||
WANTLIB += lzma m orc-0.4 pango-1.0 pangocairo-1.0 pangoft2-1.0
|
||||
WANTLIB += pcre peas-1.0 peas-gtk-1.0 pixman-1 png pthread pthread-stubs
|
||||
WANTLIB += quvi soup-2.4 soup-gnome-2.4 sqlite3 ssl stdc++ totem-plparser
|
||||
WANTLIB += xcb xcb-render xcb-shm xml2 z
|
||||
|
||||
WANTLIB-main += ${WANTLIB}
|
||||
WANTLIB-main += c grilo-0.2 zeitgeist-1.0
|
||||
|
||||
WANTLIB-nautilus += ${WANTLIB}
|
||||
WANTLIB-nautilus += nautilus-extension
|
||||
MODULES= devel/dconf \
|
||||
devel/gettext \
|
||||
lang/python \
|
||||
x11/gnome
|
||||
|
||||
BUILD_DEPENDS= devel/py-gobject3 \
|
||||
multimedia/gstreamer1/plugins-good \
|
||||
multimedia/gstreamer1/plugins-bad>=1.0.0p0 # soundtouch
|
||||
multimedia/gstreamer1/plugins-bad #soundtouch
|
||||
|
||||
# needed for make check
|
||||
BUILD_DEPENDS += devel/pylint
|
||||
|
||||
RUN_DEPENDS-main= devel/py-gobject3 \
|
||||
RUN_DEPENDS= devel/py-gobject3 \
|
||||
devel/py-xdg \
|
||||
x11/dbus-python \
|
||||
x11/gnome/grilo-plugins \
|
||||
${RUN_DEPENDS}
|
||||
x11/gnome/grilo-plugins
|
||||
|
||||
LIB_DEPENDS-main= ${MODGETTEXT_LIB_DEPENDS} \
|
||||
x11/gnome/totem-pl-parser>=3.4.3 \
|
||||
LIB_DEPENDS= x11/gnome/totem-pl-parser \
|
||||
devel/gobject-introspection \
|
||||
devel/libpeas \
|
||||
graphics/clutter/clutter-gst \
|
||||
graphics/clutter/clutter-gtk \
|
||||
productivity/libzeitgeist \
|
||||
x11/gnome/grilo>=0.2.0
|
||||
|
||||
RUN_DEPENDS-nautilus= x11/gnome/totem,-main=${GNOME_VERSION}
|
||||
LIB_DEPENDS-nautilus= x11/gnome/nautilus \
|
||||
x11/gnome/totem-pl-parser
|
||||
x11/gnome/grilo
|
||||
|
||||
# while the following are not "required" for totem to run, there's no
|
||||
# point in using a media player that can't play most modern media files
|
||||
RUN_DEPENDS-main+=multimedia/gstreamer1/plugins-good \
|
||||
multimedia/gstreamer1/plugins-libav \
|
||||
multimedia/gstreamer1/plugins-bad>=1.0.0p0 # soundtouch
|
||||
RUN_DEPENDS += multimedia/gstreamer1/plugins-good \
|
||||
multimedia/gstreamer1/plugins-libav \
|
||||
multimedia/gstreamer1/plugins-bad #soundtouch
|
||||
|
||||
MODGNOME_DESKTOP_FILE= Yes
|
||||
MODGNOME_ICON_CACHE= Yes
|
||||
@ -88,16 +69,16 @@ MODGNOME_TOOLS= goi vala yelp
|
||||
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
||||
AUTOCONF_VERSION=2.69
|
||||
CONFIGURE_STYLE=autoconf
|
||||
AUTOCONF_VERSION= 2.69
|
||||
CONFIGURE_STYLE= autoconf
|
||||
|
||||
CONFIGURE_ARGS= --disable-static \
|
||||
--disable-browser-plugins \
|
||||
--disable-gmp-plugin \
|
||||
--disable-narrowspace-plugin \
|
||||
--disable-mully-plugin \
|
||||
--disable-cone-plugin \
|
||||
--disable-vegas-plugin
|
||||
CONFIGURE_ARGS= --disable-static \
|
||||
--disable-browser-plugins \
|
||||
--disable-gmp-plugin \
|
||||
--disable-narrowspace-plugin \
|
||||
--disable-mully-plugin \
|
||||
--disable-cone-plugin \
|
||||
--disable-vegas-plugin
|
||||
|
||||
post-install:
|
||||
rm ${PREFIX}/lib/totem/plugins/*/*.la
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gnome/totem-3.6.3.tar.xz) = rZ8v8gfIqWWXVnDiYjlJU7N7LcJc/37lnxOPlh+IzmA=
|
||||
SIZE (gnome/totem-3.6.3.tar.xz) = 3120056
|
||||
SHA256 (gnome/totem-3.8.0.tar.xz) = dMc6Xey2lXLLGCAFsURJPC9uf0jUxXhR5toz6OdvsDk=
|
||||
SIZE (gnome/totem-3.8.0.tar.xz) = 3144516
|
||||
|
@ -1,10 +1,7 @@
|
||||
$OpenBSD: patch-aclocal_m4,v 1.3 2012/10/25 15:26:32 ajacoutot Exp $
|
||||
|
||||
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
|
||||
|
||||
--- aclocal.m4.orig Thu Oct 25 15:36:16 2012
|
||||
+++ aclocal.m4 Thu Oct 25 16:51:52 2012
|
||||
@@ -10729,6 +10729,8 @@ fi
|
||||
$OpenBSD: patch-m4_intltool_m4,v 1.1 2013/03/29 19:48:10 ajacoutot Exp $
|
||||
--- m4/intltool.m4.orig Tue Mar 26 09:18:27 2013
|
||||
+++ m4/intltool.m4 Fri Mar 29 20:29:00 2013
|
||||
@@ -155,6 +155,8 @@ fi
|
||||
# Substitute ALL_LINGUAS so we can use it in po/Makefile
|
||||
AC_SUBST(ALL_LINGUAS)
|
||||
|
||||
@ -13,7 +10,7 @@ Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
|
||||
# Set DATADIRNAME correctly if it is not set yet
|
||||
# (copied from glib-gettext.m4)
|
||||
if test -z "$DATADIRNAME"; then
|
||||
@@ -10746,6 +10748,9 @@ if test -z "$DATADIRNAME"; then
|
||||
@@ -172,6 +174,9 @@ if test -z "$DATADIRNAME"; then
|
||||
dnl in this case.
|
||||
AC_CHECK_FUNC(bind_textdomain_codeset,
|
||||
[DATADIRNAME=share], [DATADIRNAME=lib])
|
@ -1 +0,0 @@
|
||||
Properties plugin for nautilus.
|
605
x11/gnome/totem/pkg/PLIST
Normal file
605
x11/gnome/totem/pkg/PLIST
Normal file
@ -0,0 +1,605 @@
|
||||
@comment $OpenBSD: PLIST,v 1.16 2013/03/29 19:48:10 ajacoutot Exp $
|
||||
@conflict nautilus-totem-*
|
||||
@pkgpath x11/gnome/totem,nautilus
|
||||
@pkgpath x11/gnome/totem,xine
|
||||
@bin bin/totem
|
||||
@bin bin/totem-audio-preview
|
||||
@bin bin/totem-video-thumbnailer
|
||||
include/totem/
|
||||
include/totem/1.0/
|
||||
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
|
||||
lib/girepository-1.0/Totem-1.0.typelib
|
||||
lib/libtotem.la
|
||||
@lib lib/libtotem.so.${LIBtotem_VERSION}
|
||||
lib/nautilus/extensions-3.0/libtotem-properties-page.so
|
||||
lib/pkgconfig/totem.pc
|
||||
lib/totem/
|
||||
lib/totem/plugins/
|
||||
lib/totem/plugins/apple-trailers/
|
||||
lib/totem/plugins/apple-trailers/apple-trailers.plugin
|
||||
lib/totem/plugins/apple-trailers/libapple-trailers.so
|
||||
lib/totem/plugins/autoload-subtitles/
|
||||
lib/totem/plugins/autoload-subtitles/autoload-subtitles.plugin
|
||||
lib/totem/plugins/autoload-subtitles/libautoload-subtitles.so
|
||||
lib/totem/plugins/brasero-disc-recorder/
|
||||
lib/totem/plugins/brasero-disc-recorder/brasero-disc-recorder.plugin
|
||||
lib/totem/plugins/brasero-disc-recorder/libbrasero-disc-recorder.so
|
||||
lib/totem/plugins/chapters/
|
||||
lib/totem/plugins/chapters/chapters-edit.ui
|
||||
lib/totem/plugins/chapters/chapters-list.ui
|
||||
lib/totem/plugins/chapters/chapters.plugin
|
||||
lib/totem/plugins/chapters/libchapters.so
|
||||
lib/totem/plugins/dbus/
|
||||
lib/totem/plugins/dbus/dbusservice.plugin
|
||||
lib/totem/plugins/dbus/dbusservice.py
|
||||
lib/totem/plugins/dbus/dbusservice.pyc
|
||||
lib/totem/plugins/dbus/dbusservice.pyo
|
||||
lib/totem/plugins/grilo/
|
||||
lib/totem/plugins/grilo/grilo.plugin
|
||||
lib/totem/plugins/grilo/grilo.ui
|
||||
lib/totem/plugins/grilo/libgrilo.so
|
||||
lib/totem/plugins/grilo/totem-grilo.conf
|
||||
lib/totem/plugins/gromit/
|
||||
lib/totem/plugins/gromit/gromit.plugin
|
||||
lib/totem/plugins/gromit/libgromit.so
|
||||
lib/totem/plugins/im-status/
|
||||
lib/totem/plugins/im-status/libtotem-im-status.so
|
||||
lib/totem/plugins/im-status/totem-im-status.plugin
|
||||
lib/totem/plugins/media-player-keys/
|
||||
lib/totem/plugins/media-player-keys/libmedia_player_keys.so
|
||||
lib/totem/plugins/media-player-keys/media-player-keys.plugin
|
||||
lib/totem/plugins/ontop/
|
||||
lib/totem/plugins/ontop/libontop.so
|
||||
lib/totem/plugins/ontop/ontop.plugin
|
||||
lib/totem/plugins/opensubtitles/
|
||||
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.ui
|
||||
lib/totem/plugins/properties/
|
||||
lib/totem/plugins/properties/libmovie-properties.so
|
||||
lib/totem/plugins/properties/movie-properties.plugin
|
||||
lib/totem/plugins/pythonconsole/
|
||||
lib/totem/plugins/pythonconsole/console.py
|
||||
lib/totem/plugins/pythonconsole/console.pyc
|
||||
lib/totem/plugins/pythonconsole/console.pyo
|
||||
lib/totem/plugins/pythonconsole/pythonconsole.plugin
|
||||
lib/totem/plugins/pythonconsole/pythonconsole.py
|
||||
lib/totem/plugins/pythonconsole/pythonconsole.pyc
|
||||
lib/totem/plugins/pythonconsole/pythonconsole.pyo
|
||||
lib/totem/plugins/recent/
|
||||
lib/totem/plugins/recent/librecent.so
|
||||
lib/totem/plugins/recent/recent.plugin
|
||||
lib/totem/plugins/rotation/
|
||||
lib/totem/plugins/rotation/librotation.so
|
||||
lib/totem/plugins/rotation/rotation.plugin
|
||||
lib/totem/plugins/save-file/
|
||||
lib/totem/plugins/save-file/libsave-file.so
|
||||
lib/totem/plugins/save-file/save-file.plugin
|
||||
lib/totem/plugins/screensaver/
|
||||
lib/totem/plugins/screensaver/libscreensaver.so
|
||||
lib/totem/plugins/screensaver/screensaver.plugin
|
||||
lib/totem/plugins/screenshot/
|
||||
lib/totem/plugins/screenshot/gallery.ui
|
||||
lib/totem/plugins/screenshot/libscreenshot.so
|
||||
lib/totem/plugins/screenshot/screenshot.plugin
|
||||
lib/totem/plugins/skipto/
|
||||
lib/totem/plugins/skipto/libskipto.so
|
||||
lib/totem/plugins/skipto/skipto.plugin
|
||||
lib/totem/plugins/skipto/skipto.ui
|
||||
lib/totem/plugins/zeitgeist-dp/
|
||||
lib/totem/plugins/zeitgeist-dp/libtotem-zeitgeist-dp-plugin.so
|
||||
lib/totem/plugins/zeitgeist-dp/zeitgeist-dp.plugin
|
||||
libexec/totem/
|
||||
libexec/totem/totem-bugreport.py
|
||||
@man man/man1/totem-video-thumbnailer.1
|
||||
@man man/man1/totem.1
|
||||
share/GConf/gsettings/opensubtitles.convert
|
||||
share/GConf/gsettings/pythonconsole.convert
|
||||
share/GConf/gsettings/totem.convert
|
||||
share/applications/totem.desktop
|
||||
share/gir-1.0/Totem-1.0.gir
|
||||
share/glib-2.0/schemas/org.gnome.totem.enums.xml
|
||||
share/glib-2.0/schemas/org.gnome.totem.gschema.xml
|
||||
share/glib-2.0/schemas/org.gnome.totem.plugins.opensubtitles.gschema.xml
|
||||
share/glib-2.0/schemas/org.gnome.totem.plugins.pythonconsole.gschema.xml
|
||||
share/gtk-doc/html/totem/
|
||||
share/gtk-doc/html/totem/BaconVideoWidget.html
|
||||
share/gtk-doc/html/totem/TotemObject.html
|
||||
share/gtk-doc/html/totem/annotation-glossary.html
|
||||
share/gtk-doc/html/totem/api-index-deprecated.html
|
||||
share/gtk-doc/html/totem/api-index-full.html
|
||||
share/gtk-doc/html/totem/core-api.html
|
||||
share/gtk-doc/html/totem/home.png
|
||||
share/gtk-doc/html/totem/index.html
|
||||
share/gtk-doc/html/totem/index.sgml
|
||||
share/gtk-doc/html/totem/ix02.html
|
||||
share/gtk-doc/html/totem/ix03.html
|
||||
share/gtk-doc/html/totem/ix04.html
|
||||
share/gtk-doc/html/totem/ix05.html
|
||||
share/gtk-doc/html/totem/left.png
|
||||
share/gtk-doc/html/totem/right.png
|
||||
share/gtk-doc/html/totem/style.css
|
||||
share/gtk-doc/html/totem/totem-Interface.html
|
||||
share/gtk-doc/html/totem/totem-TotemPlugin.html
|
||||
share/gtk-doc/html/totem/totem-plugins.html
|
||||
share/gtk-doc/html/totem/totem.devhelp2
|
||||
share/gtk-doc/html/totem/tutorials.html
|
||||
share/gtk-doc/html/totem/up.png
|
||||
share/help/C/totem/
|
||||
share/help/C/totem/figures/
|
||||
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/C/totem/index.docbook
|
||||
share/help/C/totem/legal.xml
|
||||
share/help/bg/
|
||||
share/help/bg/totem/
|
||||
share/help/bg/totem/figures/
|
||||
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/bg/totem/index.docbook
|
||||
share/help/bg/totem/legal.xml
|
||||
share/help/ca/totem/
|
||||
share/help/ca/totem/figures/
|
||||
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/ca/totem/index.docbook
|
||||
share/help/ca/totem/legal.xml
|
||||
share/help/cs/totem/
|
||||
share/help/cs/totem/figures/
|
||||
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/cs/totem/index.docbook
|
||||
share/help/cs/totem/legal.xml
|
||||
share/help/da/
|
||||
share/help/da/totem/
|
||||
share/help/da/totem/figures/
|
||||
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/da/totem/index.docbook
|
||||
share/help/da/totem/legal.xml
|
||||
share/help/de/totem/
|
||||
share/help/de/totem/figures/
|
||||
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/de/totem/index.docbook
|
||||
share/help/de/totem/legal.xml
|
||||
share/help/el/totem/
|
||||
share/help/el/totem/figures/
|
||||
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/el/totem/index.docbook
|
||||
share/help/el/totem/legal.xml
|
||||
share/help/en_GB/
|
||||
share/help/en_GB/totem/
|
||||
share/help/en_GB/totem/figures/
|
||||
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/en_GB/totem/index.docbook
|
||||
share/help/en_GB/totem/legal.xml
|
||||
share/help/es/totem/
|
||||
share/help/es/totem/figures/
|
||||
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/es/totem/index.docbook
|
||||
share/help/es/totem/legal.xml
|
||||
share/help/eu/totem/
|
||||
share/help/eu/totem/figures/
|
||||
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/eu/totem/index.docbook
|
||||
share/help/eu/totem/legal.xml
|
||||
share/help/fi/totem/
|
||||
share/help/fi/totem/figures/
|
||||
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/fi/totem/index.docbook
|
||||
share/help/fi/totem/legal.xml
|
||||
share/help/fr/totem/
|
||||
share/help/fr/totem/figures/
|
||||
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/fr/totem/index.docbook
|
||||
share/help/fr/totem/legal.xml
|
||||
share/help/gl/totem/
|
||||
share/help/gl/totem/figures/
|
||||
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/gl/totem/index.docbook
|
||||
share/help/gl/totem/legal.xml
|
||||
share/help/it/
|
||||
share/help/it/totem/
|
||||
share/help/it/totem/figures/
|
||||
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/it/totem/index.docbook
|
||||
share/help/it/totem/legal.xml
|
||||
share/help/ja/
|
||||
share/help/ja/totem/
|
||||
share/help/ja/totem/figures/
|
||||
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/ja/totem/index.docbook
|
||||
share/help/ja/totem/legal.xml
|
||||
share/help/oc/totem/
|
||||
share/help/oc/totem/figures/
|
||||
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/oc/totem/index.docbook
|
||||
share/help/oc/totem/legal.xml
|
||||
share/help/pa/totem/
|
||||
share/help/pa/totem/figures/
|
||||
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/pa/totem/index.docbook
|
||||
share/help/pa/totem/legal.xml
|
||||
share/help/pl/totem/
|
||||
share/help/pl/totem/figures/
|
||||
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/pl/totem/index.docbook
|
||||
share/help/pl/totem/legal.xml
|
||||
share/help/pt_BR/totem/
|
||||
share/help/pt_BR/totem/figures/
|
||||
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/pt_BR/totem/index.docbook
|
||||
share/help/pt_BR/totem/legal.xml
|
||||
share/help/ro/
|
||||
share/help/ro/totem/
|
||||
share/help/ro/totem/figures/
|
||||
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/ro/totem/index.docbook
|
||||
share/help/ro/totem/legal.xml
|
||||
share/help/ru/
|
||||
share/help/ru/totem/
|
||||
share/help/ru/totem/figures/
|
||||
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/ru/totem/index.docbook
|
||||
share/help/ru/totem/legal.xml
|
||||
share/help/sl/totem/
|
||||
share/help/sl/totem/figures/
|
||||
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/sl/totem/index.docbook
|
||||
share/help/sl/totem/legal.xml
|
||||
share/help/sv/totem/
|
||||
share/help/sv/totem/figures/
|
||||
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/sv/totem/index.docbook
|
||||
share/help/sv/totem/legal.xml
|
||||
share/help/te/
|
||||
share/help/te/totem/
|
||||
share/help/te/totem/figures/
|
||||
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/te/totem/index.docbook
|
||||
share/help/te/totem/legal.xml
|
||||
share/help/uk/totem/
|
||||
share/help/uk/totem/figures/
|
||||
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/uk/totem/index.docbook
|
||||
share/help/uk/totem/legal.xml
|
||||
share/help/zh_CN/totem/
|
||||
share/help/zh_CN/totem/figures/
|
||||
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_CN/totem/index.docbook
|
||||
share/help/zh_CN/totem/legal.xml
|
||||
share/help/zh_HK/
|
||||
share/help/zh_HK/totem/
|
||||
share/help/zh_HK/totem/figures/
|
||||
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_HK/totem/index.docbook
|
||||
share/help/zh_HK/totem/legal.xml
|
||||
share/help/zh_TW/
|
||||
share/help/zh_TW/totem/
|
||||
share/help/zh_TW/totem/figures/
|
||||
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/help/zh_TW/totem/index.docbook
|
||||
share/help/zh_TW/totem/legal.xml
|
||||
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/actions/view-sidebar-symbolic.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
|
||||
share/locale/ast/LC_MESSAGES/totem.mo
|
||||
share/locale/az/LC_MESSAGES/totem.mo
|
||||
share/locale/be/LC_MESSAGES/totem.mo
|
||||
share/locale/be@latin/LC_MESSAGES/totem.mo
|
||||
share/locale/bg/LC_MESSAGES/totem.mo
|
||||
share/locale/bn/LC_MESSAGES/totem.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/totem.mo
|
||||
share/locale/br/LC_MESSAGES/totem.mo
|
||||
share/locale/ca/LC_MESSAGES/totem.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/totem.mo
|
||||
share/locale/crh/LC_MESSAGES/totem.mo
|
||||
share/locale/cs/LC_MESSAGES/totem.mo
|
||||
share/locale/cy/LC_MESSAGES/totem.mo
|
||||
share/locale/da/LC_MESSAGES/totem.mo
|
||||
share/locale/de/LC_MESSAGES/totem.mo
|
||||
share/locale/dz/LC_MESSAGES/totem.mo
|
||||
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
|
||||
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/gl/LC_MESSAGES/totem.mo
|
||||
share/locale/gu/LC_MESSAGES/totem.mo
|
||||
share/locale/gv/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
|
||||
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/ja/LC_MESSAGES/totem.mo
|
||||
share/locale/ka/LC_MESSAGES/totem.mo
|
||||
share/locale/kk/LC_MESSAGES/totem.mo
|
||||
share/locale/km/LC_MESSAGES/totem.mo
|
||||
share/locale/kn/LC_MESSAGES/totem.mo
|
||||
share/locale/ko/LC_MESSAGES/totem.mo
|
||||
share/locale/ku/LC_MESSAGES/totem.mo
|
||||
share/locale/ky/LC_MESSAGES/totem.mo
|
||||
share/locale/lt/LC_MESSAGES/totem.mo
|
||||
share/locale/lv/LC_MESSAGES/totem.mo
|
||||
share/locale/mai/LC_MESSAGES/totem.mo
|
||||
share/locale/mg/LC_MESSAGES/totem.mo
|
||||
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
|
||||
share/locale/nn/LC_MESSAGES/totem.mo
|
||||
share/locale/oc/LC_MESSAGES/totem.mo
|
||||
share/locale/or/LC_MESSAGES/totem.mo
|
||||
share/locale/pa/LC_MESSAGES/totem.mo
|
||||
share/locale/pl/LC_MESSAGES/totem.mo
|
||||
share/locale/pt/LC_MESSAGES/totem.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/totem.mo
|
||||
share/locale/ro/LC_MESSAGES/totem.mo
|
||||
share/locale/ru/LC_MESSAGES/totem.mo
|
||||
share/locale/rw/LC_MESSAGES/totem.mo
|
||||
share/locale/si/LC_MESSAGES/totem.mo
|
||||
share/locale/sk/LC_MESSAGES/totem.mo
|
||||
share/locale/sl/LC_MESSAGES/totem.mo
|
||||
share/locale/sq/LC_MESSAGES/totem.mo
|
||||
share/locale/sr/LC_MESSAGES/totem.mo
|
||||
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/th/LC_MESSAGES/totem.mo
|
||||
share/locale/tr/LC_MESSAGES/totem.mo
|
||||
share/locale/ug/LC_MESSAGES/totem.mo
|
||||
share/locale/uk/LC_MESSAGES/totem.mo
|
||||
share/locale/vi/LC_MESSAGES/totem.mo
|
||||
share/locale/wa/LC_MESSAGES/totem.mo
|
||||
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/locale/zu/LC_MESSAGES/totem.mo
|
||||
share/thumbnailers/totem.thumbnailer
|
||||
share/totem/
|
||||
share/totem/filmholes-big-left.png
|
||||
share/totem/filmholes-big-right.png
|
||||
share/totem/filmholes.png
|
||||
share/totem/fullscreen.ui
|
||||
share/totem/mozilla-viewer.css
|
||||
share/totem/mozilla-viewer.ui
|
||||
share/totem/playlist.ui
|
||||
share/totem/preferences.ui
|
||||
share/totem/properties.ui
|
||||
share/totem/totem.ui
|
||||
share/totem/uri.ui
|
||||
@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
|
||||
@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec-delete %D/bin/update-desktop-database
|
||||
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
|
||||
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
|
@ -1,603 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.7 2012/10/25 15:26:32 ajacoutot Exp $
|
||||
@pkgpath ${BASE_PKGPATH}
|
||||
@pkgpath x11/gnome/totem,xine
|
||||
@bin bin/totem
|
||||
@bin bin/totem-audio-preview
|
||||
@bin bin/totem-video-thumbnailer
|
||||
include/totem/
|
||||
include/totem/1.0/
|
||||
include/totem/1.0/totem-cell-renderer-video.h
|
||||
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-video-list.h
|
||||
include/totem/1.0/totem.h
|
||||
lib/girepository-1.0/Totem-1.0.typelib
|
||||
lib/libtotem.la
|
||||
@lib lib/libtotem.so.${LIBtotem_VERSION}
|
||||
lib/pkgconfig/totem.pc
|
||||
lib/totem/
|
||||
lib/totem/plugins/
|
||||
lib/totem/plugins/apple-trailers/
|
||||
lib/totem/plugins/apple-trailers/apple-trailers.plugin
|
||||
lib/totem/plugins/apple-trailers/libapple-trailers.so
|
||||
lib/totem/plugins/autoload-subtitles/
|
||||
lib/totem/plugins/autoload-subtitles/autoload-subtitles.plugin
|
||||
lib/totem/plugins/autoload-subtitles/libautoload-subtitles.so
|
||||
lib/totem/plugins/brasero-disc-recorder/
|
||||
lib/totem/plugins/brasero-disc-recorder/brasero-disc-recorder.plugin
|
||||
lib/totem/plugins/brasero-disc-recorder/libbrasero-disc-recorder.so
|
||||
lib/totem/plugins/chapters/
|
||||
lib/totem/plugins/chapters/chapters-edit.ui
|
||||
lib/totem/plugins/chapters/chapters-list.ui
|
||||
lib/totem/plugins/chapters/chapters.plugin
|
||||
lib/totem/plugins/chapters/libchapters.so
|
||||
lib/totem/plugins/dbus/
|
||||
lib/totem/plugins/dbus/dbusservice.plugin
|
||||
lib/totem/plugins/dbus/dbusservice.py
|
||||
lib/totem/plugins/dbus/dbusservice.pyc
|
||||
lib/totem/plugins/dbus/dbusservice.pyo
|
||||
lib/totem/plugins/grilo/
|
||||
lib/totem/plugins/grilo/grilo.plugin
|
||||
lib/totem/plugins/grilo/grilo.ui
|
||||
lib/totem/plugins/grilo/libgrilo.so
|
||||
lib/totem/plugins/grilo/totem-grilo.conf
|
||||
lib/totem/plugins/gromit/
|
||||
lib/totem/plugins/gromit/gromit.plugin
|
||||
lib/totem/plugins/gromit/libgromit.so
|
||||
lib/totem/plugins/im-status/
|
||||
lib/totem/plugins/im-status/libtotem-im-status.so
|
||||
lib/totem/plugins/im-status/totem-im-status.plugin
|
||||
lib/totem/plugins/media-player-keys/
|
||||
lib/totem/plugins/media-player-keys/libmedia_player_keys.so
|
||||
lib/totem/plugins/media-player-keys/media-player-keys.plugin
|
||||
lib/totem/plugins/ontop/
|
||||
lib/totem/plugins/ontop/libontop.so
|
||||
lib/totem/plugins/ontop/ontop.plugin
|
||||
lib/totem/plugins/opensubtitles/
|
||||
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.ui
|
||||
lib/totem/plugins/properties/
|
||||
lib/totem/plugins/properties/libmovie-properties.so
|
||||
lib/totem/plugins/properties/movie-properties.plugin
|
||||
lib/totem/plugins/pythonconsole/
|
||||
lib/totem/plugins/pythonconsole/console.py
|
||||
lib/totem/plugins/pythonconsole/console.pyc
|
||||
lib/totem/plugins/pythonconsole/console.pyo
|
||||
lib/totem/plugins/pythonconsole/pythonconsole.plugin
|
||||
lib/totem/plugins/pythonconsole/pythonconsole.py
|
||||
lib/totem/plugins/pythonconsole/pythonconsole.pyc
|
||||
lib/totem/plugins/pythonconsole/pythonconsole.pyo
|
||||
lib/totem/plugins/recent/
|
||||
lib/totem/plugins/recent/librecent.so
|
||||
lib/totem/plugins/recent/recent.plugin
|
||||
lib/totem/plugins/rotation/
|
||||
lib/totem/plugins/rotation/librotation.so
|
||||
lib/totem/plugins/rotation/rotation.plugin
|
||||
lib/totem/plugins/save-file/
|
||||
lib/totem/plugins/save-file/libsave-file.so
|
||||
lib/totem/plugins/save-file/save-file.plugin
|
||||
lib/totem/plugins/screensaver/
|
||||
lib/totem/plugins/screensaver/libscreensaver.so
|
||||
lib/totem/plugins/screensaver/screensaver.plugin
|
||||
lib/totem/plugins/screenshot/
|
||||
lib/totem/plugins/screenshot/gallery.ui
|
||||
lib/totem/plugins/screenshot/libscreenshot.so
|
||||
lib/totem/plugins/screenshot/screenshot.plugin
|
||||
lib/totem/plugins/skipto/
|
||||
lib/totem/plugins/skipto/libskipto.so
|
||||
lib/totem/plugins/skipto/skipto.plugin
|
||||
lib/totem/plugins/skipto/skipto.ui
|
||||
lib/totem/plugins/zeitgeist-dp/
|
||||
lib/totem/plugins/zeitgeist-dp/libtotem-zeitgeist-dp-plugin.so
|
||||
lib/totem/plugins/zeitgeist-dp/zeitgeist-dp.plugin
|
||||
libexec/totem/
|
||||
libexec/totem/totem-bugreport.py
|
||||
@man man/man1/totem-video-thumbnailer.1
|
||||
@man man/man1/totem.1
|
||||
share/GConf/gsettings/opensubtitles.convert
|
||||
share/GConf/gsettings/pythonconsole.convert
|
||||
share/GConf/gsettings/totem.convert
|
||||
share/applications/totem.desktop
|
||||
share/gir-1.0/Totem-1.0.gir
|
||||
share/glib-2.0/schemas/org.gnome.totem.enums.xml
|
||||
share/glib-2.0/schemas/org.gnome.totem.gschema.xml
|
||||
share/glib-2.0/schemas/org.gnome.totem.plugins.opensubtitles.gschema.xml
|
||||
share/glib-2.0/schemas/org.gnome.totem.plugins.pythonconsole.gschema.xml
|
||||
share/gnome/help/
|
||||
share/gnome/help/totem/
|
||||
share/gnome/help/totem/C/
|
||||
share/gnome/help/totem/C/figures/
|
||||
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/
|
||||
share/gnome/help/totem/bg/figures/
|
||||
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/
|
||||
share/gnome/help/totem/ca/figures/
|
||||
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/
|
||||
share/gnome/help/totem/cs/figures/
|
||||
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/
|
||||
share/gnome/help/totem/da/figures/
|
||||
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/
|
||||
share/gnome/help/totem/de/figures/
|
||||
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/
|
||||
share/gnome/help/totem/el/figures/
|
||||
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/
|
||||
share/gnome/help/totem/en_GB/figures/
|
||||
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/
|
||||
share/gnome/help/totem/es/figures/
|
||||
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/
|
||||
share/gnome/help/totem/eu/figures/
|
||||
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/
|
||||
share/gnome/help/totem/fi/figures/
|
||||
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/
|
||||
share/gnome/help/totem/fr/figures/
|
||||
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/gl/
|
||||
share/gnome/help/totem/gl/figures/
|
||||
share/gnome/help/totem/gl/figures/totem_next_button.png
|
||||
share/gnome/help/totem/gl/figures/totem_pause_button.png
|
||||
share/gnome/help/totem/gl/figures/totem_play_button.png
|
||||
share/gnome/help/totem/gl/figures/totem_previous_button.png
|
||||
share/gnome/help/totem/gl/figures/totem_show_playlist_button.png
|
||||
share/gnome/help/totem/gl/figures/totem_start_window.png
|
||||
share/gnome/help/totem/gl/figures/totem_volume_maximum_button.png
|
||||
share/gnome/help/totem/gl/figures/totem_volume_mute_button.png
|
||||
share/gnome/help/totem/gl/totem.xml
|
||||
share/gnome/help/totem/it/
|
||||
share/gnome/help/totem/it/figures/
|
||||
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/
|
||||
share/gnome/help/totem/ja/figures/
|
||||
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/
|
||||
share/gnome/help/totem/oc/figures/
|
||||
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/
|
||||
share/gnome/help/totem/pa/figures/
|
||||
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/
|
||||
share/gnome/help/totem/pl/figures/
|
||||
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/
|
||||
share/gnome/help/totem/pt_BR/figures/
|
||||
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/ro/
|
||||
share/gnome/help/totem/ro/figures/
|
||||
share/gnome/help/totem/ro/figures/totem_next_button.png
|
||||
share/gnome/help/totem/ro/figures/totem_pause_button.png
|
||||
share/gnome/help/totem/ro/figures/totem_play_button.png
|
||||
share/gnome/help/totem/ro/figures/totem_previous_button.png
|
||||
share/gnome/help/totem/ro/figures/totem_show_playlist_button.png
|
||||
share/gnome/help/totem/ro/figures/totem_start_window.png
|
||||
share/gnome/help/totem/ro/figures/totem_volume_maximum_button.png
|
||||
share/gnome/help/totem/ro/figures/totem_volume_mute_button.png
|
||||
share/gnome/help/totem/ro/totem.xml
|
||||
share/gnome/help/totem/ru/
|
||||
share/gnome/help/totem/ru/figures/
|
||||
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/sl/
|
||||
share/gnome/help/totem/sl/figures/
|
||||
share/gnome/help/totem/sl/figures/totem_next_button.png
|
||||
share/gnome/help/totem/sl/figures/totem_pause_button.png
|
||||
share/gnome/help/totem/sl/figures/totem_play_button.png
|
||||
share/gnome/help/totem/sl/figures/totem_previous_button.png
|
||||
share/gnome/help/totem/sl/figures/totem_show_playlist_button.png
|
||||
share/gnome/help/totem/sl/figures/totem_start_window.png
|
||||
share/gnome/help/totem/sl/figures/totem_volume_maximum_button.png
|
||||
share/gnome/help/totem/sl/figures/totem_volume_mute_button.png
|
||||
share/gnome/help/totem/sl/totem.xml
|
||||
share/gnome/help/totem/sv/
|
||||
share/gnome/help/totem/sv/figures/
|
||||
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/te/
|
||||
share/gnome/help/totem/te/figures/
|
||||
share/gnome/help/totem/te/figures/totem_next_button.png
|
||||
share/gnome/help/totem/te/figures/totem_pause_button.png
|
||||
share/gnome/help/totem/te/figures/totem_play_button.png
|
||||
share/gnome/help/totem/te/figures/totem_previous_button.png
|
||||
share/gnome/help/totem/te/figures/totem_show_playlist_button.png
|
||||
share/gnome/help/totem/te/figures/totem_start_window.png
|
||||
share/gnome/help/totem/te/figures/totem_volume_maximum_button.png
|
||||
share/gnome/help/totem/te/figures/totem_volume_mute_button.png
|
||||
share/gnome/help/totem/te/totem.xml
|
||||
share/gnome/help/totem/uk/
|
||||
share/gnome/help/totem/uk/figures/
|
||||
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/
|
||||
share/gnome/help/totem/zh_CN/figures/
|
||||
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/
|
||||
share/gnome/help/totem/zh_HK/figures/
|
||||
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/
|
||||
share/gnome/help/totem/zh_TW/figures/
|
||||
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/gtk-doc/html/totem/
|
||||
share/gtk-doc/html/totem/BaconVideoWidget.html
|
||||
share/gtk-doc/html/totem/TotemCellRendererVideo.html
|
||||
share/gtk-doc/html/totem/TotemObject.html
|
||||
share/gtk-doc/html/totem/TotemVideoList.html
|
||||
share/gtk-doc/html/totem/annotation-glossary.html
|
||||
share/gtk-doc/html/totem/api-index-deprecated.html
|
||||
share/gtk-doc/html/totem/api-index-full.html
|
||||
share/gtk-doc/html/totem/core-api.html
|
||||
share/gtk-doc/html/totem/home.png
|
||||
share/gtk-doc/html/totem/index.html
|
||||
share/gtk-doc/html/totem/index.sgml
|
||||
share/gtk-doc/html/totem/ix02.html
|
||||
share/gtk-doc/html/totem/ix03.html
|
||||
share/gtk-doc/html/totem/ix04.html
|
||||
share/gtk-doc/html/totem/ix05.html
|
||||
share/gtk-doc/html/totem/left.png
|
||||
share/gtk-doc/html/totem/right.png
|
||||
share/gtk-doc/html/totem/style.css
|
||||
share/gtk-doc/html/totem/totem-Interface.html
|
||||
share/gtk-doc/html/totem/totem-TotemPlugin.html
|
||||
share/gtk-doc/html/totem/totem-plugins.html
|
||||
share/gtk-doc/html/totem/totem.devhelp2
|
||||
share/gtk-doc/html/totem/tutorials.html
|
||||
share/gtk-doc/html/totem/up.png
|
||||
share/gtk-doc/html/totem/widget-api.html
|
||||
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/actions/view-sidebar-symbolic.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
|
||||
share/locale/ast/LC_MESSAGES/totem.mo
|
||||
share/locale/az/LC_MESSAGES/totem.mo
|
||||
share/locale/be/LC_MESSAGES/totem.mo
|
||||
share/locale/be@latin/LC_MESSAGES/totem.mo
|
||||
share/locale/bg/LC_MESSAGES/totem.mo
|
||||
share/locale/bn/LC_MESSAGES/totem.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/totem.mo
|
||||
share/locale/br/LC_MESSAGES/totem.mo
|
||||
share/locale/ca/LC_MESSAGES/totem.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/totem.mo
|
||||
share/locale/crh/LC_MESSAGES/totem.mo
|
||||
share/locale/cs/LC_MESSAGES/totem.mo
|
||||
share/locale/cy/LC_MESSAGES/totem.mo
|
||||
share/locale/da/LC_MESSAGES/totem.mo
|
||||
share/locale/de/LC_MESSAGES/totem.mo
|
||||
share/locale/dz/LC_MESSAGES/totem.mo
|
||||
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
|
||||
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/gl/LC_MESSAGES/totem.mo
|
||||
share/locale/gu/LC_MESSAGES/totem.mo
|
||||
share/locale/gv/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
|
||||
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/ja/LC_MESSAGES/totem.mo
|
||||
share/locale/ka/LC_MESSAGES/totem.mo
|
||||
share/locale/kk/LC_MESSAGES/totem.mo
|
||||
share/locale/km/LC_MESSAGES/totem.mo
|
||||
share/locale/kn/LC_MESSAGES/totem.mo
|
||||
share/locale/ko/LC_MESSAGES/totem.mo
|
||||
share/locale/ku/LC_MESSAGES/totem.mo
|
||||
share/locale/lt/LC_MESSAGES/totem.mo
|
||||
share/locale/lv/LC_MESSAGES/totem.mo
|
||||
share/locale/mai/LC_MESSAGES/totem.mo
|
||||
share/locale/mg/LC_MESSAGES/totem.mo
|
||||
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
|
||||
share/locale/nn/LC_MESSAGES/totem.mo
|
||||
share/locale/oc/LC_MESSAGES/totem.mo
|
||||
share/locale/or/LC_MESSAGES/totem.mo
|
||||
share/locale/pa/LC_MESSAGES/totem.mo
|
||||
share/locale/pl/LC_MESSAGES/totem.mo
|
||||
share/locale/pt/LC_MESSAGES/totem.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/totem.mo
|
||||
share/locale/ro/LC_MESSAGES/totem.mo
|
||||
share/locale/ru/LC_MESSAGES/totem.mo
|
||||
share/locale/rw/LC_MESSAGES/totem.mo
|
||||
share/locale/si/LC_MESSAGES/totem.mo
|
||||
share/locale/sk/LC_MESSAGES/totem.mo
|
||||
share/locale/sl/LC_MESSAGES/totem.mo
|
||||
share/locale/sq/LC_MESSAGES/totem.mo
|
||||
share/locale/sr/LC_MESSAGES/totem.mo
|
||||
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/th/LC_MESSAGES/totem.mo
|
||||
share/locale/tr/LC_MESSAGES/totem.mo
|
||||
share/locale/ug/LC_MESSAGES/totem.mo
|
||||
share/locale/uk/LC_MESSAGES/totem.mo
|
||||
share/locale/vi/LC_MESSAGES/totem.mo
|
||||
share/locale/wa/LC_MESSAGES/totem.mo
|
||||
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/locale/zu/LC_MESSAGES/totem.mo
|
||||
share/omf/
|
||||
share/omf/totem/
|
||||
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-gl.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-ro.omf
|
||||
share/omf/totem/totem-ru.omf
|
||||
share/omf/totem/totem-sl.omf
|
||||
share/omf/totem/totem-sv.omf
|
||||
share/omf/totem/totem-te.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
|
||||
share/thumbnailers/totem.thumbnailer
|
||||
share/totem/
|
||||
share/totem/filmholes-big-left.png
|
||||
share/totem/filmholes-big-right.png
|
||||
share/totem/filmholes.png
|
||||
share/totem/fullscreen.ui
|
||||
share/totem/mozilla-viewer.css
|
||||
share/totem/mozilla-viewer.ui
|
||||
share/totem/playlist.ui
|
||||
share/totem/preferences.ui
|
||||
share/totem/properties.ui
|
||||
share/totem/totem.ui
|
||||
share/totem/uri.ui
|
||||
share/totem/video-list.ui
|
||||
@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
|
||||
@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec-delete %D/bin/update-desktop-database
|
||||
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
|
||||
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-nautilus,v 1.3 2012/09/29 16:24:43 ajacoutot Exp $
|
||||
lib/nautilus/extensions-3.0/libtotem-properties-page.so
|
Loading…
x
Reference in New Issue
Block a user