diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-05-20 05:51:04 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-05-20 05:51:04 +0000 |
commit | a9756f61c73b2e6ae7c0388c2306c6786eefba4d (patch) | |
tree | 463a797402bfe9cf2eb03ce8e890e49e37e52b25 /www-plugins | |
parent | Version bump. (diff) | |
download | gentoo-2-a9756f61c73b2e6ae7c0388c2306c6786eefba4d.tar.gz gentoo-2-a9756f61c73b2e6ae7c0388c2306c6786eefba4d.tar.bz2 gentoo-2-a9756f61c73b2e6ae7c0388c2306c6786eefba4d.zip |
depend on media-fonts/liberation-fonts
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/lightspark/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/lightspark/lightspark-0.3.5.ebuild | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/www-plugins/lightspark/ChangeLog b/www-plugins/lightspark/ChangeLog index 370d226dcc74..aff6bf148fc8 100644 --- a/www-plugins/lightspark/ChangeLog +++ b/www-plugins/lightspark/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/lightspark # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/ChangeLog,v 1.3 2010/05/20 05:21:50 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/ChangeLog,v 1.4 2010/05/20 05:51:04 chithanh Exp $ + + 20 May 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + lightspark-0.3.5.ebuild: + depend on media-fonts/liberation-fonts *lightspark-0.3.5 (20 May 2010) diff --git a/www-plugins/lightspark/lightspark-0.3.5.ebuild b/www-plugins/lightspark/lightspark-0.3.5.ebuild index d8ef218edc0c..8cb84b1e7f58 100644 --- a/www-plugins/lightspark/lightspark-0.3.5.ebuild +++ b/www-plugins/lightspark/lightspark-0.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/lightspark-0.3.5.ebuild,v 1.1 2010/05/20 05:21:50 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/lightspark-0.3.5.ebuild,v 1.2 2010/05/20 05:51:04 chithanh Exp $ EAPI=3 inherit cmake-utils nsplugins multilib @@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="nsplugin" RDEPEND="dev-libs/libpcre + media-fonts/liberation-fonts media-video/ffmpeg media-libs/ftgl media-libs/glew @@ -38,7 +39,10 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-0.3.3-llvm-datatypes.patch # Adjust plugin permissions - sed -i 's|FILES|PROGRAMS|' plugin-dir/CMakeLists.txt || die + sed -i "s|FILES|PROGRAMS|" plugin-dir/CMakeLists.txt || die + + # Adjust font paths + sed -i "s|truetype/ttf-liberation|liberation-fonts|" swf.cpp || die } src_configure() { |