From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/
Date: Thu,  7 Jan 2021 04:14:36 +0000 (UTC)	[thread overview]
Message-ID: <1609992807.7331f0b844ca0dd722408ab3ecdac14fdb87f383.sam@gentoo> (raw)
commit:     7331f0b844ca0dd722408ab3ecdac14fdb87f383
Author:     Peter Alfredsen <crabbedhaloablution <AT> icloud <DOT> com>
AuthorDate: Fri Dec 11 13:46:48 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 04:13:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7331f0b8
media-libs/libldac: version bump to 2.0.2.3
Migrate from cmake-utils.eclass to cmake.eclass
Closes: https://bugs.gentoo.org/700872
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Peter Alfredsen <crabbedhaloablution <AT> icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/18605
Signed-off-by: Sam James <sam <AT> gentoo.org>
 media-libs/libldac/Manifest               |  1 +
 media-libs/libldac/libldac-2.0.2.3.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)
diff --git a/media-libs/libldac/Manifest b/media-libs/libldac/Manifest
index a5364d21e60..738da572001 100644
--- a/media-libs/libldac/Manifest
+++ b/media-libs/libldac/Manifest
@@ -1 +1,2 @@
+DIST ldacBT-2.0.2.3.tar.gz 75708 BLAKE2B 9f9ec1aa8a9603927067cd01058745db615a89652d16e870d9eb0a4db270a4076b7bb70ba091948249969087e5b26b86e22656314e3d26e43311fae982472347 SHA512 0e42723a1e7d748b28b13d73823fd5378a64100d5e27ae90cf3214494f3e199c526e219efd1329b2ec2b3195e1a6b3c98c8210ab7e4e6b98077199ef0f64c02e
 DIST libldac-2.0.2-1.1.tar.gz 282323 BLAKE2B f8e4a05130b47e4c46070c3a9f0a085451bf480e3d90579342f66edeb77df665c89bf1c81d65d5366e704c5396335de8263ebd6ac1e1d1350714acb3775511e9 SHA512 f1aedb3edc0421b7a9d49a9d2e347d8ab19d54e37f0e77b3673f92413eaccdbbacb678e2e89a23016b22c768156148a82b7fc996bebc3a4cd4451ffb606dba3e
diff --git a/media-libs/libldac/libldac-2.0.2.3.ebuild b/media-libs/libldac/libldac-2.0.2.3.ebuild
new file mode 100644
index 00000000000..98474b9af7a
--- /dev/null
+++ b/media-libs/libldac/libldac-2.0.2.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="LDAC codec library from AOSP"
+HOMEPAGE="https://android.googlesource.com/platform/external/libldac/"
+SRC_URI="https://github.com/EHfive/ldacBT/releases/download/v${PV}/ldacBT-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/ldacBT"
+
+src_prepare() {
+	cmake_src_prepare
+	mycmakeargs=(
+		-DLDAC_SOFT_FLOAT=OFF
+		-DINSTALL_LIBDIR=/usr/$(get_libdir)
+		)
+}
next             reply	other threads:[~2021-01-07  4:14 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-07  4:14 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-10  9:31 [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/ Andreas Sturmlechner
2024-11-10  9:31 Andreas Sturmlechner
2023-04-15  2:17 Sam James
2022-11-24 12:00 WANG Xuerui
2022-03-08 13:48 Sam James
2021-09-23 22:45 Sam James
2021-08-20 21:51 Marek Szuba
2021-07-11 20:48 Sam James
2021-07-11  2:31 Sam James
2021-05-01 21:24 Andreas Sturmlechner
2021-05-01 17:14 Sam James
2021-05-01 17:14 Sam James
2021-01-07  4:14 Sam James
2021-01-07  4:14 Sam James
2021-01-07  4:14 Sam James
2019-01-20 22:58 Jason A. Donenfeld
2019-01-08 18:28 Rick Farina
2019-01-08 18:27 Rick Farina
2019-01-04 13:19 Jason A. Donenfeld
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=1609992807.7331f0b844ca0dd722408ab3ecdac14fdb87f383.sam@gentoo \
    --to=sam@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