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.
This commit is contained in:
parent
1e90dfa293
commit
3fae1902b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493537
@ -2,23 +2,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= paprefs
|
||||
PORTVERSION= 0.9.10
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://freedesktop.org/software/pulseaudio/${PORTNAME}/
|
||||
|
||||
MAINTAINER= romain@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
|
||||
|
||||
CONFIGURE_ARGS= --disable-lynx
|
||||
USES= meson pkgconfig tar:xz
|
||||
USE_GNOME= atkmm glib20 glibmm gtk30 gtkmm30 libsigc++20
|
||||
|
||||
OPTIONS_DEFINE= PK NLS
|
||||
OPTIONS_SUB= yes
|
||||
@ -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>
|
||||
|
@ -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
|
||||
|
@ -2,7 +2,7 @@ PulseAudio Preferences (paprefs) is a simple GTK based configuration dialog for
|
||||
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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user