Date: Mon, 8 Apr 2019 17:25:02 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498392 - head/audio/pulseaudio Message-ID: <201904081725.x38HP2Uw021187@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Mon Apr 8 17:25:02 2019 New Revision: 498392 URL: https://svnweb.freebsd.org/changeset/ports/498392 Log: audio/pulseaudio: Fix gsettings schema installation Schema should be installed with GLIB_SCHEMAS, otherwise glib-compile-schemas does not get called and the installed schema is non-functional. PR: 235926 Submitted by: romain Approved by: gnome (maintainer timeout, a month) Modified: head/audio/pulseaudio/Makefile head/audio/pulseaudio/pkg-plist Modified: head/audio/pulseaudio/Makefile ============================================================================== --- head/audio/pulseaudio/Makefile Mon Apr 8 17:24:46 2019 (r498391) +++ head/audio/pulseaudio/Makefile Mon Apr 8 17:25:02 2019 (r498392) @@ -6,7 +6,7 @@ PORTNAME= pulseaudio PORTVERSION= 12.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ @@ -66,6 +66,7 @@ GCONF_CONFIGURE_ENABLE= gconf GCONF_USE= GNOME=gconf2 GSETTINGS_DESC= GSettings configuration backend support GSETTINGS_CONFIGURE_ENABLE= gsettings +GSETTINGS_VARS= GLIB_SCHEMAS=org.freedesktop.pulseaudio.gschema.xml SIMD_CONFIGURE_ENABLE= orc SIMD_LIB_DEPENDS= liborc-0.4.so:devel/orc Modified: head/audio/pulseaudio/pkg-plist ============================================================================== --- head/audio/pulseaudio/pkg-plist Mon Apr 8 17:24:46 2019 (r498391) +++ head/audio/pulseaudio/pkg-plist Mon Apr 8 17:25:02 2019 (r498392) @@ -188,7 +188,6 @@ man/man5/pulse-cli-syntax.5.gz man/man5/pulse-client.conf.5.gz man/man5/pulse-daemon.conf.5.gz %%GSETTINGS%%share/GConf/gsettings/pulseaudio.convert -%%GSETTINGS%%share/glib-2.0/schemas/org.freedesktop.pulseaudio.gschema.xml %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-aux.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-dock-mic.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-fm.conf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904081725.x38HP2Uw021187>