* [gentoo-commits] gentoo-x86 commit in dev-libs/totem-pl-parser: ChangeLog totem-pl-parser-2.32.6-r1.ebuild
@ 2011-10-19 7:03 Alexandre Rostovtsev (tetromino)
0 siblings, 0 replies; only message in thread
From: Alexandre Rostovtsev (tetromino) @ 2011-10-19 7:03 UTC (permalink / raw
To: gentoo-commits
tetromino 11/10/19 07:03:36
Modified: ChangeLog
Added: totem-pl-parser-2.32.6-r1.ebuild
Log:
Change dep from quvi to libquvi (radhermit recommendation), apply marienzs
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
Revision Changes Path
1.105 dev-libs/totem-pl-parser/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.105&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.105&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?r1=1.104&r2=1.105
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog 16 Oct 2011 17:25:59 -0000 1.104
+++ ChangeLog 19 Oct 2011 07:03:36 -0000 1.105
@@ -1,6 +1,19 @@
# 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.104 2011/10/16 17:25:59 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.105 2011/10/19 07:03:36 tetromino Exp $
+
+*totem-pl-parser-2.32.6-r1 (19 Oct 2011)
+
+ 19 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+ +totem-pl-parser-2.32.6-r1.ebuild,
+ +files/totem-pl-parser-2.32.6-quvi-0.4.patch:
+ Change dependency from quvi to libquvi per Tim Harder's recommendation (and
+ drop keywords accordingly). Add libquvi-0.4 compatibility patch (deprecated
+ "video" interface was removed during libquvi-0.2.20 development); fixes
+ bug #386651. Many thanks to Marien Zwart for the patch and to the many users
+ in the bug's CC list for testing. Patch has not yet been applied upstream
+ (see https://bugzilla.gnome.org/show_bug.cgi?id=661451), but is obviously
+ correct by inspection.
16 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org>
totem-pl-parser-2.32.6.ebuild:
1.1 dev-libs/totem-pl-parser/totem-pl-parser-2.32.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.6-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.6-r1.ebuild?rev=1.1&content-type=text/plain
Index: totem-pl-parser-2.32.6-r1.ebuild
===================================================================
# 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.6-r1.ebuild,v 1.1 2011/10/19 07:03:36 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit eutils gnome2
DESCRIPTION="Playlist parsing library"
HOMEPAGE="http://projects.gnome.org/totem/ http://developer.gnome.org/totem-pl-parser/stable/"
# eautoreconf needs:
#SRC_URI="${SRC_URI} mirror://gentoo/introspection-20110205.m4.tar.bz2"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="archive doc +introspection +quvi"
RDEPEND=">=dev-libs/glib-2.24:2
dev-libs/gmime:2.4
>=net-libs/libsoup-gnome-2.30:2.4
archive? ( >=app-arch/libarchive-2.8.4 )
introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
quvi? ( >=media-libs/libquvi-0.2.15 )"
DEPEND="${RDEPEND}
!<media-video/totem-2.21
>=sys-devel/gettext-0.17
>=dev-util/intltool-0.35
doc? ( >=dev-util/gtk-doc-1.11 )"
# eautoreconf needs:
# >=dev-util/gtk-doc-am-1.11
pkg_setup() {
G2CONF="${G2CONF}
--disable-static
--disable-maintainer-mode
$(use_enable archive libarchive)
$(use_enable quvi)
$(use_enable introspection)"
DOCS="AUTHORS ChangeLog NEWS"
}
# 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() {
# bug #386651, https://bugzilla.gnome.org/show_bug.cgi?id=661451
epatch "${FILESDIR}/${PN}-2.32.6-quvi-0.4.patch"
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() {
# This is required as told by upstream in bgo#629542
dbus-launch emake check || die "emake check failed"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-10-19 7:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-19 7:03 [gentoo-commits] gentoo-x86 commit in dev-libs/totem-pl-parser: ChangeLog totem-pl-parser-2.32.6-r1.ebuild Alexandre Rostovtsev (tetromino)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox