summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-01-19 18:54:50 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-01-19 18:54:50 +0000
commit21418fe9927e46af9c73d84b7c0cf6869c4f7b63 (patch)
treeee5f574362d88eaa56ad5db96cc31c2e23005ae3 /media-sound/qtractor
parents390 stable wrt #294958 (diff)
downloadgentoo-2-21418fe9927e46af9c73d84b7c0cf6869c4f7b63.tar.gz
gentoo-2-21418fe9927e46af9c73d84b7c0cf6869c4f7b63.tar.bz2
gentoo-2-21418fe9927e46af9c73d84b7c0cf6869c4f7b63.zip
remove old
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/qtractor')
-rw-r--r--media-sound/qtractor/ChangeLog6
-rw-r--r--media-sound/qtractor/files/qtractor-0.4.2-gcc44.patch33
-rw-r--r--media-sound/qtractor/qtractor-0.4.2.ebuild55
-rw-r--r--media-sound/qtractor/qtractor-0.4.3.ebuild51
4 files changed, 5 insertions, 140 deletions
diff --git a/media-sound/qtractor/ChangeLog b/media-sound/qtractor/ChangeLog
index 58c264948811..1f023809d5d6 100644
--- a/media-sound/qtractor/ChangeLog
+++ b/media-sound/qtractor/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/qtractor
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qtractor/ChangeLog,v 1.24 2010/01/19 18:53:59 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qtractor/ChangeLog,v 1.25 2010/01/19 18:54:49 aballier Exp $
+
+ 19 Jan 2010; Alexis Ballier <aballier@gentoo.org> -qtractor-0.4.2.ebuild,
+ -files/qtractor-0.4.2-gcc44.patch, -qtractor-0.4.3.ebuild:
+ remove old
*qtractor-0.4.4 (19 Jan 2010)
diff --git a/media-sound/qtractor/files/qtractor-0.4.2-gcc44.patch b/media-sound/qtractor/files/qtractor-0.4.2-gcc44.patch
deleted file mode 100644
index 09e8b301fc8f..000000000000
--- a/media-sound/qtractor/files/qtractor-0.4.2-gcc44.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-https://bugs.gentoo.org/show_bug.cgi?id=274168
-Upstream status: mailed 28/06/2009, merged 28/06/2009
-
-Index: src/qtractorAudioVorbisFile.cpp
-===================================================================
-RCS file: /cvsroot/qtractor/qtractor/src/qtractorAudioVorbisFile.cpp,v
-retrieving revision 1.13
-diff -u -B -r1.13 qtractorAudioVorbisFile.cpp
---- src/qtractorAudioVorbisFile.cpp 27 May 2009 10:54:33 -0000 1.13
-+++ src/qtractorAudioVorbisFile.cpp 28 Jun 2009 13:01:47 -0000
-@@ -27,6 +27,7 @@
- #endif
-
- #include <stdlib.h>
-+#include <cstdio>
-
-
- //----------------------------------------------------------------------
-Index: src/qtractorInstrument.cpp
-===================================================================
-RCS file: /cvsroot/qtractor/qtractor/src/qtractorInstrument.cpp,v
-retrieving revision 1.10
-diff -u -B -r1.10 qtractorInstrument.cpp
---- src/qtractorInstrument.cpp 14 Jun 2009 13:09:21 -0000 1.10
-+++ src/qtractorInstrument.cpp 28 Jun 2009 13:01:47 -0000
-@@ -26,6 +26,7 @@
- #include <QTextStream>
- #include <QRegExp>
- #include <QDate>
-+#include <cstdlib>
-
-
- //----------------------------------------------------------------------
diff --git a/media-sound/qtractor/qtractor-0.4.2.ebuild b/media-sound/qtractor/qtractor-0.4.2.ebuild
deleted file mode 100644
index 99eb79e4a4a6..000000000000
--- a/media-sound/qtractor/qtractor-0.4.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qtractor/qtractor-0.4.2.ebuild,v 1.4 2009/10/06 17:14:06 ayoy Exp $
-
-EAPI=2
-
-inherit eutils qt4
-
-DESCRIPTION="Qtractor is an Audio/MIDI multi-track sequencer."
-HOMEPAGE="http://qtractor.sourceforge.net/"
-SRC_URI="mirror://sourceforge/qtractor/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="debug dssi libsamplerate mad osc rubberband vorbis sse"
-
-RDEPEND="x11-libs/qt-core:4
- x11-libs/qt-gui:4
- media-libs/alsa-lib
- media-libs/libsndfile
- media-sound/jack-audio-connection-kit
- media-libs/ladspa-sdk
- dssi? ( media-libs/dssi )
- mad? ( media-libs/libmad )
- libsamplerate? ( media-libs/libsamplerate )
- osc? ( media-libs/liblo )
- rubberband? ( media-libs/rubberband )
- vorbis? ( media-libs/libvorbis )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-gcc44.patch"
-}
-
-src_configure() {
- econf \
- $(use_enable mad libmad) \
- $(use_enable libsamplerate) \
- $(use_enable vorbis libvorbis) \
- $(use_enable osc liblo) \
- --enable-ladspa \
- $(use_enable dssi) \
- $(use_enable rubberband librubberband) \
- $(use_enable sse) \
- $(use_enable debug) \
- || die "econf failed"
- eqmake4 qtractor.pro -o qtractor.mak
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc README ChangeLog TODO AUTHORS
-}
diff --git a/media-sound/qtractor/qtractor-0.4.3.ebuild b/media-sound/qtractor/qtractor-0.4.3.ebuild
deleted file mode 100644
index 4569679fc5b9..000000000000
--- a/media-sound/qtractor/qtractor-0.4.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qtractor/qtractor-0.4.3.ebuild,v 1.1 2009/11/16 12:43:00 aballier Exp $
-
-EAPI=2
-
-inherit qt4
-
-DESCRIPTION="Qtractor is an Audio/MIDI multi-track sequencer."
-HOMEPAGE="http://qtractor.sourceforge.net/"
-SRC_URI="mirror://sourceforge/qtractor/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="debug dssi libsamplerate mad osc rubberband vorbis sse"
-
-RDEPEND="x11-libs/qt-core:4
- x11-libs/qt-gui:4
- media-libs/alsa-lib
- media-libs/libsndfile
- media-sound/jack-audio-connection-kit
- media-libs/ladspa-sdk
- dssi? ( media-libs/dssi )
- mad? ( media-libs/libmad )
- libsamplerate? ( media-libs/libsamplerate )
- osc? ( media-libs/liblo )
- rubberband? ( media-libs/rubberband )
- vorbis? ( media-libs/libvorbis )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf \
- $(use_enable mad libmad) \
- $(use_enable libsamplerate) \
- $(use_enable vorbis libvorbis) \
- $(use_enable osc liblo) \
- --enable-ladspa \
- $(use_enable dssi) \
- $(use_enable rubberband librubberband) \
- $(use_enable sse) \
- $(use_enable debug) \
- || die "econf failed"
- eqmake4 qtractor.pro -o qtractor.mak
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc README ChangeLog TODO AUTHORS
-}