From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/
Date: Sat, 25 Jun 2022 09:06:20 +0000 (UTC) [thread overview]
Message-ID: <1656147978.2b2e018b39e6db4686f86128a138e4b878d264e7.fordfrog@gentoo> (raw)
commit: 2b2e018b39e6db4686f86128a138e4b878d264e7
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 09:06:10 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 09:06:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b2e018b
media-libs/sbc: bump to 2.0, eapi8
Signed-off-by: Miroslav Šulc <fordfrog <AT> 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 000000000000..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
+}
next reply other threads:[~2022-06-25 9:06 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-25 9:06 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-11-24 9:31 [gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/ Sam James
2022-11-24 12:00 WANG Xuerui
2022-08-01 8:05 Pacho Ramos
2022-07-21 7:14 Agostino Sarubbo
2022-07-21 7:13 Agostino Sarubbo
2022-07-21 7:12 Agostino Sarubbo
2022-07-20 21:02 Sam James
2022-07-20 17:01 Sam James
2022-07-20 16:21 Sam James
2022-07-20 16:21 Sam James
2021-08-20 22:21 Marek Szuba
2021-01-31 19:07 Andreas Sturmlechner
2021-01-31 18:48 Sam James
2021-01-26 15:19 Sam James
2021-01-25 14:09 Sam James
2021-01-25 14:07 Sam James
2021-01-25 2:48 Sam James
2021-01-25 2:11 Sam James
2021-01-24 21:50 Sam James
2020-12-09 18:09 Pacho Ramos
2019-05-15 19:40 Aaron Bauman
2019-05-03 8:44 Pacho Ramos
2019-05-02 21:54 Mikle Kolyada
2019-04-02 1:37 Thomas Deutschmann
2019-03-30 19:05 Mikle Kolyada
2019-03-25 22:18 Sergei Trofimovich
2019-03-24 20:25 Sergei Trofimovich
2019-03-24 20:12 Sergei Trofimovich
2019-03-24 19:44 Sergei Trofimovich
2019-03-24 13:08 Sergei Trofimovich
2019-03-24 10:01 Agostino Sarubbo
2019-01-19 8:56 Pacho Ramos
2018-09-15 11:58 Pacho Ramos
2018-09-15 11:58 Pacho Ramos
2017-06-20 12:12 Alexis Ballier
2017-02-04 15:40 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1656147978.2b2e018b39e6db4686f86128a138e4b878d264e7.fordfrog@gentoo \
--to=fordfrog@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox