pacho 14/11/03 16:03:53 Modified: ChangeLog Added: sbc-1.3.ebuild Removed: sbc-1.1.ebuild Log: Version bump, drop old (#528026 by mrueg) (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.24 media-libs/sbc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 13 May 2014 14:44:07 -0000 1.23 +++ ChangeLog 3 Nov 2014 16:03:53 -0000 1.24 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/sbc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v 1.23 2014/05/13 14:44:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v 1.24 2014/11/03 16:03:53 pacho Exp $ + +*sbc-1.3 (03 Nov 2014) + + 03 Nov 2014; Pacho Ramos <[email protected]> +sbc-1.3.ebuild, -sbc-1.1.ebuild: + Version bump, drop old (#528026 by mrueg) 13 May 2014; Agostino Sarubbo <[email protected]> sbc-1.2.ebuild: Stable for ia64, wrt bug #506820 1.1 media-libs/sbc/sbc-1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/sbc-1.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/sbc-1.3.ebuild?rev=1.1&content-type=text/plain Index: sbc-1.3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.3.ebuild,v 1.1 2014/11/03 16:03:53 pacho Exp $ EAPI=5 inherit eutils multilib multilib-minimal DESCRIPTION="An audio codec to connect bluetooth high quality audio devices like headphones or loudspeakers" HOMEPAGE="http://git.kernel.org/?p=bluetooth/sbc.git http://www.bluez.org/sbc-10/" SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="static-libs" # --enable-tester is building src/sbctester but the tarball is missing required # .wav file to execute it RESTRICT="test" RDEPEND="" DEPEND="virtual/pkgconfig" multilib_src_configure() { ECONF_SOURCE=${S} \ econf \ $(use_enable static-libs static) \ --disable-tester } multilib_src_install_all() { einstalldocs prune_libtool_files }
