diff options
author | rh <rh@pkgsrc.org> | 1999-09-03 22:09:04 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-09-03 22:09:04 +0000 |
commit | 1dd175b146f76c3dc1f3f71efc38241cd900d6bf (patch) | |
tree | abd194e3cce5158740f441e7bd381ad13ef8d45f /audio/libcdaudio | |
parent | a759f78f6db45be5d8f072430b192aafe74c2f54 (diff) | |
download | pkgsrc-1dd175b146f76c3dc1f3f71efc38241cd900d6bf.tar.gz |
Initial import of libcdaudio-0.99.1, a multi-platform CD player development
library.
Diffstat (limited to 'audio/libcdaudio')
-rw-r--r-- | audio/libcdaudio/Makefile | 16 | ||||
-rw-r--r-- | audio/libcdaudio/files/md5 | 3 | ||||
-rw-r--r-- | audio/libcdaudio/patches/patch-aa | 18 | ||||
-rw-r--r-- | audio/libcdaudio/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/libcdaudio/pkg/DESCR | 20 | ||||
-rw-r--r-- | audio/libcdaudio/pkg/PLIST | 4 |
6 files changed, 62 insertions, 0 deletions
diff --git a/audio/libcdaudio/Makefile b/audio/libcdaudio/Makefile new file mode 100644 index 00000000000..ae5f04e55c9 --- /dev/null +++ b/audio/libcdaudio/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/09/03 22:09:04 rh Exp $ +# + +DISTNAME= libcdaudio-0.99.1 +CATEGORIES= audio +MASTER_SITES= ftp://cdcd.undergrid.net/libcdaudio/ \ + http://cdcd.undergrid.net/libcdaudio/source_archive/ \ + ftp://gjhsnews.mesa.k12.co.us/pub/libcdaudio/ + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://cdcd.undergrid.net/libcdaudio/ + +GNU_CONFIGURE= YES +USE_LIBTOOL= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/libcdaudio/files/md5 b/audio/libcdaudio/files/md5 new file mode 100644 index 00000000000..f3f94c04a71 --- /dev/null +++ b/audio/libcdaudio/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/09/03 22:09:04 rh Exp $ + +MD5 (libcdaudio-0.99.1.tar.gz) = f13c3e30e2af9cc17de51f413382d642 diff --git a/audio/libcdaudio/patches/patch-aa b/audio/libcdaudio/patches/patch-aa new file mode 100644 index 00000000000..e48410726a1 --- /dev/null +++ b/audio/libcdaudio/patches/patch-aa @@ -0,0 +1,18 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/09/03 22:09:04 rh Exp $ + +--- configure.orig Wed Aug 18 05:11:22 1999 ++++ configure Fri Sep 3 18:09:35 1999 +@@ -1458,11 +1458,13 @@ + fi + + ++if false; then + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++fi + + # Redirect the config.log output again, so that the ltconfig log is not + # clobbered by the next message. diff --git a/audio/libcdaudio/pkg/COMMENT b/audio/libcdaudio/pkg/COMMENT new file mode 100644 index 00000000000..9a1e6e57cb8 --- /dev/null +++ b/audio/libcdaudio/pkg/COMMENT @@ -0,0 +1 @@ +a multi-platform CD player development library. diff --git a/audio/libcdaudio/pkg/DESCR b/audio/libcdaudio/pkg/DESCR new file mode 100644 index 00000000000..3e067c2dd2c --- /dev/null +++ b/audio/libcdaudio/pkg/DESCR @@ -0,0 +1,20 @@ + libcdaudio is a multi-platform CD player development library which works with +NetBSD, Linux, FreeBSD, OpenBSD, Solaris, and Irix. It includes a basic command +set for controlling the operation of the CD-ROM drive as well as functions for +accessing both the CDDB, CD Index, and Cover Art Index. + + It is recommened that all programs wishing to specifically use CDDB data use +the FreeDB at "http://www.freedb.org/", which works well with libcdaudio. + + The CD Index ("http://www.cdindex.org/") is a rethought track information +mangement system that uses SQL servers to manage the data. This is another +track information method libcdaudio is capable of using. + + The Cover Art Index ("http://coverart.undergrid.net/") provides a method of +locating cover art for a particular CD based upon the disc's name or CD Index +ID. + + The entire libcdaudio API may be found in the libcdaudio programmer's manual +at "http://cdcd.undergrid.net/libcdaudio/manual/". The interface to the given +functions will remain as they are specified, although new functions may continue +to be added. diff --git a/audio/libcdaudio/pkg/PLIST b/audio/libcdaudio/pkg/PLIST new file mode 100644 index 00000000000..dcb96858095 --- /dev/null +++ b/audio/libcdaudio/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/03 22:09:04 rh Exp $ +include/cdaudio.h +lib/libcdaudio.so.1.0 +lib/libcdaudio.a |