Gentoo Archives: gentoo-commits

From: "Jauhien Piatlicki (jauhien)" <jauhien@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/apulse: apulse-0.1.4.ebuild ChangeLog apulse-0.1.2-r2.ebuild apulse-0.1.2-r1.ebuild apulse-0.1.1.ebuild
Date: Mon, 01 Dec 2014 15:59:54
Message-Id: 20141201155948.E6BBDB4BB@oystercatcher.gentoo.org
1 jauhien 14/12/01 15:59:48
2
3 Modified: ChangeLog
4 Added: apulse-0.1.4.ebuild
5 Removed: apulse-0.1.2-r2.ebuild apulse-0.1.2-r1.ebuild
6 apulse-0.1.1.ebuild
7 Log:
8 version bump (bug #529042), fix bug #529098
9
10 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
11
12 Revision Changes Path
13 1.5 media-sound/apulse/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/ChangeLog?rev=1.5&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/ChangeLog?rev=1.5&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/ChangeLog?r1=1.4&r2=1.5
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/media-sound/apulse/ChangeLog,v
22 retrieving revision 1.4
23 retrieving revision 1.5
24 diff -u -r1.4 -r1.5
25 --- ChangeLog 14 Nov 2014 20:48:46 -0000 1.4
26 +++ ChangeLog 1 Dec 2014 15:59:48 -0000 1.5
27 @@ -1,6 +1,12 @@
28 # ChangeLog for media-sound/apulse
29 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/media-sound/apulse/ChangeLog,v 1.4 2014/11/14 20:48:46 axs Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/media-sound/apulse/ChangeLog,v 1.5 2014/12/01 15:59:48 jauhien Exp $
32 +
33 +*apulse-0.1.4 (01 Dec 2014)
34 +
35 + 01 Dec 2014; Jauhien Piatlicki <jauhien@g.o> +apulse-0.1.4.ebuild,
36 + -apulse-0.1.1.ebuild, -apulse-0.1.2-r1.ebuild, -apulse-0.1.2-r2.ebuild:
37 + version bump (bug #529042), fix bug #529098
38
39 *apulse-0.1.2-r2 (14 Nov 2014)
40
41
42
43
44 1.1 media-sound/apulse/apulse-0.1.4.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/apulse-0.1.4.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/apulse-0.1.4.ebuild?rev=1.1&content-type=text/plain
48
49 Index: apulse-0.1.4.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/media-sound/apulse/apulse-0.1.4.ebuild,v 1.1 2014/12/01 15:59:48 jauhien Exp $
54
55 EAPI=5
56
57 inherit cmake-multilib
58
59 DESCRIPTION="PulseAudio emulation for ALSA"
60 HOMEPAGE="https://github.com/i-rinat/apulse"
61 SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
62
63 LICENSE="MIT LGPL-2.1"
64 SLOT="0"
65
66 KEYWORDS="~amd64 ~x86"
67
68 DEPEND="media-libs/alsa-lib[${MULTILIB_USEDEP}]
69 dev-libs/glib:2
70 !media-sound/pulseaudio
71 amd64? ( abi_x86_32? (
72 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
73 !app-emulation/emul-linux-x86-soundlibs[abi_x86_32(-),pulseaudio(-)]
74 || (
75 dev-libs/glib:2[abi_x86_32(-)]
76 app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
77 )
78 ) )
79 "
80 RDEPEND="${DEPEND}"
81
82 MULTILIB_CHOST_TOOLS=( /usr/bin/apulse )
83
84 multilib_src_configure() {
85 local mycmakeargs="-DAPULSEPATH=${EPREFIX}/usr/$(get_libdir)/apulse"
86
87 cmake-utils_src_configure
88 }