pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/gst-plugins-cdparanoia Initial import of gst-plu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31ae99ac97e9
branches:  trunk
changeset: 477530:31ae99ac97e9
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Jul 04 15:57:28 2004 +0000

description:
Initial import of gst-plugins-cdparanoia, version 0.8.2:

This package provides the cdparanoia plugin for GStreamer, which allows
audio extraction from CDs.

diffstat:

 audio/gst-plugins-cdparanoia/DESCR    |  10 ++++++++++
 audio/gst-plugins-cdparanoia/Makefile |  12 ++++++++++++
 audio/gst-plugins-cdparanoia/PLIST    |   5 +++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r dbc467d91423 -r 31ae99ac97e9 audio/gst-plugins-cdparanoia/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins-cdparanoia/DESCR        Sun Jul 04 15:57:28 2004 +0000
@@ -0,0 +1,10 @@
+GStreamer is a library that allows the construction of graphs of
+media-handling components, ranging from simple mp3 playback to complex
+audio (mixing) and video (non-linear editing) processing.
+
+Applications can take advantage of advances in codec and filter technology
+transparently.  Developers can add new codecs and filters by writing a
+simple plugin with a clean, generic interface.
+
+This package provides the cdparanoia plugin for GStreamer, which allows
+audio extraction from CDs.
diff -r dbc467d91423 -r 31ae99ac97e9 audio/gst-plugins-cdparanoia/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins-cdparanoia/Makefile     Sun Jul 04 15:57:28 2004 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/04 15:57:28 jmmv Exp $
+#
+
+GST_PLUGINS_NAME=      cdparanoia
+GST_PLUGINS_DIR=       ext/cdparanoia
+
+.include "../../multimedia/gst-plugins/Makefile.common"
+
+CPPFLAGS+=             -I${BUILDLINK_PREFIX.cdparanoia}/include/cdparanoia
+
+.include "../../audio/cdparanoia/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r dbc467d91423 -r 31ae99ac97e9 audio/gst-plugins-cdparanoia/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins-cdparanoia/PLIST        Sun Jul 04 15:57:28 2004 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/04 15:57:28 jmmv Exp $
+lib/gstreamer-0.8/libgstcdparanoia.a
+lib/gstreamer-0.8/libgstcdparanoia.la
+lib/gstreamer-0.8/libgstcdparanoia.so
+@comment in gstreamer: @dirrm lib/gstreamer-0.8



Home | Main Index | Thread Index | Old Index