public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openal/, media-libs/openal/files/
Date: Sat, 21 Dec 2024 10:54:04 +0000 (UTC)	[thread overview]
Message-ID: <1734778414.7dfdaca896b571fd8aceb162eedb756f8ff7f0ba.fordfrog@gentoo> (raw)

commit:     7dfdaca896b571fd8aceb162eedb756f8ff7f0ba
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 21 10:53:34 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Dec 21 10:53:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dfdaca8

media-libs/openal: dropped obsolete 1.23.1-r1 & 1.24.0

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

 media-libs/openal/Manifest                         |  2 -
 .../openal/files/openal-1.23.1-gcc15-cstdint.patch | 32 --------
 media-libs/openal/openal-1.23.1-r1.ebuild          | 91 ----------------------
 media-libs/openal/openal-1.24.0.ebuild             | 87 ---------------------
 4 files changed, 212 deletions(-)

diff --git a/media-libs/openal/Manifest b/media-libs/openal/Manifest
index 562cb5ddd905..851acadd4dae 100644
--- a/media-libs/openal/Manifest
+++ b/media-libs/openal/Manifest
@@ -1,3 +1 @@
-DIST openal-soft-1.23.1.tar.bz2 699330 BLAKE2B 214eb5c6714f8beec711fbebb60725fb06daf77bcb62b14125ff3bc11ebe97365893a36652819bcde92d3714bb2a7ec2ac119a1f439a74fea56f65c7574f2c95 SHA512 0d40577cd27040dc8814c15bacc310a0ce1c98e084f0a37db9f66899265df42ea61ac672efba7445e495849c25b9ba5b086f43320a38965f6ee74081b2896819
-DIST openal-soft-1.24.0.tar.bz2 763289 BLAKE2B 44eaec7e7a0896928ce67b0b0ef6938c39122c36bd08e74c34fe2d085e6c369f70d7bb762c421fb4bec3ad4fdb2734d6dacf188844ac7309f0f0433c88800abb SHA512 f3e9f7a2729688092a77413bce3191b874bb898c80defc620754ce85ed079446f2b0cfe1b81846606357515e40f1c1fd035f0f64e9d9ce4f861b873f54d3a3e7
 DIST openal-soft-1.24.1.tar.bz2 991155 BLAKE2B 7fbf0e63a46a5f2eacee00bcc28746ded5b950aba580ae041825d3b47a33be757668faad5e7c3eced8983416f4a946dc7bddba69699a56470ace0d6ff6e3762c SHA512 1d2d17c94708b0a63a965b26ad960fe6f2201db2c729b6ba564dd0c2b50f0b1d0733c4448b0d2d1b3e22436fb2d7daf5f285071b7234511e3eb4abfe5fa1f223

diff --git a/media-libs/openal/files/openal-1.23.1-gcc15-cstdint.patch b/media-libs/openal/files/openal-1.23.1-gcc15-cstdint.patch
deleted file mode 100644
index ce4ceb455b2f..000000000000
--- a/media-libs/openal/files/openal-1.23.1-gcc15-cstdint.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Fixed exhaustively upstream in https://github.com/kcat/openal-soft/commit/64f8e8347f7ed3f98917fae7587f4d72b54c28ef
-but doesn't apply cleanly, so do a minimal fix here.
---- a/alc/alu.h
-+++ b/alc/alu.h
-@@ -2,6 +2,7 @@
- #define ALU_H
- 
- #include <bitset>
-+#include <cstdint>
- 
- #include "aloptional.h"
- 
---- a/core/mixer/defs.h
-+++ b/core/mixer/defs.h
-@@ -2,6 +2,7 @@
- #define CORE_MIXER_DEFS_H
- 
- #include <array>
-+#include <cstdint>
- #include <stdlib.h>
- 
- #include "alspan.h"
---- a/core/uhjfilter.h
-+++ b/core/uhjfilter.h
-@@ -2,6 +2,7 @@
- #define CORE_UHJFILTER_H
- 
- #include <array>
-+#include <cstdint>
- 
- #include "almalloc.h"
- #include "alspan.h"

