64213c0065
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 cdparanoia plugin for GStreamer, which allows audio extraction from CDs.
14 lines
419 B
Makefile
14 lines
419 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/11/29 08:30:17 ryoon Exp $
|
|
#
|
|
|
|
GST_PLUGINS1_NAME= cdparanoia
|
|
GST_PLUGINS1_DIRS= ext/cdparanoia
|
|
GST_PLUGINS1_FLAGS= cdparanoia
|
|
|
|
.include "../../multimedia/gst-plugins1-base/Makefile.common"
|
|
|
|
CPPFLAGS+= -I${BUILDLINK_PREFIX.cdparanoia}/include/cdparanoia
|
|
|
|
BUILDLINK_API_DEPENDS.cdparanoia+= cdparanoia>=3.0.10.2
|
|
.include "../../audio/cdparanoia/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|