2013-09-20 16:36:35 +02:00
|
|
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
2007-06-07 16:00:05 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gstreamer-plugins
|
|
|
|
PORTVERSION= 0.10.0
|
2008-06-06 15:08:29 +02:00
|
|
|
PORTREVISION= 1
|
2007-06-07 16:00:05 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
PKGNAMESUFFIX= -mp3
|
|
|
|
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
|
|
COMMENT= Gstreamer Plugins Mp3 decoder meta-port
|
|
|
|
|
2015-07-15 16:26:02 +02:00
|
|
|
USES= metaport
|
2007-06-07 16:00:05 +02:00
|
|
|
WANT_GSTREAMER= yes
|
|
|
|
|
2012-06-01 13:47:17 +02:00
|
|
|
OPTIONS_MULTI= MP3
|
|
|
|
OPTIONS_MULTI_MP3= MAD FLUENDO
|
|
|
|
OPTIONS_DEFAULT= MAD
|
2012-06-02 19:56:56 +02:00
|
|
|
FLUENDO_DESC= Use Fluendo Mp3 decoder
|
2007-06-07 16:00:05 +02:00
|
|
|
|
2015-07-15 16:26:02 +02:00
|
|
|
MAD_USE= GSTREAMER=mad
|
|
|
|
FLUENDO_USE= GSTREAMER=fluendo-mp3
|
2007-06-07 16:00:05 +02:00
|
|
|
|
2012-06-01 13:47:17 +02:00
|
|
|
.include <bsd.port.mk>
|