482d77c904
Remove xine plugins, not very well supported and gstreamer-ffmpeg does a better job. Override COMMENT and PORTREVISION in slave ports. For the slave ports in multimedia add also CATAGORIES. Chase libmusepack -> libmpcdec rename. Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.9.html Approved by: maintainer (implicit)
17 lines
360 B
Makefile
17 lines
360 B
Makefile
# New ports collection makefile for: gstreamer-plugins-musepack
|
|
# Date created: 4 Dec 2004
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= audio
|
|
PORTREVISION= 0
|
|
|
|
COMMENT= Gstreamer musepack mpc encoder/decoder plugin
|
|
|
|
GST_PLUGIN= musepack
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|