public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libopusenc/
@ 2021-09-26 22:16 Marek Szuba
  0 siblings, 0 replies; 14+ messages in thread
From: Marek Szuba @ 2021-09-26 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     a57fc9939eaf65367e9fd568b8c03dacad3e8fcc
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 26 22:03:07 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Sep 26 22:15:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a57fc993

media-libs/libopusenc: keyword 0.2.1 for ~riscv

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

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

diff --git a/media-libs/libopusenc/libopusenc-0.2.1.ebuild b/media-libs/libopusenc/libopusenc-0.2.1.ebuild
index 87f43003c99..28c6ad68ed8 100644
--- a/media-libs/libopusenc/libopusenc-0.2.1.ebuild
+++ b/media-libs/libopusenc/libopusenc-0.2.1.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
@@ -9,7 +9,7 @@ SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
+KEYWORDS="amd64 ~arm64 ppc ppc64 ~riscv x86"
 IUSE="doc"
 
 BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libopusenc/
@ 2022-12-23  9:05 Miroslav Šulc
  0 siblings, 0 replies; 14+ messages in thread
From: Miroslav Šulc @ 2022-12-23  9:05 UTC (permalink / raw
  To: gentoo-commits

commit:     0cb26e56353b580a7f8a3a409898db6e96e5c504
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 09:05:21 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 09:05:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb26e56

media-libs/libopusenc: dropped obsolete 0.2.1

Bug: https://bugs.gentoo.org/887835
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/libopusenc/libopusenc-0.2.1.ebuild | 31 ---------------------------
 1 file changed, 31 deletions(-)

diff --git a/media-libs/libopusenc/libopusenc-0.2.1.ebuild b/media-libs/libopusenc/libopusenc-0.2.1.ebuild
deleted file mode 100644
index 28c6ad68ed83..000000000000
--- a/media-libs/libopusenc/libopusenc-0.2.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="High-level API for encoding .opus files"
-HOMEPAGE="https://www.opus-codec.org/"
-SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc ppc64 ~riscv x86"
-IUSE="doc"
-
-BDEPEND="virtual/pkgconfig"
-RDEPEND=">=media-libs/opus-1.1:="
-DEPEND="
-	${RDEPEND}
-	doc? ( app-doc/doxygen[dot] )"
-
-src_configure() {
-	econf \
-		--enable-shared \
-		--disable-static \
-		$(use_enable doc)
-}
-
-src_install() {
-	default
-	find "${D}" -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libopusenc/
@ 2022-12-22 11:04 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2022-12-22 11:04 UTC (permalink / raw
  To: gentoo-commits

commit:     363464e750f751009758c7ede16f93dc6315832e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 11:04:34 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 11:04:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=363464e7

media-libs/libopusenc: Stabilize 0.2.1-r1 amd64, #887835

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/media-libs/libopusenc/libopusenc-0.2.1-r1.ebuild b/media-libs/libopusenc/libopusenc-0.2.1-r1.ebuild
index 04dd20b50daa..31c1e51f7f2b 100644
--- a/media-libs/libopusenc/libopusenc-0.2.1-r1.ebuild
+++ b/media-libs/libopusenc/libopusenc-0.2.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="doc"
 
 RDEPEND=">=media-libs/opus-1.1:="


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libopusenc/
@ 2022-12-22 11:04 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2022-12-22 11:04 UTC (permalink / raw
  To: gentoo-commits

commit:     ccba9256a47ed2913ea17ff3eae9debad9797ed6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 11:04:34 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 11:04:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccba9256

media-libs/libopusenc: Stabilize 0.2.1-r1 ppc64, #887835

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/media-libs/libopusenc/libopusenc-0.2.1-r1.ebuild b/media-libs/libopusenc/libopusenc-0.2.1-r1.ebuild
index 31c1e51f7f2b..4152f5e4a146 100644
--- a/media-libs/libopusenc/libopusenc-0.2.1-r1.ebuild
+++ b/media-libs/libopusenc/libopusenc-0.2.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~ppc ppc64 ~riscv x86"
 IUSE="doc"
 
 RDEPEND=">=media-libs/opus-1.1:="


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libopusenc/
@ 2022-12-22 11:04 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2022-12-22 11:04 UTC (permalink / raw
  To: gentoo-commits

commit:     fbd9962f3795a1ac7b50fbe3fa6ad87fd7d259f1
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 11:04:33 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 11:04:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd9962f

media-libs/libopusenc: Stabilize 0.2.1-r1 x86, #887835

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/media-libs/libopusenc/libopusenc-0.2.1-r1.ebuild b/media-libs/libopusenc/libopusenc-0.2.1-r1.ebuild
index f37ab0ef5ec0..04dd20b50daa 100644
--- a/media-libs/libopusenc/libopusenc-0.2.1-r1.ebuild
+++ b/media-libs/libopusenc/libopusenc-0.2.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="doc"
 
 RDEPEND=">=media-libs/opus-1.1:="


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libopusenc/
@ 2022-12-22 11:04 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2022-12-22 11:04 UTC (permalink / raw
  To: gentoo-commits

commit:     38e5ddfb2aeeef792ef3bae58a59cd5ff10b23e6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 11:04:35 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 11:04:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e5ddfb

media-libs/libopusenc: Stabilize 0.2.1-r1 ppc, #887835

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/media-libs/libopusenc/libopusenc-0.2.1-r1.ebuild b/media-libs/libopusenc/libopusenc-0.2.1-r1.ebuild
index 4152f5e4a146..18c290a2627f 100644
--- a/media-libs/libopusenc/libopusenc-0.2.1-r1.ebuild
+++ b/media-libs/libopusenc/libopusenc-0.2.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ppc ppc64 ~riscv x86"
 IUSE="doc"
 
 RDEPEND=">=media-libs/opus-1.1:="


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libopusenc/
@ 2020-12-17  9:02 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2020-12-17  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     e2eb429de24df8fa4b1e0ec1cd8c4e185f7db16e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 09:01:41 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 09:01:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2eb429d

media-libs/libopusenc: Keyword 0.2.1 arm64, #760291

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

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

diff --git a/media-libs/libopusenc/libopusenc-0.2.1.ebuild b/media-libs/libopusenc/libopusenc-0.2.1.ebuild
index 391a3a75be0..87f43003c99 100644
--- a/media-libs/libopusenc/libopusenc-0.2.1.ebuild
+++ b/media-libs/libopusenc/libopusenc-0.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
 IUSE="doc"
 
 BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libopusenc/
@ 2019-04-28 22:06 Thomas Deutschmann
  0 siblings, 0 replies; 14+ messages in thread
From: Thomas Deutschmann @ 2019-04-28 22:06 UTC (permalink / raw
  To: gentoo-commits

commit:     489552bcdff58f4db017833c7166486cfbaeaa78
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 22:02:31 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 22:05:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489552bc

media-libs/libopusenc: x86 stable (bug #681444)

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

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

diff --git a/media-libs/libopusenc/libopusenc-0.2.1.ebuild b/media-libs/libopusenc/libopusenc-0.2.1.ebuild
index e3775dd16e7..391a3a75be0 100644
--- a/media-libs/libopusenc/libopusenc-0.2.1.ebuild
+++ b/media-libs/libopusenc/libopusenc-0.2.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="doc"
 
 BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libopusenc/
@ 2019-04-07 21:34 Sergei Trofimovich
  0 siblings, 0 replies; 14+ messages in thread
From: Sergei Trofimovich @ 2019-04-07 21:34 UTC (permalink / raw
  To: gentoo-commits

commit:     fa0657fc29b027b8ebbe23a8ebc4e143fcef0033
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  7 21:29:50 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Apr  7 21:33:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa0657fc

media-libs/libopusenc: stable 0.2.1 for ppc64, bug #681444

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

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

diff --git a/media-libs/libopusenc/libopusenc-0.2.1.ebuild b/media-libs/libopusenc/libopusenc-0.2.1.ebuild
index f83da1c901b..e3775dd16e7 100644
--- a/media-libs/libopusenc/libopusenc-0.2.1.ebuild
+++ b/media-libs/libopusenc/libopusenc-0.2.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 ~x86"
 IUSE="doc"
 
 BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libopusenc/
@ 2019-04-06 20:34 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2019-04-06 20:34 UTC (permalink / raw
  To: gentoo-commits

commit:     8f7ef9c72a015aed798274481731244f8eff45b0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  6 16:26:41 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr  6 20:28:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7ef9c7

media-libs/libopusenc: Drop 0.2

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/libopusenc/Manifest              |  1 -
 media-libs/libopusenc/libopusenc-0.2.ebuild | 36 -----------------------------
 2 files changed, 37 deletions(-)

diff --git a/media-libs/libopusenc/Manifest b/media-libs/libopusenc/Manifest
index 5b587f947a4..dd8f957c69d 100644
--- a/media-libs/libopusenc/Manifest
+++ b/media-libs/libopusenc/Manifest
@@ -1,2 +1 @@
 DIST libopusenc-0.2.1.tar.gz 388071 BLAKE2B de3a69aeb6bb955352e097e41b12cf0c627ce5278687124d00996f52ccf5e8e39277e7c345bb26e75dd7d29b6a70f50396fa5a157913e0906a18acd007b1621b SHA512 adf30cacea9ac2e5889a40147f53943a1bec5279c5ff3a9b09de8ca52727a6cbaeecd338417fc5856e337ae183c85b0d366d14ec4ec329de12d50709a6f6507a
-DIST libopusenc-0.2.tar.gz 388027 BLAKE2B 5822d09ec56ce9dc0182241e7182b71c9c21def5645a2ef3472af380b25af1b1f8a08311c2cfb8bacdfde845dff81ee426401f1ab098b6598e41e664ccaf9c34 SHA512 82b9a60bf6fa0c8bc485b221bc633456245f8909875fb9e86876076bc37857d53a366bbc66f2e1e331adddcf12c4d5a29f0047e21d0fae2f8bd8a3199bd6f78f

diff --git a/media-libs/libopusenc/libopusenc-0.2.ebuild b/media-libs/libopusenc/libopusenc-0.2.ebuild
deleted file mode 100644
index a75cfdebe97..00000000000
--- a/media-libs/libopusenc/libopusenc-0.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="High-level API for encoding .opus files"
-HOMEPAGE="https://www.opus-codec.org/"
-SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="doc"
-
-BDEPEND="
-	virtual/pkgconfig
-"
-DEPEND="
-	doc? ( app-doc/doxygen[dot] )
-"
-RDEPEND="
-	>=media-libs/opus-1.1
-"
-
-src_configure() {
-	local myeconfargs=(
-		$(use_enable doc)
-	)
-
-	econf "${myeconfsargs[@]}"
-}
-
-src_install() {
-	default
-	find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libopusenc/
@ 2019-04-06 16:14 Mikle Kolyada
  0 siblings, 0 replies; 14+ messages in thread
From: Mikle Kolyada @ 2019-04-06 16:14 UTC (permalink / raw
  To: gentoo-commits

commit:     0fa8d26f1510742766544ef22b51dc810304202a
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  6 16:13:56 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Apr  6 16:13:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa8d26f

media-libs/libopusenc: amd64 stable wrt bug #681444

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

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

diff --git a/media-libs/libopusenc/libopusenc-0.2.1.ebuild b/media-libs/libopusenc/libopusenc-0.2.1.ebuild
index eaa29c50951..f046c25547f 100644
--- a/media-libs/libopusenc/libopusenc-0.2.1.ebuild
+++ b/media-libs/libopusenc/libopusenc-0.2.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="doc"
 
 BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libopusenc/
@ 2019-01-25 10:12 David Seifert
  0 siblings, 0 replies; 14+ messages in thread
From: David Seifert @ 2019-01-25 10:12 UTC (permalink / raw
  To: gentoo-commits

commit:     6fa7d7a549df89350764056b5dd98cbe8fb9b137
Author:     Stefan Strogin <stefan.strogin <AT> gmail <DOT> com>
AuthorDate: Fri Nov  9 18:41:46 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Jan 25 10:12:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa7d7a5

media-libs/libopusenc: bump to 0.2.1

Closes: https://bugs.gentoo.org/670771
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Stefan Strogin <stefan.strogin <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10379
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-libs/libopusenc/Manifest                |  1 +
 media-libs/libopusenc/libopusenc-0.2.1.ebuild | 31 +++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/media-libs/libopusenc/Manifest b/media-libs/libopusenc/Manifest
index 292742288e5..5b587f947a4 100644
--- a/media-libs/libopusenc/Manifest
+++ b/media-libs/libopusenc/Manifest
@@ -1 +1,2 @@
+DIST libopusenc-0.2.1.tar.gz 388071 BLAKE2B de3a69aeb6bb955352e097e41b12cf0c627ce5278687124d00996f52ccf5e8e39277e7c345bb26e75dd7d29b6a70f50396fa5a157913e0906a18acd007b1621b SHA512 adf30cacea9ac2e5889a40147f53943a1bec5279c5ff3a9b09de8ca52727a6cbaeecd338417fc5856e337ae183c85b0d366d14ec4ec329de12d50709a6f6507a
 DIST libopusenc-0.2.tar.gz 388027 BLAKE2B 5822d09ec56ce9dc0182241e7182b71c9c21def5645a2ef3472af380b25af1b1f8a08311c2cfb8bacdfde845dff81ee426401f1ab098b6598e41e664ccaf9c34 SHA512 82b9a60bf6fa0c8bc485b221bc633456245f8909875fb9e86876076bc37857d53a366bbc66f2e1e331adddcf12c4d5a29f0047e21d0fae2f8bd8a3199bd6f78f

diff --git a/media-libs/libopusenc/libopusenc-0.2.1.ebuild b/media-libs/libopusenc/libopusenc-0.2.1.ebuild
new file mode 100644
index 00000000000..eaa29c50951
--- /dev/null
+++ b/media-libs/libopusenc/libopusenc-0.2.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="High-level API for encoding .opus files"
+HOMEPAGE="https://www.opus-codec.org/"
+SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="doc"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND=">=media-libs/opus-1.1:="
+DEPEND="
+	${RDEPEND}
+	doc? ( app-doc/doxygen[dot] )"
+
+src_configure() {
+	econf \
+		--enable-shared \
+		--disable-static \
+		$(use_enable doc)
+}
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libopusenc/
@ 2018-10-15 19:01 Sergei Trofimovich
  0 siblings, 0 replies; 14+ messages in thread
From: Sergei Trofimovich @ 2018-10-15 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     382135521bfc33b9f41cea3bcd0e011e06a028cf
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 15 19:01:04 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Oct 15 19:01:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38213552

media-libs/libopusenc: keyworded 0.2 for ppc/ppc64, bug #666990

Tested-by: ernsteiswuerfel
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc ppc64"

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

diff --git a/media-libs/libopusenc/libopusenc-0.2.ebuild b/media-libs/libopusenc/libopusenc-0.2.ebuild
index 473b64aa39d..a75cfdebe97 100644
--- a/media-libs/libopusenc/libopusenc-0.2.ebuild
+++ b/media-libs/libopusenc/libopusenc-0.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="doc"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libopusenc/
@ 2018-09-24 15:51 Lars Wendler
  0 siblings, 0 replies; 14+ messages in thread
From: Lars Wendler @ 2018-09-24 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     83d8ef2b04f45dc825d2ede5fce8a6f1e4dd62f7
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 24 15:38:20 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Sep 24 15:51:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d8ef2b

media-libs/libopusenc: Initial commit

Package-Manager: Portage-2.3.49, Repoman-2.3.11

 media-libs/libopusenc/Manifest              |  1 +
 media-libs/libopusenc/libopusenc-0.2.ebuild | 36 +++++++++++++++++++++++++++++
 media-libs/libopusenc/metadata.xml          |  8 +++++++
 3 files changed, 45 insertions(+)

diff --git a/media-libs/libopusenc/Manifest b/media-libs/libopusenc/Manifest
new file mode 100644
index 00000000000..292742288e5
--- /dev/null
+++ b/media-libs/libopusenc/Manifest
@@ -0,0 +1 @@
+DIST libopusenc-0.2.tar.gz 388027 BLAKE2B 5822d09ec56ce9dc0182241e7182b71c9c21def5645a2ef3472af380b25af1b1f8a08311c2cfb8bacdfde845dff81ee426401f1ab098b6598e41e664ccaf9c34 SHA512 82b9a60bf6fa0c8bc485b221bc633456245f8909875fb9e86876076bc37857d53a366bbc66f2e1e331adddcf12c4d5a29f0047e21d0fae2f8bd8a3199bd6f78f

diff --git a/media-libs/libopusenc/libopusenc-0.2.ebuild b/media-libs/libopusenc/libopusenc-0.2.ebuild
new file mode 100644
index 00000000000..473b64aa39d
--- /dev/null
+++ b/media-libs/libopusenc/libopusenc-0.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="High-level API for encoding .opus files"
+HOMEPAGE="https://www.opus-codec.org/"
+SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+BDEPEND="
+	virtual/pkgconfig
+"
+DEPEND="
+	doc? ( app-doc/doxygen[dot] )
+"
+RDEPEND="
+	>=media-libs/opus-1.1
+"
+
+src_configure() {
+	local myeconfargs=(
+		$(use_enable doc)
+	)
+
+	econf "${myeconfsargs[@]}"
+}
+
+src_install() {
+	default
+	find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
+}

diff --git a/media-libs/libopusenc/metadata.xml b/media-libs/libopusenc/metadata.xml
new file mode 100644
index 00000000000..39626a990be
--- /dev/null
+++ b/media-libs/libopusenc/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>sound@gentoo.org</email>
+    <name>Gentoo Sound project</name>
+  </maintainer>
+</pkgmetadata>


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

end of thread, other threads:[~2022-12-23  9:05 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-26 22:16 [gentoo-commits] repo/gentoo:master commit in: media-libs/libopusenc/ Marek Szuba
  -- strict thread matches above, loose matches on Subject: below --
2022-12-23  9:05 Miroslav Šulc
2022-12-22 11:04 Arthur Zamarin
2022-12-22 11:04 Arthur Zamarin
2022-12-22 11:04 Arthur Zamarin
2022-12-22 11:04 Arthur Zamarin
2020-12-17  9:02 Sam James
2019-04-28 22:06 Thomas Deutschmann
2019-04-07 21:34 Sergei Trofimovich
2019-04-06 20:34 Andreas Sturmlechner
2019-04-06 16:14 Mikle Kolyada
2019-01-25 10:12 David Seifert
2018-10-15 19:01 Sergei Trofimovich
2018-09-24 15:51 Lars Wendler

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