diff options
author | rh <rh@pkgsrc.org> | 1999-09-03 22:15:46 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-09-03 22:15:46 +0000 |
commit | c86bf95ffada0b04b97444a273ccc68cdac97e40 (patch) | |
tree | d231d83c408aa63f6eeeb15a24d63e345c3229bd /audio/gdcd/pkg | |
parent | 6529df91980d81052a28933b52f58d9c363d53b5 (diff) | |
download | pkgsrc-c86bf95ffada0b04b97444a273ccc68cdac97e40.tar.gz |
Initial import of gdcd-0.0.2, a GTK CD player supporting CDDB, CD Index,
and Cover Art Index.
Diffstat (limited to 'audio/gdcd/pkg')
-rw-r--r-- | audio/gdcd/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/gdcd/pkg/DESCR | 23 | ||||
-rw-r--r-- | audio/gdcd/pkg/PLIST | 14 |
3 files changed, 38 insertions, 0 deletions
diff --git a/audio/gdcd/pkg/COMMENT b/audio/gdcd/pkg/COMMENT new file mode 100644 index 00000000000..92ce49b8b60 --- /dev/null +++ b/audio/gdcd/pkg/COMMENT @@ -0,0 +1 @@ +a CD player for the X Window System using the GIMP Tool Kit (GTK). diff --git a/audio/gdcd/pkg/DESCR b/audio/gdcd/pkg/DESCR new file mode 100644 index 00000000000..c48aa7091f6 --- /dev/null +++ b/audio/gdcd/pkg/DESCR @@ -0,0 +1,23 @@ + gdcd is a CD player for the X Window System which uses the GIMP Tool +Kit (GTK) and libcdaudio. It is in quite early development at this point, +but should become quite a bit more functional as time goes on. + +There are currently 3 working parts of gdcd: + +Button Panel: + The button panel provides 8 buttons for controlling CD-ROM operations. + Ideas for the cosmetic design of these buttons are quite obviously + borrowed from another excellent GTK-based X CD player, XfreeCD. Every + single one of them is working in this release, though extended + functionality to them will appear in future releases (such as + customizable seek control with the forward/reverse buttons.) + +Status Bar: + The status bar is gdcd's only method of output in this release. It + displays the status of network and CD-ROM operations, as well as the + track being played when play is started. + +Cover Art Display: + The cover art display shows the art from the cover of the album + currently in the CD-ROM, or if it can't be located, a splash screen + for the disc's genre. diff --git a/audio/gdcd/pkg/PLIST b/audio/gdcd/pkg/PLIST new file mode 100644 index 00000000000..7bbab288fe0 --- /dev/null +++ b/audio/gdcd/pkg/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/03 22:15:46 rh Exp $ +bin/gdcd +share/pixmaps/gdcd/blues.png +share/pixmaps/gdcd/data.png +share/pixmaps/gdcd/folk.png +share/pixmaps/gdcd/jazz.png +share/pixmaps/gdcd/misc.png +share/pixmaps/gdcd/newage.png +share/pixmaps/gdcd/nodisc.png +share/pixmaps/gdcd/reggae.png +share/pixmaps/gdcd/rock.png +share/pixmaps/gdcd/soundtrack.png +share/pixmaps/gdcd/unknown.png +@dirrm share/pixmaps/gdcd |