pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/gst-plugins-faad Initial import of gst-plugins-f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e49e16f4abb6
branches:  trunk
changeset: 479925:e49e16f4abb6
user:      seb <seb%pkgsrc.org@localhost>
date:      Thu Aug 26 13:34:11 2004 +0000

description:
Initial import of gst-plugins-faad version 0.8.2 into the NetBSD Packages
Collection.

This package provides the faad plugin for GStreamer, the ISO AAC
audio codec.

diffstat:

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

diffs (37 lines):

diff -r 3e7cd653b45d -r e49e16f4abb6 audio/gst-plugins-faad/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins-faad/DESCR      Thu Aug 26 13:34:11 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 faad plugin for GStreamer, the ISO AAC
+audio codec.
diff -r 3e7cd653b45d -r e49e16f4abb6 audio/gst-plugins-faad/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins-faad/Makefile   Thu Aug 26 13:34:11 2004 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/26 13:34:11 seb Exp $
+#
+
+GST_PLUGINS_NAME=      faad
+GST_PLUGINS_DIR=       ext/faad
+
+.include "../../multimedia/gst-plugins/Makefile.common"
+
+.include "../../audio/faad2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3e7cd653b45d -r e49e16f4abb6 audio/gst-plugins-faad/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins-faad/PLIST      Thu Aug 26 13:34:11 2004 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/26 13:34:11 seb Exp $
+lib/gstreamer-0.8/libgstfaad.a
+lib/gstreamer-0.8/libgstfaad.la
+lib/gstreamer-0.8/libgstfaad.so
+@comment in gstreamer: @dirrm lib/gstreamer-0.8



Home | Main Index | Thread Index | Old Index