diff options
author | Olivier Crête <tester@gentoo.org> | 2009-06-15 21:56:17 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2009-06-15 21:56:17 +0000 |
commit | 456dd79b07d976b7a1e8684164e626854662dbe2 (patch) | |
tree | 31a0c8d372ac67b611d4f488a498263a47ff1ae8 /net-libs | |
parent | Add USB support (#270039). (diff) | |
download | gentoo-2-456dd79b07d976b7a1e8684164e626854662dbe2.tar.gz gentoo-2-456dd79b07d976b7a1e8684164e626854662dbe2.tar.bz2 gentoo-2-456dd79b07d976b7a1e8684164e626854662dbe2.zip |
Add some codecs to make the tests runnable
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/farsight2/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/farsight2/farsight2-0.0.10.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-libs/farsight2/ChangeLog b/net-libs/farsight2/ChangeLog index 1e9780e61539..fc55b1675e27 100644 --- a/net-libs/farsight2/ChangeLog +++ b/net-libs/farsight2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/farsight2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.6 2009/06/10 18:12:07 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.7 2009/06/15 21:56:17 tester Exp $ + + 15 Jun 2009; Olivier Crête <tester@gentoo.org> farsight2-0.0.10.ebuild: + Add some codecs to make the tests runnable 10 Jun 2009; Olivier Crête <tester@gentoo.org> farsight2-0.0.10.ebuild: Bump the dependency to gst-plugins-base 0.10.23, bug #271582 diff --git a/net-libs/farsight2/farsight2-0.0.10.ebuild b/net-libs/farsight2/farsight2-0.0.10.ebuild index 2a347b7f3f70..7497a778fd2d 100644 --- a/net-libs/farsight2/farsight2-0.0.10.ebuild +++ b/net-libs/farsight2/farsight2-0.0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.10.ebuild,v 1.2 2009/06/10 18:12:07 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.10.ebuild,v 1.3 2009/06/15 21:56:17 tester Exp $ EAPI="2" @@ -27,6 +27,8 @@ RDEPEND="${COMMONDEPEND} >=media-libs/gst-plugins-bad-0.10.11" DEPEND="${COMMONDEPEND} + test? ( media-plugins/gst-plugins-vorbis + media-plugins/gst-plugins-speex ) dev-util/pkgconfig" src_configure() { |