svn commit: r488741 - in head/www: falkon qt5-webengine
Adriaan de Groot
adridg at FreeBSD.org
Sun Dec 30 21:55:02 UTC 2018
Author: adridg
Date: Sun Dec 30 21:55:00 2018
New Revision: 488741
URL: https://svnweb.freebsd.org/changeset/ports/488741
Log:
Move the alsa-plugins runtime dependency -- needed to get sound
output -- downwards in the stack, to webengine (which already
had an ALSA option, only for the libs).
Reported by: tobik
Modified:
head/www/falkon/Makefile
head/www/qt5-webengine/Makefile
Modified: head/www/falkon/Makefile
==============================================================================
--- head/www/falkon/Makefile Sun Dec 30 21:51:45 2018 (r488740)
+++ head/www/falkon/Makefile Sun Dec 30 21:55:00 2018 (r488741)
@@ -2,7 +2,7 @@
PORTNAME= falkon
DISTVERSION= 3.0.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= KDE/stable/falkon/${DISTVERSION:R}/src/
@@ -21,16 +21,11 @@ USE_XORG= xcb
USE_LDCONFIG= yes
-OPTIONS_DEFINE= GNOMEKEYRING ALSA
-OPTIONS_DEFAULT= ALSA
+OPTIONS_DEFINE= GNOMEKEYRING
OPTIONS_SUB= YES
GNOMEKEYRING_CMAKE_BOOL= BUILD_KEYRING
GNOMEKEYRING_USE= GNOME=glib20
GNOMEKEYRING_LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring
-
-# Need the plugins to get sound, otherwise messages that the
-# pcm_oss plugin can't be opened.
-ALSA_RUN_DEPENDS= alsa-plugins>=0:audio/alsa-plugins
.include <bsd.port.mk>
Modified: head/www/qt5-webengine/Makefile
==============================================================================
--- head/www/qt5-webengine/Makefile Sun Dec 30 21:51:45 2018 (r488740)
+++ head/www/qt5-webengine/Makefile Sun Dec 30 21:55:00 2018 (r488741)
@@ -20,7 +20,7 @@
PORTNAME= webengine
DISTVERSION= ${QT5_VERSION}
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= www
PKGNAMEPREFIX= qt5-
@@ -56,7 +56,10 @@ OPTIONS_DEFAULT= ALSA
AUDIO_DESC= Audio backend
+# Need the alsa plugins to get sound at runtime, otherwise messages
+# that the pcm_oss plugin can't be opened.
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
+ALSA_RUN_DEPENDS= alsa-plugins>=0:audio/alsa-plugins
ALSA_VARS= QMAKE_CONFIGURE_ARGS+=-alsa
ALSA_VARS_OFF= QMAKE_CONFIGURE_ARGS+=-no-alsa
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
More information about the svn-ports-head
mailing list