diff options
author | wiz <wiz> | 2007-09-19 23:33:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-09-19 23:33:09 +0000 |
commit | df4df0aba7c62bae1cb2c473cf32741cc55052c7 (patch) | |
tree | 198f441989c603dbfd01c9321a56e456985dfe8f /audio/gnome-vfs-cdda | |
parent | 9c23295964ac98b49564f5571facfaecbae26885 (diff) | |
download | pkgsrc-df4df0aba7c62bae1cb2c473cf32741cc55052c7.tar.gz |
Rename gnome-vfs2-cdda to gnome-vfs-cdda.
Diffstat (limited to 'audio/gnome-vfs-cdda')
-rw-r--r-- | audio/gnome-vfs-cdda/DESCR | 6 | ||||
-rw-r--r-- | audio/gnome-vfs-cdda/Makefile | 17 | ||||
-rw-r--r-- | audio/gnome-vfs-cdda/PLIST | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/audio/gnome-vfs-cdda/DESCR b/audio/gnome-vfs-cdda/DESCR new file mode 100644 index 00000000000..6261fbcf7ef --- /dev/null +++ b/audio/gnome-vfs-cdda/DESCR @@ -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 --git a/audio/gnome-vfs-cdda/Makefile b/audio/gnome-vfs-cdda/Makefile new file mode 100644 index 00000000000..d9da4b99fa2 --- /dev/null +++ b/audio/gnome-vfs-cdda/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2007/09/19 23:33:10 wiz Exp $ +# + +GNOME_VFS2_NAME= cdda +CATEGORIES= audio + +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-vfs/Makefile.common" + +.include "../../audio/cdparanoia/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gnome-vfs-cdda/PLIST b/audio/gnome-vfs-cdda/PLIST new file mode 100644 index 00000000000..3c29b691991 --- /dev/null +++ b/audio/gnome-vfs-cdda/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2007/09/19 23:33:10 wiz Exp $ +lib/gnome-vfs-2.0/modules/libcdda.la +share/examples/gnome-vfs-2.0/modules/cdda-module.conf +@comment in gnome-vfs: @dirrm share/examples/gnome-vfs-2.0/modules +@comment in gnome-vfs: @dirrm lib/gnome-vfs-2.0/modules |