summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-19 13:33:49 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-19 13:35:11 +0100
commit14de29d23842717dc27ab8a03884b127672a12ea (patch)
treea68443988c29dd47da8c704d123ba309d3b52929 /media-sound/glmix
parentapp-arch/file-roller: Fix compiling against GCC 10 (diff)
downloadgentoo-14de29d23842717dc27ab8a03884b127672a12ea.tar.gz
gentoo-14de29d23842717dc27ab8a03884b127672a12ea.tar.bz2
gentoo-14de29d23842717dc27ab8a03884b127672a12ea.zip
media-sound/glmix: Remove last-rited package
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/glmix')
-rw-r--r--media-sound/glmix/Manifest1
-rw-r--r--media-sound/glmix/glmix-0.3.ebuild36
-rw-r--r--media-sound/glmix/metadata.xml8
3 files changed, 0 insertions, 45 deletions
diff --git a/media-sound/glmix/Manifest b/media-sound/glmix/Manifest
deleted file mode 100644
index 072490b4df66..000000000000
--- a/media-sound/glmix/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST glmix-0.3.tar.gz 17500 BLAKE2B 25fc1cf3a1bbdbade37a7996472b59b538a218c0f136204b6b71617ffb93f1182ebbb8be5fade6ca5859d5318c9b0f4168ad84881d23ac14ccd42b1673252d99 SHA512 158136d67f53834c34500ba88f9d4c8c7c6928878497bbf63db127c900b89d649ebed3baee129d597f46c955184efb9d8ff30676e0430968eb4e057fa2e4bb45
diff --git a/media-sound/glmix/glmix-0.3.ebuild b/media-sound/glmix/glmix-0.3.ebuild
deleted file mode 100644
index e25af6abda64..000000000000
--- a/media-sound/glmix/glmix-0.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop toolchain-funcs
-
-DESCRIPTION="3D widget for mixing up to eight JACK audio streams down to stereo"
-HOMEPAGE="https://devel.tlrmx.org/audio"
-SRC_URI="https://devel.tlrmx.org/audio/source/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-KEYWORDS="amd64 ~ppc sparc x86"
-
-RDEPEND="
- media-sound/jack-audio-connection-kit
- x11-libs/gtk+:2
- >=x11-libs/gtkglext-1
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_compile() {
- local libs="gtk+-2.0 gtkglext-1.0 jack pango"
- emake CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS} $(pkg-config --cflags ${libs})" \
- LDFLAGS="-lm ${LDFLAGS} $(pkg-config --libs ${libs})"
-}
-
-src_install() {
- dobin ${PN}
- dodoc README TODO
- make_desktop_entry ${PN} "GL Mixer"
-}
diff --git a/media-sound/glmix/metadata.xml b/media-sound/glmix/metadata.xml
deleted file mode 100644
index c870d0eef0ab..000000000000
--- a/media-sound/glmix/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>sound@gentoo.org</email>
- <name>Gentoo Sound project</name>
-</maintainer>
-</pkgmetadata>