# ChangeLog for media-sound/adplay
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/adplay/ChangeLog,v 1.8 2006/05/29 19:19:07 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/adplay/ChangeLog,v 1.9 2006/06/06 11:49:27 spock Exp $
+
+*adplay-1.5 (06 Jun 2006)
+
+ 06 Jun 2006; MichaĆ Januszewski <spock@gentoo.org> -adplay-1.3.ebuild,
+ -adplay-1.4-r1.ebuild, +adplay-1.5.ebuild:
+ Version bump. Removed old ebuilds.
29 May 2006; Simon Stelling <blubb@gentoo.org> adplay-1.4-r2.ebuild:
stable on amd64
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/adplay/adplay-1.5.ebuild,v 1.1 2006/06/06 11:49:27 spock Exp $
+
+inherit eutils
+
+IUSE="alsa esd oss sdl"
+
+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"
+
+DEPEND="media-libs/adplug"
+
+src_compile() {
+ local myconf
+
+ use alsa || myconf="${myconf} --disable-output-alsa"
+ use oss || myconf="${myconf} --disable-output-oss"
+ use esd || myconf="${myconf} --disable-output-esound"
+ use sdl || myconf="${myconf} --disable-output-sdl"
+
+ econf ${myconf} || die
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die
+}
--- /dev/null
+MD5 18e1ac84b6f07d0388902a083f400da7 adplay-1.5.tar.bz2 228151
+RMD160 3ba58763e5577e50060142713bf1c1f19358fd69 adplay-1.5.tar.bz2 228151
+SHA256 63798e2bded3b17d9300027f0d0bd072b1184bb895a3d57e7083db9bf084f73f adplay-1.5.tar.bz2 228151