Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 11377 Details for
Bug 18527
ardour-cvs-0.6.ebuild fails
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patches the ardour ebuild to include gettext dependancy and adds USE=ksi to toggle ksi support
ardour-nls-ksi.patch (text/plain), 1.17 KB, created by
rob holland (RETIRED)
on 2003-05-02 05:22:51 UTC
(
hide
)
Description:
Patches the ardour ebuild to include gettext dependancy and adds USE=ksi to toggle ksi support
Filename:
MIME Type:
Creator:
rob holland (RETIRED)
Created:
2003-05-02 05:22:51 UTC
Size:
1.17 KB
patch
obsolete
>--- ardour-cvs-0.6.orig.ebuild 2003-05-02 09:41:52.000000000 +0000 >+++ /usr/portage/media-sound/ardour-cvs/ardour-cvs-0.6.ebuild 2003-05-02 09:56:05.000000000 +0000 >@@ -2,6 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /home/cvsroot/gentoo-x86/media-sound/ardour-cvs/ardour-cvs-0.6.ebuild,v 1.5 2003/04/12 04:49:25 jje Exp $ > >+IUSE="nls ksi" >+ > inherit cvs > > ECVS_SERVER="cvs.ardour.sourceforge.net:/cvsroot/ardour" >@@ -28,17 +30,23 @@ > >=media-libs/libsamplerate-0.0.14 > >=media-libs/liblrdf-0.2.4" > >+RDEPEND="nls? ( sys-devel/gettext )" >+ > S="${WORKDIR}/${PN/-cvs/}" > > src_compile() { > >+ local myconf >+ > sh autogen.sh > # nasty little hack to create version.h, will remove when this > # is fixed upstream... > cd gtk_ardour > sh version.sh remake || die "failed to create version.h" > cd .. >- econf || die "configure failed" >+ use nls || myconf="${myconf} --disable-nls" >+ use ksi || myconf="${myconf} --disable-ksi" >+ econf ${myconf} || die "configure failed" > > # while troubleshooting upgrades to ardour-cvs-0.6 i changed from > # emake to make. Can probably change back. Need to test.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 18527
:
10060
|
11376
|
11377
|
11385