diff options
author | 2011-02-26 19:32:16 +0000 | |
---|---|---|
committer | 2011-02-26 19:32:16 +0000 | |
commit | 23cdf6f542727a7e779127adbfa2591bbaeae4b0 (patch) | |
tree | d1f334375dc9c96be0d9d92ac8ef47976c882cf3 /media-video/sswf/sswf-1.8.2.ebuild | |
parent | Use Python 2 (bug #356579). (diff) | |
download | gentoo-2-23cdf6f542727a7e779127adbfa2591bbaeae4b0.tar.gz gentoo-2-23cdf6f542727a7e779127adbfa2591bbaeae4b0.tar.bz2 gentoo-2-23cdf6f542727a7e779127adbfa2591bbaeae4b0.zip |
depend virtual/jpeg
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'media-video/sswf/sswf-1.8.2.ebuild')
-rw-r--r-- | media-video/sswf/sswf-1.8.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/sswf/sswf-1.8.2.ebuild b/media-video/sswf/sswf-1.8.2.ebuild index 18f6fdfcaac1..1f12152b5f85 100644 --- a/media-video/sswf/sswf-1.8.2.ebuild +++ b/media-video/sswf/sswf-1.8.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/sswf/sswf-1.8.2.ebuild,v 1.1 2008/04/21 17:20:42 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/sswf/sswf-1.8.2.ebuild,v 1.2 2011/02/26 19:32:16 signals Exp $ DESCRIPTION="A C++ Library and a script language tool to create Flash (SWF) movies up to version 8." HOMEPAGE="http://sswf.sourceforge.net" @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug doc examples" -RDEPEND="media-libs/jpeg +RDEPEND="virtual/jpeg media-libs/freetype" DEPEND="${RDEPEND} dev-util/pkgconfig" |