pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/gnome-vfs2-cdda Initial import of gnome-vfs2-cdd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05f4da59102c
branches:  trunk
changeset: 473047:05f4da59102c
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Apr 15 16:37:51 2004 +0000

description:
Initial import of gnome-vfs2-cdda, version 2.6.0:

GNOME VFS provides an abstraction layer of the file system; applications
use this layer to access many different protocols and simulate that they
are part of the local file system.

This package provides the cdda module for GNOME VFS, which allows it to
retrieve audio tracks from CDDA capable CDROM drives.

diffstat:

 audio/gnome-vfs2-cdda/DESCR    |   6 ++++++
 audio/gnome-vfs2-cdda/Makefile |  16 ++++++++++++++++
 audio/gnome-vfs2-cdda/PLIST    |   7 +++++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r fe4e85986d87 -r 05f4da59102c audio/gnome-vfs2-cdda/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gnome-vfs2-cdda/DESCR       Thu Apr 15 16:37:51 2004 +0000
@@ -0,0 +1,6 @@
+GNOME VFS provides an abstraction layer of the file system; applications
+use this layer to access many different protocols and simulate that they
+are part of the local file system.
+
+This package provides the cdda module for GNOME VFS, which allows it to
+retrieve audio tracks from CDDA capable CDROM drives.
diff -r fe4e85986d87 -r 05f4da59102c audio/gnome-vfs2-cdda/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gnome-vfs2-cdda/Makefile    Thu Apr 15 16:37:51 2004 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/15 16:37:51 jmmv Exp $
+#
+
+GNOME_VFS2_NAME=       cdda
+
+CPPFLAGS+=             -I${BUILDLINK_PREFIX.cdparanoia}/include/cdparanoia
+
+EGFILES+=              modules/cdda-module.conf
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/modules/cdda-module.conf ${EGDIR}/modules
+
+.include "../../sysutils/gnome-vfs2/Makefile.common"
+
+.include "../../audio/cdparanoia/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fe4e85986d87 -r 05f4da59102c audio/gnome-vfs2-cdda/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gnome-vfs2-cdda/PLIST       Thu Apr 15 16:37:51 2004 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/15 16:37:51 jmmv Exp $
+lib/gnome-vfs-2.0/modules/libcdda.a
+lib/gnome-vfs-2.0/modules/libcdda.la
+lib/gnome-vfs-2.0/modules/libcdda.so
+share/examples/gnome-vfs-2.0/modules/cdda-module.conf
+@comment in gnome-vfs2: @dirrm share/examples/gnome-vfs-2.0/modules
+@comment in gnome-vfs2: @dirrm lib/gnome-vfs-2.0/modules



Home | Main Index | Thread Index | Old Index