pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio Rename gnome-vfs2-cdda to gnome-vfs-cdda.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a99aa14f987
branches:  trunk
changeset: 533475:9a99aa14f987
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 19 23:33:09 2007 +0000

description:
Rename gnome-vfs2-cdda to gnome-vfs-cdda.

diffstat:

 audio/Makefile                 |   4 ++--
 audio/gnome-vfs-cdda/DESCR     |   6 ++++++
 audio/gnome-vfs-cdda/Makefile  |  17 +++++++++++++++++
 audio/gnome-vfs-cdda/PLIST     |   5 +++++
 audio/gnome-vfs2-cdda/DESCR    |   6 ------
 audio/gnome-vfs2-cdda/Makefile |  17 -----------------
 audio/gnome-vfs2-cdda/PLIST    |   5 -----
 7 files changed, 30 insertions(+), 30 deletions(-)

diffs (98 lines):

diff -r 8448f7fdb8c4 -r 9a99aa14f987 audio/Makefile
--- a/audio/Makefile    Wed Sep 19 23:18:43 2007 +0000
+++ b/audio/Makefile    Wed Sep 19 23:33:09 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.362 2007/09/10 16:03:49 xtraeme Exp $
+# $NetBSD: Makefile,v 1.363 2007/09/19 23:33:09 wiz Exp $
 #
 
 COMMENT=       Audio tools
@@ -95,7 +95,7 @@
 SUBDIR+=       gnome-audio
 SUBDIR+=       gnome-speech
 SUBDIR+=       gnome-speech-espeak
-SUBDIR+=       gnome-vfs2-cdda
+SUBDIR+=       gnome-vfs-cdda
 SUBDIR+=       gogo
 SUBDIR+=       goom
 SUBDIR+=       gqmpeg
diff -r 8448f7fdb8c4 -r 9a99aa14f987 audio/gnome-vfs-cdda/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gnome-vfs-cdda/DESCR        Wed Sep 19 23:33:09 2007 +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 8448f7fdb8c4 -r 9a99aa14f987 audio/gnome-vfs-cdda/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gnome-vfs-cdda/Makefile     Wed Sep 19 23:33:09 2007 +0000
@@ -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 -r 8448f7fdb8c4 -r 9a99aa14f987 audio/gnome-vfs-cdda/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gnome-vfs-cdda/PLIST        Wed Sep 19 23:33:09 2007 +0000
@@ -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
diff -r 8448f7fdb8c4 -r 9a99aa14f987 audio/gnome-vfs2-cdda/DESCR
--- a/audio/gnome-vfs2-cdda/DESCR       Wed Sep 19 23:18:43 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,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.
diff -r 8448f7fdb8c4 -r 9a99aa14f987 audio/gnome-vfs2-cdda/Makefile
--- a/audio/gnome-vfs2-cdda/Makefile    Wed Sep 19 23:18:43 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2006/11/24 17:31:40 drochner 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-vfs2/Makefile.common"
-
-.include "../../audio/cdparanoia/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 8448f7fdb8c4 -r 9a99aa14f987 audio/gnome-vfs2-cdda/PLIST
--- a/audio/gnome-vfs2-cdda/PLIST       Wed Sep 19 23:18:43 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:15 jlam Exp $
-lib/gnome-vfs-2.0/modules/libcdda.la
-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