public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openal/
Date: Sun, 14 Jan 2018 11:55:02 +0000 (UTC)	[thread overview]
Message-ID: <1515930889.ecf3ced2b0da20b602653ec0a489ac6e4a1ea393.asturm@gentoo> (raw)

commit:     ecf3ced2b0da20b602653ec0a489ac6e4a1ea393
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 11:53:22 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 11:54:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf3ced2

media-libs/openal: Drop old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-libs/openal/Manifest             |  2 --
 media-libs/openal/openal-1.17.2.ebuild | 61 ----------------------------------
 media-libs/openal/openal-1.18.1.ebuild | 61 ----------------------------------
 media-libs/openal/openal-1.18.2.ebuild | 61 ----------------------------------
 4 files changed, 185 deletions(-)

diff --git a/media-libs/openal/Manifest b/media-libs/openal/Manifest
index 3c26314956a..86b0ef6c6a4 100644
--- a/media-libs/openal/Manifest
+++ b/media-libs/openal/Manifest
@@ -1,4 +1,2 @@
 DIST openal-soft-1.15.1.tar.bz2 253006 BLAKE2B 0023eed2e98d07190aa4301a84e6818224feb6459303681276525237c5de9c145cdaab3437cae6b7998307a2294aafebedf3852cbebe8c12232d1e39ba6e15e8 SHA512 ca6dafdd503d06892dff08763bc00b974ec6e7c4bf3dcebb4cb41a486b4ea777c278299a198db182fee888a19a5716bd57d91a2859b764a532138a79f2bd672f
-DIST openal-soft-1.17.2.tar.bz2 486934 BLAKE2B e707f59cc3eea0c43406b94eb48f41ca98336863af81d040cb60b1a557dd6037c53c752c7fa94fa0493d54337b59f70b9b9c6a5d8e4aee2798ee27baa2842fdb SHA512 50c20cd3ddada55d91643a79c2894d5a14315d5fc1ed8e870e3d8d3f410e8b7d8da29b838226e7fce37fbeca719ff919b51806f72e4cd529a18fbe8bd68860e3
-DIST openal-soft-1.18.1.tar.bz2 638913 BLAKE2B 6bdb50517a2cf77875226d5db6ae254f321ebcc3013f91ec1e712b336d3b1c1f0fdeceee9837d7b3567efe12726e926705f91d64b04242fafa5d5b969792b6ac SHA512 5ee86f21c499d79b139b78e3a8ddb6f79d293d7fb2076342396444a2a056eeb5bf39def18577280a41c9192ba5c6cfd3c67a68e97a6914a9c0ae81b4811c0c60
 DIST openal-soft-1.18.2.tar.bz2 639420 BLAKE2B 8e31db9d3c6eb49fe4833a6449603dc6284e39810942536594fb5e96d0bc2b867b69bd90e64d40cf99f9a279f3809509cf1c9af3114a4887057e78962a5463e8 SHA512 752e2fb0a5a014caa6d6bac1590d3df46140b463fbaa13378fb5de89f1c97ee8b62bec74f68484d4ec02ee8755c1a2d0c9394cdb477db1b7401deae2fb9eeb4d

diff --git a/media-libs/openal/openal-1.17.2.ebuild b/media-libs/openal/openal-1.17.2.ebuild
deleted file mode 100644
index 236afeea2e0..00000000000
--- a/media-libs/openal/openal-1.17.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit cmake-multilib
-
-MY_P=${PN}-soft-${PV}
-
-DESCRIPTION="A software implementation of the OpenAL 3D audio API"
-HOMEPAGE="http://kcat.strangesoft.net/openal.html"
-SRC_URI="http://kcat.strangesoft.net/openal-releases/${MY_P}.tar.bz2"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="
-	alsa coreaudio debug jack oss portaudio pulseaudio qt4
-	cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse4_1
-	neon
-"
-
-RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
-	jack? ( virtual/jack[${MULTILIB_USEDEP}] )
-	portaudio? ( >=media-libs/portaudio-19_pre20111121-r1[${MULTILIB_USEDEP}] )
-	pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
-	qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 )
-	abi_x86_32? (
-		!<app-emulation/emul-linux-x86-sdl-20131008-r1
-		!app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
-	)"
-DEPEND="${RDEPEND}
-	oss? ( virtual/os-headers )"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS="alsoftrc.sample env-vars.txt hrtf.txt ChangeLog README"
-
-src_configure() {
-	# -DEXAMPLES=OFF to avoid FFmpeg dependency wrt #481670
-	my_configure() {
-		local mycmakeargs=(
-			"-DALSOFT_BACKEND_ALSA=$(usex alsa ON OFF)"
-			"-DALSOFT_BACKEND_COREAUDIO=$(usex coreaudio ON OFF)"
-			"-DALSOFT_BACKEND_JACK=$(usex jack ON OFF)"
-			"-DALSOFT_BACKEND_OSS=$(usex oss ON OFF)"
-			"-DALSOFT_BACKEND_PORTAUDIO=$(usex portaudio ON OFF)"
-			"-DALSOFT_BACKEND_PULSEAUDIO=$(usex pulseaudio ON OFF)"
-			"-DALSOFT_CPUEXT_SSE=$(usex cpu_flags_x86_sse ON OFF)"
-			"-DALSOFT_CPUEXT_SSE2=$(usex cpu_flags_x86_sse2 ON OFF)"
-			"-DALSOFT_CPUEXT_SSE4_1=$(usex cpu_flags_x86_sse4_1 ON OFF)"
-			"-DALSOFT_CPUEXT_NEON=$(usex neon ON OFF)"
-			"-DALSOFT_UTILS=$(multilib_is_native_abi && echo "ON" || echo "OFF")"
-			"-DALSOFT_NO_CONFIG_UTIL=$(usex qt4 "$(multilib_is_native_abi && echo "OFF" || echo "ON")" ON)"
-			"-DALSOFT_EXAMPLES=OFF"
-		)
-
-		cmake-utils_src_configure
-	}
-
-	multilib_parallel_foreach_abi my_configure
-}

