python/hypothesis: update to 6.122.3
[oi-userland.git] / components / desktop / paprefs / Makefile
blobc92e1e5eecde6d7185aa3b85420fe6ef29e00122
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2021 David Stes
15 BUILD_BITS= 64
16 BUILD_STYLE= meson
18 include ../../../make-rules/shared-macros.mk
20 COMPONENT_NAME= paprefs
21 COMPONENT_VERSION= 1.2
22 COMPONENT_REVISION= 1
23 COMPONENT_SUMMARY= PulseAudio Preferences
24 COMPONENT_PROJECT_URL= https://freedesktop.org/software/pulseaudio/paprefs
25 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
26 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
27 COMPONENT_ARCHIVE_HASH= sha256:b3f21e40dc3936d15e3ffc910fb0c07c14b88e8c287715b456a948c17638f633
28 COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/$(COMPONENT_ARCHIVE)
29 COMPONENT_CLASSIFICATION= Applications/Sound and Video
30 COMPONENT_FMRI= desktop/paprefs
31 COMPONENT_LICENSE= GPLv2
32 COMPONENT_LICENSE_FILE= LICENSE
34 TEST_TARGET= $(NO_TESTS)
35 include $(WS_MAKE_RULES)/common.mk
37 # essential to set /usr/gnu/bin/msgfmt (GNU msgfmt is required for .po files)
38 PATH=$(PATH.gnu)
40 # Auto-generated dependencies
41 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
42 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
43 REQUIRED_PACKAGES += library/audio/pulseaudio
44 REQUIRED_PACKAGES += library/c++/glibmm
45 REQUIRED_PACKAGES += library/c++/sigcpp
46 REQUIRED_PACKAGES += library/desktop/c++/atkmm
47 REQUIRED_PACKAGES += library/desktop/c++/gtkmm3
48 REQUIRED_PACKAGES += library/desktop/gtk3
49 REQUIRED_PACKAGES += library/glib2
50 REQUIRED_PACKAGES += system/library