summaryrefslogtreecommitdiff
path: root/media-sound/streamripper
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-06-15 11:57:34 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-06-15 11:57:34 +0000
commit138976658758b93a17ac984aac6795c177573feb (patch)
treeccccdb7860e7b10226276be4d0dfe9cfea6227b0 /media-sound/streamripper
parentcc19539547f0583125398ff68f966c500ac6b230 (diff)
downloadbaldeagleos-repo-138976658758b93a17ac984aac6795c177573feb.tar.gz
baldeagleos-repo-138976658758b93a17ac984aac6795c177573feb.tar.xz
baldeagleos-repo-138976658758b93a17ac984aac6795c177573feb.zip
Adding metadata
Diffstat (limited to 'media-sound/streamripper')
-rw-r--r--media-sound/streamripper/streamripper-1.64.6.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/media-sound/streamripper/streamripper-1.64.6.ebuild b/media-sound/streamripper/streamripper-1.64.6.ebuild
deleted file mode 100644
index 72dbeb087df7..000000000000
--- a/media-sound/streamripper/streamripper-1.64.6.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Extracts and records individual MP3 file tracks from shoutcast streams"
-HOMEPAGE="https://streamripper.sourceforge.net"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="vorbis"
-
-RDEPEND="
- media-libs/libmad
- media-libs/faad2
- >=dev-libs/glib-2.16
- vorbis? ( media-libs/libvorbis )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${P}-fix-autotools.patch )
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- --without-included-libmad \
- --without-included-argv \
- $(use_with vorbis ogg)
-}
-
-src_install() {
- default
- dodoc parse_rules.txt
-}