[proaudio] [1447] drop deprecated ardour-99992

[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]


Revision: 1447
Author:   gimpel
Date:     2009-03-23 20:28:49 +0100 (Mon, 23 Mar 2009)

Log Message:
-----------
drop deprecated ardour-99992

Modified Paths:
--------------
    trunk/overlays/proaudio/media-sound/ardour/Manifest

Removed Paths:
-------------
    trunk/overlays/proaudio/media-sound/ardour/ardour-99992.ebuild


Modified: trunk/overlays/proaudio/media-sound/ardour/Manifest
===================================================================
--- trunk/overlays/proaudio/media-sound/ardour/Manifest	2009-03-23 19:25:59 UTC (rev 1446)
+++ trunk/overlays/proaudio/media-sound/ardour/Manifest	2009-03-23 19:28:49 UTC (rev 1447)
@@ -25,6 +25,5 @@
 EBUILD ardour-2.7_p4225.ebuild 3110 RMD160 b561af3f9e1753c0e304de616052729702284268 SHA1 1f98f15b9c193f884012323157fb48eb65aa2f8e SHA256 a8dc0d4f7ceb4950c815c328dea51d7e61e3554be52d1776677fc5e523266392
 EBUILD ardour-2.9999.ebuild 3777 RMD160 560b16b11e1dab9ead16b983ff705fa57d2c8a80 SHA1 44e18eb90157b30d7630735bfbc12797c6e097b9 SHA256 94c95f96744377af97bfddfcd0e4deee3ae4571afe2e381587ee6129fd8f8b89
 EBUILD ardour-3.9999.ebuild 3083 RMD160 1802317cf4a9add3289884df17efa9b638ca36f1 SHA1 e314abc6ebc78eaf003c87c9b21c7319845a31bb SHA256 b45a93f9bde0866809da4c17121f0e0daea33cdd9e56ff17661de82aba41ed02
-EBUILD ardour-99992.ebuild 3384 RMD160 8641bbee54012722ebd94f475f44a0b0196402b6 SHA1 82ebe95518524a897291d31e180655937f344b60 SHA256 738ba0d6c785b4f1eef3287d956ec72902807e2d2b8d8ab3e4b5e779dc398c9a
 MISC ChangeLog 2455 RMD160 08eb14b1cd6e22e763256ec8a948f378d280febe SHA1 6dcd641666e079a8e8f395a4b31d18e53edc515b SHA256 72d98574471482b66237f29e490af02a507c73d64bdcbe460a8d9d6c71aa150b
 MISC metadata.xml 268 RMD160 facc07bd885f20615a1f2555069329c642e1a566 SHA1 2456bdb8a218c9d477d2d6ee4bf158de070c7be4 SHA256 96629b266b743f566c29158d4498edeeb1cd6b1f0cd9629e42d4f10b4da82f89

