2013-08-30 23:01:05 +00:00
|
|
|
# Created by: Romain Tartière <romain@blogreen.org>
|
2007-08-23 11:10:21 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pavucontrol
|
2019-03-06 18:38:37 +00:00
|
|
|
PORTVERSION= 4.0
|
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 20:46:53 +00:00
|
|
|
PORTREVISION= 2
|
2007-08-23 11:10:21 +00:00
|
|
|
CATEGORIES= audio
|
2015-01-04 11:53:22 +00:00
|
|
|
MASTER_SITES= http://freedesktop.org/software/pulseaudio/${PORTNAME}/
|
2007-08-23 11:10:21 +00:00
|
|
|
|
2010-02-01 17:14:49 +00:00
|
|
|
MAINTAINER= romain@FreeBSD.org
|
2007-08-23 11:10:21 +00:00
|
|
|
COMMENT= GTK mixer for PulseAudio
|
|
|
|
|
2015-01-04 11:53:22 +00:00
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2018-07-02 19:46:56 +00:00
|
|
|
LIB_DEPENDS= libpulse.so:audio/pulseaudio \
|
|
|
|
libcanberra-gtk3.so:audio/libcanberra-gtk3
|
2007-08-23 11:10:21 +00:00
|
|
|
|
2019-11-08 09:27:56 +00:00
|
|
|
USES= compiler:c++11-lang gettext gmake gnome pkgconfig tar:xz
|
2018-07-02 19:46:56 +00:00
|
|
|
USE_GNOME= glibmm gtkmm30 intltool libsigc++20
|
2017-04-02 09:42:48 +00:00
|
|
|
USE_CXXSTD= c++11
|
2015-01-04 11:53:22 +00:00
|
|
|
|
2019-03-06 18:38:37 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
|
2007-08-23 11:10:21 +00:00
|
|
|
CONFIGURE_ARGS= --disable-lynx
|
2015-01-04 11:53:22 +00:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
# Install locales files in right place
|
|
|
|
${REINPLACE_CMD} -e 's|[$$][(]DATADIRNAME[)]|share|' \
|
|
|
|
${WRKSRC}/po/Makefile.in.in
|
2007-08-23 11:10:21 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|