From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SBr29-0003lR-0U for garchives@archives.gentoo.org; Sun, 25 Mar 2012 17:15:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6477BE051E; Sun, 25 Mar 2012 17:15:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 22F7CE058E for ; Sun, 25 Mar 2012 17:15:06 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F8AE1B404A for ; Sun, 25 Mar 2012 17:15:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7AE24E542C for ; Sun, 25 Mar 2012 17:15:03 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1332693902.edb3a440a831c6076c0d5dfb0e73ac3e0006a43c.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/totem-pl-parser/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/totem-pl-parser/totem-pl-parser-3.2.0.ebuild X-VCS-Directories: dev-libs/totem-pl-parser/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: edb3a440a831c6076c0d5dfb0e73ac3e0006a43c X-VCS-Branch: master Date: Sun, 25 Mar 2012 17:15:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6b61bb2c-edb6-4883-aaf3-814bd5fa7468 X-Archives-Hash: 3925a6e705b6cec675ca85dec3c70df4 commit: edb3a440a831c6076c0d5dfb0e73ac3e0006a43c Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Mar 25 16:45:02 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Mar 25 16:45:02 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dedb3a440 dev-libs/totem-pl-parser: 2.32.6-r1 =E2=86=92 3.2.0 --- .../totem-pl-parser/totem-pl-parser-3.2.0.ebuild | 70 ++++++++++++++= ++++++ 1 files changed, 70 insertions(+), 0 deletions(-) diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-3.2.0.ebuild b/dev-= libs/totem-pl-parser/totem-pl-parser-3.2.0.ebuild new file mode 100644 index 0000000..948965e --- /dev/null +++ b/dev-libs/totem-pl-parser/totem-pl-parser-3.2.0.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2012 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-par= ser-2.32.6-r1.ebuild,v 1.5 2012/01/18 20:25:17 maekke Exp $ + +EAPI=3D"4" +GCONF_DEBUG=3D"no" +GNOME2_LA_PUNT=3D"yes" + +inherit eutils gnome2 + +DESCRIPTION=3D"Playlist parsing library" +HOMEPAGE=3D"http://projects.gnome.org/totem/ http://developer.gnome.org/= totem-pl-parser/stable/" + +# eautoreconf needs: +#SRC_URI=3D"${SRC_URI} mirror://gentoo/introspection-20110205.m4.tar.bz2= " + +LICENSE=3D"LGPL-2" +SLOT=3D"0" +KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~sparc ~x86 ~x86-fbsd" +IUSE=3D"archive crypt doc +introspection +quvi" + +RDEPEND=3D">=3Ddev-libs/glib-2.31:2 + dev-libs/gmime:2.4 + >=3Dnet-libs/libsoup-gnome-2.30:2.4 + archive? ( >=3Dapp-arch/libarchive-2.8.4 ) + crypt? ( dev-libs/libgcrypt ) + introspection? ( >=3Ddev-libs/gobject-introspection-0.9.5 ) + quvi? ( >=3Dmedia-libs/libquvi-0.2.15 )" +DEPEND=3D"${RDEPEND} + !=3Dsys-devel/gettext-0.17 + >=3Ddev-util/intltool-0.35 + doc? ( >=3Ddev-util/gtk-doc-1.14 )" +# eautoreconf needs: +# >=3Ddev-util/gtk-doc-am-1.14 + +pkg_setup() { + G2CONF=3D"${G2CONF} + --disable-static + --disable-maintainer-mode + $(use_enable archive libarchive) + $(use_enable crypt libgcrypt) + $(use_enable quvi) + $(use_enable introspection)" + DOCS=3D"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() { + 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" +}