diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-01-04 22:30:21 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-01-04 22:30:21 +0000 |
commit | f4cf8cacad383ee0c2e05c0ed46e22577ccb1c87 (patch) | |
tree | 7041fb490e547d4b2c017beebfa577df2e3fba97 /media-libs | |
parent | Depend on <firefox-26 until bug 497024 is properly fixed. Remove old. (diff) | |
download | gentoo-2-f4cf8cacad383ee0c2e05c0ed46e22577ccb1c87.tar.gz gentoo-2-f4cf8cacad383ee0c2e05c0ed46e22577ccb1c87.tar.bz2 gentoo-2-f4cf8cacad383ee0c2e05c0ed46e22577ccb1c87.zip |
fix dev-libs/DirectFB requirement
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/FusionSound/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/FusionSound/FusionSound-1.1.1-r1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-libs/FusionSound/ChangeLog b/media-libs/FusionSound/ChangeLog index 84b943c41d5a..94446edc5d72 100644 --- a/media-libs/FusionSound/ChangeLog +++ b/media-libs/FusionSound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/FusionSound -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/FusionSound/ChangeLog,v 1.21 2012/11/25 13:51:03 lu_zero Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/FusionSound/ChangeLog,v 1.22 2014/01/04 22:30:21 hasufell Exp $ + + 04 Jan 2014; Julian Ospald <hasufell@gentoo.org> FusionSound-1.1.1-r1.ebuild: + fix dev-libs/DirectFB requirement 25 Nov 2012; Luca Barbato <lu_zero@gentoo.org> FusionSound-1.1.1-r1.ebuild, +files/FusionSound-1.1.1-libav-9.patch: diff --git a/media-libs/FusionSound/FusionSound-1.1.1-r1.ebuild b/media-libs/FusionSound/FusionSound-1.1.1-r1.ebuild index 12524b880498..92f111883b18 100644 --- a/media-libs/FusionSound/FusionSound-1.1.1-r1.ebuild +++ b/media-libs/FusionSound/FusionSound-1.1.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/FusionSound/FusionSound-1.1.1-r1.ebuild,v 1.14 2012/11/25 13:51:03 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/FusionSound/FusionSound-1.1.1-r1.ebuild,v 1.15 2014/01/04 22:30:21 hasufell Exp $ EAPI=4 inherit autotools eutils @@ -15,6 +15,7 @@ KEYWORDS="alpha amd64 hppa ppc x86" IUSE="alsa cddb ffmpeg mad oss timidity vorbis" RDEPEND=">=dev-libs/DirectFB-${PV} + <dev-libs/DirectFB-1.6.3 alsa? ( media-libs/alsa-lib ) timidity? ( media-libs/libtimidity |