3f91498e6d
Wavpack moves from main package to stand alone plugin. New cdio plugin, spc plugin now enabled. Mark the cairo plugin ignore because it needs a newer version of cairo. Use gst-register-0.8 instead of gst-register. Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.10.html Approved by: maintainer (implicit)
17 lines
349 B
Makefile
17 lines
349 B
Makefile
# New ports collection makefile for: gstreamer-plugins-cdio
|
|
# Date created: 5 July 2005
|
|
# Whom: Koop Mast <kwm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= audio
|
|
PORTREVISION= 0
|
|
|
|
COMMENT= Gstreamer compact disc input and control library
|
|
|
|
GST_PLUGIN= cdio
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|