commit:     c9a63a77ffdb30b4e61e559ed67ad89377fbe60f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 22 12:39:12 2026 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 22 13:55:48 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a63a77

media-sound/darkice: drop 1.4-r1

Bug: https://bugs.gentoo.org/969603
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/darkice/Manifest                       |  1 -
 media-sound/darkice/darkice-1.4-r1.ebuild          | 61 ----------------------
 .../darkice/files/darkice-1.3-include.patch        | 26 ---------
 3 files changed, 88 deletions(-)

diff --git a/media-sound/darkice/Manifest b/media-sound/darkice/Manifest
index b9fe1c4b956f..f395a73259dc 100644
--- a/media-sound/darkice/Manifest
+++ b/media-sound/darkice/Manifest
@@ -1,2 +1 @@
-DIST darkice-1.4.tar.gz 364782 BLAKE2B 
6097ddc022c4ac8dfba2deea2b6ab6e6ad86e49cc542d573572643faf6091a2ed2996f0e5c24045c22a60e972e4222c2ecd80342b2641fae52610778b9775aee
 SHA512 
708ab08a45e216dce350f6cd36374e10d4606f77f0cde4dfbf35675d9d0778fb7a013b49fd62d713039d5fcfb9e7d66e6b7ae14acf1e5f142685eecdf7a865bc
 DIST darkice-1.6.tar.gz 5565194 BLAKE2B 
285bb4a07682bce7b57925d5ab1d18e5b231417590e283da062ac13a00c19e782a2910316f8fd0d077e87df22b2cebf952d9980c09ecff8c0da4416b777e3e02
 SHA512 
efa66041850307a36c6a76000e62644ceba97b7ec7a0b4329c59a975fbf4ef617f961b7a7c0e5dc67b8c0f1d3b5baf03ae61202dedb4c55efe68662194acb112

diff --git a/media-sound/darkice/darkice-1.4-r1.ebuild 
b/media-sound/darkice/darkice-1.4-r1.ebuild
deleted file mode 100644
index 2e1534ce236f..000000000000
--- a/media-sound/darkice/darkice-1.4-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic
-
-DESCRIPTION="A live audio streamer"
-HOMEPAGE="http://www.darkice.org/";
-SRC_URI="https://github.com/rafael2k/${PN}/releases/download/v${PV}/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~sparc x86"
-IUSE="aac alsa debug jack libsamplerate mp3 opus pulseaudio twolame vorbis"
-
-RDEPEND="aac? ( media-libs/faac )
-       alsa? ( media-libs/alsa-lib )
-       jack? ( virtual/jack )
-       libsamplerate? ( media-libs/libsamplerate )
-       mp3? ( media-sound/lame )
-       opus? ( media-libs/opus )
-       pulseaudio? ( media-libs/libpulse )
-       twolame? ( media-sound/twolame )
-       vorbis? ( media-libs/libvorbis )"
-DEPEND="${RDEPEND}"
-
-REQUIRED_USE="|| ( aac mp3 opus twolame vorbis )
-               || ( alsa jack pulseaudio )"
-
-DOCS=( AUTHORS ChangeLog FAQ NEWS README TODO )
-
-PATCHES=(
-       "${FILESDIR}/${PN}-1.3-include.patch"
-)
-
-src_configure() {
-       # bug #787161
-       append-cxxflags -std=c++14
-
-       local myeconfargs=(
-               $(use_enable debug)
-               $(use_with aac faac)
-               --without-aacplus
-               $(use_with alsa)
-               $(use_with jack)
-               $(use_with libsamplerate samplerate)
-               $(use_with mp3 lame)
-               $(use_with opus)
-               $(use_with pulseaudio)
-               $(use_with twolame)
-               $(use_with vorbis)
-       )
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-
-       einstalldocs
-}

diff --git a/media-sound/darkice/files/darkice-1.3-include.patch 
b/media-sound/darkice/files/darkice-1.3-include.patch
deleted file mode 100644
index dd2e135e8782..000000000000
--- a/media-sound/darkice/files/darkice-1.3-include.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/src/FaacEncoder.cpp b/src/FaacEncoder.cpp
-index 873c560..3f7dc75 100644
---- a/src/FaacEncoder.cpp
-+++ b/src/FaacEncoder.cpp
-@@ -36,7 +36,7 @@
- // compile the whole file only if faac support configured in
- #ifdef HAVE_FAAC_LIB
- 
--
-+#include <string.h>
- 
- #include "Exception.h"
- #include "Util.h"
-diff --git a/src/aacPlusEncoder.cpp b/src/aacPlusEncoder.cpp
-index 70831b6..1f2ec20 100644
---- a/src/aacPlusEncoder.cpp
-+++ b/src/aacPlusEncoder.cpp
-@@ -36,7 +36,7 @@
- // compile the whole file only if aacplus support configured in
- #ifdef HAVE_AACPLUS_LIB
- 
--
-+#include <string.h>
- 
- #include "Exception.h"
- #include "Util.h"

Reply via email to