git: 566c60c9adeb - main - multimedia/phonon-gstreamer: remove dependency on metaport
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 May 2022 08:20:04 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=566c60c9adeba796178ecd8ee3af329e15a0f4ff commit 566c60c9adeba796178ecd8ee3af329e15a0f4ff Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2022-05-25 08:15:17 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-05-25 08:18:44 +0000 multimedia/phonon-gstreamer: remove dependency on metaport PR: 263949 --- multimedia/phonon-gstreamer/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/phonon-gstreamer/Makefile b/multimedia/phonon-gstreamer/Makefile index 456580c7a117..8b95d560720b 100644 --- a/multimedia/phonon-gstreamer/Makefile +++ b/multimedia/phonon-gstreamer/Makefile @@ -2,7 +2,7 @@ PORTNAME= phonon DISTVERSION= 4.10.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTNAME}-backend-${PHONON_PLUGIN}/${DISTVERSION} DISTNAME= ${PORTNAME}-backend-${PHONON_PLUGIN}-${DISTVERSION} @@ -28,7 +28,7 @@ SUB_FILES= pkg-message OPTIONS_DEFINE= GST_PLUGINS GST_PLUGINS_DESC= Install GStreamer plugins -GST_PLUGINS_RUN_DEPENDS= gstreamer1-plugins-all>=0:multimedia/gstreamer1-plugins-all +GST_PLUGINS_USE= GSTREAMER=bad,good,ugly PHONON_PLUGIN= gstreamer WRKSRC= ${WRKDIR}/${PORTNAME}-backend-${PHONON_PLUGIN}-${DISTVERSION}