diff --git a/media-libs/openal/openal-1.23.1-r1.ebuild b/media-libs/openal/openal-1.23.1-r1.ebuild
deleted file mode 100644
index d30f7ef3e23c..000000000000
--- a/media-libs/openal/openal-1.23.1-r1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# False positives because of REQUIRE vs BACKEND options() (conditionally set)
-# See bug #809314
-CMAKE_WARN_UNUSED_CLI=no
-inherit cmake-multilib
-
-MY_P="${PN}-soft-${PV}"
-
-DESCRIPTION="A software implementation of the OpenAL 3D audio API"
-HOMEPAGE="https://www.openal-soft.org/"
-SRC_URI="https://www.openal-soft.org/openal-releases/${MY_P}.tar.bz2"
-S="${WORKDIR}"/${MY_P}
-
-# See https://github.com/kcat/openal-soft/blob/e0097c18b82d5da37248c4823fde48b6e0002cdd/BSD-3Clause
-# Some components are under BSD
-LICENSE="LGPL-2+ BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
-IUSE="
-	alsa coreaudio debug jack oss pipewire portaudio pulseaudio sdl sndio qt5
-	cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse4_1
-	cpu_flags_arm_neon
-"
-
-# PipeWire:
-# - See bug #863200 for PipeWire minimum version
-# - PW is in DEPEND although not linked against because we need configure to
-# find it anyway, but no :=.
-RDEPEND="
-	alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
-	jack? ( virtual/jack[${MULTILIB_USEDEP}] )
-	pipewire? ( media-video/pipewire[${MULTILIB_USEDEP}] )
-	portaudio? ( media-libs/portaudio[${MULTILIB_USEDEP}] )
-	pulseaudio? ( media-libs/libpulse[${MULTILIB_USEDEP}] )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5
-		dev-qt/qtwidgets:5
-	)
-	sdl? ( media-libs/libsdl2[${MULTILIB_USEDEP}] )
-	sndio? ( media-sound/sndio:=[${MULTILIB_USEDEP}] )
-"
-DEPEND="
-	${RDEPEND}
-	oss? ( virtual/os-headers )
-"
-
-DOCS=( alsoftrc.sample docs/env-vars.txt docs/hrtf.txt ChangeLog README.md )
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.23.1-gcc15-cstdint.patch
-)
-
-multilib_src_configure() {
-	local mycmakeargs=(
-		# See bug #809314 for getting both options for backends
-		-DALSOFT_{BACKEND,REQUIRE}_ALSA=$(usex alsa)
-		-DALSOFT_{BACKEND,REQUIRE}_COREAUDIO=$(usex coreaudio)
-		-DALSOFT_{BACKEND,REQUIRE}_JACK=$(usex jack)
-		-DALSOFT_{BACKEND,REQUIRE}_OSS=$(usex oss)
-		-DALSOFT_{BACKEND,REQUIRE}_PIPEWIRE=$(usex pipewire)
-		-DALSOFT_{BACKEND,REQUIRE}_PORTAUDIO=$(usex portaudio)
-		-DALSOFT_{BACKEND,REQUIRE}_PULSEAUDIO=$(usex pulseaudio)
-		-DALSOFT_{BACKEND,REQUIRE}_SDL2=$(usex sdl)
-		-DALSOFT_{BACKEND,REQUIRE}_SNDIO=$(usex sndio)
-
-		-DALSOFT_UTILS=$(multilib_is_native_abi && echo "ON" || echo "OFF")
-		-DALSOFT_NO_CONFIG_UTIL=$(usex qt5 "$(multilib_is_native_abi && echo "OFF" || echo "ON")" ON)
-		 # EXAMPLES=OFF to avoid FFmpeg dependency, bug #481670
-		-DALSOFT_EXAMPLES=OFF
-	)
-
-	# Avoid unused variable warnings, bug #738240
-	if use amd64 || use x86 ; then
-		mycmakeargs+=(
-			-DALSOFT_CPUEXT_SSE=$(usex cpu_flags_x86_sse)
-			-DALSOFT_CPUEXT_SSE2=$(usex cpu_flags_x86_sse2)
-			-DALSOFT_CPUEXT_SSE4_1=$(usex cpu_flags_x86_sse4_1)
-		)
-	elif use arm || use arm64 ; then
-		mycmakeargs+=(
-			-DALSOFT_CPUEXT_NEON=$(usex cpu_flags_arm_neon)
-		)
-	fi
-
-	cmake_src_configure
-}

