Import gst-plugins1-modplug-1.4.5 as wip/gst-plugins1-modplug.
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 modplug plugin for GStreamer.
This commit is contained in:
parent
bef5875757
commit
fb3d6946aa
3 changed files with 24 additions and 0 deletions
9
gst-plugins1-modplug/DESCR
Normal file
9
gst-plugins1-modplug/DESCR
Normal file
|
@ -0,0 +1,9 @@
|
|||
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 modplug plugin for GStreamer.
|
13
gst-plugins1-modplug/Makefile
Normal file
13
gst-plugins1-modplug/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/08/18 20:38:11 yhardy Exp $
|
||||
#
|
||||
|
||||
GST_PLUGINS1_NAME= modplug
|
||||
GST_PLUGINS1_DIRS= ext/modplug
|
||||
GST_PLUGINS1_FLAGS= modplug
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
.include "../../multimedia/gst-plugins1-bad/Makefile.common"
|
||||
|
||||
.include "../../audio/libmodplug/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
gst-plugins1-modplug/PLIST
Normal file
2
gst-plugins1-modplug/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/08/18 20:38:11 yhardy Exp $
|
||||
lib/gstreamer-1.0/libgstmodplug.la
|
Loading…
Reference in a new issue