diff options
author | 2009-10-23 14:28:26 +0000 | |
---|---|---|
committer | 2009-10-23 14:28:26 +0000 | |
commit | 5db672ca898295705f637388b00cc484f8156d5f (patch) | |
tree | 34819cc523e91905a5587a17a1d50235fe5ebdaf /media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild | |
parent | Stable for HPPA (bug #287239). (diff) | |
download | gentoo-2-5db672ca898295705f637388b00cc484f8156d5f.tar.gz gentoo-2-5db672ca898295705f637388b00cc484f8156d5f.tar.bz2 gentoo-2-5db672ca898295705f637388b00cc484f8156d5f.zip |
fixed compile for graphtft-fe
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild')
-rw-r--r-- | media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild b/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild index c69c7e3fa8d9..fe5d8c60acc0 100644 --- a/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild +++ b/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.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/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild,v 1.2 2009/10/22 15:05:04 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild,v 1.3 2009/10/23 14:28:25 hd_brummy Exp $ EAPI="2" @@ -29,8 +29,7 @@ DEPEND=">=media-video/vdr-1.6.0_p2-r1[graphtft] >=media-video/ffmpeg-0.4.8_p20090201 imagemagick? ( media-gfx/imagemagick[png,jpeg] ) directfb? ( dev-libs/DirectFB ) - graphtft-fe? ( x11-libs/qt-gui:4 - media-libs/imlib2[png,jpeg,X] )" + graphtft-fe? ( media-libs/imlib2[png,jpeg,X] )" RDEPEND="${DEPEND}" @@ -89,9 +88,7 @@ src_compile() { if use graphtft-fe; then cd "${S}"/graphtft-fe - sed -i build.sh -e "s:qmake-qt4:qmake:" - ./clean.sh - ./build.sh || die "build.sh failed" + emake fi } |