2007-02-25 22:35:08 +00:00
|
|
|
# New ports collection makefile for: gstreamer-plugins-fluendo-mp3
|
|
|
|
# Date created: 2007-02-25
|
|
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gstreamer-plugins-fluendo-mp3
|
2008-02-25 18:20:21 +00:00
|
|
|
PORTVERSION= 0.10.7
|
2008-06-06 13:08:29 +00:00
|
|
|
PORTREVISION= 1
|
2007-02-25 22:35:08 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://core.fluendo.com/gstreamer/src/gst-fluendo-mp3/
|
|
|
|
DISTNAME= gst-fluendo-mp3-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
|
|
COMMENT= Mp3 gstreamer plugin from fluendo
|
|
|
|
|
2007-07-05 12:21:06 +00:00
|
|
|
CFLAGS:= ${CFLAGS} -O2
|
2007-02-25 22:35:08 +00:00
|
|
|
USE_GSTREAMER= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= lib/gstreamer-0.10/libgstflump3dec.a \
|
|
|
|
lib/gstreamer-0.10/libgstflump3dec.la \
|
|
|
|
lib/gstreamer-0.10/libgstflump3dec.so
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|