diff --git a/media-libs/openal/openal-1.18.1.ebuild b/media-libs/openal/openal-1.18.1.ebuild
deleted file mode 100644
index 746d507d9ee..00000000000
--- a/media-libs/openal/openal-1.18.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit cmake-multilib
-
-MY_P="${PN}-soft-${PV}"
-
-DESCRIPTION="A software implementation of the OpenAL 3D audio API"
-HOMEPAGE="http://kcat.strangesoft.net/openal.html"
-SRC_URI="http://kcat.strangesoft.net/openal-releases/${MY_P}.tar.bz2"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="
-	alsa coreaudio debug jack oss portaudio pulseaudio qt4
-	cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse4_1
-	cpu_flags_arm_neon
-"
-
-RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
-	jack? ( virtual/jack[${MULTILIB_USEDEP}] )
-	portaudio? ( >=media-libs/portaudio-19_pre20111121-r1[${MULTILIB_USEDEP}] )
-	pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
-	qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 )
-	abi_x86_32? (
-		!<app-emulation/emul-linux-x86-sdl-20131008-r1
-		!app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
-	)"
-DEPEND="${RDEPEND}
-	oss? ( virtual/os-headers )"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( alsoftrc.sample docs/env-vars.txt docs/hrtf.txt ChangeLog README )
-
-src_configure() {
-	# -DEXAMPLES=OFF to avoid FFmpeg dependency wrt #481670
-	my_configure() {
-		local mycmakeargs=(
-			"-DALSOFT_BACKEND_ALSA=$(usex alsa ON OFF)"
-			"-DALSOFT_BACKEND_COREAUDIO=$(usex coreaudio ON OFF)"
-			"-DALSOFT_BACKEND_JACK=$(usex jack ON OFF)"
-			"-DALSOFT_BACKEND_OSS=$(usex oss ON OFF)"
-			"-DALSOFT_BACKEND_PORTAUDIO=$(usex portaudio ON OFF)"
-			"-DALSOFT_BACKEND_PULSEAUDIO=$(usex pulseaudio ON OFF)"
-			"-DALSOFT_CPUEXT_SSE=$(usex cpu_flags_x86_sse ON OFF)"
-			"-DALSOFT_CPUEXT_SSE2=$(usex cpu_flags_x86_sse2 ON OFF)"
-			"-DALSOFT_CPUEXT_SSE4_1=$(usex cpu_flags_x86_sse4_1 ON OFF)"
-			"-DALSOFT_CPUEXT_NEON=$(usex cpu_flags_arm_neon ON OFF)"
-			"-DALSOFT_UTILS=$(multilib_is_native_abi && echo "ON" || echo "OFF")"
-			"-DALSOFT_NO_CONFIG_UTIL=$(usex qt4 "$(multilib_is_native_abi && echo "OFF" || echo "ON")" ON)"
-			"-DALSOFT_EXAMPLES=OFF"
-		)
-
-		cmake-utils_src_configure
-	}
-
-	multilib_parallel_foreach_abi my_configure
-}

