diff options
-rw-r--r-- | accessibility/orca/Makefile | 43 | ||||
-rw-r--r-- | accessibility/orca/distinfo | 3 | ||||
-rw-r--r-- | accessibility/orca/files/patch-src_orca_orca.in | 26 | ||||
-rw-r--r-- | accessibility/orca/pkg-descr | 7 | ||||
-rw-r--r-- | accessibility/orca/pkg-plist | 309 | ||||
-rw-r--r-- | multimedia/totem/Makefile | 131 | ||||
-rw-r--r-- | multimedia/totem/distinfo | 3 | ||||
-rw-r--r-- | multimedia/totem/files/patch-browser-plugin_totemPlugin.cpp | 10 | ||||
-rw-r--r-- | multimedia/totem/files/patch-configure | 29 | ||||
-rw-r--r-- | multimedia/totem/files/pkg-message.in | 4 | ||||
-rw-r--r-- | multimedia/totem/pkg-descr | 7 | ||||
-rw-r--r-- | multimedia/totem/pkg-plist | 340 |
12 files changed, 912 insertions, 0 deletions
diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile new file mode 100644 index 000000000..914f5849c --- /dev/null +++ b/accessibility/orca/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: orca +# Date created: 25 Jul 2006 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= orca +PORTVERSION= 2.21.0 +CATEGORIES= accessibility gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Scriptable screen reader + +LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash + +LATEST_LINK= gnome-orca + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_XLIB= yes +USE_PYTHON= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack libgnomeui atspi gnomespeech pygnome2 +INSTALLS_ICONS= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= orca.1 + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ + ${WRKSRC}/src/orca/orca.in + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ + ${WRKSRC}/src/orca/orca_i18n.py + +.include <bsd.port.mk> diff --git a/accessibility/orca/distinfo b/accessibility/orca/distinfo new file mode 100644 index 000000000..3f97b5ceb --- /dev/null +++ b/accessibility/orca/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/orca-2.21.0.tar.bz2) = d1a8f720cd2c3dd2852c4b14bcdff164 +SHA256 (gnome2/orca-2.21.0.tar.bz2) = 0a135912f4568b4d0db7d11b758e95855bf2b0962a4f8a8904e51cf0d9493062 +SIZE (gnome2/orca-2.21.0.tar.bz2) = 1367624 diff --git a/accessibility/orca/files/patch-src_orca_orca.in b/accessibility/orca/files/patch-src_orca_orca.in new file mode 100644 index 000000000..80da5c7cb --- /dev/null +++ b/accessibility/orca/files/patch-src_orca_orca.in @@ -0,0 +1,26 @@ +--- src/orca/orca.in.orig Sun Mar 25 00:58:52 2007 ++++ src/orca/orca.in Sun Mar 25 01:02:09 2007 +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/usr/local/bin/bash + # + # Orca + # +@@ -30,7 +30,7 @@ + + # Set the user's $PATH for this script. + # +-export PATH="/usr/ccs/bin:/usr/bin:/usr/sbin:/bin:/usr/sfw/bin:/usr/openwin/bin:/usr/X11R6/bin" ++export PATH="/usr/ccs/bin:/usr/bin:/usr/sbin:/bin:/usr/sfw/bin:/usr/openwin/bin:/usr/local/bin:/usr/X11R6/bin" + + # If you set RUNONCE to "true", then this will just run Orca once and quit. + # +@@ -125,7 +125,7 @@ watchdog() + do + sleep 5 + USERID=`id | cut -f2 -d= | cut -f1 -d\(` +- PID=`ps -eo pid,ruid,args | grep $USERID | egrep "orca[.]orca" | grep -v grep | awk '{ print $1 }'` ++ PID=`ps -exo pid,ruid,args | grep $USERID | egrep "orca[.]orca" | grep -v grep | awk '{ print $1 }'` + + if [ "x$PID" = "x" ] + then diff --git a/accessibility/orca/pkg-descr b/accessibility/orca/pkg-descr new file mode 100644 index 000000000..30cfd432c --- /dev/null +++ b/accessibility/orca/pkg-descr @@ -0,0 +1,7 @@ +Orca a scriptable screen reader that is currently under development. +As such it is highly unstable and undergoes frequent changes. To +read more about Orca, please refer to the Orca documentation series +available in the ./docs/doc-set directory and also the Orca WIKI at +http://live.gnome.org/Orca. + +WWW: http://live.gnome.org/Orca diff --git a/accessibility/orca/pkg-plist b/accessibility/orca/pkg-plist new file mode 100644 index 000000000..c20f3e2db --- /dev/null +++ b/accessibility/orca/pkg-plist @@ -0,0 +1,309 @@ +bin/orca +%%PYTHON_SITELIBDIR%%/orca/Gecko.py +%%PYTHON_SITELIBDIR%%/orca/Gecko.pyc +%%PYTHON_SITELIBDIR%%/orca/Gecko.pyo +%%PYTHON_SITELIBDIR%%/orca/J2SE-access-bridge.py +%%PYTHON_SITELIBDIR%%/orca/J2SE-access-bridge.pyc +%%PYTHON_SITELIBDIR%%/orca/J2SE-access-bridge.pyo +%%PYTHON_SITELIBDIR%%/orca/__init__.py +%%PYTHON_SITELIBDIR%%/orca/__init__.pyc +%%PYTHON_SITELIBDIR%%/orca/__init__.pyo +%%PYTHON_SITELIBDIR%%/orca/acss.py +%%PYTHON_SITELIBDIR%%/orca/acss.pyc +%%PYTHON_SITELIBDIR%%/orca/acss.pyo +%%PYTHON_SITELIBDIR%%/orca/app_gui_prefs.py +%%PYTHON_SITELIBDIR%%/orca/app_gui_prefs.pyc +%%PYTHON_SITELIBDIR%%/orca/app_gui_prefs.pyo +%%PYTHON_SITELIBDIR%%/orca/app_prefs.py +%%PYTHON_SITELIBDIR%%/orca/app_prefs.pyc +%%PYTHON_SITELIBDIR%%/orca/app_prefs.pyo +%%PYTHON_SITELIBDIR%%/orca/atspi.py +%%PYTHON_SITELIBDIR%%/orca/atspi.pyc +%%PYTHON_SITELIBDIR%%/orca/atspi.pyo +%%PYTHON_SITELIBDIR%%/orca/bookmarks.py +%%PYTHON_SITELIBDIR%%/orca/bookmarks.pyc +%%PYTHON_SITELIBDIR%%/orca/bookmarks.pyo +%%PYTHON_SITELIBDIR%%/orca/braille.py +%%PYTHON_SITELIBDIR%%/orca/braille.pyc +%%PYTHON_SITELIBDIR%%/orca/braille.pyo +%%PYTHON_SITELIBDIR%%/orca/braillegenerator.py +%%PYTHON_SITELIBDIR%%/orca/braillegenerator.pyc +%%PYTHON_SITELIBDIR%%/orca/braillegenerator.pyo +%%PYTHON_SITELIBDIR%%/orca/brlmodule.la +%%PYTHON_SITELIBDIR%%/orca/brlmodule.so +%%PYTHON_SITELIBDIR%%/orca/brlmon.py +%%PYTHON_SITELIBDIR%%/orca/brlmon.pyc +%%PYTHON_SITELIBDIR%%/orca/brlmon.pyo +%%PYTHON_SITELIBDIR%%/orca/chnames.py +%%PYTHON_SITELIBDIR%%/orca/chnames.pyc +%%PYTHON_SITELIBDIR%%/orca/chnames.pyo +%%PYTHON_SITELIBDIR%%/orca/debug.py +%%PYTHON_SITELIBDIR%%/orca/debug.pyc +%%PYTHON_SITELIBDIR%%/orca/debug.pyo +%%PYTHON_SITELIBDIR%%/orca/dectalk.py +%%PYTHON_SITELIBDIR%%/orca/dectalk.pyc +%%PYTHON_SITELIBDIR%%/orca/dectalk.pyo +%%PYTHON_SITELIBDIR%%/orca/default.py +%%PYTHON_SITELIBDIR%%/orca/default.pyc +%%PYTHON_SITELIBDIR%%/orca/default.pyo +%%PYTHON_SITELIBDIR%%/orca/espeechfactory.py +%%PYTHON_SITELIBDIR%%/orca/espeechfactory.pyc +%%PYTHON_SITELIBDIR%%/orca/espeechfactory.pyo +%%PYTHON_SITELIBDIR%%/orca/eventsynthesizer.py +%%PYTHON_SITELIBDIR%%/orca/eventsynthesizer.pyc +%%PYTHON_SITELIBDIR%%/orca/eventsynthesizer.pyo +%%PYTHON_SITELIBDIR%%/orca/find.py +%%PYTHON_SITELIBDIR%%/orca/find.pyc +%%PYTHON_SITELIBDIR%%/orca/find.pyo +%%PYTHON_SITELIBDIR%%/orca/flat_review.py +%%PYTHON_SITELIBDIR%%/orca/flat_review.pyc +%%PYTHON_SITELIBDIR%%/orca/flat_review.pyo +%%PYTHON_SITELIBDIR%%/orca/focus_tracking_presenter.py +%%PYTHON_SITELIBDIR%%/orca/focus_tracking_presenter.pyc +%%PYTHON_SITELIBDIR%%/orca/focus_tracking_presenter.pyo +%%PYTHON_SITELIBDIR%%/orca/gnomespeechfactory.py +%%PYTHON_SITELIBDIR%%/orca/gnomespeechfactory.pyc +%%PYTHON_SITELIBDIR%%/orca/gnomespeechfactory.pyo +%%PYTHON_SITELIBDIR%%/orca/httpserver.py +%%PYTHON_SITELIBDIR%%/orca/httpserver.pyc +%%PYTHON_SITELIBDIR%%/orca/httpserver.pyo +%%PYTHON_SITELIBDIR%%/orca/input_event.py +%%PYTHON_SITELIBDIR%%/orca/input_event.pyc +%%PYTHON_SITELIBDIR%%/orca/input_event.pyo +%%PYTHON_SITELIBDIR%%/orca/keybindings.py +%%PYTHON_SITELIBDIR%%/orca/keybindings.pyc +%%PYTHON_SITELIBDIR%%/orca/keybindings.pyo +%%PYTHON_SITELIBDIR%%/orca/keynames.py +%%PYTHON_SITELIBDIR%%/orca/keynames.pyc +%%PYTHON_SITELIBDIR%%/orca/keynames.pyo +%%PYTHON_SITELIBDIR%%/orca/mag.py +%%PYTHON_SITELIBDIR%%/orca/mag.pyc +%%PYTHON_SITELIBDIR%%/orca/mag.pyo +%%PYTHON_SITELIBDIR%%/orca/orca.py +%%PYTHON_SITELIBDIR%%/orca/orca.pyc +%%PYTHON_SITELIBDIR%%/orca/orca.pyo +%%PYTHON_SITELIBDIR%%/orca/orca_console_prefs.py +%%PYTHON_SITELIBDIR%%/orca/orca_console_prefs.pyc +%%PYTHON_SITELIBDIR%%/orca/orca_console_prefs.pyo +%%PYTHON_SITELIBDIR%%/orca/orca_glade.py +%%PYTHON_SITELIBDIR%%/orca/orca_glade.pyc +%%PYTHON_SITELIBDIR%%/orca/orca_glade.pyo +%%PYTHON_SITELIBDIR%%/orca/orca_gui_find.py +%%PYTHON_SITELIBDIR%%/orca/orca_gui_find.pyc +%%PYTHON_SITELIBDIR%%/orca/orca_gui_find.pyo +%%PYTHON_SITELIBDIR%%/orca/orca_gui_main.py +%%PYTHON_SITELIBDIR%%/orca/orca_gui_main.pyc +%%PYTHON_SITELIBDIR%%/orca/orca_gui_main.pyo +%%PYTHON_SITELIBDIR%%/orca/orca_gui_prefs.py +%%PYTHON_SITELIBDIR%%/orca/orca_gui_prefs.pyc +%%PYTHON_SITELIBDIR%%/orca/orca_gui_prefs.pyo +%%PYTHON_SITELIBDIR%%/orca/orca_i18n.py +%%PYTHON_SITELIBDIR%%/orca/orca_i18n.pyc +%%PYTHON_SITELIBDIR%%/orca/orca_i18n.pyo +%%PYTHON_SITELIBDIR%%/orca/orca_prefs.py +%%PYTHON_SITELIBDIR%%/orca/orca_prefs.pyc +%%PYTHON_SITELIBDIR%%/orca/orca_prefs.pyo +%%PYTHON_SITELIBDIR%%/orca/orca_quit.py +%%PYTHON_SITELIBDIR%%/orca/orca_quit.pyc +%%PYTHON_SITELIBDIR%%/orca/orca_quit.pyo +%%PYTHON_SITELIBDIR%%/orca/orca_state.py +%%PYTHON_SITELIBDIR%%/orca/orca_state.pyc +%%PYTHON_SITELIBDIR%%/orca/orca_state.pyo +%%PYTHON_SITELIBDIR%%/orca/outloud.py +%%PYTHON_SITELIBDIR%%/orca/outloud.pyc +%%PYTHON_SITELIBDIR%%/orca/outloud.pyo +%%PYTHON_SITELIBDIR%%/orca/phonnames.py +%%PYTHON_SITELIBDIR%%/orca/phonnames.pyc +%%PYTHON_SITELIBDIR%%/orca/phonnames.pyo +%%PYTHON_SITELIBDIR%%/orca/platform.py +%%PYTHON_SITELIBDIR%%/orca/platform.pyc +%%PYTHON_SITELIBDIR%%/orca/platform.pyo +%%PYTHON_SITELIBDIR%%/orca/presentation_manager.py +%%PYTHON_SITELIBDIR%%/orca/presentation_manager.pyc +%%PYTHON_SITELIBDIR%%/orca/presentation_manager.pyo +%%PYTHON_SITELIBDIR%%/orca/pronunciation_dict.py +%%PYTHON_SITELIBDIR%%/orca/pronunciation_dict.pyc +%%PYTHON_SITELIBDIR%%/orca/pronunciation_dict.pyo +%%PYTHON_SITELIBDIR%%/orca/punctuation_settings.py +%%PYTHON_SITELIBDIR%%/orca/punctuation_settings.pyc +%%PYTHON_SITELIBDIR%%/orca/punctuation_settings.pyo +%%PYTHON_SITELIBDIR%%/orca/rolenames.py +%%PYTHON_SITELIBDIR%%/orca/rolenames.pyc +%%PYTHON_SITELIBDIR%%/orca/rolenames.pyo +%%PYTHON_SITELIBDIR%%/orca/script.py +%%PYTHON_SITELIBDIR%%/orca/script.pyc +%%PYTHON_SITELIBDIR%%/orca/script.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/Evolution.py +%%PYTHON_SITELIBDIR%%/orca/scripts/Evolution.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/Evolution.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/Mozilla.py +%%PYTHON_SITELIBDIR%%/orca/scripts/Mozilla.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/Mozilla.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/StarOffice.py +%%PYTHON_SITELIBDIR%%/orca/scripts/StarOffice.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/StarOffice.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/Thunderbird.py +%%PYTHON_SITELIBDIR%%/orca/scripts/Thunderbird.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/Thunderbird.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/__init__.py +%%PYTHON_SITELIBDIR%%/orca/scripts/__init__.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/__init__.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/acroread.py +%%PYTHON_SITELIBDIR%%/orca/scripts/acroread.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/acroread.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/gaim.py +%%PYTHON_SITELIBDIR%%/orca/scripts/gaim.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/gaim.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/gcalctool.py +%%PYTHON_SITELIBDIR%%/orca/scripts/gcalctool.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/gcalctool.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/gdmlogin.py +%%PYTHON_SITELIBDIR%%/orca/scripts/gdmlogin.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/gdmlogin.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/gedit.py +%%PYTHON_SITELIBDIR%%/orca/scripts/gedit.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/gedit.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-keyring-ask.py +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-keyring-ask.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-keyring-ask.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-mud.py +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-mud.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-mud.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-panel.py +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-panel.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-panel.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-search-tool.py +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-search-tool.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-search-tool.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-system-monitor.py +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-system-monitor.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-system-monitor.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-terminal.py +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-terminal.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-terminal.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-window-properties.py +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-window-properties.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-window-properties.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome_segv2.py +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome_segv2.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/gnome_segv2.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/liferea.py +%%PYTHON_SITELIBDIR%%/orca/scripts/liferea.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/liferea.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/metacity.py +%%PYTHON_SITELIBDIR%%/orca/scripts/metacity.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/metacity.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/nautilus.py +%%PYTHON_SITELIBDIR%%/orca/scripts/nautilus.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/nautilus.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/notification-daemon.py +%%PYTHON_SITELIBDIR%%/orca/scripts/notification-daemon.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/notification-daemon.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/planner.py +%%PYTHON_SITELIBDIR%%/orca/scripts/planner.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/planner.pyo +%%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.py +%%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.pyc +%%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.pyo +%%PYTHON_SITELIBDIR%%/orca/settings.py +%%PYTHON_SITELIBDIR%%/orca/settings.pyc +%%PYTHON_SITELIBDIR%%/orca/settings.pyo +%%PYTHON_SITELIBDIR%%/orca/speech.py +%%PYTHON_SITELIBDIR%%/orca/speech.pyc +%%PYTHON_SITELIBDIR%%/orca/speech.pyo +%%PYTHON_SITELIBDIR%%/orca/speechdispatcherfactory.py +%%PYTHON_SITELIBDIR%%/orca/speechdispatcherfactory.pyc +%%PYTHON_SITELIBDIR%%/orca/speechdispatcherfactory.pyo +%%PYTHON_SITELIBDIR%%/orca/speechgenerator.py +%%PYTHON_SITELIBDIR%%/orca/speechgenerator.pyc +%%PYTHON_SITELIBDIR%%/orca/speechgenerator.pyo +%%PYTHON_SITELIBDIR%%/orca/speechserver.py +%%PYTHON_SITELIBDIR%%/orca/speechserver.pyc +%%PYTHON_SITELIBDIR%%/orca/speechserver.pyo +%%PYTHON_SITELIBDIR%%/orca/where_am_I.py +%%PYTHON_SITELIBDIR%%/orca/where_am_I.pyc +%%PYTHON_SITELIBDIR%%/orca/where_am_I.pyo +share/applications/orca.desktop +share/icons/hicolor/16x16/apps/orca.png +share/icons/hicolor/22x22/apps/orca.png +share/icons/hicolor/24x24/apps/orca.png +share/icons/hicolor/32x32/apps/orca.png +share/icons/hicolor/48x48/apps/orca.png +share/icons/hicolor/scalable/apps/orca.svg +share/locale/ar/LC_MESSAGES/orca.mo +share/locale/bg/LC_MESSAGES/orca.mo +share/locale/bn/LC_MESSAGES/orca.mo +share/locale/bn_IN/LC_MESSAGES/orca.mo +share/locale/ca/LC_MESSAGES/orca.mo +share/locale/cs/LC_MESSAGES/orca.mo +share/locale/cy/LC_MESSAGES/orca.mo +share/locale/da/LC_MESSAGES/orca.mo +share/locale/de/LC_MESSAGES/orca.mo +share/locale/dz/LC_MESSAGES/orca.mo +share/locale/el/LC_MESSAGES/orca.mo +share/locale/en_CA/LC_MESSAGES/orca.mo +share/locale/en_GB/LC_MESSAGES/orca.mo +share/locale/es/LC_MESSAGES/orca.mo +share/locale/et/LC_MESSAGES/orca.mo +share/locale/eu/LC_MESSAGES/orca.mo +share/locale/fi/LC_MESSAGES/orca.mo +share/locale/fr/LC_MESSAGES/orca.mo +share/locale/gl/LC_MESSAGES/orca.mo +share/locale/gu/LC_MESSAGES/orca.mo +share/locale/hi/LC_MESSAGES/orca.mo +share/locale/hu/LC_MESSAGES/orca.mo +share/locale/it/LC_MESSAGES/orca.mo +share/locale/ja/LC_MESSAGES/orca.mo +share/locale/ko/LC_MESSAGES/orca.mo +share/locale/lt/LC_MESSAGES/orca.mo +share/locale/lv/LC_MESSAGES/orca.mo +share/locale/mk/LC_MESSAGES/orca.mo +share/locale/ml/LC_MESSAGES/orca.mo +share/locale/mr/LC_MESSAGES/orca.mo +share/locale/nb/LC_MESSAGES/orca.mo +share/locale/ne/LC_MESSAGES/orca.mo +share/locale/nl/LC_MESSAGES/orca.mo +share/locale/oc/LC_MESSAGES/orca.mo +share/locale/or/LC_MESSAGES/orca.mo +share/locale/pa/LC_MESSAGES/orca.mo +share/locale/pl/LC_MESSAGES/orca.mo +share/locale/pt/LC_MESSAGES/orca.mo +share/locale/pt_BR/LC_MESSAGES/orca.mo +share/locale/ru/LC_MESSAGES/orca.mo +share/locale/rw/LC_MESSAGES/orca.mo +share/locale/si/LC_MESSAGES/orca.mo +share/locale/sl/LC_MESSAGES/orca.mo +share/locale/sq/LC_MESSAGES/orca.mo +share/locale/sr/LC_MESSAGES/orca.mo +share/locale/sr@Latn/LC_MESSAGES/orca.mo +share/locale/sv/LC_MESSAGES/orca.mo +share/locale/ta/LC_MESSAGES/orca.mo +share/locale/th/LC_MESSAGES/orca.mo +share/locale/tr/LC_MESSAGES/orca.mo +share/locale/uk/LC_MESSAGES/orca.mo +share/locale/vi/LC_MESSAGES/orca.mo +share/locale/zh_CN/LC_MESSAGES/orca.mo +share/locale/zh_HK/LC_MESSAGES/orca.mo +share/locale/zh_TW/LC_MESSAGES/orca.mo +%%DATADIR%%/glade/orca-find.glade +%%DATADIR%%/glade/orca-mainwin.glade +%%DATADIR%%/glade/orca-quit.glade +%%DATADIR%%/glade/orca-setup.glade +@dirrm %%DATADIR%%/glade +@dirrm %%DATADIR%% +@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts +@dirrm %%PYTHON_SITELIBDIR%%/orca +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile new file mode 100644 index 000000000..45968249f --- /dev/null +++ b/multimedia/totem/Makefile @@ -0,0 +1,131 @@ +# New ports collection makefile for: totem +# Date created: 17 Oct 2002 +# Whom: Hendrik Scholz <hendrik@scholz.net> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= totem +PORTVERSION= 2.21.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 gnomecontrolcenter2 +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" \ + LIBS="-L${LOCALBASE}/lib -lXrandr" +CONFIGURE_ARGS= --with-plugins="${TOTEM_PLUGINS}" + +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]* + +OPTIONS= LIRC "Enable lirc support" off \ + GALAGO "Enable Galago support" off + +TOTEM_PLUGINS= screensaver ontop gromit media-player-keys properties sidebar-test skipto + +.include <bsd.port.pre.mk> + +.if defined(WITH_LIRC) +LIB_DEPENDS+= lirc_client.1:${PORTSDIR}/comms/lirc +PLIST_SUB+= LIRC="" +TOTEM_PLUGINS:= ${TOTEM_PLUGINS} lirc +.else +PLIST_SUB+= LIRC="@comment " +.endif + +.if defined(WITH_GALAGO) +LIB_DEPENDS+= galago.3:${PORTSDIR}/devel/libgalago +PLIST_SUB+= GALAGO="" +TOTEM_PLUGINS:= ${TOTEM_PLUGINS} galago +.else +PLIST_SUB+= GALAGO="@comment " +.endif + +.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 +CONFIGURE_ARGS+=--enable-xine=yes +LIB_DEPENDS+= xine.1:${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 +DEFAULT_DVD_DEVICE=/dev/acd0 +.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 + @${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.vala ${PREFIX}/share/vala/vapi + ${INSTALL_DATA} ${WRKSRC}/bindings/vala/totem.deps ${PREFIX}/share/vala/vapi + +.include <bsd.port.post.mk> diff --git a/multimedia/totem/distinfo b/multimedia/totem/distinfo new file mode 100644 index 000000000..4f36ba799 --- /dev/null +++ b/multimedia/totem/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/totem-2.21.0.tar.bz2) = aa566e8586dd0e068aadf191f9afa37c +SHA256 (gnome2/totem-2.21.0.tar.bz2) = b29f895bc8c6ef9ed39693df03959bfe84f34406ee9f93d4ceb8479ab28b4b88 +SIZE (gnome2/totem-2.21.0.tar.bz2) = 2234963 diff --git a/multimedia/totem/files/patch-browser-plugin_totemPlugin.cpp b/multimedia/totem/files/patch-browser-plugin_totemPlugin.cpp new file mode 100644 index 000000000..9a16349f4 --- /dev/null +++ b/multimedia/totem/files/patch-browser-plugin_totemPlugin.cpp @@ -0,0 +1,10 @@ +--- 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-configure b/multimedia/totem/files/patch-configure new file mode 100644 index 000000000..1fab81f6e --- /dev/null +++ b/multimedia/totem/files/patch-configure @@ -0,0 +1,29 @@ +--- configure.orig Fri May 25 00:24:10 2007 ++++ configure Fri May 25 00:24:23 2007 +@@ -22960,7 +22960,7 @@ GTK_LIBS="$GTK_LIBS $EXTRA_BACKEND_LIBS" + + plugin_error_or_ignore() + { +- if test "${error_on_bad_plugin}" == "1" ; then ++ if test "${error_on_bad_plugin}" = "1" ; then + { { echo "$as_me:$LINENO: error: $1" >&5 + echo "$as_me: error: $1" >&2;} + { (exit 1); exit 1; }; } +@@ -22982,7 +22982,7 @@ fi + used_plugins="" + used_plugins2="" + +-if test "x${with_plugins}" == "xautodetect" ; then ++if test "x${with_plugins}" = "xautodetect" ; then + # Default to all plugins and just ignore them if they won't compile + with_plugins="all" + error_on_bad_plugin="0" +@@ -23384,7 +23384,7 @@ fi + esac + + # Add the specified plugin +- if test "${add_plugin}" == "1" ; then ++ if test "${add_plugin}" = "1" ; then + used_plugins2="${used_plugins2} ${plugin}" + fi + done diff --git a/multimedia/totem/files/pkg-message.in b/multimedia/totem/files/pkg-message.in new file mode 100644 index 000000000..05d7f5b20 --- /dev/null +++ b/multimedia/totem/files/pkg-message.in @@ -0,0 +1,4 @@ +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 new file mode 100644 index 000000000..404246e58 --- /dev/null +++ b/multimedia/totem/pkg-descr @@ -0,0 +1,7 @@ +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 new file mode 100644 index 000000000..4124fd04a --- /dev/null +++ b/multimedia/totem/pkg-plist @@ -0,0 +1,340 @@ +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.7 +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 +%%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/gromit/libgromit.a +lib/totem/plugins/gromit/libgromit.la +lib/totem/plugins/gromit/libgromit.so +%%LIRC%%lib/totem/plugins/lirc/lirc.totem-plugin +%%LIRC%%lib/totem/plugins/lirc/liblirc.a +%%LIRC%%lib/totem/plugins/lirc/liblirc.la +%%LIRC%%lib/totem/plugins/lirc/liblirc.so +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/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/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/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/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.ui +libdata/pkgconfig/totem-plparser.pc +share/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/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/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/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/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/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/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/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/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/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/ka/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/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/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 +share/omf/totem/totem-C.omf +share/omf/totem/totem-bg.omf +share/omf/totem/totem-ca.omf +share/omf/totem/totem-de.omf +share/omf/totem/totem-en_GB.omf +share/omf/totem/totem-es.omf +share/omf/totem/totem-fr.omf +share/omf/totem/totem-oc.omf +share/omf/totem/totem-pa.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 +%%DATADIR%%/filmholes-big-left.png +%%DATADIR%%/filmholes-big-right.png +%%DATADIR%%/filmholes.png +%%DATADIR%%/fullscreen.ui +%%DATADIR%%/mozilla-viewer.ui +%%DATADIR%%/playlist-ui.xml +%%DATADIR%%/playlist.ui +%%DATADIR%%/plugins.ui +%%DATADIR%%/properties.ui +%%DATADIR%%/totem-ui.xml +%%DATADIR%%/totem.ui +%%DATADIR%%/totem_logo.png +%%DATADIR%%/uri.ui +share/vala/vapi/totem.deps +share/vala/vapi/totem.vala +@dirrm %%DATADIR%% +@dirrm share/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/oc/figures +@dirrm share/gnome/help/totem/oc +@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/en_GB/figures +@dirrm share/gnome/help/totem/en_GB +@dirrm share/gnome/help/totem/de/figures +@dirrm share/gnome/help/totem/de +@dirrm share/gnome/help/totem/ca/figures +@dirrm share/gnome/help/totem/ca +@dirrm share/gnome/help/totem/bg/figures +@dirrm share/gnome/help/totem/bg +@dirrm share/gnome/help/totem/C/figures +@dirrm share/gnome/help/totem/C +@dirrm share/gnome/help/totem +@dirrm lib/totem/plugins/skipto +@dirrm lib/totem/plugins/screensaver +@dirrm lib/totem/plugins/properties +@dirrm lib/totem/plugins/ontop +@dirrm lib/totem/plugins/media-player-keys +%%LIRC%%@dirrm lib/totem/plugins/lirc +@dirrm lib/totem/plugins/gromit +%%GALAGO%%@dirrm lib/totem/plugins/galago +@dirrm lib/totem/plugins +@dirrm lib/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_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/applications |