public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/ardour: ChangeLog ardour-2.2.ebuild
@ 2008-01-15 22:34 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2008-01-15 22:34 UTC (permalink / raw
  To: gentoo-commits

aballier    08/01/15 22:34:48

  Modified:             ChangeLog
  Added:                ardour-2.2.ebuild
  Log:
  vesion bump
  (Portage version: 2.1.4)

Revision  Changes    Path
1.66                 media-sound/ardour/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ardour/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ardour/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ardour/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	16 Oct 2007 16:17:49 -0000	1.65
+++ ChangeLog	15 Jan 2008 22:34:47 -0000	1.66
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/ardour
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.65 2007/10/16 16:17:49 eldad Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.66 2008/01/15 22:34:47 aballier Exp $
+
+*ardour-2.2 (15 Jan 2008)
+
+  15 Jan 2008; Alexis Ballier <aballier@gentoo.org> +ardour-2.2.ebuild:
+  vesion bump
 
 *ardour-2.1 (16 Oct 2007)
 



1.1                  media-sound/ardour/ardour-2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ardour/ardour-2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ardour/ardour-2.2.ebuild?rev=1.1&content-type=text/plain

Index: ardour-2.2.ebuild
===================================================================
# 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.1 2008/01/15 22:34:47 aballier 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
	>=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
	=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}/${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.png 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."
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/ardour: ChangeLog ardour-2.2.ebuild
@ 2008-01-20 22:52 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2008-01-20 22:52 UTC (permalink / raw
  To: gentoo-commits

aballier    08/01/20 22:52:18

  Modified:             ChangeLog ardour-2.2.ebuild
  Log:
  Bump gnomecanvasmm deps to 2.20, should help with bug #194437
  (Portage version: 2.1.4)

Revision  Changes    Path
1.67                 media-sound/ardour/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ardour/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ardour/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ardour/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	15 Jan 2008 22:34:47 -0000	1.66
+++ ChangeLog	20 Jan 2008 22:52:17 -0000	1.67
@@ -1,6 +1,9 @@
 # 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.66 2008/01/15 22:34:47 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.67 2008/01/20 22:52:17 aballier Exp $
+
+  20 Jan 2008; Alexis Ballier <aballier@gentoo.org> ardour-2.2.ebuild:
+  Bump gnomecanvasmm deps to 2.20, should help with bug #194437
 
 *ardour-2.2 (15 Jan 2008)
 



1.2                  media-sound/ardour/ardour-2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ardour/ardour-2.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ardour/ardour-2.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ardour/ardour-2.2.ebuild?r1=1.1&r2=1.2

Index: ardour-2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ardour-2.2.ebuild	15 Jan 2008 22:34:47 -0000	1.1
+++ ardour-2.2.ebuild	20 Jan 2008 22:52:17 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.1 2008/01/15 22:34:47 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-2.2.ebuild,v 1.2 2008/01/20 22:52:17 aballier Exp $
 
 inherit eutils toolchain-funcs flag-o-matic
 
@@ -30,7 +30,7 @@
 	x11-themes/gtk-engines
 	>=dev-cpp/gtkmm-2.10
 	dev-cpp/glibmm
-	>=dev-cpp/libgnomecanvasmm-2.10.0
+	>=dev-cpp/libgnomecanvasmm-2.20.0
 	dev-cpp/cairomm
 	>=dev-libs/libsigc++-2.0
 	media-libs/libsoundtouch



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/ardour: ChangeLog ardour-2.2.ebuild
@ 2008-01-21  8:25 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2008-01-21  8:25 UTC (permalink / raw
  To: gentoo-commits

aballier    08/01/21 08:25:03

  Modified:             ChangeLog ardour-2.2.ebuild
  Log:
  bump alsa-lib dep and add a check for midi useflag on it, bug #201777
  (Portage version: 2.1.4)

Revision  Changes    Path
1.68                 media-sound/ardour/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ardour/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ardour/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ardour/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	20 Jan 2008 22:52:17 -0000	1.67
+++ ChangeLog	21 Jan 2008 08:25:02 -0000	1.68
@@ -1,6 +1,9 @@
 # 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.67 2008/01/20 22:52:17 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.68 2008/01/21 08:25:02 aballier Exp $
+
+  21 Jan 2008; Alexis Ballier <aballier@gentoo.org> ardour-2.2.ebuild:
+  bump alsa-lib dep and add a check for midi useflag on it, bug #201777
 
   20 Jan 2008; Alexis Ballier <aballier@gentoo.org> ardour-2.2.ebuild:
   Bump gnomecanvasmm deps to 2.20, should help with bug #194437



1.3                  media-sound/ardour/ardour-2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ardour/ardour-2.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ardour/ardour-2.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ardour/ardour-2.2.ebuild?r1=1.2&r2=1.3

Index: ardour-2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ardour-2.2.ebuild	20 Jan 2008 22:52:17 -0000	1.2
+++ ardour-2.2.ebuild	21 Jan 2008 08:25:02 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.2 2008/01/20 22:52:17 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-2.2.ebuild,v 1.3 2008/01/21 08:25:02 aballier Exp $
 
 inherit eutils toolchain-funcs flag-o-matic
 
@@ -21,7 +21,7 @@
 	x11-libs/pango
 	>=x11-libs/gtk+-2.8.8
 	media-libs/flac
-	media-libs/alsa-lib
+	>=media-libs/alsa-lib-1.0.14a-r1
 	>=media-libs/libsamplerate-0.1.1-r1
 	>=dev-libs/libxml2-2.6.0
 	dev-libs/libxslt
@@ -50,6 +50,12 @@
 		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() {



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-01-21  8:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-20 22:52 [gentoo-commits] gentoo-x86 commit in media-sound/ardour: ChangeLog ardour-2.2.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2008-01-21  8:25 Alexis Ballier (aballier)
2008-01-15 22:34 Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox