git: 65ba2a80b7cd - main - multimedia/gstreamer1-plugins-all: drop obsolete restrictions

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 27 Feb 2023 20:13:06 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=65ba2a80b7cdeab149c34e17144fbfab736d8876

commit 65ba2a80b7cdeab149c34e17144fbfab736d8876
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-02-27 20:04:34 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-02-27 20:12:56 +0000

    multimedia/gstreamer1-plugins-all: drop obsolete restrictions
    
    - faac is available after ff10e5d3fb1f
    - lame is available after 6356d8c7e8a5
    - vdpau was limited to gstreamer 0.*
    
    PR:             267041
---
 multimedia/gstreamer1-plugins-all/Makefile | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/multimedia/gstreamer1-plugins-all/Makefile b/multimedia/gstreamer1-plugins-all/Makefile
index afc88968b176..3416a20d852b 100644
--- a/multimedia/gstreamer1-plugins-all/Makefile
+++ b/multimedia/gstreamer1-plugins-all/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gstreamer1-plugins-all
 PORTVERSION=	1.20
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	multimedia
 
 MAINTAINER=	multimedia@FreeBSD.org
@@ -8,15 +8,6 @@ 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>