* [gentoo-commits] gentoo-x86 commit in media-sound/traverso: traverso-0.42.0.ebuild ChangeLog
@ 2008-04-20 17:38 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2008-04-20 17:38 UTC (permalink / raw
To: gentoo-commits
aballier 08/04/20 17:38:10
Modified: traverso-0.42.0.ebuild ChangeLog
Log:
fix build with gcc 4.3, by Peter Alfredsen <peter.alfredsen@gmail.com>, bug #217831
(Portage version: 2.1.5_rc5)
Revision Changes Path
1.3 media-sound/traverso/traverso-0.42.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/traverso/traverso-0.42.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/traverso/traverso-0.42.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/traverso/traverso-0.42.0.ebuild?r1=1.2&r2=1.3
Index: traverso-0.42.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/traverso/traverso-0.42.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- traverso-0.42.0.ebuild 13 Jan 2008 13:10:48 -0000 1.2
+++ traverso-0.42.0.ebuild 20 Apr 2008 17:38:09 -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/traverso/traverso-0.42.0.ebuild,v 1.2 2008/01/13 13:10:48 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/traverso-0.42.0.ebuild,v 1.3 2008/04/20 17:38:09 aballier Exp $
inherit eutils qt4 cmake-utils
@@ -47,6 +47,7 @@
epatch "${FILESDIR}/${P}-nojack.patch"
epatch "${FILESDIR}/${P}-strictaliasing.patch"
+ epatch "${FILESDIR}/${P}-gcc43.patch"
}
src_install() {
1.18 media-sound/traverso/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/traverso/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/traverso/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/traverso/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/traverso/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 14 Mar 2008 20:56:38 -0000 1.17
+++ ChangeLog 20 Apr 2008 17:38:09 -0000 1.18
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/traverso
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/ChangeLog,v 1.17 2008/03/14 20:56:38 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/ChangeLog,v 1.18 2008/04/20 17:38:09 aballier Exp $
+
+ 20 Apr 2008; Alexis Ballier <aballier@gentoo.org>
+ +files/traverso-0.42.0-gcc43.patch, traverso-0.42.0.ebuild:
+ fix build with gcc 4.3, by Peter Alfredsen <peter.alfredsen@gmail.com>,
+ bug #217831
14 Mar 2008; Alexis Ballier <aballier@gentoo.org> metadata.xml:
proaudio is in herd not in maintainer
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/traverso: traverso-0.42.0.ebuild ChangeLog
@ 2008-10-26 10:32 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2008-10-26 10:32 UTC (permalink / raw
To: gentoo-commits
aballier 08/10/26 10:32:17
Modified: traverso-0.42.0.ebuild ChangeLog
Log:
Fix build with latest cmake due to a typo in the cmakelists files, adjust lv2 dep as it doesn't build with 0.6
(Portage version: 2.2_rc12/cvs/Linux 2.6.27.3 x86_64)
Revision Changes Path
1.7 media-sound/traverso/traverso-0.42.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/traverso/traverso-0.42.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/traverso/traverso-0.42.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/traverso/traverso-0.42.0.ebuild?r1=1.6&r2=1.7
Index: traverso-0.42.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/traverso/traverso-0.42.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- traverso-0.42.0.ebuild 27 Jul 2008 01:06:44 -0000 1.6
+++ traverso-0.42.0.ebuild 26 Oct 2008 10:32:17 -0000 1.7
@@ -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/traverso/traverso-0.42.0.ebuild,v 1.6 2008/07/27 01:06:44 carlo Exp $
+# $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
@@ -26,7 +26,7 @@
>=media-sound/wavpack-4.40.0
>=media-libs/libvorbis-1.1.2
>=media-libs/flac-1.1.2
- lv2? ( media-libs/slv2 )
+ lv2? ( =media-libs/slv2-0.5* )
mad? ( media-libs/libmad )
lame? ( media-sound/lame )"
DEPEND="${RDEPEND}
@@ -46,6 +46,7 @@
epatch "${FILESDIR}/${P}-nojack.patch"
epatch "${FILESDIR}/${P}-strictaliasing.patch"
epatch "${FILESDIR}/${P}-gcc43.patch"
+ epatch "${FILESDIR}/${P}-cmake.patch"
}
src_compile() {
1.22 media-sound/traverso/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/traverso/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/traverso/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/traverso/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/traverso/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 27 Jul 2008 01:06:44 -0000 1.21
+++ ChangeLog 26 Oct 2008 10:32:17 -0000 1.22
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/traverso
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/ChangeLog,v 1.21 2008/07/27 01:06:44 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/ChangeLog,v 1.22 2008/10/26 10:32:17 aballier Exp $
+
+ 26 Oct 2008; Alexis Ballier <aballier@gentoo.org>
+ +files/traverso-0.42.0-cmake.patch, traverso-0.42.0.ebuild:
+ Fix build with latest cmake due to a typo in the cmakelists files, adjust
+ lv2 dep as it doesn't build with 0.6
27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> traverso-0.42.0.ebuild,
traverso-9999.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-26 10:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-26 10:32 [gentoo-commits] gentoo-x86 commit in media-sound/traverso: traverso-0.42.0.ebuild ChangeLog Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2008-04-20 17:38 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