Portage is a package management system used by Gentoo Linux
# ChangeLog for media-sound/adplay
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/adplay/ChangeLog,v 1.20 2010/02/08 12:02:04 spock Exp $
*adplay-1.7 (08 Feb 2010)
08 Feb 2010; Michał Januszewski
Version bump.
18 Oct 2008; Michał Januszewski
Remove an old ebuild.
21 Sep 2008; Brent Baude
stable ppc, bug 237009
09 Sep 2008; Friedrich Oslage
Stable on sparc, bug #237009
08 Sep 2008; Markus Meier
amd64/x86 stable, bug #237009
*adplay-1.6 (10 Apr 2008)
10 Apr 2008; Samuli Suominen
Version bump.
10 Apr 2008; Samuli Suominen
-files/adplay-1.4-libbinio.patch, -adplay-1.4.ebuild,
-adplay-1.4-r2.ebuild, adplay-1.5.ebuild:
libbinio is required wrt #216893
19 Sep 2006; Daniel Gryniewicz
Marked stable on amd64 for bug #147612
18 Sep 2006; Jason Wever
Stable on SPARC wrt bug #147612.
17 Sep 2006;
Stable on ppc wrt bug 147612
15 Sep 2006; Joshua Jackson
Stable x86; bug #147612
*adplay-1.5 (06 Jun 2006)
06 Jun 2006; Michał Januszewski
-adplay-1.4-r1.ebuild, +adplay-1.5.ebuild:
Version bump. Removed old ebuilds.
29 May 2006; Simon Stelling
stable on amd64
*adplay-1.4-r2 (14 May 2006)
14 May 2006; Michał Januszewski
+files/adplay-1.4-libbinio.patch, +adplay-1.4-r2.ebuild:
Added a patch that fixes the adplug header files for libbinio 1.4+ (bug
#133239, thanks to Stian Skjelstad).
*adplay-1.4-r1 (07 Jan 2006)
07 Jan 2006; Michał Januszewski
Added a simple hack to make adplay compile with libbinio 1.4+.
11 Nov 2004; Jeremy Huddleston
Stable amd64, sparc, x86.
*adplay-1.4 (01 Oct 2004)
01 Oct 2004; Michal Januszewski
Version bump.
03 Sep 2004; Jeremy Huddleston
Added ~amd64 and ~sparc
21 Jul 2004; David Holm
Added to ~ppc.
*adplay-1.3 (20 Jul 2004)
20 Jul 2004; Michal Januszewski
+adplay-1.3.ebuild:
Initial commit.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST adplay-1.6.tar.bz2 247123 RMD160 4d9371182ec143574b512c3abc87a79db4f2a0d6 SHA1 2e7636f560142163a316fa0a4b4fe966884cedbf SHA256 e31379b000f3b9f181aa572119dd9cfae12b9e6e79cf099bc056e21a0ac33ab0
DIST adplay-1.7.tar.bz2 264340 RMD160 9e4f954e9d2783e5bde8d28380b7637fd0dd35af SHA1 0076527c7714198de18d209255b2b64450017980 SHA256 2c62cf763de301a05d446655380465743c5b81fb027d9791996e5eac5bf6fdc6
EBUILD adplay-1.6.ebuild 1019 RMD160 4df13c93bfe589411e43b5df04e2f0fde926cf94 SHA1 0d7ada98bb6440ca0806838efec95834c772c796 SHA256 9b2347f73c52175d0cc9db2e8ad40de751d3e32560a282c705dc678bcf80c028
EBUILD adplay-1.7.ebuild 1022 RMD160 ab9a1e75650adf0de2f8e7a61f4b499d7c85c47e SHA1 9ccbf7784c31c64dbd417f0bd6488c9be884523b SHA256 d3336fe351837344a2247ef9ece01821c0811fab3bb8002e954f25ac807401e2
MISC ChangeLog 2663 RMD160 79510911bea80d540e1f9aa0de4b1588ab8bcbcf SHA1 3b0c457133cdfc652ce90ab30614931ccf2d68b0 SHA256 0ae794c72bbb8f2b89c4e79945bc3238c4c7e1faec6c8bc8133116d2cb454cd7
MISC metadata.xml 219 RMD160 adf9425714d416c5d3a617022a7f329b3028d7e1 SHA1 58176182db443c822f2bad772e2649eab15c336c SHA256 daa9d68ed73b1674688e969febaa6645c856c9334ea454e7bee99d56fcdda106
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
iEYEARECAAYFAktv/R4ACgkQchej4aZK9/dtRACghueRLdOFnbcEf1Q1rlbpypy6
t64An3kN0PBkGz25TbBCcwcOI0vnvDE+
=DP0n
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/adplay/adplay-1.6.ebuild,v 1.4 2008/09/21 13:34:29 ranger Exp $
DESCRIPTION="A console player for AdLib music"
HOMEPAGE="http://adplug.sourceforge.net"
SRC_URI="mirror://sourceforge/adplug/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE="alsa ao esd oss sdl"
RDEPEND="media-libs/adplug
dev-cpp/libbinio
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )
esd? ( media-sound/esound )
sdl? ( media-libs/libsdl )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_compile() {
econf --disable-dependency-tracking \
$(use_enable alsa output-alsa) \
$(use_enable ao output-ao) \
$(use_enable esd output-esound) \
$(use_enable oss output-oss) \
$(use_enable sdl output-sdl)
emake || die "emake failed."
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS ChangeLog NEWS README TODO
}
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/adplay/adplay-1.7.ebuild,v 1.1 2010/02/08 12:02:04 spock Exp $
DESCRIPTION="A console player for AdLib music"
HOMEPAGE="http://adplug.sourceforge.net"
SRC_URI="mirror://sourceforge/adplug/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="alsa ao esd oss sdl"
RDEPEND="media-libs/adplug
dev-cpp/libbinio
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )
esd? ( media-sound/esound )
sdl? ( media-libs/libsdl )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_compile() {
econf --disable-dependency-tracking \
$(use_enable alsa output-alsa) \
$(use_enable ao output-ao) \
$(use_enable esd output-esound) \
$(use_enable oss output-oss) \
$(use_enable sdl output-sdl)
emake || die "emake failed."
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS ChangeLog NEWS README TODO
}