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] repo/gentoo:master commit in: kde-apps/kwave/
Date: Thu,  1 Aug 2024 16:23:54 +0000 (UTC)	[thread overview]
Message-ID: <1722526143.d604d9b43c9d2a73c10fba05d9a04fb8f06f21d1.asturm@gentoo> (raw)

commit:     d604d9b43c9d2a73c10fba05d9a04fb8f06f21d1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  1 15:00:32 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 15:29:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d604d9b4

kde-apps/kwave: drop 24.05.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kwave/Manifest             |  1 -
 kde-apps/kwave/kwave-24.05.1.ebuild | 87 -------------------------------------
 2 files changed, 88 deletions(-)

diff --git a/kde-apps/kwave/Manifest b/kde-apps/kwave/Manifest
index e867ba3eeb56..422fe06930a6 100644
--- a/kde-apps/kwave/Manifest
+++ b/kde-apps/kwave/Manifest
@@ -1,2 +1 @@
-DIST kwave-24.05.1.tar.xz 6551780 BLAKE2B ab1fc2483b2386880b05ada836b41650bcb4a86143b29abdb47a4aaf59cbe90fd82912200d28458babea660240d6bbc9b1633465384d8754645eb80ba0eb442b SHA512 16c15705eb7ae60648897166d7de9b10b075dec65cea735ce89ac32899dfedf92e43158e3a496674f66c84ca1fcd138800825387675e76242388d32e17b82931
 DIST kwave-24.05.2.tar.xz 6551248 BLAKE2B 99756a6e6c8262269c6b72d33a1a54902752568b9039644791ddd44b792adf2d58eb3875982a4b2dce3b1bedce1a9969a42d1f144a86bd672930710f53872d43 SHA512 87c4696116e74cccf6cafbd3daf823927dd7bbb07f8fea27c76eca813decf1da9db9c05b0cfef25b1eb45b1f15fce5262438ab526eb46e47d8784bab7af12144

diff --git a/kde-apps/kwave/kwave-24.05.1.ebuild b/kde-apps/kwave/kwave-24.05.1.ebuild
deleted file mode 100644
index a9612ce2f669..000000000000
--- a/kde-apps/kwave/kwave-24.05.1.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.115.0
-QTMIN=5.15.12
-inherit ecm gear.kde.org
-
-DESCRIPTION="Sound editor built on KDE Frameworks 5 that can edit many types of audio files"
-HOMEPAGE="https://apps.kde.org/kwave/"
-
-LICENSE="CC-BY-SA-3.0 CC0-1.0 GPL-2+ LGPL-2+ handbook? ( FDL-1.2 ) opus? ( BSD-2 )"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
-IUSE="alsa flac mp3 opus oss pulseaudio +qtmedia vorbis"
-
-RDEPEND="
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kcrash-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	media-libs/audiofile:=
-	>=sci-libs/fftw-3:=
-	media-libs/libsamplerate
-	alsa? ( media-libs/alsa-lib )
-	flac? ( media-libs/flac:=[cxx] )
-	mp3? (
-		media-libs/id3lib
-		media-libs/libmad
-		|| (
-			media-sound/lame
-			media-sound/toolame
-			media-sound/twolame
-		)
-	)
-	qtmedia? ( >=dev-qt/qtmultimedia-${QTMIN}:5 )
-	opus? (
-		media-libs/libogg
-		media-libs/opus
-	)
-	pulseaudio? ( media-libs/libpulse )
-	vorbis? (
-		media-libs/libogg
-		media-libs/libvorbis
-	)
-"
-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 )
-
-src_configure() {
-	local mycmakeargs=(
-		-DDEBUG=$(usex debug)
-		-DWITH_ALSA=$(usex alsa)
-		-DWITH_DOC=$(usex handbook)
-		-DWITH_FLAC=$(usex flac)
-		-DWITH_MP3=$(usex mp3)
-		-DWITH_OGG_VORBIS=$(usex vorbis)
-		-DWITH_OGG_OPUS=$(usex opus)
-		-DWITH_OSS=$(usex oss)
-		-DWITH_PULSEAUDIO=$(usex pulseaudio)
-		-DWITH_QT_AUDIO=$(usex qtmedia)
-	)
-
-	ecm_src_configure
-}


             reply	other threads:[~2024-08-01 16:23 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-01 16:23 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-27 21:21 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kwave/ Andreas Sturmlechner
2025-03-31 15:46 Andreas Sturmlechner
2025-03-27  7:21 Arthur Zamarin
2025-03-07 16:59 Arthur Zamarin
2025-02-24 20:55 Andreas Sturmlechner
2025-02-04 17:54 Sam James
2025-01-30 17:19 Andreas Sturmlechner
2025-01-30  9:29 Arthur Zamarin
2025-01-30  9:29 Arthur Zamarin
2025-01-05 19:08 Sam James
2024-11-21 13:47 Jakov Smolić
2024-10-05  7:07 Michał Górny
2024-07-14  5:59 Arthur Zamarin
2024-07-13 22:44 Sam James
2024-06-17 18:49 Andreas Sturmlechner
2024-06-17  5:54 Arthur Zamarin
2024-06-17  5:19 Arthur Zamarin
2024-04-25 20:41 Andreas Sturmlechner
2024-04-23  6:33 Arthur Zamarin
2024-04-23  6:25 Arthur Zamarin
2024-04-23  5:26 Arthur Zamarin
2022-07-14 20:32 Andreas Sturmlechner
2021-07-26 18:13 Andreas Sturmlechner
2020-10-16 17:46 Georgy Yakovlev
2019-03-02 23:28 Andreas Sturmlechner
2017-08-02 23:22 Andreas Sturmlechner
2017-05-07 15:41 Andreas Sturmlechner
2017-04-17 14:24 Johannes Huber
2016-11-26 16:46 Michael Palimaka

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=1722526143.d604d9b43c9d2a73c10fba05d9a04fb8f06f21d1.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