Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 1 | DESCRIPTION = "PulseAudio Volume Control (pavucontrol) is a simple GTK based volume control tool ("mixer") for the PulseAudio sound server." |
Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 2 | HOMEPAGE = "https://freedesktop.org/software/pulseaudio/pavucontrol/" |
| 3 | SECTION = "x11/multimedia" |
| 4 | LICENSE = "GPLv2+" |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" |
| 6 | |
Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 7 | # glib-2.0-native is required for glib-gettextize, which is used by the |
| 8 | # AM_GLIB_GNU_GETTEXT macro in configure.ac. That macro is deprecated, so the |
| 9 | # glib-2.0-native dependency may go away at some point (something to keep in |
| 10 | # mind when doing version upgrades). |
Andrew Geissler | ac970dd | 2021-02-12 15:32:45 -0600 | [diff] [blame] | 11 | DEPENDS = "libxml-parser-perl-native intltool-native glib-2.0-native gtkmm3 libcanberra pulseaudio" |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 12 | |
Andrew Geissler | ac970dd | 2021-02-12 15:32:45 -0600 | [diff] [blame] | 13 | inherit autotools features_check perlnative |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 14 | |
| 15 | REQUIRED_DISTRO_FEATURES = "x11" |
| 16 | |
| 17 | SRC_URI = "http://freedesktop.org/software/pulseaudio/${BPN}/${BP}.tar.xz \ |
| 18 | " |
| 19 | SRC_URI[md5sum] = "9dcc2c76292e7e5e075d51b8dcb20202" |
| 20 | SRC_URI[sha256sum] = "8fc45bac9722aefa6f022999cbb76242d143c31b314e2dbb38f034f4069d14e2" |
| 21 | |
| 22 | EXTRA_OECONF = "--disable-lynx " |
| 23 | |
| 24 | RDEPENDS_${PN} += "pulseaudio-server" |