Deleted: trunk/overlays/proaudio/media-sound/ardour/ardour-99992.ebuild
===================================================================
--- trunk/overlays/proaudio/media-sound/ardour/ardour-99992.ebuild	2009-03-23 19:25:59 UTC (rev 1446)
+++ trunk/overlays/proaudio/media-sound/ardour/ardour-99992.ebuild	2009-03-23 19:28:49 UTC (rev 1447)
@@ -1,122 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit exteutils fetch-tools scons-ccache subversion
-
-ESVN_REPO_URI="http://subversion.ardour.org/svn/ardour2/branches/3.0";
-DESCRIPTION="multi-track hard disk recording software"
-HOMEPAGE="http://ardour.org/";
-SRC_URI=""
-URL="http://ardour.org/files/releases/${PN}.tar.bz2";
-RESTRICT="nomirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="nls debug sse altivec sys-libs" #vst"
-
-RDEPEND=">=media-libs/liblrdf-0.4.0
-	>=media-libs/aubio-0.3.2
-	>=media-libs/raptor-1.2.0
-	>=media-libs/libart_lgpl-2.3.16
-	>=media-libs/ladspa-sdk-1.12
-	>=media-libs/libsamplerate-0.0.14
-	media-libs/liblo
-	>=media-libs/libsndfile-1.0.4
-	>=dev-libs/libxml2-2.5.7
-	dev-libs/libxslt
-	>=dev-libs/glib-2.10
-	>=x11-libs/gtk+-2.6
-	>=gnome-base/libgnomecanvas-2.12.0
-	=media-sound/jack-audio-connection-kit-9999
-	!=media-sound/ardour2-9*
-	sys-libs? ( >=dev-libs/libsigc++-2.0
-		>=dev-cpp/glibmm-2.4
-		>=dev-cpp/cairomm-1.0
-		>=dev-cpp/gtkmm-2.8
-		>=dev-libs/atk-1.6
-		>=x11-libs/pango-1.4
-		>=dev-cpp/libgnomecanvasmm-2.12.0
-		>=media-libs/libsndfile-1.0.16
-		>=media-libs/libsoundtouch-1.0 )"
-	#vst? ( >=app-emulation/wine-0.9.5 )"
-
-DEPEND="${RDEPEND}
-	>=dev-libs/boost-1.33.1
-	sys-devel/bison
-	sys-devel/autoconf
-	sys-devel/automake
-	>=dev-util/pkgconfig-0.8.0
-	>=dev-util/scons-0.96.1
-	nls? ( >=sys-devel/gettext-0.12.1 )"
-	#vst? ( app-arch/zip
-	#	=media-libs/vst-sdk-2.3* )"
-
-S="${WORKDIR}/ardour2"
-
-pkg_setup(){
-	# issue with ACLOCAL_FLAGS if set to a wrong value
-	if [ "${#ACLOCAL_FLAGS}" -gt "0" ];then
-		ewarn "check your profile settings:"
-		ewarn "There is no need to set the ACLOCAL_FLAGS"
-		ewarn "environment variable so we unset it"
-		unset ACLOCAL_FLAGS
-	fi
-
-	if use sys-libs;then
-		ewarn "You are trying to use the system libraries"
-		ewarn "instead the ones provided by ardour"
-		ewarn "No upstream support for doing so. Use at your own risk!!!"
-		ewarn "To use the ardour provided libs remerge with:"
-		ewarn "USE=\"-sys-libs\" emerge =${P}"
-
-		if ! built_with_use dev-cpp/gtkmm accessibility;then
-			eerror "To be able to use the USE flag 'sys-libs'"
-			eerror "you need to have dev-cpp/gtkmm"
-			eerror "emerged with the USE flag 'accessibility'"
-			die "dev-cpp/gtkmm is not built with the 'accessibility' USE flag"
-		fi
-		epause 3s
-	fi
-}
-
-src_unpack(){
-	# abort if user answers no to distribution of vst enabled binaries
-	#if use vst;then agree_vst || die "you can not distribute ardour with vst support" ;fi
-
-	subversion_src_unpack
-	cd ${S}
-
-	add_ccache_to_scons
-
-	# Fix libsoundtouch-1.0.pc detection
-	if use sys-libs; then
-		sed -i -e 's:libSoundTouch:soundtouch-1.0:g' SConstruct \
-			|| die "Fixing soundtouch detection failed"
-	fi
-}
-
-src_compile() {
-	# Required for scons to "see" intermediate install location
-	mkdir -p ${D}
-
-	local myconf=""
-	! use altivec; myconf="${myconf} ALTIVEC=$?"
-	! use debug; myconf="${myconf} ARDOUR_DEBUG=$?"
-	! use nls; myconf="${myconf} NLS=$?"
-	! use sse; myconf="${myconf} USE_SSE_EVERYWHERE=$? BUILD_SSE_OPTIMIZATIONS=$?"
-	! use sys-libs; myconf="${myconf} SYSLIBS=$?"
-	#! use vst; myconf="${myconf} VST=$?"
-	# static settings
-	myconf="${myconf} PREFIX=/usr KSI=0" # NLS=0"
-	einfo "${myconf}"
-
-	cd ${S}
-	escons ${myconf} || die "compilation failed"
-}
-
-src_install() {
-	escons DESTDIR="${D}" install || die "make install failed"
-}
-


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/