public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/musl:master commit in: media-libs/alsa-lib/
@ 2017-05-08  3:59 Aric Belsito
  0 siblings, 0 replies; 8+ messages in thread
From: Aric Belsito @ 2017-05-08  3:59 UTC (permalink / raw
  To: gentoo-commits

commit:     cd65d9c7ddd5c750ac354fe8cd5ea9ddadbaa71b
Author:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Mon May  8 03:59:02 2017 +0000
Commit:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Mon May  8 03:59:14 2017 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=cd65d9c7

media-libs/alsa-lib: disable symvers

musl doesn't really support them.

 media-libs/alsa-lib/Manifest              | 2 +-
 media-libs/alsa-lib/alsa-lib-1.1.3.ebuild | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-libs/alsa-lib/Manifest b/media-libs/alsa-lib/Manifest
index fd24ee3..b9aa3df 100644
--- a/media-libs/alsa-lib/Manifest
+++ b/media-libs/alsa-lib/Manifest
@@ -1,5 +1,5 @@
 AUX alsa-lib-1.1.3-missing-limits.patch 438 SHA256 0209a6a218550f4c5edafef92daec6f04e402d554d37c70e9a8b77997aaaef03 SHA512 cac154be8e27cac5c36e04f7b3df881234e6497bf49c777962a82176fcc745ec7c4f0cdd71a55c390bf415808ae76b3d5e7b383a9f59d00a0cfb5148b5653552 WHIRLPOOL d790cd8469769c53896b188950c8ec474a0ebae5765d1953a5d4c9344d061667dae48341af7368e6d198d1749e9f506440298f991c179a7b4838a1787d283f6d
 AUX alsa-lib-1.1.3-stdint.patch 1322 SHA256 a0ef37c76bcd4936086465faf79c0bb5e41388bda668068e9dd105085c16edd2 SHA512 5f518c1096c64d0a10c5f26ab703d588bd27a6bcd8b9e833ece7dd3f459fb942e16b32c2a1a38f435c7519dd730325e69316af829a03c640c5d2435e456c86bd WHIRLPOOL 3eb786187b720240911d8e10af9805cbb09353eb9dae02bbcad9668c33ef34f855ebc2883a1b33d8ff1b2c8e6def8654e76b2e3173466809cbbb75f5c3440a6b
 DIST alsa-lib-1.1.3.tar.bz2 962001 SHA256 71282502184c592c1a008e256c22ed0ba5728ca65e05273ceb480c70f515969c SHA512 f5dbe2375a8c66af14378314a5238284d4ed63dfc86a750c0c6e8f6cdb6b1ea2d8ef26f870b5d152dc0b77d9b40821cab523f6734902b91583beb08e28c66850 WHIRLPOOL f33871789a7cc06a9db83fd659abdfeb7940d61a24ad7c71866f843d8c0c29eaf0e0770a2034dee2526c96835935b88c2fe882184c86528c98e7d4901f94b27d
-EBUILD alsa-lib-1.1.3.ebuild 2336 SHA256 cbd446f34fe96beb4668dee079e5d4bb6378c2537f98c955dbe4873c984da91b SHA512 ce3ae724b0cfec68b69601bad1390d60125bc31172b87b07c81f59581dc0e8565d83251c7d64b6db143e490d765e096828011308350646fb5371b708807450b0 WHIRLPOOL d4a90452c5bfd672a13d7beb7ee33749c114c0d2906d6c9508b8da212d571f7653bc6b577f604138c5e53ba290cb99ba43a187523f5ff8afa90e980ab8d08baf
+EBUILD alsa-lib-1.1.3.ebuild 2360 SHA256 30103597f5d73fe3c7110cec1fa0d033bba25855c7c06523851d624717c7a0aa SHA512 c3e8a086a62ec84f88e2adfc3e3067834db8f44b16bcb007bec81551d9ff870b02b9e0ab62d3ba425c60a823e66fb7a7961c1d3f85505c3caa421783acb4df6a WHIRLPOOL 9046135b9a8f5cc48313a37001be5ae871365452644893575f731aabd7d50d2feaf00fb7f6147cf34534c21b6fe11d58d1d7cd4cb5acf08c2df66994d12e44ad
 MISC metadata.xml 438 SHA256 f2bec88238bb4a607fc2bb215e5967996ddb2f4bbcfa4692934c387db292db92 SHA512 1e3a7f5a2f9ea84793ec938eb657fcbd6d5748f1cb055d085c638e30d1b5c1154a9dc0026d6e3592de074125c17926a4429757844f7d02b960f4a9a8d94a0433 WHIRLPOOL e1c1cdc7aa789e26c847575bf1d5b64c62ca652254cd54068cf1b2e5580d5512ec31157ccd9c524dcbf654f401779a93dde9f9ca7481b69083db41c70fe247e7

diff --git a/media-libs/alsa-lib/alsa-lib-1.1.3.ebuild b/media-libs/alsa-lib/alsa-lib-1.1.3.ebuild
index 3febe2c..56ecb71 100644
--- a/media-libs/alsa-lib/alsa-lib-1.1.3.ebuild
+++ b/media-libs/alsa-lib/alsa-lib-1.1.3.ebuild
@@ -64,6 +64,7 @@ multilib_src_configure() {
 		--enable-rawmidi \
 		--enable-seq \
 		--enable-aload \
+		--without-versioned \
 		$(use_with debug) \
 		$(use_enable alisp) \
 		${myconf}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/musl:master commit in: media-libs/alsa-lib/
@ 2017-05-18 16:30 Aric Belsito
  0 siblings, 0 replies; 8+ messages in thread
From: Aric Belsito @ 2017-05-18 16:30 UTC (permalink / raw
  To: gentoo-commits

commit:     3fdacf44c1401a0ee5831f2449de28a165160437
Author:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Thu May 18 16:22:14 2017 +0000
Commit:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Thu May 18 16:22:14 2017 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=3fdacf44

media-libs/alsa-lib: version bump to 1.1.4

 media-libs/alsa-lib/Manifest                                         | 4 ++--
 media-libs/alsa-lib/{alsa-lib-1.1.3.ebuild => alsa-lib-1.1.4.ebuild} | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/alsa-lib/Manifest b/media-libs/alsa-lib/Manifest
index b9aa3df..e813ec4 100644
--- a/media-libs/alsa-lib/Manifest
+++ b/media-libs/alsa-lib/Manifest
@@ -1,5 +1,5 @@
 AUX alsa-lib-1.1.3-missing-limits.patch 438 SHA256 0209a6a218550f4c5edafef92daec6f04e402d554d37c70e9a8b77997aaaef03 SHA512 cac154be8e27cac5c36e04f7b3df881234e6497bf49c777962a82176fcc745ec7c4f0cdd71a55c390bf415808ae76b3d5e7b383a9f59d00a0cfb5148b5653552 WHIRLPOOL d790cd8469769c53896b188950c8ec474a0ebae5765d1953a5d4c9344d061667dae48341af7368e6d198d1749e9f506440298f991c179a7b4838a1787d283f6d
 AUX alsa-lib-1.1.3-stdint.patch 1322 SHA256 a0ef37c76bcd4936086465faf79c0bb5e41388bda668068e9dd105085c16edd2 SHA512 5f518c1096c64d0a10c5f26ab703d588bd27a6bcd8b9e833ece7dd3f459fb942e16b32c2a1a38f435c7519dd730325e69316af829a03c640c5d2435e456c86bd WHIRLPOOL 3eb786187b720240911d8e10af9805cbb09353eb9dae02bbcad9668c33ef34f855ebc2883a1b33d8ff1b2c8e6def8654e76b2e3173466809cbbb75f5c3440a6b
-DIST alsa-lib-1.1.3.tar.bz2 962001 SHA256 71282502184c592c1a008e256c22ed0ba5728ca65e05273ceb480c70f515969c SHA512 f5dbe2375a8c66af14378314a5238284d4ed63dfc86a750c0c6e8f6cdb6b1ea2d8ef26f870b5d152dc0b77d9b40821cab523f6734902b91583beb08e28c66850 WHIRLPOOL f33871789a7cc06a9db83fd659abdfeb7940d61a24ad7c71866f843d8c0c29eaf0e0770a2034dee2526c96835935b88c2fe882184c86528c98e7d4901f94b27d
-EBUILD alsa-lib-1.1.3.ebuild 2360 SHA256 30103597f5d73fe3c7110cec1fa0d033bba25855c7c06523851d624717c7a0aa SHA512 c3e8a086a62ec84f88e2adfc3e3067834db8f44b16bcb007bec81551d9ff870b02b9e0ab62d3ba425c60a823e66fb7a7961c1d3f85505c3caa421783acb4df6a WHIRLPOOL 9046135b9a8f5cc48313a37001be5ae871365452644893575f731aabd7d50d2feaf00fb7f6147cf34534c21b6fe11d58d1d7cd4cb5acf08c2df66994d12e44ad
+DIST alsa-lib-1.1.4.tar.bz2 973825 SHA256 82f50a09487079755d93e4c9384912196995bade6280bce9bfdcabf094bfb515 SHA512 8dfc5cc8872138b9e7e234934e317d797e100ac99dac86a2a2e4bdcc0d49e8a05b4089b98341051b407750bed93c2713fae5218318e5ce6cc7db2801165a1c10 WHIRLPOOL 74eb6742d93b6f2988ea9f583623edd985897db278e5dcac6916b3e9b772f16db326feb37b81a191405cc43ec2a55d313e74293ccbb43281b15f3056bd8f623f
+EBUILD alsa-lib-1.1.4.ebuild 2360 SHA256 e34a789e7e1302fdc610056011cf1951b2f690b25ed1c8994aacac7f23c6b853 SHA512 554da12c5733310ab180bea162969c2b4fd22787eb424c187f643274b04d41235949eb36c35dc7cdb6cb68c48e0efe45f1a08ce1eb2c3296d65b1ddebdfea565 WHIRLPOOL 3b20d8724b1d929373a4b87abbdbb1d705ae7b3916ff1ccb22606424fe8bf7014c5154e4479ca672023f6e7a67922f11105c2fa4469143488ae54458af29e6f2
 MISC metadata.xml 438 SHA256 f2bec88238bb4a607fc2bb215e5967996ddb2f4bbcfa4692934c387db292db92 SHA512 1e3a7f5a2f9ea84793ec938eb657fcbd6d5748f1cb055d085c638e30d1b5c1154a9dc0026d6e3592de074125c17926a4429757844f7d02b960f4a9a8d94a0433 WHIRLPOOL e1c1cdc7aa789e26c847575bf1d5b64c62ca652254cd54068cf1b2e5580d5512ec31157ccd9c524dcbf654f401779a93dde9f9ca7481b69083db41c70fe247e7

diff --git a/media-libs/alsa-lib/alsa-lib-1.1.3.ebuild b/media-libs/alsa-lib/alsa-lib-1.1.4.ebuild
similarity index 98%
rename from media-libs/alsa-lib/alsa-lib-1.1.3.ebuild
rename to media-libs/alsa-lib/alsa-lib-1.1.4.ebuild
index 56ecb71..a3de032 100644
--- a/media-libs/alsa-lib/alsa-lib-1.1.3.ebuild
+++ b/media-libs/alsa-lib/alsa-lib-1.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/musl:master commit in: media-libs/alsa-lib/
@ 2017-05-18 16:41 Aric Belsito
  0 siblings, 0 replies; 8+ messages in thread
From: Aric Belsito @ 2017-05-18 16:41 UTC (permalink / raw
  To: gentoo-commits

commit:     430123078ffb225d8ca643b9e77336451de1cc59
Author:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Thu May 18 16:41:06 2017 +0000
Commit:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Thu May 18 16:41:06 2017 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=43012307

media-libs/alsa-lib: fix patch names

 media-libs/alsa-lib/Manifest              | 2 +-
 media-libs/alsa-lib/alsa-lib-1.1.4.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/alsa-lib/Manifest b/media-libs/alsa-lib/Manifest
index e813ec4..e125259 100644
--- a/media-libs/alsa-lib/Manifest
+++ b/media-libs/alsa-lib/Manifest
@@ -1,5 +1,5 @@
 AUX alsa-lib-1.1.3-missing-limits.patch 438 SHA256 0209a6a218550f4c5edafef92daec6f04e402d554d37c70e9a8b77997aaaef03 SHA512 cac154be8e27cac5c36e04f7b3df881234e6497bf49c777962a82176fcc745ec7c4f0cdd71a55c390bf415808ae76b3d5e7b383a9f59d00a0cfb5148b5653552 WHIRLPOOL d790cd8469769c53896b188950c8ec474a0ebae5765d1953a5d4c9344d061667dae48341af7368e6d198d1749e9f506440298f991c179a7b4838a1787d283f6d
 AUX alsa-lib-1.1.3-stdint.patch 1322 SHA256 a0ef37c76bcd4936086465faf79c0bb5e41388bda668068e9dd105085c16edd2 SHA512 5f518c1096c64d0a10c5f26ab703d588bd27a6bcd8b9e833ece7dd3f459fb942e16b32c2a1a38f435c7519dd730325e69316af829a03c640c5d2435e456c86bd WHIRLPOOL 3eb786187b720240911d8e10af9805cbb09353eb9dae02bbcad9668c33ef34f855ebc2883a1b33d8ff1b2c8e6def8654e76b2e3173466809cbbb75f5c3440a6b
 DIST alsa-lib-1.1.4.tar.bz2 973825 SHA256 82f50a09487079755d93e4c9384912196995bade6280bce9bfdcabf094bfb515 SHA512 8dfc5cc8872138b9e7e234934e317d797e100ac99dac86a2a2e4bdcc0d49e8a05b4089b98341051b407750bed93c2713fae5218318e5ce6cc7db2801165a1c10 WHIRLPOOL 74eb6742d93b6f2988ea9f583623edd985897db278e5dcac6916b3e9b772f16db326feb37b81a191405cc43ec2a55d313e74293ccbb43281b15f3056bd8f623f
-EBUILD alsa-lib-1.1.4.ebuild 2360 SHA256 e34a789e7e1302fdc610056011cf1951b2f690b25ed1c8994aacac7f23c6b853 SHA512 554da12c5733310ab180bea162969c2b4fd22787eb424c187f643274b04d41235949eb36c35dc7cdb6cb68c48e0efe45f1a08ce1eb2c3296d65b1ddebdfea565 WHIRLPOOL 3b20d8724b1d929373a4b87abbdbb1d705ae7b3916ff1ccb22606424fe8bf7014c5154e4479ca672023f6e7a67922f11105c2fa4469143488ae54458af29e6f2
+EBUILD alsa-lib-1.1.4.ebuild 2374 SHA256 cef2a9339fd1e34a8c1594853087dbf95f7e970a3f3193ef99d3004480ef5c49 SHA512 e0e4305053e8cf1c61153423f620c5f4782a1f816101e9cc8ab170fdacda7eef9e53cc13a76a2317fa18c27b09092bed0112f0cf9cfd089c50af0ec6dc795b23 WHIRLPOOL 921f1b6f5f6b26cea96139cdf0b79410ad57c37f41e1af802ea850e692546c0f7ef07ff515cfd6fd6067c569806e52ef2c101bec39e074199d576976825f4dc7
 MISC metadata.xml 438 SHA256 f2bec88238bb4a607fc2bb215e5967996ddb2f4bbcfa4692934c387db292db92 SHA512 1e3a7f5a2f9ea84793ec938eb657fcbd6d5748f1cb055d085c638e30d1b5c1154a9dc0026d6e3592de074125c17926a4429757844f7d02b960f4a9a8d94a0433 WHIRLPOOL e1c1cdc7aa789e26c847575bf1d5b64c62ca652254cd54068cf1b2e5580d5512ec31157ccd9c524dcbf654f401779a93dde9f9ca7481b69083db41c70fe247e7

diff --git a/media-libs/alsa-lib/alsa-lib-1.1.4.ebuild b/media-libs/alsa-lib/alsa-lib-1.1.4.ebuild
index a3de032..daa89a4 100644
--- a/media-libs/alsa-lib/alsa-lib-1.1.4.ebuild
+++ b/media-libs/alsa-lib/alsa-lib-1.1.4.ebuild
@@ -28,8 +28,8 @@ DEPEND="${RDEPEND}
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 PATCHES=(
-	"${FILESDIR}"/${P}-missing-limits.patch
-	"${FILESDIR}"/${P}-stdint.patch
+	"${FILESDIR}"/${PN}-1.1.3-missing-limits.patch
+	"${FILESDIR}"/${PN}-1.1.3-stdint.patch
 )
 
 pkg_setup() {


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/musl:master commit in: media-libs/alsa-lib/
@ 2017-06-02 22:37 Aric Belsito
  0 siblings, 0 replies; 8+ messages in thread
From: Aric Belsito @ 2017-06-02 22:37 UTC (permalink / raw
  To: gentoo-commits

commit:     aff51d74f1432be713db290d6df1fc5406676eae
Author:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Fri Jun  2 22:37:04 2017 +0000
Commit:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Fri Jun  2 22:37:04 2017 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=aff51d74

media-libs/alsa-lib: version bump to 1.1.4.1

 media-libs/alsa-lib/Manifest                                          | 4 ++--
 .../alsa-lib/{alsa-lib-1.1.4.ebuild => alsa-lib-1.1.4.1.ebuild}       | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/alsa-lib/Manifest b/media-libs/alsa-lib/Manifest
index 374eb16..16b450f 100644
--- a/media-libs/alsa-lib/Manifest
+++ b/media-libs/alsa-lib/Manifest
@@ -1,4 +1,4 @@
 AUX alsa-lib-1.1.3-stdint.patch 1322 SHA256 a0ef37c76bcd4936086465faf79c0bb5e41388bda668068e9dd105085c16edd2 SHA512 5f518c1096c64d0a10c5f26ab703d588bd27a6bcd8b9e833ece7dd3f459fb942e16b32c2a1a38f435c7519dd730325e69316af829a03c640c5d2435e456c86bd WHIRLPOOL 3eb786187b720240911d8e10af9805cbb09353eb9dae02bbcad9668c33ef34f855ebc2883a1b33d8ff1b2c8e6def8654e76b2e3173466809cbbb75f5c3440a6b
-DIST alsa-lib-1.1.4.tar.bz2 973825 SHA256 82f50a09487079755d93e4c9384912196995bade6280bce9bfdcabf094bfb515 SHA512 8dfc5cc8872138b9e7e234934e317d797e100ac99dac86a2a2e4bdcc0d49e8a05b4089b98341051b407750bed93c2713fae5218318e5ce6cc7db2801165a1c10 WHIRLPOOL 74eb6742d93b6f2988ea9f583623edd985897db278e5dcac6916b3e9b772f16db326feb37b81a191405cc43ec2a55d313e74293ccbb43281b15f3056bd8f623f
-EBUILD alsa-lib-1.1.4.ebuild 2326 SHA256 78af4e452a502d43dc3b0a844429ad63a049a5cdf801d94a2545297f26be83e9 SHA512 cd5f8253b0d54acb8400ea22c0912fde6202434e5a5660d51eea92dca0172af1bbfc328bff826f2a357f085ee48e4e7d8bda73638f0bcf95539e0dafd21bb4f0 WHIRLPOOL 4d0931f4e2b674c8c68113434e7a960c632a7b1b031146124111e5f25ab02e996f5e631c6de375d6715aafd36d46a7a0eae6488b86bdd8563d5c690597ed5741
+DIST alsa-lib-1.1.4.1.tar.bz2 974584 SHA256 91bb870c14d1c7c269213285eeed874fa3d28112077db061a3af8010d0885b76 SHA512 7b548c4ee29c4a1230a0edcd5d19219831290f96a214180a6530628acc05278d1348376195287d188f4f44d6be1914391c63994f1b50985c3eee74352da26b0b WHIRLPOOL 2fc84b8a3c6023dac7953f1d2960a8eb5279f58cf2e59b8f5d04293df7595b9f0ebca5738bf4a333f8b20586c7fd579b9e7bdeeffd64518649be3a8c5d588fd8
+EBUILD alsa-lib-1.1.4.1.ebuild 2326 SHA256 78af4e452a502d43dc3b0a844429ad63a049a5cdf801d94a2545297f26be83e9 SHA512 cd5f8253b0d54acb8400ea22c0912fde6202434e5a5660d51eea92dca0172af1bbfc328bff826f2a357f085ee48e4e7d8bda73638f0bcf95539e0dafd21bb4f0 WHIRLPOOL 4d0931f4e2b674c8c68113434e7a960c632a7b1b031146124111e5f25ab02e996f5e631c6de375d6715aafd36d46a7a0eae6488b86bdd8563d5c690597ed5741
 MISC metadata.xml 438 SHA256 f2bec88238bb4a607fc2bb215e5967996ddb2f4bbcfa4692934c387db292db92 SHA512 1e3a7f5a2f9ea84793ec938eb657fcbd6d5748f1cb055d085c638e30d1b5c1154a9dc0026d6e3592de074125c17926a4429757844f7d02b960f4a9a8d94a0433 WHIRLPOOL e1c1cdc7aa789e26c847575bf1d5b64c62ca652254cd54068cf1b2e5580d5512ec31157ccd9c524dcbf654f401779a93dde9f9ca7481b69083db41c70fe247e7

diff --git a/media-libs/alsa-lib/alsa-lib-1.1.4.ebuild b/media-libs/alsa-lib/alsa-lib-1.1.4.1.ebuild
similarity index 100%
rename from media-libs/alsa-lib/alsa-lib-1.1.4.ebuild
rename to media-libs/alsa-lib/alsa-lib-1.1.4.1.ebuild


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/musl:master commit in: media-libs/alsa-lib/
@ 2017-11-16  1:15 Aric Belsito
  0 siblings, 0 replies; 8+ messages in thread
From: Aric Belsito @ 2017-11-16  1:15 UTC (permalink / raw
  To: gentoo-commits

commit:     9ef56afdc78ffecb234fd103ae720d5d2442ea7a
Author:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Thu Nov 16 01:14:37 2017 +0000
Commit:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Thu Nov 16 01:14:37 2017 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=9ef56afd

media-libs/alsa-lib: version bump to 1.1.5

 media-libs/alsa-lib/Manifest              |  1 +
 media-libs/alsa-lib/alsa-lib-1.1.5.ebuild | 91 +++++++++++++++++++++++++++++++
 2 files changed, 92 insertions(+)

diff --git a/media-libs/alsa-lib/Manifest b/media-libs/alsa-lib/Manifest
index 14e323f..7101b63 100644
--- a/media-libs/alsa-lib/Manifest
+++ b/media-libs/alsa-lib/Manifest
@@ -1 +1,2 @@
 DIST alsa-lib-1.1.4.1.tar.bz2 974584 SHA256 91bb870c14d1c7c269213285eeed874fa3d28112077db061a3af8010d0885b76 SHA512 7b548c4ee29c4a1230a0edcd5d19219831290f96a214180a6530628acc05278d1348376195287d188f4f44d6be1914391c63994f1b50985c3eee74352da26b0b WHIRLPOOL 2fc84b8a3c6023dac7953f1d2960a8eb5279f58cf2e59b8f5d04293df7595b9f0ebca5738bf4a333f8b20586c7fd579b9e7bdeeffd64518649be3a8c5d588fd8
+DIST alsa-lib-1.1.5.tar.bz2 979225 SHA256 f4f68ad3c6da36b0b5241ac3c798a7a71e0e97d51f972e9f723b3f20a9650ae6 SHA512 c79ceaa1ebfeda2caf41a0495ea31dd2748a11795989aebc341ae13a5c96d21495e4542571d5590e68b2575ceddd6e84059a950ddb78e6c0b9d94861faee4f58 WHIRLPOOL 7b327499e8576c07e4ed7fe293f788283e158f08efd10ad5b7ca9f980cbe5dcd9fcc290a9880726a971bd180f5a0c57215d5f337e5294ace25fe5923ea6fbcbd

diff --git a/media-libs/alsa-lib/alsa-lib-1.1.5.ebuild b/media-libs/alsa-lib/alsa-lib-1.1.5.ebuild
new file mode 100644
index 0000000..f517f08
--- /dev/null
+++ b/media-libs/alsa-lib/alsa-lib-1.1.5.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# no support for python3_2 or above yet wrt #471326
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools eutils multilib multilib-minimal python-single-r1
+
+DESCRIPTION="Advanced Linux Sound Architecture Library"
+HOMEPAGE="http://www.alsa-project.org/"
+SRC_URI="mirror://alsaproject/lib/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="alisp debug doc elibc_uclibc python"
+
+RDEPEND="python? ( ${PYTHON_DEPS} )
+	abi_x86_32? (
+		!<=app-emulation/emul-linux-x86-soundlibs-20130224-r1
+		!app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
+	)"
+DEPEND="${RDEPEND}
+	doc? ( >=app-doc/doxygen-1.2.6 )"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+pkg_setup() {
+	use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+	find . -name Makefile.am -exec sed -i -e '/CFLAGS/s:-g -O2::' {} + || die
+	# https://bugs.gentoo.org/509886
+	use elibc_uclibc && { sed -i -e 's:oldapi queue_timer:queue_timer:' test/Makefile.am || die; }
+	# https://bugs.gentoo.org/545950
+	sed -i -e '5s:^$:\nAM_CPPFLAGS = -I$(top_srcdir)/include:' test/lsb/Makefile.am || die
+	default
+	eautoreconf
+}
+
+multilib_src_configure() {
+	local myconf
+	# enable Python only on final ABI
+	if multilib_is_native_abi; then
+		myconf="$(use_enable python)"
+	else
+		myconf="--disable-python"
+	fi
+	use elibc_uclibc && myconf+=" --without-versioned"
+
+	ECONF_SOURCE=${S} \
+	econf \
+		--disable-maintainer-mode \
+		--enable-shared \
+		--disable-resmgr \
+		--enable-rawmidi \
+		--enable-seq \
+		--enable-aload \
+		--without-versioned \
+		$(use_with debug) \
+		$(use_enable alisp) \
+		${myconf}
+}
+
+multilib_src_compile() {
+	emake
+
+	if multilib_is_native_abi && use doc; then
+		emake doc
+		fgrep -Zrl "${S}" doc/doxygen/html | \
+			xargs -0 sed -i -e "s:${S}::"
+	fi
+}
+
+multilib_src_install() {
+	emake DESTDIR="${D}" install
+	if multilib_is_native_abi && use doc; then
+		docinto html
+		dodoc -r doc/doxygen/html/.
+	fi
+}
+
+multilib_src_install_all() {
+	prune_libtool_files --all
+	find "${ED}"/usr/$(get_libdir)/alsa-lib -name '*.a' -exec rm -f {} +
+	docinto ""
+	dodoc ChangeLog doc/asoundrc.txt NOTES TODO
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/musl:master commit in: media-libs/alsa-lib/
@ 2018-04-04 16:49 Aric Belsito
  0 siblings, 0 replies; 8+ messages in thread
From: Aric Belsito @ 2018-04-04 16:49 UTC (permalink / raw
  To: gentoo-commits

commit:     fd7471129f057894992515c2d9297e84d99f7822
Author:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Wed Apr  4 16:48:40 2018 +0000
Commit:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Wed Apr  4 16:48:40 2018 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=fd747112

media-libs/alsa-lib: version bump to 1.1.6

 media-libs/alsa-lib/Manifest                       |  5 +-
 media-libs/alsa-lib/alsa-lib-1.1.4.1.ebuild        |  4 +-
 media-libs/alsa-lib/alsa-lib-1.1.5.ebuild          |  4 +-
 ...alsa-lib-1.1.5.ebuild => alsa-lib-1.1.6.ebuild} | 57 +++++++++-------------
 4 files changed, 31 insertions(+), 39 deletions(-)

diff --git a/media-libs/alsa-lib/Manifest b/media-libs/alsa-lib/Manifest
index 7101b63..05d198b 100644
--- a/media-libs/alsa-lib/Manifest
+++ b/media-libs/alsa-lib/Manifest
@@ -1,2 +1,3 @@
-DIST alsa-lib-1.1.4.1.tar.bz2 974584 SHA256 91bb870c14d1c7c269213285eeed874fa3d28112077db061a3af8010d0885b76 SHA512 7b548c4ee29c4a1230a0edcd5d19219831290f96a214180a6530628acc05278d1348376195287d188f4f44d6be1914391c63994f1b50985c3eee74352da26b0b WHIRLPOOL 2fc84b8a3c6023dac7953f1d2960a8eb5279f58cf2e59b8f5d04293df7595b9f0ebca5738bf4a333f8b20586c7fd579b9e7bdeeffd64518649be3a8c5d588fd8
-DIST alsa-lib-1.1.5.tar.bz2 979225 SHA256 f4f68ad3c6da36b0b5241ac3c798a7a71e0e97d51f972e9f723b3f20a9650ae6 SHA512 c79ceaa1ebfeda2caf41a0495ea31dd2748a11795989aebc341ae13a5c96d21495e4542571d5590e68b2575ceddd6e84059a950ddb78e6c0b9d94861faee4f58 WHIRLPOOL 7b327499e8576c07e4ed7fe293f788283e158f08efd10ad5b7ca9f980cbe5dcd9fcc290a9880726a971bd180f5a0c57215d5f337e5294ace25fe5923ea6fbcbd
+DIST alsa-lib-1.1.4.1.tar.bz2 974584 BLAKE2B f3221fa55dc11c04f4a1bc3ee90d2a679ca9b8bde65e2801ae5762fa456ef8e45532624efa57bf7d62f82e5c172eaf10f2286f9acace5a47e20123acf5ce04d2 SHA512 7b548c4ee29c4a1230a0edcd5d19219831290f96a214180a6530628acc05278d1348376195287d188f4f44d6be1914391c63994f1b50985c3eee74352da26b0b
+DIST alsa-lib-1.1.5.tar.bz2 979225 BLAKE2B 75683b17bfd51c1e54f1a460ed32a170b07eb227bd6b9ee481d123116464f5c16bbb49f29dfc8d08baaf2f69c5333bf71b70c33b5d420c43e56ae4ace76a6ab0 SHA512 c79ceaa1ebfeda2caf41a0495ea31dd2748a11795989aebc341ae13a5c96d21495e4542571d5590e68b2575ceddd6e84059a950ddb78e6c0b9d94861faee4f58
+DIST alsa-lib-1.1.6.tar.bz2 989316 BLAKE2B 2aec62d262148571cc1b93ac8053002b61266951caf8b2855fc65b699ec928672748a21ba11a25e14e752a4a85f68b2f77b5ad6af9b2f1fc5e9de41313ace54a SHA512 00117769a3d5c609019b975188d6e7a07d035bd0461f54c5f291e14667620506f1adb6d61350f78d54648850f31965aae3ab0e697bf9e09c988e2d15bf6b09f0

diff --git a/media-libs/alsa-lib/alsa-lib-1.1.4.1.ebuild b/media-libs/alsa-lib/alsa-lib-1.1.4.1.ebuild
index 444e11e..a9bd0ec 100644
--- a/media-libs/alsa-lib/alsa-lib-1.1.4.1.ebuild
+++ b/media-libs/alsa-lib/alsa-lib-1.1.4.1.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=6
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit autotools eutils multilib multilib-minimal python-single-r1
 
 DESCRIPTION="Advanced Linux Sound Architecture Library"
-HOMEPAGE="http://www.alsa-project.org/"
+HOMEPAGE="https://alsa-project.org/"
 SRC_URI="mirror://alsaproject/lib/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"

diff --git a/media-libs/alsa-lib/alsa-lib-1.1.5.ebuild b/media-libs/alsa-lib/alsa-lib-1.1.5.ebuild
index 0c76804..7ff825c 100644
--- a/media-libs/alsa-lib/alsa-lib-1.1.5.ebuild
+++ b/media-libs/alsa-lib/alsa-lib-1.1.5.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=6
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit autotools eutils multilib multilib-minimal python-single-r1
 
 DESCRIPTION="Advanced Linux Sound Architecture Library"
-HOMEPAGE="http://www.alsa-project.org/"
+HOMEPAGE="https://alsa-project.org/"
 SRC_URI="mirror://alsaproject/lib/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"

diff --git a/media-libs/alsa-lib/alsa-lib-1.1.5.ebuild b/media-libs/alsa-lib/alsa-lib-1.1.6.ebuild
similarity index 57%
copy from media-libs/alsa-lib/alsa-lib-1.1.5.ebuild
copy to media-libs/alsa-lib/alsa-lib-1.1.6.ebuild
index 0c76804..5056439 100644
--- a/media-libs/alsa-lib/alsa-lib-1.1.5.ebuild
+++ b/media-libs/alsa-lib/alsa-lib-1.1.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=6
@@ -6,22 +6,18 @@ EAPI=6
 # no support for python3_2 or above yet wrt #471326
 PYTHON_COMPAT=( python2_7 )
 
-inherit autotools eutils multilib multilib-minimal python-single-r1
+inherit autotools multilib multilib-minimal python-single-r1
 
 DESCRIPTION="Advanced Linux Sound Architecture Library"
-HOMEPAGE="http://www.alsa-project.org/"
+HOMEPAGE="https://alsa-project.org/"
 SRC_URI="mirror://alsaproject/lib/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~sh ~sparc ~x86"
-IUSE="alisp debug doc elibc_uclibc python"
+IUSE="alisp debug doc elibc_uclibc python +thread-safety"
 
-RDEPEND="python? ( ${PYTHON_DEPS} )
-	abi_x86_32? (
-		!<=app-emulation/emul-linux-x86-soundlibs-20130224-r1
-		!app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
-	)"
+RDEPEND="python? ( ${PYTHON_DEPS} )"
 DEPEND="${RDEPEND}
 	doc? ( >=app-doc/doxygen-1.2.6 )"
 
@@ -42,27 +38,24 @@ src_prepare() {
 }
 
 multilib_src_configure() {
-	local myconf
-	# enable Python only on final ABI
-	if multilib_is_native_abi; then
-		myconf="$(use_enable python)"
-	else
-		myconf="--disable-python"
-	fi
-	use elibc_uclibc && myconf+=" --without-versioned"
+	local myeconfargs=(
+		--disable-maintainer-mode
+		--disable-resmgr
+		--enable-aload
+		--enable-rawmidi
+		--enable-seq
+		--enable-shared
+		# enable Python only on final ABI
+		$(multilib_native_use_enable python)
+		$(use_enable alisp)
+		$(use_enable thread-safety)
+		$(use_with debug)
+		$(usex elibc_uclibc --without-versioned '')
+		$(usex elibc_musl --without-versioned '')
+	)
 
-	ECONF_SOURCE=${S} \
-	econf \
-		--disable-maintainer-mode \
-		--enable-shared \
-		--disable-resmgr \
-		--enable-rawmidi \
-		--enable-seq \
-		--enable-aload \
-		--without-versioned \
-		$(use_with debug) \
-		$(use_enable alisp) \
-		${myconf}
+	ECONF_SOURCE="${S}" \
+	econf "${myeconfargs[@]}"
 }
 
 multilib_src_compile() {
@@ -70,7 +63,7 @@ multilib_src_compile() {
 
 	if multilib_is_native_abi && use doc; then
 		emake doc
-		fgrep -Zrl "${S}" doc/doxygen/html | \
+		grep -FZrl "${S}" doc/doxygen/html | \
 			xargs -0 sed -i -e "s:${S}::"
 	fi
 }
@@ -84,8 +77,6 @@ multilib_src_install() {
 }
 
 multilib_src_install_all() {
-	prune_libtool_files --all
-	find "${ED}"/usr/$(get_libdir)/alsa-lib -name '*.a' -exec rm -f {} +
-	docinto ""
+	find "${ED}" \( -name '*.a' -o -name '*.la' \) -delete || die
 	dodoc ChangeLog doc/asoundrc.txt NOTES TODO
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/musl:master commit in: media-libs/alsa-lib/
@ 2018-04-05 17:21 Aric Belsito
  0 siblings, 0 replies; 8+ messages in thread
From: Aric Belsito @ 2018-04-05 17:21 UTC (permalink / raw
  To: gentoo-commits

commit:     045b14568706a6c3248112d4360642fb3d570544
Author:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Thu Apr  5 17:17:41 2018 +0000
Commit:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Thu Apr  5 17:17:41 2018 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=045b1456

media-libs/alsa-lib: fix metadata.xml

 media-libs/alsa-lib/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-libs/alsa-lib/metadata.xml b/media-libs/alsa-lib/metadata.xml
index d1e2102..356924f 100644
--- a/media-libs/alsa-lib/metadata.xml
+++ b/media-libs/alsa-lib/metadata.xml
@@ -6,6 +6,7 @@
   </maintainer>
   <use>
     <flag name="alisp">Enable support for ALISP (ALSA LISP) interpreter for advanced features.</flag>
+    <flag name="thread-safety">thread-safe API functions</flag>
   </use>
   <upstream>
     <remote-id type="cpe">cpe:/a:alsa-project:alsa-lib</remote-id>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/musl:master commit in: media-libs/alsa-lib/
@ 2019-02-04 12:44 Anthony G. Basile
  0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile @ 2019-02-04 12:44 UTC (permalink / raw
  To: gentoo-commits

commit:     e7fa0d3f23716be66c65632b1f8c18c2507ac2d7
Author:     stefson <herrtimson <AT> yahoo <DOT> de>
AuthorDate: Mon Feb  4 12:38:52 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Feb  4 12:44:16 2019 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=e7fa0d3f

media-libs/alsa: sync keywords with tree

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 media-libs/alsa-lib/alsa-lib-1.1.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/alsa-lib/alsa-lib-1.1.6-r1.ebuild b/media-libs/alsa-lib/alsa-lib-1.1.6-r1.ebuild
index 4aa8394..25a7eb3 100644
--- a/media-libs/alsa-lib/alsa-lib-1.1.6-r1.ebuild
+++ b/media-libs/alsa-lib/alsa-lib-1.1.6-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://alsaproject/lib/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~sh ~sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~ia64 ~mips ppc ~sh sparc x86"
 IUSE="alisp debug doc elibc_uclibc python +thread-safety"
 
 RDEPEND="python? ( ${PYTHON_DEPS} )"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-02-04 12:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-04 16:49 [gentoo-commits] proj/musl:master commit in: media-libs/alsa-lib/ Aric Belsito
  -- strict thread matches above, loose matches on Subject: below --
2019-02-04 12:44 Anthony G. Basile
2018-04-05 17:21 Aric Belsito
2017-11-16  1:15 Aric Belsito
2017-06-02 22:37 Aric Belsito
2017-05-18 16:41 Aric Belsito
2017-05-18 16:30 Aric Belsito
2017-05-08  3:59 Aric Belsito

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox