public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/
@ 2019-01-04 13:19 Jason A. Donenfeld
  0 siblings, 0 replies; 18+ messages in thread
From: Jason A. Donenfeld @ 2019-01-04 13:19 UTC (permalink / raw
  To: gentoo-commits

commit:     830bdae60e3b32c027c8a37abe5c9ad165855bc5
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  4 12:14:53 2019 +0000
Commit:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Fri Jan  4 13:19:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=830bdae6

media-libs/libldac: import new ebuild

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>

 media-libs/libldac/Manifest             |  1 +
 media-libs/libldac/libldac-2.0.2.ebuild | 25 +++++++++++++++++++++++++
 media-libs/libldac/metadata.xml         |  7 +++++++
 3 files changed, 33 insertions(+)

diff --git a/media-libs/libldac/Manifest b/media-libs/libldac/Manifest
new file mode 100644
index 00000000000..a5364d21e60
--- /dev/null
+++ b/media-libs/libldac/Manifest
@@ -0,0 +1 @@
+DIST libldac-2.0.2-1.1.tar.gz 282323 BLAKE2B f8e4a05130b47e4c46070c3a9f0a085451bf480e3d90579342f66edeb77df665c89bf1c81d65d5366e704c5396335de8263ebd6ac1e1d1350714acb3775511e9 SHA512 f1aedb3edc0421b7a9d49a9d2e347d8ab19d54e37f0e77b3673f92413eaccdbbacb678e2e89a23016b22c768156148a82b7fc996bebc3a4cd4451ffb606dba3e

diff --git a/media-libs/libldac/libldac-2.0.2.ebuild b/media-libs/libldac/libldac-2.0.2.ebuild
new file mode 100644
index 00000000000..bd5b7ac1019
--- /dev/null
+++ b/media-libs/libldac/libldac-2.0.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+PACKAGING_VERSION="1.1"
+
+DESCRIPTION="LDAC codec library from AOSP"
+HOMEPAGE="https://android.googlesource.com/platform/external/libldac/"
+SRC_URI="https://github.com/EHfive/ldacBT/releases/download/${PACKAGING_VERSION}-ldac.${PV}/ldacBT.tar.gz -> ${P}-${PACKAGING_VERSION}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/ldacBT"
+
+mycmakeargs=( -DLDAC_SOFT_FLOAT=OFF )

diff --git a/media-libs/libldac/metadata.xml b/media-libs/libldac/metadata.xml
new file mode 100644
index 00000000000..38b28ff6e62
--- /dev/null
+++ b/media-libs/libldac/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+<email>zx2c4@gentoo.org</email>
+</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/
@ 2019-01-08 18:27 Rick Farina
  0 siblings, 0 replies; 18+ messages in thread
From: Rick Farina @ 2019-01-08 18:27 UTC (permalink / raw
  To: gentoo-commits

commit:     1f12e40399b6091c03e3a0495088c7bb4dc65aa7
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  8 18:27:04 2019 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Jan  8 18:27:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f12e403

media-libs/libldac: basic sanity

if you are going to fast stable an ebuild maybe test it a little

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 media-libs/libldac/libldac-2.0.2.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/media-libs/libldac/libldac-2.0.2.ebuild b/media-libs/libldac/libldac-2.0.2.ebuild
index 329b71fb3d0..6d2aa19104f 100644
--- a/media-libs/libldac/libldac-2.0.2.ebuild
+++ b/media-libs/libldac/libldac-2.0.2.ebuild
@@ -22,4 +22,8 @@ BDEPEND=""
 
 S="${WORKDIR}/ldacBT"
 
-mycmakeargs=( -DLDAC_SOFT_FLOAT=OFF )
+src_prepare() {
+	eapply_user
+	mycmakeargs=( -DLDAC_SOFT_FLOAT=OFF -DINSTALL_LIBDIR=/usr/$(get_libdir) )
+	cmake-utils_src_prepare
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/
@ 2019-01-08 18:28 Rick Farina
  0 siblings, 0 replies; 18+ messages in thread
From: Rick Farina @ 2019-01-08 18:28 UTC (permalink / raw
  To: gentoo-commits

commit:     b2af12471dced3d14320f2fb7a0d8837f4c022e8
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  8 18:28:12 2019 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Jan  8 18:28:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2af1247

media-libs/libldac: last commit needed revbump

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 media-libs/libldac/{libldac-2.0.2.ebuild => libldac-2.0.2-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/media-libs/libldac/libldac-2.0.2.ebuild b/media-libs/libldac/libldac-2.0.2-r1.ebuild
similarity index 100%
rename from media-libs/libldac/libldac-2.0.2.ebuild
rename to media-libs/libldac/libldac-2.0.2-r1.ebuild


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/
@ 2019-01-20 22:58 Jason A. Donenfeld
  0 siblings, 0 replies; 18+ messages in thread
From: Jason A. Donenfeld @ 2019-01-20 22:58 UTC (permalink / raw
  To: gentoo-commits

commit:     97288ca7126dc9210d0fd20a23599e16ebab211f
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 20 22:57:30 2019 +0000
Commit:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Sun Jan 20 22:58:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97288ca7

media-libs/libldac: stable x86 amd64, unstable others

We're building up slowly for the pulseaudio changes.

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>

 media-libs/libldac/libldac-2.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libldac/libldac-2.0.2-r1.ebuild b/media-libs/libldac/libldac-2.0.2-r1.ebuild
index 4efcbfb5ef4..b7c2e612d12 100644
--- a/media-libs/libldac/libldac-2.0.2-r1.ebuild
+++ b/media-libs/libldac/libldac-2.0.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/EHfive/ldacBT/releases/download/${PACKAGING_VERSION}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/
@ 2021-01-07  4:14 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-01-07  4:14 UTC (permalink / raw
  To: gentoo-commits

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)
+		)
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/
@ 2021-01-07  4:14 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-01-07  4:14 UTC (permalink / raw
  To: gentoo-commits

commit:     2fd8ff7c201e0bd870ed782de3beb4ece73aa6a9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 04:13:19 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 04:13:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd8ff7c

media-libs/libldac: style changes

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libldac/libldac-2.0.2.3.ebuild | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/media-libs/libldac/libldac-2.0.2.3.ebuild b/media-libs/libldac/libldac-2.0.2.3.ebuild
index 98474b9af7a..2be002228f1 100644
--- a/media-libs/libldac/libldac-2.0.2.3.ebuild
+++ b/media-libs/libldac/libldac-2.0.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,18 +12,14 @@ SRC_URI="https://github.com/EHfive/ldacBT/releases/download/v${PV}/ldacBT-${PV}.
 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=(
+src_configure() {
+	local mycmakeargs=(
 		-DLDAC_SOFT_FLOAT=OFF
 		-DINSTALL_LIBDIR=/usr/$(get_libdir)
-		)
+	)
+
+	cmake_src_configure
 }


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/
@ 2021-01-07  4:14 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-01-07  4:14 UTC (permalink / raw
  To: gentoo-commits

commit:     cd5ca19a3d0b633fd578c3cabcb1acee21493d86
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 04:14:02 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 04:14:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5ca19a

media-libs/libldac: update metadata indentation

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libldac/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/libldac/metadata.xml b/media-libs/libldac/metadata.xml
index 38b28ff6e62..018dfdf1a46 100644
--- a/media-libs/libldac/metadata.xml
+++ b/media-libs/libldac/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="person">
-<email>zx2c4@gentoo.org</email>
-</maintainer>
+	<maintainer type="person">
+		<email>zx2c4@gentoo.org</email>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/
@ 2021-01-07  4:14 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-01-07  4:14 UTC (permalink / raw
  To: gentoo-commits

commit:     3096e6c2c8f17a5130ff3e26bb15b4955616dab1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 04:14:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 04:14:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3096e6c2

media-libs/libldac: add github remote-id

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libldac/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-libs/libldac/metadata.xml b/media-libs/libldac/metadata.xml
index 018dfdf1a46..b4ce5e61c27 100644
--- a/media-libs/libldac/metadata.xml
+++ b/media-libs/libldac/metadata.xml
@@ -4,4 +4,7 @@
 	<maintainer type="person">
 		<email>zx2c4@gentoo.org</email>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">EHfive/ldacBT</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/
@ 2021-05-01 17:14 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-05-01 17:14 UTC (permalink / raw
  To: gentoo-commits

commit:     41558f963f422b218bcec59f696d531256048518
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 17:13:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May  1 17:13:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41558f96

media-libs/libldac: Stabilize 2.0.2.3 amd64, #780354

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/media-libs/libldac/libldac-2.0.2.3.ebuild b/media-libs/libldac/libldac-2.0.2.3.ebuild
index 2be002228f1..2b0677b96a3 100644
--- a/media-libs/libldac/libldac-2.0.2.3.ebuild
+++ b/media-libs/libldac/libldac-2.0.2.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/EHfive/ldacBT/releases/download/v${PV}/ldacBT-${PV}.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/ldacBT"
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/
@ 2021-05-01 17:14 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-05-01 17:14 UTC (permalink / raw
  To: gentoo-commits

commit:     cb34c0cd5e10a0920beb036b81f4f39e3b7ad999
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 17:14:34 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May  1 17:14:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb34c0cd

media-libs/libldac: Stabilize 2.0.2.3 x86, #780354

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/media-libs/libldac/libldac-2.0.2.3.ebuild b/media-libs/libldac/libldac-2.0.2.3.ebuild
index 2b0677b96a3..06be1dbec91 100644
--- a/media-libs/libldac/libldac-2.0.2.3.ebuild
+++ b/media-libs/libldac/libldac-2.0.2.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/EHfive/ldacBT/releases/download/v${PV}/ldacBT-${PV}.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/ldacBT"
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/
@ 2021-05-01 21:24 Andreas Sturmlechner
  0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2021-05-01 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     0a3fafa95fcfd7a5aea37015e9e09404e6d30653
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 17:20:38 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May  1 21:21:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3fafa9

media-libs/libldac: Drop 2.0.2-r1, cmake-utils--

Bug: https://bugs.gentoo.org/780354
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/libldac/Manifest                |  1 -
 media-libs/libldac/libldac-2.0.2-r1.ebuild | 29 -----------------------------
 2 files changed, 30 deletions(-)

diff --git a/media-libs/libldac/Manifest b/media-libs/libldac/Manifest
index 738da572001..5d8a9a21d3e 100644
--- a/media-libs/libldac/Manifest
+++ b/media-libs/libldac/Manifest
@@ -1,2 +1 @@
 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-r1.ebuild b/media-libs/libldac/libldac-2.0.2-r1.ebuild
deleted file mode 100644
index 572ece14301..00000000000
--- a/media-libs/libldac/libldac-2.0.2-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils
-
-PACKAGING_VERSION="1.1"
-
-DESCRIPTION="LDAC codec library from AOSP"
-HOMEPAGE="https://android.googlesource.com/platform/external/libldac/"
-SRC_URI="https://github.com/EHfive/ldacBT/releases/download/${PACKAGING_VERSION}-ldac.${PV}/ldacBT.tar.gz -> ${P}-${PACKAGING_VERSION}.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() {
-	eapply_user
-	mycmakeargs=( -DLDAC_SOFT_FLOAT=OFF -DINSTALL_LIBDIR=/usr/$(get_libdir) )
-	cmake-utils_src_prepare
-}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/
@ 2021-07-11  2:31 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-07-11  2:31 UTC (permalink / raw
  To: gentoo-commits

commit:     dcb8cfe353e6e0aab658874e3a999640e71a6c8e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 02:30:22 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 02:30:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb8cfe3

media-libs/libldac: Stabilize 2.0.2.3 arm, #800710

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/media-libs/libldac/libldac-2.0.2.3.ebuild b/media-libs/libldac/libldac-2.0.2.3.ebuild
index 06be1dbec91..73081f10319 100644
--- a/media-libs/libldac/libldac-2.0.2.3.ebuild
+++ b/media-libs/libldac/libldac-2.0.2.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/EHfive/ldacBT/releases/download/v${PV}/ldacBT-${PV}.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/ldacBT"
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/
@ 2021-07-11 20:48 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-07-11 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     e9fcc1e7acfc3a7536a15fdefc184b85c65b0f6d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 20:48:41 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 20:48:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9fcc1e7

media-libs/libldac: Stabilize 2.0.2.3 arm64, #800710

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/media-libs/libldac/libldac-2.0.2.3.ebuild b/media-libs/libldac/libldac-2.0.2.3.ebuild
index 73081f10319..539bc249a44 100644
--- a/media-libs/libldac/libldac-2.0.2.3.ebuild
+++ b/media-libs/libldac/libldac-2.0.2.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/EHfive/ldacBT/releases/download/v${PV}/ldacBT-${PV}.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/ldacBT"
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/
@ 2021-08-20 21:51 Marek Szuba
  0 siblings, 0 replies; 18+ messages in thread
From: Marek Szuba @ 2021-08-20 21:51 UTC (permalink / raw
  To: gentoo-commits

commit:     7af8bb1d6c9ae7e41e07a268c08bb40d83d1f2c8
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 20 15:43:41 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Aug 20 21:51:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af8bb1d

media-libs/libldac: keyword 2.0.2.3 for ~riscv

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

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

diff --git a/media-libs/libldac/libldac-2.0.2.3.ebuild b/media-libs/libldac/libldac-2.0.2.3.ebuild
index 3c8da711632..77f62cf5a7c 100644
--- a/media-libs/libldac/libldac-2.0.2.3.ebuild
+++ b/media-libs/libldac/libldac-2.0.2.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/EHfive/ldacBT/releases/download/v${PV}/ldacBT-${PV}.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/ldacBT"
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/
@ 2021-09-23 22:45 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-09-23 22:45 UTC (permalink / raw
  To: gentoo-commits

commit:     a279d98f8fafa9cbc4770c234425905c82664aef
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 23 22:45:02 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 23 22:45:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a279d98f

media-libs/libldac: Stabilize 2.0.2.3 ppc64, #814521

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/media-libs/libldac/libldac-2.0.2.3.ebuild b/media-libs/libldac/libldac-2.0.2.3.ebuild
index 77f62cf5a7c..611a50404c6 100644
--- a/media-libs/libldac/libldac-2.0.2.3.ebuild
+++ b/media-libs/libldac/libldac-2.0.2.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/EHfive/ldacBT/releases/download/v${PV}/ldacBT-${PV}.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/ldacBT"
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/
@ 2022-03-08 13:48 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2022-03-08 13:48 UTC (permalink / raw
  To: gentoo-commits

commit:     83276529958e2b63dd7826463983f54ec090bb22
Author:     Igor V. Kovalenko <igor.v.kovalenko <AT> gmail <DOT> com>
AuthorDate: Sun Feb 13 19:00:05 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar  8 13:32:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83276529

media-libs/libldac: Change to multilib build

Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{libldac-2.0.2.3.ebuild => libldac-2.0.2.3-r1.ebuild}     | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/media-libs/libldac/libldac-2.0.2.3.ebuild b/media-libs/libldac/libldac-2.0.2.3-r1.ebuild
similarity index 77%
rename from media-libs/libldac/libldac-2.0.2.3.ebuild
rename to media-libs/libldac/libldac-2.0.2.3-r1.ebuild
index 611a50404c67..17ec26c64b25 100644
--- a/media-libs/libldac/libldac-2.0.2.3.ebuild
+++ b/media-libs/libldac/libldac-2.0.2.3-r1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake
+CMAKE_ECLASS=cmake
+inherit cmake-multilib
 
 DESCRIPTION="LDAC codec library from AOSP"
 HOMEPAGE="https://android.googlesource.com/platform/external/libldac/"
@@ -15,7 +16,7 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-
 
 S="${WORKDIR}/ldacBT"
 
-src_configure() {
+multilib_src_configure() {
 	local mycmakeargs=(
 		-DLDAC_SOFT_FLOAT=OFF
 		-DINSTALL_LIBDIR=/usr/$(get_libdir)
@@ -23,3 +24,7 @@ src_configure() {
 
 	cmake_src_configure
 }
+
+src_install() {
+	cmake-multilib_src_install
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/
@ 2022-11-24 12:00 WANG Xuerui
  0 siblings, 0 replies; 18+ messages in thread
From: WANG Xuerui @ 2022-11-24 12:00 UTC (permalink / raw
  To: gentoo-commits

commit:     1cefdd6dd7f0afaacf9fcca3b747c6f261a6a1d2
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 07:19:58 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 12:00:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cefdd6d

media-libs/libldac: keyword 2.0.2.3-r1 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 media-libs/libldac/libldac-2.0.2.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libldac/libldac-2.0.2.3-r1.ebuild b/media-libs/libldac/libldac-2.0.2.3-r1.ebuild
index 92d8748f55d1..4ae53e560437 100644
--- a/media-libs/libldac/libldac-2.0.2.3-r1.ebuild
+++ b/media-libs/libldac/libldac-2.0.2.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/EHfive/ldacBT/releases/download/v${PV}/ldacBT-${PV}.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/ldacBT"
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/
@ 2023-04-15  2:17 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-04-15  2:17 UTC (permalink / raw
  To: gentoo-commits

commit:     d89aa0f29f812fa1b158770ec88d89c1c66147ba
Author:     Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Sat Apr 15 00:01:14 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 15 02:17:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89aa0f2

media-libs/libldac: keyword 2.0.2.3-r1 for ~mips

Bug: https://bugs.gentoo.org/902445
Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libldac/libldac-2.0.2.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libldac/libldac-2.0.2.3-r1.ebuild b/media-libs/libldac/libldac-2.0.2.3-r1.ebuild
index 4ae53e560437..f0c9d7725360 100644
--- a/media-libs/libldac/libldac-2.0.2.3-r1.ebuild
+++ b/media-libs/libldac/libldac-2.0.2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2022 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/EHfive/ldacBT/releases/download/v${PV}/ldacBT-${PV}.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/ldacBT"
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2023-04-15  2:17 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-08 18:28 [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/ Rick Farina
  -- strict thread matches above, loose matches on Subject: below --
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
2021-01-07  4:14 Sam James
2019-01-20 22:58 Jason A. Donenfeld
2019-01-08 18:27 Rick Farina
2019-01-04 13:19 Jason A. Donenfeld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox