* [gentoo-commits] gentoo-x86 commit in media-sound/kwave: kwave-0.7.9.ebuild ChangeLog
@ 2007-11-18 21:56 Alexis Ballier (aballier)
0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2007-11-18 21:56 UTC (permalink / raw
To: gentoo-commits
aballier 07/11/18 21:56:27
Modified: kwave-0.7.9.ebuild ChangeLog
Log:
add a check for flac cxx use flag, FLAC++ is needed here
(Portage version: 2.1.3.19)
Revision Changes Path
1.4 media-sound/kwave/kwave-0.7.9.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/kwave-0.7.9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/kwave-0.7.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/kwave-0.7.9.ebuild?r1=1.3&r2=1.4
Index: kwave-0.7.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.7.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kwave-0.7.9.ebuild 21 Jul 2007 20:11:55 -0000 1.3
+++ kwave-0.7.9.ebuild 18 Nov 2007 21:56:26 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.7.9.ebuild,v 1.3 2007/07/21 20:11:55 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.7.9.ebuild,v 1.4 2007/11/18 21:56:26 aballier Exp $
inherit kde flag-o-matic
@@ -36,6 +36,12 @@
eerror "KWave needs aRts, please rebuild kdelibs with arts use flag enabled."
die
fi
+
+ if ! built_with_use --missing true media-libs/flac cxx; then
+ eerror "To build ${PN} you need the C++ bindings for flac."
+ eerror "Please enable the cxx USE flag for media-libs/flac"
+ die "Missing FLAC C++ bindings."
+ fi
}
src_unpack() {
1.3 media-sound/kwave/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 21 Jul 2007 20:11:55 -0000 1.2
+++ ChangeLog 18 Nov 2007 21:56:26 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/kwave
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v 1.2 2007/07/21 20:11:55 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v 1.3 2007/11/18 21:56:26 aballier Exp $
+
+ 18 Nov 2007; Alexis Ballier <aballier@gentoo.org> kwave-0.7.9.ebuild:
+ add a check for flac cxx use flag, FLAC++ is needed here
21 Jul 2007; Wulf C. Krueger <philantrop@gentoo.org>
+files/kwave-0.7.9-debian-431199.diff,
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/kwave: kwave-0.7.9.ebuild ChangeLog
@ 2008-01-21 15:03 Bo Oersted Andresen (zlin)
0 siblings, 0 replies; 4+ messages in thread
From: Bo Oersted Andresen (zlin) @ 2008-01-21 15:03 UTC (permalink / raw
To: gentoo-commits
zlin 08/01/21 15:03:53
Modified: kwave-0.7.9.ebuild ChangeLog
Log:
Fix dependencies for kwave so KDE 4.x cannot be pulled in instead of KDE 3.5.x. Don't have both optional and hard dependencies on arts.
(Portage version: 2.1.4)
Revision Changes Path
1.5 media-sound/kwave/kwave-0.7.9.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/kwave-0.7.9.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/kwave-0.7.9.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/kwave-0.7.9.ebuild?r1=1.4&r2=1.5
Index: kwave-0.7.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.7.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kwave-0.7.9.ebuild 18 Nov 2007 21:56:26 -0000 1.4
+++ kwave-0.7.9.ebuild 21 Jan 2008 15:03:53 -0000 1.5
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.7.9.ebuild,v 1.4 2007/11/18 21:56:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.7.9.ebuild,v 1.5 2008/01/21 15:03:53 zlin Exp $
+ARTS_REQUIRED=yes
inherit kde flag-o-matic
DESCRIPTION="Kwave is a sound editor for KDE."
@@ -23,19 +24,15 @@
sci-libs/gsl"
DEPEND="${RDEPEND}
- kde-base/arts
- || ( kde-base/kdemultimedia-arts kde-base/kdemultimedia )
- || ( kde-base/kdesdk-misc kde-base/kdesdk )
+ || ( kde-base/kdemultimedia-arts =kde-base/kdemultimedia-3.5* )
+ || ( =kde-base/kdesdk-misc-3.5* =kde-base/kdesdk-3.5* )
app-text/recode
media-gfx/imagemagick"
need-kde 3.4
pkg_setup() {
- if ! built_with_use kde-base/kdelibs arts ; then
- eerror "KWave needs aRts, please rebuild kdelibs with arts use flag enabled."
- die
- fi
+ kde_pkg_setup
if ! built_with_use --missing true media-libs/flac cxx; then
eerror "To build ${PN} you need the C++ bindings for flac."
1.4 media-sound/kwave/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 18 Nov 2007 21:56:26 -0000 1.3
+++ ChangeLog 21 Jan 2008 15:03:53 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/kwave
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v 1.3 2007/11/18 21:56:26 aballier Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v 1.4 2008/01/21 15:03:53 zlin Exp $
+
+ 21 Jan 2008; Bo Ørsted Andresen <bo.andresen@zlin.dk> kwave-0.7.9.ebuild:
+ Fix dependencies so KDE 4.x cannot be pulled in instead of KDE 3.5.x. Don't
+ have both optional and hard dependencies on arts.
18 Nov 2007; Alexis Ballier <aballier@gentoo.org> kwave-0.7.9.ebuild:
add a check for flac cxx use flag, FLAC++ is needed here
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/kwave: kwave-0.7.9.ebuild ChangeLog
@ 2008-02-18 12:10 Ingmar Vanhassel (ingmar)
0 siblings, 0 replies; 4+ messages in thread
From: Ingmar Vanhassel (ingmar) @ 2008-02-18 12:10 UTC (permalink / raw
To: gentoo-commits
ingmar 08/02/18 12:10:27
Modified: kwave-0.7.9.ebuild ChangeLog
Log:
Don't run autotools during src_compile(), bug 207457.
(Portage version: 2.1.4.4)
Revision Changes Path
1.6 media-sound/kwave/kwave-0.7.9.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/kwave-0.7.9.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/kwave-0.7.9.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/kwave-0.7.9.ebuild?r1=1.5&r2=1.6
Index: kwave-0.7.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.7.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kwave-0.7.9.ebuild 21 Jan 2008 15:03:53 -0000 1.5
+++ kwave-0.7.9.ebuild 18 Feb 2008 12:10:26 -0000 1.6
@@ -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/kwave/kwave-0.7.9.ebuild,v 1.5 2008/01/21 15:03:53 zlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.7.9.ebuild,v 1.6 2008/02/18 12:10:26 ingmar Exp $
ARTS_REQUIRED=yes
inherit kde flag-o-matic
@@ -46,10 +46,10 @@
cd "${S}"
epatch "${FILESDIR}/${P}_flac-v1.1.3_and_v1.1.4-support.diff"
epatch "${FILESDIR}/${P}-debian-431199.diff"
+ eautoreconf
}
src_compile() {
- eautoreconf
local myconf="--without-builtin-libaudiofile"
myconf="$(use_enable doc)"
1.5 media-sound/kwave/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 21 Jan 2008 15:03:53 -0000 1.4
+++ ChangeLog 18 Feb 2008 12:10:26 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/kwave
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v 1.4 2008/01/21 15:03:53 zlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v 1.5 2008/02/18 12:10:26 ingmar Exp $
+
+ 18 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> kwave-0.7.9.ebuild:
+ Don't run autotools during src_compile(), bug 207457.
21 Jan 2008; Bo Ørsted Andresen <bo.andresen@zlin.dk> kwave-0.7.9.ebuild:
Fix dependencies so KDE 4.x cannot be pulled in instead of KDE 3.5.x. Don't
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/kwave: kwave-0.7.9.ebuild ChangeLog
@ 2008-02-19 1:52 Ingmar Vanhassel (ingmar)
0 siblings, 0 replies; 4+ messages in thread
From: Ingmar Vanhassel (ingmar) @ 2008-02-19 1:52 UTC (permalink / raw
To: gentoo-commits
ingmar 08/02/19 01:52:13
Modified: kwave-0.7.9.ebuild ChangeLog
Log:
Update kde-base/* dependencies so that KDE 4 doesn't satisfy it. bug 206528.
(Portage version: 2.1.4.4)
Revision Changes Path
1.7 media-sound/kwave/kwave-0.7.9.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/kwave-0.7.9.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/kwave-0.7.9.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/kwave-0.7.9.ebuild?r1=1.6&r2=1.7
Index: kwave-0.7.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.7.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- kwave-0.7.9.ebuild 18 Feb 2008 12:10:26 -0000 1.6
+++ kwave-0.7.9.ebuild 19 Feb 2008 01:52:12 -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/kwave/kwave-0.7.9.ebuild,v 1.6 2008/02/18 12:10:26 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.7.9.ebuild,v 1.7 2008/02/19 01:52:12 ingmar Exp $
ARTS_REQUIRED=yes
inherit kde flag-o-matic
@@ -24,7 +24,7 @@
sci-libs/gsl"
DEPEND="${RDEPEND}
- || ( kde-base/kdemultimedia-arts =kde-base/kdemultimedia-3.5* )
+ || ( =kde-base/kdemultimedia-arts-3.5* =kde-base/kdemultimedia-3.5* )
|| ( =kde-base/kdesdk-misc-3.5* =kde-base/kdesdk-3.5* )
app-text/recode
media-gfx/imagemagick"
1.6 media-sound/kwave/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 18 Feb 2008 12:10:26 -0000 1.5
+++ ChangeLog 19 Feb 2008 01:52:12 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/kwave
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v 1.5 2008/02/18 12:10:26 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v 1.6 2008/02/19 01:52:12 ingmar Exp $
+
+ 19 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> kwave-0.7.9.ebuild:
+ Update kde-base/* dependencies so that KDE 4 doesn't satisfy it. bug 206528.
18 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> kwave-0.7.9.ebuild:
Don't run autotools during src_compile(), bug 207457.
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-02-19 1:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-18 21:56 [gentoo-commits] gentoo-x86 commit in media-sound/kwave: kwave-0.7.9.ebuild ChangeLog Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2008-01-21 15:03 Bo Oersted Andresen (zlin)
2008-02-18 12:10 Ingmar Vanhassel (ingmar)
2008-02-19 1:52 Ingmar Vanhassel (ingmar)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox