import totem 3.0.1 (now with nautilus subpackage for the properties tab)

Totem is movie player for the GNOME desktop based on GStreamer.
It features a playlist, a full-screen mode, seek and volume controls,
as well as complete keyboard navigation.

feedback/ok aja@
This commit is contained in:
jasper 2011-05-20 16:04:45 +00:00
parent 8bd4c48464
commit dbf3d4cda6
9 changed files with 724 additions and 0 deletions

View File

@ -0,0 +1,102 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/05/20 16:04:45 jasper Exp $
COMMENT-main= official media player for GNOME
COMMENT-nautilus= totem properties plugin for nautilus
GNOME_PROJECT= totem
GNOME_VERSION= 3.0.1
PKGNAME-main= ${DISTNAME}
PKGNAME-nautilus= nautilus-${DISTNAME}
SHARED_LIBS += totem 0.0 # 0.0
CATEGORIES= multimedia
HOMEPAGE= http://projects.gnome.org/totem/
# GPLv2 with exception clause - LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MULTI_PACKAGES= -main -nautilus
MODULES= devel/dconf \
devel/gettext \
lang/python \
x11/gnome
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm archive atk-1.0
WANTLIB += bz2 cairo cairo-gobject dbus-1 drm expat fontconfig
WANTLIB += freetype gcrypt gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += gmime-2.4 gmodule-2.0 gnome-keyring gobject-2.0 gpg-error
WANTLIB += gstaudio-0.10 gstbase-0.10 gstinterfaces-0.10 gstpbutils-0.10
WANTLIB += gstreamer-0.10 gsttag-0.10 gstvideo-0.10 gthread-2.0
WANTLIB += gtk-3 iconv intl lzma m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread-stubs soup-2.4 soup-gnome-2.4
WANTLIB += sqlite3 totem-plparser xcb xcb-render xcb-shm xml2
WANTLIB += z
WANTLIB-main += ${WANTLIB} ICE SM Xtst c dbus-glib-1 ffi girepository-1.0
WANTLIB-main += peas-1.0 peas-gtk-1.0 pthread
WANTLIB-nautilus += ${WANTLIB} nautilus-extension
BUILD_DEPENDS+= devel/iso-codes \
lang/vala \
multimedia/gstreamer-0.10/plugins-good>=0.10.30
RUN_DEPENDS-main+= devel/iso-codes \
devel/py-xdg \
x11/dbus-python \
x11/gnome/settings-daemon \
x11/gromit
LIB_DEPENDS= multimedia/gstreamer-0.10/plugins-base>=0.10.30 \
x11/gnome/totem-pl-parser>=2.32.4
LIB_DEPENDS-main+= ${LIB_DEPENDS} \
devel/gobject-introspection \
devel/libpeas
LIB_DEPENDS-nautilus= ${LIB_DEPENDS} \
x11/gnome/nautilus
# 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+= multimedia/gstreamer-0.10/plugins-good \
multimedia/gstreamer-0.10/plugins-ffmpeg>=0.10.5
# gst-inspect-0.10 needs to access ${HOME}
PORTHOME= ${WRKDIR}
DESKTOP_FILES= Yes
MODGNOME_HELP_FILES=Yes
USE_GROFF = Yes
# im-status gromit iplayer jamendo lirc media-player-keys ontop opensubtitles
# properties publish pythonconsole save-file sample-python sample-vala
# screensaver screenshot sidebar-test skipto thumbnail tracker youtube
# zeitgeist-dp
TOTEM_PLUGINS= "gromit media-player-keys ontop properties \
screensaver skipto thumbnail \
opensubtitles jamendo screenshot dbus-service"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include " \
GST_REGISTRY=${WRKDIR}/registry.${MACHINE_ARCH}.bin
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-gtk-doc \
--with-plugins=${TOTEM_PLUGINS} \
--with-dbus \
--enable-nautilus \
--enable-python \
--enable-vala \
--enable-introspection \
--disable-easy-codec-installation \
--disable-browser-plugins \
--disable-gmp-plugin \
--disable-narrowspace-plugin \
--disable-mully-plugin \
--disable-cone-plugin
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (gnome/totem-3.0.1.tar.bz2) = TeGWUkPMPVMk39sBHLueOA==
RMD160 (gnome/totem-3.0.1.tar.bz2) = YVESTJZngSVjpUt1FRh0rXGA8oo=
SHA1 (gnome/totem-3.0.1.tar.bz2) = NKouO/8HFWL3YD4acsttplzguos=
SHA256 (gnome/totem-3.0.1.tar.bz2) = ATts/trG/yZKon3nNGWX0Ljaf07R+RsslmoT0/3/Z5o=
SIZE (gnome/totem-3.0.1.tar.bz2) = 3730880

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-browser-plugin_totemPluginGlue_cpp,v 1.1.1.1 2011/05/20 16:04:45 jasper Exp $
--- browser-plugin/totemPluginGlue.cpp.orig Wed Aug 4 17:05:40 2010
+++ browser-plugin/totemPluginGlue.cpp Wed Sep 29 17:50:43 2010
@@ -431,10 +431,10 @@ NP_Initialize (NPNetscapeFuncs *aMozillaVTable,
if (err != NPERR_NO_ERROR || toolkit != NPNVGtk2)
return NPERR_INCOMPATIBLE_VERSION_ERROR;
#endif
- /* we want to open libdbus-glib-1.so.2 in such a way
+ /* we want to open libdbus-glib-1.so in such a way
* in such a way that it becomes permanentely resident */
void *handle;
- handle = dlopen ("libdbus-glib-1.so.2", RTLD_NOW | RTLD_NODELETE);
+ handle = dlopen ("libdbus-glib-1.so", RTLD_NOW | RTLD_NODELETE);
if (!handle) {
fprintf (stderr, "%s\n", dlerror());
return NPERR_MODULE_LOAD_FAILED_ERROR;

View File

@ -0,0 +1,17 @@
$OpenBSD: patch-help_totem-docs_h,v 1.1.1.1 2011/05/20 16:04:45 jasper Exp $
XXX In function `about_action_callback':
error: syntax error before string constant
--- help/totem-docs.h.orig Wed Nov 25 18:27:25 2009
+++ help/totem-docs.h Wed Nov 25 18:27:33 2009
@@ -1,7 +1,9 @@
const gchar* documentation_credits[] = {
+#if 0
"Baptiste Mille-Mathias <baptiste.millemathias@gmail.org>",
"Chee Bin HOH <cbhoh@gnome.org>",
"Philip Withnall <philip@tecnocode.co.uk>",
+#endif
NULL
};

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-src_backend_bacon-video-widget-gst-0_10_c,v 1.1.1.1 2011/05/20 16:04:45 jasper Exp $
--- src/backend/bacon-video-widget-gst-0.10.c.orig Thu May 19 21:08:49 2011
+++ src/backend/bacon-video-widget-gst-0.10.c Thu May 19 21:08:59 2011
@@ -6878,7 +6878,7 @@ bacon_video_widget_new (int width, int height,
bvw);
bvw->priv->speakersetup = BVW_AUDIO_SOUND_STEREO;
- bvw->priv->media_device = g_strdup ("/dev/dvd");
+ bvw->priv->media_device = g_strdup ("/dev/rcd0c");
bvw->priv->visq = BVW_VISUALIZATION_SMALL;
bvw->priv->show_vfx = FALSE;
bvw->priv->vis_element_name = g_strdup ("goom");

View File

@ -0,0 +1,3 @@
Totem is movie player for the GNOME desktop based on GStreamer.
It features a playlist, a full-screen mode, seek and volume controls,
as well as complete keyboard navigation.

View File

@ -0,0 +1 @@
Properties plugin for nautilus.

View File

@ -0,0 +1,562 @@
@comment $OpenBSD: PLIST-main,v 1.1.1.1 2011/05/20 16:04:46 jasper Exp $
@pkgpath x11/gnome/totem,xine
@bin bin/totem
@bin bin/totem-audio-preview
@bin bin/totem-video-indexer
@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.a
lib/libtotem.la
@lib lib/libtotem.so.${LIBtotem_VERSION}
lib/pkgconfig/totem.pc
lib/totem/
lib/totem/plugins/
lib/totem/plugins/dbus/
lib/totem/plugins/dbus/dbus-service.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/gromit/
lib/totem/plugins/gromit/gromit.plugin
@comment lib/totem/plugins/gromit/libgromit.a
@comment lib/totem/plugins/gromit/libgromit.la
lib/totem/plugins/gromit/libgromit.so
lib/totem/plugins/jamendo/
lib/totem/plugins/jamendo/jamendo.plugin
lib/totem/plugins/jamendo/jamendo.py
lib/totem/plugins/jamendo/jamendo.pyc
lib/totem/plugins/jamendo/jamendo.pyo
lib/totem/plugins/jamendo/jamendo.ui
lib/totem/plugins/media-player-keys/
@comment lib/totem/plugins/media-player-keys/libmedia_player_keys.a
@comment 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.plugin
lib/totem/plugins/ontop/
@comment lib/totem/plugins/ontop/libontop.a
@comment lib/totem/plugins/ontop/libontop.la
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/
@comment lib/totem/plugins/properties/libmovie-properties.a
@comment lib/totem/plugins/properties/libmovie-properties.la
lib/totem/plugins/properties/libmovie-properties.so
lib/totem/plugins/properties/movie-properties.plugin
lib/totem/plugins/screensaver/
@comment lib/totem/plugins/screensaver/libscreensaver.a
@comment lib/totem/plugins/screensaver/libscreensaver.la
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/gnome-screenshot.ui
@comment lib/totem/plugins/screenshot/libscreenshot.a
@comment lib/totem/plugins/screenshot/libscreenshot.la
lib/totem/plugins/screenshot/libscreenshot.so
lib/totem/plugins/screenshot/screenshot.plugin
lib/totem/plugins/skipto/
@comment lib/totem/plugins/skipto/libskipto.a
@comment lib/totem/plugins/skipto/libskipto.la
lib/totem/plugins/skipto/libskipto.so
lib/totem/plugins/skipto/skipto.plugin
lib/totem/plugins/skipto/skipto.ui
lib/totem/plugins/thumbnail/
@comment lib/totem/plugins/thumbnail/libthumbnail.a
@comment lib/totem/plugins/thumbnail/libthumbnail.la
lib/totem/plugins/thumbnail/libthumbnail.so
lib/totem/plugins/thumbnail/thumbnail.plugin
libexec/totem/
libexec/totem/totem-bugreport.py
@man man/man1/totem-video-thumbnailer.1
@man man/man1/totem.1
share/GConf/gsettings/jamendo.convert
share/GConf/gsettings/opensubtitles.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.jamendo.gschema.xml
share/glib-2.0/schemas/org.gnome.totem.plugins.opensubtitles.gschema.xml
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/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/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/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.devhelp
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/
share/locale/gv/LC_MESSAGES/
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/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/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/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-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-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/
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/properties.ui
share/totem/totem.ui
share/totem/uri.ui
share/totem/video-list.ui
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@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
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST-nautilus,v 1.1.1.1 2011/05/20 16:04:46 jasper Exp $
lib/nautilus/
lib/nautilus/extensions-3.0/
@comment lib/nautilus/extensions-3.0/libtotem-properties-page.a
@comment lib/nautilus/extensions-3.0/libtotem-properties-page.la
lib/nautilus/extensions-3.0/libtotem-properties-page.so