diff options
author | drochner <drochner@pkgsrc.org> | 2009-07-23 16:03:17 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-07-23 16:03:17 +0000 |
commit | 237ed8eff2e141c156fb0e98ec0f11e07d582d40 (patch) | |
tree | 59b39448a49baac2c7aba49584c3228a0f3462ab | |
parent | 24e54ae129e2274fd5a24c8f2d72577fd2a6e93a (diff) | |
download | pkgsrc-237ed8eff2e141c156fb0e98ec0f11e07d582d40.tar.gz |
build the "faac" plugin of gst-plugins0.10-bad
(useful for sound-juicer to rip into .m4a)
-rw-r--r-- | audio/gst-plugins0.10-faac/DESCR | 10 | ||||
-rw-r--r-- | audio/gst-plugins0.10-faac/Makefile | 12 | ||||
-rw-r--r-- | audio/gst-plugins0.10-faac/PLIST | 2 |
3 files changed, 24 insertions, 0 deletions
diff --git a/audio/gst-plugins0.10-faac/DESCR b/audio/gst-plugins0.10-faac/DESCR new file mode 100644 index 00000000000..3e4e169ef7f --- /dev/null +++ b/audio/gst-plugins0.10-faac/DESCR @@ -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 --git a/audio/gst-plugins0.10-faac/Makefile b/audio/gst-plugins0.10-faac/Makefile new file mode 100644 index 00000000000..2768b4742cd --- /dev/null +++ b/audio/gst-plugins0.10-faac/Makefile @@ -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 --git a/audio/gst-plugins0.10-faac/PLIST b/audio/gst-plugins0.10-faac/PLIST new file mode 100644 index 00000000000..29b1e1b8ce4 --- /dev/null +++ b/audio/gst-plugins0.10-faac/PLIST @@ -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 |