svn commit: r493537 - head/audio/paprefs

Romain Tartière romain at FreeBSD.org
Thu Feb 21 22:01:59 UTC 2019


Author: romain
Date: Thu Feb 21 22:01:57 2019
New Revision: 493537
URL: https://svnweb.freebsd.org/changeset/ports/493537

Log:
  Update to 1.1
  
  This is a major change for paprefs, which now use GTK 3 and rely on
  PulseAudio's gsettings module instead of gconf one.  Users may need to adjust
  their compilation options for pulseaudio and configuration files when
  upgrading.

Modified:
  head/audio/paprefs/Makefile
  head/audio/paprefs/distinfo
  head/audio/paprefs/pkg-descr
  head/audio/paprefs/pkg-plist

Modified: head/audio/paprefs/Makefile
==============================================================================
--- head/audio/paprefs/Makefile	Thu Feb 21 21:24:42 2019	(r493536)
+++ head/audio/paprefs/Makefile	Thu Feb 21 22:01:57 2019	(r493537)
@@ -2,24 +2,23 @@
 # $FreeBSD$
 
 PORTNAME=	paprefs
-PORTVERSION=	0.9.10
-PORTREVISION=	3
+PORTVERSION=	1.1
 CATEGORIES=	audio
 MASTER_SITES=	http://freedesktop.org/software/pulseaudio/${PORTNAME}/
 
 MAINTAINER=	romain at FreeBSD.org
 COMMENT=	GTK configuration dialog for PulseAudio
 
-LIB_DEPENDS=	libglademm-2.4.so:devel/libglademm24 \
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+LIB_DEPENDS=	libdbus-1.so:devel/dbus \
+		libdbus-glib-1.so:devel/dbus-glib \
 		libpulse.so:audio/pulseaudio
 
-GNU_CONFIGURE=	yes
-USES=		compiler:c++11-lang localbase gmake pkgconfig
-USE_CXXSTD=	c++11
-USE_GNOME=	gconfmm26 gnomeprefix intltool
+USES=		meson pkgconfig tar:xz
+USE_GNOME=	atkmm glib20 glibmm gtk30 gtkmm30 libsigc++20
 
-CONFIGURE_ARGS=	--disable-lynx
-
 OPTIONS_DEFINE=	PK NLS
 OPTIONS_SUB=	yes
 PK_DESC=	Force dependency on PackageKit
@@ -27,6 +26,5 @@ PK_DESC=	Force dependency on PackageKit
 PK_LIB_DEPENDS=	libpackagekit-glib2.so:ports-mgmt/packagekit
 
 NLS_USES=		gettext
-NLS_CONFIGURE_ENABLE=	nls
 
 .include <bsd.port.mk>

Modified: head/audio/paprefs/distinfo
==============================================================================
--- head/audio/paprefs/distinfo	Thu Feb 21 21:24:42 2019	(r493536)
+++ head/audio/paprefs/distinfo	Thu Feb 21 22:01:57 2019	(r493537)
@@ -1,2 +1,3 @@
-SHA256 (paprefs-0.9.10.tar.gz) = 86f5c20d00c773993d5489ce94c4898e409d380986dc3afc5de20da6a1509e30
-SIZE (paprefs-0.9.10.tar.gz) = 224140
+TIMESTAMP = 1550185231
+SHA256 (paprefs-1.1.tar.xz) = 6ef243c17ebc19ca0e8569e23e00e597c801ca48a2facd77da1d4c08c42d3fa1
+SIZE (paprefs-1.1.tar.xz) = 69144

Modified: head/audio/paprefs/pkg-descr
==============================================================================
--- head/audio/paprefs/pkg-descr	Thu Feb 21 21:24:42 2019	(r493536)
+++ head/audio/paprefs/pkg-descr	Thu Feb 21 22:01:57 2019	(r493537)
@@ -2,7 +2,7 @@ PulseAudio Preferences (paprefs) is a simple GTK based
 the PulseAudio sound server.
 
 Please note that this program can only configure local servers, and requires
-that a special module module-gconf is loaded in the sound server. (Since
-PulseAudio 0.9.5 this modules is loaded by default.)
+that a special module module-gsettings is loaded in the sound server. (This
+require to build the audio/pulseaudio port with option GSETTINGS).
 
-WWW: http://0pointer.de/lennart/projects/paprefs/
+WWW: https://freedesktop.org/software/pulseaudio/paprefs/

Modified: head/audio/paprefs/pkg-plist
==============================================================================
--- head/audio/paprefs/pkg-plist	Thu Feb 21 21:24:42 2019	(r493536)
+++ head/audio/paprefs/pkg-plist	Thu Feb 21 22:01:57 2019	(r493537)
@@ -13,6 +13,7 @@ share/locale/fi/LC_MESSAGES/paprefs.mo
 share/locale/fr/LC_MESSAGES/paprefs.mo
 share/locale/gu/LC_MESSAGES/paprefs.mo
 share/locale/hi/LC_MESSAGES/paprefs.mo
+share/locale/hr/LC_MESSAGES/paprefs.mo
 share/locale/hu/LC_MESSAGES/paprefs.mo
 share/locale/it/LC_MESSAGES/paprefs.mo
 share/locale/kn/LC_MESSAGES/paprefs.mo


More information about the svn-ports-head mailing list