[gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/

2022-04-10 Thread Yixun Lan
commit: 80449958e0510d5eda35857b761536bbee91c034
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Apr 10 11:35:01 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Apr 10 13:32:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80449958

media-libs/rtaudio: Keyword 5.2.0 riscv, #837059

Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/media-libs/rtaudio/rtaudio-5.2.0.ebuild 
b/media-libs/rtaudio/rtaudio-5.2.0.ebuild
index 3c251db639df..8647ed629805 100644
--- a/media-libs/rtaudio/rtaudio-5.2.0.ebuild
+++ b/media-libs/rtaudio/rtaudio-5.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/thestk/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0/6"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 IUSE="+alsa doc jack pulseaudio static-libs"
 REQUIRED_USE="|| ( alsa jack pulseaudio )"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/

2021-12-18 Thread Miroslav Šulc
commit: 16584dcdea1e7570ee9c7033f4724b9edade8fdb
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Dec 18 18:38:02 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Dec 18 18:38:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16584dcd

media-libs/rtaudio: removed obsolete 5.1.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/rtaudio/Manifest |  1 -
 media-libs/rtaudio/rtaudio-5.1.0.ebuild | 62 -
 2 files changed, 63 deletions(-)

diff --git a/media-libs/rtaudio/Manifest b/media-libs/rtaudio/Manifest
index 35defda9daf1..e013a5f891ac 100644
--- a/media-libs/rtaudio/Manifest
+++ b/media-libs/rtaudio/Manifest
@@ -1,2 +1 @@
-DIST rtaudio-5.1.0.tar.gz 655613 BLAKE2B 
9fee4a42a2fc040d3f8c8a18c4ef361bfd9cab22df189f6aff23098e299424d8cb4b54075f33ee4f1ab1f851125194228f65814838b091144431bd891a4c7dfe
 SHA512 
221636cfac2286e17f1f2312be2094b6c89087230b95b649661f9ce91356c77fdd8996fd031f0895aba0b50e8091491cdf393a6aeee6f8508ed320180d8fccf6
 DIST rtaudio-5.2.0.tar.gz 247110 BLAKE2B 
1949885c3cbb2846e083fd25ec06ed5ca716563dd4c121f6985e2487488d88b9ffb62078185fe2f4261083c8c1ed4c3e8502d25614767d70d2ab316d77f51eeb
 SHA512 
34e78522778db13d95d4465d7c6a808a63b34d4e1bd0b88113b6390f7b192017e405d0d9ac8fbb1151129627688626d17569dc47da420f7b4631892eb1adff11

diff --git a/media-libs/rtaudio/rtaudio-5.1.0.ebuild 
b/media-libs/rtaudio/rtaudio-5.1.0.ebuild
deleted file mode 100644
index b565d72be374..
--- a/media-libs/rtaudio/rtaudio-5.1.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="A set of cross-platform C++ classes for realtime audio I/O"
-HOMEPAGE="https://www.music.mcgill.ca/~gary/rtaudio/";
-SRC_URI="https://www.music.mcgill.ca/~gary/${PN}/release/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/6"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
-IUSE="+alsa doc jack pulseaudio static-libs"
-REQUIRED_USE="|| ( alsa jack pulseaudio )"
-
-RDEPEND="alsa? ( media-libs/alsa-lib )
-   jack? (
-   media-libs/alsa-lib
-   virtual/jack
-   )
-   pulseaudio? ( media-sound/pulseaudio )"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-cflags.patch
-)
-
-src_prepare() {
-   default
-
-   # don't rebuild docs
-   export ac_cv_prog_DOXYGEN=
-
-   eautoreconf
-}
-
-src_configure() {
-   # OSS support requires OSSv4
-   local myconf=(
-   $(use_enable static-libs static)
-   $(use_with jack)
-   $(use_with alsa)
-   $(use_with pulseaudio pulse)
-   --without-oss
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   dodoc README.md doc/release.txt
-   if use doc; then
-   dodoc -r doc/html
-   dodoc -r doc/images
-   fi
-
-   find "${D}" -name "*.la" -delete
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/

2021-12-18 Thread Sam James
commit: e9bf6e88c15e2939c943216c88f9504b0c9f0c33
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 18 18:11:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 18 18:11:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9bf6e88

media-libs/rtaudio: Stabilize 5.2.0 arm64, #829524

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/media-libs/rtaudio/rtaudio-5.2.0.ebuild 
b/media-libs/rtaudio/rtaudio-5.2.0.ebuild
index 82fc5ad93551..3c251db639df 100644
--- a/media-libs/rtaudio/rtaudio-5.2.0.ebuild
+++ b/media-libs/rtaudio/rtaudio-5.2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/thestk/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0/6"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 IUSE="+alsa doc jack pulseaudio static-libs"
 REQUIRED_USE="|| ( alsa jack pulseaudio )"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/

2021-12-18 Thread Arthur Zamarin
commit: 49baffc28af04d9e1687c1002bce6b00beecfe9a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec 18 14:56:07 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 18 15:08:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49baffc2

media-libs/rtaudio: Stabilize 5.2.0 amd64, #829524

Signed-off-by: Jakov Smolić  gentoo.org>
Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/media-libs/rtaudio/rtaudio-5.2.0.ebuild 
b/media-libs/rtaudio/rtaudio-5.2.0.ebuild
index d1d3b63155bd..82fc5ad93551 100644
--- a/media-libs/rtaudio/rtaudio-5.2.0.ebuild
+++ b/media-libs/rtaudio/rtaudio-5.2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/thestk/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0/6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 IUSE="+alsa doc jack pulseaudio static-libs"
 REQUIRED_USE="|| ( alsa jack pulseaudio )"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/

2021-11-17 Thread Miroslav Šulc
commit: 203b4b31571bbaabd7653d718134d201a5f5d6cc
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Wed Nov 17 09:30:35 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed Nov 17 09:30:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203b4b31

media-libs/rtaudio: added missing dep in 5.2.0

Closes: https://bugs.gentoo.org/824158
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/rtaudio/rtaudio-5.2.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-libs/rtaudio/rtaudio-5.2.0.ebuild 
b/media-libs/rtaudio/rtaudio-5.2.0.ebuild
index 60e4cfba7baa..1c6db96f19c2 100644
--- a/media-libs/rtaudio/rtaudio-5.2.0.ebuild
+++ b/media-libs/rtaudio/rtaudio-5.2.0.ebuild
@@ -22,6 +22,9 @@ RDEPEND="alsa? ( media-libs/alsa-lib )
)
pulseaudio? ( media-sound/pulseaudio )"
 DEPEND="${RDEPEND}"
+BDEPEND="
+   doc? ( app-doc/doxygen )
+"
 
 PATCHES=(
"${FILESDIR}"/${PN}-5.1.0-cflags.patch



[gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/

2021-11-16 Thread Miroslav Šulc
commit: a2e77ae36a11093230677359bf541d0afdc8c2f1
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Wed Nov 17 07:42:08 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed Nov 17 07:42:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e77ae3

media-libs/rtaudio: bump to 5.2.0

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/rtaudio/Manifest |  1 +
 media-libs/rtaudio/rtaudio-5.2.0.ebuild | 72 +
 2 files changed, 73 insertions(+)

diff --git a/media-libs/rtaudio/Manifest b/media-libs/rtaudio/Manifest
index 7ef013b98bc9..35defda9daf1 100644
--- a/media-libs/rtaudio/Manifest
+++ b/media-libs/rtaudio/Manifest
@@ -1 +1,2 @@
 DIST rtaudio-5.1.0.tar.gz 655613 BLAKE2B 
9fee4a42a2fc040d3f8c8a18c4ef361bfd9cab22df189f6aff23098e299424d8cb4b54075f33ee4f1ab1f851125194228f65814838b091144431bd891a4c7dfe
 SHA512 
221636cfac2286e17f1f2312be2094b6c89087230b95b649661f9ce91356c77fdd8996fd031f0895aba0b50e8091491cdf393a6aeee6f8508ed320180d8fccf6
+DIST rtaudio-5.2.0.tar.gz 247110 BLAKE2B 
1949885c3cbb2846e083fd25ec06ed5ca716563dd4c121f6985e2487488d88b9ffb62078185fe2f4261083c8c1ed4c3e8502d25614767d70d2ab316d77f51eeb
 SHA512 
34e78522778db13d95d4465d7c6a808a63b34d4e1bd0b88113b6390f7b192017e405d0d9ac8fbb1151129627688626d17569dc47da420f7b4631892eb1adff11

diff --git a/media-libs/rtaudio/rtaudio-5.2.0.ebuild 
b/media-libs/rtaudio/rtaudio-5.2.0.ebuild
new file mode 100644
index ..60e4cfba7baa
--- /dev/null
+++ b/media-libs/rtaudio/rtaudio-5.2.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="A set of cross-platform C++ classes for realtime audio I/O"
+HOMEPAGE="https://www.music.mcgill.ca/~gary/rtaudio/";
+SRC_URI="https://github.com/thestk/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="+alsa doc jack pulseaudio static-libs"
+REQUIRED_USE="|| ( alsa jack pulseaudio )"
+
+RDEPEND="alsa? ( media-libs/alsa-lib )
+   jack? (
+   media-libs/alsa-lib
+   virtual/jack
+   )
+   pulseaudio? ( media-sound/pulseaudio )"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.1.0-cflags.patch
+)
+
+src_prepare() {
+   default
+
+   # don't rebuild docs
+   export ac_cv_prog_DOXYGEN=
+
+   eautoreconf
+}
+
+src_configure() {
+   # OSS support requires OSSv4
+   local myconf=(
+   $(use_enable static-libs static)
+   $(use_with jack)
+   $(use_with alsa)
+   $(use_with pulseaudio pulse)
+   --without-oss
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_compile() {
+   emake
+
+   if use doc; then
+   pushd doc
+   doxygen || die
+   popd
+   fi
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   dodoc README.md doc/release.txt
+   if use doc; then
+   dodoc -r doc/html
+   dodoc -r doc/images
+   fi
+
+   find "${D}" -name "*.la" -delete
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/, media-libs/rtaudio/files/

2020-03-19 Thread Miroslav Šulc
commit: 9a2d5b45cae5d87b7025f4f48946abe67a2f2655
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Mar 19 13:17:13 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Mar 19 13:17:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2d5b45

media-libs/rtaudio: removed old 4.1.2 and 5.0.0

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/rtaudio/Manifest|  2 -
 .../rtaudio/files/rtaudio-4.1.2-cflags.patch   | 12 
 .../rtaudio/files/rtaudio-4.1.2-configure.patch| 68 --
 media-libs/rtaudio/rtaudio-4.1.2.ebuild| 63 
 media-libs/rtaudio/rtaudio-5.0.0.ebuild| 62 
 5 files changed, 207 deletions(-)

diff --git a/media-libs/rtaudio/Manifest b/media-libs/rtaudio/Manifest
index fcd2ddd0311..7ef013b98bc 100644
--- a/media-libs/rtaudio/Manifest
+++ b/media-libs/rtaudio/Manifest
@@ -1,3 +1 @@
-DIST rtaudio-4.1.2.tar.gz 682382 BLAKE2B 
ddfb0797db8ffef9a73b1af1864a7e9ec5028ff92473a82c8198fc0e8cce35e76ce820487b750988a91b7a519230659f446f2644288b0347c12c2f72b03fd45d
 SHA512 
1e7f7f0f4dc451d023a7c8ab287fe63034cf6b4e18fe138bab253c307d6dd0cddb669b031f6c21325aaac0ce53002acd2a17dd1e47bd8ac2cb14e058cfce1a21
-DIST rtaudio-5.0.0.tar.gz 615284 BLAKE2B 
ffb21042896b868b5368708594e050773ea23638e5eca8ea4c63204ee8ad3e433e26f1cc7f359a113df3a962dcaceaff72846346357c9e134c30dde89813cf0a
 SHA512 
390b6c454c42cf066fa94af397b784430dadc1650de320be377b7bbd09eda8705936bff3ee4327358815c3d5247a38fead81c8778cd85db30a12a6ace742c84a
 DIST rtaudio-5.1.0.tar.gz 655613 BLAKE2B 
9fee4a42a2fc040d3f8c8a18c4ef361bfd9cab22df189f6aff23098e299424d8cb4b54075f33ee4f1ab1f851125194228f65814838b091144431bd891a4c7dfe
 SHA512 
221636cfac2286e17f1f2312be2094b6c89087230b95b649661f9ce91356c77fdd8996fd031f0895aba0b50e8091491cdf393a6aeee6f8508ed320180d8fccf6

diff --git a/media-libs/rtaudio/files/rtaudio-4.1.2-cflags.patch 
b/media-libs/rtaudio/files/rtaudio-4.1.2-cflags.patch
deleted file mode 100644
index 49978458c68..000
--- a/media-libs/rtaudio/files/rtaudio-4.1.2-cflags.patch
+++ /dev/null
@@ -1,12 +0,0 @@
 rtaudio-4.1.2/configure.ac
-+++ rtaudio-4.1.2/configure.ac
-@@ -62,8 +62,7 @@
- AC_MSG_CHECKING(whether to compile debug version)
- AC_ARG_ENABLE(debug,
-   [AS_HELP_STRING([--enable-debug],[enable various debug output])],
--  [: ${CXXFLAGS="-g -O0"};] [AC_DEFINE([__RTAUDIO_DEBUG__])],
--  [: ${CXXFLAGS="-O3"}])
-+  [AC_DEFINE([__RTAUDIO_DEBUG__])], )
- 
- # Checks for programs.
- AC_PROG_CXX(g++ CC c++ cxx)

diff --git a/media-libs/rtaudio/files/rtaudio-4.1.2-configure.patch 
b/media-libs/rtaudio/files/rtaudio-4.1.2-configure.patch
deleted file mode 100644
index fa33fb21fee..000
--- a/media-libs/rtaudio/files/rtaudio-4.1.2-configure.patch
+++ /dev/null
@@ -1,68 +0,0 @@
 rtaudio-4.1.2/configure.ac
-+++ rtaudio-4.1.2/configure.ac
-@@ -69,9 +69,9 @@
- AC_PROG_CXX(g++ CC c++ cxx)
- AM_PROG_AR
- AC_PATH_PROG(AR, ar, no)
--if [[ $AR = "no" ]] ; then
--AC_MSG_ERROR("Could not find ar - needed to create a library");
--fi
-+AS_IF([test "x$AR" == "x" ], [
-+AC_MSG_ERROR("Could not find ar - needed to create a library")
-+])
- 
- # Initialize libtool
- LT_INIT([win32-dll])
-@@ -131,38 +130,41 @@
-   ;;
- 
-   *-*-linux*)
--  AC_ARG_WITH(jack, [  --with-jack = choose JACK server support (mac and 
linux only)], [
-+  AC_ARG_WITH([jack], AS_HELP_STRING([--with-jack], [choose JACK server 
support (mac and linux only)]))
-+  AS_IF([test "x$with_jack" != "xno"], [
- api="$api -D__UNIX_JACK__"
- AC_MSG_RESULT(using JACK)
- AC_CHECK_LIB(jack, jack_client_open, , AC_MSG_ERROR(JACK support requires 
the jack library!))
--AC_CHECK_LIB(asound, snd_pcm_open, , AC_MSG_ERROR(Jack support also 
requires the asound library!))], )
-+AC_CHECK_LIB(asound, snd_pcm_open, , AC_MSG_ERROR(Jack support also 
requires the asound library!))])
- 
-   # Look for ALSA flag
--  AC_ARG_WITH(alsa, [  --with-alsa = choose native ALSA API support (linux 
only)], [
-+  AC_ARG_WITH([alsa], AS_HELP_STRING([--with-alsa], [choose native ALSA API 
support (linux only)]))
-+  AS_IF([test "x$with_alsa" != "xno"], [
- api="$api -D__LINUX_ALSA__"
- req="$req alsa"
- AC_MSG_RESULT(using ALSA)
--AC_CHECK_LIB(asound, snd_pcm_open, , AC_MSG_ERROR(ALSA support requires 
the asound library!))], )
-+AC_CHECK_LIB(asound, snd_pcm_open, , AC_MSG_ERROR(ALSA support requires 
the asound library!))])
- 
-   # Look for PULSE flag
--  AC_ARG_WITH(pulse, [  --with-pulse = choose PulseAudio API support (linux 
only)], [
-+  AC_ARG_WITH([pulse], AS_HELP_STRING([--with-pulse], [choose PulseAudio API 
support (linux only)]))
-+  AS_IF([test "x$with_pulse" != "xno"], [
- api="$api -D__LINUX_PULSE__"
- req="$req libpulse-simple"
- AC_MSG_RESULT(using PulseAudio)
--AC_CHECK_LIB(pulse-simple, pa_simple_flush, , AC_MSG_ERROR(PulseAudio

[gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/

2020-03-19 Thread Mart Raudsepp
commit: 6babe8e4200058ac1b66b28c8e677cdadc87838b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Mar 19 11:38:52 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Mar 19 11:38:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6babe8e4

media-libs/rtaudio: arm64 stable (bug #706064)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-libs/rtaudio/rtaudio-5.1.0.ebuild 
b/media-libs/rtaudio/rtaudio-5.1.0.ebuild
index 4cac7f96972..b565d72be37 100644
--- a/media-libs/rtaudio/rtaudio-5.1.0.ebuild
+++ b/media-libs/rtaudio/rtaudio-5.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.music.mcgill.ca/~gary/${PN}/release/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0/6"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 IUSE="+alsa doc jack pulseaudio static-libs"
 REQUIRED_USE="|| ( alsa jack pulseaudio )"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/

2020-01-26 Thread Georgy Yakovlev
commit: 729d1c8bedb6c1fe5539965781e75a401c229cdd
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jan 26 06:55:32 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jan 26 10:17:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=729d1c8b

media-libs/rtaudio: keyword on ~ppc64

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/media-libs/rtaudio/rtaudio-5.1.0.ebuild 
b/media-libs/rtaudio/rtaudio-5.1.0.ebuild
index 8bbc2816dfc..4cac7f96972 100644
--- a/media-libs/rtaudio/rtaudio-5.1.0.ebuild
+++ b/media-libs/rtaudio/rtaudio-5.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.music.mcgill.ca/~gary/${PN}/release/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0/6"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 IUSE="+alsa doc jack pulseaudio static-libs"
 REQUIRED_USE="|| ( alsa jack pulseaudio )"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/

2020-01-23 Thread Agostino Sarubbo
commit: fcd95f8c1c29ccc5a27b1c2c69a5e93cda44afcb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 23 12:17:39 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 23 12:17:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd95f8c

media-libs/rtaudio: x86 stable wrt bug #706064

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-libs/rtaudio/rtaudio-5.1.0.ebuild 
b/media-libs/rtaudio/rtaudio-5.1.0.ebuild
index 589fdf33a80..8bbc2816dfc 100644
--- a/media-libs/rtaudio/rtaudio-5.1.0.ebuild
+++ b/media-libs/rtaudio/rtaudio-5.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.music.mcgill.ca/~gary/${PN}/release/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0/6"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+alsa doc jack pulseaudio static-libs"
 REQUIRED_USE="|| ( alsa jack pulseaudio )"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/

2020-01-23 Thread Agostino Sarubbo
commit: 948e48b64d7c933969b98dbf9b46ff6d358418b3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 23 10:59:11 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 23 10:59:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948e48b6

media-libs/rtaudio: amd64 stable wrt bug #706064

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-libs/rtaudio/rtaudio-5.1.0.ebuild 
b/media-libs/rtaudio/rtaudio-5.1.0.ebuild
index b58111fc01a..589fdf33a80 100644
--- a/media-libs/rtaudio/rtaudio-5.1.0.ebuild
+++ b/media-libs/rtaudio/rtaudio-5.1.0.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
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.music.mcgill.ca/~gary/${PN}/release/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0/6"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="+alsa doc jack pulseaudio static-libs"
 REQUIRED_USE="|| ( alsa jack pulseaudio )"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/, media-libs/rtaudio/files/

2019-12-21 Thread Miroslav Šulc
commit: d1a766c7f8cb8fd55207aed1997115d6bf20a690
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Dec 21 21:05:36 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Dec 21 21:06:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a766c7

media-libs/rtaudio: bump 5.1.0

1) eapi7
2) switched to virtual/jack

Closes: https://bugs.gentoo.org/639744
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/rtaudio/Manifest|  1 +
 .../rtaudio/files/rtaudio-5.1.0-cflags.patch   | 17 ++
 media-libs/rtaudio/rtaudio-5.1.0.ebuild| 62 ++
 3 files changed, 80 insertions(+)

diff --git a/media-libs/rtaudio/Manifest b/media-libs/rtaudio/Manifest
index 629e8dfbed2..fcd2ddd0311 100644
--- a/media-libs/rtaudio/Manifest
+++ b/media-libs/rtaudio/Manifest
@@ -1,2 +1,3 @@
 DIST rtaudio-4.1.2.tar.gz 682382 BLAKE2B 
ddfb0797db8ffef9a73b1af1864a7e9ec5028ff92473a82c8198fc0e8cce35e76ce820487b750988a91b7a519230659f446f2644288b0347c12c2f72b03fd45d
 SHA512 
1e7f7f0f4dc451d023a7c8ab287fe63034cf6b4e18fe138bab253c307d6dd0cddb669b031f6c21325aaac0ce53002acd2a17dd1e47bd8ac2cb14e058cfce1a21
 DIST rtaudio-5.0.0.tar.gz 615284 BLAKE2B 
ffb21042896b868b5368708594e050773ea23638e5eca8ea4c63204ee8ad3e433e26f1cc7f359a113df3a962dcaceaff72846346357c9e134c30dde89813cf0a
 SHA512 
390b6c454c42cf066fa94af397b784430dadc1650de320be377b7bbd09eda8705936bff3ee4327358815c3d5247a38fead81c8778cd85db30a12a6ace742c84a
+DIST rtaudio-5.1.0.tar.gz 655613 BLAKE2B 
9fee4a42a2fc040d3f8c8a18c4ef361bfd9cab22df189f6aff23098e299424d8cb4b54075f33ee4f1ab1f851125194228f65814838b091144431bd891a4c7dfe
 SHA512 
221636cfac2286e17f1f2312be2094b6c89087230b95b649661f9ce91356c77fdd8996fd031f0895aba0b50e8091491cdf393a6aeee6f8508ed320180d8fccf6

diff --git a/media-libs/rtaudio/files/rtaudio-5.1.0-cflags.patch 
b/media-libs/rtaudio/files/rtaudio-5.1.0-cflags.patch
new file mode 100644
index 000..0304c57b4db
--- /dev/null
+++ b/media-libs/rtaudio/files/rtaudio-5.1.0-cflags.patch
@@ -0,0 +1,17 @@
+diff --git a/configure.ac b/configure.ac
+index 43c054a..27a809a 100644
+--- a/configure.ac
 b/configure.ac
+@@ -101,12 +101,10 @@ AS_CASE([${enable_debug}],
+   [ yes ], [
+ AC_MSG_RESULT([yes])
+ AC_DEFINE([__RTAUDIO_DEBUG__])
+-debugflags="${debugflags} -g -O0"
+ object_path=Debug
+   ],
+   [ no ], [
+ AC_MSG_RESULT([no!])
+-debugflags="${debugflags} -O3"
+   ], [
+ AC_MSG_RESULT([no])
+   ])

diff --git a/media-libs/rtaudio/rtaudio-5.1.0.ebuild 
b/media-libs/rtaudio/rtaudio-5.1.0.ebuild
new file mode 100644
index 000..b58111fc01a
--- /dev/null
+++ b/media-libs/rtaudio/rtaudio-5.1.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="A set of cross-platform C++ classes for realtime audio I/O"
+HOMEPAGE="https://www.music.mcgill.ca/~gary/rtaudio/";
+SRC_URI="https://www.music.mcgill.ca/~gary/${PN}/release/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0/6"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+alsa doc jack pulseaudio static-libs"
+REQUIRED_USE="|| ( alsa jack pulseaudio )"
+
+RDEPEND="alsa? ( media-libs/alsa-lib )
+   jack? (
+   media-libs/alsa-lib
+   virtual/jack
+   )
+   pulseaudio? ( media-sound/pulseaudio )"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-cflags.patch
+)
+
+src_prepare() {
+   default
+
+   # don't rebuild docs
+   export ac_cv_prog_DOXYGEN=
+
+   eautoreconf
+}
+
+src_configure() {
+   # OSS support requires OSSv4
+   local myconf=(
+   $(use_enable static-libs static)
+   $(use_with jack)
+   $(use_with alsa)
+   $(use_with pulseaudio pulse)
+   --without-oss
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   dodoc README.md doc/release.txt
+   if use doc; then
+   dodoc -r doc/html
+   dodoc -r doc/images
+   fi
+
+   find "${D}" -name "*.la" -delete
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/

2019-02-19 Thread Andreas Sturmlechner
commit: 2de8d1f84bec5af715c3e8fcd5c71efd8319e81e
Author: Roy Bamford  gentoo  org>
AuthorDate: Sun Feb 17 21:41:29 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 19 18:04:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de8d1f8

media-libs/rtaudio: added ~arm64

Package-Manager: Portage-2.3.60, Repoman-2.3.12

Signed-off-by: Roy Bamford  gentoo.org>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/media-libs/rtaudio/rtaudio-5.0.0.ebuild 
b/media-libs/rtaudio/rtaudio-5.0.0.ebuild
index e518d5d6b8b..294675a9a99 100644
--- a/media-libs/rtaudio/rtaudio-5.0.0.ebuild
+++ b/media-libs/rtaudio/rtaudio-5.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.music.mcgill.ca/~gary/${PN}/release/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0/6"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="+alsa doc jack pulseaudio static-libs"
 REQUIRED_USE="|| ( alsa jack pulseaudio )"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/files/, media-libs/rtaudio/

2018-09-07 Thread Andreas Sturmlechner
commit: a1ad2ca1cf7e28b4d59cfddb0ed1492773793b83
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug 30 22:41:27 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep  7 20:33:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ad2ca1

media-libs/rtaudio: Drop 4.0.12

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 media-libs/rtaudio/Manifest|  1 -
 .../rtaudio/files/rtaudio-4.0.11-cflags.patch  | 24 ---
 .../rtaudio/files/rtaudio-4.0.12-configure.patch   | 73 --
 .../rtaudio/files/rtaudio-4.0.12-makefile.patch| 16 -
 media-libs/rtaudio/rtaudio-4.0.12-r1.ebuild| 63 ---
 5 files changed, 177 deletions(-)

diff --git a/media-libs/rtaudio/Manifest b/media-libs/rtaudio/Manifest
index 634d4d095d5..629e8dfbed2 100644
--- a/media-libs/rtaudio/Manifest
+++ b/media-libs/rtaudio/Manifest
@@ -1,3 +1,2 @@
-DIST rtaudio-4.0.12.tar.gz 330048 BLAKE2B 
682abd5df8bd7cd4ea06c8825f11a04ee58c3adf71e019a0eeb42e4b390996ed13742328a4cfe7ae30b65d08370271b438c66d4951c5982223e73cbb221fda8f
 SHA512 
43068cafaf460425334588775bbeee115d1651142d8fa62808880296763952159bff297c482e6d58200cfb6d382205778405993dbbb3a769e4b1228ff0aee3b6
 DIST rtaudio-4.1.2.tar.gz 682382 BLAKE2B 
ddfb0797db8ffef9a73b1af1864a7e9ec5028ff92473a82c8198fc0e8cce35e76ce820487b750988a91b7a519230659f446f2644288b0347c12c2f72b03fd45d
 SHA512 
1e7f7f0f4dc451d023a7c8ab287fe63034cf6b4e18fe138bab253c307d6dd0cddb669b031f6c21325aaac0ce53002acd2a17dd1e47bd8ac2cb14e058cfce1a21
 DIST rtaudio-5.0.0.tar.gz 615284 BLAKE2B 
ffb21042896b868b5368708594e050773ea23638e5eca8ea4c63204ee8ad3e433e26f1cc7f359a113df3a962dcaceaff72846346357c9e134c30dde89813cf0a
 SHA512 
390b6c454c42cf066fa94af397b784430dadc1650de320be377b7bbd09eda8705936bff3ee4327358815c3d5247a38fead81c8778cd85db30a12a6ace742c84a

diff --git a/media-libs/rtaudio/files/rtaudio-4.0.11-cflags.patch 
b/media-libs/rtaudio/files/rtaudio-4.0.11-cflags.patch
deleted file mode 100644
index 9fa657929c2..000
--- a/media-libs/rtaudio/files/rtaudio-4.0.11-cflags.patch
+++ /dev/null
@@ -1,24 +0,0 @@
 rtaudio-4.0.11/configure.ac
-+++ rtaudio-4.0.11/configure.ac
-@@ -23,8 +23,8 @@
- AC_MSG_CHECKING(whether to compile debug version)
- AC_ARG_ENABLE(debug,
-   [  --enable-debug = enable various debug output],
--  [AC_SUBST( cppflag, [-D__RTAUDIO_DEBUG__] ) AC_SUBST( cxxflag, [-g] ) 
AC_SUBST( object_path, [Debug] ) AC_MSG_RESULT(yes)],
--  [AC_SUBST( cppflag, [] ) AC_SUBST( cxxflag, [-O2] ) AC_SUBST( object_path, 
[Release] ) AC_MSG_RESULT(no)])
-+  [AC_SUBST( cppflag, [-D__RTAUDIO_DEBUG__] ) AC_SUBST( object_path, [Debug] 
) AC_MSG_RESULT(yes)],
-+  [AC_SUBST( cppflag, [] ) AC_SUBST( object_path, [Release] ) 
AC_MSG_RESULT(no)])
- 
- 
- # Checks for functions
-@@ -33,10 +33,6 @@
- # For -I and -D flags
- CPPFLAGS="$CPPFLAGS $cppflag"
- 
--# For debugging and optimization ... overwrite default because it has both -g 
and -O2
--#CXXFLAGS="$CXXFLAGS $cxxflag"
--CXXFLAGS="$cxxflag"
--
- # Check compiler and use -Wall if gnu.
- if [test $GXX = "yes" ;] then
-   AC_SUBST( cxxflag, [-Wall] )

diff --git a/media-libs/rtaudio/files/rtaudio-4.0.12-configure.patch 
b/media-libs/rtaudio/files/rtaudio-4.0.12-configure.patch
deleted file mode 100644
index 7680f75d40d..000
--- a/media-libs/rtaudio/files/rtaudio-4.0.12-configure.patch
+++ /dev/null
@@ -1,73 +0,0 @@
 rtaudio-4.0.12/configure.ac
-+++ rtaudio-4.0.12/configure.ac
-@@ -25,9 +25,9 @@
- AC_PROG_CXX(g++ CC c++ cxx)
- AC_PROG_RANLIB
- AC_PATH_PROG(AR, ar, no)
--if [[ $AR = "no" ]] ; then
--AC_MSG_ERROR("Could not find ar - needed to create a library");
--fi
-+AS_IF([test "x$AR" == "x" ], [
-+  AC_MSG_ERROR("Could not find ar - needed to create a library")
-+])
- 
- # Checks for header files.
- AC_HEADER_STDC
-@@ -83,39 +83,46 @@
-   ;;
- 
-   *-*-linux*)
--  AC_ARG_WITH(jack, [  --with-jack = choose JACK server support (mac and 
linux only)], [
-+  AC_ARG_WITH([jack], AS_HELP_STRING([--with-jack], [choose JACK server 
support (mac and linux only)]))
-+
-+  AS_IF([test "x$with_jack" != "xno"], [
- api="$api -D__UNIX_JACK__"
- AC_MSG_RESULT(using JACK)
- AC_CHECK_LIB(jack, jack_client_open, , AC_MSG_ERROR(JACK support requires 
the jack library!))
--AC_CHECK_LIB(asound, snd_pcm_open, , AC_MSG_ERROR(Jack support also 
requires the asound library!))], )
-+AC_CHECK_LIB(asound, snd_pcm_open, , AC_MSG_ERROR(Jack support also 
requires the asound library!))])
- 
-   # Look for ALSA flag
--  AC_ARG_WITH(alsa, [  --with-alsa = choose native ALSA API support (linux 
only)], [
-+  AC_ARG_WITH([alsa], AS_HELP_STRING([--with-alsa], [choose native ALSA API 
support (linux only)]))
-+
-+  AS_IF([test "x$with_alsa" != "xno"], [
- api="$api -D__LINUX_ALSA__"
- req="$req alsa"
- AC_MSG_RESULT(using ALSA)
--AC_CHECK_LIB(asound, snd_pcm_open, , AC_MSG_ERROR(ALSA support requires 
the asound library!))], )
-

[gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/

2018-08-30 Thread Mikle Kolyada
commit: de3d85f0edc2b2996840eee2b72ca99e71f752c3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Aug 30 08:49:42 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Aug 30 08:49:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3d85f0

media-libs/rtaudio: amd64 stable wrt bug #663562

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/media-libs/rtaudio/rtaudio-4.1.2.ebuild 
b/media-libs/rtaudio/rtaudio-4.1.2.ebuild
index 1920e9acd34..7f19d2f895d 100644
--- a/media-libs/rtaudio/rtaudio-4.1.2.ebuild
+++ b/media-libs/rtaudio/rtaudio-4.1.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.music.mcgill.ca/~gary/${PN}/release/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="+alsa doc jack pulseaudio static-libs"
 REQUIRED_USE="|| ( alsa jack pulseaudio )"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/

2018-08-28 Thread Thomas Deutschmann
commit: 6ab276ecc5f0be7cc8f0aa87ca363fb9fe91d080
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 29 01:03:31 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 29 01:03:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab276ec

media-libs/rtaudio: x86 stable (bug #663562)

Package-Manager: Portage-2.3.48, Repoman-2.3.10

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

diff --git a/media-libs/rtaudio/rtaudio-4.1.2.ebuild 
b/media-libs/rtaudio/rtaudio-4.1.2.ebuild
index 265b9e27e8f..1920e9acd34 100644
--- a/media-libs/rtaudio/rtaudio-4.1.2.ebuild
+++ b/media-libs/rtaudio/rtaudio-4.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.music.mcgill.ca/~gary/${PN}/release/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="+alsa doc jack pulseaudio static-libs"
 REQUIRED_USE="|| ( alsa jack pulseaudio )"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/

2017-08-31 Thread Tim Harder
commit: 094eb9f3a044315350d60183f7da1aef30169a20
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Aug 31 18:34:19 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Aug 31 18:35:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=094eb9f3

media-libs/rtaudio: version bump to 5.0.0

 media-libs/rtaudio/Manifest |  1 +
 media-libs/rtaudio/rtaudio-5.0.0.ebuild | 62 +
 2 files changed, 63 insertions(+)

diff --git a/media-libs/rtaudio/Manifest b/media-libs/rtaudio/Manifest
index 15d08938e6a..4529931ba59 100644
--- a/media-libs/rtaudio/Manifest
+++ b/media-libs/rtaudio/Manifest
@@ -1,2 +1,3 @@
 DIST rtaudio-4.0.12.tar.gz 330048 SHA256 
5179056c796b9582e375d352efa0598e674b9719cf78a85a426517b375ff1cab SHA512 
43068cafaf460425334588775bbeee115d1651142d8fa62808880296763952159bff297c482e6d58200cfb6d382205778405993dbbb3a769e4b1228ff0aee3b6
 WHIRLPOOL 
252fc02dbebdc1777314a97e4acc18ce615f78a82a12cdf6bcf2759867a3da6c755977dec832351c5b86aec7825d07882024179703c746e654a5f7bc2d32b9ce
 DIST rtaudio-4.1.2.tar.gz 682382 SHA256 
294d044da313a430c44d311175a4f51c15d56d87ecf72ad9c236f57772ecffb8 SHA512 
1e7f7f0f4dc451d023a7c8ab287fe63034cf6b4e18fe138bab253c307d6dd0cddb669b031f6c21325aaac0ce53002acd2a17dd1e47bd8ac2cb14e058cfce1a21
 WHIRLPOOL 
c1e76424c02c43b7328ea4eb7ff632477d2eace02c9d4b9b4ba029cce4f939263a2f4035288503f65efe9a7bf93ddc797e341d7a64d0864c49f19526125860d3
+DIST rtaudio-5.0.0.tar.gz 615284 SHA256 
799deae1192da52cc2c15a078ed3b42449580be7d096fe9bc841c5bba0289c57 SHA512 
390b6c454c42cf066fa94af397b784430dadc1650de320be377b7bbd09eda8705936bff3ee4327358815c3d5247a38fead81c8778cd85db30a12a6ace742c84a
 WHIRLPOOL 
da2f9da5d24d3d427695fc1be017063e437c71c5216bc140b839bf4201af2c3733b438daf5cedd14e9a01946b03d6a72e0551b4fe131e0844a1450bdd2109617

diff --git a/media-libs/rtaudio/rtaudio-5.0.0.ebuild 
b/media-libs/rtaudio/rtaudio-5.0.0.ebuild
new file mode 100644
index 000..e518d5d6b8b
--- /dev/null
+++ b/media-libs/rtaudio/rtaudio-5.0.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit ltprune autotools
+
+DESCRIPTION="A set of cross-platform C++ classes for realtime audio I/O"
+HOMEPAGE="https://www.music.mcgill.ca/~gary/rtaudio/";
+SRC_URI="https://www.music.mcgill.ca/~gary/${PN}/release/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0/6"
+KEYWORDS="~amd64 ~x86"
+IUSE="+alsa doc jack pulseaudio static-libs"
+REQUIRED_USE="|| ( alsa jack pulseaudio )"
+
+RDEPEND="alsa? ( media-libs/alsa-lib )
+   jack? (
+   media-libs/alsa-lib
+   media-sound/jack-audio-connection-kit
+   )
+   pulseaudio? ( media-sound/pulseaudio )"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.1.2-cflags.patch
+)
+
+src_prepare() {
+   default
+
+   # don't rebuild docs
+   export ac_cv_prog_DOXYGEN=
+
+   eautoreconf
+}
+
+src_configure() {
+   # OSS support requires OSSv4
+   local myconf=(
+   $(use_enable static-libs static)
+   $(use_with jack)
+   $(use_with alsa)
+   $(use_with pulseaudio pulse)
+   --without-oss
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   dodoc readme doc/release.txt
+   if use doc; then
+   dodoc -r doc/html
+   dodoc -r doc/images
+   fi
+
+   prune_libtool_files
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/

2017-08-31 Thread Tim Harder
commit: 5078ae595bc89b7cc35f4c9c79a830fe802b1e9b
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Aug 31 17:35:28 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Aug 31 17:37:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5078ae59

media-libs/rtaudio: use https for HOMEPAGE and SRC_URI

 media-libs/rtaudio/rtaudio-4.0.12-r1.ebuild | 4 ++--
 media-libs/rtaudio/rtaudio-4.1.2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/rtaudio/rtaudio-4.0.12-r1.ebuild 
b/media-libs/rtaudio/rtaudio-4.0.12-r1.ebuild
index aa584f746a3..fbef5aab668 100644
--- a/media-libs/rtaudio/rtaudio-4.0.12-r1.ebuild
+++ b/media-libs/rtaudio/rtaudio-4.0.12-r1.ebuild
@@ -6,8 +6,8 @@ EAPI=5
 inherit eutils autotools toolchain-funcs
 
 DESCRIPTION="A set of cross-platform C++ classes for realtime audio I/O"
-HOMEPAGE="http://www.music.mcgill.ca/~gary/rtaudio/";
-SRC_URI="http://www.music.mcgill.ca/~gary/${PN}/release/${P}.tar.gz";
+HOMEPAGE="https://www.music.mcgill.ca/~gary/rtaudio/";
+SRC_URI="https://www.music.mcgill.ca/~gary/${PN}/release/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/media-libs/rtaudio/rtaudio-4.1.2.ebuild 
b/media-libs/rtaudio/rtaudio-4.1.2.ebuild
index 3f46172475b..265b9e27e8f 100644
--- a/media-libs/rtaudio/rtaudio-4.1.2.ebuild
+++ b/media-libs/rtaudio/rtaudio-4.1.2.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit eutils autotools
 
 DESCRIPTION="A set of cross-platform C++ classes for realtime audio I/O"
-HOMEPAGE="http://www.music.mcgill.ca/~gary/rtaudio/";
-SRC_URI="http://www.music.mcgill.ca/~gary/${PN}/release/${P}.tar.gz";
+HOMEPAGE="https://www.music.mcgill.ca/~gary/rtaudio/";
+SRC_URI="https://www.music.mcgill.ca/~gary/${PN}/release/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/

2016-08-21 Thread Michael Palimaka
commit: 5dd4285ca1223791078e4d2928c1d527c24112b2
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Aug 21 20:05:36 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Aug 21 20:08:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dd4285c

media-libs/rtaudio: amd64/x86 stable

Gentoo-bug: 589844

Package-Manager: portage-2.3.0

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

diff --git a/media-libs/rtaudio/rtaudio-4.0.12-r1.ebuild 
b/media-libs/rtaudio/rtaudio-4.0.12-r1.ebuild
index 1b351d9..b660834 100644
--- a/media-libs/rtaudio/rtaudio-4.0.12-r1.ebuild
+++ b/media-libs/rtaudio/rtaudio-4.0.12-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ 
SRC_URI="http://www.music.mcgill.ca/~gary/${PN}/release/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+alsa doc jack pulseaudio static-libs"
 REQUIRED_USE="|| ( alsa jack pulseaudio )"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/, media-libs/rtaudio/files/

2016-08-07 Thread Tim Harder
commit: 2bc13a02731fbeb9eb2b19fa353dae13dd6604ef
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Aug  8 04:14:41 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Aug  8 04:15:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc13a02

media-libs/rtaudio: version bump to 4.1.2

 media-libs/rtaudio/Manifest|  1 +
 .../rtaudio/files/rtaudio-4.1.2-cflags.patch   | 12 
 .../rtaudio/files/rtaudio-4.1.2-configure.patch| 68 ++
 media-libs/rtaudio/rtaudio-4.1.2.ebuild| 64 
 4 files changed, 145 insertions(+)

diff --git a/media-libs/rtaudio/Manifest b/media-libs/rtaudio/Manifest
index 7972183..15d0893 100644
--- a/media-libs/rtaudio/Manifest
+++ b/media-libs/rtaudio/Manifest
@@ -1 +1,2 @@
 DIST rtaudio-4.0.12.tar.gz 330048 SHA256 
5179056c796b9582e375d352efa0598e674b9719cf78a85a426517b375ff1cab SHA512 
43068cafaf460425334588775bbeee115d1651142d8fa62808880296763952159bff297c482e6d58200cfb6d382205778405993dbbb3a769e4b1228ff0aee3b6
 WHIRLPOOL 
252fc02dbebdc1777314a97e4acc18ce615f78a82a12cdf6bcf2759867a3da6c755977dec832351c5b86aec7825d07882024179703c746e654a5f7bc2d32b9ce
+DIST rtaudio-4.1.2.tar.gz 682382 SHA256 
294d044da313a430c44d311175a4f51c15d56d87ecf72ad9c236f57772ecffb8 SHA512 
1e7f7f0f4dc451d023a7c8ab287fe63034cf6b4e18fe138bab253c307d6dd0cddb669b031f6c21325aaac0ce53002acd2a17dd1e47bd8ac2cb14e058cfce1a21
 WHIRLPOOL 
c1e76424c02c43b7328ea4eb7ff632477d2eace02c9d4b9b4ba029cce4f939263a2f4035288503f65efe9a7bf93ddc797e341d7a64d0864c49f19526125860d3

diff --git a/media-libs/rtaudio/files/rtaudio-4.1.2-cflags.patch 
b/media-libs/rtaudio/files/rtaudio-4.1.2-cflags.patch
new file mode 100644
index 000..4997845
--- /dev/null
+++ b/media-libs/rtaudio/files/rtaudio-4.1.2-cflags.patch
@@ -0,0 +1,12 @@
+--- rtaudio-4.1.2/configure.ac
 rtaudio-4.1.2/configure.ac
+@@ -62,8 +62,7 @@
+ AC_MSG_CHECKING(whether to compile debug version)
+ AC_ARG_ENABLE(debug,
+   [AS_HELP_STRING([--enable-debug],[enable various debug output])],
+-  [: ${CXXFLAGS="-g -O0"};] [AC_DEFINE([__RTAUDIO_DEBUG__])],
+-  [: ${CXXFLAGS="-O3"}])
++  [AC_DEFINE([__RTAUDIO_DEBUG__])], )
+ 
+ # Checks for programs.
+ AC_PROG_CXX(g++ CC c++ cxx)

diff --git a/media-libs/rtaudio/files/rtaudio-4.1.2-configure.patch 
b/media-libs/rtaudio/files/rtaudio-4.1.2-configure.patch
new file mode 100644
index 000..fa33fb2
--- /dev/null
+++ b/media-libs/rtaudio/files/rtaudio-4.1.2-configure.patch
@@ -0,0 +1,68 @@
+--- rtaudio-4.1.2/configure.ac
 rtaudio-4.1.2/configure.ac
+@@ -69,9 +69,9 @@
+ AC_PROG_CXX(g++ CC c++ cxx)
+ AM_PROG_AR
+ AC_PATH_PROG(AR, ar, no)
+-if [[ $AR = "no" ]] ; then
+-AC_MSG_ERROR("Could not find ar - needed to create a library");
+-fi
++AS_IF([test "x$AR" == "x" ], [
++AC_MSG_ERROR("Could not find ar - needed to create a library")
++])
+ 
+ # Initialize libtool
+ LT_INIT([win32-dll])
+@@ -131,38 +130,41 @@
+   ;;
+ 
+   *-*-linux*)
+-  AC_ARG_WITH(jack, [  --with-jack = choose JACK server support (mac and 
linux only)], [
++  AC_ARG_WITH([jack], AS_HELP_STRING([--with-jack], [choose JACK server 
support (mac and linux only)]))
++  AS_IF([test "x$with_jack" != "xno"], [
+ api="$api -D__UNIX_JACK__"
+ AC_MSG_RESULT(using JACK)
+ AC_CHECK_LIB(jack, jack_client_open, , AC_MSG_ERROR(JACK support requires 
the jack library!))
+-AC_CHECK_LIB(asound, snd_pcm_open, , AC_MSG_ERROR(Jack support also 
requires the asound library!))], )
++AC_CHECK_LIB(asound, snd_pcm_open, , AC_MSG_ERROR(Jack support also 
requires the asound library!))])
+ 
+   # Look for ALSA flag
+-  AC_ARG_WITH(alsa, [  --with-alsa = choose native ALSA API support (linux 
only)], [
++  AC_ARG_WITH([alsa], AS_HELP_STRING([--with-alsa], [choose native ALSA API 
support (linux only)]))
++  AS_IF([test "x$with_alsa" != "xno"], [
+ api="$api -D__LINUX_ALSA__"
+ req="$req alsa"
+ AC_MSG_RESULT(using ALSA)
+-AC_CHECK_LIB(asound, snd_pcm_open, , AC_MSG_ERROR(ALSA support requires 
the asound library!))], )
++AC_CHECK_LIB(asound, snd_pcm_open, , AC_MSG_ERROR(ALSA support requires 
the asound library!))])
+ 
+   # Look for PULSE flag
+-  AC_ARG_WITH(pulse, [  --with-pulse = choose PulseAudio API support (linux 
only)], [
++  AC_ARG_WITH([pulse], AS_HELP_STRING([--with-pulse], [choose PulseAudio API 
support (linux only)]))
++  AS_IF([test "x$with_pulse" != "xno"], [
+ api="$api -D__LINUX_PULSE__"
+ req="$req libpulse-simple"
+ AC_MSG_RESULT(using PulseAudio)
+-AC_CHECK_LIB(pulse-simple, pa_simple_flush, , AC_MSG_ERROR(PulseAudio 
support requires the pulse-simple library!))], )
++AC_CHECK_LIB(pulse-simple, pa_simple_flush, , AC_MSG_ERROR(PulseAudio 
support requires the pulse-simple library!))])
+ 
+   # Look for OSS flag
+-  AC_ARG_WITH(oss, [  --with-oss = choose OSS API support (linux only)], [
++  AC_ARG_WITH([oss], AS_HELP_STRING([--with-oss], [choose OSS API support 
(linux only)]))