pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import totem from pkgsrc



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Sat Mar 5 10:36:27 2016 +0200
Changeset:	07d7802a158da6a0f2d5ce6be1d578dcf110af68

Added Files:
	totem/DESCR
	totem/MESSAGE
	totem/Makefile
	totem/Makefile.common
	totem/PLIST
	totem/buildlink3.mk
	totem/distinfo
	totem/patches/patch-ad
	totem/patches/patch-af
	totem/patches/patch-ai

Log Message:
Import totem from pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=07d7802a158da6a0f2d5ce6be1d578dcf110af68

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 totem/DESCR            |   5 +
 totem/MESSAGE          |  13 ++
 totem/Makefile         |  23 +++
 totem/Makefile.common  |  55 ++++++
 totem/PLIST            | 454 +++++++++++++++++++++++++++++++++++++++++++++++++
 totem/buildlink3.mk    |  16 ++
 totem/distinfo         |   9 +
 totem/patches/patch-ad |  15 ++
 totem/patches/patch-af |  17 ++
 totem/patches/patch-ai |  14 ++
 10 files changed, 621 insertions(+)

diffs:
diff --git a/totem/DESCR b/totem/DESCR
new file mode 100644
index 0000000..f0c763b
--- /dev/null
+++ b/totem/DESCR
@@ -0,0 +1,5 @@
+Totem is simple movie player for the GNOME desktop based on GStreamer and
+Xine.  It features a playlist, a full-screen mode, seek and volume controls,
+as well as a pretty complete keyboard navigation.
+
+This package is built using the GStreamer backend.
diff --git a/totem/MESSAGE b/totem/MESSAGE
new file mode 100644
index 0000000..2d639f1
--- /dev/null
+++ b/totem/MESSAGE
@@ -0,0 +1,13 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.2 2010/01/26 17:40:23 drochner Exp $
+
+Depending on the use of this program, various additional "gstreamer"
+plugins may be needed, eg for:
+-MP3 audio: multimedia/gst-plugins0.10-ffmpeg or
+ audio/gst-plugins0.10-fluendo-mp3
+-MPEG4 video: multimedia/gst-plugins0.10-x264 and
+ audio/gst-plugins0.10-faad
+-DVD playback: multimedia/gst-plugins0.10-resindvd,
+ audio/gst-plugins0.10-a52 (or in rare cases gst-plugins0.10-dts)
+
+===========================================================================
diff --git a/totem/Makefile b/totem/Makefile
new file mode 100644
index 0000000..f9d7a9e
--- /dev/null
+++ b/totem/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.81 2015/10/10 01:58:14 ryoon Exp $
+
+.include "Makefile.common"
+
+PKGREVISION=	33
+
+DEPENDS+=	gst-plugins0.10-soup-[0-9]*:../../net/gst-plugins0.10-soup
+
+COMMENT+=	(using GStreamer)
+
+CONFLICTS+=	totem-xine-[0-9]*
+
+CONFIGURE_ARGS+=	--disable-browser-plugins
+
+BUILDLINK_API_DEPENDS.gst-plugins0.10-base+=	gst-plugins0.10-base>=0.10.7
+
+.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
+.include "../../multimedia/gst-plugins0.10-good/buildlink3.mk"
+.include "../../multimedia/gstreamer0.10/buildlink3.mk"
+.include "../../x11/libunique/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../net/libgdata0.6/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/totem/Makefile.common b/totem/Makefile.common
new file mode 100644
index 0000000..240f80b
--- /dev/null
+++ b/totem/Makefile.common
@@ -0,0 +1,55 @@
+# $NetBSD: Makefile.common,v 1.63 2015/12/05 21:25:51 adam Exp $
+#
+# used by multimedia/totem-browser-plugin/Makefile
+# used by multimedia/totem-nautilus/Makefile
+
+DISTNAME=	totem-2.32.0
+CATEGORIES=	multimedia gnome
+MASTER_SITES=	${MASTER_SITE_GNOME:=sources/totem/2.32/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://www.gnome.org/projects/totem/
+COMMENT=	Movie player for the GNOME Desktop
+LICENSE=	gnu-gpl-v2 # with an exception clause
+
+DISTINFO_FILE=	${.CURDIR}/../../multimedia/totem/distinfo
+PATCHDIR=	${.CURDIR}/../../multimedia/totem/patches
+PLIST_SRC=	${.CURDIR}/../../multimedia/totem/PLIST
+
+GNU_CONFIGURE=		YES
+USE_TOOLS+=		gmake intltool msgfmt pkg-config gawk
+USE_LIBTOOL=		YES
+USE_PKGLOCALEDIR=	YES
+USE_LANGUAGES=		c c++
+
+GCONF_SCHEMAS=	totem.schemas
+GCONF_SCHEMAS+=	totem-handlers.schemas
+GCONF_SCHEMAS+=	totem-video-thumbnail.schemas
+
+CONFIGURE_ARGS+=	--enable-vala=no
+
+PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35 # py-gtk2, py-gdata
+
+.include "../../lang/python/application.mk"
+.include "../../x11/py-gtk2/buildlink3.mk"
+.include "../../www/py-gdata/buildlink3.mk"
+
+.include "../../devel/GConf/schemas.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+BUILDLINK_API_DEPENDS.glib2+=			glib2>=2.8.0
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gnome-icon-theme+=	gnome-icon-theme>=2.10.0
+.include "../../graphics/gnome-icon-theme/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../sysutils/dbus/buildlink3.mk"
+.include "../../sysutils/dbus-glib/buildlink3.mk"
+.include "../../textproc/gnome-doc-utils/buildlink3.mk"
+.include "../../textproc/iso-codes/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/omf-scrollkeeper.mk"
+.include "../../x11/libXxf86vm/buildlink3.mk"
+.include "../../x11/libXtst/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gtk2+=			gtk2+>=2.6.0
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../multimedia/totem-pl-parser/buildlink3.mk"
diff --git a/totem/PLIST b/totem/PLIST
new file mode 100644
index 0000000..b893a4e
--- /dev/null
+++ b/totem/PLIST
@@ -0,0 +1,454 @@
+@comment $NetBSD: PLIST,v 1.27 2010/11/25 01:16:39 obache Exp $
+bin/totem
+bin/totem-audio-preview
+bin/totem-video-indexer
+bin/totem-video-thumbnailer
+lib/totem/plugins/brasero-disc-recorder/brasero-disc-recorder.totem-plugin
+lib/totem/plugins/brasero-disc-recorder/libbrasero-disc-recorder.la
+lib/totem/plugins/chapters/chapters-edit.ui
+lib/totem/plugins/chapters/chapters-list.ui
+lib/totem/plugins/chapters/chapters.totem-plugin
+lib/totem/plugins/chapters/libchapters.la
+lib/totem/plugins/coherence_upnp/coherence_upnp.py
+lib/totem/plugins/coherence_upnp/coherence_upnp.pyc
+lib/totem/plugins/coherence_upnp/coherence_upnp.pyo
+lib/totem/plugins/coherence_upnp/coherence_upnp.totem-plugin
+lib/totem/plugins/dbus/dbus-service.py
+lib/totem/plugins/dbus/dbus-service.pyc
+lib/totem/plugins/dbus/dbus-service.pyo
+lib/totem/plugins/dbus/dbus-service.totem-plugin
+lib/totem/plugins/gromit/gromit.totem-plugin
+lib/totem/plugins/gromit/libgromit.la
+lib/totem/plugins/iplayer/iplayer.py
+lib/totem/plugins/iplayer/iplayer.pyc
+lib/totem/plugins/iplayer/iplayer.pyo
+lib/totem/plugins/iplayer/iplayer.totem-plugin
+lib/totem/plugins/iplayer/iplayer.ui
+lib/totem/plugins/iplayer/iplayer2.py
+lib/totem/plugins/iplayer/iplayer2.pyc
+lib/totem/plugins/iplayer/iplayer2.pyo
+lib/totem/plugins/iplayer/listparser.py
+lib/totem/plugins/iplayer/listparser.pyc
+lib/totem/plugins/iplayer/listparser.pyo
+lib/totem/plugins/jamendo/jamendo.py
+lib/totem/plugins/jamendo/jamendo.pyc
+lib/totem/plugins/jamendo/jamendo.pyo
+lib/totem/plugins/jamendo/jamendo.totem-plugin
+lib/totem/plugins/jamendo/jamendo.ui
+lib/totem/plugins/media-player-keys/libmedia_player_keys.la
+lib/totem/plugins/media-player-keys/media-player-keys.totem-plugin
+lib/totem/plugins/ontop/libontop.la
+lib/totem/plugins/ontop/ontop.totem-plugin
+lib/totem/plugins/opensubtitles/hash.py
+lib/totem/plugins/opensubtitles/hash.pyc
+lib/totem/plugins/opensubtitles/hash.pyo
+lib/totem/plugins/opensubtitles/opensubtitles.py
+lib/totem/plugins/opensubtitles/opensubtitles.pyc
+lib/totem/plugins/opensubtitles/opensubtitles.pyo
+lib/totem/plugins/opensubtitles/opensubtitles.totem-plugin
+lib/totem/plugins/opensubtitles/opensubtitles.ui
+lib/totem/plugins/properties/libmovie-properties.la
+lib/totem/plugins/properties/movie-properties.totem-plugin
+lib/totem/plugins/pythonconsole/console.py
+lib/totem/plugins/pythonconsole/console.pyc
+lib/totem/plugins/pythonconsole/console.pyo
+lib/totem/plugins/pythonconsole/pythonconsole.py
+lib/totem/plugins/pythonconsole/pythonconsole.pyc
+lib/totem/plugins/pythonconsole/pythonconsole.pyo
+lib/totem/plugins/pythonconsole/pythonconsole.totem-plugin
+lib/totem/plugins/screensaver/libscreensaver.la
+lib/totem/plugins/screensaver/screensaver.totem-plugin
+lib/totem/plugins/screenshot/gallery.ui
+lib/totem/plugins/screenshot/gnome-screenshot.ui
+lib/totem/plugins/screenshot/libscreenshot.la
+lib/totem/plugins/screenshot/screenshot.totem-plugin
+lib/totem/plugins/skipto/libskipto.la
+lib/totem/plugins/skipto/skipto.totem-plugin
+lib/totem/plugins/skipto/skipto.ui
+lib/totem/plugins/thumbnail/libthumbnail.la
+lib/totem/plugins/thumbnail/thumbnail.totem-plugin
+lib/totem/plugins/totem/__init__.py
+lib/totem/plugins/totem/__init__.pyc
+lib/totem/plugins/totem/__init__.pyo
+lib/totem/plugins/youtube/libyoutube.la
+lib/totem/plugins/youtube/youtube.totem-plugin
+lib/totem/plugins/youtube/youtube.ui
+man/man1/totem-video-thumbnailer.1
+man/man1/totem.1
+share/applications/totem.desktop
+share/gconf/schemas/totem-handlers.schemas
+share/gconf/schemas/totem-video-thumbnail.schemas
+share/gconf/schemas/totem.schemas
+share/gnome/help/totem/C/figures/totem_next_button.png
+share/gnome/help/totem/C/figures/totem_pause_button.png
+share/gnome/help/totem/C/figures/totem_play_button.png
+share/gnome/help/totem/C/figures/totem_previous_button.png
+share/gnome/help/totem/C/figures/totem_show_playlist_button.png
+share/gnome/help/totem/C/figures/totem_start_window.png
+share/gnome/help/totem/C/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/C/figures/totem_volume_mute_button.png
+share/gnome/help/totem/C/legal.xml
+share/gnome/help/totem/C/totem.xml
+share/gnome/help/totem/bg/figures/totem_next_button.png
+share/gnome/help/totem/bg/figures/totem_pause_button.png
+share/gnome/help/totem/bg/figures/totem_play_button.png
+share/gnome/help/totem/bg/figures/totem_previous_button.png
+share/gnome/help/totem/bg/figures/totem_show_playlist_button.png
+share/gnome/help/totem/bg/figures/totem_start_window.png
+share/gnome/help/totem/bg/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/bg/figures/totem_volume_mute_button.png
+share/gnome/help/totem/bg/totem.xml
+share/gnome/help/totem/ca/figures/totem_next_button.png
+share/gnome/help/totem/ca/figures/totem_pause_button.png
+share/gnome/help/totem/ca/figures/totem_play_button.png
+share/gnome/help/totem/ca/figures/totem_previous_button.png
+share/gnome/help/totem/ca/figures/totem_show_playlist_button.png
+share/gnome/help/totem/ca/figures/totem_start_window.png
+share/gnome/help/totem/ca/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/ca/figures/totem_volume_mute_button.png
+share/gnome/help/totem/ca/totem.xml
+share/gnome/help/totem/cs/figures/totem_next_button.png
+share/gnome/help/totem/cs/figures/totem_pause_button.png
+share/gnome/help/totem/cs/figures/totem_play_button.png
+share/gnome/help/totem/cs/figures/totem_previous_button.png
+share/gnome/help/totem/cs/figures/totem_show_playlist_button.png
+share/gnome/help/totem/cs/figures/totem_start_window.png
+share/gnome/help/totem/cs/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/cs/figures/totem_volume_mute_button.png
+share/gnome/help/totem/cs/totem.xml
+share/gnome/help/totem/da/figures/totem_next_button.png
+share/gnome/help/totem/da/figures/totem_pause_button.png
+share/gnome/help/totem/da/figures/totem_play_button.png
+share/gnome/help/totem/da/figures/totem_previous_button.png
+share/gnome/help/totem/da/figures/totem_show_playlist_button.png
+share/gnome/help/totem/da/figures/totem_start_window.png
+share/gnome/help/totem/da/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/da/figures/totem_volume_mute_button.png
+share/gnome/help/totem/da/totem.xml
+share/gnome/help/totem/de/figures/totem_next_button.png
+share/gnome/help/totem/de/figures/totem_pause_button.png
+share/gnome/help/totem/de/figures/totem_play_button.png
+share/gnome/help/totem/de/figures/totem_previous_button.png
+share/gnome/help/totem/de/figures/totem_show_playlist_button.png
+share/gnome/help/totem/de/figures/totem_start_window.png
+share/gnome/help/totem/de/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/de/figures/totem_volume_mute_button.png
+share/gnome/help/totem/de/totem.xml
+share/gnome/help/totem/el/figures/totem_next_button.png
+share/gnome/help/totem/el/figures/totem_pause_button.png
+share/gnome/help/totem/el/figures/totem_play_button.png
+share/gnome/help/totem/el/figures/totem_previous_button.png
+share/gnome/help/totem/el/figures/totem_show_playlist_button.png
+share/gnome/help/totem/el/figures/totem_start_window.png
+share/gnome/help/totem/el/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/el/figures/totem_volume_mute_button.png
+share/gnome/help/totem/el/totem.xml
+share/gnome/help/totem/en_GB/figures/totem_next_button.png
+share/gnome/help/totem/en_GB/figures/totem_pause_button.png
+share/gnome/help/totem/en_GB/figures/totem_play_button.png
+share/gnome/help/totem/en_GB/figures/totem_previous_button.png
+share/gnome/help/totem/en_GB/figures/totem_show_playlist_button.png
+share/gnome/help/totem/en_GB/figures/totem_start_window.png
+share/gnome/help/totem/en_GB/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/en_GB/figures/totem_volume_mute_button.png
+share/gnome/help/totem/en_GB/totem.xml
+share/gnome/help/totem/es/figures/totem_next_button.png
+share/gnome/help/totem/es/figures/totem_pause_button.png
+share/gnome/help/totem/es/figures/totem_play_button.png
+share/gnome/help/totem/es/figures/totem_previous_button.png
+share/gnome/help/totem/es/figures/totem_show_playlist_button.png
+share/gnome/help/totem/es/figures/totem_start_window.png
+share/gnome/help/totem/es/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/es/figures/totem_volume_mute_button.png
+share/gnome/help/totem/es/totem.xml
+share/gnome/help/totem/eu/figures/totem_next_button.png
+share/gnome/help/totem/eu/figures/totem_pause_button.png
+share/gnome/help/totem/eu/figures/totem_play_button.png
+share/gnome/help/totem/eu/figures/totem_previous_button.png
+share/gnome/help/totem/eu/figures/totem_show_playlist_button.png
+share/gnome/help/totem/eu/figures/totem_start_window.png
+share/gnome/help/totem/eu/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/eu/figures/totem_volume_mute_button.png
+share/gnome/help/totem/eu/totem.xml
+share/gnome/help/totem/fi/figures/totem_next_button.png
+share/gnome/help/totem/fi/figures/totem_pause_button.png
+share/gnome/help/totem/fi/figures/totem_play_button.png
+share/gnome/help/totem/fi/figures/totem_previous_button.png
+share/gnome/help/totem/fi/figures/totem_show_playlist_button.png
+share/gnome/help/totem/fi/figures/totem_start_window.png
+share/gnome/help/totem/fi/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/fi/figures/totem_volume_mute_button.png
+share/gnome/help/totem/fi/totem.xml
+share/gnome/help/totem/fr/figures/totem_next_button.png
+share/gnome/help/totem/fr/figures/totem_pause_button.png
+share/gnome/help/totem/fr/figures/totem_play_button.png
+share/gnome/help/totem/fr/figures/totem_previous_button.png
+share/gnome/help/totem/fr/figures/totem_show_playlist_button.png
+share/gnome/help/totem/fr/figures/totem_start_window.png
+share/gnome/help/totem/fr/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/fr/figures/totem_volume_mute_button.png
+share/gnome/help/totem/fr/totem.xml
+share/gnome/help/totem/it/figures/totem_next_button.png
+share/gnome/help/totem/it/figures/totem_pause_button.png
+share/gnome/help/totem/it/figures/totem_play_button.png
+share/gnome/help/totem/it/figures/totem_previous_button.png
+share/gnome/help/totem/it/figures/totem_show_playlist_button.png
+share/gnome/help/totem/it/figures/totem_start_window.png
+share/gnome/help/totem/it/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/it/figures/totem_volume_mute_button.png
+share/gnome/help/totem/it/totem.xml
+share/gnome/help/totem/ja/figures/totem_next_button.png
+share/gnome/help/totem/ja/figures/totem_pause_button.png
+share/gnome/help/totem/ja/figures/totem_play_button.png
+share/gnome/help/totem/ja/figures/totem_previous_button.png
+share/gnome/help/totem/ja/figures/totem_show_playlist_button.png
+share/gnome/help/totem/ja/figures/totem_start_window.png
+share/gnome/help/totem/ja/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/ja/figures/totem_volume_mute_button.png
+share/gnome/help/totem/ja/totem.xml
+share/gnome/help/totem/oc/figures/totem_next_button.png
+share/gnome/help/totem/oc/figures/totem_pause_button.png
+share/gnome/help/totem/oc/figures/totem_play_button.png
+share/gnome/help/totem/oc/figures/totem_previous_button.png
+share/gnome/help/totem/oc/figures/totem_show_playlist_button.png
+share/gnome/help/totem/oc/figures/totem_start_window.png
+share/gnome/help/totem/oc/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/oc/figures/totem_volume_mute_button.png
+share/gnome/help/totem/oc/totem.xml
+share/gnome/help/totem/pa/figures/totem_next_button.png
+share/gnome/help/totem/pa/figures/totem_pause_button.png
+share/gnome/help/totem/pa/figures/totem_play_button.png
+share/gnome/help/totem/pa/figures/totem_previous_button.png
+share/gnome/help/totem/pa/figures/totem_show_playlist_button.png
+share/gnome/help/totem/pa/figures/totem_start_window.png
+share/gnome/help/totem/pa/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/pa/figures/totem_volume_mute_button.png
+share/gnome/help/totem/pa/totem.xml
+share/gnome/help/totem/pl/figures/totem_next_button.png
+share/gnome/help/totem/pl/figures/totem_pause_button.png
+share/gnome/help/totem/pl/figures/totem_play_button.png
+share/gnome/help/totem/pl/figures/totem_previous_button.png
+share/gnome/help/totem/pl/figures/totem_show_playlist_button.png
+share/gnome/help/totem/pl/figures/totem_start_window.png
+share/gnome/help/totem/pl/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/pl/figures/totem_volume_mute_button.png
+share/gnome/help/totem/pl/totem.xml
+share/gnome/help/totem/pt_BR/figures/totem_next_button.png
+share/gnome/help/totem/pt_BR/figures/totem_pause_button.png
+share/gnome/help/totem/pt_BR/figures/totem_play_button.png
+share/gnome/help/totem/pt_BR/figures/totem_previous_button.png
+share/gnome/help/totem/pt_BR/figures/totem_show_playlist_button.png
+share/gnome/help/totem/pt_BR/figures/totem_start_window.png
+share/gnome/help/totem/pt_BR/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/pt_BR/figures/totem_volume_mute_button.png
+share/gnome/help/totem/pt_BR/totem.xml
+share/gnome/help/totem/ru/figures/totem_next_button.png
+share/gnome/help/totem/ru/figures/totem_pause_button.png
+share/gnome/help/totem/ru/figures/totem_play_button.png
+share/gnome/help/totem/ru/figures/totem_previous_button.png
+share/gnome/help/totem/ru/figures/totem_show_playlist_button.png
+share/gnome/help/totem/ru/figures/totem_start_window.png
+share/gnome/help/totem/ru/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/ru/figures/totem_volume_mute_button.png
+share/gnome/help/totem/ru/totem.xml
+share/gnome/help/totem/sv/figures/totem_next_button.png
+share/gnome/help/totem/sv/figures/totem_pause_button.png
+share/gnome/help/totem/sv/figures/totem_play_button.png
+share/gnome/help/totem/sv/figures/totem_previous_button.png
+share/gnome/help/totem/sv/figures/totem_show_playlist_button.png
+share/gnome/help/totem/sv/figures/totem_start_window.png
+share/gnome/help/totem/sv/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/sv/figures/totem_volume_mute_button.png
+share/gnome/help/totem/sv/totem.xml
+share/gnome/help/totem/uk/figures/totem_next_button.png
+share/gnome/help/totem/uk/figures/totem_pause_button.png
+share/gnome/help/totem/uk/figures/totem_play_button.png
+share/gnome/help/totem/uk/figures/totem_previous_button.png
+share/gnome/help/totem/uk/figures/totem_show_playlist_button.png
+share/gnome/help/totem/uk/figures/totem_start_window.png
+share/gnome/help/totem/uk/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/uk/figures/totem_volume_mute_button.png
+share/gnome/help/totem/uk/totem.xml
+share/gnome/help/totem/zh_CN/figures/totem_next_button.png
+share/gnome/help/totem/zh_CN/figures/totem_pause_button.png
+share/gnome/help/totem/zh_CN/figures/totem_play_button.png
+share/gnome/help/totem/zh_CN/figures/totem_previous_button.png
+share/gnome/help/totem/zh_CN/figures/totem_show_playlist_button.png
+share/gnome/help/totem/zh_CN/figures/totem_start_window.png
+share/gnome/help/totem/zh_CN/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/zh_CN/figures/totem_volume_mute_button.png
+share/gnome/help/totem/zh_CN/totem.xml
+share/gnome/help/totem/zh_HK/figures/totem_next_button.png
+share/gnome/help/totem/zh_HK/figures/totem_pause_button.png
+share/gnome/help/totem/zh_HK/figures/totem_play_button.png
+share/gnome/help/totem/zh_HK/figures/totem_previous_button.png
+share/gnome/help/totem/zh_HK/figures/totem_show_playlist_button.png
+share/gnome/help/totem/zh_HK/figures/totem_start_window.png
+share/gnome/help/totem/zh_HK/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/zh_HK/figures/totem_volume_mute_button.png
+share/gnome/help/totem/zh_HK/totem.xml
+share/gnome/help/totem/zh_TW/figures/totem_next_button.png
+share/gnome/help/totem/zh_TW/figures/totem_pause_button.png
+share/gnome/help/totem/zh_TW/figures/totem_play_button.png
+share/gnome/help/totem/zh_TW/figures/totem_previous_button.png
+share/gnome/help/totem/zh_TW/figures/totem_show_playlist_button.png
+share/gnome/help/totem/zh_TW/figures/totem_start_window.png
+share/gnome/help/totem/zh_TW/figures/totem_volume_maximum_button.png
+share/gnome/help/totem/zh_TW/figures/totem_volume_mute_button.png
+share/gnome/help/totem/zh_TW/totem.xml
+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/TotemPlugin.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/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-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/32x32/apps/totem.png
+share/icons/hicolor/32x32/devices/totem-tv.png
+share/icons/hicolor/48x48/apps/totem.png
+share/icons/hicolor/48x48/devices/totem-tv.png
+share/icons/hicolor/scalable/apps/totem.svg
+share/icons/hicolor/scalable/devices/totem-tv.svg
+share/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/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/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/totem/totem-C.omf
+share/omf/totem/totem-bg.omf
+share/omf/totem/totem-ca.omf
+share/omf/totem/totem-cs.omf
+share/omf/totem/totem-da.omf
+share/omf/totem/totem-de.omf
+share/omf/totem/totem-el.omf
+share/omf/totem/totem-en_GB.omf
+share/omf/totem/totem-es.omf
+share/omf/totem/totem-eu.omf
+share/omf/totem/totem-fi.omf
+share/omf/totem/totem-fr.omf
+share/omf/totem/totem-it.omf
+share/omf/totem/totem-ja.omf
+share/omf/totem/totem-oc.omf
+share/omf/totem/totem-pa.omf
+share/omf/totem/totem-pl.omf
+share/omf/totem/totem-pt_BR.omf
+share/omf/totem/totem-ru.omf
+share/omf/totem/totem-sv.omf
+share/omf/totem/totem-uk.omf
+share/omf/totem/totem-zh_CN.omf
+share/omf/totem/totem-zh_HK.omf
+share/omf/totem/totem-zh_TW.omf
+share/totem/filmholes-big-left.png
+share/totem/filmholes-big-right.png
+share/totem/filmholes.png
+share/totem/fullscreen.ui
+share/totem/mozilla-viewer.ui
+share/totem/playlist.ui
+share/totem/plugins.ui
+share/totem/properties.ui
+share/totem/totem.ui
+share/totem/uri.ui
+share/totem/video-list.ui
diff --git a/totem/buildlink3.mk b/totem/buildlink3.mk
new file mode 100644
index 0000000..e20167b
--- /dev/null
+++ b/totem/buildlink3.mk
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.35 2015/04/25 14:23:41 tnn Exp $
+
+BUILDLINK_TREE+=	totem
+
+.if !defined(TOTEM_BUILDLINK3_MK)
+TOTEM_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.totem+=	{totem,totem-xine}>=1.4.0
+BUILDLINK_ABI_DEPENDS.totem+=	totem>=2.32.0nb31
+BUILDLINK_PKGSRCDIR.totem?=	../../multimedia/totem
+
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.endif # TOTEM_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-totem
diff --git a/totem/distinfo b/totem/distinfo
new file mode 100644
index 0000000..6689248
--- /dev/null
+++ b/totem/distinfo
@@ -0,0 +1,9 @@
+$NetBSD: distinfo,v 1.44 2015/11/03 23:54:32 agc Exp $
+
+SHA1 (totem-2.32.0.tar.gz) = 5c220271a92bd123aedbfa4343181b6df9a38244
+RMD160 (totem-2.32.0.tar.gz) = ae2dfaa956114201c2816e757eb7e98afb3886b0
+SHA512 (totem-2.32.0.tar.gz) = 7010b9b4bbfc3843a47051a780f556801ac78712e004254ac366aa23ca156b4149b64f84a3a03e83c2f441cb4247107b269f49c9b488abda710aeea6cc6bb48d
+Size (totem-2.32.0.tar.gz) = 4914567 bytes
+SHA1 (patch-ad) = ec8cd092d202255981049ace4ac643c41a0044be
+SHA1 (patch-af) = 8e4ffb97aedbf56a052d5ffacea73f8b2f071183
+SHA1 (patch-ai) = 6f95138b8260dc925493845e34a7b7e9f6f93a53
diff --git a/totem/patches/patch-ad b/totem/patches/patch-ad
new file mode 100644
index 0000000..ba2aa6e
--- /dev/null
+++ b/totem/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.4 2009/05/19 22:21:19 wiz Exp $
+
+Avoid installing short Python script to not incur a Python dependency.
+
+--- data/Makefile.in.orig	2008-04-03 21:28:58.000000000 +0200
++++ data/Makefile.in
+@@ -768,7 +768,7 @@ info: info-recursive
+ 
+ info-am:
+ 
+-install-data-am: install-bugreportSCRIPTS install-data-local \
++install-data-am: install-data-local \
+ 	install-desktopDATA install-man install-schemaDATA \
+ 	install-stuffDATA
+ 	@$(NORMAL_INSTALL)
diff --git a/totem/patches/patch-af b/totem/patches/patch-af
new file mode 100644
index 0000000..dbe57d8
--- /dev/null
+++ b/totem/patches/patch-af
@@ -0,0 +1,17 @@
+$NetBSD: patch-af,v 1.2 2009/05/19 23:52:45 wiz Exp $
+
+http://bugzilla.gnome.org/show_bug.cgi?id=583270
+
+--- browser-plugin/totemPluginGlue.cpp.orig	2008-12-17 18:20:22.000000000 -0500
++++ browser-plugin/totemPluginGlue.cpp	2008-12-17 18:20:38.000000000 -0500
+@@ -430,6 +430,10 @@ NP_Initialize (NPNetscapeFuncs *aMozilla
+ 	if (err != NPERR_NO_ERROR || toolkit != NPNVGtk2)
+ 		return NPERR_INCOMPATIBLE_VERSION_ERROR;
+ #endif
++
++#ifndef RTLD_NODELETE
++#define RTLD_NODELETE 0
++#endif
+ 	/* we want to open libdbus-glib-1.so.2 in such a way
+ 	 * in such a way that it becomes permanentely resident */
+ 	void *handle;
diff --git a/totem/patches/patch-ai b/totem/patches/patch-ai
new file mode 100644
index 0000000..84fa96f
--- /dev/null
+++ b/totem/patches/patch-ai
@@ -0,0 +1,14 @@
+$NetBSD: patch-ai,v 1.1 2009/10/21 18:56:15 drochner Exp $
+
+--- help/totem-docs.h.orig	2009-09-29 13:40:56.000000000 +0200
++++ help/totem-docs.h
+@@ -1,7 +1,9 @@
+ const gchar* documentation_credits[] = {
++#if 0
+ 	"Baptiste Mille-Mathias <baptiste.millemathias%gmail.org@localhost>",
+ 	"Chee Bin HOH <cbhoh%gnome.org@localhost>",
+ 	"Philip Withnall <philip%tecnocode.co.uk@localhost>",
++#endif
+ 	NULL
+ };
+ 


Home | Main Index | Thread Index | Old Index