summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2005-01-17 18:16:40 +0000
committerMarinus Schraal <foser@gentoo.org>2005-01-17 18:16:40 +0000
commitc4a670d1152fc8bf22f2ed7b05dc6043c41e9495 (patch)
tree04725743a07ca0ab7d80dc47f8eeefbbe821703e /media-video/totem
parentInitial import. (Manifest recommit) (diff)
downloadgentoo-2-c4a670d1152fc8bf22f2ed7b05dc6043c41e9495.tar.gz
gentoo-2-c4a670d1152fc8bf22f2ed7b05dc6043c41e9495.tar.bz2
gentoo-2-c4a670d1152fc8bf22f2ed7b05dc6043c41e9495.zip
mark 0.100-r2 x86, cleanup
Diffstat (limited to 'media-video/totem')
-rw-r--r--media-video/totem/files/digest-totem-0.100-r11
-rw-r--r--media-video/totem/files/digest-totem-0.99.22-r11
-rw-r--r--media-video/totem/files/totem-0.99.22-gst_object_rename.patch34
-rw-r--r--media-video/totem/totem-0.100-r1.ebuild74
-rw-r--r--media-video/totem/totem-0.100-r2.ebuild4
-rw-r--r--media-video/totem/totem-0.99.22-r1.ebuild77
6 files changed, 2 insertions, 189 deletions
diff --git a/media-video/totem/files/digest-totem-0.100-r1 b/media-video/totem/files/digest-totem-0.100-r1
deleted file mode 100644
index b18a963468ee..000000000000
--- a/media-video/totem/files/digest-totem-0.100-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 885423cc7e1d5eb8ff62b7b8ec9c30bc totem-0.100.tar.bz2 1279913
diff --git a/media-video/totem/files/digest-totem-0.99.22-r1 b/media-video/totem/files/digest-totem-0.99.22-r1
deleted file mode 100644
index c98860215f60..000000000000
--- a/media-video/totem/files/digest-totem-0.99.22-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7843368e1e61921b0ae87a751ad91079 totem-0.99.22.tar.bz2 1095821
diff --git a/media-video/totem/files/totem-0.99.22-gst_object_rename.patch b/media-video/totem/files/totem-0.99.22-gst_object_rename.patch
deleted file mode 100644
index 1afb631dbc6f..000000000000
--- a/media-video/totem/files/totem-0.99.22-gst_object_rename.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Index: bacon-video-widget-gst.c
-===================================================================
-RCS file: /cvs/gnome/totem/src/bacon-video-widget-gst.c,v
-retrieving revision 1.108
-diff -u -r1.108 bacon-video-widget-gst.c
---- bacon-video-widget-gst.c 19 Nov 2004 12:09:29 -0000 1.108
-+++ bacon-video-widget-gst.c 22 Nov 2004 14:16:28 -0000
-@@ -844,6 +844,9 @@
- GstPad *pad = NULL;
-
- g_object_get (info, "object", &pad, NULL);
-+ /* hack for 0.8.5 */
-+ if (!pad)
-+ g_object_get (info, "pad", &pad, NULL);
- if (pad != NULL && GST_PAD_REALIZE (pad) != NULL) {
- g_assert (GST_IS_PAD (pad));
-
-@@ -2087,11 +2090,14 @@
- g_object_get (info, "type", &type, NULL);
- pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (info), "type");
- val = g_enum_get_value (G_PARAM_SPEC_ENUM (pspec)->enum_class, type);
--
-+
- if (strstr (val->value_name, "VIDEO")) {
-- GstPad *pad;
-+ GstPad *pad = NULL;
-
- g_object_get (info, "object", &pad, NULL);
-+ /* hack for 0.8.5 */
-+ if (!pad)
-+ g_object_get (info, "pad", &pad, NULL);
- g_assert (GST_IS_PAD (pad));
- from = gst_caps_copy (GST_PAD_CAPS (pad));
- }
diff --git a/media-video/totem/totem-0.100-r1.ebuild b/media-video/totem/totem-0.100-r1.ebuild
deleted file mode 100644
index 1290fa37aaba..000000000000
--- a/media-video/totem/totem-0.100-r1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-0.100-r1.ebuild,v 1.1 2005/01/09 22:24:35 foser Exp $
-
-inherit gnome2 eutils linux-info
-
-DESCRIPTION="Media player for GNOME"
-HOMEPAGE="http://www.hadess.net/totem.php3"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64 ~sparc"
-IUSE="gstreamer lirc mad debug"
-
-RDEPEND=">=dev-libs/glib-2.2
- >=x11-libs/gtk+-2.4
- >=gnome-base/gnome-vfs-2.2
- >=gnome-base/libglade-2
- >=gnome-base/libgnomeui-2.4
- <gnome-extra/nautilus-cd-burner-2.9
- >=gnome-base/gnome-desktop-2.2
- lirc? ( app-misc/lirc )
- !gstreamer? ( >=media-libs/xine-lib-1_rc7
- >=gnome-base/gconf-2 )
- sparc? ( >=media-libs/xine-lib-1_rc7
- >=gnome-base/gconf-2 )
- !sparc? ( gstreamer? ( >=media-libs/gstreamer-0.8.7
- >=media-libs/gst-plugins-0.8.5
- >=media-plugins/gst-plugins-gnomevfs-0.8.5
- >=media-plugins/gst-plugins-xvideo-0.8.5
- =media-plugins/gst-plugins-ffmpeg-0.8.3
- mad? ( >=media-plugins/gst-plugins-mad-0.8.5 )
- ) )"
-
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.29
- >=dev-util/pkgconfig-0.12.0
- sys-devel/automake"
-
-DOCS="AUTHORS ChangeLog COPYING README INSTALL NEWS TODO"
-
-# xine is default for now
-use gstreamer && G2CONF="${G2CONF} --enable-gstreamer"
-
-# gtk only support broken
-#use gnome \
-# && G2CONF="${G2CONF} --disable-gtk" \
-# || G2CONF="${G2CONF} --enable-gtk"
-
-G2CONF="${G2CONF} \
- $(use_enable lirc) \
- $(use_enable debug) \
- --disable-gtk \
- --disable-mozilla"
-
-src_unpack() {
-
- unpack ${A}
-
- cd ${S}
- # use the omf_fix for scrollkeeper sandbox
- # violations, see bug #48800 <obz@gentoo.org>
- gnome2_omf_fix
-
- epatch ${FILESDIR}/${P}-fix_desktop_item.patch
-
- WANT_AUTOMAKE=1.4 automake
-
- # should solve #68087
- kernel_is 2 4 && CFLAGS="${CFLAGS} -D_NETINET_IN_H"
-
-}
-
-USE_DESTDIR="1"
diff --git a/media-video/totem/totem-0.100-r2.ebuild b/media-video/totem/totem-0.100-r2.ebuild
index 5ee98faa9629..6738c4427827 100644
--- a/media-video/totem/totem-0.100-r2.ebuild
+++ b/media-video/totem/totem-0.100-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-0.100-r2.ebuild,v 1.2 2005/01/12 16:10:31 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-0.100-r2.ebuild,v 1.3 2005/01/17 18:16:39 foser Exp $
inherit gnome2 eutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.hadess.net/totem.php3"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64 ~sparc"
+KEYWORDS="x86 ~ppc ~amd64 ~sparc"
IUSE="gstreamer lirc mad debug"
RDEPEND=">=dev-libs/glib-2.2
diff --git a/media-video/totem/totem-0.99.22-r1.ebuild b/media-video/totem/totem-0.99.22-r1.ebuild
deleted file mode 100644
index dbc0f5cb736a..000000000000
--- a/media-video/totem/totem-0.99.22-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-0.99.22-r1.ebuild,v 1.3 2004/12/26 04:31:43 obz Exp $
-
-inherit gnome2 eutils
-
-DESCRIPTION="Media player for GNOME"
-HOMEPAGE="http://www.hadess.net/totem.php3"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64 ~sparc"
-IUSE="gstreamer lirc mad debug"
-
-RDEPEND=">=dev-libs/glib-2.2
- >=x11-libs/gtk+-2.4
- >=gnome-base/gnome-vfs-2.2
- >=gnome-base/libglade-2
- >=gnome-base/libgnomeui-2.4
- >=gnome-base/gnome-desktop-2.2
- >=gnome-extra/nautilus-cd-burner-2.8.1
- lirc? ( app-misc/lirc )
- !gstreamer? ( >=media-libs/xine-lib-1_rc5
- >=gnome-base/gconf-2 )
- sparc? ( >=media-libs/xine-lib-1_rc7
- >=gnome-base/gconf-2 )
- !sparc? ( gstreamer? ( >=media-libs/gstreamer-0.8.7
- >=media-libs/gst-plugins-0.8.5
- >=media-plugins/gst-plugins-gnomevfs-0.8.5
- >=media-plugins/gst-plugins-xvideo-0.8.5
- =media-plugins/gst-plugins-ffmpeg-0.8*
- mad? ( >=media-plugins/gst-plugins-mad-0.8.5 )
- ) )"
-
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.29
- >=dev-util/pkgconfig-0.12.0
- >=sys-devel/autoconf-2.58"
-
-DOCS="AUTHORS ChangeLog COPYING README INSTALL NEWS TODO"
-
-# xine is default for now
-use gstreamer && G2CONF="${G2CONF} --enable-gstreamer"
-
-# gtk only support broken
-#use gnome \
-# && G2CONF="${G2CONF} --disable-gtk" \
-# || G2CONF="${G2CONF} --enable-gtk"
-
-G2CONF="${G2CONF} \
- $(use_enable lirc) \
- $(use_enable debug) \
- --disable-gtk \
- --disable-mozilla"
-
-src_unpack() {
-
- unpack ${A}
-
- cd ${S}
- # fix #71863
- epatch ${FILESDIR}/${P}-x_includes.patch
- # use the omf_fix for scrollkeeper sandbox
- # violations, see bug #48800 <obz@gentoo.org>
- gnome2_omf_fix
-
- # make the gst backend actually work with 0.8.5 plugins
- cd ${S}/src
- epatch ${FILESDIR}/${P}-gst_object_rename.patch
-
- cd ${S}
- autoconf || die
- libtoolize --force --copy
-
-}
-
-USE_DESTDIR="1"