[Midnightbsd-cvs] mports [23341] trunk/multimedia/totem/pkg-plist: update totem

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu May 3 10:02:48 EDT 2018


Revision: 23341
          http://svnweb.midnightbsd.org/mports/?rev=23341
Author:   laffer1
Date:     2018-05-03 10:02:47 -0400 (Thu, 03 May 2018)
Log Message:
-----------
update totem

Modified Paths:
--------------
    trunk/multimedia/totem/Makefile
    trunk/multimedia/totem/distinfo
    trunk/multimedia/totem/pkg-descr
    trunk/multimedia/totem/pkg-plist

Removed Paths:
-------------
    trunk/multimedia/totem/files/

Property Changed:
----------------
    trunk/multimedia/totem/pkg-descr

Modified: trunk/multimedia/totem/Makefile
===================================================================
--- trunk/multimedia/totem/Makefile	2018-05-03 13:56:32 UTC (rev 23340)
+++ trunk/multimedia/totem/Makefile	2018-05-03 14:02:47 UTC (rev 23341)
@@ -1,79 +1,81 @@
 # $MidnightBSD$
 
 PORTNAME=	totem
-PORTVERSION=	2.32.0
-PORTREVISION?=	1
+PORTVERSION=	3.18.1
+PORTREVISION=	3
 CATEGORIES=	multimedia gnome
 MASTER_SITES=	GNOME
-DIST_SUBDIR=	gnome2
+DIST_SUBDIR=	gnome3
 
-MAINTAINER?=	ports at MidnightBSD.org
-COMMENT?=	A gstreamer-based video player for the GNOME 2 Desktop
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Gstreamer-based video player for the GNOME 3 Desktop
 
 LICENSE=	gpl2
 
-BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
-LIB_DEPENDS=	gdata.7:${PORTSDIR}/devel/libgdata \
-		unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \
-		totem-plparser.17:${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
+BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \
+		${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:misc/gnome-icon-theme \
+		pylint:devel/pylint \
+		appstream-glib>=0:devel/appstream-glib \
+		itstool:textproc/itstool \
+		grilo-plugins2>=0:net/grilo-plugins2
+LIB_DEPENDS=	libgdata.so:devel/libgdata \
+		libdbus-glib-1.so:devel/dbus-glib \
+		libclutter-gst-3.0.so:multimedia/clutter-gst3 \
+		libclutter-gtk-1.0.so:graphics/clutter-gtk3 \
+		libpeas-1.0.so:devel/libpeas \
+		libtotem-plparser.so:multimedia/totem-pl-parser
+RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \
+		${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:misc/gnome-icon-theme \
+		${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR} \
+		gnome-settings-daemon>=2.91.0:sysutils/gnome-settings-daemon \
+		gnome-icon-theme-symbolic>=2.91.0:x11-themes/gnome-icon-theme-symbolic \
+		grilo-plugins2>=0:net/grilo-plugins2
 
-CONFLICTS=	totem-3.[0-9]*
+PORTSCOUT=	limitw:1,even
 
-USE_PYTHON=	yes
-USE_BZIP2=	yes
-USES=		pathfix gettext desktop-file-utils
-USE_GNOME=	gnomeprefix intlhack nautilus2 \
-		ltverhack pygtk2 gnomehier
-USE_GSTREAMER=	core gconf hal good mpeg2dec soup ugly python gio
+USES=		desktop-file-utils gettext gmake gnome libtool \
+		pathfix pkgconfig python:2.7 tar:xz
+USE_GNOME=	gtk30 intlhack introspection:build libxml2 nautilus3 \
+		pygobject3
+USE_XORG=	x11 xproto xtst ice sm
+USE_GSTREAMER1=	core good bad soup ugly
 INSTALLS_ICONS=	yes
-USE_GMAKE=	yes
-USE_AUTOTOOLS=	libtool
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-INSTALLS_OMF=	yes
-PKGMESSAGE=	${WRKDIR}/pkg-message
-CPPFLAGS+=	-I${LOCALBASE}/include
+CPPFLAGS+=	-I${LOCALBASE}/include -Wno-error=format-nonliteral
+CFLAGS+=	-I${LOCALBASE}/include -Wno-error=format-nonliteral
 LDFLAGS+=	-L${LOCALBASE}/lib
-CONFIGURE_ENV=	LIBS="-lXrandr" \
-		BROWSER_PLUGIN_DIR="${WEBPLUGINS_DIR}"
+CONFIGURE_ENV=	LIBS="-lXrandr"
 CONFIGURE_ARGS=	--with-plugins="${TOTEM_PLUGINS}"
+#CONFIGURE_ENV+=	APPDATA_VALIDATE="${LOCALBASE}/bin/appdata-validate --nonet"
+MAKE_ENV=	XDG_CACHE_HOME=${WRKDIR}
+INSTALL_TARGET=	install-strip
 
-MAN1=		totem.1 totem-video-thumbnailer.1
-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
 
-OPTIONS_DEFAULT=	BROWSER_PLUGINS
+PLIST_SUB+=	PYVER=${PYTHON_VER:S/.//}
+
+OPTIONS_DEFAULT=
+
 # 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
+TOTEM_PLUGINS=	apple-trailers autoload-subtitles brasero-disc-recorder chapters \
+		dbusservice im-status grilo gromit iplayer media-player-keys \
+		nautilus ontop opensubtitles properties recent \
+		save-file screensaver screenshot sidebar-test skipto vimeo \
+		youtube
 
-# Not using:
-# TOTEM_PLUGINS= mythtv bemused jamendo
+# pythonconsole samplepython
+# vala sample-vala
+# iplayer zeitgeist-dp grilo
 
 .include <bsd.mport.options.mk>
-.include <bsd.port.pre.mk>
 
-.if defined(WITH_PUBLISH)
-LIB_DEPENDS+=	epc-1.0.2:${PORTSDIR}/www/libepc
-PLIST_SUB+=	PUBLISH=""
-TOTEM_PLUGINS:=	${TOTEM_PLUGINS} publish
-.else
-PLIST_SUB+=	PUBLISH="@comment "
-.endif
-
-PLIST_SUB+=	TRACKER="@comment "
-
 .if ${PORT_OPTIONS:MLIRC}
-LIB_DEPENDS+=	lirc_client.2:${PORTSDIR}/comms/lirc
+LIB_DEPENDS+=	liblirc_client.so:comms/lirc
 PLIST_SUB+=	LIRC=""
 TOTEM_PLUGINS:=	${TOTEM_PLUGINS} lirc
 .else
@@ -80,37 +82,10 @@
 PLIST_SUB+=	LIRC="@comment "
 .endif
 
-.if ${PORT_OPTIONS:MGALAGO}
-LIB_DEPENDS+=	galago.3:${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 \
-		--enable-narrowspace-plugin
-PLIST_SUB+=	BROWSER_PLUGINS=""
-
-USE_WEBPLUGINS=		gecko19 webkit-gtk2
-WEBPLUGINS_FILES=	libtotem-cone-plugin.so libtotem-gmp-plugin.so \
-			libtotem-mully-plugin.so \
-			libtotem-narrowspace-plugin.so
-.include "${PORTSDIR}/www/browser35/Makefile.webplugins"
-.else
-CONFIGURE_ARGS+=--disable-browser-plugins \
-		--disable-basic-plugin \
-		--disable-gmp-plugin \
-		--disable-narrowspace-plugin
-PLIST_SUB+=	BROWSER_PLUGINS="@comment "
-.endif
-
 .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::
@@ -118,16 +93,4 @@
 	@${ECHO_MSG} "===> Define WITH_DVD_DEVICE if you want to change the default"
 	@${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'"
 
-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:
-	@-update-desktop-database
-	${MKDIR} ${PREFIX}/share/vala/vapi
-	${INSTALL_DATA} ${WRKSRC}/bindings/vala/totem.vapi ${PREFIX}/share/vala/vapi
-	${INSTALL_DATA} ${WRKSRC}/bindings/vala/totem.deps ${PREFIX}/share/vala/vapi
-	@${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: trunk/multimedia/totem/distinfo
===================================================================
--- trunk/multimedia/totem/distinfo	2018-05-03 13:56:32 UTC (rev 23340)
+++ trunk/multimedia/totem/distinfo	2018-05-03 14:02:47 UTC (rev 23341)
@@ -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.18.1.tar.xz) = d7816eae9606846c44fd508902eae10bdaed28e6d4f621531990d473184107a2
+SIZE (gnome3/totem-3.18.1.tar.xz) = 3172416

Modified: trunk/multimedia/totem/pkg-descr
===================================================================
--- trunk/multimedia/totem/pkg-descr	2018-05-03 13:56:32 UTC (rev 23340)
+++ trunk/multimedia/totem/pkg-descr	2018-05-03 14:02:47 UTC (rev 23341)
@@ -3,3 +3,5 @@
 as well as a pretty complete keyboard navigation.
 
 WWW: http://www.gnome.org/projects/totem/
+
+-- Hendrik Scholz <hendrik at scholz.net>


Property changes on: trunk/multimedia/totem/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Modified: trunk/multimedia/totem/pkg-plist
===================================================================
--- trunk/multimedia/totem/pkg-plist	2018-05-03 13:56:32 UTC (rev 23340)
+++ trunk/multimedia/totem/pkg-plist	2018-05-03 14:02:47 UTC (rev 23341)
@@ -1,370 +1,409 @@
 bin/totem
 bin/totem-audio-preview
-bin/totem-video-indexer
 bin/totem-video-thumbnailer
-%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-cone-plugin.a
-%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-cone-plugin.la
-%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-cone-plugin.so
-%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-gmp-plugin.a
-%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-gmp-plugin.la
-%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-gmp-plugin.so
-%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-mully-plugin.a
-%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-mully-plugin.la
-%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-mully-plugin.so
-%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-narrowspace-plugin.a
-%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-narrowspace-plugin.la
-%%BROWSER_PLUGINS%%%%WEBPLUGINS_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
+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.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/apple-trailers/apple-trailers.plugin
+lib/totem/plugins/apple-trailers/libapple-trailers.a
+lib/totem/plugins/apple-trailers/libapple-trailers.so
+lib/totem/plugins/autoload-subtitles/autoload-subtitles.plugin
+lib/totem/plugins/autoload-subtitles/libautoload-subtitles.a
+lib/totem/plugins/autoload-subtitles/libautoload-subtitles.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/dbus/dbusservice.plugin
+lib/totem/plugins/dbus/dbusservice.py
+lib/totem/plugins/dbus/dbusservice.pyc
+lib/totem/plugins/dbus/dbusservice.pyo
+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/liblirc.a
-%%LIRC%%lib/totem/plugins/lirc/liblirc.la
 %%LIRC%%lib/totem/plugins/lirc/liblirc.so
+%%LIRC%%lib/totem/plugins/lirc/lirc.plugin
 %%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/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/recent/librecent.a
+lib/totem/plugins/recent/librecent.so
+lib/totem/plugins/recent/recent.plugin
+lib/totem/plugins/save-file/libsave-file.a
+lib/totem/plugins/save-file/libsave-file.so
+lib/totem/plugins/save-file/save-file.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
-%%BROWSER_PLUGINS%%libexec/totem-plugin-viewer
-libexec/totem/totem-bugreport.py
-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
-%%DOCSDIR%%/core-api.html
-%%DOCSDIR%%/home.png
-%%DOCSDIR%%/index.html
-%%DOCSDIR%%/index.sgml
-%%DOCSDIR%%/ix02.html
-%%DOCSDIR%%/ix03.html
-%%DOCSDIR%%/left.png
-%%DOCSDIR%%/right.png
-%%DOCSDIR%%/style.css
-%%DOCSDIR%%/totem-Interface.html
-%%DOCSDIR%%/totem.devhelp
-%%DOCSDIR%%/totem.devhelp2
-%%DOCSDIR%%/totem-plugins.html
-%%DOCSDIR%%/tutorials.html
-%%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
+lib/totem/plugins/vimeo/libvimeo.a
+lib/totem/plugins/vimeo/libvimeo.so
+lib/totem/plugins/vimeo/vimeo.plugin
+libdata/pkgconfig/totem.pc
+man/man1/totem-video-thumbnailer.1.gz
+man/man1/totem.1.gz
+share/GConf/gsettings/opensubtitles.convert
+share/GConf/gsettings/totem.convert
+share/appdata/org.gnome.Totem.appdata.xml
+share/applications/org.gnome.Totem.desktop
+share/dbus-1/services/org.gnome.Totem.service
+share/gir-1.0/Totem-1.0.gir
+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-insensitive.png
+share/gtk-doc/html/totem/left.png
+share/gtk-doc/html/totem/right-insensitive.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-insensitive.png
+share/gtk-doc/html/totem/up.png
+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/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/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/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/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/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/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/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/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/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/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/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/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/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/id/totem/index.docbook
+share/help/id/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/it/totem/index.docbook
+share/help/it/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/ja/totem/index.docbook
+share/help/ja/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/oc/totem/index.docbook
+share/help/oc/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/pa/totem/index.docbook
+share/help/pa/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/pl/totem/index.docbook
+share/help/pl/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/pt_BR/totem/index.docbook
+share/help/pt_BR/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/ro/totem/index.docbook
+share/help/ro/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/ru/totem/index.docbook
+share/help/ru/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/sl/totem/index.docbook
+share/help/sl/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/sv/totem/index.docbook
+share/help/sv/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/te/totem/index.docbook
+share/help/te/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/uk/totem/index.docbook
+share/help/uk/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_CN/totem/index.docbook
+share/help/zh_CN/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_HK/totem/index.docbook
+share/help/zh_HK/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/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/apps/totem.svg
-share/icons/hicolor/scalable/devices/totem-tv.svg
+share/icons/hicolor/scalable/apps/totem-symbolic.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
@@ -376,6 +415,7 @@
 share/locale/bn/LC_MESSAGES/totem.mo
 share/locale/bn_IN/LC_MESSAGES/totem.mo
 share/locale/br/LC_MESSAGES/totem.mo
+share/locale/bs/LC_MESSAGES/totem.mo
 share/locale/ca/LC_MESSAGES/totem.mo
 share/locale/ca at valencia/LC_MESSAGES/totem.mo
 share/locale/crh/LC_MESSAGES/totem.mo
@@ -388,6 +428,7 @@
 share/locale/en at 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
@@ -395,8 +436,10 @@
 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/he/LC_MESSAGES/totem.mo
 share/locale/hi/LC_MESSAGES/totem.mo
 share/locale/hr/LC_MESSAGES/totem.mo
@@ -407,9 +450,11 @@
 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
@@ -418,6 +463,7 @@
 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
@@ -440,6 +486,7 @@
 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
@@ -450,160 +497,11 @@
 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
-%%DATADIR%%/mozilla-viewer.ui
+share/locale/zu/LC_MESSAGES/totem.mo
+share/thumbnailers/totem.thumbnailer
+%%DATADIR%%/controls.ui
 %%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
- at dirrm %%DATADIR%%
- at dirrm share/omf/totem
- at dirrm share/gnome/help/totem/zh_TW/figures
- at dirrm share/gnome/help/totem/zh_TW
- at dirrm share/gnome/help/totem/zh_HK/figures
- at dirrm share/gnome/help/totem/zh_HK
- at dirrm share/gnome/help/totem/zh_CN/figures
- at dirrm share/gnome/help/totem/zh_CN
- at dirrm share/gnome/help/totem/uk/figures
- at dirrm share/gnome/help/totem/uk
- at dirrm share/gnome/help/totem/sv/figures
- at dirrm share/gnome/help/totem/sv
- at dirrm share/gnome/help/totem/ru/figures
- at dirrm share/gnome/help/totem/ru
- at dirrm share/gnome/help/totem/pt_BR/figures
- at dirrm share/gnome/help/totem/pt_BR
- at dirrm share/gnome/help/totem/pl/figures
- at dirrm share/gnome/help/totem/pl
- at dirrm share/gnome/help/totem/pa/figures
- at dirrm share/gnome/help/totem/pa
- at dirrm share/gnome/help/totem/oc/figures
- at dirrm share/gnome/help/totem/oc
- at dirrm share/gnome/help/totem/ja/figures
- at dirrm share/gnome/help/totem/ja
- at dirrm share/gnome/help/totem/it/figures
- at dirrm share/gnome/help/totem/it
- at dirrm share/gnome/help/totem/fr/figures
- at dirrm share/gnome/help/totem/fr
- at dirrm share/gnome/help/totem/fi/figures
- at dirrm share/gnome/help/totem/fi
- at dirrm share/gnome/help/totem/eu/figures
- at dirrm share/gnome/help/totem/eu
- at dirrm share/gnome/help/totem/es/figures
- at dirrm share/gnome/help/totem/es
- at dirrm share/gnome/help/totem/en_GB/figures
- at dirrm share/gnome/help/totem/en_GB
- at dirrm share/gnome/help/totem/el/figures
- at dirrm share/gnome/help/totem/el
- at dirrm share/gnome/help/totem/de/figures
- at dirrm share/gnome/help/totem/de
- at dirrm share/gnome/help/totem/da/figures
- at dirrm share/gnome/help/totem/da
- at dirrm share/gnome/help/totem/cs/figures
- at dirrm share/gnome/help/totem/cs
- at dirrm share/gnome/help/totem/ca/figures
- at dirrm share/gnome/help/totem/ca
- at dirrm share/gnome/help/totem/bg/figures
- at dirrm share/gnome/help/totem/bg
- at dirrm share/gnome/help/totem/C/figures
- at dirrm share/gnome/help/totem/C
- at dirrm share/gnome/help/totem
- at dirrm %%DOCSDIR%%
- at dirrmtry share/applications
- at dirrm libexec/totem
- at dirrm lib/totem/plugins/youtube
- at dirrm lib/totem/plugins/totem
-%%TRACKER%%@dirrm lib/totem/plugins/tracker
- at dirrm lib/totem/plugins/thumbnail
- at dirrm lib/totem/plugins/skipto
- at dirrm lib/totem/plugins/screenshot
- at dirrm lib/totem/plugins/screensaver
-%%PUBLISH%%@dirrm lib/totem/plugins/publish
- at dirrm lib/totem/plugins/properties
- at dirrm lib/totem/plugins/opensubtitles
- at dirrm lib/totem/plugins/ontop
- at dirrm lib/totem/plugins/media-player-keys
-%%LIRC%%@dirrm lib/totem/plugins/lirc
- at dirrm lib/totem/plugins/iplayer
- at dirrm lib/totem/plugins/gromit
-%%GALAGO%%@dirrm lib/totem/plugins/galago
- at dirrm lib/totem/plugins/dbus
- at dirrm lib/totem/plugins/coherence_upnp
- at dirrm lib/totem/plugins/brasero-disc-recorder
- at dirrm lib/totem/plugins
- at dirrm lib/totem
-%%BROWSER_PLUGINS%%@dirrmtry %%WEBPLUGINS_DIR%%
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at dirrmtry share/locale/zh_HK/LC_MESSAGES
- at dirrmtry share/locale/zh_HK
- at dirrmtry share/locale/xh/LC_MESSAGES
- at dirrmtry share/locale/xh
- at dirrmtry share/locale/ug/LC_MESSAGES
- at dirrmtry share/locale/ug
- at dirrmtry share/locale/te/LC_MESSAGES
- at dirrmtry share/locale/te
- at dirrmtry share/locale/sr at latin/LC_MESSAGES
- at dirrmtry share/locale/sr at latin
- at dirrmtry share/locale/si/LC_MESSAGES
- at dirrmtry share/locale/si
- at dirrmtry share/locale/rw/LC_MESSAGES
- at dirrmtry share/locale/rw
- at dirrmtry share/locale/oc/LC_MESSAGES
- at dirrmtry share/locale/oc
- at dirrmtry share/locale/mr/LC_MESSAGES
- at dirrmtry share/locale/mr
- at dirrmtry share/locale/mg/LC_MESSAGES
- at dirrmtry share/locale/mg
- at dirrmtry share/locale/mai/LC_MESSAGES
- at dirrmtry share/locale/mai
- at dirrmtry share/locale/ku/LC_MESSAGES
- at dirrmtry share/locale/ku
- at dirrmtry share/locale/kk/LC_MESSAGES
- at dirrmtry share/locale/kk
- at dirrmtry share/locale/en at shaw/LC_MESSAGES
- at dirrmtry share/locale/en at shaw
- at dirrmtry share/locale/dz/LC_MESSAGES
- at dirrmtry share/locale/dz
- at dirrmtry share/locale/crh/LC_MESSAGES
- at dirrmtry share/locale/crh
- at dirrmtry share/locale/ca at valencia/LC_MESSAGES
- at dirrmtry share/locale/ca at valencia
- at dirrmtry share/locale/bn_IN/LC_MESSAGES
- at dirrmtry share/locale/bn_IN
- at dirrmtry share/locale/be at latin/LC_MESSAGES
- at dirrmtry share/locale/be at latin
- at dirrmtry share/locale/ast/LC_MESSAGES
- at dirrmtry share/locale/ast
- at dirrmtry share/locale/as/LC_MESSAGES
- at dirrmtry share/locale/as



More information about the Midnightbsd-cvs mailing list