summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2002-07-14 13:26:56 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2002-07-14 13:26:56 +0000
commit4f546d0fc4e6cb1ce15ca983184be623a47f60a2 (patch)
tree95c775651292ace8b483c6ffac5b427ce367fae0
parentMakes XPDF use ghostscript T1 fonts. (diff)
downloadgentoo-2-4f546d0fc4e6cb1ce15ca983184be623a47f60a2.tar.gz
gentoo-2-4f546d0fc4e6cb1ce15ca983184be623a47f60a2.tar.bz2
gentoo-2-4f546d0fc4e6cb1ce15ca983184be623a47f60a2.zip
Closes #4904
-rw-r--r--media-sound/cdcd/ChangeLog9
-rw-r--r--media-sound/cdcd/cdcd-0.5.0-r1.ebuild49
-rw-r--r--media-sound/cdcd/files/digest-cdcd-0.5.0-r11
3 files changed, 58 insertions, 1 deletions
diff --git a/media-sound/cdcd/ChangeLog b/media-sound/cdcd/ChangeLog
index 62158afd1f38..c6b06c160a05 100644
--- a/media-sound/cdcd/ChangeLog
+++ b/media-sound/cdcd/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-sound/cdcd
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cdcd/ChangeLog,v 1.1 2002/02/01 21:53:31 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cdcd/ChangeLog,v 1.2 2002/07/14 13:26:56 aliz Exp $
+
+*cdcd-0.5.0-r1 (13 Jul 2002)
+
+ 13 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> cdcd-0.5.0-r1.ebuild :
+
+ Fixed a library ordering issue, found and fixed by Sam Yates (sam@quux.dropbear.id.au).
+ Closes bug #4904.
*cdcd-0.5.0 (1 Feb 2002)
diff --git a/media-sound/cdcd/cdcd-0.5.0-r1.ebuild b/media-sound/cdcd/cdcd-0.5.0-r1.ebuild
new file mode 100644
index 000000000000..f9b4740940eb
--- /dev/null
+++ b/media-sound/cdcd/cdcd-0.5.0-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cdcd/cdcd-0.5.0-r1.ebuild,v 1.1 2002/07/14 13:26:56 aliz Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="a simple yet powerful command line cd player"
+SRC_URI="http://cdcd.undergrid.net/source_archive/${P}.tar.gz"
+HOMEPAGE="http://cdcd.undergrid.net/"
+DEPEND="virtual/glibc
+ >=sys-libs/ncurses-5.0
+ >=sys-libs/readline-4.0
+ >=media-libs/libcdaudio-0.99.4"
+
+src_unpack() {
+ unpack ${P}.tar.gz
+
+ cd ${S}
+
+ patch <<'_end_'
+*** configure.in.orig Sat Jul 13 04:19:25 2002
+--- configure.in Sat Jul 13 04:19:01 2002
+***************
+*** 58,62 ****
+ fi
+ fi
+! LIBS="$CURSES $READLINE $CDAUDIO_LIBS"
+
+ AC_OUTPUT(Makefile)
+--- 58,62 ----
+ fi
+ fi
+! LIBS="$READLINE $CURSES $CDAUDIO_LIBS"
+
+ AC_OUTPUT(Makefile)
+_end_
+
+}
+
+src_compile() {
+
+ econf || die
+ make || die
+}
+
+src_install () {
+ cd ${S}
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS COPYING ChangeLog NEWS README
+}
diff --git a/media-sound/cdcd/files/digest-cdcd-0.5.0-r1 b/media-sound/cdcd/files/digest-cdcd-0.5.0-r1
new file mode 100644
index 000000000000..07a0e12eb8f1
--- /dev/null
+++ b/media-sound/cdcd/files/digest-cdcd-0.5.0-r1
@@ -0,0 +1 @@
+MD5 10f786f8276fffc9d32640b9a22beb48 cdcd-0.5.0.tar.gz 62063