* [gentoo-commits] repo/gentoo:master commit in: media-libs/opus/, media-libs/opus/files/
@ 2017-05-18 15:43 Lars Wendler
0 siblings, 0 replies; 3+ messages in thread
From: Lars Wendler @ 2017-05-18 15:43 UTC (permalink / raw
To: gentoo-commits
commit: de76f1454b96bc46fb3bc212b15c5e10e4bc5b97
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu May 18 15:22:22 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu May 18 15:43:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de76f145
media-libs/opus: Removed old.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
media-libs/opus/Manifest | 1 -
.../files/1.1-fix-configure.ac-shell-bug.patch | 14 --------
media-libs/opus/opus-1.1.3.ebuild | 37 ----------------------
media-libs/opus/opus-1.1.ebuild | 34 --------------------
4 files changed, 86 deletions(-)
diff --git a/media-libs/opus/Manifest b/media-libs/opus/Manifest
index 9e54e3e1d45..95c830b94d6 100644
--- a/media-libs/opus/Manifest
+++ b/media-libs/opus/Manifest
@@ -1,4 +1,3 @@
DIST opus-1.1.3.tar.gz 978848 SHA256 58b6fe802e7e30182e95d0cde890c0ace40b6f125cffc50635f0ad2eef69b633 SHA512 99fe272ade3f072e38101ec29f9125c9f4f2bacbcc002a9caca6e64a721f6c4193d7b1b81bd8370225693249c94293c4eea980e66c704424939dabbab890ab43 WHIRLPOOL 21137bae340d95ff99c45ff8014a89a104ee3557ddc366639e0badd317de072b135eec3c5292db3e47fb92da1abf3854a62d29e4d9d9fded109ddc272e86d38c
DIST opus-1.1.4.tar.gz 978830 SHA256 9122b6b380081dd2665189f97bfd777f04f92dc3ab6698eea1dbb27ad59d8692 SHA512 57f14b9e8037eaa02a4d86535d3bbcceca249310fbc9ef1a452cc19dd442d4cf338d5db241d20605c236e22549df2c8266b7486c5f1666b80c532afd52cb3585 WHIRLPOOL 6331d567689bf4cf6151dcec6768a69fad455e3b92cfaca2b23bf6d1fa3fcfedb49e90762e51c96a5ec16ac5e90665849c38474d4fb55b8352f02fabb283e33d
-DIST opus-1.1.tar.gz 850208 SHA256 b9727015a58affcf3db527322bf8c4d2fcf39f5f6b8f15dbceca20206cbe1d95 SHA512 b603efe66d65ef38dbcd0d2bbf213a1d15fa456aee00eca73e99abe4ec78668ed82e661ca7a69e9af4e0bc39e1aa76c4151b7f9840ff621ddcfd69f596cf2ba9 WHIRLPOOL 9d53e57d0c99b7e5e330822808f5b79e19bb3fbbffb9054e3d1d421b42fd70463d5fc39517eff1169d218bad8ab2440162c334ace013ffba846cbcfb57206201
DIST opus-1.2-alpha2.tar.gz 990837 SHA256 c0e90507259cf21ce7b2c82fb9ac55367d8543dae91cc3d4d2c59afd37f44023 SHA512 2bf69fe719c396e455cbc5d4e21114eb8483cc8b90bda698b9ff140782a65d0acf3dd9724684f5911ae05c93a96f6e96124c9cc55320c8208860be6faef9fd91 WHIRLPOOL 05b5166cba227470900e3d255bf5c8dbbc55b34d0dd2e5372f99b32c14c8a1b7e1f92007b94d4b3a925435c328fee05000301f20b8d7fffb3e047643e0e79b85
diff --git a/media-libs/opus/files/1.1-fix-configure.ac-shell-bug.patch b/media-libs/opus/files/1.1-fix-configure.ac-shell-bug.patch
deleted file mode 100644
index e3545243625..00000000000
--- a/media-libs/opus/files/1.1-fix-configure.ac-shell-bug.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- opus-1.1.orig/configure.ac
-+++ opus-1.1/configure.ac
-@@ -333,9 +333,9 @@ AS_IF([test x"${enable_asm}" = x"yes"],[
-
- AM_CONDITIONAL([CPU_ARM], [test "$cpu_arm" = "yes"])
- AM_CONDITIONAL([OPUS_ARM_INLINE_ASM],
-- [test x"${inline_optimization:0:3}" = x"ARM"])
-+ [test x"${inline_optimization%% *}" = x"ARM"])
- AM_CONDITIONAL([OPUS_ARM_EXTERNAL_ASM],
-- [test x"${asm_optimization:0:3}" = x"ARM"])
-+ [test x"${asm_optimization%% *}" = x"ARM"])
-
- AS_IF([test x"$enable_rtcd" = x"yes"],[
- AS_IF([test x"$rtcd_support" != x"no"],[
diff --git a/media-libs/opus/opus-1.1.3.ebuild b/media-libs/opus/opus-1.1.3.ebuild
deleted file mode 100644
index 5a757f7f28b..00000000000
--- a/media-libs/opus/opus-1.1.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit multilib-minimal
-
-if [[ ${PV} == *9999 ]] ; then
- inherit git-2
- EGIT_REPO_URI="git://git.opus-codec.org/opus.git"
-else
- SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
- KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
-fi
-
-DESCRIPTION="Open codec designed for internet transmission of interactive speech and audio"
-HOMEPAGE="http://opus-codec.org/"
-SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-INTRINSIC_FLAGS="cpu_flags_x86_sse neon"
-IUSE="ambisonics custom-modes doc static-libs ${INTRINSIC_FLAGS}"
-
-DEPEND="doc? ( app-doc/doxygen )"
-
-multilib_src_configure() {
- local myeconfargs=(
- $(use_enable custom-modes)
- $(use_enable ambisonics)
- $(use_enable doc)
- )
- for i in ${INTRINSIC_FLAGS} ; do
- use ${i} && myeconfargs+=( --enable-intrinsics )
- done
- ECONF_SOURCE="${S}" \
- econf "${myeconfargs[@]}"
-}
diff --git a/media-libs/opus/opus-1.1.ebuild b/media-libs/opus/opus-1.1.ebuild
deleted file mode 100644
index c7d6fa0ea2b..00000000000
--- a/media-libs/opus/opus-1.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-AUTOTOOLS_AUTORECONF="1"
-inherit autotools-multilib
-
-if [[ ${PV} == *9999 ]] ; then
- inherit git-2
- EGIT_REPO_URI="git://git.opus-codec.org/opus.git"
-else
- SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
- KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
-fi
-
-DESCRIPTION="Open codec designed for internet transmission of interactive speech and audio"
-HOMEPAGE="http://opus-codec.org/"
-SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="custom-modes doc static-libs"
-
-DEPEND="doc? ( app-doc/doxygen )"
-
-PATCHES=( "${FILESDIR}/1.1-fix-configure.ac-shell-bug.patch" ) # bug 510918
-
-src_configure() {
- local myeconfargs=(
- $(use_enable custom-modes)
- $(use_enable doc)
- )
- autotools-multilib_src_configure
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/opus/, media-libs/opus/files/
@ 2018-04-15 17:15 Andreas Sturmlechner
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2018-04-15 17:15 UTC (permalink / raw
To: gentoo-commits
commit: 1ce13efdfb214acae9eab4d8a22d6001d390d7b7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 15:53:39 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 17:15:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce13efd
media-libs/opus: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
media-libs/opus/Manifest | 1 -
.../opus/files/opus-1.1.3-CVE-2017-0381.patch | 24 -------------
media-libs/opus/opus-1.1.3-r1.ebuild | 41 ----------------------
3 files changed, 66 deletions(-)
diff --git a/media-libs/opus/Manifest b/media-libs/opus/Manifest
index b977c37674b..d4852063c29 100644
--- a/media-libs/opus/Manifest
+++ b/media-libs/opus/Manifest
@@ -1,2 +1 @@
-DIST opus-1.1.3.tar.gz 978848 BLAKE2B 0b376c2d0e219b5821e4219e937121ecd6c7b0f17f5d38ffe841a711a6f6b0551ee9ef1bf657e67005750a8d2cbe4ed262ad231195abff527f39b764e0773d81 SHA512 99fe272ade3f072e38101ec29f9125c9f4f2bacbcc002a9caca6e64a721f6c4193d7b1b81bd8370225693249c94293c4eea980e66c704424939dabbab890ab43
DIST opus-1.2.1.tar.gz 1011070 BLAKE2B eff3e20c22cd5370a6a3aabf90cfe6f950a3a8d33cbaed8e053ff637c3c45d1d007a10da2f7983564c0bfcc3768f79ffbc041489fc8835f1faaa2fb6c0ef3800 SHA512 4a98d0a7dbd1a313e89407576805fd733c1192e8ef7e1137e3260025478a1cf1c5a8b71b48c372a0cffe6340524137fe47f181651888284f8221fb4d673f7cd5
diff --git a/media-libs/opus/files/opus-1.1.3-CVE-2017-0381.patch b/media-libs/opus/files/opus-1.1.3-CVE-2017-0381.patch
deleted file mode 100644
index 621236b5855..00000000000
--- a/media-libs/opus/files/opus-1.1.3-CVE-2017-0381.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 79e8f527b0344b0897a65be35e77f7885bd99409 Mon Sep 17 00:00:00 2001
-From: Felicia Lim <flim@google.com>
-Date: Thu, 28 Jul 2016 15:21:19 +0200
-Subject: [PATCH] Ensure that NLSF cannot be negative when computing a min
- distance between them
-
-Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
----
- silk/NLSF_stabilize.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/silk/NLSF_stabilize.c b/silk/NLSF_stabilize.c
-index 1fa1ea3..8f3426b 100644
---- a/silk/NLSF_stabilize.c
-+++ b/silk/NLSF_stabilize.c
-@@ -130,7 +130,7 @@ void silk_NLSF_stabilize(
-
- /* Keep delta_min distance between the NLSFs */
- for( i = 1; i < L; i++ )
-- NLSF_Q15[i] = silk_max_int( NLSF_Q15[i], NLSF_Q15[i-1] + NDeltaMin_Q15[i] );
-+ NLSF_Q15[i] = silk_max_int( NLSF_Q15[i], silk_ADD_SAT16( NLSF_Q15[i-1], NDeltaMin_Q15[i] ) );
-
- /* Last NLSF should be no higher than 1 - NDeltaMin[L] */
- NLSF_Q15[L-1] = silk_min_int( NLSF_Q15[L-1], (1<<15) - NDeltaMin_Q15[L] );
diff --git a/media-libs/opus/opus-1.1.3-r1.ebuild b/media-libs/opus/opus-1.1.3-r1.ebuild
deleted file mode 100644
index 03fade57597..00000000000
--- a/media-libs/opus/opus-1.1.3-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit multilib-minimal
-
-if [[ ${PV} == *9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://git.xiph.org/opus.git"
-else
- SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
- KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
-fi
-
-DESCRIPTION="Open codec designed for internet transmission of interactive speech and audio"
-HOMEPAGE="http://opus-codec.org/"
-SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-INTRINSIC_FLAGS="cpu_flags_x86_sse neon"
-IUSE="ambisonics custom-modes doc static-libs ${INTRINSIC_FLAGS}"
-
-DEPEND="doc? ( app-doc/doxygen )"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.1.3-CVE-2017-0381.patch
-)
-
-multilib_src_configure() {
- local myeconfargs=(
- $(use_enable custom-modes)
- $(use_enable ambisonics)
- $(use_enable doc)
- )
- for i in ${INTRINSIC_FLAGS} ; do
- use ${i} && myeconfargs+=( --enable-intrinsics )
- done
- ECONF_SOURCE="${S}" \
- econf "${myeconfargs[@]}"
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/opus/, media-libs/opus/files/
@ 2023-12-10 9:49 Miroslav Šulc
0 siblings, 0 replies; 3+ messages in thread
From: Miroslav Šulc @ 2023-12-10 9:49 UTC (permalink / raw
To: gentoo-commits
commit: cf44b2dcd9aea19b20cefe3846f52296ff01e033
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 09:49:25 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 09:49:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf44b2dc
media-libs/opus: dropped obsolete 1.3.1-r4
Bug: https://bugs.gentoo.org/906984
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/opus/Manifest | 1 -
.../opus-1.3.1-macro-wstrict-prototypes.patch | 20 --------
media-libs/opus/opus-1.3.1-r4.ebuild | 55 ----------------------
3 files changed, 76 deletions(-)
diff --git a/media-libs/opus/Manifest b/media-libs/opus/Manifest
index 494be1909629..123ae96c678a 100644
--- a/media-libs/opus/Manifest
+++ b/media-libs/opus/Manifest
@@ -1,2 +1 @@
-DIST opus-1.3.1.tar.gz 1040054 BLAKE2B e0aab38518938157a6ef27307f52d9d3f9c12a2fef4c7e5b4168c2f6fc04d79e333ebe477059b3e6a0518fcf6aa089b5eb1c8de68d83474e237c0f73e5a221cb SHA512 6cd5e4d8a0551ed5fb59488c07a5cc18a241d1fde5f9eb9f16cd4e77abcdb4134dd51ad1d737be1e6039bfa56912510b8648152f2478a1f21c7c1d9ce32933cd
DIST opus-1.4.tar.gz 1063408 BLAKE2B 21f11df745cb868f4da1586d678901045fd9bd0c0590628015f3adc2522c88b0660df88096abe975051fec3188b76b93762c4a01907c2ab2b23c40fde79cf6ad SHA512 1ecd39e0add24de12823bf7c936bb67441228721e2cdae0edbfcf3cee0894bcc6edf2a1d0ca5cdfdad1565803bf39cc4c985ad32710c2a9582f850adeb5ca631
diff --git a/media-libs/opus/files/opus-1.3.1-macro-wstrict-prototypes.patch b/media-libs/opus/files/opus-1.3.1-macro-wstrict-prototypes.patch
deleted file mode 100644
index 34edb539b29c..000000000000
--- a/media-libs/opus/files/opus-1.3.1-macro-wstrict-prototypes.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-https://gitlab.xiph.org/xiph/opus/-/merge_requests/56
-
-From 402615a38851f7180c3ac01e246fcbc7de9fd451 Mon Sep 17 00:00:00 2001
-From: Sam James <sam@gentoo.org>
-Date: Wed, 23 Nov 2022 03:19:54 +0000
-Subject: [PATCH] opus.m4: fix -Wstrict-prototypes
-
-Signed-off-by: Sam James <sam@gentoo.org>
---- a/opus.m4
-+++ b/opus.m4
-@@ -63,7 +63,7 @@ dnl
- #include <string.h>
- #include <opus.h>
-
--int main ()
-+int main (void)
- {
- system("touch conf.opustest");
- return 0;
-GitLab
diff --git a/media-libs/opus/opus-1.3.1-r4.ebuild b/media-libs/opus/opus-1.3.1-r4.ebuild
deleted file mode 100644
index f0cf24b1ed2b..000000000000
--- a/media-libs/opus/opus-1.3.1-r4.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic multilib-minimal
-
-DESCRIPTION="Open codec for interactive speech and music transmission over the Internet"
-HOMEPAGE="https://opus-codec.org/"
-SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc x86"
-INTRINSIC_FLAGS="cpu_flags_x86_sse cpu_flags_arm_neon"
-IUSE="custom-modes doc static-libs ${INTRINSIC_FLAGS}"
-
-BDEPEND="
- doc? (
- app-doc/doxygen
- media-gfx/graphviz
- )
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.3.1-libdir-macro.patch
- "${FILESDIR}"/${PN}-1.3.1-macro-wstrict-prototypes.patch
-)
-
-multilib_src_configure() {
- local myeconfargs=(
- $(use_enable custom-modes)
- $(multilib_native_use_enable doc)
- $(use_enable static-libs static)
- )
-
- local i
- # We want to disable intrinsics if no flags are enabled
- # (This is a fun Bash construct to do that!)
- # bug #752069
- for i in ${INTRINSIC_FLAGS} ; do
- use ${i} && myeconfargs+=( --enable-intrinsics ) && break
- done || myeconfargs+=( --disable-intrinsics )
-
- if is-flagq -ffast-math || is-flagq -Ofast; then
- myeconfargs+=( --enable-float-approx )
- fi
-
- ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_install_all() {
- einstalldocs
- find "${ED}" -name "*.la" -delete || die
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-12-10 9:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-15 17:15 [gentoo-commits] repo/gentoo:master commit in: media-libs/opus/, media-libs/opus/files/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2023-12-10 9:49 Miroslav Šulc
2017-05-18 15:43 Lars Wendler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox