summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn J. Ellis <jje@gentoo.org>2003-03-09 01:16:54 +0000
committerJohn J. Ellis <jje@gentoo.org>2003-03-09 01:16:54 +0000
commitb27b2585db31b92cd673b6ff2dda108161ab8824 (patch)
tree712c5c94ec302bd71c47acc8d833380dff8339c8 /media-sound/amp
parentNew version (diff)
downloadhistorical-b27b2585db31b92cd673b6ff2dda108161ab8824.tar.gz
historical-b27b2585db31b92cd673b6ff2dda108161ab8824.tar.bz2
historical-b27b2585db31b92cd673b6ff2dda108161ab8824.zip
New ebuild (~x86 masked) closes #15355
Diffstat (limited to 'media-sound/amp')
-rw-r--r--media-sound/amp/ChangeLog12
-rw-r--r--media-sound/amp/amp-0.7.6.ebuild27
-rw-r--r--media-sound/amp/files/amp-0.7.6-gentoo.diff22
-rw-r--r--media-sound/amp/files/digest-amp-0.7.61
4 files changed, 62 insertions, 0 deletions
diff --git a/media-sound/amp/ChangeLog b/media-sound/amp/ChangeLog
new file mode 100644
index 000000000000..72341d0e34e4
--- /dev/null
+++ b/media-sound/amp/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for media-sound/amp
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amp/ChangeLog,v 1.1 2003/03/09 01:16:54 jje Exp $
+
+*amp-0.7.6 (09 Mar 2003)
+
+ 09 Mar 2003; jje <jje@gentoo.org> amp-0.7.6.ebuild,
+ files/amp-0.7.6-gentoo.diff:
+ Initial revision.
+
+ Submitted by: Alex Rudnick
+
diff --git a/media-sound/amp/amp-0.7.6.ebuild b/media-sound/amp/amp-0.7.6.ebuild
new file mode 100644
index 000000000000..2807b84f39c8
--- /dev/null
+++ b/media-sound/amp/amp-0.7.6.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amp/amp-0.7.6.ebuild,v 1.1 2003/03/09 01:16:54 jje Exp $
+
+DESCRIPTION="AMP - the Audio Mpeg Player"
+LICENSE="as-is"
+
+SRC_URI="http://distro.ibiblio.org/pub/Linux/distributions/slackware/slackware_source/ap/amp/${P}.tar.gz"
+KEYWORDS='~x86'
+SLOT="0"
+S=${WORKDIR}/${P}
+
+src_compile() {
+ ./configure \
+ --host=${CHOST} \
+ --prefix=/usr \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man || die "./configure failed"
+
+ patch -p0 <${FILESDIR}/${P}-gentoo.diff || die
+ emake || die
+}
+
+src_install() {
+ dobin amp || die
+ dodoc BUGS CHANGES README TODO doc/*
+}
diff --git a/media-sound/amp/files/amp-0.7.6-gentoo.diff b/media-sound/amp/files/amp-0.7.6-gentoo.diff
new file mode 100644
index 000000000000..dcef8bcae534
--- /dev/null
+++ b/media-sound/amp/files/amp-0.7.6-gentoo.diff
@@ -0,0 +1,22 @@
+*** Makefile Sat Feb 8 17:57:02 2003
+--- Makefile.new Sat Feb 8 20:33:52 2003
+***************
+*** 11,16 ****
+--- 11,17 ----
+ DEFINES = -DNO_BYTE_SWAPPING -DOS_Linux -DARCH_i686
+ CFLAGS = -O6 -ffast-math -fomit-frame-pointer ${DEFINES} ${DEBUG}
+ LDFLAGS =
++ INSTALL=install
+
+ #
+ # uncomment both of these if you want profiling support
+***************
+*** 50,53 ****
+--- 51,57 ----
+ dep:
+ gcc -MM ${DEFINES} ${DEBUG} *.c > .depend
+
++ install: amp
++ $(INSTALL) amp /usr/bin
++
+ #-include .depend
diff --git a/media-sound/amp/files/digest-amp-0.7.6 b/media-sound/amp/files/digest-amp-0.7.6
new file mode 100644
index 000000000000..f38aea6c1e87
--- /dev/null
+++ b/media-sound/amp/files/digest-amp-0.7.6
@@ -0,0 +1 @@
+MD5 c12a27ac84b417bdac3330c3aa366122 amp-0.7.6.tar.gz 100337