axs         14/11/10 22:26:39

  Modified:             ChangeLog
  Added:                apulse-0.1.2-r1.ebuild
  Removed:              apulse-0.1.2.ebuild
  Log:
  add ability to install with the help of emul-* packages, to support 
stable-amd64 users installing keyworded skype[apulse]
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  Changes    Path
1.3                  media-sound/apulse/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/apulse/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   14 Oct 2014 20:40:51 -0000      1.2
+++ ChangeLog   10 Nov 2014 22:26:38 -0000      1.3
@@ -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.2 
2014/10/14 20:40:51 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/apulse/ChangeLog,v 1.3 
2014/11/10 22:26:38 axs Exp $
+
+*apulse-0.1.2-r1 (10 Nov 2014)
+
+  10 Nov 2014; Ian Stakenvicius (_AxS_) <[email protected]>
+  +apulse-0.1.2-r1.ebuild, -apulse-0.1.2.ebuild:
+  add ability to install with the help of emul-* packages, to support stable-
+  amd64 users installing keyworded skype[apulse]
 
 *apulse-0.1.2 (14 Oct 2014)
 



1.1                  media-sound/apulse/apulse-0.1.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/apulse-0.1.2-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/apulse/apulse-0.1.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: apulse-0.1.2-r1.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-r1.ebuild,v 
1.1 2014/11/10 22:26:38 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
        dev-libs/glib:2
        !<app-emulation/emul-linux-x86-soundlibs-20140508-r1
        !app-emulation/emul-linux-x86-soundlibs[pulseaudio]
        !media-sound/pulseaudio
        amd64? ( abi_x86_32? ( || (
                        media-libs/alsa-lib[abi_x86_32(-)]
                        
>=app-emulation/emul-linux-x86-soundlibs-20140508-r1[-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
}




Reply via email to