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

2022-02-27 Thread Sam James
commit: 0f882b889ad7aa194a5a2ea8ccf50309d6705439
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 27 23:00:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 27 23:00:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f882b88

media-libs/spandsp: drop 0.0.6

Closes: https://bugs.gentoo.org/833702
Signed-off-by: Sam James  gentoo.org>

 media-libs/spandsp/spandsp-0.0.6.ebuild | 66 -
 1 file changed, 66 deletions(-)

diff --git a/media-libs/spandsp/spandsp-0.0.6.ebuild 
b/media-libs/spandsp/spandsp-0.0.6.ebuild
deleted file mode 100644
index f5989411a1b1..
--- a/media-libs/spandsp/spandsp-0.0.6.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit multilib versionator
-
-DESCRIPTION="SpanDSP is a library of DSP functions for telephony"
-HOMEPAGE="http://www.soft-switch.org/;
-SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
-IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 static-libs"
-
-RDEPEND="media-libs/tiff
-virtual/jpeg"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen
-   dev-libs/libxslt )"
-
-# Enabled implicitly by the build system. Really useless.
-REQUIRED_USE="
-   cpu_flags_x86_sse3? ( cpu_flags_x86_sse2 )
-   cpu_flags_x86_sse2? ( cpu_flags_x86_sse )
-   cpu_flags_x86_sse? ( cpu_flags_x86_mmx )"
-
-S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)
-
-# TODO:
-# there are two tests options: tests and test-data
-#  they need audiofile, fftw, libxml and probably more
-
-src_configure() {
-   # Note: flags over sse3 aren't really used -- they're only
-   # boilerplate. They also make some silly assumptions, e.g. that
-   # every CPU with SSE4* has SSSE3.
-   # Reference: https://bugs.funtoo.org/browse/FL-2069.
-   # If you want to re-add them, first check if the code started
-   # using them. If it did, figure out if the flags can be unbundled
-   # from one another. Otherwise, you'd have to do REQUIRED_USE.
-
-   econf \
-   $(use_enable doc) \
-   $(use_enable fixed-point) \
-   $(use_enable cpu_flags_x86_mmx mmx) \
-   $(use_enable cpu_flags_x86_sse sse) \
-   $(use_enable cpu_flags_x86_sse2 sse2) \
-   $(use_enable cpu_flags_x86_sse3 sse3) \
-   $(use_enable static-libs static)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS ChangeLog DueDiligence NEWS README
-
-   if ! use static-libs; then
-   # remove useless la file when not installing static lib
-   find "${ED}" -name '*.la' -delete || die
-   fi
-
-   if use doc; then
-   dohtml -r doc/{api/html/*,t38_manual}
-   fi
-}



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

2022-02-19 Thread Arthur Zamarin
commit: cd36e6a27da40edde35e3700a457c1e98fa7fd18
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 19 13:00:49 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 19 13:00:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd36e6a2

media-libs/spandsp: Stabilize 0.0.6-r1 arm64, #833702

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/media-libs/spandsp/spandsp-0.0.6-r1.ebuild 
b/media-libs/spandsp/spandsp-0.0.6-r1.ebuild
index 579188d750b2..8ab79ecab30d 100644
--- a/media-libs/spandsp/spandsp-0.0.6-r1.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://www.soft-switch.org/downloads/spandsp/${P/_}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86"
 IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3"
 
 RDEPEND="media-libs/tiff



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

2022-02-19 Thread Arthur Zamarin
commit: 6366937ff9a4854c195b8c558af87986144d3610
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 19 12:33:25 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 19 12:33:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6366937f

media-libs/spandsp: Stabilize 0.0.6-r1 arm, #833702

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/media-libs/spandsp/spandsp-0.0.6-r1.ebuild 
b/media-libs/spandsp/spandsp-0.0.6-r1.ebuild
index cbfe284932de..579188d750b2 100644
--- a/media-libs/spandsp/spandsp-0.0.6-r1.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://www.soft-switch.org/downloads/spandsp/${P/_}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86"
 IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3"
 
 RDEPEND="media-libs/tiff



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

2022-02-19 Thread Arthur Zamarin
commit: e99fd3b11db7468f98ce2bab830590d40a0284d5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 19 12:05:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 19 12:05:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e99fd3b1

media-libs/spandsp: Stabilize 0.0.6-r1 ppc64, #833702

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/media-libs/spandsp/spandsp-0.0.6-r1.ebuild 
b/media-libs/spandsp/spandsp-0.0.6-r1.ebuild
index 082109334738..cbfe284932de 100644
--- a/media-libs/spandsp/spandsp-0.0.6-r1.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://www.soft-switch.org/downloads/spandsp/${P/_}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86"
 IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3"
 
 RDEPEND="media-libs/tiff



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

2022-02-19 Thread Arthur Zamarin
commit: 48cfdfc68933d0d159c602e62e7e15d16637bc66
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 19 08:22:54 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 19 08:22:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48cfdfc6

media-libs/spandsp: Stabilize 0.0.6-r1 ppc, #833702

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/media-libs/spandsp/spandsp-0.0.6-r1.ebuild 
b/media-libs/spandsp/spandsp-0.0.6-r1.ebuild
index 84eb7d57d4a6..082109334738 100644
--- a/media-libs/spandsp/spandsp-0.0.6-r1.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6-r1.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
@@ -9,7 +9,7 @@ 
SRC_URI="https://www.soft-switch.org/downloads/spandsp/${P/_}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3"
 
 RDEPEND="media-libs/tiff



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

2021-12-30 Thread Yixun Lan
commit: 67515149dfb6f7b32846e9b9f28c413029903801
Author: Yongxiang Liang  gmail  com>
AuthorDate: Wed Dec 29 14:56:16 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Dec 31 03:40:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67515149

media-libs/spandsp: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/media-libs/spandsp/spandsp-0.0.6-r1.ebuild 
b/media-libs/spandsp/spandsp-0.0.6-r1.ebuild
index bbbf322e189f..84eb7d57d4a6 100644
--- a/media-libs/spandsp/spandsp-0.0.6-r1.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://www.soft-switch.org/downloads/spandsp/${P/_}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3"
 
 RDEPEND="media-libs/tiff



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

2021-11-25 Thread Marek Szuba
commit: d31ba5cc9b101152a6f73d13de88aaa7e3b6bd84
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Nov 25 13:50:47 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Nov 25 13:51:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d31ba5cc

media-libs/spandsp: update EAPI 5 -> 8

Signed-off-by: Marek Szuba  gentoo.org>

 media-libs/spandsp/spandsp-0.0.6-r1.ebuild | 63 ++
 1 file changed, 63 insertions(+)

diff --git a/media-libs/spandsp/spandsp-0.0.6-r1.ebuild 
b/media-libs/spandsp/spandsp-0.0.6-r1.ebuild
new file mode 100644
index ..bbbf322e189f
--- /dev/null
+++ b/media-libs/spandsp/spandsp-0.0.6-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="SpanDSP is a library of DSP functions for telephony"
+HOMEPAGE="https://www.soft-switch.org/;
+SRC_URI="https://www.soft-switch.org/downloads/spandsp/${P/_}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3"
+
+RDEPEND="media-libs/tiff
+   virtual/jpeg"
+DEPEND="${RDEPEND}"
+BDEPEND="doc? (
+   app-doc/doxygen
+   dev-libs/libxslt
+)"
+
+# Enabled implicitly by the build system. Really useless.
+REQUIRED_USE="
+   cpu_flags_x86_sse3? ( cpu_flags_x86_sse2 )
+   cpu_flags_x86_sse2? ( cpu_flags_x86_sse )
+   cpu_flags_x86_sse? ( cpu_flags_x86_mmx )"
+
+S=${WORKDIR}/${PN}-$(ver_cut 1-3)
+
+# TODO:
+# there are two tests options: tests and test-data
+#  they need audiofile, fftw, libxml and probably more
+
+src_configure() {
+   # Note: flags over sse3 aren't really used -- they're only
+   # boilerplate. They also make some silly assumptions, e.g. that
+   # every CPU with SSE4* has SSSE3.
+   # Reference: https://bugs.funtoo.org/browse/FL-2069.
+   # If you want to re-add them, first check if the code started
+   # using them. If it did, figure out if the flags can be unbundled
+   # from one another. Otherwise, you'd have to do REQUIRED_USE.
+
+   econf \
+   $(use_enable doc) \
+   $(use_enable fixed-point) \
+   $(use_enable cpu_flags_x86_mmx mmx) \
+   $(use_enable cpu_flags_x86_sse sse) \
+   $(use_enable cpu_flags_x86_sse2 sse2) \
+   $(use_enable cpu_flags_x86_sse3 sse3)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc AUTHORS ChangeLog DueDiligence NEWS README
+
+   find "${ED}" -name '*.la' -delete || die
+
+   if use doc; then
+   docinto html
+   dodoc -r doc/{api/html/*,t38_manual}
+   fi
+}



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

2021-05-31 Thread David Seifert
commit: 7646c229ed80309b32244edc0708bf134bdeec23
Author: David Seifert  gentoo  org>
AuthorDate: Mon May 31 17:48:35 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon May 31 17:48:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7646c229

media-libs/spandsp: drop inactive maintainer

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 media-libs/spandsp/metadata.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/media-libs/spandsp/metadata.xml b/media-libs/spandsp/metadata.xml
index 74777877936..6bade1f65cb 100644
--- a/media-libs/spandsp/metadata.xml
+++ b/media-libs/spandsp/metadata.xml
@@ -1,9 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   chain...@gentoo.org
-   
+   

Enable fixed point support




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

2021-03-25 Thread Sam James
commit: 483ba0aca612dbb21a41324551ab696d2a94c13c
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 25 19:08:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 25 19:08:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483ba0ac

media-libs/spandsp: fix removal of .la

Closes: https://bugs.gentoo.org/716260
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/media-libs/spandsp/spandsp-0.0.6.ebuild 
b/media-libs/spandsp/spandsp-0.0.6.ebuild
index 26ce3e472a7..f5989411a1b 100644
--- a/media-libs/spandsp/spandsp-0.0.6.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6.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="5"
@@ -57,7 +57,7 @@ src_install() {
 
if ! use static-libs; then
# remove useless la file when not installing static lib
-   rm "${D}"/usr/$(get_libdir)/lib${PN}.la || die "rm failed"
+   find "${ED}" -name '*.la' -delete || die
fi
 
if use doc; then



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

2019-07-29 Thread Aaron Bauman
commit: f8c0edf624284a61f10a3fc66946d9bed3c9f176
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Jul 29 18:25:24 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 29 18:42:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c0edf6

media-libs/spandsp: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

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

diff --git a/media-libs/spandsp/spandsp-0.0.6.ebuild 
b/media-libs/spandsp/spandsp-0.0.6.ebuild
index 48d26d120ec..5adc3d7d26a 100644
--- a/media-libs/spandsp/spandsp-0.0.6.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~sparc x86"
 IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 static-libs"
 
 RDEPEND="media-libs/tiff



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

2018-05-20 Thread Mikle Kolyada
commit: f2f92e7ba73201af50a7cbd8eb9298f87de69ffb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May 20 09:23:32 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May 20 09:23:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f92e7b

media-libs/spandsp: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/spandsp/Manifest  |  2 -
 media-libs/spandsp/spandsp-0.0.6_pre12-r1.ebuild | 49 --
 media-libs/spandsp/spandsp-0.0.6_pre21.ebuild| 52 
 3 files changed, 103 deletions(-)

diff --git a/media-libs/spandsp/Manifest b/media-libs/spandsp/Manifest
index 9c2585cf359..a86cf1a30b8 100644
--- a/media-libs/spandsp/Manifest
+++ b/media-libs/spandsp/Manifest
@@ -1,3 +1 @@
 DIST spandsp-0.0.6.tar.gz 3309837 BLAKE2B 
6ee95501473d5758c9ff96580bb51222f49a230dc6a5f52f5a852781cbb70079bb07f9d7224f5c7ea91c0dd617fa543a37518f68875c76a44b3be1415aece696
 SHA512 
16bb215ca89a39282e832403f69bc4c98ad3fe35ab3a6eb4731ee5029a6acd9b2df243c3701de845441cbdc16c88b3cd398ef15dc3502e45d5aeca8a161917d4
-DIST spandsp-0.0.6pre12.tgz 259 BLAKE2B 
5e5175e2db7ea3b990f39edc4f26a8f59f091a25187bdd8cfdcaf93b5a285b68caaff05e33af8bebb3964daa91f12706d1726f71cb7736628135270fb7322b31
 SHA512 
19a7fe491b836fe604373aa2d31d4b35dde19e593a8f3d5d2a4b866ea69a137ba5ebfd43c34f74e8f7800a7eb1ba93d1a0401540e310bad2b73aecb17c45de0b
-DIST spandsp-0.0.6pre21.tgz 3278758 BLAKE2B 
481bf98d728a6f4243b24eb67f1998ef789fa0929950270638ea8527f3b035affe6b150427dfa1e6906ec2901d063c38b5c8e1a1cac5e39be134fc5fe6a50d29
 SHA512 
6f846021cd6a1605d371a8e5d1ac3a5b6adc5b85de2517e24a5afaa57b4864202c2d16c1196959f7f11d866732d17d301d2d37121228cec75077678f8fc3e488

diff --git a/media-libs/spandsp/spandsp-0.0.6_pre12-r1.ebuild 
b/media-libs/spandsp/spandsp-0.0.6_pre12-r1.ebuild
deleted file mode 100644
index d4a79a03ace..000
--- a/media-libs/spandsp/spandsp-0.0.6_pre12-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit multilib versionator
-
-DESCRIPTION="SpanDSP is a library of DSP functions for telephony"
-HOMEPAGE="http://www.soft-switch.org/;
-SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_}.tgz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm ia64 ppc ppc64 x86"
-IUSE="doc fixed-point static-libs"
-
-RDEPEND="media-libs/tiff"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen
-   dev-libs/libxslt )"
-
-S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)
-
-# TODO:
-# there are two tests options: tests and test-data
-#  they need audiofile, fftw, libxml and probably more
-# configure script is auto-enabling some sse* options sometimes
-
-src_configure() {
-   econf \
-   --disable-dependency-tracking \
-   $(use_enable doc) \
-   $(use_enable fixed-point) \
-   $(use_enable static-libs static)
-}
-
-src_install () {
-   emake DESTDIR="${D}" install || die "emake install failed"
-   dodoc AUTHORS ChangeLog DueDiligence NEWS README || die "dodoc failed"
-
-   if ! use static-libs; then
-   # remove useless la file when not installing static lib
-   rm "${D}"/usr/$(get_libdir)/lib${PN}.la || die "rm failed"
-   fi
-
-   if use doc; then
-   dohtml -r doc/{api/html/*,t38_manual} || die "dohtml failed"
-   fi
-}

diff --git a/media-libs/spandsp/spandsp-0.0.6_pre21.ebuild 
b/media-libs/spandsp/spandsp-0.0.6_pre21.ebuild
deleted file mode 100644
index 5d03ac487ec..000
--- a/media-libs/spandsp/spandsp-0.0.6_pre21.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit multilib versionator
-
-DESCRIPTION="SpanDSP is a library of DSP functions for telephony"
-HOMEPAGE="http://www.soft-switch.org/;
-SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_}.tgz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 static-libs"
-
-RDEPEND="media-libs/tiff"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen
-   dev-libs/libxslt )"
-
-S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)
-
-# TODO:
-# there are two tests options: tests and test-data
-#  they need audiofile, fftw, libxml and probably more
-# configure script is auto-enabling some sse* options sometimes
-
-src_configure() {
-   econf \
-   --disable-dependency-tracking \
-   $(use_enable doc) \
-   $(use_enable fixed-point) \
-   $(use_enable cpu_flags_x86_mmx mmx) \
-   $(use_enable cpu_flags_x86_sse2 sse2) \
-   $(use_enable cpu_flags_x86_sse3 sse3) \
-   $(use_enable 

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

2018-05-20 Thread Mikle Kolyada
commit: 7b0f098330927b2baec5dc6106f1577de915722f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May 20 09:20:46 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May 20 09:20:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b0f0983

media-libs/spandsp: ppc stable wrt bug #648282

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/media-libs/spandsp/spandsp-0.0.6.ebuild 
b/media-libs/spandsp/spandsp-0.0.6.ebuild
index 86b99facda0..48d26d120ec 100644
--- a/media-libs/spandsp/spandsp-0.0.6.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sparc x86"
 IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 static-libs"
 
 RDEPEND="media-libs/tiff



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

2018-04-14 Thread Markus Meier
commit: f5d38b577d1c36a6f263be442baa2d6d94217b50
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Apr 14 11:39:29 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Apr 14 11:39:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d38b57

media-libs/spandsp: arm stable, bug #652402

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

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

diff --git a/media-libs/spandsp/spandsp-0.0.6.ebuild 
b/media-libs/spandsp/spandsp-0.0.6.ebuild
index d8fa319ad62..86b99facda0 100644
--- a/media-libs/spandsp/spandsp-0.0.6.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~ppc ppc64 ~sparc x86"
 IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 static-libs"
 
 RDEPEND="media-libs/tiff



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

2018-04-10 Thread Tobias Klausmann
commit: 319e57a646246de721f108ab2ac7a1d13150dad6
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Apr 10 11:32:09 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Apr 10 11:32:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=319e57a6

media-libs/spandsp-0.0.6-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/652402

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

diff --git a/media-libs/spandsp/spandsp-0.0.6.ebuild 
b/media-libs/spandsp/spandsp-0.0.6.ebuild
index 11cbb7db0ce..d8fa319ad62 100644
--- a/media-libs/spandsp/spandsp-0.0.6.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~ppc ppc64 ~sparc x86"
 IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 static-libs"
 
 RDEPEND="media-libs/tiff



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

2018-04-07 Thread Sergei Trofimovich
commit: 666f67951694ab4e0aba07d6ffd63a2764c365a1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 12:07:04 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 12:07:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666f6795

media-libs/spandsp: stable 0.0.6 for ppc64, bug #648282

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/media-libs/spandsp/spandsp-0.0.6.ebuild 
b/media-libs/spandsp/spandsp-0.0.6.ebuild
index 794c9c06bef..11cbb7db0ce 100644
--- a/media-libs/spandsp/spandsp-0.0.6.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ~ppc ppc64 ~sparc x86"
 IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 static-libs"
 
 RDEPEND="media-libs/tiff



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

2018-03-18 Thread Sergei Trofimovich
commit: be240d8ab1f29163b3582be7c1e828661726778d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Mar 18 18:49:39 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 19:00:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be240d8a

media-libs/spandsp: keyworded 0.0.6 for sparc, bug #635686

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

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

diff --git a/media-libs/spandsp/spandsp-0.0.6.ebuild 
b/media-libs/spandsp/spandsp-0.0.6.ebuild
index d4a67841785..794c9c06bef 100644
--- a/media-libs/spandsp/spandsp-0.0.6.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 static-libs"
 
 RDEPEND="media-libs/tiff



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

2018-02-20 Thread Thomas Deutschmann
commit: 545f52e6f69a2d62eb8840b676a679a1b0b72ae1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb 21 02:59:22 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb 21 02:59:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=545f52e6

media-libs/spandsp: x86 stable (bug #648282)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/media-libs/spandsp/spandsp-0.0.6.ebuild 
b/media-libs/spandsp/spandsp-0.0.6.ebuild
index f46b9035363..7f5f34a49e7 100644
--- a/media-libs/spandsp/spandsp-0.0.6.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 hppa ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 hppa ia64 ~ppc ~ppc64 x86"
 IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 static-libs"
 
 RDEPEND="media-libs/tiff



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

2018-02-20 Thread Sergei Trofimovich
commit: c18b034d3856713d39f457b868b3be0f23c644da
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Feb 20 20:40:49 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Feb 20 20:41:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18b034d

media-libs/spandsp: stable 0.0.6 for ia64, bug #648282

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

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

diff --git a/media-libs/spandsp/spandsp-0.0.6.ebuild 
b/media-libs/spandsp/spandsp-0.0.6.ebuild
index 760d0a1624e..f46b9035363 100644
--- a/media-libs/spandsp/spandsp-0.0.6.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 hppa ia64 ~ppc ~ppc64 ~x86"
 IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 static-libs"
 
 RDEPEND="media-libs/tiff



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

2017-11-19 Thread Sergei Trofimovich
commit: 42819d1e2491cecd30377901b4bd708ddd68a1a3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov 19 20:42:25 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov 19 20:44:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42819d1e

media-libs/spandsp: stable 0.0.6_pre12-r1 for ia64, bug #629370

Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 media-libs/spandsp/spandsp-0.0.6_pre12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/spandsp/spandsp-0.0.6_pre12-r1.ebuild 
b/media-libs/spandsp/spandsp-0.0.6_pre12-r1.ebuild
index 568172193be..d4a79a03ace 100644
--- a/media-libs/spandsp/spandsp-0.0.6_pre12-r1.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6_pre12-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_}.tgz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86"
+KEYWORDS="amd64 arm ia64 ppc ppc64 x86"
 IUSE="doc fixed-point static-libs"
 
 RDEPEND="media-libs/tiff"



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

2017-11-19 Thread Markus Meier
commit: a5b53ce7123b129d3bb283ac8d9e5bdf943427e0
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Nov 19 15:08:09 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Nov 19 15:10:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b53ce7

media-libs/spandsp: arm stable, bug #629370

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 media-libs/spandsp/spandsp-0.0.6_pre12-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/spandsp/spandsp-0.0.6_pre12-r1.ebuild 
b/media-libs/spandsp/spandsp-0.0.6_pre12-r1.ebuild
index d045fb6aff2..568172193be 100644
--- a/media-libs/spandsp/spandsp-0.0.6_pre12-r1.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6_pre12-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="2"
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_}.tgz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
+KEYWORDS="amd64 arm ppc ppc64 x86"
 IUSE="doc fixed-point static-libs"
 
 RDEPEND="media-libs/tiff"



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

2017-10-28 Thread Sergei Trofimovich
commit: 3d99a7c1fa1df1449300104edae8d15d0c6d7869
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 28 22:08:13 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct 28 22:08:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d99a7c1

media-libs/spandsp: keyworded 0.0.6 for ia64, bug #635686

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"

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

diff --git a/media-libs/spandsp/spandsp-0.0.6.ebuild 
b/media-libs/spandsp/spandsp-0.0.6.ebuild
index 042b3bcb631..760d0a1624e 100644
--- a/media-libs/spandsp/spandsp-0.0.6.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 static-libs"
 
 RDEPEND="media-libs/tiff



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

2017-09-28 Thread Jeroen Roovers
commit: f60724211b717ec5172274fa002d5c6299e63fef
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Sep 28 21:42:11 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Sep 28 21:43:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6072421

media-libs/spandsp: Stable for HPPA too.

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --ignore-arches

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

diff --git a/media-libs/spandsp/spandsp-0.0.6.ebuild 
b/media-libs/spandsp/spandsp-0.0.6.ebuild
index 41119e8d7b7..042b3bcb631 100644
--- a/media-libs/spandsp/spandsp-0.0.6.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 hppa ~ppc ~ppc64 ~x86"
 IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 static-libs"
 
 RDEPEND="media-libs/tiff



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

2017-07-12 Thread Alexis Ballier
commit: 80203b1de13ea6b232a4189ba14fa79437c04477
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jul 12 17:11:49 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jul 12 18:40:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80203b1d

media-libs/spandsp: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/media-libs/spandsp/spandsp-0.0.6.ebuild 
b/media-libs/spandsp/spandsp-0.0.6.ebuild
index 4f7faa4d834..41119e8d7b7 100644
--- a/media-libs/spandsp/spandsp-0.0.6.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 static-libs"
 
 RDEPEND="media-libs/tiff



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

2017-07-11 Thread Alexis Ballier
commit: 8fe35c9c48146fc995934240b7667fb08f256001
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jul 11 08:39:45 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jul 11 08:39:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe35c9c

media-libs/spandsp: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/spandsp/spandsp-0.0.6_pre21.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/spandsp/spandsp-0.0.6_pre21.ebuild 
b/media-libs/spandsp/spandsp-0.0.6_pre21.ebuild
index 71dcc4e13a4..5d03ac487ec 100644
--- a/media-libs/spandsp/spandsp-0.0.6_pre21.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6_pre21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_}.tgz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 static-libs"
 
 RDEPEND="media-libs/tiff"



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

2017-06-08 Thread Jeroen Roovers
commit: cb575b7ab76fca3884a300f42ba1c36d5b86a487
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jun  8 11:56:55 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jun  8 12:24:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb575b7a

media-libs/spandsp: Mark ~hppa too.

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --ignore-arches

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

diff --git a/media-libs/spandsp/spandsp-0.0.6.ebuild 
b/media-libs/spandsp/spandsp-0.0.6.ebuild
index 60bca66b6ad..4f7faa4d834 100644
--- a/media-libs/spandsp/spandsp-0.0.6.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 static-libs"
 
 RDEPEND="media-libs/tiff