diff options
author | Mart Raudsepp <leio@gentoo.org> | 2008-03-02 11:23:57 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2008-03-02 11:23:57 +0000 |
commit | fc1736eaa096c1203a64d7189e685e911eec1e0c (patch) | |
tree | cbd171855d39eaf75b925be4285abb79fa7a12eb /media-video | |
parent | initial ebuild wrt #210533 (diff) | |
download | gentoo-2-fc1736eaa096c1203a64d7189e685e911eec1e0c.tar.gz gentoo-2-fc1736eaa096c1203a64d7189e685e911eec1e0c.tar.bz2 gentoo-2-fc1736eaa096c1203a64d7189e685e911eec1e0c.zip |
Remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/totem/files/totem-2.20.1-browser-plugins.patch | 51 | ||||
-rw-r--r-- | media-video/totem/totem-2.20.1-r1.ebuild | 173 | ||||
-rw-r--r-- | media-video/totem/totem-2.20.1.ebuild | 170 |
3 files changed, 0 insertions, 394 deletions
diff --git a/media-video/totem/files/totem-2.20.1-browser-plugins.patch b/media-video/totem/files/totem-2.20.1-browser-plugins.patch deleted file mode 100644 index bb2cb013c6ba..000000000000 --- a/media-video/totem/files/totem-2.20.1-browser-plugins.patch +++ /dev/null @@ -1,51 +0,0 @@ -Index: browser-plugin/Makefile.am -=================================================================== ---- browser-plugin/Makefile.am (revision 4827) -+++ browser-plugin/Makefile.am (working copy) -@@ -109,6 +109,7 @@ - $(WARN_CFLAGS) \ - $(DBUS_CFLAGS) \ - $(NVTV_CFLAGS) \ -+ $(SN_CFLAGS) \ - $(AM_CFLAGS) - - totem_plugin_viewer_LDADD = \ -@@ -122,6 +123,7 @@ - $(DBUS_LIBS) \ - $(NVTV_LIBS) \ - $(XTEST_LIBS) \ -+ $(SN_LIBS) \ - $(X_LIBS) - - BUILT_SOURCES += \ -Index: configure.in -=================================================================== ---- configure.in (revision 4827) -+++ configure.in (working copy) -@@ -585,6 +585,7 @@ - if test "$have_libxpcomglue_s" = "yes"; then - LIBXPCOMGLUE_S="-L$MOZILLA_LIBDIR -lxpcomglue_s" - else -+ LIBXPCOMGLUE_S="-L$MOZILLA_LIBDIR -lxpcom" - AC_MSG_WARN([libxpcomglue_s not available; plugins may not be portable]) - fi - fi -@@ -685,6 +686,18 @@ - AM_CONDITIONAL([ENABLE_MULLY_PLUGIN],[test "$enable_mully_plugin" = "yes"]) - AM_CONDITIONAL([ENABLE_CONE_PLUGIN],[test "$enable_cone_plugin" = "yes"]) - -+if test "$enable_basic_plugin" = "yes" || -+ test "$enable_gmp_plugin" = "yes" || -+ test "$enable_complex_plugin" = "yes" || -+ test "$enable_narrowspace_plugin" = "yes" || -+ test "$enable_mully_plugin" = "yes" || -+ test "$enable_cone_plugin" = "yes" ; then -+ -+ PKG_CHECK_MODULES([SN], [ libstartup-notification-1.0 >= 0.8 ]) -+ AC_SUBST([SN_CFLAGS]) -+ AC_SUBST([SN_LIBS]) -+fi -+ - dnl ******** - dnl Nautilus - dnl ******** diff --git a/media-video/totem/totem-2.20.1-r1.ebuild b/media-video/totem/totem-2.20.1-r1.ebuild deleted file mode 100644 index 87b43f027261..000000000000 --- a/media-video/totem/totem-2.20.1-r1.ebuild +++ /dev/null @@ -1,173 +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.1-r1.ebuild,v 1.1 2007/12/16 04:35:52 compnerd 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.12.1 - >=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 ) - >=media-plugins/gst-plugins-x-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() { - # 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 - - if use nsplugin ; then - epatch "${FILESDIR}/${PN}-2.20.1-startup-notification.patch" - if ! use xulrunner && ! use seamonkey ; then - epatch "${FILESDIR}/${PN}-2.20.1-xpcom-hack.patch" - fi - 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 -} diff --git a/media-video/totem/totem-2.20.1.ebuild b/media-video/totem/totem-2.20.1.ebuild deleted file mode 100644 index 6f408efac92d..000000000000 --- a/media-video/totem/totem-2.20.1.ebuild +++ /dev/null @@ -1,170 +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.1.ebuild,v 1.9 2007/11/29 05:38:27 jer 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.12.1 - >=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 ) - >=media-plugins/gst-plugins-x-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() { - # 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 - - if use nsplugin ; then - epatch "${FILESDIR}"/${PN}-2.20.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 -} |