axs 14/11/14 20:48:46 Modified: ChangeLog Added: apulse-0.1.2-r2.ebuild Log: adjusted multilib debs so that stable amd64 users need only set abi_x86_32 on emul-linux-x86-soundlibs to install this package for abi_x86_32 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.4 media-sound/apulse/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/apulse/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 10 Nov 2014 22:26:38 -0000 1.3 +++ ChangeLog 14 Nov 2014 20:48:46 -0000 1.4 @@ -1,6 +1,13 @@ # ChangeLog for media-sound/apulse # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/apulse/ChangeLog,v 1.3 2014/11/10 22:26:38 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/apulse/ChangeLog,v 1.4 2014/11/14 20:48:46 axs Exp $ + +*apulse-0.1.2-r2 (14 Nov 2014) + + 14 Nov 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +apulse-0.1.2-r2.ebuild: + adjusted multilib debs so that stable amd64 users need only set abi_x86_32 on + emul-linux-x86-soundlibs to install this package for abi_x86_32 *apulse-0.1.2-r1 (10 Nov 2014) 1.1 media-sound/apulse/apulse-0.1.2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/apulse-0.1.2-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/apulse-0.1.2-r2.ebuild?rev=1.1&content-type=text/plain Index: apulse-0.1.2-r2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/apulse/apulse-0.1.2-r2.ebuild,v 1.1 2014/11/14 20:48:46 axs Exp $ EAPI=5 inherit cmake-multilib DESCRIPTION="PulseAudio emulation for ALSA" HOMEPAGE="https://github.com/i-rinat/apulse" SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="media-libs/alsa-lib[${MULTILIB_USEDEP}] dev-libs/glib:2 !media-sound/pulseaudio amd64? ( abi_x86_32? ( !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] !app-emulation/emul-linux-x86-soundlibs[abi_x86_32(-),pulseaudio(-)] || ( dev-libs/glib:2[abi_x86_32(-)] app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) ) ) " RDEPEND="${DEPEND}" MULTILIB_CHOST_TOOLS=( /usr/bin/apulse ) multilib_src_configure() { local mycmakeargs="-DAPULSEPATH=${EPREFIX}/usr/$(get_libdir)" cmake-utils_src_configure }
