summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-19 13:35:06 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-19 13:35:06 +0800
commit716e853082f85512d878931d3c2903f4a669c7e8 (patch)
tree3a24d58f313f014bb8f3aca107a85ec50d2fb1df /multimedia
parentea6bb0f0996a0cf559b13cfa9aef24e8199d6a23 (diff)
downloadmarcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.gz
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.bz2
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.lz
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.xz
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.zst
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.zip
Remove these ports now that they have been committed to FreeBSD.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8576 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/totem-xine/Makefile20
-rw-r--r--multimedia/totem/Makefile111
-rw-r--r--multimedia/totem/distinfo3
-rw-r--r--multimedia/totem/files/patch-browser-plugin_Makefile.in110
-rw-r--r--multimedia/totem/files/patch-browser-plugin_totemPlugin.cpp10
-rw-r--r--multimedia/totem/files/patch-src_totem.c14
-rw-r--r--multimedia/totem/files/pkg-message.in4
-rw-r--r--multimedia/totem/pkg-descr7
-rw-r--r--multimedia/totem/pkg-plist293
9 files changed, 0 insertions, 572 deletions
diff --git a/multimedia/totem-xine/Makefile b/multimedia/totem-xine/Makefile
deleted file mode 100644
index cfe4675d5..000000000
--- a/multimedia/totem-xine/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# New ports collection makefile for: totem-xine
-# Date created: March 2, 2007
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom$
-
-PORTREVISION= 0
-PKGNAMESUFFIX= -xine
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A XINE-based video player for the GNOME 2 desktop
-
-MASTERDIR= ${.CURDIR}/../totem
-
-WITH_TOTEM_XINE= yes
-
-CONFLICTS= totem-[0-9]* totem-gstreamer-[0-9]*
-
-.include "${MASTERDIR}/Makefile"
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
deleted file mode 100644
index 2e9085e3a..000000000
--- a/multimedia/totem/Makefile
+++ /dev/null
@@ -1,111 +0,0 @@
-# New ports collection makefile for: totem
-# Date created: 17 Oct 2002
-# Whom: Hendrik Scholz <hendrik@scholz.net>
-#
-# $FreeBSD$
-# $MCom: ports/multimedia/totem/Makefile,v 1.76 2007/03/02 15:36:05 ahze Exp $
-#
-
-PORTNAME= totem
-PORTVERSION= 2.18.0
-PORTREVISION?= 0
-CATEGORIES= multimedia gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER?= gnome@FreeBSD.org
-COMMENT?= A gstreamer-based video player for the GNOME 2 Desktop
-
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
-LIB_DEPENDS= musicbrainz:${PORTSDIR}/audio/libmusicbrainz \
- hal.1:${PORTSDIR}/sysutils/hal
-RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
-
-USE_BZIP2= yes
-USE_GETTEXT= yes
-USE_XLIB= yes
-USE_GNOME= gnomeprefix intlhack gnomehack gnomedesktop desktopfileutils \
- nautiluscdburner ltverhack
-GNOME_DESKTOP_VERSION=2
-WANT_GSTREAMER= yes
-INSTALLS_ICONS= yes
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:15
-USE_LDCONFIG= yes
-INSTALLS_OMF= yes
-PKGMESSAGE= ${WRKDIR}/pkg-message
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lXrandr"
-
-MAN1= totem.1 totem-video-thumbnailer.1
-GCONF_SCHEMAS= totem-handlers.schemas totem-video-thumbnail.schemas \
- totem.schemas
-CONFLICTS?= totem-gstreamer-[0-9]* totem-xine-[0-9]*
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_MOZILLA_PLUGIN) && ${SLAVE_PORT:L}=="yes"
-USE_GECKO= firefox mozilla seamonkey xulrunner<->firefox firefox-devel<->firefox
-.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
-CONFIGURE_ARGS+=--with-mozilla=${GECKO} \
- --enable-gmp-plugin \
- --enable-complex-plugin \
- --enable-narrowspace-plugin
-BUILD_WRKSRC= ${WRKSRC}/browser-plugin
-INSTALL_WRKSRC= ${WRKSRC}/browser-plugin
-.else
-CONFIGURE_ARGS+=--without-mozilla \
- --disable-browser-plugins \
- --disable-mozilla \
- --disable-basic-plugin \
- --disable-gmp-plugin \
- --disable-complex-plugin \
- --disable-narrowspace-plugin
-.endif
-
-.if !defined(WITH_TOTEM_XINE) || ${SLAVE_PORT}=="no"
-CONFIGURE_ARGS+=--enable-gstreamer=yes
-USE_GSTREAMER+= gnomevfs core gconf hal good mpeg2dec ugly
-WITHOUT_DVDNAV= yes
-PLIST_SUB+= GSTREAMER=""
-.else
-LIB_DEPENDS+= xine.16:${PORTSDIR}/multimedia/libxine
-PLIST_SUB+= GSTREAMER="@comment "
-.endif
-
-.if defined(WITH_DVDNAV) && !defined(WITHOUT_DVDNAV)
-LIB_DEPENDS+= dvdnav.4:${PORTSDIR}/multimedia/libdvdnav
-.endif
-
-.if defined(WITH_DVD_DEVICE)
-DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE}
-.else
-.if ${OSVERSION} < 500000
-DEFAULT_DVD_DEVICE=/dev/acd0c
-.else
-DEFAULT_DVD_DEVICE=/dev/acd0
-.endif
-.endif
-
-pre-everything::
- @${ECHO_MSG} "===> The default DVD device is ${DEFAULT_DVD_DEVICE}"
- @${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|@MOZILLA_PLUGINDIR@|${PREFIX}/lib/browser_plugins|; \
- s|mozilla/plugins|browser_plugins|' \
- ${WRKSRC}/browser-plugin/Makefile.in \
- ${WRKSRC}/browser-plugin/idl/Makefile.in
- @${REINPLACE_CMD} -e 's|dbus >= 0.61|dbus-1 >= 0.61|g' \
- ${WRKSRC}/configure
-.if defined(WITH_GSTREAMER)
- @${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|' \
- ${WRKSRC}/src/backend/bacon-video-widget-gst-0.10.c
-.endif
-
-post-install:
- @-update-desktop-database
-
-.include <bsd.port.post.mk>
diff --git a/multimedia/totem/distinfo b/multimedia/totem/distinfo
deleted file mode 100644
index e04ea7f02..000000000
--- a/multimedia/totem/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/totem-2.18.0.tar.bz2) = 1a3bfeaac6297b259967f5d79896b0e7
-SHA256 (gnome2/totem-2.18.0.tar.bz2) = 5f5228c64865b3caf928caada2eca8868abc04d939ac0f03a1069f7815584fca
-SIZE (gnome2/totem-2.18.0.tar.bz2) = 2050182
diff --git a/multimedia/totem/files/patch-browser-plugin_Makefile.in b/multimedia/totem/files/patch-browser-plugin_Makefile.in
deleted file mode 100644
index 2dd84be05..000000000
--- a/multimedia/totem/files/patch-browser-plugin_Makefile.in
+++ /dev/null
@@ -1,110 +0,0 @@
---- browser-plugin/Makefile.in.orig Fri Mar 2 07:22:29 2007
-+++ browser-plugin/Makefile.in Fri Mar 2 07:24:05 2007
-@@ -72,7 +72,7 @@
- pluginLTLIBRARIES_INSTALL = $(INSTALL)
- LTLIBRARIES = $(noinst_LTLIBRARIES) $(plugin_LTLIBRARIES)
- am__DEPENDENCIES_1 =
--@ENABLE_BASIC_PLUGIN_TRUE@libtotem_basic_plugin_la_DEPENDENCIES = $(top_builddir)/src/plparse/libtotem-plparser-mini.la \
-+@ENABLE_BASIC_PLUGIN_TRUE@libtotem_basic_plugin_la_DEPENDENCIES = \
- @ENABLE_BASIC_PLUGIN_TRUE@ libtotempluginviewer_marshal.la \
- @ENABLE_BASIC_PLUGIN_TRUE@ $(am__DEPENDENCIES_1) \
- @ENABLE_BASIC_PLUGIN_TRUE@ $(am__DEPENDENCIES_1)
-@@ -88,7 +88,7 @@
- $(am_libtotem_basic_plugin_la_OBJECTS)
- @ENABLE_BASIC_PLUGIN_TRUE@am_libtotem_basic_plugin_la_rpath = -rpath \
- @ENABLE_BASIC_PLUGIN_TRUE@ $(plugindir)
--@ENABLE_COMPLEX_PLUGIN_TRUE@libtotem_complex_plugin_la_DEPENDENCIES = $(top_builddir)/src/plparse/libtotem-plparser-mini.la \
-+@ENABLE_COMPLEX_PLUGIN_TRUE@libtotem_complex_plugin_la_DEPENDENCIES = \
- @ENABLE_COMPLEX_PLUGIN_TRUE@ libtotempluginviewer_marshal.la \
- @ENABLE_COMPLEX_PLUGIN_TRUE@ $(am__DEPENDENCIES_1) \
- @ENABLE_COMPLEX_PLUGIN_TRUE@ $(am__DEPENDENCIES_1)
-@@ -104,7 +104,7 @@
- $(am_libtotem_complex_plugin_la_OBJECTS)
- @ENABLE_COMPLEX_PLUGIN_TRUE@am_libtotem_complex_plugin_la_rpath = \
- @ENABLE_COMPLEX_PLUGIN_TRUE@ -rpath $(plugindir)
--@ENABLE_GMP_PLUGIN_TRUE@libtotem_gmp_plugin_la_DEPENDENCIES = $(top_builddir)/src/plparse/libtotem-plparser-mini.la \
-+@ENABLE_GMP_PLUGIN_TRUE@libtotem_gmp_plugin_la_DEPENDENCIES = \
- @ENABLE_GMP_PLUGIN_TRUE@ libtotempluginviewer_marshal.la \
- @ENABLE_GMP_PLUGIN_TRUE@ $(am__DEPENDENCIES_1) \
- @ENABLE_GMP_PLUGIN_TRUE@ $(am__DEPENDENCIES_1)
-@@ -124,7 +124,7 @@
- libtotem_gmp_plugin_la_OBJECTS = $(am_libtotem_gmp_plugin_la_OBJECTS)
- @ENABLE_GMP_PLUGIN_TRUE@am_libtotem_gmp_plugin_la_rpath = -rpath \
- @ENABLE_GMP_PLUGIN_TRUE@ $(plugindir)
--@ENABLE_MULLY_PLUGIN_TRUE@libtotem_mully_plugin_la_DEPENDENCIES = $(top_builddir)/src/plparse/libtotem-plparser-mini.la \
-+@ENABLE_MULLY_PLUGIN_TRUE@libtotem_mully_plugin_la_DEPENDENCIES = \
- @ENABLE_MULLY_PLUGIN_TRUE@ libtotempluginviewer_marshal.la \
- @ENABLE_MULLY_PLUGIN_TRUE@ $(am__DEPENDENCIES_1) \
- @ENABLE_MULLY_PLUGIN_TRUE@ $(am__DEPENDENCIES_1)
-@@ -140,7 +140,7 @@
- $(am_libtotem_mully_plugin_la_OBJECTS)
- @ENABLE_MULLY_PLUGIN_TRUE@am_libtotem_mully_plugin_la_rpath = -rpath \
- @ENABLE_MULLY_PLUGIN_TRUE@ $(plugindir)
--@ENABLE_NARROWSPACE_PLUGIN_TRUE@libtotem_narrowspace_plugin_la_DEPENDENCIES = $(top_builddir)/src/plparse/libtotem-plparser-mini.la \
-+@ENABLE_NARROWSPACE_PLUGIN_TRUE@libtotem_narrowspace_plugin_la_DEPENDENCIES = \
- @ENABLE_NARROWSPACE_PLUGIN_TRUE@ libtotempluginviewer_marshal.la \
- @ENABLE_NARROWSPACE_PLUGIN_TRUE@ $(am__DEPENDENCIES_1) \
- @ENABLE_NARROWSPACE_PLUGIN_TRUE@ $(am__DEPENDENCIES_1)
-@@ -360,7 +360,7 @@
- MOZILLA_LIBDIR = @MOZILLA_LIBDIR@
- MOZILLA_NOT_LINKED_CFLAGS = @MOZILLA_NOT_LINKED_CFLAGS@
- MOZILLA_NOT_LINKED_LIBS = @MOZILLA_NOT_LINKED_LIBS@
--MOZILLA_PLUGINDIR = @MOZILLA_PLUGINDIR@
-+MOZILLA_PLUGINDIR = /var/tmp/totem/lib/browser_plugins
- MOZILLA_PREFIX = @MOZILLA_PREFIX@
- MOZILLA_XPCOM_CFLAGS = @MOZILLA_XPCOM_CFLAGS@
- MOZILLA_XPIDL = @MOZILLA_XPIDL@
-@@ -464,7 +464,7 @@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
- SUBDIRS = idl
--plugindir = $(libdir)/mozilla/plugins
-+plugindir = $(libdir)/browser_plugins
- plugin_LTLIBRARIES = $(am__append_1) $(am__append_2) $(am__append_3) \
- $(am__append_4) $(am__append_5)
- BUILT_SOURCES = $(libtotempluginviewer_marshal_la_SOURCES) \
-@@ -581,7 +581,7 @@
- @ENABLE_BASIC_PLUGIN_TRUE@ $(AM_CXXFLAGS)
-
- @ENABLE_BASIC_PLUGIN_TRUE@libtotem_basic_plugin_la_LIBADD = \
--@ENABLE_BASIC_PLUGIN_TRUE@ $(top_builddir)/src/plparse/libtotem-plparser-mini.la \
-+@ENABLE_BASIC_PLUGIN_TRUE@ -ltotem-plparser \
- @ENABLE_BASIC_PLUGIN_TRUE@ libtotempluginviewer_marshal.la \
- @ENABLE_BASIC_PLUGIN_TRUE@ $(DBUS_LIBS) \
- @ENABLE_BASIC_PLUGIN_TRUE@ $(MOZILLA_LIBS) \
-@@ -641,7 +641,7 @@
- @ENABLE_GMP_PLUGIN_TRUE@ $(AM_CXXFLAGS)
-
- @ENABLE_GMP_PLUGIN_TRUE@libtotem_gmp_plugin_la_LIBADD = \
--@ENABLE_GMP_PLUGIN_TRUE@ $(top_builddir)/src/plparse/libtotem-plparser-mini.la \
-+@ENABLE_GMP_PLUGIN_TRUE@ -ltotem-plparser \
- @ENABLE_GMP_PLUGIN_TRUE@ libtotempluginviewer_marshal.la \
- @ENABLE_GMP_PLUGIN_TRUE@ $(DBUS_LIBS) \
- @ENABLE_GMP_PLUGIN_TRUE@ $(MOZILLA_LIBS) \
-@@ -695,7 +695,7 @@
- @ENABLE_COMPLEX_PLUGIN_TRUE@ $(AM_CXXFLAGS)
-
- @ENABLE_COMPLEX_PLUGIN_TRUE@libtotem_complex_plugin_la_LIBADD = \
--@ENABLE_COMPLEX_PLUGIN_TRUE@ $(top_builddir)/src/plparse/libtotem-plparser-mini.la \
-+@ENABLE_COMPLEX_PLUGIN_TRUE@ -ltotem-plparser \
- @ENABLE_COMPLEX_PLUGIN_TRUE@ libtotempluginviewer_marshal.la \
- @ENABLE_COMPLEX_PLUGIN_TRUE@ $(DBUS_LIBS) \
- @ENABLE_COMPLEX_PLUGIN_TRUE@ $(MOZILLA_LIBS) \
-@@ -749,7 +749,7 @@
- @ENABLE_NARROWSPACE_PLUGIN_TRUE@ $(AM_CXXFLAGS)
-
- @ENABLE_NARROWSPACE_PLUGIN_TRUE@libtotem_narrowspace_plugin_la_LIBADD = \
--@ENABLE_NARROWSPACE_PLUGIN_TRUE@ $(top_builddir)/src/plparse/libtotem-plparser-mini.la \
-+@ENABLE_NARROWSPACE_PLUGIN_TRUE@ -ltotem-plparser \
- @ENABLE_NARROWSPACE_PLUGIN_TRUE@ libtotempluginviewer_marshal.la \
- @ENABLE_NARROWSPACE_PLUGIN_TRUE@ $(DBUS_LIBS) \
- @ENABLE_NARROWSPACE_PLUGIN_TRUE@ $(MOZILLA_LIBS) \
-@@ -803,7 +803,7 @@
- @ENABLE_MULLY_PLUGIN_TRUE@ $(AM_CXXFLAGS)
-
- @ENABLE_MULLY_PLUGIN_TRUE@libtotem_mully_plugin_la_LIBADD = \
--@ENABLE_MULLY_PLUGIN_TRUE@ $(top_builddir)/src/plparse/libtotem-plparser-mini.la \
-+@ENABLE_MULLY_PLUGIN_TRUE@ -ltotem-plparser \
- @ENABLE_MULLY_PLUGIN_TRUE@ libtotempluginviewer_marshal.la \
- @ENABLE_MULLY_PLUGIN_TRUE@ $(DBUS_LIBS) \
- @ENABLE_MULLY_PLUGIN_TRUE@ $(MOZILLA_LIBS) \
diff --git a/multimedia/totem/files/patch-browser-plugin_totemPlugin.cpp b/multimedia/totem/files/patch-browser-plugin_totemPlugin.cpp
deleted file mode 100644
index 9a16349f4..000000000
--- a/multimedia/totem/files/patch-browser-plugin_totemPlugin.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- browser-plugin/totemPlugin.cpp.orig Mon Aug 14 17:01:14 2006
-+++ browser-plugin/totemPlugin.cpp Mon Aug 14 17:01:24 2006
-@@ -27,6 +27,7 @@
- #include <stdint.h>
- #include <unistd.h>
- #include <fcntl.h>
-+#include <signal.h>
- #include <sys/wait.h>
- #include <sys/poll.h>
- #include <string.h>
diff --git a/multimedia/totem/files/patch-src_totem.c b/multimedia/totem/files/patch-src_totem.c
deleted file mode 100644
index da8b5dc31..000000000
--- a/multimedia/totem/files/patch-src_totem.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/totem.c.orig Sat Oct 21 22:10:07 2006
-+++ src/totem.c Sat Oct 21 22:11:56 2006
-@@ -339,7 +339,11 @@
-
- g_object_get (G_OBJECT (totem->bvw),
- "mediadev", &device, NULL);
-+#if defined (__FreeBSD__)
-+ cmd = g_strdup_printf ("cdcontrol -f %s eject", device);
-+#else
- cmd = g_strdup_printf ("eject %s", device);
-+#endif
- g_free (device);
-
- if (g_spawn_command_line_sync (cmd, NULL, NULL, NULL, &err) == FALSE)
diff --git a/multimedia/totem/files/pkg-message.in b/multimedia/totem/files/pkg-message.in
deleted file mode 100644
index 05d7f5b20..000000000
--- a/multimedia/totem/files/pkg-message.in
+++ /dev/null
@@ -1,4 +0,0 @@
-Make sure you've enough shared memory, the xine FAQ
-advises to have the following sysctl settings:
-kern.ipc.shmmax=67108864
-kern.ipc.shmall=32768
diff --git a/multimedia/totem/pkg-descr b/multimedia/totem/pkg-descr
deleted file mode 100644
index 404246e58..000000000
--- a/multimedia/totem/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Totem is simple movie player for the Gnome 2 desktop based on xine.
-It features a simple playlist, a full-screen mode, seek and volume controls,
-as well as a pretty complete keyboard navigation.
-
-WWW: http://www.hadess.net/totem.php3
-
--- Hendrik Scholz <hendrik@scholz.net>
diff --git a/multimedia/totem/pkg-plist b/multimedia/totem/pkg-plist
deleted file mode 100644
index a0e9701a7..000000000
--- a/multimedia/totem/pkg-plist
+++ /dev/null
@@ -1,293 +0,0 @@
-bin/totem
-bin/totem-video-indexer
-bin/totem-video-thumbnailer
-include/totem/1/plparser/totem-disc.h
-include/totem/1/plparser/totem-pl-parser-builtins.h
-include/totem/1/plparser/totem-pl-parser-features.h
-include/totem/1/plparser/totem-pl-parser.h
-lib/libtotem-plparser.a
-lib/libtotem-plparser.la
-lib/libtotem-plparser.so
-lib/libtotem-plparser.so.1
-lib/nautilus/extensions-1.0/libtotem-properties-page.a
-lib/nautilus/extensions-1.0/libtotem-properties-page.la
-lib/nautilus/extensions-1.0/libtotem-properties-page.so
-libdata/pkgconfig/totem-plparser.pc
-share/gnome/applications/totem.desktop
-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_start_window.png
-share/gnome/help/totem/bg/legal.xml
-share/gnome/help/totem/bg/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/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/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/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/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/legal.xml
-share/gnome/help/totem/uk/totem.xml
-share/gnome/omf/totem/totem-C.omf
-share/gnome/omf/totem/totem-bg.omf
-share/gnome/omf/totem/totem-de.omf
-share/gnome/omf/totem/totem-es.omf
-share/gnome/omf/totem/totem-fr.omf
-share/gnome/omf/totem/totem-pa.omf
-share/gnome/omf/totem/totem-pt_BR.omf
-share/gnome/omf/totem/totem-ru.omf
-share/gnome/omf/totem/totem-sv.omf
-share/gnome/omf/totem/totem-uk.omf
-share/gnome/pixmaps/vanity.png
-share/gnome/totem/filmholes-big-left.png
-share/gnome/totem/filmholes-big-right.png
-share/gnome/totem/filmholes.png
-share/gnome/totem/mozilla-viewer.glade
-share/gnome/totem/playlist-ui.xml
-share/gnome/totem/playlist.glade
-share/gnome/totem/properties.glade
-share/gnome/totem/screenshot.glade
-share/gnome/totem/skip_to.glade
-share/gnome/totem/stock-tool-brightness-contrast-22.png
-share/gnome/totem/totem-ui.xml
-share/gnome/totem/totem.glade
-share/gnome/totem/totem_logo.png
-share/gnome/totem/uri.glade
-share/gnome/totem/vanity.glade
-share/gnome/totem/vanity.png
-share/icons/hicolor/16x16/apps/totem.png
-share/icons/hicolor/22x22/apps/totem.png
-share/icons/hicolor/24x24/apps/totem.png
-share/icons/hicolor/32x32/apps/totem.png
-share/icons/hicolor/scalable/apps/totem.svg
-share/locale/am/LC_MESSAGES/totem.mo
-share/locale/ar/LC_MESSAGES/totem.mo
-share/locale/az/LC_MESSAGES/totem.mo
-share/locale/be/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/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_CA/LC_MESSAGES/totem.mo
-share/locale/en_GB/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/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/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/ka/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/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/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/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@Latn/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
-@dirrm share/gnome/totem
-@dirrm share/gnome/omf/totem
-@dirrm share/gnome/help/totem/uk/figures
-@dirrm share/gnome/help/totem/uk
-@dirrm share/gnome/help/totem/sv/figures
-@dirrm share/gnome/help/totem/sv
-@dirrm share/gnome/help/totem/ru/figures
-@dirrm share/gnome/help/totem/ru
-@dirrm share/gnome/help/totem/pt_BR/figures
-@dirrm share/gnome/help/totem/pt_BR
-@dirrm share/gnome/help/totem/pa/figures
-@dirrm share/gnome/help/totem/pa
-@dirrm share/gnome/help/totem/fr/figures
-@dirrm share/gnome/help/totem/fr
-@dirrm share/gnome/help/totem/es/figures
-@dirrm share/gnome/help/totem/es
-@dirrm share/gnome/help/totem/de/figures
-@dirrm share/gnome/help/totem/de
-@dirrm share/gnome/help/totem/bg/figures
-@dirrm share/gnome/help/totem/bg
-@dirrm share/gnome/help/totem/C/figures
-@dirrm share/gnome/help/totem/C
-@dirrm share/gnome/help/totem
-@dirrmtry lib/browser_plugins
-@dirrm include/totem/1/plparser
-@dirrm include/totem/1
-@dirrm include/totem
-@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@dirrmtry share/locale/zh_TW/LC_MESSAGES
-@dirrmtry share/locale/zh_TW
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/zh_CN/LC_MESSAGES
-@dirrmtry share/locale/zh_CN
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/uk/LC_MESSAGES
-@dirrmtry share/locale/uk
-@dirrmtry share/locale/ug/LC_MESSAGES
-@dirrmtry share/locale/ug
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr/LC_MESSAGES
-@dirrmtry share/locale/sr
-@dirrmtry share/locale/sl/LC_MESSAGES
-@dirrmtry share/locale/sl
-@dirrmtry share/locale/sk/LC_MESSAGES
-@dirrmtry share/locale/sk
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/ro/LC_MESSAGES
-@dirrmtry share/locale/ro
-@dirrmtry share/locale/pt/LC_MESSAGES
-@dirrmtry share/locale/pt
-@dirrmtry share/locale/pl/LC_MESSAGES
-@dirrmtry share/locale/pl
-@dirrmtry share/locale/nn/LC_MESSAGES
-@dirrmtry share/locale/nn
-@dirrmtry share/locale/ne/LC_MESSAGES
-@dirrmtry share/locale/ne
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/mg/LC_MESSAGES
-@dirrmtry share/locale/mg
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/ko/LC_MESSAGES
-@dirrmtry share/locale/ko
-@dirrmtry share/locale/gl/LC_MESSAGES
-@dirrmtry share/locale/gl
-@dirrmtry share/locale/fi/LC_MESSAGES
-@dirrmtry share/locale/fi
-@dirrmtry share/locale/el/LC_MESSAGES
-@dirrmtry share/locale/el
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/cs/LC_MESSAGES
-@dirrmtry share/locale/cs
-@dirrmtry share/locale/ca/LC_MESSAGES
-@dirrmtry share/locale/ca
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/be/LC_MESSAGES
-@dirrmtry share/locale/be