diff options
author | Michael Januszewski <spock@gentoo.org> | 2006-01-07 17:47:33 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2006-01-07 17:47:33 +0000 |
commit | cff1f017af1ede7816dc3e03ac1b874abbfa6780 (patch) | |
tree | 37c759d4e73ad6b725e4bfaa1031598652c6bca1 /media-libs/adplug | |
parent | Added a simple hack to make adplay compile with libbinio 1.4+. (diff) | |
download | gentoo-2-cff1f017af1ede7816dc3e03ac1b874abbfa6780.tar.gz gentoo-2-cff1f017af1ede7816dc3e03ac1b874abbfa6780.tar.bz2 gentoo-2-cff1f017af1ede7816dc3e03ac1b874abbfa6780.zip |
Added a simple hack to make adplug compile with libbinio 1.4+.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-libs/adplug')
-rw-r--r-- | media-libs/adplug/ChangeLog | 10 | ||||
-rw-r--r-- | media-libs/adplug/adplug-1.5.1-r1.ebuild | 27 | ||||
-rw-r--r-- | media-libs/adplug/files/digest-adplug-1.5.1-r1 | 1 |
3 files changed, 36 insertions, 2 deletions
diff --git a/media-libs/adplug/ChangeLog b/media-libs/adplug/ChangeLog index 1693dc53e3f6..529b54e58524 100644 --- a/media-libs/adplug/ChangeLog +++ b/media-libs/adplug/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/adplug -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v 1.8 2005/07/07 18:50:20 spock Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/ChangeLog,v 1.9 2006/01/07 17:47:33 spock Exp $ + +*adplug-1.5.1-r1 (07 Jan 2006) + + 07 Jan 2006; Michał Januszewski <spock@gentoo.org> + +adplug-1.5.1-r1.ebuild: + Added a simple hack to make adplug compile with libbinio 1.4+. 07 Jul 2005; Michał Januszewski <spock@gentoo.org> adplug-1.5.1.ebuild: Marked stable on x86. diff --git a/media-libs/adplug/adplug-1.5.1-r1.ebuild b/media-libs/adplug/adplug-1.5.1-r1.ebuild new file mode 100644 index 000000000000..b180ea0100dd --- /dev/null +++ b/media-libs/adplug/adplug-1.5.1-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/adplug/adplug-1.5.1-r1.ebuild,v 1.1 2006/01/07 17:47:33 spock Exp $ + +IUSE="" + +DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player library" +HOMEPAGE="http://adplug.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +DEPEND=">=dev-cpp/libbinio-1.2" + +src_compile() { + # A simple hack to make adplay work with libbinio 1.4+ + CXXFLAGS="${CXXFLAGS} -I/usr/include/libbinio" + econf || die "econf" + emake || die "emake" +} + +src_install() { + make DESTDIR="${D}" install || die + dodoc AUTHORS BUGS ChangeLog NEWS README TODO +} diff --git a/media-libs/adplug/files/digest-adplug-1.5.1-r1 b/media-libs/adplug/files/digest-adplug-1.5.1-r1 new file mode 100644 index 000000000000..3b5bc2b85f4b --- /dev/null +++ b/media-libs/adplug/files/digest-adplug-1.5.1-r1 @@ -0,0 +1 @@ +MD5 95d62805cff551bed84298e737a26df9 adplug-1.5.1.tar.bz2 681981 |