Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/sbc: ChangeLog sbc-1.1-r1.ebuild
Date: Sat, 26 Oct 2013 08:09:24
Message-Id: 20131026080920.EA79220047@flycatcher.gentoo.org
1 aballier 13/10/26 08:09:20
2
3 Modified: ChangeLog
4 Added: sbc-1.1-r1.ebuild
5 Log:
6 Convert to multilib, by Reinis Danne, bug #488282
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.9 media-libs/sbc/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 9 Oct 2013 13:54:46 -0000 1.8
24 +++ ChangeLog 26 Oct 2013 08:09:20 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-libs/sbc
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v 1.8 2013/10/09 13:54:46 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v 1.9 2013/10/26 08:09:20 aballier Exp $
30 +
31 +*sbc-1.1-r1 (26 Oct 2013)
32 +
33 + 26 Oct 2013; Alexis Ballier <aballier@g.o> +sbc-1.1-r1.ebuild:
34 + Convert to multilib, by Reinis Danne, bug #488282
35
36 09 Oct 2013; Jeroen Roovers <jer@g.o> sbc-1.1.ebuild:
37 Stable for HPPA (bug #477662).
38
39
40
41 1.1 media-libs/sbc/sbc-1.1-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/sbc-1.1-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sbc/sbc-1.1-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: sbc-1.1-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.1-r1.ebuild,v 1.1 2013/10/26 08:09:20 aballier Exp $
51
52 EAPI=5
53 inherit eutils multilib multilib-minimal
54
55 DESCRIPTION="An audio codec to connect bluetooth high quality audio devices like headphones or loudspeakers"
56 HOMEPAGE="http://git.kernel.org/?p=bluetooth/sbc.git http://www.bluez.org/sbc-10/"
57 SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
58
59 LICENSE="GPL-2 LGPL-2.1"
60 SLOT="0"
61 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
62 IUSE="static-libs"
63
64 # --enable-tester is building src/sbctester but the tarball is missing required
65 # .wav file to execute it
66 RESTRICT="test"
67
68 DEPEND="virtual/pkgconfig"
69
70 DOCS="AUTHORS ChangeLog"
71
72 multilib_src_configure() {
73 ECONF_SOURCE=${S} \
74 econf \
75 $(use_enable static-libs static) \
76 --disable-tester
77 }
78
79 multilib_src_install_all() {
80 prune_libtool_files
81 }