diff --git a/media-libs/openal/openal-1.24.0.ebuild b/media-libs/openal/openal-1.24.0.ebuild
deleted file mode 100644
index cb3f3789eddd..000000000000
--- a/media-libs/openal/openal-1.24.0.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# False positives because of REQUIRE vs BACKEND options() (conditionally set)
-# See bug #809314
-CMAKE_WARN_UNUSED_CLI=no
-inherit cmake-multilib
-
-MY_P="${PN}-soft-${PV}"
-
-DESCRIPTION="A software implementation of the OpenAL 3D audio API"
-HOMEPAGE="https://www.openal-soft.org/"
-SRC_URI="https://www.openal-soft.org/openal-releases/${MY_P}.tar.bz2"
-S="${WORKDIR}"/${MY_P}
-
-# See https://github.com/kcat/openal-soft/blob/e0097c18b82d5da37248c4823fde48b6e0002cdd/BSD-3Clause
-# Some components are under BSD
-LICENSE="LGPL-2+ BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="
-	alsa coreaudio debug jack oss pipewire portaudio pulseaudio sdl sndio qt5
-	cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse4_1
-	cpu_flags_arm_neon
-"
-
-# PipeWire:
-# - See bug #863200 for PipeWire minimum version
-# - PW is in DEPEND although not linked against because we need configure to
-# find it anyway, but no :=.
-RDEPEND="
-	alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
-	jack? ( virtual/jack[${MULTILIB_USEDEP}] )
-	pipewire? ( media-video/pipewire[${MULTILIB_USEDEP}] )
-	portaudio? ( media-libs/portaudio[${MULTILIB_USEDEP}] )
-	pulseaudio? ( media-libs/libpulse[${MULTILIB_USEDEP}] )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5
-		dev-qt/qtwidgets:5
-	)
-	sdl? ( media-libs/libsdl2[${MULTILIB_USEDEP}] )
-	sndio? ( media-sound/sndio:=[${MULTILIB_USEDEP}] )
-"
-DEPEND="
-	${RDEPEND}
-	oss? ( virtual/os-headers )
-"
-
-DOCS=( alsoftrc.sample docs/env-vars.txt docs/hrtf.txt ChangeLog README.md )
-
-multilib_src_configure() {
-	local mycmakeargs=(
-		# See bug #809314 for getting both options for backends
-		-DALSOFT_{BACKEND,REQUIRE}_ALSA=$(usex alsa)
-		-DALSOFT_{BACKEND,REQUIRE}_COREAUDIO=$(usex coreaudio)
-		-DALSOFT_{BACKEND,REQUIRE}_JACK=$(usex jack)
-		-DALSOFT_{BACKEND,REQUIRE}_OSS=$(usex oss)
-		-DALSOFT_{BACKEND,REQUIRE}_PIPEWIRE=$(usex pipewire)
-		-DALSOFT_{BACKEND,REQUIRE}_PORTAUDIO=$(usex portaudio)
-		-DALSOFT_{BACKEND,REQUIRE}_PULSEAUDIO=$(usex pulseaudio)
-		-DALSOFT_{BACKEND,REQUIRE}_SDL2=$(usex sdl)
-		-DALSOFT_{BACKEND,REQUIRE}_SNDIO=$(usex sndio)
-
-		-DALSOFT_UTILS=$(multilib_is_native_abi && echo "ON" || echo "OFF")
-		-DALSOFT_NO_CONFIG_UTIL=$(usex qt5 "$(multilib_is_native_abi && echo "OFF" || echo "ON")" ON)
-		 # EXAMPLES=OFF to avoid FFmpeg dependency, bug #481670
-		-DALSOFT_EXAMPLES=OFF
-	)
-
-	# Avoid unused variable warnings, bug #738240
-	if use amd64 || use x86 ; then
-		mycmakeargs+=(
-			-DALSOFT_CPUEXT_SSE=$(usex cpu_flags_x86_sse)
-			-DALSOFT_CPUEXT_SSE2=$(usex cpu_flags_x86_sse2)
-			-DALSOFT_CPUEXT_SSE4_1=$(usex cpu_flags_x86_sse4_1)
-		)
-	elif use arm || use arm64 ; then
-		mycmakeargs+=(
-			-DALSOFT_CPUEXT_NEON=$(usex cpu_flags_arm_neon)
-		)
-	fi
-
-	cmake_src_configure
-}


             reply	other threads:[~2024-12-21 10:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-21 10:54 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-06-12 13:01 [gentoo-commits] repo/gentoo:master commit in: media-libs/openal/, media-libs/openal/files/ Andreas Sturmlechner
2019-05-13  5:10 Andreas Sturmlechner
2019-05-13  0:18 Andreas Sturmlechner
2018-05-27 16:04 Aaron Bauman

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=1734778414.7dfdaca896b571fd8aceb162eedb756f8ff7f0ba.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