summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-04-09 07:27:24 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-04-09 07:27:24 +0000
commit62a802decadbc8f3c89a85495cc155c315b87691 (patch)
tree7ccc5a0e945a846ae2ba417d48977125e308359e /media-sound/ardour
parentRemove old versions (diff)
downloadgentoo-2-62a802decadbc8f3c89a85495cc155c315b87691.tar.gz
gentoo-2-62a802decadbc8f3c89a85495cc155c315b87691.tar.bz2
gentoo-2-62a802decadbc8f3c89a85495cc155c315b87691.zip
remove some old versions
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'media-sound/ardour')
-rw-r--r--media-sound/ardour/ChangeLog7
-rw-r--r--media-sound/ardour/ardour-2.0.3.ebuild118
-rw-r--r--media-sound/ardour/ardour-2.1.ebuild109
-rw-r--r--media-sound/ardour/ardour-2.2.ebuild123
-rw-r--r--media-sound/ardour/files/ardour-2.0.3-multilibstrict.patch13
5 files changed, 6 insertions, 364 deletions
diff --git a/media-sound/ardour/ChangeLog b/media-sound/ardour/ChangeLog
index 0e6933aec252..bbf1ac5f4869 100644
--- a/media-sound/ardour/ChangeLog
+++ b/media-sound/ardour/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/ardour
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.71 2008/04/06 21:28:27 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.72 2008/04/09 07:27:23 aballier Exp $
+
+ 09 Apr 2008; Alexis Ballier <aballier@gentoo.org>
+ -files/ardour-2.0.3-multilibstrict.patch, -ardour-2.0.3.ebuild,
+ -ardour-2.1.ebuild, -ardour-2.2.ebuild:
+ remove some old versions
*ardour-2.4 (06 Apr 2008)
diff --git a/media-sound/ardour/ardour-2.0.3.ebuild b/media-sound/ardour/ardour-2.0.3.ebuild
deleted file mode 100644
index 70218c42cb8c..000000000000
--- a/media-sound/ardour/ardour-2.0.3.ebuild
+++ /dev/null
@@ -1,118 +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/ardour/ardour-2.0.3.ebuild,v 1.4 2008/02/29 20:03:47 carlo Exp $
-
-inherit eutils toolchain-funcs flag-o-matic
-
-DESCRIPTION="multi-track hard disk recording software"
-HOMEPAGE="http://ardour.org/"
-SRC_URI="http://ardour.org/files/releases/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="altivec debug fftw nls sse"
-
-RDEPEND="media-libs/liblo
- >=media-libs/liblrdf-0.4.0
- >=media-libs/raptor-1.4.2
- >=media-sound/jack-audio-connection-kit-0.101.1
- >=dev-libs/glib-2.10.3
- x11-libs/pango
- >=x11-libs/gtk+-2.8.8
- media-libs/flac
- media-libs/alsa-lib
- >=media-libs/libsamplerate-0.1.1-r1
- >=dev-libs/libxml2-2.6.0
- dev-libs/libxslt
- >=media-libs/libsndfile-1.0.16
- gnome-base/libgnomecanvas
- x11-themes/gtk-engines
- >=dev-cpp/gtkmm-2.10
- dev-cpp/glibmm
- >=dev-cpp/libgnomecanvasmm-2.10.0
- dev-cpp/cairomm
- >=dev-libs/libsigc++-2.0
- media-libs/libsoundtouch
- dev-libs/libusb
- fftw? ( =sci-libs/fftw-3* )"
-
-DEPEND="${RDEPEND}
- sys-devel/libtool
- dev-libs/boost
- dev-util/pkgconfig
- >=dev-util/scons-0.96.1
- nls? ( sys-devel/gettext )"
-
-pkg_setup() {
- if ! built_with_use dev-cpp/gtkmm accessibility; then
- eerror "dev-cpp/gtkmm needs to be built with use accessibility"
- eerror "in order to build ${PN}"
- die "gtkmm was not built with use accessibility"
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${P}-multilibstrict.patch"
- epatch "${FILESDIR}/${P}-sndfile-external.patch"
- epatch "${FILESDIR}/${P}-cflags.patch"
-}
-
-ardour_use_enable() {
- use ${2} && echo "${1}=1" || echo "${1}=0"
-}
-
-src_compile() {
- # Required for scons to "see" intermediate install location
- mkdir -p "${D}"
-
- local FPU_OPTIMIZATION=$((use altivec || use sse) && echo 1 || echo 0)
- cd "${S}"
-
- tc-export CC CXX
-
- # Avoid compiling x86 asm when building on amd64 without using sse
- # bug #186798
- use amd64 && append-flags "-DUSE_X86_64_ASM"
-
- scons \
- $(ardour_use_enable DEBUG debug) \
- FPU_OPTIMIZATION=${FPU_OPTIMIZATION} \
- DESTDIR="${D}" \
- $(ardour_use_enable NLS nls) \
- $(ardour_use_enable FFT_ANALYSIS fftw) \
- SYSLIBS=1 \
- CFLAGS="${CFLAGS}" \
- PREFIX=/usr || die "scons make failed"
-}
-
-src_install() {
- scons install || die "make install failed"
-
- dodoc DOCUMENTATION/*
-
- doicon "${S}/icons/icon/ardour_icon_mac.png"
- make_desktop_entry ardour2 Ardour2 ardour_icon_mac AudioVideo
-}
-
-pkg_postinst() {
- ewarn "---------------- WARNING -------------------"
- ewarn ""
- ewarn "Do not use Ardour 2.0 to open the only copy of sessions created with Ardour 0.99."
- ewarn "Ardour 2.0 saves the session file in a new format that Ardour 0.99 will"
- ewarn "not understand."
- ewarn ""
- ewarn "MAKE BACKUPS OF THE SESSION FILES."
- ewarn ""
- ewarn "The simplest way to address this is to make a copy of the session file itself"
- ewarn "(e.g mysession/mysession.ardour) and make that file unreadable using chmod(1)."
- ewarn ""
- ewarn "---------------- WARNING -------------------"
- ewarn ""
- ewarn "If you use KDE 3.5, be sure to uncheck 'Apply colors to non-KDE applications' in"
- ewarn "the colors configuration module if you want to be able to actually see various"
- ewarn "texts in Ardour 2."
-}
diff --git a/media-sound/ardour/ardour-2.1.ebuild b/media-sound/ardour/ardour-2.1.ebuild
deleted file mode 100644
index b7161441dae3..000000000000
--- a/media-sound/ardour/ardour-2.1.ebuild
+++ /dev/null
@@ -1,109 +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/ardour/ardour-2.1.ebuild,v 1.2 2008/02/29 20:03:47 carlo Exp $
-
-inherit eutils toolchain-funcs flag-o-matic
-
-DESCRIPTION="multi-track hard disk recording software"
-HOMEPAGE="http://ardour.org/"
-SRC_URI="http://ardour.org/files/releases/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="altivec debug fftw nls sse"
-
-RDEPEND="media-libs/liblo
- >=media-libs/liblrdf-0.4.0
- >=media-libs/raptor-1.4.2
- >=media-sound/jack-audio-connection-kit-0.101.1
- >=dev-libs/glib-2.10.3
- x11-libs/pango
- >=x11-libs/gtk+-2.8.8
- media-libs/flac
- media-libs/alsa-lib
- >=media-libs/libsamplerate-0.1.1-r1
- >=dev-libs/libxml2-2.6.0
- dev-libs/libxslt
- >=media-libs/libsndfile-1.0.16
- gnome-base/libgnomecanvas
- x11-themes/gtk-engines
- >=dev-cpp/gtkmm-2.10
- dev-cpp/glibmm
- >=dev-cpp/libgnomecanvasmm-2.10.0
- dev-cpp/cairomm
- >=dev-libs/libsigc++-2.0
- media-libs/libsoundtouch
- dev-libs/libusb
- fftw? ( =sci-libs/fftw-3* )"
-
-DEPEND="${RDEPEND}
- sys-devel/libtool
- dev-libs/boost
- dev-util/pkgconfig
- >=dev-util/scons-0.96.1
- nls? ( sys-devel/gettext )"
-
-pkg_setup() {
- if ! built_with_use dev-cpp/gtkmm accessibility; then
- eerror "dev-cpp/gtkmm needs to be built with use accessibility"
- eerror "in order to build ${PN}"
- die "gtkmm was not built with use accessibility"
- fi
-}
-
-ardour_use_enable() {
- use ${2} && echo "${1}=1" || echo "${1}=0"
-}
-
-src_compile() {
- # Required for scons to "see" intermediate install location
- mkdir -p "${D}"
-
- local FPU_OPTIMIZATION=$((use altivec || use sse) && echo 1 || echo 0)
- cd "${S}"
-
- tc-export CC CXX
-
- # Avoid compiling x86 asm when building on amd64 without using sse
- # bug #186798
- use amd64 && append-flags "-DUSE_X86_64_ASM"
-
- scons \
- $(ardour_use_enable DEBUG debug) \
- FPU_OPTIMIZATION=${FPU_OPTIMIZATION} \
- DESTDIR="${D}" \
- $(ardour_use_enable NLS nls) \
- $(ardour_use_enable FFT_ANALYSIS fftw) \
- SYSLIBS=0 \
- CFLAGS="${CFLAGS}" \
- PREFIX=/usr || die "scons make failed"
-}
-
-src_install() {
- scons install || die "make install failed"
-
- dodoc DOCUMENTATION/*
-
- doicon "${S}/icons/icon/ardour_icon_mac.png"
- make_desktop_entry ardour2 Ardour2 ardour_icon_mac AudioVideo
-}
-
-pkg_postinst() {
- ewarn "---------------- WARNING -------------------"
- ewarn ""
- ewarn "Do not use Ardour 2.0 to open the only copy of sessions created with Ardour 0.99."
- ewarn "Ardour 2.0 saves the session file in a new format that Ardour 0.99 will"
- ewarn "not understand."
- ewarn ""
- ewarn "MAKE BACKUPS OF THE SESSION FILES."
- ewarn ""
- ewarn "The simplest way to address this is to make a copy of the session file itself"
- ewarn "(e.g mysession/mysession.ardour) and make that file unreadable using chmod(1)."
- ewarn ""
- ewarn "---------------- WARNING -------------------"
- ewarn ""
- ewarn "If you use KDE 3.5, be sure to uncheck 'Apply colors to non-KDE applications' in"
- ewarn "the colors configuration module if you want to be able to actually see various"
- ewarn "texts in Ardour 2."
-}
diff --git a/media-sound/ardour/ardour-2.2.ebuild b/media-sound/ardour/ardour-2.2.ebuild
deleted file mode 100644
index e4296461b81c..000000000000
--- a/media-sound/ardour/ardour-2.2.ebuild
+++ /dev/null
@@ -1,123 +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/ardour/ardour-2.2.ebuild,v 1.4 2008/02/29 20:03:47 carlo Exp $
-
-inherit eutils toolchain-funcs flag-o-matic
-
-DESCRIPTION="multi-track hard disk recording software"
-HOMEPAGE="http://ardour.org/"
-SRC_URI="http://ardour.org/files/releases/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="altivec debug nls sse"
-
-RDEPEND="media-libs/liblo
- >=media-libs/liblrdf-0.4.0
- >=media-libs/raptor-1.4.2
- >=media-sound/jack-audio-connection-kit-0.101.1
- >=dev-libs/glib-2.10.3
- x11-libs/pango
- >=x11-libs/gtk+-2.8.8
- media-libs/flac
- >=media-libs/alsa-lib-1.0.14a-r1
- >=media-libs/libsamplerate-0.1.1-r1
- >=dev-libs/libxml2-2.6.0
- dev-libs/libxslt
- >=media-libs/libsndfile-1.0.16
- gnome-base/libgnomecanvas
- x11-themes/gtk-engines
- >=dev-cpp/gtkmm-2.10
- dev-cpp/glibmm
- >=dev-cpp/libgnomecanvasmm-2.20.0
- dev-cpp/cairomm
- >=dev-libs/libsigc++-2.0
- media-libs/libsoundtouch
- dev-libs/libusb
- =sci-libs/fftw-3*"
-
-DEPEND="${RDEPEND}
- sys-devel/libtool
- dev-libs/boost
- dev-util/pkgconfig
- >=dev-util/scons-0.96.1
- nls? ( sys-devel/gettext )"
-
-pkg_setup() {
- if ! built_with_use dev-cpp/gtkmm accessibility; then
- eerror "dev-cpp/gtkmm needs to be built with use accessibility"
- eerror "in order to build ${PN}"
- die "gtkmm was not built with use accessibility"
- fi
- if ! built_with_use --missing true media-libs/alsa-lib midi; then
- eerror ""
- eerror "To be able to build ${PN} you need"
- eerror "to have built media-libs/alsa-lib with midi USE flag."
- die "Missing midi USE flag on media-libs/alsa-lib"
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${PN}-2.0.3-sndfile-external.patch"
- epatch "${FILESDIR}/${PN}-2.0.3-cflags.patch"
-}
-
-ardour_use_enable() {
- use ${2} && echo "${1}=1" || echo "${1}=0"
-}
-
-src_compile() {
- # Required for scons to "see" intermediate install location
- mkdir -p "${D}"
-
- local FPU_OPTIMIZATION=$((use altivec || use sse) && echo 1 || echo 0)
- cd "${S}"
-
- tc-export CC CXX
-
- # Avoid compiling x86 asm when building on amd64 without using sse
- # bug #186798
- use amd64 && append-flags "-DUSE_X86_64_ASM"
-
- scons \
- $(ardour_use_enable DEBUG debug) \
- FPU_OPTIMIZATION=${FPU_OPTIMIZATION} \
- DESTDIR="${D}" \
- $(ardour_use_enable NLS nls) \
- FFT_ANALYSIS=1 \
- SYSLIBS=1 \
- CFLAGS="${CFLAGS}" \
- PREFIX=/usr || die "scons make failed"
-}
-
-src_install() {
- scons install || die "make install failed"
-
- dodoc DOCUMENTATION/*
-
- doicon "${S}/icons/icon/ardour_icon_mac.png"
- make_desktop_entry ardour2 Ardour2 ardour_icon_mac AudioVideo
-}
-
-pkg_postinst() {
- ewarn "---------------- WARNING -------------------"
- ewarn ""
- ewarn "Do not use Ardour 2.0 to open the only copy of sessions created with Ardour 0.99."
- ewarn "Ardour 2.0 saves the session file in a new format that Ardour 0.99 will"
- ewarn "not understand."
- ewarn ""
- ewarn "MAKE BACKUPS OF THE SESSION FILES."
- ewarn ""
- ewarn "The simplest way to address this is to make a copy of the session file itself"
- ewarn "(e.g mysession/mysession.ardour) and make that file unreadable using chmod(1)."
- ewarn ""
- ewarn "---------------- WARNING -------------------"
- ewarn ""
- ewarn "If you use KDE 3.5, be sure to uncheck 'Apply colors to non-KDE applications' in"
- ewarn "the colors configuration module if you want to be able to actually see various"
- ewarn "texts in Ardour 2."
-}
diff --git a/media-sound/ardour/files/ardour-2.0.3-multilibstrict.patch b/media-sound/ardour/files/ardour-2.0.3-multilibstrict.patch
deleted file mode 100644
index 508a4eaadc9d..000000000000
--- a/media-sound/ardour/files/ardour-2.0.3-multilibstrict.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: ardour-2.0.3/libs/surfaces/powermate/SConscript
-===================================================================
---- ardour-2.0.3.orig/libs/surfaces/powermate/SConscript
-+++ ardour-2.0.3/libs/surfaces/powermate/SConscript
-@@ -49,7 +49,7 @@ Default(libardour_powermate)
- if env['NLS']:
- i18n (powermate, powermate_files, env)
-
--env.Alias('install', env.Install(os.path.join(install_prefix, 'lib/ardour2/surfaces'), libardour_powermate))
-+env.Alias('install', env.Install(os.path.join(install_prefix, env['LIBDIR'], 'ardour2', 'surfaces'), libardour_powermate))
-
- env.Alias('tarball', env.Distribute (env['DISTTREE'],
- [ 'SConscript' ] +