summaryrefslogtreecommitdiff
path: root/media-sound/glmix
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
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'media-sound/glmix')
-rw-r--r--media-sound/glmix/Manifest3
-rw-r--r--media-sound/glmix/glmix-0.3.ebuild36
-rw-r--r--media-sound/glmix/metadata.xml8
3 files changed, 0 insertions, 47 deletions
diff --git a/media-sound/glmix/Manifest b/media-sound/glmix/Manifest
deleted file mode 100644
index 7be72baf3c33..000000000000
--- a/media-sound/glmix/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST glmix-0.3.tar.gz 17500 BLAKE2B 25fc1cf3a1bbdbade37a7996472b59b538a218c0f136204b6b71617ffb93f1182ebbb8be5fade6ca5859d5318c9b0f4168ad84881d23ac14ccd42b1673252d99 SHA512 158136d67f53834c34500ba88f9d4c8c7c6928878497bbf63db127c900b89d649ebed3baee129d597f46c955184efb9d8ff30676e0430968eb4e057fa2e4bb45
-EBUILD glmix-0.3.ebuild 823 BLAKE2B 3cc630a1fbdbe167e58e4149d05542b5108d46f53b26efd0fe2dc9c5650f8897c2ef71a64f424673fb0128b68bd4c76313315f069de986f0e30de2b7c86cdbed SHA512 69552e21f38bbe83a71a8f76759b89b3b77812f86771b9d8f5ac90253a5d11acd38f917127bd2e65e579fa6e80879ce9fd92fb2373f19327ca7eb5a4aa3c4bb7
-MISC metadata.xml 249 BLAKE2B f7f8f071ecba933f3d39b0b60983281d59299b92de9375a60ab4109d7202800cb790bce0c426227f04b3e2624b1adb20876145741355abc6a4938b8b9698d144 SHA512 9a100fb26586365eda99724330a03a512f4d0be18d39c3a195ba02c2fc841edeee99d22512acf5a058a3b978d3a74f4d963a5aff9aa343b6cb4086cdfefe6343
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>