summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-02-20 18:49:31 +0100
committerPacho Ramos <pacho@gentoo.org>2016-02-20 18:51:06 +0100
commit760e17fcbac1b8c04a96ab08306dbcc644131dfb (patch)
treee89f1b472226b0439a5a08e98af7fca11f0e892c /media-sound
parentsys-fs/pytagsfs: distutils-r1 + EAPI 5 (diff)
downloadgentoo-760e17fcbac1b8c04a96ab08306dbcc644131dfb.tar.gz
gentoo-760e17fcbac1b8c04a96ab08306dbcc644131dfb.tar.bz2
gentoo-760e17fcbac1b8c04a96ab08306dbcc644131dfb.zip
Remove masked for removal packages
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/freewheeling/Manifest1
-rw-r--r--media-sound/freewheeling/freewheeling-0.6.ebuild59
-rw-r--r--media-sound/freewheeling/metadata.xml14
-rw-r--r--media-sound/giada/Manifest1
-rw-r--r--media-sound/giada/files/giada-0.5.4-flags.patch10
-rw-r--r--media-sound/giada/files/giada-0.5.8-configure.patch50
-rw-r--r--media-sound/giada/giada-0.7.0.ebuild43
-rw-r--r--media-sound/giada/metadata.xml8
-rw-r--r--media-sound/gqmpeg/Manifest1
-rw-r--r--media-sound/gqmpeg/files/gqmpeg-0.91.1-libpng15.patch11
-rw-r--r--media-sound/gqmpeg/gqmpeg-0.91.1.ebuild36
-rw-r--r--media-sound/gqmpeg/metadata.xml11
-rw-r--r--media-sound/shell-fm/Manifest1
-rw-r--r--media-sound/shell-fm/files/shell-fm-0.8-doublefree.patch24
-rw-r--r--media-sound/shell-fm/metadata.xml16
-rw-r--r--media-sound/shell-fm/shell-fm-0.8-r1.ebuild43
16 files changed, 0 insertions, 329 deletions
diff --git a/media-sound/freewheeling/Manifest b/media-sound/freewheeling/Manifest
deleted file mode 100644
index 3bb3e764e76f..000000000000
--- a/media-sound/freewheeling/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fweelin-0.6-src.tar.bz2 474220 SHA256 6aead7b32866d174c5b49a2215a5f864f3e1d9042623670fae2b6ec9dfbcc6ab SHA512 2bcb4d75a772305d8993af550838082275d07735bbc9f7a8228ec51134525c1290af7c573e78f3bf3d6d992e619bbb1934298a820bd1fc5318385037260d477a WHIRLPOOL 54a77bff8de4269b6953e277adb8e6ee9cc621059ed9fdb06ba7c4d4f0186f9669e2d1a1b45fe4ccc5fc83e790f6297c899614ed0fb26b290b043d72544cec91
diff --git a/media-sound/freewheeling/freewheeling-0.6.ebuild b/media-sound/freewheeling/freewheeling-0.6.ebuild
deleted file mode 100644
index 5287b1cce2f3..000000000000
--- a/media-sound/freewheeling/freewheeling-0.6.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-inherit autotools multilib
-
-MY_P=fweelin-${PV/_}
-
-DESCRIPTION="A live looping instrument using SDL and jack"
-HOMEPAGE="http://freewheeling.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="fluidsynth"
-
-RDEPEND="dev-libs/libxml2
- media-libs/alsa-lib
- media-libs/freetype:2
- media-libs/libvorbis
- media-libs/libsdl[sound,video,joystick]
- media-libs/libsndfile
- media-libs/sdl-gfx
- media-libs/sdl-ttf
- media-sound/jack-audio-connection-kit
- net-libs/gnutls
- x11-libs/libX11
- fluidsynth? ( media-sound/fluidsynth )"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- sed -i -e 's:-L/usr/X11R6/lib::' configure.ac || die
-
- sed -i \
- -e '/CFLAGS/s:-g::' \
- -e '/CFLAGS/s:-funroll-loops.*::' \
- -e "s:local/lib/jack:$(get_libdir)/jack:" \
- src/Makefile.am || die
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable fluidsynth) \
- --disable-dependency-tracking
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README THANKS TUNING
-
- docinto examples
- dodoc examples/*
-}
diff --git a/media-sound/freewheeling/metadata.xml b/media-sound/freewheeling/metadata.xml
deleted file mode 100644
index 101e43ae94e6..000000000000
--- a/media-sound/freewheeling/metadata.xml
+++ /dev/null
@@ -1,14 +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>
- <use>
- <flag name="fluidsynth">compile with support for fluidsynth</flag>
- </use>
- <upstream>
- <remote-id type="sourceforge">freewheeling</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-sound/giada/Manifest b/media-sound/giada/Manifest
deleted file mode 100644
index 8c778981d6a5..000000000000
--- a/media-sound/giada/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST giada-0.7.0.tar.gz 200738 SHA256 493b9d7d8055ac617ef08816a44ba584c1dd429c3c01ca52877cc8163e9f3c15 SHA512 72bea7b2cced2a2ce7fe5705e0c3eea912fa58c561be8e3ae92dafb08ef7d4cedefea268ce4c71dfca1140c7e70a9bd6f5dd12b2991a8a8321d76e44bc9192d2 WHIRLPOOL 7d2aa21bb157eb9f8d1fc46b21fa02982ca6a0415b083cce2907c05fccc8e0a787ca401dcf1a3b3f3ab4624512eb622d15635566a62dbb4c62f4a444e61c58dc
diff --git a/media-sound/giada/files/giada-0.5.4-flags.patch b/media-sound/giada/files/giada-0.5.4-flags.patch
deleted file mode 100644
index 17e013ccd2fe..000000000000
--- a/media-sound/giada/files/giada-0.5.4-flags.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- giada-0.5.4/src/Makefile.am
-+++ giada-0.5.4/src/Makefile.am
-@@ -1,6 +1,6 @@
- AUTOMAKE_OPTIONS = foreign
-
--AM_CXXFLAGS = -Wall -pedantic -Werror
-+AM_CXXFLAGS = -Wall -pedantic
-
- # aeffect.h (header from VST SDK) uses 'long long' which is not supported
- # in ISO C++ 1998 and -Werror flag breaks the compilation.
diff --git a/media-sound/giada/files/giada-0.5.8-configure.patch b/media-sound/giada/files/giada-0.5.8-configure.patch
deleted file mode 100644
index c92ce0a1cc1b..000000000000
--- a/media-sound/giada/files/giada-0.5.8-configure.patch
+++ /dev/null
@@ -1,50 +0,0 @@
---- giada-0.5.8/configure.ac
-+++ giada-0.5.8/configure.ac
-@@ -52,6 +52,27 @@
- [AC_DEFINE(WITH_VST)]
- )
-
-+AC_ARG_ENABLE(
-+ alsa,
-+ AS_HELP_STRING([--disable-alsa], [disable alsa support]),
-+ [AC_DEFINE(WITH_ALSA)]
-+)
-+AM_CONDITIONAL(ALSA, test "x$enable_alsa" = "xtrue")
-+
-+AC_ARG_ENABLE(
-+ jack,
-+ AS_HELP_STRING([--enable-jack], [enable jack support]),
-+ [AC_DEFINE(WITH_JACK)]
-+)
-+AM_CONDITIONAL(JACK, test "x$enable_jack" = "xtrue")
-+
-+AC_ARG_ENABLE(
-+ pulse,
-+ AS_HELP_STRING([--enable-pulse], [enable pulseaudio support]),
-+ [AC_DEFINE(WITH_PULSE)]
-+)
-+AM_CONDITIONAL(PULSE, test "x$enable_pulse" = "xtrue")
-+
- # ----------------------------------------------------------------------
-
- # Checks for programs.
---- giada-0.5.8/src/Makefile.am
-+++ giada-0.5.8/src/Makefile.am
-@@ -39,7 +39,16 @@
- # inside configure.ac
- if LINUX
- giada_LDADD = -lsndfile -lfltk -lXext -lX11 -lXft -lXpm -lm -lrtaudio \
-- -ljack -lasound -lpthread -ldl -lpulse-simple -lsamplerate
-+ -lpthread -ldl -lsamplerate
-+if ALSA
-+giada_LDADD += -lasound
-+endif
-+if JACK
-+giada_LDADD += -ljack
-+endif
-+if PULSE
-+giada_LDADD += -lpulse-simple
-+endif
- endif
- if WINDOWS
- giada_LDADD = -lole32 -lrtaudio -ldsound -lwinmm -lwsock32 -lm \
diff --git a/media-sound/giada/giada-0.7.0.ebuild b/media-sound/giada/giada-0.7.0.ebuild
deleted file mode 100644
index 867557fb1a41..000000000000
--- a/media-sound/giada/giada-0.7.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit flag-o-matic eutils autotools
-
-DESCRIPTION="A free, minimal, hardcore audio tool for DJs and live performers"
-HOMEPAGE="http://www.giadamusic.com/"
-SRC_URI="http://www.giadamusic.com/download-action.php?os=source&version=${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+alsa jack pulseaudio"
-REQUIRED_USE="|| ( alsa jack pulseaudio )"
-
-RDEPEND="media-libs/libsndfile
- >=media-libs/libsamplerate-0.1.8
- media-libs/rtaudio[alsa?,jack?,pulseaudio?]
- x11-libs/fltk:1
- x11-libs/libXpm"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${P}-src
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.5.4-flags.patch
- epatch "${FILESDIR}"/${PN}-0.5.8-configure.patch
- eautoreconf
-}
-
-src_configure() {
- append-cppflags $(fltk-config --cflags)
- append-ldflags $(fltk-config --ldflags)
-
- econf \
- --target=linux \
- $(use_enable alsa) \
- $(use_enable jack) \
- $(use_enable pulseaudio pulse)
-}
diff --git a/media-sound/giada/metadata.xml b/media-sound/giada/metadata.xml
deleted file mode 100644
index f79bb67acbd9..000000000000
--- a/media-sound/giada/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>proaudio@gentoo.org</email>
- <name>Gentoo ProAudio Project</name>
-</maintainer>
-</pkgmetadata>
diff --git a/media-sound/gqmpeg/Manifest b/media-sound/gqmpeg/Manifest
deleted file mode 100644
index e1dcf4568b93..000000000000
--- a/media-sound/gqmpeg/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gqmpeg-0.91.1.tar.gz 1078478 SHA256 78502bf9b9119c9d4495a640e7467c67aa992b30d8b5b2a51c1db86ada045df5 SHA512 48bddd4a32a80b4a811ebb049c4b8d41bf8bf25bf4faf200558b9c259c3e781250872ccfe3981cf1bc21571418afdccc31f8f77f02b10f02717272c474431b54 WHIRLPOOL e89332930095fc015a96f5d594108ae81094c7a171808ee167fd7d435de8399c7c716773b6ac8ef312a5910363de116f0cec1a7613d0f67a561a4729312485d7
diff --git a/media-sound/gqmpeg/files/gqmpeg-0.91.1-libpng15.patch b/media-sound/gqmpeg/files/gqmpeg-0.91.1-libpng15.patch
deleted file mode 100644
index f89565b30e10..000000000000
--- a/media-sound/gqmpeg/files/gqmpeg-0.91.1-libpng15.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/ui_pixbuf_save.c
-+++ src/ui_pixbuf_save.c
-@@ -86,7 +86,7 @@ gboolean pixbuf_to_file_as_png (GdkPixbu
- return FALSE;
- }
-
-- if (setjmp (png_ptr->jmpbuf))
-+ if (setjmp (png_jmpbuf(png_ptr)))
- {
- png_destroy_write_struct (&png_ptr, &info_ptr);
- fclose (handle);
diff --git a/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild b/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild
deleted file mode 100644
index d8dd5d11ebd6..000000000000
--- a/media-sound/gqmpeg/gqmpeg-0.91.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils
-
-DESCRIPTION="front end to various audio players, including mpg123"
-HOMEPAGE="http://gqmpeg.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="nls"
-
-RDEPEND="x11-libs/gtk+:2
- media-sound/vorbis-tools
- media-sound/mpg123
- >=media-libs/libpng-1.4"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-libpng15.patch
-}
-
-src_configure() {
- econf $(use_enable nls)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog FAQ NEWS README SKIN-SPECS* TODO
-}
diff --git a/media-sound/gqmpeg/metadata.xml b/media-sound/gqmpeg/metadata.xml
deleted file mode 100644
index 6a93394c2459..000000000000
--- a/media-sound/gqmpeg/metadata.xml
+++ /dev/null
@@ -1,11 +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>
- <upstream>
- <remote-id type="sourceforge">gqmpeg</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-sound/shell-fm/Manifest b/media-sound/shell-fm/Manifest
deleted file mode 100644
index 5d88dcf3dbf8..000000000000
--- a/media-sound/shell-fm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST shell-fm-0.8.tar.gz 54303 SHA256 b6d5b754c6ea0285c060f4989de730101dd6a172bb075a2a04b4649be33a06a3 SHA512 135fa6630d3cda0dbdcd502772fbafa1a0f81048dffeaa8299abe75d009108f3f139af712a5be911314628c2f108e6eb094e078d2429bf231cbb28c15b271501 WHIRLPOOL d2e7ce88ff39696d8d3931e9a3b2a7a175368466ebc13c4e04ed4e9e194fe87d7ec35cbb0534d57743d7ed7c69a85652d511ed779147991bf86250512e9f1596
diff --git a/media-sound/shell-fm/files/shell-fm-0.8-doublefree.patch b/media-sound/shell-fm/files/shell-fm-0.8-doublefree.patch
deleted file mode 100644
index 5054ee1ad024..000000000000
--- a/media-sound/shell-fm/files/shell-fm-0.8-doublefree.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Fix double free crash: http://bugs.gentoo.org/392413
-
---- source/sckif.c
-+++ source/sckif.c
-@@ -39,6 +39,8 @@
-
- #include "split.h"
-
-+#include "ropen.h" /* fshutdown */
-+
- struct hash track;
-
- static int stcpsck = -1, sunixsck = -1;
-@@ -191,9 +193,7 @@
-
- if(disconnect) {
- debug("removing client\n");
-- shutdown(SHUT_RDWR, client_socket);
-- close(client_socket);
-- fclose(fd);
-+ fshutdown(& fd);
-
- remove_handle(client_socket);
- }
diff --git a/media-sound/shell-fm/metadata.xml b/media-sound/shell-fm/metadata.xml
deleted file mode 100644
index 33f8eac16592..000000000000
--- a/media-sound/shell-fm/metadata.xml
+++ /dev/null
@@ -1,16 +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>
- <longdescription lang="en">
- Shell.FM is a lightweight console based player for Last.FM radio
- streams. It's written mainly for Linux, but should be able to run on any
- UNIX based system (even Mac OS X) with some minor tweaks.
- </longdescription>
- <upstream>
- <remote-id type="github">jkramer/shell-fm</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-sound/shell-fm/shell-fm-0.8-r1.ebuild b/media-sound/shell-fm/shell-fm-0.8-r1.ebuild
deleted file mode 100644
index 76cd0962ebeb..000000000000
--- a/media-sound/shell-fm/shell-fm-0.8-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit flag-o-matic toolchain-funcs eutils
-
-DESCRIPTION="A lightweight console based player for Last.FM radio streams"
-HOMEPAGE="http://nex.scrapping.cc/shell-fm/"
-SRC_URI="https://github.com/jkramer/${PN}/tarball/v${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
-IUSE=""
-
-RDEPEND="media-libs/libao
- media-libs/libmad
- media-libs/taglib"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-apps/sed"
-
-src_unpack() {
- unpack ${A}
- mv *-${PN}-* "${S}"
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-doublefree.patch #392413
-
- sed -i -e 's:-Os::' source/Makefile || die
-
- tc-export CC AR
- use ppc && append-flags -DWORDS_BIGENDIAN=1
-}
-
-src_install() {
- dobin source/${PN}
- doman manual/${PN}.1
- exeinto /usr/share/${PN}/scripts
- doexe scripts/{*.sh,*.pl,zcontrol}
-}