summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2007-12-12 05:20:06 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2007-12-12 05:20:06 +0000
commit9facf5ec85cfeeda0bdb1297bacbb8154373f991 (patch)
tree886e865bf1b371e80864668a5764e105f35b2690 /media-video/totem
parentVersion bump. (diff)
downloadgentoo-2-9facf5ec85cfeeda0bdb1297bacbb8154373f991.tar.gz
gentoo-2-9facf5ec85cfeeda0bdb1297bacbb8154373f991.tar.bz2
gentoo-2-9facf5ec85cfeeda0bdb1297bacbb8154373f991.zip
prune unused versions
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'media-video/totem')
-rw-r--r--media-video/totem/ChangeLog9
-rw-r--r--media-video/totem/files/01_build_mozilla_plugin_with_firefox_xpcom.patch38
-rw-r--r--media-video/totem/files/01_build_mozilla_plugin_with_seamonkey_xpcom.patch38
-rw-r--r--media-video/totem/files/digest-totem-2.16.53
-rw-r--r--media-video/totem/files/digest-totem-2.18.23
-rw-r--r--media-video/totem/files/digest-totem-2.20.03
-rw-r--r--media-video/totem/files/totem-1.5.91-mozilla-firefox-include-fix.patch13
-rw-r--r--media-video/totem/totem-2.16.5.ebuild159
-rw-r--r--media-video/totem/totem-2.18.2.ebuild167
-rw-r--r--media-video/totem/totem-2.20.0.ebuild179
10 files changed, 8 insertions, 604 deletions
diff --git a/media-video/totem/ChangeLog b/media-video/totem/ChangeLog
index 354fe83ed8dd..87730396f18e 100644
--- a/media-video/totem/ChangeLog
+++ b/media-video/totem/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-video/totem
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.195 2007/11/29 05:38:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.196 2007/12/12 05:20:05 compnerd Exp $
+
+ 12 Dec 2007; Saleem Abdulrasool <compnerd@gentoo.org>
+ -files/01_build_mozilla_plugin_with_seamonkey_xpcom.patch,
+ -files/totem-1.5.91-mozilla-firefox-include-fix.patch,
+ -files/01_build_mozilla_plugin_with_firefox_xpcom.patch,
+ -totem-2.16.5.ebuild, -totem-2.18.2.ebuild, -totem-2.20.0.ebuild:
+ prune unused versions
29 Nov 2007; Jeroen Roovers <jer@gentoo.org> totem-2.20.1.ebuild:
Stable for HPPA (bug #199740).
diff --git a/media-video/totem/files/01_build_mozilla_plugin_with_firefox_xpcom.patch b/media-video/totem/files/01_build_mozilla_plugin_with_firefox_xpcom.patch
deleted file mode 100644
index 5094ac3bd717..000000000000
--- a/media-video/totem/files/01_build_mozilla_plugin_with_firefox_xpcom.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- totem-1.5.91/browser-plugin/Makefile.in 2006-08-13 00:33:17.000000000 +0200
-+++ totem-1.5.91/browser-plugin/Makefile.in 2006-08-14 23:09:53.000000000 +0200
-@@ -434,7 +434,7 @@
- @ENABLE_BASIC_PLUGIN_TRUE@libtotem_basic_plugin_la_LIBADD = \
- @ENABLE_BASIC_PLUGIN_TRUE@ $(top_builddir)/src/plparse/libtotem-plparser-mini.la \
- @ENABLE_BASIC_PLUGIN_TRUE@ $(DBUS_LIBS) \
--@ENABLE_BASIC_PLUGIN_TRUE@ $(MOZILLA_LIBS)
-+@ENABLE_BASIC_PLUGIN_TRUE@ $(MOZILLA_LIBS) `pkg-config --libs firefox-xpcom`
-
- @ENABLE_BASIC_PLUGIN_TRUE@libtotem_basic_plugin_la_LDFLAGS = \
- @ENABLE_BASIC_PLUGIN_TRUE@ -avoid-version \
-@@ -483,7 +483,7 @@
- @ENABLE_GMP_PLUGIN_TRUE@libtotem_gmp_plugin_la_LIBADD = \
- @ENABLE_GMP_PLUGIN_TRUE@ $(top_builddir)/src/plparse/libtotem-plparser-mini.la \
- @ENABLE_GMP_PLUGIN_TRUE@ $(DBUS_LIBS) \
--@ENABLE_GMP_PLUGIN_TRUE@ $(MOZILLA_LIBS)
-+@ENABLE_GMP_PLUGIN_TRUE@ $(MOZILLA_LIBS) `pkg-config --libs firefox-xpcom`
-
- @ENABLE_GMP_PLUGIN_TRUE@libtotem_gmp_plugin_la_LDFLAGS = \
- @ENABLE_GMP_PLUGIN_TRUE@ -avoid-version \
-@@ -532,7 +532,7 @@
- @ENABLE_COMPLEX_PLUGIN_TRUE@libtotem_complex_plugin_la_LIBADD = \
- @ENABLE_COMPLEX_PLUGIN_TRUE@ $(top_builddir)/src/plparse/libtotem-plparser-mini.la \
- @ENABLE_COMPLEX_PLUGIN_TRUE@ $(DBUS_LIBS) \
--@ENABLE_COMPLEX_PLUGIN_TRUE@ $(MOZILLA_LIBS)
-+@ENABLE_COMPLEX_PLUGIN_TRUE@ $(MOZILLA_LIBS) `pkg-config --libs firefox-xpcom`
-
- @ENABLE_COMPLEX_PLUGIN_TRUE@libtotem_complex_plugin_la_LDFLAGS = \
- @ENABLE_COMPLEX_PLUGIN_TRUE@ -avoid-version \
-@@ -581,7 +581,7 @@
- @ENABLE_NARROWSPACE_PLUGIN_TRUE@libtotem_narrowspace_plugin_la_LIBADD = \
- @ENABLE_NARROWSPACE_PLUGIN_TRUE@ $(top_builddir)/src/plparse/libtotem-plparser-mini.la \
- @ENABLE_NARROWSPACE_PLUGIN_TRUE@ $(DBUS_LIBS) \
--@ENABLE_NARROWSPACE_PLUGIN_TRUE@ $(MOZILLA_LIBS)
-+@ENABLE_NARROWSPACE_PLUGIN_TRUE@ $(MOZILLA_LIBS) `pkg-config --libs firefox-xpcom`
-
- @ENABLE_NARROWSPACE_PLUGIN_TRUE@libtotem_narrowspace_plugin_la_LDFLAGS = \
- @ENABLE_NARROWSPACE_PLUGIN_TRUE@ -avoid-version \
diff --git a/media-video/totem/files/01_build_mozilla_plugin_with_seamonkey_xpcom.patch b/media-video/totem/files/01_build_mozilla_plugin_with_seamonkey_xpcom.patch
deleted file mode 100644
index 1ba9d24f4689..000000000000
--- a/media-video/totem/files/01_build_mozilla_plugin_with_seamonkey_xpcom.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- totem-1.5.91/browser-plugin/Makefile.in 2006-08-13 00:33:17.000000000 +0200
-+++ totem-1.5.91/browser-plugin/Makefile.in 2006-08-14 23:09:53.000000000 +0200
-@@ -434,7 +434,7 @@
- @ENABLE_BASIC_PLUGIN_TRUE@libtotem_basic_plugin_la_LIBADD = \
- @ENABLE_BASIC_PLUGIN_TRUE@ $(top_builddir)/src/plparse/libtotem-plparser-mini.la \
- @ENABLE_BASIC_PLUGIN_TRUE@ $(DBUS_LIBS) \
--@ENABLE_BASIC_PLUGIN_TRUE@ $(MOZILLA_LIBS)
-+@ENABLE_BASIC_PLUGIN_TRUE@ $(MOZILLA_LIBS) `pkg-config --libs seamonkey-xpcom`
-
- @ENABLE_BASIC_PLUGIN_TRUE@libtotem_basic_plugin_la_LDFLAGS = \
- @ENABLE_BASIC_PLUGIN_TRUE@ -avoid-version \
-@@ -483,7 +483,7 @@
- @ENABLE_GMP_PLUGIN_TRUE@libtotem_gmp_plugin_la_LIBADD = \
- @ENABLE_GMP_PLUGIN_TRUE@ $(top_builddir)/src/plparse/libtotem-plparser-mini.la \
- @ENABLE_GMP_PLUGIN_TRUE@ $(DBUS_LIBS) \
--@ENABLE_GMP_PLUGIN_TRUE@ $(MOZILLA_LIBS)
-+@ENABLE_GMP_PLUGIN_TRUE@ $(MOZILLA_LIBS) `pkg-config --libs seamonkey-xpcom`
-
- @ENABLE_GMP_PLUGIN_TRUE@libtotem_gmp_plugin_la_LDFLAGS = \
- @ENABLE_GMP_PLUGIN_TRUE@ -avoid-version \
-@@ -532,7 +532,7 @@
- @ENABLE_COMPLEX_PLUGIN_TRUE@libtotem_complex_plugin_la_LIBADD = \
- @ENABLE_COMPLEX_PLUGIN_TRUE@ $(top_builddir)/src/plparse/libtotem-plparser-mini.la \
- @ENABLE_COMPLEX_PLUGIN_TRUE@ $(DBUS_LIBS) \
--@ENABLE_COMPLEX_PLUGIN_TRUE@ $(MOZILLA_LIBS)
-+@ENABLE_COMPLEX_PLUGIN_TRUE@ $(MOZILLA_LIBS) `pkg-config --libs seamonkey-xpcom`
-
- @ENABLE_COMPLEX_PLUGIN_TRUE@libtotem_complex_plugin_la_LDFLAGS = \
- @ENABLE_COMPLEX_PLUGIN_TRUE@ -avoid-version \
-@@ -581,7 +581,7 @@
- @ENABLE_NARROWSPACE_PLUGIN_TRUE@libtotem_narrowspace_plugin_la_LIBADD = \
- @ENABLE_NARROWSPACE_PLUGIN_TRUE@ $(top_builddir)/src/plparse/libtotem-plparser-mini.la \
- @ENABLE_NARROWSPACE_PLUGIN_TRUE@ $(DBUS_LIBS) \
--@ENABLE_NARROWSPACE_PLUGIN_TRUE@ $(MOZILLA_LIBS)
-+@ENABLE_NARROWSPACE_PLUGIN_TRUE@ $(MOZILLA_LIBS) `pkg-config --libs seamonkey-xpcom`
-
- @ENABLE_NARROWSPACE_PLUGIN_TRUE@libtotem_narrowspace_plugin_la_LDFLAGS = \
- @ENABLE_NARROWSPACE_PLUGIN_TRUE@ -avoid-version \
diff --git a/media-video/totem/files/digest-totem-2.16.5 b/media-video/totem/files/digest-totem-2.16.5
deleted file mode 100644
index c3d54563fbb7..000000000000
--- a/media-video/totem/files/digest-totem-2.16.5
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 fa8eb90b52d70d876e1d42ec43cf8448 totem-2.16.5.tar.bz2 1820880
-RMD160 1a93768600860dc1dec7782039cfd27c45577bef totem-2.16.5.tar.bz2 1820880
-SHA256 7dab6a72cbf9d242a8eb13e4fce70aa3e730f7f74dad84181034022edfbb37df totem-2.16.5.tar.bz2 1820880
diff --git a/media-video/totem/files/digest-totem-2.18.2 b/media-video/totem/files/digest-totem-2.18.2
deleted file mode 100644
index 59ab9c67eec2..000000000000
--- a/media-video/totem/files/digest-totem-2.18.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 a77ca6f0c56b2fc6ececd8158bb0cdca totem-2.18.2.tar.bz2 2076779
-RMD160 b77f862d511e9332d7c0416f41846e1ae12dd69f totem-2.18.2.tar.bz2 2076779
-SHA256 ee310ae84cd8607548f25e802415262e247cb242bbe33c050fde34ce9a4cc2de totem-2.18.2.tar.bz2 2076779
diff --git a/media-video/totem/files/digest-totem-2.20.0 b/media-video/totem/files/digest-totem-2.20.0
deleted file mode 100644
index ce83b9210b01..000000000000
--- a/media-video/totem/files/digest-totem-2.20.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 e7f289179b8ac304738d599d4a5c14a9 totem-2.20.0.tar.bz2 2192747
-RMD160 3ce496724dc388e18f594ea87500b25f60e74582 totem-2.20.0.tar.bz2 2192747
-SHA256 449fd64a425cfad5923fe679b57e8969142560148ae679c4f846f6011ee02f35 totem-2.20.0.tar.bz2 2192747
diff --git a/media-video/totem/files/totem-1.5.91-mozilla-firefox-include-fix.patch b/media-video/totem/files/totem-1.5.91-mozilla-firefox-include-fix.patch
deleted file mode 100644
index 41d953935864..000000000000
--- a/media-video/totem/files/totem-1.5.91-mozilla-firefox-include-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- browser-plugin/totemPlugin.cpp.orig 2006-08-15 23:29:30.000000000 -0500
-+++ browser-plugin/totemPlugin.cpp 2006-08-15 23:29:43.000000000 -0500
-@@ -42,8 +42,8 @@
- #include "npapi.h"
- #include "npupp.h"
-
--#include <nsIDOMWindow.h>
--#include <nsIURI.h>
-+#include <dom/nsIDOMWindow.h>
-+#include <necko/nsIURI.h>
- #include <nsEmbedString.h>
- #include <nsIInterfaceRequestor.h>
- #include <nsIInterfaceRequestorUtils.h>
diff --git a/media-video/totem/totem-2.16.5.ebuild b/media-video/totem/totem-2.16.5.ebuild
deleted file mode 100644
index 67289827173a..000000000000
--- a/media-video/totem/totem-2.16.5.ebuild
+++ /dev/null
@@ -1,159 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.16.5.ebuild,v 1.12 2007/10/23 21:19:09 eva Exp $
-
-inherit autotools eutils multilib gnome2
-
-DESCRIPTION="Media player for GNOME"
-HOMEPAGE="http://gnome.org/projects/totem/"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
-
-# pitdfdll has not come out with a 0.10 release, should be soon though -AJL
-# IUSE="win32codecs"
-
-IUSE="a52 dbus dvd ffmpeg firefox flac gnome hal lirc mad mpeg nsplugin nvtv ogg theora vorbis xine xv"
-
-RDEPEND=">=dev-libs/glib-2.8.0
- >=x11-libs/gtk+-2.6
- >=gnome-base/gnome-vfs-2.10
- >=gnome-base/libgnomeui-2.4
- >=x11-themes/gnome-icon-theme-2.10
- >=gnome-base/libglade-2
- >=gnome-base/gnome-desktop-2.2
- app-text/iso-codes
- >=gnome-base/gconf-2
- x11-libs/libXtst
- x11-libs/libX11
- x11-libs/libXxf86vm
- x11-libs/libXext
- x11-libs/libXrandr
- x11-libs/libXrender
- x11-proto/xf86vidmodeproto
- dbus? ( >=dev-libs/dbus-glib-0.71 )
- hal? ( =sys-apps/hal-0.5* )
- gnome? ( >=gnome-base/nautilus-2.10 )
- lirc? ( app-misc/lirc )
- sparc? ( >=www-client/mozilla-firefox-1.5 )
- nsplugin? (
- firefox? ( >=www-client/mozilla-firefox-1.5 )
- !ppc64? ( !sparc? ( !firefox? ( >=www-client/seamonkey-1.0 ) ) )
- >=sys-apps/dbus-0.35
- >=x11-misc/shared-mime-info-0.17
- )
- xine? ( >=media-libs/xine-lib-1.1.2 )
- !xine? (
- >=media-libs/gstreamer-0.10.1
- >=media-libs/gst-plugins-base-0.10.7
- >=media-libs/gst-plugins-good-0.10
- >=media-plugins/gst-plugins-pango-0.10
- >=media-plugins/gst-plugins-gconf-0.10
- !sparc? ( ffmpeg? ( >=media-plugins/gst-plugins-ffmpeg-0.10 ) )
- >=media-plugins/gst-plugins-gnomevfs-0.10
- a52? ( >=media-plugins/gst-plugins-a52dec-0.10 )
- !sparc? (
- dvd?
- (
- >=media-plugins/gst-plugins-a52dec-0.10
- >=media-plugins/gst-plugins-mpeg2dec-0.10
- >=media-libs/gst-plugins-ugly-0.10
- >=media-plugins/gst-plugins-dvdread-0.10
- )
- )
- flac? ( >=media-plugins/gst-plugins-flac-0.10 )
- mad? ( >=media-plugins/gst-plugins-mad-0.10 )
- !sparc? ( mpeg? ( >=media-plugins/gst-plugins-mpeg2dec-0.10 ) )
- ogg? ( >=media-plugins/gst-plugins-ogg-0.10 )
- theora? (
- >=media-plugins/gst-plugins-ogg-0.10
- >=media-plugins/gst-plugins-theora-0.10
- )
- vorbis? (
- >=media-plugins/gst-plugins-ogg-0.10
- >=media-plugins/gst-plugins-vorbis-0.10
- )
- xv? ( >=media-plugins/gst-plugins-xvideo-0.10 )
- )
- nvtv? ( >=media-tv/nvtv-0.4.5 )"
-
-# this belongs above xv? above.
-# win32codecs? ( >=media-plugins/gst-plugins-pitfdll-0.10 )
-
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.20"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-vanity \
- --disable-gtk \
- $(use_with dbus) \
- $(use_with hal) \
- $(use_enable gnome nautilus) \
- $(use_enable lirc) \
- $(use_enable nvtv)"
-
- if use nsplugin ; then
- G2CONF="${G2CONF} --enable-browser-plugins"
-
- if use firefox || use sparc; then
- G2CONF="${G2CONF} --with-mozilla=firefox"
- else
- G2CONF="${G2CONF} --with-mozilla=seamonkey"
- fi
- else
- G2CONF="${G2CONF} --disable-browser-plugins"
- fi
-
- # gstreamer is default backend
- use xine || G2CONF="${G2CONF} --enable-gstreamer=yes"
-
- # Use global nsplugins dir
- G2CONF="${G2CONF} MOZILLA_PLUGINDIR=/usr/$(get_libdir)/nsbrowser"
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- # Fix hardcoded plugindir
- sed -i -e \
- 's|mozilla|nsbrowser|' \
- "${S}"/browser-plugin/Makefile.in \
- "${S}"/browser-plugin/idl/Makefile.in
-
- # fixes for ff compiles.
- if use nsplugin && ( use firefox || use sparc ); then
- epatch "${FILESDIR}"/${PN}-1.5.91-mozilla-firefox-include-fix.patch
-
- # Patch borrowed from ubuntu (link xpcom)
- epatch "${FILESDIR}"/01_build_mozilla_plugin_with_firefox_xpcom.patch
- elif use nsplugin ; then
- # Patch borrowed from ubuntu (link xpcom)
- epatch "${FILESDIR}"/01_build_mozilla_plugin_with_seamonkey_xpcom.patch
- fi
-}
-
-src_compile() {
- #fixme: why does it need write access here, probably need to set up a fake
- #home in /var/tmp like other pkgs do
- addpredict "/root/.gconfd"
- addpredict "/root/.gconf"
- addpredict "/root/.gnome2"
- addpredict "/root/.gstreamer-0.10"
-
- gnome2_src_compile
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
-
- if ! use xine ; then
- elog "Note that the default totem backend has switched to gstreamer."
- elog "DVD menus will only work with the xine backend."
- fi
-}
diff --git a/media-video/totem/totem-2.18.2.ebuild b/media-video/totem/totem-2.18.2.ebuild
deleted file mode 100644
index ffef9ec40cb4..000000000000
--- a/media-video/totem/totem-2.18.2.ebuild
+++ /dev/null
@@ -1,167 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.18.2.ebuild,v 1.17 2007/10/23 21:19:09 eva Exp $
-
-inherit autotools eutils gnome2 multilib
-
-DESCRIPTION="Media player for GNOME"
-HOMEPAGE="http://gnome.org/projects/totem/"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sh sparc x86 ~x86-fbsd"
-
-# No 0.10.0 release for gst-plugins-pitdfdll yet
-# IUSE="win32codecs"
-
-IUSE="a52 debug dvd ffmpeg flac gnome hal lirc mad mpeg nsplugin nvtv ogg seamonkey theora vorbis xulrunner xv"
-
-RDEPEND=">=dev-libs/glib-2.12
- >=x11-libs/gtk+-2.10
- >=gnome-base/gconf-2.0
- >=gnome-base/libglade-2.0
- >=gnome-base/gnome-vfs-2.10
- >=x11-themes/gnome-icon-theme-2.15.90
- >=x11-libs/startup-notification-0.8
- app-text/iso-codes
- dev-libs/libxml2
- >=dev-libs/dbus-glib-0.71
- >=media-libs/gstreamer-0.10.6
- >=media-libs/gst-plugins-good-0.10
- >=media-libs/gst-plugins-base-0.10.7
- >=media-plugins/gst-plugins-pango-0.10
- >=media-plugins/gst-plugins-gconf-0.10
- >=media-plugins/gst-plugins-gnomevfs-0.10
-
- x11-libs/libX11
- x11-libs/libXtst
- >=x11-libs/libXrandr-1.1.1
- >=x11-libs/libXxf86vm-1.0.1
-
- gnome? (
- >=gnome-base/libgnome-2.14
- >=gnome-base/libgnomeui-2.4
- >=gnome-base/gnome-desktop-2.2
- >=gnome-base/nautilus-2.10
- )
- hal? ( =sys-apps/hal-0.5* )
- lirc? ( app-misc/lirc )
- nsplugin? (
- xulrunner? ( net-libs/xulrunner )
- !xulrunner? (
- seamonkey? ( www-client/seamonkey )
- !seamonkey? ( www-client/mozilla-firefox )
- )
- >=x11-misc/shared-mime-info-0.17
- >=x11-libs/startup-notification-0.8
- )
- nvtv? ( >=media-tv/nvtv-0.4.5 )
-
- a52? ( >=media-plugins/gst-plugins-a52dec-0.10 )
- dvd? (
- >=media-libs/gst-plugins-ugly-0.10
- >=media-plugins/gst-plugins-a52dec-0.10
- >=media-plugins/gst-plugins-dvdread-0.10
- >=media-plugins/gst-plugins-mpeg2dec-0.10
- )
- !sparc? ( ffmpeg? ( >=media-plugins/gst-plugins-ffmpeg-0.10 ) )
- flac? ( >=media-plugins/gst-plugins-flac-0.10 )
- mad? ( >=media-plugins/gst-plugins-mad-0.10 )
- mpeg? ( >=media-plugins/gst-plugins-mpeg2dec-0.10 )
- ogg? ( >=media-plugins/gst-plugins-ogg-0.10 )
- theora? (
- >=media-plugins/gst-plugins-ogg-0.10
- >=media-plugins/gst-plugins-theora-0.10
- )
- vorbis? (
- >=media-plugins/gst-plugins-ogg-0.10
- >=media-plugins/gst-plugins-vorbis-0.10
- )
- xv? ( >=media-plugins/gst-plugins-xvideo-0.10 )"
-
-# this belongs above xv? above.
-# win32codecs? ( >=media-plugins/gst-plugins-pitfdll-0.10 )
-
-DEPEND="${RDEPEND}
- x11-proto/xproto
- x11-proto/inputproto
- app-text/scrollkeeper
- gnome-base/gnome-common
- app-text/gnome-doc-utils
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.20"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-pkg_setup() {
- if ! built_with_use 'media-libs/gst-plugins-base' 'X' ; then
- einfo "Build gst-plugins-base with the X useflag"
- einfo "echo \"media-libs/gst-plugins-base X\" >> /etc/portage/package.use"
- einfo "emerge -1 gst-plugins-base"
- die "gst-plugins-base requires X useflag"
- fi
-
- # use global mozilla plugin dir
- G2CONF="${G2CONF} MOZILLA_PLUGINDIR=/usr/$(get_libdir)/nsbrowser/plugins"
-
- G2CONF="${G2CONF} --disable-vanity --enable-gstreamer --with-dbus"
-
- if use gnome ; then
- G2CONF="${G2CONF} --disable-gtk --enable-nautilus"
- else
- G2CONF="${G2CONF} --enable-gtk"
- fi
-
- if use nsplugin ; then
- G2CONF="${G2CONF} --enable-browser-plugins"
- if use xulrunner ; then
- G2CONF="${G2CONF} --with-gecko=xulrunner"
- elif use seamonkey ; then
- G2CONF="${G2CONF} --with-gecko=seamonkey"
- else
- G2CONF="${G2CONF} --with-gecko=firefox"
- fi
- else
- G2CONF="${G2CONF} --disable-browser-plugins"
- fi
-
- G2CONF="${G2CONF} \
- $(use_enable debug) \
- $(use_with hal) \
- $(use_enable lirc) \
- $(use_enable nvtv)"
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- # Remove the intltoolize call when tarballs are made with >=intltool-0.35.5
- intltoolize --force || die
-
- if use nsplugin ; then
- epatch "${FILESDIR}"/${PN}-2.18.1-browser-plugins.patch
- eautoreconf
- fi
-
- # Remove this when POTFILES.in will be fixed
- echo "data/totem-handlers.schemas.in" >> "${S}"/po/POTFILES.skip
- echo "data/totem-video-thumbnail.schemas.in" >> "${S}"/po/POTFILES.skip
- echo "data/totem.desktop.in" >> "${S}"/po/POTFILES.skip
- echo "data/totem.desktop.in.in" >> "${S}"/po/POTFILES.skip
- echo "data/vanity.desktop.in" >> "${S}"/po/POTFILES.skip
-}
-
-src_install() {
- gnome2_src_install plugindir=/usr/$(get_libdir)/nsbrowser/plugins
-}
-
-src_compile() {
- #fixme: why does it need write access here, probably need to set up a fake
- #home in /var/tmp like other pkgs do
-
- addpredict "/root/.gconfd"
- addpredict "/root/.gconf"
- addpredict "/root/.gnome2"
-
- gnome2_src_compile
-}
diff --git a/media-video/totem/totem-2.20.0.ebuild b/media-video/totem/totem-2.20.0.ebuild
deleted file mode 100644
index 09be3de09738..000000000000
--- a/media-video/totem/totem-2.20.0.ebuild
+++ /dev/null
@@ -1,179 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.20.0.ebuild,v 1.2 2007/10/23 21:19:09 eva Exp $
-
-inherit autotools eutils gnome2 multilib
-
-DESCRIPTION="Media player for GNOME"
-HOMEPAGE="http://gnome.org/projects/totem/"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-
-# No 0.10.0 release for gst-plugins-pitdfdll yet
-# IUSE="win32codecs"
-
-IUSE="a52 bluetooth debug dvd ffmpeg flac galago gnome hal lirc mad mpeg nsplugin nvtv ogg python seamonkey theora vorbis xulrunner xv"
-
-RDEPEND=">=dev-libs/glib-2.13.4
- >=x11-libs/gtk+-2.11.6
- >=gnome-base/gconf-2.0
- >=gnome-base/libglade-2.0
- >=gnome-base/gnome-vfs-2.16
- >=x11-themes/gnome-icon-theme-2.16
- >=x11-libs/startup-notification-0.8
- app-text/iso-codes
- dev-libs/libxml2
- >=dev-libs/dbus-glib-0.71
- >=media-libs/gstreamer-0.10.12
- >=media-libs/gst-plugins-good-0.10
- >=media-libs/gst-plugins-base-0.10.12
- >=media-plugins/gst-plugins-pango-0.10
- >=media-plugins/gst-plugins-gconf-0.10
- >=media-plugins/gst-plugins-gnomevfs-0.10
-
- x11-libs/libX11
- x11-libs/libXtst
- >=x11-libs/libXrandr-1.1.1
- >=x11-libs/libXxf86vm-1.0.1
-
- bluetooth? ( net-wireless/bluez-libs )
- galago? ( >=dev-libs/libgalago-0.5.2 )
- gnome? (
- >=gnome-base/libgnome-2.14
- >=gnome-base/libgnomeui-2.4
- >=gnome-base/gnome-desktop-2.2
- >=gnome-base/nautilus-2.10
- >=gnome-base/control-center-2.18
- )
- hal? ( =sys-apps/hal-0.5* )
- lirc? ( app-misc/lirc )
- nsplugin? (
- || (
- xulrunner? ( net-libs/xulrunner )
- seamonkey? ( www-client/seamonkey )
- www-client/mozilla-firefox
- )
- >=x11-misc/shared-mime-info-0.22
- >=x11-libs/startup-notification-0.8
- )
- python? ( >=dev-python/pygtk-2.8 )
- nvtv? ( >=media-tv/nvtv-0.4.5 )
-
- a52? ( >=media-plugins/gst-plugins-a52dec-0.10 )
- !sparc? ( dvd? (
- >=media-libs/gst-plugins-ugly-0.10
- >=media-plugins/gst-plugins-a52dec-0.10
- >=media-plugins/gst-plugins-dvdread-0.10
- >=media-plugins/gst-plugins-mpeg2dec-0.10
- )
- )
- !sparc? ( ffmpeg? ( >=media-plugins/gst-plugins-ffmpeg-0.10 ) )
- flac? ( >=media-plugins/gst-plugins-flac-0.10 )
- mad? ( >=media-plugins/gst-plugins-mad-0.10 )
- !sparc? ( mpeg? ( >=media-plugins/gst-plugins-mpeg2dec-0.10 ) )
- ogg? ( >=media-plugins/gst-plugins-ogg-0.10 )
- theora? (
- >=media-plugins/gst-plugins-ogg-0.10
- >=media-plugins/gst-plugins-theora-0.10
- )
- vorbis? (
- >=media-plugins/gst-plugins-ogg-0.10
- >=media-plugins/gst-plugins-vorbis-0.10
- )
- xv? ( >=media-plugins/gst-plugins-xvideo-0.10 )"
-
-# this belongs above xv? above.
-# win32codecs? ( >=media-plugins/gst-plugins-pitfdll-0.10 )
-
-DEPEND="${RDEPEND}
- x11-proto/xproto
- x11-proto/inputproto
- app-text/scrollkeeper
- gnome-base/gnome-common
- app-text/gnome-doc-utils
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.20"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-pkg_setup() {
- if ! built_with_use 'media-libs/gst-plugins-base' 'X' ; then
- einfo "Build gst-plugins-base with the X useflag"
- einfo "echo \"media-libs/gst-plugins-base X\" >> /etc/portage/package.use"
- einfo "emerge -1 gst-plugins-base"
- die "gst-plugins-base requires X useflag"
- fi
-
- # use global mozilla plugin dir
- G2CONF="${G2CONF} MOZILLA_PLUGINDIR=/usr/$(get_libdir)/nsbrowser/plugins"
-
- G2CONF="${G2CONF} --disable-vala --disable-vanity --enable-gstreamer --with-dbus"
-
- if use gnome ; then
- G2CONF="${G2CONF} --disable-gtk --enable-nautilus"
- else
- G2CONF="${G2CONF} --enable-gtk --disable-nautilus"
- fi
-
- if use nsplugin ; then
- G2CONF="${G2CONF} --enable-browser-plugins"
- if use xulrunner ; then
- G2CONF="${G2CONF} --with-gecko=xulrunner"
- elif use seamonkey ; then
- G2CONF="${G2CONF} --with-gecko=seamonkey"
- else
- G2CONF="${G2CONF} --with-gecko=firefox"
- fi
- else
- G2CONF="${G2CONF} --disable-browser-plugins"
- fi
-
- # Plugin Configuration
- G2CONF="${G2CONF} PLUGINDIR=/usr/$(get_libdir)/totem/plugins"
- local plugins="screensaver,ontop,gromit,skipto"
- use bluetooth && plugins="${plugins},bemused"
- use galago && plugins="${plugins},galago"
- use gnome && plugins="${plugins},media-player-keys,properties"
- use lirc && plugins="${plugins},lirc"
-
- G2CONF="${G2CONF} --with-plugins=${plugins}"
-
- G2CONF="${G2CONF} \
- $(use_enable debug) \
- $(use_with hal) \
- $(use_enable lirc) \
- $(use_enable nvtv) \
- $(use_enable python)"
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- # Remove the intltoolize call when tarballs are made with >=intltool-0.35.5
- intltoolize --force || die "intltoolize failed"
-
- if use nsplugin ; then
- epatch "${FILESDIR}"/${PN}-2.18.1-browser-plugins.patch
- eautoreconf
- fi
-
- sed -i -e 's:mozilla/plugins:nsbrowser/plugins:' browser-plugin/Makefile* || die "sed failed"
-
- sed -i -e 's:.totem-plugin.desktop.in:.totem-plugin.in:' \
- src/plugins/{galago,lirc,media-player-keys,ontop,screensaver}/Makefile* \
- || die "sed failed"
-
-}
-
-src_compile() {
- #fixme: why does it need write access here, probably need to set up a fake
- #home in /var/tmp like other pkgs do
-
- addpredict "/root/.gconfd"
- addpredict "/root/.gconf"
- addpredict "/root/.gnome2"
-
- gnome2_src_compile
-}