diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-02-20 19:31:32 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-02-20 19:31:32 +0100 |
commit | 031ceb4bc4a53dca5c20906459ff08b8c48f7c5e (patch) | |
tree | ee1b081d58989215ab12530f6cd38e58277a1649 /media-sound | |
parent | Remove masked for removal packages (diff) | |
download | gentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.tar.gz gentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.tar.bz2 gentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.zip |
Remove masked for removal packages
Diffstat (limited to 'media-sound')
23 files changed, 0 insertions, 881 deletions
diff --git a/media-sound/mimd/Manifest b/media-sound/mimd/Manifest deleted file mode 100644 index 79e04b9612c3..000000000000 --- a/media-sound/mimd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mimd-0.30.1.tar.bz2 16853 SHA256 c1ee0c19163b412dede0cf7d302050931498f2d34fe2e1e9c580d609c8c91924 SHA512 7a166e4672ca0619fed49f7505e232b15e94092d0371b477ec60b13c1202e334aade297f915784cf0ff742e44cf9eb1b47d641d8c18b4e4474a4c739b0b9568a WHIRLPOOL 78b009367dec3e90c14b840bb8f80eba563cae0df3b2784dae7ea903d706d5424b6a5e1e1c13263477ee13b9f1a15072e55590d30660432f6d56e35bdd04fb19 diff --git a/media-sound/mimd/files/mimd-0.30.1+live-2006.12.08.patch b/media-sound/mimd/files/mimd-0.30.1+live-2006.12.08.patch deleted file mode 100644 index 96b94095e349..000000000000 --- a/media-sound/mimd/files/mimd-0.30.1+live-2006.12.08.patch +++ /dev/null @@ -1,29 +0,0 @@ -Index: mimd-0.30.1/Makefile.in -=================================================================== ---- mimd-0.30.1.orig/Makefile.in -+++ mimd-0.30.1/Makefile.in -@@ -1,10 +1,12 @@ - LIVEDIR=@LIVEDIR@ --XERCESDIR=@XERCESDIR@ -+#XERCESDIR=@XERCESDIR@ -+XERCESDIR=/usr - PREFIX=@PREFIX@ - --CXXFLAGS += -I$(LIVEDIR)/BasicUsageEnvironment/include -I$(LIVEDIR)/groupsock/include -I$(LIVEDIR)/liveMedia/include -I$(LIVEDIR)/UsageEnvironment/include -I$(XERCESDIR)/include -Isrc/include -DVERSION="0301" -+#CXXFLAGS += -I$(LIVEDIR)/BasicUsageEnvironment/include -I$(LIVEDIR)/groupsock/include -I$(LIVEDIR)/liveMedia/include -I$(LIVEDIR)/UsageEnvironment/include -I$(XERCESDIR)/include -Isrc/include -DVERSION="0301" -+CPPFLAGS += -I/usr/include/BasicUsageEnvironment -I/usr/include/groupsock -I/usr/include/liveMedia -I/usr/include/UsageEnvironment -Isrc/include -DVERSION="0301" - --LDFLAGS=-L$(LIVEDIR)/BasicUsageEnvironment -L$(LIVEDIR)/groupsock -L$(LIVEDIR)/liveMedia -L$(LIVEDIR)/UsageEnvironment -L$(XERCESDIR)/lib -+#LDFLAGS=-L$(LIVEDIR)/BasicUsageEnvironment -L$(LIVEDIR)/groupsock -L$(LIVEDIR)/liveMedia -L$(LIVEDIR)/UsageEnvironment -L$(XERCESDIR)/lib - - LDLIBS=-lxerces-c -lUsageEnvironment -lBasicUsageEnvironment -lgroupsock -lliveMedia -lpthread - -@@ -32,7 +34,7 @@ OBJS= src/MediaStreamer.o\ - src/parser.o - - mimd: $(OBJS) -- g++ -o mimd $(LDFLAGS) $(OBJS) $(LDLIBS) -+ $(CXX) -o mimd $(LDFLAGS) $(OBJS) $(LDLIBS) - - install: mimd - mkdir -p $(PREFIX)/doc $(PREFIX)/etc $(PREFIX)/bin $(PREFIX)/man/man1 > /dev/null diff --git a/media-sound/mimd/files/mimd-0.30.1-fortify_sources.patch b/media-sound/mimd/files/mimd-0.30.1-fortify_sources.patch deleted file mode 100644 index 74a1e76560b1..000000000000 --- a/media-sound/mimd/files/mimd-0.30.1-fortify_sources.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur mimd-0.30.1.orig/src/parser.cpp mimd-0.30.1/src/parser.cpp ---- mimd-0.30.1.orig/src/parser.cpp 2003-07-10 21:35:52.000000000 +0300 -+++ mimd-0.30.1/src/parser.cpp 2009-06-06 19:49:56.000000000 +0300 -@@ -37,7 +37,7 @@ - int fd; - - // Check to see if we can make a scratch file in the directory -- if((fd=open(tf.c_str(), O_RDWR|O_CREAT|O_TRUNC)) == -1) -+ if((fd=open(tf.c_str(), O_RDWR|O_CREAT|O_TRUNC, S_IRUSR|S_IWUSR)) == -1) - return false; - - // Close and delete the test file diff --git a/media-sound/mimd/metadata.xml b/media-sound/mimd/metadata.xml deleted file mode 100644 index c870d0eef0ab..000000000000 --- a/media-sound/mimd/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> diff --git a/media-sound/mimd/mimd-0.30.1.ebuild b/media-sound/mimd/mimd-0.30.1.ebuild deleted file mode 100644 index ca7a3efe069b..000000000000 --- a/media-sound/mimd/mimd-0.30.1.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 eutils - -DESCRIPTION="Multicast streaming server for MPEG1/2 and MP3 files" -HOMEPAGE="http://darkwing.uoregon.edu/~tkay/mim.html" -SRC_URI="http://darkwing.uoregon.edu/~tkay/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc" -IUSE="" - -RDEPEND=">=media-plugins/live-2006.12.08 - dev-libs/xerces-c" -DEPEND="${RDEPEND} - dev-lang/perl" - -src_prepare() { - epatch "${FILESDIR}"/${P}+live-2006.12.08.patch \ - "${FILESDIR}"/${P}-fortify_sources.patch - cp -f Makefile.in Makefile -} - -src_configure() { :; } - -src_compile() { - emake || die "emake failed" -} - -src_install() { - dobin mimd || die "dobin failed" - dodoc doc/mimd.pod - - if [ -x /usr/bin/pod2html ]; then - pod2html < doc/mimd.pod > doc/mimd.html - dohtml doc/mimd.html - fi - - if [ -x /usr/bin/pod2man ]; then - pod2man < doc/mimd.pod > doc/mimd.1 - doman doc/mimd.1 - fi - - insinto /usr/share/mimd - doins etc/mimd.dtd etc/sample.xml -} - -pkg_postinst() { - elog "Please read the documentation (mimd.html or man mimd) for " - elog "instructions on configuring mimd. The DTD for the configuration " - elog "files is in /usr/share/mimd/mimd.dtd, along with a sample " - elog "configuration file (/usr/share/mimd/sample.xml)." - ewarn "NOTE: You must have ip multicasting enabled in the kernel for this" - ewarn "daemon to work properly." -} diff --git a/media-sound/miniaudicle/Manifest b/media-sound/miniaudicle/Manifest deleted file mode 100644 index 955f93152e70..000000000000 --- a/media-sound/miniaudicle/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST miniAudicle-0.1.3.8.tgz 2253821 SHA256 adfbd244a7963e646c466f70111fee4ecf32eee500c4c9a33ca9b52387631cd6 SHA512 6d2b9596174f1f6aa2f246cf880b920f9855b93e57b437e355acc880cd2980b8aa21fa2ce870230c9e0ca7403bd43ce865f79b7fa188e8fea906aac24ce3e16d WHIRLPOOL ff3d7a3ad66fa31339e10637ae96b1c7fbe378cfbe07a2e1572a738c2d22298e88913c7a0a383d90d209817a53422a21100bfca72f18e0c2f53981d22ddd7d2a diff --git a/media-sound/miniaudicle/files/miniaudicle-0.1.3.8-gcc44.patch b/media-sound/miniaudicle/files/miniaudicle-0.1.3.8-gcc44.patch deleted file mode 100644 index 7b1bc9c06d3e..000000000000 --- a/media-sound/miniaudicle/files/miniaudicle-0.1.3.8-gcc44.patch +++ /dev/null @@ -1,159 +0,0 @@ -diff -ur miniAudicle-0.1.3.8-orig/chuck/src/chuck_vm.cpp miniAudicle-0.1.3.8/chuck/src/chuck_vm.cpp ---- miniAudicle-0.1.3.8-orig/chuck/src/chuck_vm.cpp 2009-06-27 21:15:03.000000000 -0400 -+++ miniAudicle-0.1.3.8/chuck/src/chuck_vm.cpp 2009-06-27 21:15:00.000000000 -0400 -@@ -47,6 +47,7 @@ - #else - #include <unistd.h> - #include <pthread.h> -+ #include <algorithm> - #endif - - -diff -ur miniAudicle-0.1.3.8-orig/chuck/src/rtaudio.cpp miniAudicle-0.1.3.8/chuck/src/rtaudio.cpp ---- miniAudicle-0.1.3.8-orig/chuck/src/rtaudio.cpp 2009-06-27 21:15:03.000000000 -0400 -+++ miniAudicle-0.1.3.8/chuck/src/rtaudio.cpp 2009-06-27 21:15:00.000000000 -0400 -@@ -50,6 +50,7 @@ - #include "chuck_errmsg.h" - #include "digiio_rtaudio.h" - #include <stdio.h> -+#include <climits> - // old - // #include "RtAudio.h" - // #include <iostream> -diff -ur miniAudicle-0.1.3.8-orig/chuck/src/ugen_stk.cpp miniAudicle-0.1.3.8/chuck/src/ugen_stk.cpp ---- miniAudicle-0.1.3.8-orig/chuck/src/ugen_stk.cpp 2009-06-27 21:15:03.000000000 -0400 -+++ miniAudicle-0.1.3.8/chuck/src/ugen_stk.cpp 2009-06-27 21:15:00.000000000 -0400 -@@ -41,6 +41,7 @@ - #include <string.h> - #include <time.h> - #include <float.h> -+#include <climits> - - - -diff -ur miniAudicle-0.1.3.8-orig/chuck/src/ugen_xxx.cpp miniAudicle-0.1.3.8/chuck/src/ugen_xxx.cpp ---- miniAudicle-0.1.3.8-orig/chuck/src/ugen_xxx.cpp 2009-06-27 21:11:20.000000000 -0400 -+++ miniAudicle-0.1.3.8/chuck/src/ugen_xxx.cpp 2009-06-27 21:15:31.000000000 -0400 -@@ -2587,7 +2587,7 @@ - // open it - SF_INFO info; - info.format = 0; -- char * format = strrchr( filename, '.'); -+ const char * format = strrchr( filename, '.'); - if( format && strcmp( format, ".raw" ) == 0 ) - { - fprintf( stderr, "[chuck](via SndBuf) %s :: type is '.raw'...\n assuming 16 bit signed mono (PCM)\n", filename ); -diff -ur miniAudicle-0.1.3.8-orig/chuck/src/util_hid.cpp miniAudicle-0.1.3.8/chuck/src/util_hid.cpp ---- miniAudicle-0.1.3.8-orig/chuck/src/util_hid.cpp 2009-06-27 21:15:03.000000000 -0400 -+++ miniAudicle-0.1.3.8/chuck/src/util_hid.cpp 2009-06-27 21:15:00.000000000 -0400 -@@ -37,6 +37,7 @@ - - #include <vector> - #include <map> -+#include <climits> - - using namespace std; - -diff -ur miniAudicle-0.1.3.8-orig/chuck/src/util_opsc.cpp miniAudicle-0.1.3.8/chuck/src/util_opsc.cpp ---- miniAudicle-0.1.3.8-orig/chuck/src/util_opsc.cpp 2009-06-27 21:15:03.000000000 -0400 -+++ miniAudicle-0.1.3.8/chuck/src/util_opsc.cpp 2009-06-27 21:15:00.000000000 -0400 -@@ -56,6 +56,7 @@ - #include <netinet/tcp.h> - #include <arpa/inet.h> - #include <netdb.h> -+#include <algorithm> - #endif - - #if defined(__MACOSX_CORE__) -diff -ur miniAudicle-0.1.3.8-orig/chuck/src/util_string.h miniAudicle-0.1.3.8/chuck/src/util_string.h ---- miniAudicle-0.1.3.8-orig/chuck/src/util_string.h 2009-06-27 21:11:20.000000000 -0400 -+++ miniAudicle-0.1.3.8/chuck/src/util_string.h 2009-06-27 21:16:12.000000000 -0400 -@@ -36,6 +36,7 @@ - #include "chuck_def.h" - #include <string> - #include <vector> -+#include <cstdio> - - - // itoa -diff -ur miniAudicle-0.1.3.8-orig/wxw/icons/add.xpm miniAudicle-0.1.3.8/wxw/icons/add.xpm ---- miniAudicle-0.1.3.8-orig/wxw/icons/add.xpm 2009-06-27 21:15:03.000000000 -0400 -+++ miniAudicle-0.1.3.8/wxw/icons/add.xpm 2009-06-27 21:15:00.000000000 -0400 -@@ -1,5 +1,5 @@ - /* XPM */ --static char * add_xpm[] = { -+static const char * add_xpm[] = { - "32 32 47 1", - " c None", - ". c #C3F8BE", -diff -ur miniAudicle-0.1.3.8-orig/wxw/icons/led-blue.xpm miniAudicle-0.1.3.8/wxw/icons/led-blue.xpm ---- miniAudicle-0.1.3.8-orig/wxw/icons/led-blue.xpm 2009-06-27 21:15:03.000000000 -0400 -+++ miniAudicle-0.1.3.8/wxw/icons/led-blue.xpm 2009-06-27 21:15:00.000000000 -0400 -@@ -1,5 +1,5 @@ - /* XPM */ --static char * led_blue_xpm[] = { -+static const char * led_blue_xpm[] = { - "28 28 431 2", - " c None", - ". c #949394", -diff -ur miniAudicle-0.1.3.8-orig/wxw/icons/led-green.xpm miniAudicle-0.1.3.8/wxw/icons/led-green.xpm ---- miniAudicle-0.1.3.8-orig/wxw/icons/led-green.xpm 2009-06-27 21:15:03.000000000 -0400 -+++ miniAudicle-0.1.3.8/wxw/icons/led-green.xpm 2009-06-27 21:15:00.000000000 -0400 -@@ -1,5 +1,5 @@ - /* XPM */ --static char * led_green_xpm[] = { -+static const char * led_green_xpm[] = { - "28 28 443 2", - " c None", - ". c #959696", -diff -ur miniAudicle-0.1.3.8-orig/wxw/icons/led-off.xpm miniAudicle-0.1.3.8/wxw/icons/led-off.xpm ---- miniAudicle-0.1.3.8-orig/wxw/icons/led-off.xpm 2009-06-27 21:15:03.000000000 -0400 -+++ miniAudicle-0.1.3.8/wxw/icons/led-off.xpm 2009-06-27 21:15:00.000000000 -0400 -@@ -1,5 +1,5 @@ - /* XPM */ --static char * led_off_xpm[] = { -+static const char * led_off_xpm[] = { - "28 28 143 2", - " c None", - ". c #959595", -diff -ur miniAudicle-0.1.3.8-orig/wxw/icons/led-red.xpm miniAudicle-0.1.3.8/wxw/icons/led-red.xpm ---- miniAudicle-0.1.3.8-orig/wxw/icons/led-red.xpm 2009-06-27 21:15:03.000000000 -0400 -+++ miniAudicle-0.1.3.8/wxw/icons/led-red.xpm 2009-06-27 21:15:00.000000000 -0400 -@@ -1,5 +1,5 @@ - /* XPM */ --static char * led_red_xpm[] = { -+static const char * led_red_xpm[] = { - "28 28 434 2", - " c None", - ". c #959594", -diff -ur miniAudicle-0.1.3.8-orig/wxw/icons/miniAudicle.xpm miniAudicle-0.1.3.8/wxw/icons/miniAudicle.xpm ---- miniAudicle-0.1.3.8-orig/wxw/icons/miniAudicle.xpm 2009-06-27 21:15:03.000000000 -0400 -+++ miniAudicle-0.1.3.8/wxw/icons/miniAudicle.xpm 2009-06-27 21:15:00.000000000 -0400 -@@ -1,5 +1,5 @@ - /* XPM */ --static char * miniAudicle_xpm[] = { -+static const char * miniAudicle_xpm[] = { - "128 128 1543 2", - " c None", - ". c #FF9D20", -diff -ur miniAudicle-0.1.3.8-orig/wxw/icons/remove.xpm miniAudicle-0.1.3.8/wxw/icons/remove.xpm ---- miniAudicle-0.1.3.8-orig/wxw/icons/remove.xpm 2009-06-27 21:15:03.000000000 -0400 -+++ miniAudicle-0.1.3.8/wxw/icons/remove.xpm 2009-06-27 21:15:00.000000000 -0400 -@@ -1,5 +1,5 @@ - /* XPM */ --static char * remove_xpm[] = { -+static const char * remove_xpm[] = { - "32 32 177 2", - " c None", - ". c #FFB6B5", -diff -ur miniAudicle-0.1.3.8-orig/wxw/icons/replace.xpm miniAudicle-0.1.3.8/wxw/icons/replace.xpm ---- miniAudicle-0.1.3.8-orig/wxw/icons/replace.xpm 2009-06-27 21:15:03.000000000 -0400 -+++ miniAudicle-0.1.3.8/wxw/icons/replace.xpm 2009-06-27 21:15:00.000000000 -0400 -@@ -1,5 +1,5 @@ - /* XPM */ --static char * replace_xpm[] = { -+static const char * replace_xpm[] = { - "32 32 114 2", - " c None", - ". c #5764FF", - diff --git a/media-sound/miniaudicle/files/miniaudicle-0.1.3.8-hid-smc.patch b/media-sound/miniaudicle/files/miniaudicle-0.1.3.8-hid-smc.patch deleted file mode 100644 index de1265511a0b..000000000000 --- a/media-sound/miniaudicle/files/miniaudicle-0.1.3.8-hid-smc.patch +++ /dev/null @@ -1,148 +0,0 @@ -diff -ru miniAudicle-0.1.3.8~/chuck-1.2.1.1/src/util_hid.cpp miniAudicle-0.1.3.8/chuck-1.2.1.1/src/util_hid.cpp ---- miniAudicle-0.1.3.8~/chuck-1.2.1.1/src/util_hid.cpp 2008-03-29 23:46:07.000000000 +0100 -+++ miniAudicle-0.1.3.8/chuck-1.2.1.1/src/util_hid.cpp 2008-03-29 23:46:36.000000000 +0100 -@@ -7175,14 +7175,139 @@ - int WiiRemote_send( const HidMsg * msg ){ return -1; } - const char * WiiRemote_name( int wr ){ return NULL; } - -+#define SYSFS_TILTSENSOR_FILE "/sys/devices/platform/applesmc/position" -+#define TILTSENSOR_BUF_LEN 32 -+ -+static struct t_TiltSensor_data -+{ -+ union -+ { -+ struct t_macbook -+ { -+ int x; -+ int y; -+ int z; -+ } macbook; -+ } data; -+ int dataType; -+ int detected; -+ int refcount; -+ -+ t_TiltSensor_data() -+ { -+ refcount = 0; -+ dataType = -1; -+ detected = 0; -+ } -+ -+} TiltSensor_data; -+enum -+{ -+ linuxAppleSMCMacBookDataType -+}; -+static int TiltSensor_detect() -+{ -+ int fd; -+ -+ fd = open(SYSFS_TILTSENSOR_FILE, O_RDONLY); -+ -+ if (fd > 0) -+ { -+ TiltSensor_data.dataType = linuxAppleSMCMacBookDataType; -+ TiltSensor_data.detected = 1; -+ close(fd); -+ return 1; -+ } -+ -+ TiltSensor_data.detected = -1; -+ -+ return 0; -+} -+ -+static int TiltSensor_do_read() -+{ -+ -+ switch(TiltSensor_data.dataType) -+ { -+ case linuxAppleSMCMacBookDataType: -+ char buf[TILTSENSOR_BUF_LEN]; -+ int ret, fd; -+ fd = open(SYSFS_TILTSENSOR_FILE, O_RDONLY); -+ -+ if (fd < 0) { -+ return -1; -+ } -+ ret = read(fd, buf, TILTSENSOR_BUF_LEN); -+ if (ret < 0) { -+ close(fd); -+ return -1; -+ } -+ if (sscanf(buf, "(%d,%d,%d)\n", &TiltSensor_data.data.macbook.x, &TiltSensor_data.data.macbook.y, &TiltSensor_data.data.macbook.z) != 3) { -+ close(fd); -+ return -1; -+ } -+ close(fd); -+ break; -+ default: -+ return 0; -+ } -+ return 1; -+} - void TiltSensor_init(){} - void TiltSensor_quit(){} - void TiltSensor_probe(){} --int TiltSensor_count(){ return 0; } --int TiltSensor_open( int ts ){ return -1; } --int TiltSensor_close( int ts ){ return -1; } --int TiltSensor_read( int ts, int type, int num, HidMsg * msg ){ return -1; } --const char * TiltSensor_name( int ts ){ return NULL; } -+int TiltSensor_count() -+{ -+ if(TiltSensor_data.detected == 0) -+ TiltSensor_detect(); -+ -+ if(TiltSensor_data.detected == -1) -+ return 0; -+ else if(TiltSensor_data.detected == 1) -+ return 1; -+ -+ return 0; -+} -+int TiltSensor_open( int ts ) -+{ -+ if(TiltSensor_data.detected == 0) -+ TiltSensor_detect(); -+ -+ if(TiltSensor_data.detected == -1) -+ return -1; -+ -+ TiltSensor_data.refcount++; -+ -+ return 0; -+} -+int TiltSensor_close( int ts ) -+{ -+ TiltSensor_data.refcount--; -+ -+ return 0; -+} -+int TiltSensor_read( int ts, int type, int num, HidMsg * msg ) -+{ -+ -+ if(TiltSensor_data.detected == -1) -+ return -1; -+ -+ if(!TiltSensor_do_read()) -+ return -1; -+ -+ if(TiltSensor_data.dataType == linuxAppleSMCMacBookDataType) -+ { -+ msg->idata[0] = TiltSensor_data.data.macbook.x; -+ msg->idata[1] = TiltSensor_data.data.macbook.y; -+ msg->idata[2] = TiltSensor_data.data.macbook.z; -+ } -+ -+ return 0; -+} -+const char * TiltSensor_name( int ts ) -+{ -+ return "Apple Sudden Motion Sensor"; -+} - - - #endif diff --git a/media-sound/miniaudicle/files/miniaudicle-0.1.3.8-void-to-int-cast.patch b/media-sound/miniaudicle/files/miniaudicle-0.1.3.8-void-to-int-cast.patch deleted file mode 100644 index 926788c6f20c..000000000000 --- a/media-sound/miniaudicle/files/miniaudicle-0.1.3.8-void-to-int-cast.patch +++ /dev/null @@ -1,58 +0,0 @@ -Index: miniAudicle-0.1.3.8/wxw/mAPreferencesWindow.cpp -=================================================================== ---- miniAudicle-0.1.3.8.orig/wxw/mAPreferencesWindow.cpp -+++ miniAudicle-0.1.3.8/wxw/mAPreferencesWindow.cpp -@@ -828,7 +828,7 @@ void mAPreferencesWindow::LoadGUIToMiniA - selected_item = audio_output->GetSelection(); - if( selected_item != wxNOT_FOUND ) - { -- int dac = ( int ) audio_output->GetClientData( selected_item ); -+ int dac = ( intptr_t ) audio_output->GetClientData( selected_item ); - config->Write( mAPreferencesAudioOutput, dac ); - ma->set_dac( dac ); - } -@@ -837,7 +837,7 @@ void mAPreferencesWindow::LoadGUIToMiniA - selected_item = audio_input->GetSelection(); - if( selected_item != wxNOT_FOUND ) - { -- int adc = ( int ) audio_input->GetClientData( selected_item ); -+ int adc = ( intptr_t ) audio_input->GetClientData( selected_item ); - config->Write( mAPreferencesAudioInput, adc ); - ma->set_adc( adc ); - } -@@ -846,7 +846,7 @@ void mAPreferencesWindow::LoadGUIToMiniA - selected_item = output_channels->GetSelection(); - if( selected_item != wxNOT_FOUND ) - { -- int num_outputs = ( int ) output_channels->GetClientData( selected_item ); -+ int num_outputs = ( intptr_t ) output_channels->GetClientData( selected_item ); - config->Write( mAPreferencesOutputChannels, num_outputs ); - ma->set_num_outputs( num_outputs ); - } -@@ -855,7 +855,7 @@ void mAPreferencesWindow::LoadGUIToMiniA - selected_item = input_channels->GetSelection(); - if( selected_item != wxNOT_FOUND ) - { -- int num_inputs = ( int ) input_channels->GetClientData( selected_item ); -+ int num_inputs = ( intptr_t ) input_channels->GetClientData( selected_item ); - config->Write( mAPreferencesInputChannels, num_inputs ); - ma->set_num_inputs( num_inputs ); - } -@@ -864,7 +864,7 @@ void mAPreferencesWindow::LoadGUIToMiniA - selected_item = sample_rate->GetSelection(); - if( selected_item != wxNOT_FOUND ) - { -- int _sample_rate = ( int ) sample_rate->GetClientData( selected_item ); -+ int _sample_rate = ( intptr_t ) sample_rate->GetClientData( selected_item ); - config->Write( mAPreferencesSampleRate, _sample_rate ); - ma->set_sample_rate( _sample_rate ); - } -@@ -873,7 +873,7 @@ void mAPreferencesWindow::LoadGUIToMiniA - selected_item = buffer_size->GetSelection(); - if( selected_item != wxNOT_FOUND ) - { -- int _buffer_size = ( int ) buffer_size->GetClientData( selected_item ); -+ int _buffer_size = ( intptr_t ) buffer_size->GetClientData( selected_item ); - config->Write( mAPreferencesBufferSize, _buffer_size ); - ma->set_buffer_size( _buffer_size ); - } diff --git a/media-sound/miniaudicle/metadata.xml b/media-sound/miniaudicle/metadata.xml deleted file mode 100644 index 9655fb865866..000000000000 --- a/media-sound/miniaudicle/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> - <longdescription lang="en"> - a light-weight integrated development environment for the ChucK digital - audio programming language - </longdescription> -</pkgmetadata> diff --git a/media-sound/miniaudicle/miniaudicle-0.1.3.8-r2.ebuild b/media-sound/miniaudicle/miniaudicle-0.1.3.8-r2.ebuild deleted file mode 100644 index fc561c4adb02..000000000000 --- a/media-sound/miniaudicle/miniaudicle-0.1.3.8-r2.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -WX_GTK_VER=2.8 -inherit eutils toolchain-funcs flag-o-matic wxwidgets - -MY_P="${P/a/A}" - -DESCRIPTION="integrated development + performance environment for chuck" -HOMEPAGE="http://audicle.cs.princeton.edu/mini/" -SRC_URI="http://audicle.cs.princeton.edu/mini/release/files/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+alsa jack oss" - -RDEPEND="jack? ( media-sound/jack-audio-connection-kit ) - alsa? ( >=media-libs/alsa-lib-0.9 ) - media-libs/libsndfile - >=x11-libs/gtk+-2.10:2 - x11-libs/wxGTK:2.8[X] - app-eselect/eselect-miniaudicle" -DEPEND="${RDEPEND} - sys-devel/bison - sys-devel/flex" - -S="${WORKDIR}/${MY_P}" - -REQUIRED_USE="|| ( alsa jack oss )" - -src_prepare() { - epatch \ - "${FILESDIR}/${P}-hid-smc.patch" \ - "${FILESDIR}/${P}-gcc44.patch" \ - "${FILESDIR}/${P}-void-to-int-cast.patch" - - sed -i -e 's/make -C/#make -C/' \ - -e 's/g++/$(CXX)/' \ - -e 's/-O3 -c/-c $(CFLAGS)/' \ - -e 's/$(LIBS)/$(LDFLAGS) $(LIBS)/' \ - makefile.* || die "sed failed" - - # Respect LDFLAGS in bundled media-sound/chuck - # prevent underlinking with pthreads library - sed -i -e 's/$(LIBS)/$(LDFLAGS) $(LIBS) -lpthread/' \ - chuck/src/makefile.* || die "sed failed" - - epatch_user -} - -compile_backend() { - local backend="$1" - einfo "Compiling against ${backend}" - cd "${S}/chuck/src" - emake -f "makefile.${backend}" CC="$(tc-getCC)" \ - CXX="$(tc-getCXX)" - cd "${S}" - emake -f "makefile.${backend}" CC="$(tc-getCC)" \ - CXX="$(tc-getCXX)" - mv wxw/miniAudicle{,-${backend}} - emake -f "makefile.${backend}" clean - cd "${S}/chuck/src" - emake -f "makefile.${backend}" clean -} - -src_compile() { - # when compiled with -march=athlon or -march=athlon-xp - # miniaudicle crashes on removing a shred with a double free or corruption - # it happens in Chuck_VM_Stack::shutdown() on the line - # SAFE_DELETE_ARRAY( stack ); - replace-cpu-flags athlon athlon-xp i686 - - use jack && compile_backend jack - use alsa && compile_backend alsa - use oss && compile_backend oss -} - -src_install() { - use jack && dobin wxw/miniAudicle-jack - use alsa && dobin wxw/miniAudicle-alsa - use oss && dobin wxw/miniAudicle-oss - dodoc BUGS README.linux VERSIONS -} - -pkg_postinst() { - elog "miniAudicle now can use many audio engines, so you can specify audio engine" - elog "with miniAudicle-{jack,alsa,oss}" - elog "Or you can use 'eselect miniaudicle' to set the audio engine" - - einfo "Calling eselect miniaudicle update..." - eselect miniaudicle update --if-unset -} diff --git a/media-sound/muine/Manifest b/media-sound/muine/Manifest deleted file mode 100644 index 97fefffcc38c..000000000000 --- a/media-sound/muine/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST muine-0.8.11.tar.bz2 647177 SHA256 fac70bd9ab8a3c7c48c1f48d10f06080f6b5a42ce32cce21a6ab472cb178ecd4 SHA512 13063c1057cc4a5fb9c2cfca6249e3014415cbfa735a89f1ae411705412e379f1252789787aaca5e11f844fcd8c31a319c408c73539ffe173bc03985b3606d79 WHIRLPOOL c1bbe48293d23f922bd34a3b613942d96ae33d419ee7220b9c2dfe33bf769b59f5fe8984ac6549e9c9a5a16c53460c06db3366fabbd2df9e3e4a7996cb161da0 diff --git a/media-sound/muine/files/muine-0.8.11-drop-deprecated.patch b/media-sound/muine/files/muine-0.8.11-drop-deprecated.patch deleted file mode 100644 index fa4b6d8ca2d8..000000000000 --- a/media-sound/muine/files/muine-0.8.11-drop-deprecated.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 86e885f1f17db2ec3caa31b0ff7955dfe2b4e543 Mon Sep 17 00:00:00 2001 -From: daniel g. siegel <dgsiegel@gnome.org> -Date: Tue, 27 Apr 2010 18:22:57 +0000 -Subject: replace some deprecated gtk functions - -use gtk_widget_has_focus instead of GTK_WIDGET_HAS_FOCUS and -gtk_widget_get_state instead of GTK_WIDGET_STATE ---- -diff --git a/libmuine/rb-cell-renderer-pixbuf.c b/libmuine/rb-cell-renderer-pixbuf.c -index 42cff41..abf6958 100644 ---- a/libmuine/rb-cell-renderer-pixbuf.c -+++ b/libmuine/rb-cell-renderer-pixbuf.c -@@ -295,14 +295,14 @@ rb_cell_renderer_pixbuf_render (GtkCellRenderer *cell, - - if ((flags & GTK_CELL_RENDERER_SELECTED) == GTK_CELL_RENDERER_SELECTED) - { -- if (GTK_WIDGET_HAS_FOCUS (widget)) -+ if (gtk_widget_has_focus (widget)) - state = GTK_STATE_SELECTED; - else - state = GTK_STATE_ACTIVE; - } - else - { -- if (GTK_WIDGET_STATE (widget) == GTK_STATE_INSENSITIVE) -+ if (gtk_widget_get_state (widget) == GTK_STATE_INSENSITIVE) - state = GTK_STATE_INSENSITIVE; - else - state = GTK_STATE_NORMAL; --- -cgit v0.8.3.1 diff --git a/media-sound/muine/files/muine-0.8.11-multimedia-keys.patch b/media-sound/muine/files/muine-0.8.11-multimedia-keys.patch deleted file mode 100644 index 5bce0ca765c0..000000000000 --- a/media-sound/muine/files/muine-0.8.11-multimedia-keys.patch +++ /dev/null @@ -1,26 +0,0 @@ -From d4dd66d73885db1b2aea2a267197413559bed5bc Mon Sep 17 00:00:00 2001 -From: Priit Laes <plaes@plaes.org> -Date: Wed, 16 Sep 2009 21:30:06 +0000 -Subject: Fix multimedia key support for >=Gnome-2.22 - ---- -diff --git a/src/GnomeMMKeys.cs b/src/GnomeMMKeys.cs -index dd99718..af5419a 100644 ---- a/src/GnomeMMKeys.cs -+++ b/src/GnomeMMKeys.cs -@@ -37,11 +37,11 @@ namespace Muine - public class GnomeMMKeys : IDisposable - { - private const string BusName = "org.gnome.SettingsDaemon"; -- private const string ObjectPath = "/org/gnome/SettingsDaemon"; -+ private const string ObjectPath = "/org/gnome/SettingsDaemon/MediaKeys"; - - private delegate void MediaPlayerKeyPressedHandler(string application, string key); - -- [Interface("org.gnome.SettingsDaemon")] -+ [Interface("org.gnome.SettingsDaemon.MediaKeys")] - private interface ISettingsDaemon - { - void GrabMediaPlayerKeys(string application, uint time); --- -cgit v0.8.3.1 diff --git a/media-sound/muine/metadata.xml b/media-sound/muine/metadata.xml deleted file mode 100644 index 084c4e396f06..000000000000 --- a/media-sound/muine/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>dotnet@gentoo.org</email> - <name>Gentoo Dotnet Project</name> - </maintainer> -<maintainer type="project"> - <email>gstreamer@gentoo.org</email> - <name>GStreamer package maintainers</name> - </maintainer> -</pkgmetadata> diff --git a/media-sound/muine/muine-0.8.11-r3.ebuild b/media-sound/muine/muine-0.8.11-r3.ebuild deleted file mode 100644 index f26d8faff348..000000000000 --- a/media-sound/muine/muine-0.8.11-r3.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -GCONF_DEBUG="yes" - -inherit gnome2 mono-env eutils multilib - -DESCRIPTION="A music player for GNOME" -HOMEPAGE="http://muine.gooeylinux.org/" -SRC_URI="mirror://gnome/sources/muine/0.8/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="flac mad vorbis" - -RDEPEND=" - x11-themes/gnome-icon-theme - >=dev-lang/mono-2 - >=x11-libs/gtk+-2.6:2 - >=dev-dotnet/gtk-sharp-2.12.9:2 - >=dev-dotnet/glade-sharp-2.12.6:2 - >=dev-dotnet/gnome-sharp-2.6:2 - >=dev-dotnet/gconf-sharp-2.6:2 - >=dev-dotnet/gnomevfs-sharp-2.6:2 - >=dev-dotnet/ndesk-dbus-0.4 - >=dev-dotnet/ndesk-dbus-glib-0.3 - >=dev-dotnet/taglib-sharp-2.0.3 - sys-libs/gdbm - media-libs/gstreamer:0.10 - media-libs/gst-plugins-base:0.10 - media-libs/gst-plugins-good:0.10 - media-plugins/gst-plugins-gconf:0.10 - media-plugins/gst-plugins-gnomevfs:0.10 - flac? ( media-plugins/gst-plugins-flac:0.10 ) - mad? ( media-plugins/gst-plugins-mad:0.10 ) - vorbis? ( - media-plugins/gst-plugins-ogg:0.10 - media-plugins/gst-plugins-vorbis:0.10 - ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig - app-text/scrollkeeper - gnome-base/gnome-common - >=dev-util/intltool-0.29 -" - -src_prepare() { - DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS PLUGINS README TODO" - - # Fix multimedia key support for >=Gnome-2.22 - epatch "${FILESDIR}/${P}-multimedia-keys.patch" - - # Replace some deprecated gtk functions - epatch "${FILESDIR}/${P}-drop-deprecated.patch" - - # Update icons, upstream bug #623480 - sed "s:stock_timer:list-add:g" -i src/AddWindow.cs src/StockIcons.cs || die - sed "s:stock_music-library:folder-music:g" -i data/glade/PlaylistWindow.glade \ - src/Actions.cs src/StockIcons.cs || die - - # Fix intltoolize broken file, see upstream #577133 - sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \ - || die "sed failed" - - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure --disable-static -} - -src_install() { - gnome2_src_install - insinto /usr/$(get_libdir)/${PN}/plugins - doins "${S}"/plugins/TrayIcon.dll -} diff --git a/media-sound/phasex/Manifest b/media-sound/phasex/Manifest deleted file mode 100644 index 6d97922008ee..000000000000 --- a/media-sound/phasex/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST phasex-0.12.0beta3.tar.gz 1009615 SHA256 0af0b8b4560649b8fa3ebad6cc1627838747919dbe01116cf7f1205da5199d66 SHA512 77001b90b0adbe1e7e9e106401c78184bef145d6d58025174938de95e697017a220e1037460ac93fd00dd1f24efaeee2c3049d68df7e0d1904344a105584df91 WHIRLPOOL 1640b64ea969ad72183f4cbd2ccaf926fec7fdb697647dfe68829c3bacb6aa49a0c8365c56ab6dfb92410887792b2d1b3e43dccf8aa9ea58fd8dce04500feea7 diff --git a/media-sound/phasex/metadata.xml b/media-sound/phasex/metadata.xml deleted file mode 100644 index f79bb67acbd9..000000000000 --- a/media-sound/phasex/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/phasex/phasex-0.12.0_beta3.ebuild b/media-sound/phasex/phasex-0.12.0_beta3.ebuild deleted file mode 100644 index 689b9ad5cede..000000000000 --- a/media-sound/phasex/phasex-0.12.0_beta3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 - -DESCRIPTION="Software synthesizer (Phase Harmonic Advanced Synthesis EXperiment)" -HOMEPAGE="http://sysex.net/phasex/" -SRC_URI="http://sysex.net/phasex/beta/${P/_}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - media-sound/jack-audio-connection-kit - media-libs/alsa-lib - media-libs/libsamplerate - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${P/_beta3} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README TODO doc/ROADMAP -} diff --git a/media-sound/sweep/Manifest b/media-sound/sweep/Manifest deleted file mode 100644 index 818c27eb9232..000000000000 --- a/media-sound/sweep/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sweep-0.9.3.tar.gz 1248948 SHA256 be65f19e9d63c74d47d79acfc4fbb6fd4b93dfa794417c7b7a3379e217ecd4fc SHA512 e1e2018ae46cb77cc3aa8faf8f83fc50e937600e6103c9ebb1bfee5a43c30aa1710fd8876c1f59285356a9d0517607deda8c03463ad7a6dcfe72bbff486b6a46 WHIRLPOOL a1740a8cb8ad4852f18b501aa4d2ed4015d785e9d3feccaee7d20cbf807206c5f747189df4c400ac7ad7fefd99172e2d69e42d96ac667962681fa3fcfbebb9f1 diff --git a/media-sound/sweep/files/sweep-0.9.3-configure.patch b/media-sound/sweep/files/sweep-0.9.3-configure.patch deleted file mode 100644 index 38c8717c4cdd..000000000000 --- a/media-sound/sweep/files/sweep-0.9.3-configure.patch +++ /dev/null @@ -1,53 +0,0 @@ ---- sweep-0.9.3/configure.ac.orig -+++ sweep-0.9.3/configure.ac -@@ -137,13 +137,13 @@ - - ac_enable_oggvorbis=yes - AC_ARG_ENABLE(oggvorbis, -- [ --disable-oggvorbis disable Ogg Vorbis support], -- [ ac_enable_oggvorbis=no ], [ ac_enable_oggvorbis=yes ]) -+ [ --enable-oggvorbis enable Ogg Vorbis support], -+ [ ac_enable_oggvorbis=yes ], [ ac_enable_oggvorbis=no ]) - - ac_enable_speex=yes - AC_ARG_ENABLE(speex, -- [ --disable-speex disable Speex support], -- [ ac_enable_speex=no ], [ ac_enable_speex=yes ]) -+ [ --enable-speex enable Speex support], -+ [ ac_enable_speex=yes ], [ ac_enable_speex=no ]) - - dnl Both Vorbis and Speex require Ogg, so check for it first either way - if test "x${ac_enable_oggvorbis}" != xno || -@@ -274,8 +274,8 @@ - - ac_enable_mad=yes - AC_ARG_ENABLE(mad, -- [ --disable-mad disable libmad (MPEG audio loading) support], -- [ ac_enable_mad=no ], [ ac_enable_mad=yes ]) -+ [ --enable-mad enable libmad (MPEG audio loading) support], -+ [ ac_enable_mad=yes ], [ ac_enable_mad=no ]) - - if test "x${ac_enable_mad}" != xno ; then - AC_CHECK_LIB(mad, mad_decoder_init, HAVE_MAD="maybe") -@@ -301,8 +301,8 @@ - - ac_enable_src=yes - AC_ARG_ENABLE(src, -- [ --disable-src enable secret rabbit code (libsamplerate)], -- [ ac_enable_src=no ], [ ac_enable_src=yes]) -+ [ --enable-src enable secret rabbit code (libsamplerate)], -+ [ ac_enable_src=yes ], [ ac_enable_src=no]) - - if test "x${ac_enable_src}" != xno ; then - PKG_CHECK_MODULES(SAMPLERATE, samplerate >= 0.0.9, -@@ -324,8 +324,8 @@ - - ac_enable_alsa=yes - AC_ARG_ENABLE(alsa, -- [ --disable-alsa Disable ALSA, and enable use of OSS], -- [ ac_enable_alsa=no ]) -+ [ --enable-alsa enable ALSA support], -+ [ ac_enable_alsa=yes ], [ ac_enable_alsa=no ]) - - if test "x${ac_enable_alsa}" != xno ; then - diff --git a/media-sound/sweep/metadata.xml b/media-sound/sweep/metadata.xml deleted file mode 100644 index bf2265c326f8..000000000000 --- a/media-sound/sweep/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>proaudio@gentoo.org</email> - <name>Gentoo ProAudio Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">sweep</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-sound/sweep/sweep-0.9.3-r1.ebuild b/media-sound/sweep/sweep-0.9.3-r1.ebuild deleted file mode 100644 index a47e36c1fd9b..000000000000 --- a/media-sound/sweep/sweep-0.9.3-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils autotools - -DESCRIPTION="Audio editor and live playback tool" -HOMEPAGE="http://www.metadecks.org/software/sweep/" -SRC_URI="mirror://sourceforge/sweep/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" -IUSE="alsa ladspa vorbis mp3 libsamplerate speex" - -RDEPEND=">=media-libs/libsndfile-1.0 - >=x11-libs/gtk+-2.4.0:2 - >=dev-libs/glib-2.2.0:2 - alsa? ( media-libs/alsa-lib ) - libsamplerate? ( media-libs/libsamplerate ) - speex? ( media-libs/speex ) - vorbis? ( media-libs/libogg media-libs/libvorbis ) - mp3? ( media-libs/libmad ) - ladspa? ( media-libs/ladspa-sdk )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=(AUTHORS ChangeLog NEWS README TODO) - -LANGS="de el es_ES fr hu it ja pl ru" - -for X in ${LANGS}; do - IUSE="${IUSE} linguas_${X}" -done - -src_prepare() { - epatch "${FILESDIR}"/${P}-configure.patch - eautoreconf -} - -src_configure() { - econf \ - $(use_enable vorbis oggvorbis) \ - $(use_enable mp3 mad) \ - $(use_enable speex) \ - $(use_enable libsamplerate src) \ - $(use_enable alsa) -} |