pkgsrc-Users archive

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

creating audio/gst-plugins0.10-sunadio



Hi,

since there is no sunaudio support in pkgsrc yet i've done the following to get it working:
 - copyed the gst-plugins0.10-oss dir to gst-plugins0.10-sunaudio
 - modified the Makefile
 - modified DESCR
 - modified PLIST
 - bmake install

What else has to be done to make this a proper package?

I do not have a mic, so can please someone test if recording is working?

Daniel
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple Ogg/Vorbis 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.

GStreamer is released under the LGPL.

This package is part of the 'good' plugins for GStreamer.  It provides the
sunaudio plugin, which allows playback and recording of sound through the
sun audio libraries.
# $NetBSD: Makefile,v 1.6 2008/06/20 01:09:06 joerg Exp $
#

GST_PLUGINS0.10_NAME=   sunaudio
GST_PLUGINS0.10_DIRS=   sys/sunaudio

PKG_DESTDIR_SUPPORT=    user-destdir

.include "../../multimedia/gst-plugins0.10-good/Makefile.common"

.include "../../mk/bsd.pkg.mk"
@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/18 15:50:04 jmmv Exp $
lib/gstreamer-0.10/libgstsunaudio.la
@comment in gstreamer0.10: @dirrm lib/gstreamer-0.10


Home | Main Index | Thread Index | Old Index