jauhien 14/10/14 20:40:51 Modified: ChangeLog Added: apulse-0.1.2.ebuild Log: version bump (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
Revision Changes Path 1.2 media-sound/apulse/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/apulse/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 5 Oct 2014 09:08:44 -0000 1.1 +++ ChangeLog 14 Oct 2014 20:40:51 -0000 1.2 @@ -1,6 +1,11 @@ # 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.1 2014/10/05 09:08:44 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/apulse/ChangeLog,v 1.2 2014/10/14 20:40:51 jauhien Exp $ + +*apulse-0.1.2 (14 Oct 2014) + + 14 Oct 2014; Jauhien Piatlicki <[email protected]> +apulse-0.1.2.ebuild: + version bump *apulse-0.1.1 (05 Oct 2014) 1.1 media-sound/apulse/apulse-0.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/apulse-0.1.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/apulse-0.1.2.ebuild?rev=1.1&content-type=text/plain Index: apulse-0.1.2.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.ebuild,v 1.1 2014/10/14 20:40:51 jauhien 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[${MULTILIB_USEDEP}] !app-emulation/emul-linux-x86-soundlibs !media-sound/pulseaudio " RDEPEND="${DEPEND}" MULTILIB_CHOST_TOOLS=( /usr/bin/apulse ) multilib_src_configure() { local mycmakeargs="-DAPULSEPATH=${EPREFIX}/usr/$(get_libdir)" cmake-utils_src_configure }