diff --git a/media-libs/openal/openal-1.18.2.ebuild b/media-libs/openal/openal-1.18.2.ebuild
deleted file mode 100644
index 746d507d9ee..00000000000
--- a/media-libs/openal/openal-1.18.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit cmake-multilib
-
-MY_P="${PN}-soft-${PV}"
-
-DESCRIPTION="A software implementation of the OpenAL 3D audio API"
-HOMEPAGE="http://kcat.strangesoft.net/openal.html"
-SRC_URI="http://kcat.strangesoft.net/openal-releases/${MY_P}.tar.bz2"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="
-	alsa coreaudio debug jack oss portaudio pulseaudio qt4
-	cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse4_1
-	cpu_flags_arm_neon
-"
-
-RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
-	jack? ( virtual/jack[${MULTILIB_USEDEP}] )
-	portaudio? ( >=media-libs/portaudio-19_pre20111121-r1[${MULTILIB_USEDEP}] )
-	pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
-	qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 )
-	abi_x86_32? (
-		!<app-emulation/emul-linux-x86-sdl-20131008-r1
-		!app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
-	)"
-DEPEND="${RDEPEND}
-	oss? ( virtual/os-headers )"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( alsoftrc.sample docs/env-vars.txt docs/hrtf.txt ChangeLog README )
-
-src_configure() {
-	# -DEXAMPLES=OFF to avoid FFmpeg dependency wrt #481670
-	my_configure() {
-		local mycmakeargs=(
-			"-DALSOFT_BACKEND_ALSA=$(usex alsa ON OFF)"
-			"-DALSOFT_BACKEND_COREAUDIO=$(usex coreaudio ON OFF)"
-			"-DALSOFT_BACKEND_JACK=$(usex jack ON OFF)"
-			"-DALSOFT_BACKEND_OSS=$(usex oss ON OFF)"
-			"-DALSOFT_BACKEND_PORTAUDIO=$(usex portaudio ON OFF)"
-			"-DALSOFT_BACKEND_PULSEAUDIO=$(usex pulseaudio ON OFF)"
-			"-DALSOFT_CPUEXT_SSE=$(usex cpu_flags_x86_sse ON OFF)"
-			"-DALSOFT_CPUEXT_SSE2=$(usex cpu_flags_x86_sse2 ON OFF)"
-			"-DALSOFT_CPUEXT_SSE4_1=$(usex cpu_flags_x86_sse4_1 ON OFF)"
-			"-DALSOFT_CPUEXT_NEON=$(usex cpu_flags_arm_neon ON OFF)"
-			"-DALSOFT_UTILS=$(multilib_is_native_abi && echo "ON" || echo "OFF")"
-			"-DALSOFT_NO_CONFIG_UTIL=$(usex qt4 "$(multilib_is_native_abi && echo "OFF" || echo "ON")" ON)"
-			"-DALSOFT_EXAMPLES=OFF"
-		)
-
-		cmake-utils_src_configure
-	}
-
-	multilib_parallel_foreach_abi my_configure
-}


             reply	other threads:[~2018-01-14 11:55 UTC|newest]

