Skip to content

Commit

Permalink
multimedia/gstreamer1-plugins-all: drop obsolete restrictions
Browse files Browse the repository at this point in the history
- faac is available after ff10e5d
- lame is available after 6356d8c
- vdpau was limited to gstreamer 0.*

PR:		267041
  • Loading branch information
jbeich committed Feb 27, 2023
1 parent ad3c85d commit 65ba2a8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions multimedia/gstreamer1-plugins-all/Makefile
@@ -1,22 +1,13 @@
PORTNAME= gstreamer1-plugins-all
PORTVERSION= 1.20
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= multimedia

MAINTAINER= multimedia@FreeBSD.org
COMMENT= Meta-port of all GStreamer 1.x plugins
WWW= https://gstreamer.freedesktop.org/

USES= gstreamer metaport

# Weed out gst-plugins that can not be packaged. or are broken.
.if defined(PACKAGE_BUILDING)
# FAAC: Mp4 Dolby license , no package
# LAME: MP3 License , no package
# VDPAU: Needs to be build agains running kernel
USE_GSTREAMER= ${_GST_PLUGINS_VER:Nfaac:Nlame:Nvdpau}
.else
USE_GSTREAMER= ${_GST_PLUGINS_VER}
.endif

.include <bsd.port.mk>

0 comments on commit 65ba2a8

Please sign in to comment.