jauhien 14/12/01 15:59:48
Modified: ChangeLog
Added: apulse-0.1.4.ebuild
Removed: apulse-0.1.2-r2.ebuild apulse-0.1.2-r1.ebuild
apulse-0.1.1.ebuild
Log:
version bump (bug #529042), fix bug #529098
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0xB2EFA1D4)
Revision Changes Path
1.5 media-sound/apulse/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/ChangeLog?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/ChangeLog?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/apulse/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 14 Nov 2014 20:48:46 -0000 1.4
+++ ChangeLog 1 Dec 2014 15:59:48 -0000 1.5
@@ -1,6 +1,12 @@
# 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.4
2014/11/14 20:48:46 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/apulse/ChangeLog,v 1.5
2014/12/01 15:59:48 jauhien Exp $
+
+*apulse-0.1.4 (01 Dec 2014)
+
+ 01 Dec 2014; Jauhien Piatlicki <[email protected]> +apulse-0.1.4.ebuild,
+ -apulse-0.1.1.ebuild, -apulse-0.1.2-r1.ebuild, -apulse-0.1.2-r2.ebuild:
+ version bump (bug #529042), fix bug #529098
*apulse-0.1.2-r2 (14 Nov 2014)
1.1 media-sound/apulse/apulse-0.1.4.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/apulse-0.1.4.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/apulse-0.1.4.ebuild?rev=1.1&content-type=text/plain
Index: apulse-0.1.4.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.4.ebuild,v 1.1
2014/12/01 15:59:48 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
!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)/apulse"
cmake-utils_src_configure
}