View | Details | Raw Unified | Return to bug 267041
Collapse All | Expand All

(-)b/multimedia/gstreamer1-plugins-all/Makefile (-3 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	gstreamer1-plugins-all
1
PORTNAME=	gstreamer1-plugins-all
2
PORTVERSION=	1.16
2
PORTVERSION=	1.16
3
PORTREVISION=	4
3
PORTREVISION=	5
4
CATEGORIES=	multimedia
4
CATEGORIES=	multimedia
5
5
6
MAINTAINER=	multimedia@FreeBSD.org
6
MAINTAINER=	multimedia@FreeBSD.org
Lines 12-20 USES= gstreamer metaport Link Here
12
# Weed out gst-plugins that can not be packaged. or are broken.
12
# Weed out gst-plugins that can not be packaged. or are broken.
13
.if defined(PACKAGE_BUILDING)
13
.if defined(PACKAGE_BUILDING)
14
# FAAC:    Mp4 Dolby license , no package
14
# FAAC:    Mp4 Dolby license , no package
15
# LAME:    MP3 License , no package
16
# VDPAU:   Needs to be build agains running kernel
15
# VDPAU:   Needs to be build agains running kernel
17
USE_GSTREAMER=	${_GST_PLUGINS_VER:Nfaac:Nlame:Nvdpau}
16
USE_GSTREAMER=	${_GST_PLUGINS_VER:Nfaac:Nvdpau}
18
.else
17
.else
19
USE_GSTREAMER=	${_GST_PLUGINS_VER}
18
USE_GSTREAMER=	${_GST_PLUGINS_VER}
20
.endif
19
.endif

Return to bug 267041