2012-12-30 00:07:29 +01:00
|
|
|
# Created by: Romain Tartière <romain@blogreen.org>
|
2007-08-23 13:12:38 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= paprefs
|
2019-02-21 23:01:57 +01:00
|
|
|
PORTVERSION= 1.1
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 2
|
2007-08-23 13:12:38 +02:00
|
|
|
CATEGORIES= audio
|
2015-07-08 10:08:05 +02:00
|
|
|
MASTER_SITES= http://freedesktop.org/software/pulseaudio/${PORTNAME}/
|
2007-08-23 13:12:38 +02:00
|
|
|
|
2010-02-01 18:14:49 +01:00
|
|
|
MAINTAINER= romain@FreeBSD.org
|
2007-08-23 13:12:38 +02:00
|
|
|
COMMENT= GTK configuration dialog for PulseAudio
|
|
|
|
|
2019-02-21 23:01:57 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2007-08-23 13:12:38 +02:00
|
|
|
|
2019-02-21 23:01:57 +01:00
|
|
|
LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
|
|
|
libdbus-glib-1.so:devel/dbus-glib \
|
|
|
|
libpulse.so:audio/pulseaudio
|
2007-08-23 13:12:38 +02:00
|
|
|
|
2019-04-09 01:56:10 +02:00
|
|
|
USES= compiler:c++11-lang gnome meson pkgconfig tar:xz
|
2019-02-21 23:01:57 +01:00
|
|
|
USE_GNOME= atkmm glib20 glibmm gtk30 gtkmm30 libsigc++20
|
2007-08-23 13:12:38 +02:00
|
|
|
|
2012-12-30 00:07:29 +01:00
|
|
|
OPTIONS_DEFINE= PK NLS
|
2015-08-19 15:29:59 +02:00
|
|
|
OPTIONS_SUB= yes
|
2012-12-30 00:07:29 +01:00
|
|
|
PK_DESC= Force dependency on PackageKit
|
2011-06-23 15:11:41 +02:00
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
PK_LIB_DEPENDS= libpackagekit-glib2.so:ports-mgmt/packagekit
|
2011-06-23 15:11:41 +02:00
|
|
|
|
2015-08-19 15:29:59 +02:00
|
|
|
NLS_USES= gettext
|
2008-01-11 00:18:50 +01:00
|
|
|
|
2007-08-23 13:12:38 +02:00
|
|
|
.include <bsd.port.mk>
|