# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 MY_PN="libcanberra" MY_P="libcanberra-${PV}" inherit libtool multilib-minimal DESCRIPTION="GTK3 bindings for libcanberra, the portable sound event library" HOMEPAGE="https://0pointer.de/lennart/projects/libcanberra/" SRC_URI="https://0pointer.de/lennart/projects/${MY_PN}/${MY_P}.tar.xz" S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="gnome" COMMON_DEPEND=" ~media-libs/libcanberra-${PV}[${MULTILIB_USEDEP}] >=dev-libs/glib-2.32:2[${MULTILIB_USEDEP}] x11-libs/gtk+:3[X,${MULTILIB_USEDEP}] x11-libs/libX11[${MULTILIB_USEDEP}] " DEPEND="${COMMON_DEPEND} dev-libs/libltdl:0[${MULTILIB_USEDEP}] media-libs/libvorbis[${MULTILIB_USEDEP}] " RDEPEND="${COMMON_DEPEND} !