public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/shntool/
@ 2017-12-01  9:27 Fabian Groffen
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen @ 2017-12-01  9:27 UTC (permalink / raw
  To: gentoo-commits

commit:     a360fbe26e5a2595bea2cf98e294af92dbd1bab1
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  1 09:27:21 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 09:27:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a360fbe2

media-sound/shntool: fix building when CONFIG_SHELL != bash, bug #527310

Closes: https://bugs.gentoo.org/527310
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 media-sound/shntool/Manifest                 | 2 +-
 media-sound/shntool/shntool-3.0.10-r1.ebuild | 7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/media-sound/shntool/Manifest b/media-sound/shntool/Manifest
index 312183bd527..c896779cc05 100644
--- a/media-sound/shntool/Manifest
+++ b/media-sound/shntool/Manifest
@@ -1 +1 @@
-DIST shntool-3.0.10.tar.gz 216061 SHA256 74302eac477ca08fb2b42b9f154cc870593aec8beab308676e4373a5e4ca2102 SHA512 2150d7123860abb54a56a1615bda991ed3713d73c338723f28b7d01a63c49a47809be16dc57b5b4edeee1567b003f9a4b54945c1cd08440f9503d22b91eaa06d WHIRLPOOL fb7c11c99482e043da2827ab682aadde4b7309d5e0739a176589de2ac8db0af01d62826eb8d8c6451c2c72876078f4147fa8712ce41acff785ac495350d17322
+DIST shntool-3.0.10.tar.gz 216061 BLAKE2B b662c64992409c1a12dd3fffab5f39c69b2c1f8fb958cba590009f599e4363403aa1d353efdec8ab7529fc22cfac0b908368a132b60f7e5acd55dcae932909e2 SHA512 2150d7123860abb54a56a1615bda991ed3713d73c338723f28b7d01a63c49a47809be16dc57b5b4edeee1567b003f9a4b54945c1cd08440f9503d22b91eaa06d

diff --git a/media-sound/shntool/shntool-3.0.10-r1.ebuild b/media-sound/shntool/shntool-3.0.10-r1.ebuild
index 16c9434f3ea..5e2ea531d5e 100644
--- a/media-sound/shntool/shntool-3.0.10-r1.ebuild
+++ b/media-sound/shntool/shntool-3.0.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -21,3 +21,8 @@ RDEPEND="flac? ( media-libs/flac )
 DEPEND="${RDEPEND}"
 
 DOCS="NEWS README ChangeLog AUTHORS doc/*"
+
+src_configure() {
+	unset CONFIG_SHELL  # default to bash, bug #527310
+	default
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/shntool/
@ 2017-12-01 18:06 Fabian Groffen
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen @ 2017-12-01 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     25ceaf774dbfb9d5cf5803be66321c310bc6372a
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  1 18:05:29 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 18:06:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ceaf77

media-sound/shntool: export CONFIG_SHELL to deal with /bin/sh not being bash

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 media-sound/shntool/shntool-3.0.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/shntool/shntool-3.0.10-r1.ebuild b/media-sound/shntool/shntool-3.0.10-r1.ebuild
index 5e2ea531d5e..69859ce0724 100644
--- a/media-sound/shntool/shntool-3.0.10-r1.ebuild
+++ b/media-sound/shntool/shntool-3.0.10-r1.ebuild
@@ -23,6 +23,6 @@ DEPEND="${RDEPEND}"
 DOCS="NEWS README ChangeLog AUTHORS doc/*"
 
 src_configure() {
-	unset CONFIG_SHELL  # default to bash, bug #527310
+	export CONFIG_SHELL=${BASH}  # bug #527310
 	default
 }


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/shntool/
@ 2018-11-28  9:58 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2018-11-28  9:58 UTC (permalink / raw
  To: gentoo-commits

commit:     1d4d4392dc0acbc996cc53923fb2c3df9c1140aa
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 13 11:59:33 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 28 09:58:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d4d4392

media-sound/shntool: Make USE=shorten local

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-sound/shntool/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-sound/shntool/metadata.xml b/media-sound/shntool/metadata.xml
index a9eb444807a..372b7fd68e5 100644
--- a/media-sound/shntool/metadata.xml
+++ b/media-sound/shntool/metadata.xml
@@ -8,5 +8,6 @@
   <use>
     <flag name="mac">Add support for Monkey's Audio files</flag>
     <flag name="alac">Add support for Apple Lossless Audio Codec files</flag>
+    <flag name="shorten">Add support for the shorten audio compressor</flag>
   </use>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/shntool/
@ 2019-12-10  0:42 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2019-12-10  0:42 UTC (permalink / raw
  To: gentoo-commits

commit:     7b0952799d22b99ed127c32f374a94a98a5f64b4
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 10 00:41:38 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 00:41:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b095279

media-sound/shntool: Port to EAPI 7

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-sound/shntool/shntool-3.0.10-r1.ebuild | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/media-sound/shntool/shntool-3.0.10-r1.ebuild b/media-sound/shntool/shntool-3.0.10-r1.ebuild
index 69859ce0724..15e78ed3441 100644
--- a/media-sound/shntool/shntool-3.0.10-r1.ebuild
+++ b/media-sound/shntool/shntool-3.0.10-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 DESCRIPTION="A multi-purpose WAVE data processing and reporting utility"
 HOMEPAGE="http://www.etree.org/shnutils/shntool/"
@@ -12,17 +12,21 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="alac flac mac shorten sox wavpack"
 
-RDEPEND="flac? ( media-libs/flac )
-	mac? ( media-sound/mac )
-	sox? ( media-sound/sox )
+RDEPEND="
 	alac? ( media-sound/alac_decoder )
+	flac? ( media-libs/flac )
+	mac? ( media-sound/mac )
 	shorten? ( media-sound/shorten )
+	sox? ( media-sound/sox )
 	wavpack? ( media-sound/wavpack )"
 DEPEND="${RDEPEND}"
 
-DOCS="NEWS README ChangeLog AUTHORS doc/*"
-
 src_configure() {
 	export CONFIG_SHELL=${BASH}  # bug #527310
 	default
 }
+
+src_install() {
+	default
+	dodoc -r doc/.
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/shntool/
@ 2020-07-21 23:15 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2020-07-21 23:15 UTC (permalink / raw
  To: gentoo-commits

commit:     52acf64857fe11b21728b27a7ecfdcaa89298d39
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 21 22:48:34 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Jul 21 23:14:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52acf648

media-sound/shntool: Drop x64-macos re bug #690140

Depends:
- media-sound/sox
 - media-sound/lame
  - dev-lang/nasm
   - dev-perl/Font-TTF

Bug: https://bugs.gentoo.org/690140
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 media-sound/shntool/shntool-3.0.10-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/shntool/shntool-3.0.10-r1.ebuild b/media-sound/shntool/shntool-3.0.10-r1.ebuild
index 15e78ed3441..85c00e64e36 100644
--- a/media-sound/shntool/shntool-3.0.10-r1.ebuild
+++ b/media-sound/shntool/shntool-3.0.10-r1.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
@@ -9,7 +9,7 @@ SRC_URI="http://www.etree.org/shnutils/shntool/dist/src/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="alac flac mac shorten sox wavpack"
 
 RDEPEND="


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

end of thread, other threads:[~2020-07-21 23:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-21 23:15 [gentoo-commits] repo/gentoo:master commit in: media-sound/shntool/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2019-12-10  0:42 David Seifert
2018-11-28  9:58 Michał Górny
2017-12-01 18:06 Fabian Groffen
2017-12-01  9:27 Fabian Groffen

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