summaryrefslogtreecommitdiff
path: root/media-sound/glmix/glmix-0.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
commitceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch)
tree9f47ee47c31a0f13f9496879cd88a1042550aa81 /media-sound/glmix/glmix-0.3.ebuild
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'media-sound/glmix/glmix-0.3.ebuild')
-rw-r--r--media-sound/glmix/glmix-0.3.ebuild36
1 files changed, 0 insertions, 36 deletions
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"
-}