Thread overview: 126+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-14 11:55 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-11 10:44 [gentoo-commits] repo/gentoo:master commit in: media-libs/openal/ Andreas Sturmlechner
2023-05-12 19:28 Sam James
2023-05-12 10:50 Arthur Zamarin
2023-05-12 10:50 Arthur Zamarin
2023-05-12 10:50 Arthur Zamarin
2023-05-12 10:50 Arthur Zamarin
2023-05-12  8:49 Arthur Zamarin
2023-05-12  8:49 Arthur Zamarin
2023-04-12  6:15 Miroslav Šulc
2023-03-25  5:46 Miroslav Šulc
2023-03-24 20:12 Arthur Zamarin
2023-03-11  9:10 Arthur Zamarin
2023-03-11  9:03 Arthur Zamarin
2023-03-11  8:38 Arthur Zamarin
2023-02-05  8:38 Miroslav Šulc
2022-10-19 10:07 WANG Xuerui
2022-09-22  6:11 Miroslav Šulc
2022-09-21 12:27 Agostino Sarubbo
2022-09-21 12:26 Agostino Sarubbo
2022-09-21 12:24 Agostino Sarubbo
2022-09-21 12:24 Agostino Sarubbo
2022-09-21 12:23 Agostino Sarubbo
2022-09-21  5:58 Jakov Smolić
2022-09-21  5:58 Jakov Smolić
2022-08-21  6:22 Sam James
2022-08-21  3:07 Sam James
2022-07-30  4:00 Miroslav Šulc
2022-07-29 11:20 Agostino Sarubbo
2022-07-29  8:01 Agostino Sarubbo
2022-07-29  8:01 Agostino Sarubbo
2022-07-29  7:59 Agostino Sarubbo
2022-07-29  7:59 Agostino Sarubbo
2022-07-29  7:47 Arthur Zamarin
2022-07-29  7:47 Arthur Zamarin
2022-06-28  4:02 Miroslav Šulc
2022-06-25  8:56 Miroslav Šulc
2022-05-26  4:48 Miroslav Šulc
2022-05-25 11:23 Jakov Smolić
2022-05-25 11:23 Jakov Smolić
2022-05-25 10:50 Jakov Smolić
2022-05-25  7:39 Jakov Smolić
2022-05-25  7:24 Jakov Smolić
2022-05-25  7:11 Jakov Smolić
2022-05-25  7:11 Jakov Smolić
2022-04-25  6:04 Miroslav Šulc
2021-08-27  2:48 Sam James
2021-04-25  6:08 Miroslav Šulc
2021-04-23 16:13 Sam James
2021-04-22 12:23 Sam James
2021-04-21 19:03 Sam James
2021-04-20 23:35 Sam James
2021-04-20 23:35 Sam James
2021-04-20 23:35 Sam James
2021-04-20 23:35 Sam James
2021-02-15  5:49 Sam James
2021-02-15  5:35 Sam James
2021-02-15  0:38 Sam James
2021-02-06 20:56 Sam James
2021-02-05 12:29 Sam James
2021-02-05  5:03 Sam James
2021-02-05  5:03 Sam James
2021-02-03  0:20 Sam James
2021-02-01 13:33 Sam James
2021-02-01 13:31 Sam James
2021-02-01 13:30 Sam James
2021-01-23 21:13 Andreas Sturmlechner
2021-01-01  0:20 Sam James
2020-09-03 23:57 Sam James
2020-09-02 17:49 Sam James
2020-09-01 16:04 Sam James
2020-08-30 19:10 Thomas Deutschmann
2020-08-29 13:00 Sam James
2020-08-29  1:27 Sam James
2020-08-28 16:53 Sergei Trofimovich
2020-04-05  9:38 Andreas Sturmlechner
2020-04-05  9:35 Mart Raudsepp
2020-02-11 13:58 Lars Wendler
2020-01-27 11:35 Mikle Kolyada
2020-01-21 10:42 Agostino Sarubbo
2020-01-21 10:34 Agostino Sarubbo
2020-01-21 10:33 Agostino Sarubbo
2020-01-21  8:53 Agostino Sarubbo
2020-01-21  8:52 Agostino Sarubbo
2020-01-20 12:52 Agostino Sarubbo
2019-12-02 13:21 Lars Wendler
2019-11-30 12:08 Andreas Sturmlechner
2019-06-28 22:19 Sergei Trofimovich
2019-06-12 13:01 Andreas Sturmlechner
2019-05-12 20:56 Thomas Deutschmann
2019-05-11 12:20 Mikle Kolyada
2019-05-06 18:04 Tobias Klausmann
2019-04-08  0:18 Aaron Bauman
2019-04-07 21:00 Sergei Trofimovich
2019-03-10 10:19 Andreas Sturmlechner
2018-10-26 14:19 Lars Wendler
2018-10-26 14:19 Lars Wendler
2018-10-26 14:19 Lars Wendler
2018-09-10 12:37 Lars Wendler
2018-05-20 19:10 Andreas Sturmlechner
2018-03-28 22:38 Sergei Trofimovich
2018-03-25 17:18 Markus Meier
2018-03-20  8:12 Sergei Trofimovich
2018-03-04 11:34 Tobias Klausmann
2018-02-07 22:47 Sergei Trofimovich
2018-01-21 20:30 Thomas Deutschmann
2018-01-15 19:03 Tobias Klausmann
2018-01-14 19:45 Sergei Trofimovich
2018-01-14 11:55 Andreas Sturmlechner
2017-10-02 10:21 Lars Wendler
2017-09-30  1:07 Lars Wendler
2017-09-30  1:07 Lars Wendler
2017-08-01  8:08 Lars Wendler
2017-06-18 11:56 Alexis Ballier
2017-06-18 11:56 Alexis Ballier
2017-06-09  1:19 Lars Wendler
2017-06-09  1:19 Lars Wendler
2017-01-29 19:15 Fabian Groffen
2016-01-28 18:31 Alexis Ballier
2016-01-28 18:31 Alexis Ballier
2016-01-04 17:27 Michael Sterrett
2015-12-09 23:38 Patrice Clement
2015-12-09 23:38 Patrice Clement
2015-12-09 23:38 Patrice Clement
2015-12-09 23:38 Patrice Clement
2015-12-01 23:40 Michael Sterrett

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=1515930889.ecf3ced2b0da20b602653ec0a489ac6e4a1ea393.asturm@gentoo \
    --to=asturm@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