summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-04-02 11:37:04 +0000
committerPacho Ramos <pacho@gentoo.org>2011-04-02 11:37:04 +0000
commit7a12a49f6b781d3ef2dd7afd8c53e64e2b65f49b (patch)
tree4215503a0a5144754cc9ccfd2925f33027d4ab83 /dev-libs/totem-pl-parser
parentalpha/ia64/m68k/s390/sh/sparc stable wrt #352335 (diff)
downloadgentoo-2-7a12a49f6b781d3ef2dd7afd8c53e64e2b65f49b.tar.gz
gentoo-2-7a12a49f6b781d3ef2dd7afd8c53e64e2b65f49b.tar.bz2
gentoo-2-7a12a49f6b781d3ef2dd7afd8c53e64e2b65f49b.zip
Pull fixed quvi version (bug #355903) and enable it by default as it's now the only way of playing youtube videos. Commend unneeded ebuild parts when eautoreconf is not used. Remove old
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/totem-pl-parser')
-rw-r--r--dev-libs/totem-pl-parser/ChangeLog8
-rw-r--r--dev-libs/totem-pl-parser/totem-pl-parser-2.30.1.ebuild45
-rw-r--r--dev-libs/totem-pl-parser/totem-pl-parser-2.30.4.ebuild55
-rw-r--r--dev-libs/totem-pl-parser/totem-pl-parser-2.32.4.ebuild32
4 files changed, 24 insertions, 116 deletions
diff --git a/dev-libs/totem-pl-parser/ChangeLog b/dev-libs/totem-pl-parser/ChangeLog
index 7ea31b95ba7e..5ea8fe819b16 100644
--- a/dev-libs/totem-pl-parser/ChangeLog
+++ b/dev-libs/totem-pl-parser/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/totem-pl-parser
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.91 2011/03/23 14:23:00 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.92 2011/04/02 11:37:04 pacho Exp $
+
+ 02 Apr 2011; Pacho Ramos <pacho@gentoo.org> -totem-pl-parser-2.30.1.ebuild,
+ -totem-pl-parser-2.30.4.ebuild, totem-pl-parser-2.32.4.ebuild:
+ Pull fixed quvi version (bug #355903) and enable it by default as it's now
+ the only way of playing youtube videos. Commend unneeded ebuild parts when
+ eautoreconf is not used. Remove old
23 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+files/totem-pl-parser-2.32.3-fix-quvi.patch:
diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-2.30.1.ebuild b/dev-libs/totem-pl-parser/totem-pl-parser-2.30.1.ebuild
deleted file mode 100644
index bb68cfad8366..000000000000
--- a/dev-libs/totem-pl-parser/totem-pl-parser-2.30.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.30.1.ebuild,v 1.11 2010/11/01 12:21:41 eva Exp $
-
-EAPI="2"
-GCONF_DEBUG="no"
-
-inherit eutils gnome2
-
-DESCRIPTION="Playlist parsing library"
-HOMEPAGE="http://www.gnome.org/projects/totem/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-# TODO: Re-generate doc ?
-IUSE="doc introspection test"
-
-RDEPEND=">=dev-libs/glib-2.24
- dev-libs/gmime:2.4"
-DEPEND="${RDEPEND}
- !<media-video/totem-2.21
- >=dev-util/intltool-0.35
- >=dev-util/gtk-doc-am-1.11
- doc? ( >=dev-util/gtk-doc-1.11 )
- introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
-
-DOCS="AUTHORS ChangeLog NEWS"
-
-pkg_setup() {
- G2CONF="${G2CONF} --disable-static $(use_enable introspection)"
-}
-
-src_test() {
- unset DBUS_SESSION_BUS_ADDRESS
- emake check || die "emake check failed"
-}
-
-pkg_preinst() {
- preserve_old_lib /usr/$(get_libdir)/libtotem-plparser-mini.so.12
-}
-
-pkg_postinst() {
- preserve_old_lib_notify /usr/$(get_libdir)/libtotem-plparser-mini.so.12
-}
diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-2.30.4.ebuild b/dev-libs/totem-pl-parser/totem-pl-parser-2.30.4.ebuild
deleted file mode 100644
index d28854cf479e..000000000000
--- a/dev-libs/totem-pl-parser/totem-pl-parser-2.30.4.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.30.4.ebuild,v 1.6 2011/01/30 19:31:10 armin76 Exp $
-
-EAPI="2"
-GCONF_DEBUG="no"
-
-inherit eutils gnome2
-
-DESCRIPTION="Playlist parsing library"
-HOMEPAGE="http://www.gnome.org/projects/totem/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
-# TODO: Re-generate doc ?
-IUSE="doc introspection test"
-
-RDEPEND=">=dev-libs/glib-2.24
- dev-libs/gmime:2.4
- >=net-libs/libsoup-gnome-2.30:2.4"
-DEPEND="${RDEPEND}
- !<media-video/totem-2.21
- >=dev-util/intltool-0.35
- >=dev-util/gtk-doc-am-1.11
- doc? ( >=dev-util/gtk-doc-1.11 )
- introspection? ( >=dev-libs/gobject-introspection-0.6.14 )"
-
-DOCS="AUTHORS ChangeLog NEWS"
-
-pkg_setup() {
- G2CONF="${G2CONF} --disable-static $(use_enable introspection)"
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- # Disable tests requiring network access, bug #346127
- sed -e 's:\(g_test_add_func.*/parser/resolution.*\):/*\1*/:' \
- -e 's:\(g_test_add_func.*/parser/parsing/itms_link.*\):/*\1*/:' \
- -i plparse/tests/parser.c || die "sed failed"
-}
-
-src_test() {
- unset DBUS_SESSION_BUS_ADDRESS
- emake check || die "emake check failed"
-}
-
-pkg_preinst() {
- preserve_old_lib /usr/$(get_libdir)/libtotem-plparser-mini.so.12
-}
-
-pkg_postinst() {
- preserve_old_lib_notify /usr/$(get_libdir)/libtotem-plparser-mini.so.12
-}
diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-2.32.4.ebuild b/dev-libs/totem-pl-parser/totem-pl-parser-2.32.4.ebuild
index ec7e56b25410..8a058c3145cf 100644
--- a/dev-libs/totem-pl-parser/totem-pl-parser-2.32.4.ebuild
+++ b/dev-libs/totem-pl-parser/totem-pl-parser-2.32.4.ebuild
@@ -1,32 +1,33 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.4.ebuild,v 1.1 2011/03/22 00:28:39 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.4.ebuild,v 1.2 2011/04/02 11:37:04 pacho Exp $
EAPI="3"
GCONF_DEBUG="no"
-inherit gnome2 eutils autotools
+inherit gnome2
DESCRIPTION="Playlist parsing library"
HOMEPAGE="http://projects.gnome.org/totem/"
-SRC_URI="${SRC_URI} mirror://gentoo/introspection-20110205.m4.tar.bz2"
+
+# eautoreconf needs:
+#SRC_URI="${SRC_URI} mirror://gentoo/introspection-20110205.m4.tar.bz2"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="doc quvi +introspection"
+IUSE="doc +quvi +introspection"
RDEPEND=">=dev-libs/glib-2.24:2
dev-libs/gmime:2.4
>=net-libs/libsoup-gnome-2.30:2.4
introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
- quvi? ( >=media-libs/quvi-0.2.11 )"
+ quvi? ( >=media-libs/quvi-0.2.14-r1 )"
DEPEND="${RDEPEND}
!<media-video/totem-2.21
>=sys-devel/gettext-0.17
>=dev-util/intltool-0.35
- doc? ( >=dev-util/gtk-doc-1.11 )
- >=dev-util/gtk-doc-am-1.11"
+ doc? ( >=dev-util/gtk-doc-1.11 )"
# eautoreconf needs:
# >=dev-util/gtk-doc-am-1.11
@@ -38,14 +39,15 @@ pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS"
}
-src_unpack() {
- # If gobject-introspection is installed, we don't need the extra .m4
- if has_version "dev-libs/gobject-introspection"; then
- unpack ${P}.tar.bz2
- else
- unpack ${A}
- fi
-}
+# eautoreconf needs:
+#src_unpack() {
+# # If gobject-introspection is installed, we don't need the extra .m4
+# if has_version "dev-libs/gobject-introspection"; then
+# unpack ${P}.tar.bz2
+# else
+# unpack ${A}
+# fi
+#}
src_prepare() {
gnome2_src_prepare