diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-10-21 20:22:19 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-10-21 20:22:19 +0000 |
commit | d749fb5ab4d872c8b4977310558b6b50ccf7dd4c (patch) | |
tree | 778ba49c10b29d228529a71def7b33e89656ca7c /dev-libs/totem-pl-parser | |
parent | Stable for HPPA (bug #341211). (diff) | |
download | gentoo-2-d749fb5ab4d872c8b4977310558b6b50ccf7dd4c.tar.gz gentoo-2-d749fb5ab4d872c8b4977310558b6b50ccf7dd4c.tar.bz2 gentoo-2-d749fb5ab4d872c8b4977310558b6b50ccf7dd4c.zip |
Clean up old revisions.
(Portage version: 2.2_rc89/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/totem-pl-parser')
8 files changed, 9 insertions, 550 deletions
diff --git a/dev-libs/totem-pl-parser/ChangeLog b/dev-libs/totem-pl-parser/ChangeLog index ddf3de1244e2..1ab370e55b6e 100644 --- a/dev-libs/totem-pl-parser/ChangeLog +++ b/dev-libs/totem-pl-parser/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-libs/totem-pl-parser # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.70 2010/10/17 14:55:28 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.71 2010/10/21 20:22:18 eva Exp $ + + 21 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org> + -files/totem-pl-parser-2.26.1-fix-tests-without-gtk-doc.patch, + -totem-pl-parser-2.26.3-r1.ebuild, + -files/totem-pl-parser-2.26.3-no-libcamel-use-gmime.patch, + -totem-pl-parser-2.28.2.ebuild, -totem-pl-parser-2.28.3.ebuild, + -totem-pl-parser-2.30.2.ebuild, -totem-pl-parser-2.30.3.ebuild: + Clean up old revisions. 17 Oct 2010; Raúl Porcel <armin76@gentoo.org> totem-pl-parser-2.30.1.ebuild: diff --git a/dev-libs/totem-pl-parser/files/totem-pl-parser-2.26.1-fix-tests-without-gtk-doc.patch b/dev-libs/totem-pl-parser/files/totem-pl-parser-2.26.1-fix-tests-without-gtk-doc.patch deleted file mode 100644 index 6d38c4de4ce3..000000000000 --- a/dev-libs/totem-pl-parser/files/totem-pl-parser-2.26.1-fix-tests-without-gtk-doc.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur totem-pl-parser-2.26.1/docs/reference/Makefile.am totem-pl-parser-2.26.1.new/docs/reference/Makefile.am ---- totem-pl-parser-2.26.1/docs/reference/Makefile.am 2009-03-23 20:03:17.000000000 +0530 -+++ totem-pl-parser-2.26.1.new/docs/reference/Makefile.am 2009-05-05 17:23:56.184865429 +0530 -@@ -96,5 +96,7 @@ - # e.g. EXTRA_DIST += version.xml.in - EXTRA_DIST += version.xml.in - -+if ENABLE_GTK_DOC - TESTS_ENVIRONMENT = cd $(srcdir) && - TESTS = $(GTKDOC_CHECK) -+endif diff --git a/dev-libs/totem-pl-parser/files/totem-pl-parser-2.26.3-no-libcamel-use-gmime.patch b/dev-libs/totem-pl-parser/files/totem-pl-parser-2.26.3-no-libcamel-use-gmime.patch deleted file mode 100644 index 2f572f4c3864..000000000000 --- a/dev-libs/totem-pl-parser/files/totem-pl-parser-2.26.3-no-libcamel-use-gmime.patch +++ /dev/null @@ -1,303 +0,0 @@ -Use gmime instead of libcamel for dates (patch from upstream) - -https://bugzilla.gnome.org/show_bug.cgi?id=522639 -https://bugzilla.gnome.org/show_bug.cgi?id=589559 - ---- ---- README -+++ README -@@ -16,6 +16,7 @@ - ============ - - glib with GIO (glib 2.16) -+gmime 2.4 - - BUGS - ==== ---- configure.in -+++ configure.in -@@ -59,35 +59,35 @@ - pkg_modules="glib-2.0 >= $GLIB_REQS gtk+-2.0 libxml-2.0 gthread-2.0 gio-2.0 >= $GIO_REQS" - - ################################## --# Checking libcamel dependency -+# Checking libgmime dependency - ################################## --camel_message="" -+gmime_message="" - --AC_ARG_ENABLE(camel-i-know-what-im-doing, -- AS_HELP_STRING([--disable-camel-i-know-what-im-doing], -- [Disable libcamel (Unsupported, breaks Podcast support).]), -- [enable_camel=no], -- [enable_camel=yes]) -- --if test "x$enable_camel" = "xyes" ; then -- PKG_CHECK_MODULES(LIBCAMEL, -- camel-1.2, -- [have_camel=yes], -- [have_camel=no]) -- -- if test "x$have_camel" = "xyes" ; then -- AC_SUBST(LIBCAMEL, camel-1.2) -- AC_SUBST(USELIBCAMEL, yes) -- AC_DEFINE(HAVE_CAMEL, 1, [Camel available in the system]) -- pkg_modules="$pkg_modules camel-1.2" -+AC_ARG_ENABLE(gmime-i-know-what-im-doing, -+ AS_HELP_STRING([--disable-gmime-i-know-what-im-doing], -+ [Disable libgmime (Unsupported, breaks Podcast support).]), -+ [enable_gmime=no], -+ [enable_gmime=yes]) -+ -+if test "x$enable_gmime" = "xyes" ; then -+ PKG_CHECK_MODULES(GMIME, -+ gmime-2.4, -+ [have_gmime=yes], -+ [have_gmime=no]) -+ -+ if test "x$have_gmime" = "xyes" ; then -+ AC_SUBST(GMIME, gmime-2.4) -+ AC_SUBST(USEGMIME, yes) -+ AC_DEFINE(HAVE_GMIME, 1, [GMime available in the system]) -+ pkg_modules="$pkg_modules gmime-2.4" - else -- AC_MSG_ERROR([libcamel is required to compile totem-pl-parser.]) -+ AC_MSG_ERROR([libgmime is required to compile totem-pl-parser.]) - fi - else -- AC_SUBST(USELIBCAMEL, no) -- camel_message=" -+ AC_SUBST(USEGMIME, no) -+ gmime_message=" - ************************************************************** -- Compiling totem-pl-parser without libcamel. -+ Compiling totem-pl-parser without libgmime. - This will break podcast support and is completely unsupported. - **************************************************************" - fi -@@ -142,5 +142,5 @@ - AC_OUTPUT - - echo " --$camel_message -+$gmime_message - " ---- plparse/totem-pl-parser-podcast.c -+++ plparse/totem-pl-parser-podcast.c -@@ -235,8 +235,8 @@ - GFile *base_file, - gpointer data) - { --#ifndef HAVE_CAMEL -- WARN_NO_CAMEL; -+#ifndef HAVE_GMIME -+ WARN_NO_GMIME; - #else - xml_node_t* doc, *channel; - char *contents; -@@ -277,7 +277,7 @@ - xml_parser_free_tree (doc); - - return TOTEM_PL_PARSER_RESULT_SUCCESS; --#endif /* !HAVE_CAMEL */ -+#endif /* !HAVE_GMIME */ - } - - /* http://www.apple.com/itunes/store/podcaststechspecs.html */ -@@ -287,8 +287,8 @@ - GFile *base_file, - gpointer data) - { --#ifndef HAVE_CAMEL -- WARN_NO_CAMEL; -+#ifndef HAVE_GMIME -+ WARN_NO_GMIME; - #else - TotemPlParserResult ret; - char *uri, *new_uri, *uri_scheme; -@@ -308,7 +308,7 @@ - g_object_unref (new_file); - - return ret; --#endif /* !HAVE_CAMEL */ -+#endif /* !HAVE_GMIME */ - } - - TotemPlParserResult -@@ -317,8 +317,8 @@ - GFile *base_file, - gpointer data) - { --#ifndef HAVE_CAMEL -- WARN_NO_CAMEL; -+#ifndef HAVE_GMIME -+ WARN_NO_GMIME; - #else - TotemPlParserResult ret; - char *uri, *new_uri; -@@ -346,7 +346,7 @@ - g_object_unref (new_file); - - return ret; --#endif /* !HAVE_CAMEL */ -+#endif /* !HAVE_GMIME */ - } - - /* Atom docs: -@@ -485,8 +485,8 @@ - GFile *base_file, - gpointer data) - { --#ifndef HAVE_CAMEL -- WARN_NO_CAMEL; -+#ifndef HAVE_GMIME -+ WARN_NO_GMIME; - #else - xml_node_t* doc; - char *contents, *uri; -@@ -517,7 +517,7 @@ - xml_parser_free_tree (doc); - - return TOTEM_PL_PARSER_RESULT_SUCCESS; --#endif /* !HAVE_CAMEL */ -+#endif /* !HAVE_GMIME */ - } - - TotemPlParserResult -@@ -526,8 +526,8 @@ - GFile *base_file, - gpointer data) - { --#ifndef HAVE_CAMEL -- WARN_NO_CAMEL; -+#ifndef HAVE_GMIME -+ WARN_NO_GMIME; - #else - guint len; - -@@ -544,7 +544,7 @@ - return totem_pl_parser_add_opml (parser, file, base_file, data); - - return TOTEM_PL_PARSER_RESULT_UNHANDLED; --#endif /* !HAVE_CAMEL */ -+#endif /* !HAVE_GMIME */ - } - - /* From libgsf's gsf-utils.h */ -@@ -716,8 +716,8 @@ - GFile *base_file, - gpointer data) - { --#ifndef HAVE_CAMEL -- WARN_NO_CAMEL; -+#ifndef HAVE_GMIME -+ WARN_NO_GMIME; - #else - char *contents, *uncompressed, *itms_uri; - GFile *itms_file, *feed_uri; -@@ -766,7 +766,7 @@ - g_object_unref (feed_uri); - - return ret; --#endif /* !HAVE_CAMEL */ -+#endif /* !HAVE_GMIME */ - } - - gboolean -@@ -865,8 +865,8 @@ - GFile *base_file, - gpointer data) - { --#ifndef HAVE_CAMEL -- WARN_NO_CAMEL; -+#ifndef HAVE_GMIME -+ WARN_NO_GMIME; - #else - xml_node_t* doc; - char *contents, *uri; -@@ -897,7 +897,7 @@ - xml_parser_free_tree (doc); - - return TOTEM_PL_PARSER_RESULT_SUCCESS; --#endif /* !HAVE_CAMEL */ -+#endif /* !HAVE_GMIME */ - } - - #endif /* !TOTEM_PL_PARSER_MINI */ ---- plparse/totem-pl-parser-podcast.h -+++ plparse/totem-pl-parser-podcast.h -@@ -38,12 +38,12 @@ - - #ifndef TOTEM_PL_PARSER_MINI - --#ifndef HAVE_CAMEL --#define WARN_NO_CAMEL { \ -- g_warning("Trying to parse a podcast, but totem-pl-parser built without libcamel support. Please contact your distribution provider."); \ -+#ifndef HAVE_GMIME -+#define WARN_NO_GMIME { \ -+ g_warning("Trying to parse a podcast, but totem-pl-parser built without libgmime support. Please contact your distribution provider."); \ - return TOTEM_PL_PARSER_RESULT_ERROR; \ - } --#endif /* !HAVE_CAMEL */ -+#endif /* !HAVE_GMIME */ - - gboolean totem_pl_parser_is_itms_feed (GFile *file); - ---- plparse/totem-pl-parser.c -+++ plparse/totem-pl-parser.c -@@ -109,8 +109,8 @@ - #include <gobject/gvaluecollector.h> - #include <gtk/gtk.h> - --#ifdef HAVE_CAMEL --#include <camel/camel-mime-utils.h> -+#ifdef HAVE_GMIME -+#include <gmime/gmime-utils.h> - #endif - - #include "totem-pl-parser.h" -@@ -1991,7 +1991,7 @@ - guint64 - totem_pl_parser_parse_date (const char *date_str, gboolean debug) - { --#ifdef HAVE_CAMEL -+#ifdef HAVE_GMIME - GTimeVal val; - - g_return_val_if_fail (date_str != NULL, -1); -@@ -2004,10 +2004,10 @@ - } - D(g_message ("Failed to parse duration '%s' using the ISO8601 parser", date_str)); - /* Fall back to RFC 2822 date parsing */ -- return camel_header_decode_date (date_str, NULL); -+ return g_mime_utils_header_decode_date (date_str, NULL); - #else -- WARN_NO_CAMEL; --#endif /* HAVE_CAMEL */ -+ WARN_NO_GMIME; -+#endif /* HAVE_GMIME */ - } - #endif /* !TOTEM_PL_PARSER_MINI */ - ---- totem-plparser-uninstalled.pc.in -+++ totem-plparser-uninstalled.pc.in -@@ -9,6 +9,6 @@ - Description: Totem Playlist Parser library - Version: @VERSION@ - Requires: gtk+-2.0 --Requires.private: libxml-2.0 camel-1.2 -+Requires.private: libxml-2.0 gmime-2.4 - Libs: ${pc_top_builddir}/${pcfiledir}/plparse/libtotem-plparser.la - Cflags: -I${pc_top_builddir}/${pcfiledir}/plparse ---- totem-plparser.pc.in -+++ totem-plparser.pc.in -@@ -9,7 +9,7 @@ - Description: Totem Playlist Parser library - Version: @VERSION@ - Requires: gtk+-2.0 --Requires.private: libxml-2.0 @LIBCAMEL@ -+Requires.private: libxml-2.0 @GMIME@ - Libs: -L${libdir} -ltotem-plparser - Cflags: -I${includedir}/totem-pl-parser/1/plparser --uselibcamel=@USELIBCAMEL@ -+uselibcamel=@USEGMIME@ diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-2.26.3-r1.ebuild b/dev-libs/totem-pl-parser/totem-pl-parser-2.26.3-r1.ebuild deleted file mode 100644 index a30cc7db681c..000000000000 --- a/dev-libs/totem-pl-parser/totem-pl-parser-2.26.3-r1.ebuild +++ /dev/null @@ -1,52 +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.26.3-r1.ebuild,v 1.11 2010/07/20 01:51:50 jer Exp $ - -EAPI="2" - -GCONF_DEBUG="no" - -inherit autotools 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" -IUSE="doc test" - -RDEPEND=">=dev-libs/glib-2.17.3 - >=x11-libs/gtk+-2.12 - dev-libs/gmime:2.4" -DEPEND="${RDEPEND} - !<media-video/totem-2.21 - >=dev-util/intltool-0.35 - dev-util/gtk-doc-am - doc? ( >=dev-util/gtk-doc-1.11 )" - -DOCS="AUTHORS ChangeLog NEWS" -G2CONF="${G2CONF} --disable-static" - -src_prepare() { - gnome2_src_prepare - - # FIXME: tarball generated with broken gtk-doc, revisit me. - if use doc; then - sed "/^TARGET_DIR/i \GTKDOC_REBASE=/usr/bin/gtkdoc-rebase" \ - -i gtk-doc.make || die "sed 1 failed" - else - sed "/^TARGET_DIR/i \GTKDOC_REBASE=$(type -P true)" \ - -i gtk-doc.make || die "sed 2 failed" - fi - - # GNOME Bug 522639 and GNOME Bug 589559 - # Use gmime instead of libcamel removing the e-d-s dependency - # Not needed with 2.28 - epatch "${FILESDIR}/${P}-no-libcamel-use-gmime.patch" - - # http://bugzilla.gnome.org/show_bug.cgi?id=577774 - epatch "${FILESDIR}/${PN}-2.26.1-fix-tests-without-gtk-doc.patch" - intltoolize --automake --copy --force || die "intltoolize failed" - eautoreconf -} diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-2.28.2.ebuild b/dev-libs/totem-pl-parser/totem-pl-parser-2.28.2.ebuild deleted file mode 100644 index 7b373f9a35aa..000000000000 --- a/dev-libs/totem-pl-parser/totem-pl-parser-2.28.2.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.28.2.ebuild,v 1.7 2010/08/14 16:45:29 armin76 Exp $ - -EAPI="2" - -GCONF_DEBUG="no" - -inherit 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 test" - -RDEPEND=">=dev-libs/glib-2.21.6 - >=x11-libs/gtk+-2.12 - dev-libs/gmime:2.4" -DEPEND="${RDEPEND} - !<media-video/totem-2.21 - >=dev-util/intltool-0.35 - dev-util/gtk-doc-am - doc? ( >=dev-util/gtk-doc-1.11 )" - -DOCS="AUTHORS ChangeLog NEWS" -G2CONF="${G2CONF} --disable-static" -# FIXME: testsuite does not work, please fix them and report on upstream -RESTRICT="test" - -src_prepare() { - gnome2_src_prepare - - # FIXME: tarball generated with broken gtk-doc, revisit me. - if use doc; then - sed "/^TARGET_DIR/i \GTKDOC_REBASE=/usr/bin/gtkdoc-rebase" \ - -i gtk-doc.make || die "sed 1 failed" - else - sed "/^TARGET_DIR/i \GTKDOC_REBASE=$(type -P true)" \ - -i gtk-doc.make || die "sed 2 failed" - fi -} diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-2.28.3.ebuild b/dev-libs/totem-pl-parser/totem-pl-parser-2.28.3.ebuild deleted file mode 100644 index f60b3a6fbc3c..000000000000 --- a/dev-libs/totem-pl-parser/totem-pl-parser-2.28.3.ebuild +++ /dev/null @@ -1,46 +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.28.3.ebuild,v 1.3 2010/07/20 01:51:51 jer Exp $ - -EAPI="2" -GCONF_DEBUG="no" - -inherit 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.21.6 - >=x11-libs/gtk+-2.12 - dev-libs/gmime:2.4" -DEPEND="${RDEPEND} - !<media-video/totem-2.21 - >=dev-util/intltool-0.35 - doc? ( >=dev-util/gtk-doc-1.11 )" - -DOCS="AUTHORS ChangeLog NEWS" - -pkg_setup() { - G2CONF="${G2CONF} --disable-static $(use_enable introspection)" -} - -src_prepare() { - gnome2_src_prepare - - # FIXME: disable some broken tests, report upstream - sed -e 's,^\(.*/parser/resolution.*\)$,/*\1*/,' \ - -e 's,^\(.*/parser/parsability.*\)$,/*\1*/,' \ - -e 's,^\(.*/parser/parsing/hadess.*\)$,/*\1*/,' \ - -i plparse/tests/parser.c || die -} - -src_test() { - unset DBUS_SESSION_BUS_ADDRESS - emake check || die "emake check failed" -} diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-2.30.2.ebuild b/dev-libs/totem-pl-parser/totem-pl-parser-2.30.2.ebuild deleted file mode 100644 index 47ccbf364dbd..000000000000 --- a/dev-libs/totem-pl-parser/totem-pl-parser-2.30.2.ebuild +++ /dev/null @@ -1,46 +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.2.ebuild,v 1.1 2010/08/15 22:07:34 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 - >=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_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.3.ebuild b/dev-libs/totem-pl-parser/totem-pl-parser-2.30.3.ebuild deleted file mode 100644 index 6056346869bc..000000000000 --- a/dev-libs/totem-pl-parser/totem-pl-parser-2.30.3.ebuild +++ /dev/null @@ -1,46 +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.3.ebuild,v 1.1 2010/09/13 21:08:12 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 - >=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_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 -} |