58b3869117
PR: 201539 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
24 lines
479 B
Makefile
24 lines
479 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gstreamer-plugins
|
|
PORTVERSION= 0.10.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
PKGNAMESUFFIX= -mp3
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= Gstreamer Plugins Mp3 decoder meta-port
|
|
|
|
USES= metaport
|
|
WANT_GSTREAMER= yes
|
|
|
|
OPTIONS_MULTI= MP3
|
|
OPTIONS_MULTI_MP3= MAD FLUENDO
|
|
OPTIONS_DEFAULT= MAD
|
|
FLUENDO_DESC= Use Fluendo Mp3 decoder
|
|
|
|
MAD_USE= GSTREAMER=mad
|
|
FLUENDO_USE= GSTREAMER=fluendo-mp3
|
|
|
|
.include <bsd.port.mk>
|