2021-07-30 14:26:37 +02:00
|
|
|
# $NetBSD: Makefile,v 1.78 2021/07/30 12:26:40 ryoon Exp $
|
2008-12-18 18:50:30 +01:00
|
|
|
#
|
|
|
|
|
(audio/pavucontrol) Updated 3.0 to 4.0
Tue Mar 5 2019:
[11]Version 4.0 released. Changes:
* There can now be only one pavucontrol window open at a time. Trying
to start pavucontrol for a second time brings the first window to
foreground.
* Added a "Show volume meters" checkbox to the Configuration tab.
Disabling the volume meters reduces CPU use.
* Improve the use of space (remove useless margins and paddings).
* Use a more appropriate icon for the channel lock button.
* Better channel label layout, prevents volume sliders from getting
unaligned.
* Maximum latency offset increased from 2 to 5 seconds to accommodate
AirPlay devices that often have higher latency than 2 seconds (this
is not that useful on newer PulseAudio versions, though, because
the latency is reported much more accurately than before).
* New --version command line option.
* New translations: Chinese (Taiwan), Croatian, Korean, Norwegian
Nynorsk, Lithuanian, Valencian.
* Updated translations: Finnish, French, German, Italian, Japanese,
Polish, Swedish.
* Dropped support for Gtk+ 2.
* Bumped the minimum supported libpulse version to 5.0.
* Improved compatibility with newer Glade versions.
2019-12-11 16:10:23 +01:00
|
|
|
DISTNAME= pavucontrol-4.0
|
2021-07-30 14:26:37 +02:00
|
|
|
PKGREVISION= 13
|
2008-12-18 18:50:30 +01:00
|
|
|
CATEGORIES= audio
|
2016-02-07 22:22:03 +01:00
|
|
|
MASTER_SITES= http://freedesktop.org/software/pulseaudio/pavucontrol/
|
|
|
|
EXTRACT_SUFX= .tar.xz
|
2008-12-18 18:50:30 +01:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2020-01-19 00:29:55 +01:00
|
|
|
HOMEPAGE= https://freedesktop.org/software/pulseaudio/pavucontrol/
|
2008-12-18 18:50:30 +01:00
|
|
|
COMMENT= Volume control tool ("mixer") for the PulseAudio sound server
|
2016-02-07 22:22:03 +01:00
|
|
|
LICENSE= gnu-gpl-v2
|
2008-12-18 18:50:30 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2017-05-03 10:38:38 +02:00
|
|
|
USE_LANGUAGES= c c++11
|
2008-12-30 20:38:07 +01:00
|
|
|
USE_TOOLS+= pkg-config gmake intltool perl msgfmt
|
2008-12-18 18:50:30 +01:00
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --disable-lynx
|
|
|
|
|
|
|
|
.include "../../audio/libcanberra/buildlink3.mk"
|
|
|
|
.include "../../audio/pulseaudio/buildlink3.mk"
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
|
|
.include "../../devel/libsigc++/buildlink3.mk"
|
2012-07-01 21:05:10 +02:00
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
2016-02-07 22:22:03 +01:00
|
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
|
|
.include "../../x11/gtkmm3/buildlink3.mk"
|
2008-12-18 18:50:30 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|