pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/gst-plugins0.10-faac build the "faac" plugin of ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d75ab5dc379d
branches:  trunk
changeset: 396408:d75ab5dc379d
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Jul 23 16:03:17 2009 +0000

description:
build the "faac" plugin of gst-plugins0.10-bad
(useful for sound-juicer to rip into .m4a)

diffstat:

 audio/gst-plugins0.10-faac/DESCR    |  10 ++++++++++
 audio/gst-plugins0.10-faac/Makefile |  12 ++++++++++++
 audio/gst-plugins0.10-faac/PLIST    |   2 ++
 3 files changed, 24 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r b71c1dffa0be -r d75ab5dc379d audio/gst-plugins0.10-faac/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-faac/DESCR  Thu Jul 23 16:03:17 2009 +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 b71c1dffa0be -r d75ab5dc379d audio/gst-plugins0.10-faac/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-faac/Makefile       Thu Jul 23 16:03:17 2009 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/07/23 16:03:17 drochner Exp $
+#
+
+GST_PLUGINS0.10_NAME=  faac
+GST_PLUGINS0.10_DIRS=  ext/faac
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../multimedia/gst-plugins0.10-bad/Makefile.common"
+
+.include "../../audio/faac/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b71c1dffa0be -r d75ab5dc379d audio/gst-plugins0.10-faac/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-faac/PLIST  Thu Jul 23 16:03:17 2009 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/23 16:03:17 drochner Exp $
+lib/gstreamer-0.10/libgstfaac.la



Home | Main Index | Thread Index | Old Index