build the "faac" plugin of gst-plugins0.10-bad
(useful for sound-juicer to rip into .m4a)
This commit is contained in:
parent
24e54ae129
commit
237ed8eff2
3 changed files with 24 additions and 0 deletions
10
audio/gst-plugins0.10-faac/DESCR
Normal file
10
audio/gst-plugins0.10-faac/DESCR
Normal file
|
@ -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.
|
12
audio/gst-plugins0.10-faac/Makefile
Normal file
12
audio/gst-plugins0.10-faac/Makefile
Normal file
|
@ -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"
|
2
audio/gst-plugins0.10-faac/PLIST
Normal file
2
audio/gst-plugins0.10-faac/PLIST
Normal file
|
@ -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
|
Loading…
Reference in a new issue