diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-06-20 13:09:18 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-06-20 13:09:18 +0000 |
commit | 1562655ab513354f3632967bc46b610adb6ae2f4 (patch) | |
tree | f0d1e221d3bcfbdf239d0ec8e4d4ec05a901aa05 | |
parent | remove live ebuild since upstream switched from cvs to git and thus a new ebu... (diff) | |
download | gentoo-2-1562655ab513354f3632967bc46b610adb6ae2f4.tar.gz gentoo-2-1562655ab513354f3632967bc46b610adb6ae2f4.tar.bz2 gentoo-2-1562655ab513354f3632967bc46b610adb6ae2f4.zip |
remove old
(Portage version: 2.2_rc33/cvs/Linux x86_64)
-rw-r--r-- | media-sound/traverso/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/traverso/files/traverso-0.42.0-cmake.patch | 12 | ||||
-rw-r--r-- | media-sound/traverso/files/traverso-0.42.0-gcc43.patch | 34 | ||||
-rw-r--r-- | media-sound/traverso/files/traverso-0.42.0-nojack.patch | 18 | ||||
-rw-r--r-- | media-sound/traverso/files/traverso-0.42.0-strictaliasing.patch | 18 | ||||
-rw-r--r-- | media-sound/traverso/traverso-0.42.0.ebuild | 67 |
6 files changed, 7 insertions, 150 deletions
diff --git a/media-sound/traverso/ChangeLog b/media-sound/traverso/ChangeLog index 6b87ba1c9b33..6edc603197bf 100644 --- a/media-sound/traverso/ChangeLog +++ b/media-sound/traverso/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/traverso # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/ChangeLog,v 1.25 2009/06/20 13:07:16 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/ChangeLog,v 1.26 2009/06/20 13:09:17 aballier Exp $ + + 20 Jun 2009; Alexis Ballier <aballier@gentoo.org> -traverso-0.42.0.ebuild, + -files/traverso-0.42.0-cmake.patch, -files/traverso-0.42.0-gcc43.patch, + -files/traverso-0.42.0-nojack.patch, + -files/traverso-0.42.0-strictaliasing.patch: + remove old 20 Jun 2009; Alexis Ballier <aballier@gentoo.org> -traverso-9999.ebuild: remove live ebuild since upstream switched from cvs to git and thus a new diff --git a/media-sound/traverso/files/traverso-0.42.0-cmake.patch b/media-sound/traverso/files/traverso-0.42.0-cmake.patch deleted file mode 100644 index 2c29c6f4897d..000000000000 --- a/media-sound/traverso/files/traverso-0.42.0-cmake.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: traverso-0.42.0/CMakeLists.txt -=================================================================== ---- traverso-0.42.0.orig/CMakeLists.txt -+++ traverso-0.42.0/CMakeLists.txt -@@ -252,7 +252,6 @@ IF(WANT_MP3_ENCODE) - LIST(APPEND TRAVERSO_DEFINES -DMP3_ENCODE_SUPPORT) - MESSAGE("-- Building with mp3 encoding support enabled") - SET(HAVE_MP3_ENCODING TRUE) -- ENDIF(LAME_FOUND) - ELSE(WANT_MP3_ENCODE) - SET(HAVE_MP3_ENCODING FALSE) - ENDIF(WANT_MP3_ENCODE) diff --git a/media-sound/traverso/files/traverso-0.42.0-gcc43.patch b/media-sound/traverso/files/traverso-0.42.0-gcc43.patch deleted file mode 100644 index 2b4a11b5e084..000000000000 --- a/media-sound/traverso/files/traverso-0.42.0-gcc43.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- traverso-0.42.0.orig/src/traverso/Main.cpp -+++ traverso-0.42.0/src/traverso/Main.cpp -@@ -31,6 +31,7 @@ - // Always put me below _all_ includes, this is needed - // in case we run with memory leak detection enabled! - #include "Debugger.h" -+#include <cstdlib> - - - Traverso* traverso; ---- traverso-0.42.0.orig/src/traverso/songcanvas/TimeLineView.cpp -+++ traverso-0.42.0/src/traverso/songcanvas/TimeLineView.cpp -@@ -48,6 +48,7 @@ - // Always put me below _all_ includes, this is needed - // in case we run with memory leak detection enabled! - #include "Debugger.h" -+#include <cstdlib> - - - #define MARKER_SOFT_SELECTION_DISTANCE 50 ---- traverso-0.42.0.orig/src/core/ReadSource.cpp -+++ traverso-0.42.0/src/core/ReadSource.cpp -@@ -35,7 +35,9 @@ - // Always put me below _all_ includes, this is needed - // in case we run with memory leak detection enabled! - #include "Debugger.h" -- -+#ifndef LONG_LONG_MAX -+#define LONG_LONG_MAX __LONG_LONG_MAX__ -+#endif - - /** - * \class ReadSource - diff --git a/media-sound/traverso/files/traverso-0.42.0-nojack.patch b/media-sound/traverso/files/traverso-0.42.0-nojack.patch deleted file mode 100644 index 581b48f93ae9..000000000000 --- a/media-sound/traverso/files/traverso-0.42.0-nojack.patch +++ /dev/null @@ -1,18 +0,0 @@ -Index: traverso-0.42.0/src/traverso/CMakeLists.txt -=================================================================== ---- traverso-0.42.0.orig/src/traverso/CMakeLists.txt -+++ traverso-0.42.0/src/traverso/CMakeLists.txt -@@ -274,11 +274,11 @@ TARGET_LINK_LIBRARIES(traverso - ) - ENDIF(HAVE_ALSA) - --IF(HAVE_ALSA) -+IF(HAVE_JACK) - TARGET_LINK_LIBRARIES(traverso - ${JACK_LIB} - ) --ENDIF(HAVE_ALSA) -+ENDIF(HAVE_JACK) - - IF(USE_PCH) - ADD_DEPENDENCIES(traverso precompiled_headers) diff --git a/media-sound/traverso/files/traverso-0.42.0-strictaliasing.patch b/media-sound/traverso/files/traverso-0.42.0-strictaliasing.patch deleted file mode 100644 index 70eae12dd76b..000000000000 --- a/media-sound/traverso/files/traverso-0.42.0-strictaliasing.patch +++ /dev/null @@ -1,18 +0,0 @@ -Index: traverso-0.42.0/src/common/fpu.cc -=================================================================== ---- traverso-0.42.0.orig/src/common/fpu.cc -+++ traverso-0.42.0/src/common/fpu.cc -@@ -75,11 +75,12 @@ FPU::FPU () - if (cpuflags & (1 << 24)) { - - char* fxbuf = 0; -+ char** temp = &fxbuf; - - #ifdef NO_POSIX_MEMALIGN - if ((fxbuf = (char *) malloc(512)) == 0) - #else -- if (posix_memalign ((void**)&fxbuf, 16, 512)) -+ if (posix_memalign ((void**)temp, 16, 512)) - #endif - { - printf("FPU() ERROR: cannot allocate 16 byte aligned buffer for h/w feature detection"); diff --git a/media-sound/traverso/traverso-0.42.0.ebuild b/media-sound/traverso/traverso-0.42.0.ebuild deleted file mode 100644 index e57724704280..000000000000 --- a/media-sound/traverso/traverso-0.42.0.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/traverso-0.42.0.ebuild,v 1.7 2008/10/26 10:32:17 aballier Exp $ - -EAPI=1 - -inherit eutils qt4 cmake-utils - -DESCRIPTION="Professional Audio Tools for GNU/Linux" -HOMEPAGE="http://traverso-daw.org/" -SRC_URI="http://traverso-daw.org/download/releases/current/${P}.tar.gz" - -IUSE="alsa debug jack lame lv2 mad opengl" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" - -RDEPEND="|| ( ( x11-libs/qt-core x11-libs/qt-gui opengl? ( x11-libs/qt-opengl ) ) - =x11-libs/qt-4.3*:4 ) - alsa? ( >=media-libs/alsa-lib-1.0.0 ) - jack? ( >=media-sound/jack-audio-connection-kit-0.100 ) - >=dev-libs/glib-2.8 - >=media-libs/libsndfile-1.0.12 - media-libs/libsamplerate - >=sci-libs/fftw-3 - >=media-sound/wavpack-4.40.0 - >=media-libs/libvorbis-1.1.2 - >=media-libs/flac-1.1.2 - lv2? ( =media-libs/slv2-0.5* ) - mad? ( media-libs/libmad ) - lame? ( media-sound/lame )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -pkg_setup() { - if use opengl && ! has_version x11-libs/qt-opengl && ! built_with_use =x11-libs/qt-4* opengl; then - eerror "You need to build qt4 with opengl support to have it in ${PN}" - die "Enabling opengl for traverso requires qt4 to be built with opengl support" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/${P}-nojack.patch" - epatch "${FILESDIR}/${P}-strictaliasing.patch" - epatch "${FILESDIR}/${P}-gcc43.patch" - epatch "${FILESDIR}/${P}-cmake.patch" -} - -src_compile() { - local mycmakeargs="$(cmake-utils_use_want jack JACK) $(cmake-utils_use_want alsa ALSA) \ - $(cmake-utils_use_want lv2 LV2) -DUSE_SYSTEM_SLV2_LIBRARY=ON \ - $(cmake-utils_use_want mad MP3_DECODE) $(cmake-utils_use_want lame MP3_ENCODE) \ - $(cmake-utils_use_want opengl OPENGL) $(cmake-utils_use_want debug TRAVERSO_DEBUG)" - cmake-utils_src_compile -} - -src_install() { - cmake-utils_src_install - dodoc AUTHORS ChangeLog README resources/help.text - doicon resources/freedesktop/icons/128x128/apps/traverso.png - domenu resources/traverso.desktop - insinto /usr/share/${PN} - doins -r resources/themes -} |