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 2016 Till Wegmueller
13 # Copyright 2016 Ken Mays
14 # Copyright 2020 Michal Nowak
15 # Copyright (c) 2021 Tim Mooney. All rights reserved
16 # Copyright 2022 Andreas Wacknitz
20 BUILD_STYLE
= configure
21 include ..
/..
/..
/..
/make-rules
/shared-macros.mk
22 include $(WS_MAKE_RULES
)/mate.mk
24 COMPONENT_NAME
= libmatemixer
25 COMPONENT_MJR_VERSION
= 1.28
26 COMPONENT_MNR_VERSION
= 0
27 COMPONENT_SUMMARY
= Mixer library for MATE desktop
28 COMPONENT_ARCHIVE_HASH
= sha256
:5d73b922397f60688e3c9530eb532bce46c30e262db1b5352fa32c40d870a0c7
29 COMPONENT_LICENSE
= GPLv2
, LGPLv2
, FDLv1.1
31 include $(WS_MAKE_RULES
)/common.mk
33 CONFIGURE_OPTIONS
+= --enable-pulseaudio
34 CONFIGURE_OPTIONS
+= --enable-oss
37 REQUIRED_PACKAGES
+= system
/header
/header-audio
38 # if we stop rebuilding configure these two build dependencies can
40 REQUIRED_PACKAGES
+= developer
/build
/autoconf-archive
42 # Auto-generated dependencies
43 REQUIRED_PACKAGES
+= library
/audio
/pulseaudio
44 REQUIRED_PACKAGES
+= library
/glib2
45 REQUIRED_PACKAGES
+= system
/library