[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2022-11-24 Thread WANG Xuerui
commit: a925ddc76e0dc93ca344e4e6b0c6456c990b73e3
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Nov 24 07:19:56 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Nov 24 12:00:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a925ddc7

media-libs/sbc: keyword 2.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 media-libs/sbc/sbc-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-2.0.ebuild b/media-libs/sbc/sbc-2.0.ebuild
index 2e1f253407be..32ce8b6459c6 100644
--- a/media-libs/sbc/sbc-2.0.ebuild
+++ b/media-libs/sbc/sbc-2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2022-08-01 Thread Pacho Ramos
commit: e5a9e13452c61c3550c7e5586db9d82823ac36a4
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Aug  1 08:03:33 2022 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Aug  1 08:05:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a9e134

media-libs/sbc: drop 1.5

Signed-off-by: Pacho Ramos  gentoo.org>

 media-libs/sbc/Manifest   |  1 -
 media-libs/sbc/sbc-1.5.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/media-libs/sbc/Manifest b/media-libs/sbc/Manifest
index d848610661d1..8a53ba94c6a5 100644
--- a/media-libs/sbc/Manifest
+++ b/media-libs/sbc/Manifest
@@ -1,2 +1 @@
-DIST sbc-1.5.tar.xz 264472 BLAKE2B 
421a4cb5ab0e282255f8bdb810384e0a4d6d66835869489c22d51d2a0cabd7ef834bef3756ff887b9d9166dcfe88f4d661c26cb804e2868fb6106cc4886f9dcc
 SHA512 
0243586188acede595317f2afbfdb41be5850d2a6133c374edbe5cbcf59a2a0fd4570d0b8f2d13ce9637ce48b2f1910c3e4ab1c0354dbf273ee67b09db8c4915
 DIST sbc-2.0.tar.xz 270888 BLAKE2B 
d6dd20499871a4c217833c98a2f134ed828438ec4e5aa2073c8b9fc96da5c9ffc2d32e7a56697186731ac540ab58ff0c52559aff575feb8f2da30172badd4921
 SHA512 
600e86aa492ca1af512ec8e568a08fe526cf2f6eb7306bb0fbdd9a844d03a2a5dedb5f986725aa2c66fe3fe43a7ba45d111e9666eb8912ff3e3a36b948adbc61

diff --git a/media-libs/sbc/sbc-1.5.ebuild b/media-libs/sbc/sbc-1.5.ebuild
deleted file mode 100644
index 3b3911f194e9..
--- a/media-libs/sbc/sbc-1.5.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-minimal
-
-DESCRIPTION="Audio codec to connect bluetooth HQ audio devices as headphones 
or loudspeakers"
-HOMEPAGE="https://git.kernel.org/?p=bluetooth/sbc.git;
-SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
-IUSE="static-libs"
-
-# --enable-tester is building src/sbctester but the tarball is missing required
-# .wav file to execute it
-RESTRICT="test"
-
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}/${P}-ifdef-builtin.patch" )
-
-multilib_src_configure() {
-   ECONF_SOURCE=${S} \
-   econf \
-   $(use_enable static-libs static) \
-   --disable-tester
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2022-07-21 Thread Agostino Sarubbo
commit: e45243e98897df88e3460459b8dd0c86e4e3d199
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul 21 07:14:16 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul 21 07:14:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e45243e9

media-libs/sbc: sparc stable wrt bug #859547

Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/sbc/sbc-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-2.0.ebuild b/media-libs/sbc/sbc-2.0.ebuild
index 9bf4a247e2d4..2e1f253407be 100644
--- a/media-libs/sbc/sbc-2.0.ebuild
+++ b/media-libs/sbc/sbc-2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2022-07-21 Thread Agostino Sarubbo
commit: 61f6c8884531631cc702b86ea0a7cc7c346ce969
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul 21 07:13:10 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul 21 07:13:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f6c888

media-libs/sbc: arm64 stable wrt bug #859547

Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/sbc/sbc-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-2.0.ebuild b/media-libs/sbc/sbc-2.0.ebuild
index 0f3715473905..9bf4a247e2d4 100644
--- a/media-libs/sbc/sbc-2.0.ebuild
+++ b/media-libs/sbc/sbc-2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2022-07-21 Thread Agostino Sarubbo
commit: 63d6785862faf23cde2f4bb9121cdf17b805c0b1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul 21 07:12:29 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul 21 07:12:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d67858

media-libs/sbc: arm stable wrt bug #859547

Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/sbc/sbc-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-2.0.ebuild b/media-libs/sbc/sbc-2.0.ebuild
index 08ab720c3845..0f3715473905 100644
--- a/media-libs/sbc/sbc-2.0.ebuild
+++ b/media-libs/sbc/sbc-2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2022-07-20 Thread Sam James
commit: e734da62f24be2530c5f536cd074a4627f9d72a1
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 20 21:02:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 20 21:02:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e734da62

media-libs/sbc: Stabilize 2.0 ppc, #859547

Signed-off-by: Sam James  gentoo.org>

 media-libs/sbc/sbc-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-2.0.ebuild b/media-libs/sbc/sbc-2.0.ebuild
index f14bf70c4d5e..08ab720c3845 100644
--- a/media-libs/sbc/sbc-2.0.ebuild
+++ b/media-libs/sbc/sbc-2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2022-07-20 Thread Sam James
commit: 33f9c4474670c7004b36e1e6182514e1ab17042c
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 20 17:00:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 20 17:00:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f9c447

media-libs/sbc: Stabilize 2.0 ppc64, #859547

Signed-off-by: Sam James  gentoo.org>

 media-libs/sbc/sbc-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-2.0.ebuild b/media-libs/sbc/sbc-2.0.ebuild
index b28df2a2d913..f14bf70c4d5e 100644
--- a/media-libs/sbc/sbc-2.0.ebuild
+++ b/media-libs/sbc/sbc-2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2022-07-20 Thread Sam James
commit: 854856736297b3fdac49d88c1de180392f109ae6
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 20 16:21:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 20 16:21:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85485673

media-libs/sbc: Stabilize 2.0 amd64, #859547

Signed-off-by: Sam James  gentoo.org>

 media-libs/sbc/sbc-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-2.0.ebuild b/media-libs/sbc/sbc-2.0.ebuild
index 89a9642e9996..337107588f25 100644
--- a/media-libs/sbc/sbc-2.0.ebuild
+++ b/media-libs/sbc/sbc-2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2022-07-20 Thread Sam James
commit: 91c77bda6fcba2de396a69da1372dbcc4ed45ccc
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 20 16:21:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 20 16:21:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c77bda

media-libs/sbc: Stabilize 2.0 x86, #859547

Signed-off-by: Sam James  gentoo.org>

 media-libs/sbc/sbc-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-2.0.ebuild b/media-libs/sbc/sbc-2.0.ebuild
index 337107588f25..b28df2a2d913 100644
--- a/media-libs/sbc/sbc-2.0.ebuild
+++ b/media-libs/sbc/sbc-2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2022-06-25 Thread Miroslav Šulc
commit: 2b2e018b39e6db4686f86128a138e4b878d264e7
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Jun 25 09:06:10 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Jun 25 09:06:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b2e018b

media-libs/sbc: bump to 2.0, eapi8

Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/sbc/Manifest   |  1 +
 media-libs/sbc/sbc-2.0.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/media-libs/sbc/Manifest b/media-libs/sbc/Manifest
index 6b74d262d1bb..d848610661d1 100644
--- a/media-libs/sbc/Manifest
+++ b/media-libs/sbc/Manifest
@@ -1 +1,2 @@
 DIST sbc-1.5.tar.xz 264472 BLAKE2B 
421a4cb5ab0e282255f8bdb810384e0a4d6d66835869489c22d51d2a0cabd7ef834bef3756ff887b9d9166dcfe88f4d661c26cb804e2868fb6106cc4886f9dcc
 SHA512 
0243586188acede595317f2afbfdb41be5850d2a6133c374edbe5cbcf59a2a0fd4570d0b8f2d13ce9637ce48b2f1910c3e4ab1c0354dbf273ee67b09db8c4915
+DIST sbc-2.0.tar.xz 270888 BLAKE2B 
d6dd20499871a4c217833c98a2f134ed828438ec4e5aa2073c8b9fc96da5c9ffc2d32e7a56697186731ac540ab58ff0c52559aff575feb8f2da30172badd4921
 SHA512 
600e86aa492ca1af512ec8e568a08fe526cf2f6eb7306bb0fbdd9a844d03a2a5dedb5f986725aa2c66fe3fe43a7ba45d111e9666eb8912ff3e3a36b948adbc61

diff --git a/media-libs/sbc/sbc-2.0.ebuild b/media-libs/sbc/sbc-2.0.ebuild
new file mode 100644
index ..89a9642e9996
--- /dev/null
+++ b/media-libs/sbc/sbc-2.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib-minimal
+
+DESCRIPTION="Audio codec to connect bluetooth HQ audio devices as headphones 
or loudspeakers"
+HOMEPAGE="https://git.kernel.org/?p=bluetooth/sbc.git;
+SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="static-libs"
+
+# --enable-tester is building src/sbctester but the tarball is missing required
+# .wav file to execute it
+RESTRICT="test"
+
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}/${PN}-1.5-ifdef-builtin.patch" )
+
+multilib_src_configure() {
+   ECONF_SOURCE=${S} \
+   econf \
+   $(use_enable static-libs static) \
+   --disable-tester
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2021-08-20 Thread Marek Szuba
commit: 4d6aee273efa687b208c9b739b885569ba9f7e87
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Aug 20 22:21:23 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Aug 20 22:21:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6aee27

media-libs/sbc: keyword 1.5 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 media-libs/sbc/sbc-1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-1.5.ebuild b/media-libs/sbc/sbc-1.5.ebuild
index 5a84ef01394..3b3911f194e 100644
--- a/media-libs/sbc/sbc-1.5.ebuild
+++ b/media-libs/sbc/sbc-1.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2021-01-31 Thread Andreas Sturmlechner
commit: 50df764529f949cfa1f238b542b3401ae44779d8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 31 19:05:38 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 31 19:06:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50df7645

media-libs/sbc: Drop 1.4

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/sbc/Manifest   |  1 -
 media-libs/sbc/sbc-1.4.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/media-libs/sbc/Manifest b/media-libs/sbc/Manifest
index 41721d26859..6b74d262d1b 100644
--- a/media-libs/sbc/Manifest
+++ b/media-libs/sbc/Manifest
@@ -1,2 +1 @@
-DIST sbc-1.4.tar.xz 250656 BLAKE2B 
a5b59a0ac209b44843af49e63f7b6a6b397b3905f0efc52c18a3b92785d297d39dad80f5b124e97c50a9535f892f1451bf0a2945ba223a522eafbcad46eaad9d
 SHA512 
f35250c202034e93ce4046d29883d76b162164d42fb59e6af8ff5e57f197244238f5f8087309cef2d44755c179e7f0869cf096735c8de510b1ac7e0f6c29d84f
 DIST sbc-1.5.tar.xz 264472 BLAKE2B 
421a4cb5ab0e282255f8bdb810384e0a4d6d66835869489c22d51d2a0cabd7ef834bef3756ff887b9d9166dcfe88f4d661c26cb804e2868fb6106cc4886f9dcc
 SHA512 
0243586188acede595317f2afbfdb41be5850d2a6133c374edbe5cbcf59a2a0fd4570d0b8f2d13ce9637ce48b2f1910c3e4ab1c0354dbf273ee67b09db8c4915

diff --git a/media-libs/sbc/sbc-1.4.ebuild b/media-libs/sbc/sbc-1.4.ebuild
deleted file mode 100644
index 9b8ceb6391f..000
--- a/media-libs/sbc/sbc-1.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit multilib multilib-minimal
-
-DESCRIPTION="Audio codec to connect bluetooth HQ audio devices as headphones 
or loudspeakers"
-HOMEPAGE="https://git.kernel.org/?p=bluetooth/sbc.git 
http://www.bluez.org/sbc-10/;
-SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc 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
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2021-01-31 Thread Sam James
commit: 10c87144766b0c4e3b3af04e625c5270204ea01a
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 31 18:48:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 31 18:48:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c87144

media-libs/sbc: Stabilize 1.5 x86, #766725

Signed-off-by: Sam James  gentoo.org>

 media-libs/sbc/sbc-1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-1.5.ebuild b/media-libs/sbc/sbc-1.5.ebuild
index f7a58b3af69..61e8809d693 100644
--- a/media-libs/sbc/sbc-1.5.ebuild
+++ b/media-libs/sbc/sbc-1.5.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2021-01-26 Thread Sam James
commit: c7032dc7f11f221cce41a0a63bfd87b90bc986ed
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 26 15:19:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 26 15:19:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7032dc7

media-libs/sbc: Stabilize 1.5 amd64, #766725

Signed-off-by: Sam James  gentoo.org>

 media-libs/sbc/sbc-1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-1.5.ebuild b/media-libs/sbc/sbc-1.5.ebuild
index 064e414a01e..f7a58b3af69 100644
--- a/media-libs/sbc/sbc-1.5.ebuild
+++ b/media-libs/sbc/sbc-1.5.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2021-01-25 Thread Sam James
commit: 9f3ee784ec0552c7293a927bced3f57c0628de13
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 25 14:08:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 25 14:08:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f3ee784

media-libs/sbc: Stabilize 1.5 ppc64, #766725

Signed-off-by: Sam James  gentoo.org>

 media-libs/sbc/sbc-1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-1.5.ebuild b/media-libs/sbc/sbc-1.5.ebuild
index 7034969a040..064e414a01e 100644
--- a/media-libs/sbc/sbc-1.5.ebuild
+++ b/media-libs/sbc/sbc-1.5.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2021-01-25 Thread Sam James
commit: d8bc9330920c1f402bf05057e1a90eeeacdca8d6
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 25 14:07:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 25 14:07:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8bc9330

media-libs/sbc: Stabilize 1.5 ppc, #766725

Signed-off-by: Sam James  gentoo.org>

 media-libs/sbc/sbc-1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-1.5.ebuild b/media-libs/sbc/sbc-1.5.ebuild
index 64a4c14a8bd..7034969a040 100644
--- a/media-libs/sbc/sbc-1.5.ebuild
+++ b/media-libs/sbc/sbc-1.5.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 sparc ~x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2021-01-24 Thread Sam James
commit: 87baedf8fc4c777f458b743113d7c871bbe44f16
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 25 02:48:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 25 02:48:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87baedf8

media-libs/sbc: Stabilize 1.5 arm64, #766725

Signed-off-by: Sam James  gentoo.org>

 media-libs/sbc/sbc-1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-1.5.ebuild b/media-libs/sbc/sbc-1.5.ebuild
index d7bb6014e61..64a4c14a8bd 100644
--- a/media-libs/sbc/sbc-1.5.ebuild
+++ b/media-libs/sbc/sbc-1.5.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2021-01-24 Thread Sam James
commit: 3b1b253bd328ec294f216994260da38312c7185e
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 25 00:49:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 25 00:49:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b1b253b

media-libs/sbc: Stabilize 1.5 arm, #766725

Signed-off-by: Sam James  gentoo.org>

 media-libs/sbc/sbc-1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-1.5.ebuild b/media-libs/sbc/sbc-1.5.ebuild
index 5ef6aa51112..d7bb6014e61 100644
--- a/media-libs/sbc/sbc-1.5.ebuild
+++ b/media-libs/sbc/sbc-1.5.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2021-01-24 Thread Sam James
commit: 00554ed651c9f686aa33f9e024858a284f74514f
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 24 21:50:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 24 21:50:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00554ed6

media-libs/sbc: Stabilize 1.5 sparc, #766725

Signed-off-by: Sam James  gentoo.org>

 media-libs/sbc/sbc-1.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/sbc/sbc-1.5.ebuild b/media-libs/sbc/sbc-1.5.ebuild
index 91d43e28d95..5ef6aa51112 100644
--- a/media-libs/sbc/sbc-1.5.ebuild
+++ b/media-libs/sbc/sbc-1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/, media-libs/sbc/files/

2021-01-21 Thread Sam James
commit: 842646ff88d3aad89dac6bc80a5aeb4a0cf9b64c
Author: Peter Alfredsen  icloud  com>
AuthorDate: Fri Dec 11 18:51:40 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 21 22:28:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842646ff

media-libs/sbc: Fix 1.5 build on non-x86 platforms.

Closes: https://bugs.gentoo.org/759277
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Peter Alfredsen  icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/18610
Signed-off-by: Sam James  gentoo.org>

 media-libs/sbc/files/sbc-1.5-ifdef-builtin.patch | 30 
 media-libs/sbc/sbc-1.5.ebuild|  2 ++
 2 files changed, 32 insertions(+)

diff --git a/media-libs/sbc/files/sbc-1.5-ifdef-builtin.patch 
b/media-libs/sbc/files/sbc-1.5-ifdef-builtin.patch
new file mode 100644
index 000..cfa89958db1
--- /dev/null
+++ b/media-libs/sbc/files/sbc-1.5-ifdef-builtin.patch
@@ -0,0 +1,30 @@
+diff --git a/sbc/sbc_primitives.c b/sbc/sbc_primitives.c
+index 97a75be..ac79ca5 100644
+--- a/sbc/sbc_primitives.c
 b/sbc/sbc_primitives.c
+@@ -591,6 +591,7 @@ static int sbc_calc_scalefactors_j(
+   return joint;
+ }
+ 
++#if defined(__i386__) || defined(__x86_64__)
+ static void sbc_init_primitives_x86(struct sbc_encoder_state *state)
+ {
+   __builtin_cpu_init();
+@@ -605,6 +606,7 @@ static void sbc_init_primitives_x86(struct 
sbc_encoder_state *state)
+   sbc_init_primitives_sse(state);
+ #endif
+ }
++#endif
+ 
+ /*
+  * Detect CPU features and setup function pointers
+@@ -630,7 +632,9 @@ void sbc_init_primitives(struct sbc_encoder_state *state)
+   state->implementation_info = "Generic C";
+ 
+   /* X86/AMD64 optimizations */
++#if defined(__i386__) || defined(__x86_64__)
+   sbc_init_primitives_x86(state);
++#endif
+ 
+   /* ARM optimizations */
+ #ifdef SBC_BUILD_WITH_ARMV6_SUPPORT

diff --git a/media-libs/sbc/sbc-1.5.ebuild b/media-libs/sbc/sbc-1.5.ebuild
index 65d68e49819..91d43e28d95 100644
--- a/media-libs/sbc/sbc-1.5.ebuild
+++ b/media-libs/sbc/sbc-1.5.ebuild
@@ -20,6 +20,8 @@ RESTRICT="test"
 RDEPEND=""
 DEPEND="virtual/pkgconfig"
 
+PATCHES=( "${FILESDIR}/${P}-ifdef-builtin.patch" )
+
 multilib_src_configure() {
ECONF_SOURCE=${S} \
econf \



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2020-12-09 Thread Pacho Ramos
commit: 30d896b31ad2e5725469f02e932b0362b9f13397
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Dec  9 18:06:04 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Dec  9 18:09:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d896b3

media-libs/sbc: Bump to 1.5

Thanks-to: Joakim Tjernlund
Closes: https://bugs.gentoo.org/759073
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 media-libs/sbc/Manifest   |  1 +
 media-libs/sbc/sbc-1.5.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/media-libs/sbc/Manifest b/media-libs/sbc/Manifest
index 95b5e0471ca..41721d26859 100644
--- a/media-libs/sbc/Manifest
+++ b/media-libs/sbc/Manifest
@@ -1 +1,2 @@
 DIST sbc-1.4.tar.xz 250656 BLAKE2B 
a5b59a0ac209b44843af49e63f7b6a6b397b3905f0efc52c18a3b92785d297d39dad80f5b124e97c50a9535f892f1451bf0a2945ba223a522eafbcad46eaad9d
 SHA512 
f35250c202034e93ce4046d29883d76b162164d42fb59e6af8ff5e57f197244238f5f8087309cef2d44755c179e7f0869cf096735c8de510b1ac7e0f6c29d84f
+DIST sbc-1.5.tar.xz 264472 BLAKE2B 
421a4cb5ab0e282255f8bdb810384e0a4d6d66835869489c22d51d2a0cabd7ef834bef3756ff887b9d9166dcfe88f4d661c26cb804e2868fb6106cc4886f9dcc
 SHA512 
0243586188acede595317f2afbfdb41be5850d2a6133c374edbe5cbcf59a2a0fd4570d0b8f2d13ce9637ce48b2f1910c3e4ab1c0354dbf273ee67b09db8c4915

diff --git a/media-libs/sbc/sbc-1.5.ebuild b/media-libs/sbc/sbc-1.5.ebuild
new file mode 100644
index 000..65d68e49819
--- /dev/null
+++ b/media-libs/sbc/sbc-1.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit multilib-minimal
+
+DESCRIPTION="Audio codec to connect bluetooth HQ audio devices as headphones 
or loudspeakers"
+HOMEPAGE="https://git.kernel.org/?p=bluetooth/sbc.git;
+SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~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
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2019-05-15 Thread Aaron Bauman
commit: 2ee4b0c320385a45e9d44161ad8c7c5a8947723c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed May 15 19:40:24 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 15 19:40:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee4b0c3

media-libs/sbc: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 media-libs/sbc/sbc-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-1.4.ebuild b/media-libs/sbc/sbc-1.4.ebuild
index 1ca770b993e..4c3b18491e9 100644
--- a/media-libs/sbc/sbc-1.4.ebuild
+++ b/media-libs/sbc/sbc-1.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2019-05-03 Thread Pacho Ramos
commit: 1909d1eaf07885b62702679f9ea25b64541d1670
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri May  3 08:41:41 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri May  3 08:41:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1909d1ea

media-libs/sbc: Drop old

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 media-libs/sbc/Manifest   |  1 -
 media-libs/sbc/sbc-1.3.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/media-libs/sbc/Manifest b/media-libs/sbc/Manifest
index b9cce8c6651..95b5e0471ca 100644
--- a/media-libs/sbc/Manifest
+++ b/media-libs/sbc/Manifest
@@ -1,2 +1 @@
-DIST sbc-1.3.tar.xz 246292 BLAKE2B 
6d628f4f5fe592b04255a965b08a85736c75d16e4caa3a5fda1dad57a5a47a82accd5e61ae48adfaf9ac1a478e20b5fa02e7a34c87fda0ac79666f616c4356e6
 SHA512 
c11cb1ede8abdb226d404ce34307d217b716b91cbe550ed90cb5387b062b7b97a6b7a81371de6f462d8c1429cb3299869a1bda347fa175e9d81cfa2bc2056c8b
 DIST sbc-1.4.tar.xz 250656 BLAKE2B 
a5b59a0ac209b44843af49e63f7b6a6b397b3905f0efc52c18a3b92785d297d39dad80f5b124e97c50a9535f892f1451bf0a2945ba223a522eafbcad46eaad9d
 SHA512 
f35250c202034e93ce4046d29883d76b162164d42fb59e6af8ff5e57f197244238f5f8087309cef2d44755c179e7f0869cf096735c8de510b1ac7e0f6c29d84f

diff --git a/media-libs/sbc/sbc-1.3.ebuild b/media-libs/sbc/sbc-1.3.ebuild
deleted file mode 100644
index 2fc75c06ff3..000
--- a/media-libs/sbc/sbc-1.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit multilib multilib-minimal
-
-DESCRIPTION="Audio codec to connect bluetooth HQ audio devices as headphones 
or loudspeakers"
-HOMEPAGE="https://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="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc 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
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2019-05-02 Thread Mikle Kolyada
commit: 7f535054230b32f9a59de2bbf250950819e2488e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May  2 21:53:45 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May  2 21:53:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f535054

media-libs/sbc: alpha stable wrt bug #681406

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="alpha"

 media-libs/sbc/sbc-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-1.4.ebuild b/media-libs/sbc/sbc-1.4.ebuild
index 5540703abc4..1ca770b993e 100644
--- a/media-libs/sbc/sbc-1.4.ebuild
+++ b/media-libs/sbc/sbc-1.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2019-04-01 Thread Thomas Deutschmann
commit: b9c7029fe1fc5aedf934854577ec5ff40c242b11
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Apr  2 01:30:46 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Apr  2 01:30:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c7029f

media-libs/sbc: x86 stable (bug #681406)

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-libs/sbc/sbc-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-1.4.ebuild b/media-libs/sbc/sbc-1.4.ebuild
index c73a43cef90..5540703abc4 100644
--- a/media-libs/sbc/sbc-1.4.ebuild
+++ b/media-libs/sbc/sbc-1.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2019-03-30 Thread Mikle Kolyada
commit: 0a7eda85aa9f029d7568b28179f98805705614ec
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 30 18:59:40 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 30 19:05:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7eda85

media-libs/sbc: arm stable wrt bug #681406

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 media-libs/sbc/sbc-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-1.4.ebuild b/media-libs/sbc/sbc-1.4.ebuild
index c225bc6e8fe..c73a43cef90 100644
--- a/media-libs/sbc/sbc-1.4.ebuild
+++ b/media-libs/sbc/sbc-1.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc ~x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2019-03-25 Thread Sergei Trofimovich
commit: 463a972a016f70d265175c56a32eca8f798621cd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 25 22:15:58 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 25 22:15:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=463a972a

media-libs/sbc: stable 1.4 for hppa, bug #681406

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/sbc/sbc-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-1.4.ebuild b/media-libs/sbc/sbc-1.4.ebuild
index c040dbaee7d..c225bc6e8fe 100644
--- a/media-libs/sbc/sbc-1.4.ebuild
+++ b/media-libs/sbc/sbc-1.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc ~x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2019-03-24 Thread Sergei Trofimovich
commit: 54856728614e3ada1e45482c9f4d473c84765725
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 24 20:16:45 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 24 20:16:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54856728

media-libs/sbc: stable 1.4 for ppc64, bug #681406

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/sbc/sbc-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-1.4.ebuild b/media-libs/sbc/sbc-1.4.ebuild
index df80b5d14de..c040dbaee7d 100644
--- a/media-libs/sbc/sbc-1.4.ebuild
+++ b/media-libs/sbc/sbc-1.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc ~x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2019-03-24 Thread Sergei Trofimovich
commit: 801183b5941a1161200e5b33be6822e257cdf86d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 24 20:09:25 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 24 20:09:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=801183b5

media-libs/sbc: stable 1.4 for ppc, bug #681406

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/sbc/sbc-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-1.4.ebuild b/media-libs/sbc/sbc-1.4.ebuild
index 86fecdb9681..df80b5d14de 100644
--- a/media-libs/sbc/sbc-1.4.ebuild
+++ b/media-libs/sbc/sbc-1.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ~ppc64 sparc ~x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2019-03-24 Thread Sergei Trofimovich
commit: ae0b3c9a99d6cbe7e12ec1150a2114fda5999783
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 24 19:40:25 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 24 19:40:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae0b3c9a

media-libs/sbc: stable 1.4 for ia64, bug #681406

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/sbc/sbc-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-1.4.ebuild b/media-libs/sbc/sbc-1.4.ebuild
index 26c68d79b54..86fecdb9681 100644
--- a/media-libs/sbc/sbc-1.4.ebuild
+++ b/media-libs/sbc/sbc-1.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 sparc ~x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2019-03-24 Thread Sergei Trofimovich
commit: 5c7da15e45eef9151c915e2b4ff240567aea0428
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Mar 24 12:35:51 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 24 13:08:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7da15e

media-libs/sbc: stable 1.4 for sparc, bug #681406

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/sbc/sbc-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-1.4.ebuild b/media-libs/sbc/sbc-1.4.ebuild
index a5d7f1ed2c1..26c68d79b54 100644
--- a/media-libs/sbc/sbc-1.4.ebuild
+++ b/media-libs/sbc/sbc-1.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2019-03-24 Thread Agostino Sarubbo
commit: 6d695143ae4d671f986ccc4884e194ef1fcbfe65
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar 24 09:59:24 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar 24 09:59:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d695143

media-libs/sbc: amd64 stable wrt bug #681406

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 media-libs/sbc/sbc-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-1.4.ebuild b/media-libs/sbc/sbc-1.4.ebuild
index 5da8220a497..a5d7f1ed2c1 100644
--- a/media-libs/sbc/sbc-1.4.ebuild
+++ b/media-libs/sbc/sbc-1.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2019-01-19 Thread Pacho Ramos
commit: 1dfc2548a4184ae6409c01b5e23928d7d9254a32
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jan 19 08:21:01 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jan 19 08:56:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dfc2548

media-libs/sbc: Bump to 1.4

Thanks-to: Joakim Tjernlund
Closes: https://bugs.gentoo.org/675580
Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 media-libs/sbc/Manifest   |  1 +
 media-libs/sbc/sbc-1.4.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/media-libs/sbc/Manifest b/media-libs/sbc/Manifest
index 88411f44150..b9cce8c6651 100644
--- a/media-libs/sbc/Manifest
+++ b/media-libs/sbc/Manifest
@@ -1 +1,2 @@
 DIST sbc-1.3.tar.xz 246292 BLAKE2B 
6d628f4f5fe592b04255a965b08a85736c75d16e4caa3a5fda1dad57a5a47a82accd5e61ae48adfaf9ac1a478e20b5fa02e7a34c87fda0ac79666f616c4356e6
 SHA512 
c11cb1ede8abdb226d404ce34307d217b716b91cbe550ed90cb5387b062b7b97a6b7a81371de6f462d8c1429cb3299869a1bda347fa175e9d81cfa2bc2056c8b
+DIST sbc-1.4.tar.xz 250656 BLAKE2B 
a5b59a0ac209b44843af49e63f7b6a6b397b3905f0efc52c18a3b92785d297d39dad80f5b124e97c50a9535f892f1451bf0a2945ba223a522eafbcad46eaad9d
 SHA512 
f35250c202034e93ce4046d29883d76b162164d42fb59e6af8ff5e57f197244238f5f8087309cef2d44755c179e7f0869cf096735c8de510b1ac7e0f6c29d84f

diff --git a/media-libs/sbc/sbc-1.4.ebuild b/media-libs/sbc/sbc-1.4.ebuild
new file mode 100644
index 000..5da8220a497
--- /dev/null
+++ b/media-libs/sbc/sbc-1.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit multilib multilib-minimal
+
+DESCRIPTION="Audio codec to connect bluetooth HQ audio devices as headphones 
or loudspeakers"
+HOMEPAGE="https://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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~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
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2018-09-15 Thread Pacho Ramos
commit: a63dfadb2fe4d8e92614e3537473a34fd82592f1
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Sep 15 11:48:57 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Sep 15 11:58:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a63dfadb

media-libs/sbc: Make repoman happy

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/sbc/sbc-1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sbc/sbc-1.3.ebuild b/media-libs/sbc/sbc-1.3.ebuild
index 7fbec217db8..2fc75c06ff3 100644
--- a/media-libs/sbc/sbc-1.3.ebuild
+++ b/media-libs/sbc/sbc-1.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 inherit multilib multilib-minimal
 
-DESCRIPTION="An audio codec to connect bluetooth high quality audio devices 
like headphones or loudspeakers"
+DESCRIPTION="Audio codec to connect bluetooth HQ audio devices as headphones 
or loudspeakers"
 HOMEPAGE="https://git.kernel.org/?p=bluetooth/sbc.git 
http://www.bluez.org/sbc-10/;
 SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2018-09-15 Thread Pacho Ramos
commit: 472d3322cba66a60dd280bcdfbb1dc6bc3647602
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Sep 15 11:47:52 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Sep 15 11:58:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=472d3322

media-libs/sbc: Bump eapi

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/sbc/sbc-1.3.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/sbc/sbc-1.3.ebuild b/media-libs/sbc/sbc-1.3.ebuild
index b753ddb7ee6..7fbec217db8 100644
--- a/media-libs/sbc/sbc-1.3.ebuild
+++ b/media-libs/sbc/sbc-1.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils multilib multilib-minimal
+EAPI=7
+inherit multilib multilib-minimal
 
 DESCRIPTION="An audio codec to connect bluetooth high quality audio devices 
like headphones or loudspeakers"
 HOMEPAGE="https://git.kernel.org/?p=bluetooth/sbc.git 
http://www.bluez.org/sbc-10/;
@@ -29,5 +29,5 @@ multilib_src_configure() {
 
 multilib_src_install_all() {
einstalldocs
-   prune_libtool_files
+   find "${D}" -name '*.la' -delete || die
 }



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2017-06-20 Thread Alexis Ballier
commit: 2c6beb48799a59a93713b5010f83f9aa8357b61d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jun 20 10:57:21 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jun 20 12:11:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c6beb48

media-libs/sbc: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/sbc/sbc-1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/sbc/sbc-1.3.ebuild b/media-libs/sbc/sbc-1.3.ebuild
index 1c50fea714b..b753ddb7ee6 100644
--- a/media-libs/sbc/sbc-1.3.ebuild
+++ b/media-libs/sbc/sbc-1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/

2017-02-04 Thread Pacho Ramos
commit: 10fea8181bbdc76b71bc36ed8528a7a40033a15f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Feb  4 15:31:34 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Feb  4 15:39:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10fea818

media-libs/sbc: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-libs/sbc/Manifest   |  1 -
 media-libs/sbc/sbc-1.2.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/media-libs/sbc/Manifest b/media-libs/sbc/Manifest
index 25f68cd..3cd7ed9 100644
--- a/media-libs/sbc/Manifest
+++ b/media-libs/sbc/Manifest
@@ -1,2 +1 @@
-DIST sbc-1.2.tar.xz 246228 SHA256 
c2f01ea54f7473704825113a9cdd46a23e67c650eff575f0670c3d9d66c4a5dc SHA512 
65187dbe59e77da312f7dcc9a807959855ef8b6ff0be5403738f9a7b69035806f889d841209755c735525b81c1ba839e858a9ea8316defbc9dfa86104a35ca1d
 WHIRLPOOL 
0496af202879d4f9dcd5cc470ae3cfbaab5e1badae9c9296aeeb082b5fee66657f482efa801d5aa91371e07261f76811d486b0ac2fd8de5e7c3a702505e596d2
 DIST sbc-1.3.tar.xz 246292 SHA256 
e61022cf576f14190241e7071753fdacdce5d1dea89ffd704110fc50be689309 SHA512 
c11cb1ede8abdb226d404ce34307d217b716b91cbe550ed90cb5387b062b7b97a6b7a81371de6f462d8c1429cb3299869a1bda347fa175e9d81cfa2bc2056c8b
 WHIRLPOOL 
2237003adf9ed226e679034442f73ffe5b2088b51ba229e1435901c351be22c48cc111f86f219e81ad7b162c7e8df41420f329a037a825304d8c21a0c52e8e7f

diff --git a/media-libs/sbc/sbc-1.2.ebuild b/media-libs/sbc/sbc-1.2.ebuild
deleted file mode 100644
index 5a84498..
--- a/media-libs/sbc/sbc-1.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils multilib multilib-minimal
-
-DESCRIPTION="An audio codec to connect bluetooth high quality audio devices 
like headphones or loudspeakers"
-HOMEPAGE="https://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"
-
-DEPEND="virtual/pkgconfig"
-
-DOCS="AUTHORS ChangeLog"
-
-multilib_src_configure() {
-   ECONF_SOURCE=${S} \
-   econf \
-   $(use_enable static-libs static) \
-   --disable-tester
-}
-
-multilib_src_install_all() {
-   prune_libtool_files
-}