diff options
author | Chris White <chriswhite@gentoo.org> | 2006-03-27 03:38:58 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2006-03-27 03:38:58 +0000 |
commit | e3ede4ccc928218572c31573c9aeaec3abde1881 (patch) | |
tree | bd8fc83106c257dea53d75d3bdc462c25c3525b2 /media-libs/paragui/paragui-1.0.4.ebuild | |
parent | Add new version that allows to play aac/m4a files on 64-bit systems. (diff) | |
download | gentoo-2-e3ede4ccc928218572c31573c9aeaec3abde1881.tar.gz gentoo-2-e3ede4ccc928218572c31573c9aeaec3abde1881.tar.bz2 gentoo-2-e3ede4ccc928218572c31573c9aeaec3abde1881.zip |
Backported the 1.1.8 header patch to all versions. Closes bug #104735. Thanks to Shyam Mani for the report and endowing me with the special punk powers.
([stable chroot] Portage version: 2.0.54)
Diffstat (limited to 'media-libs/paragui/paragui-1.0.4.ebuild')
-rw-r--r-- | media-libs/paragui/paragui-1.0.4.ebuild | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/media-libs/paragui/paragui-1.0.4.ebuild b/media-libs/paragui/paragui-1.0.4.ebuild index 50d05078f588..89712178ab02 100644 --- a/media-libs/paragui/paragui-1.0.4.ebuild +++ b/media-libs/paragui/paragui-1.0.4.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/paragui/paragui-1.0.4.ebuild,v 1.7 2005/03/17 17:09:50 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/paragui/paragui-1.0.4.ebuild,v 1.8 2006/03/27 03:38:58 chriswhite Exp $ + +inherit eutils DESCRIPTION="A cross-platform high-level application framework and GUI library" HOMEPAGE="http://www.paragui.org/" @@ -16,6 +18,12 @@ DEPEND=">=media-libs/libsdl-1.2.4 dev-libs/expat dev-games/physfs" +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${PN}-1.1.8-header.patch +} + src_install() { make DESTDIR=${D} install || die dodoc AUTHORS README* RELEASENOTES.final TODO THANKS |