Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 319718 Details for
Bug 313931
media-sound/a2jmidid: Verify and potentially improve Python-related code
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
a2jmidid.patch
a2jmidid.patch (text/plain), 1.21 KB, created by
Arfrever Frehtes Taifersar Arahesis
on 2012-07-30 12:54:49 UTC
(
hide
)
Description:
a2jmidid.patch
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis
Created:
2012-07-30 12:54:49 UTC
Size:
1.21 KB
patch
obsolete
>--- a2jmidid-6.ebuild >+++ a2jmidid-6.ebuild >@@ -2,7 +2,10 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/a2jmidid-6.ebuild,v 1.2 2012/05/05 08:02:52 mgorny Exp $ > >-inherit toolchain-funcs >+EAPI="4" >+PYTHON_DEPEND="2" >+ >+inherit python toolchain-funcs waf-utils > > DESCRIPTION="Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system." > HOMEPAGE="http://home.gna.org/a2jmidid/" >@@ -17,16 +20,22 @@ > media-sound/jack-audio-connection-kit > sys-apps/dbus" > DEPEND="${RDEPEND} >- virtual/pkgconfig >- dev-lang/python" >+ virtual/pkgconfig" >+ >+DOCS=(AUTHORS README NEWS internals.txt) >+ >+pkg_setup() { >+ python_set_active_version 2 >+ python_pkg_setup >+} > >-src_compile() { >+src_configure() { >+ WAF_BINARY="./waf" > tc-export CC AR CPP LD RANLIB >- ./waf configure --prefix=/usr || die "failed to configure" >- ./waf || die "failed to build" >+ CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS}" ${WAF_BINARY} configure --prefix="${EPREFIX}/usr" || die "failed to configure" > } > > src_install() { >- ./waf --destdir="${D}" install || die "install failed" >- dodoc AUTHORS README NEWS internals.txt >+ waf-utils_src_install >+ python_convert_shebangs -r 2 "${ED}" > }
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 313931
:
292289
|
292493
|
292605
|
293085
| 319718