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 1NpEVh-0005SQ-Hn for garchives@archives.gentoo.org; Wed, 10 Mar 2010 05:31:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C67AE0AFE; Wed, 10 Mar 2010 05:31:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1D925E0AFE for ; Wed, 10 Mar 2010 05:31:04 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id B77801B404E for ; Wed, 10 Mar 2010 05:31:03 +0000 (UTC) Received: from leio by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NpEVb-0000Cn-5b for gentoo-commits@lists.gentoo.org; Wed, 10 Mar 2010 05:31:03 +0000 From: "Mart Raudsepp (leio)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, leio@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/gst-python: gst-python-0.10.17.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gst-python-0.10.17.ebuild ChangeLog X-VCS-Directories: dev-python/gst-python X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp Content-Type: text/plain; charset=utf8 Message-Id: Sender: Mart Raudsepp Date: Wed, 10 Mar 2010 05:31:03 +0000 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: 4f851a91-788e-40e1-9f89-09596066b062 X-Archives-Hash: 41190b0248fab8ca44a6ee59dcdaf0fc leio 10/03/10 05:31:03 Modified: gst-python-0.10.17.ebuild ChangeLog Log: Fix tests, bug 285711 (Portage version: 2.2_rc60/cvs/Linux x86_64) Revision Changes Path 1.2 dev-python/gst-python/gst-python-0.10.17.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-pyt= hon/gst-python-0.10.17.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-pyt= hon/gst-python-0.10.17.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-pyt= hon/gst-python-0.10.17.ebuild?r1=3D1.1&r2=3D1.2 Index: gst-python-0.10.17.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.10.1= 7.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-python-0.10.17.ebuild 16 Nov 2009 02:11:21 -0000 1.1 +++ gst-python-0.10.17.ebuild 10 Mar 2010 05:31:02 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.10= .17.ebuild,v 1.1 2009/11/16 02:11:21 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.10= .17.ebuild,v 1.2 2010/03/10 05:31:02 leio Exp $ =20 EAPI=3D2 NEED_PYTHON=3D2.4 @@ -13,14 +13,18 @@ LICENSE=3D"LGPL-2" SLOT=3D"0.10" KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-= fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" -IUSE=3D"examples" +IUSE=3D"examples test" =20 RDEPEND=3D"|| ( >=3Ddev-python/pygobject-2.11.2 >=3Ddev-python/pygtk-2.6= .3 ) >=3Dmedia-libs/gstreamer-0.10.25 >=3Dmedia-libs/gst-plugins-base-0.10.25 dev-libs/libxml2" DEPEND=3D"${RDEPEND} - dev-util/pkgconfig" + dev-util/pkgconfig + test? ( + media-plugins/gst-plugins-ogg + media-plugins/gst-plugins-vorbis + )" # tests a "audiotestsrc ! vorbisenc ! oggmux ! fakesink" pipeline =20 src_prepare() { epatch "${FILESDIR}"/${PN}-0.10.9-lazy.patch @@ -39,6 +43,11 @@ fi } =20 +src_test() { + export LC_ALL=3D"C" + emake check || die "make check failed" +} + pkg_postinst() { python_version python_need_rebuild 1.76 dev-python/gst-python/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-pyt= hon/ChangeLog?rev=3D1.76&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-pyt= hon/ChangeLog?rev=3D1.76&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-pyt= hon/ChangeLog?r1=3D1.75&r2=3D1.76 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- ChangeLog 5 Jan 2010 18:36:15 -0000 1.75 +++ ChangeLog 10 Mar 2010 05:31:02 -0000 1.76 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/gst-python # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.7= 5 2010/01/05 18:36:15 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.7= 6 2010/03/10 05:31:02 leio Exp $ + + 10 Mar 2010; Mart Raudsepp gst-python-0.10.17.ebuild= : + Fix tests, bug 285711 =20 05 Jan 2010; nixnut gst-python-0.10.16.ebuild: ppc stable #290343