public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kwave/
Date: Mon, 26 Jul 2021 18:32:51 +0000 (UTC)	[thread overview]
Message-ID: <1627323595.998bb66448b2a9bcffbd09e98ec641f1256722ce.asturm@gentoo> (raw)

commit:     998bb66448b2a9bcffbd09e98ec641f1256722ce
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 26 17:41:46 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 18:19:55 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=998bb664

kde-apps/kwave: Add missing USE dep on media-libs/flac[cxx]

Reported-by: Toralf Förster <toralf <AT> gentoo.org>
Bug: https://bugs.gentoo.org/804145
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kwave/kwave-21.07.80.ebuild      | 16 ++++++++--------
 kde-apps/kwave/kwave-21.08.49.9999.ebuild | 16 ++++++++--------
 kde-apps/kwave/kwave-9999.ebuild          | 16 ++++++++--------
 3 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/kde-apps/kwave/kwave-21.07.80.ebuild b/kde-apps/kwave/kwave-21.07.80.ebuild
index 1c51a201be..0c7b2af08b 100644
--- a/kde-apps/kwave/kwave-21.07.80.ebuild
+++ b/kde-apps/kwave/kwave-21.07.80.ebuild
@@ -16,13 +16,6 @@ SLOT="5"
 KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE="alsa flac mp3 opus oss pulseaudio +qtmedia vorbis"
 
-BDEPEND="
-	sys-devel/gettext
-	handbook? ( || (
-		gnome-base/librsvg
-		virtual/imagemagick-tools[png,svg]
-	) )
-"
 RDEPEND="
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtwidgets-${QTMIN}:5
@@ -42,7 +35,7 @@ RDEPEND="
 	>=sci-libs/fftw-3
 	media-libs/libsamplerate
 	alsa? ( media-libs/alsa-lib )
-	flac? ( media-libs/flac )
+	flac? ( media-libs/flac[cxx] )
 	mp3? (
 		media-libs/id3lib
 		media-libs/libmad
@@ -66,6 +59,13 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	>=dev-qt/qtconcurrent-${QTMIN}:5
 "
+BDEPEND="
+	sys-devel/gettext
+	handbook? ( || (
+		gnome-base/librsvg
+		virtual/imagemagick-tools[png,svg]
+	) )
+"
 
 DOCS=( AUTHORS CHANGES LICENSES README TODO )
 

diff --git a/kde-apps/kwave/kwave-21.08.49.9999.ebuild b/kde-apps/kwave/kwave-21.08.49.9999.ebuild
index 9dd0a8cc57..a90b04cb5a 100644
--- a/kde-apps/kwave/kwave-21.08.49.9999.ebuild
+++ b/kde-apps/kwave/kwave-21.08.49.9999.ebuild
@@ -16,13 +16,6 @@ SLOT="5"
 KEYWORDS=""
 IUSE="alsa flac mp3 opus oss pulseaudio +qtmedia vorbis"
 
-BDEPEND="
-	sys-devel/gettext
-	handbook? ( || (
-		gnome-base/librsvg
-		virtual/imagemagick-tools[png,svg]
-	) )
-"
 RDEPEND="
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtwidgets-${QTMIN}:5
@@ -42,7 +35,7 @@ RDEPEND="
 	>=sci-libs/fftw-3
 	media-libs/libsamplerate
 	alsa? ( media-libs/alsa-lib )
-	flac? ( media-libs/flac )
+	flac? ( media-libs/flac[cxx] )
 	mp3? (
 		media-libs/id3lib
 		media-libs/libmad
@@ -66,6 +59,13 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	>=dev-qt/qtconcurrent-${QTMIN}:5
 "
+BDEPEND="
+	sys-devel/gettext
+	handbook? ( || (
+		gnome-base/librsvg
+		virtual/imagemagick-tools[png,svg]
+	) )
+"
 
 DOCS=( AUTHORS CHANGES LICENSES README TODO )
 

diff --git a/kde-apps/kwave/kwave-9999.ebuild b/kde-apps/kwave/kwave-9999.ebuild
index dbcd3fb8de..a683bdcb1f 100644
--- a/kde-apps/kwave/kwave-9999.ebuild
+++ b/kde-apps/kwave/kwave-9999.ebuild
@@ -16,13 +16,6 @@ SLOT="5"
 KEYWORDS=""
 IUSE="alsa flac mp3 opus oss pulseaudio +qtmedia vorbis"
 
-BDEPEND="
-	sys-devel/gettext
-	handbook? ( || (
-		gnome-base/librsvg
-		virtual/imagemagick-tools[png,svg]
-	) )
-"
 RDEPEND="
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtwidgets-${QTMIN}:5
@@ -42,7 +35,7 @@ RDEPEND="
 	>=sci-libs/fftw-3
 	media-libs/libsamplerate
 	alsa? ( media-libs/alsa-lib )
-	flac? ( media-libs/flac )
+	flac? ( media-libs/flac[cxx] )
 	mp3? (
 		media-libs/id3lib
 		media-libs/libmad
@@ -66,6 +59,13 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	>=dev-qt/qtconcurrent-${QTMIN}:5
 "
+BDEPEND="
+	sys-devel/gettext
+	handbook? ( || (
+		gnome-base/librsvg
+		virtual/imagemagick-tools[png,svg]
+	) )
+"
 
 DOCS=( AUTHORS CHANGES LICENSES README TODO )
 


             reply	other threads:[~2021-07-26 18:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-26 18:32 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-09 19:25 [gentoo-commits] proj/kde:master commit in: kde-apps/kwave/ Andreas Sturmlechner
2024-02-26 19:59 Andreas Sturmlechner
2022-09-10  8:51 Sam James
2022-07-14 14:51 Andreas Sturmlechner
2020-05-20 19:28 Andreas Sturmlechner
2018-10-23 18:52 Andreas Sturmlechner
2017-08-02 23:22 Andreas Sturmlechner
2017-04-25 23:54 Andreas Sturmlechner
2017-02-12 20:08 Johannes Huber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1627323595.998bb66448b2a9bcffbd09e98ec641f1256722ce.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox