Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 12643 Details for
Bug 22069
alsa-patch-bay-0.5.1 depends on >=x11-libs/gtkmm-2.0.0 and IUSE not set.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
alsa-patch-bay ebuild bugfix
alsa-patch-bay-0.5.1-r1.ebuild (text/plain), 1.48 KB, created by
Torben Hohn (RETIRED)
on 2003-06-01 18:50:25 UTC
(
hide
)
Description:
alsa-patch-bay ebuild bugfix
Filename:
MIME Type:
Creator:
Torben Hohn (RETIRED)
Created:
2003-06-01 18:50:25 UTC
Size:
1.48 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.1.ebuild,v 1.2 2003/05/09 15:56:32 darkspecter Exp $ > >DESCRIPTION="Graphical patch bay for the ALSA sequencer API." >HOMEPAGE="http://pkl.net/~node/alsa-patch-bay.html" >LICENSE="GPL-2" >SLOT="0" > >KEYWORDS="~x86" > >IUSE="fltk" > ># The package defaults to the gtkmm graphics library. ># To use fltk instead, do $ USE="fltk" emerge alsa-patch-bay ># Note: fltk is not an official USE flag, and the dependency on ># it may go away in the future. >DEPEND="!fltk? >=x11-libs/gtkmm-2.0 > fltk? >=x11-libs/fltk-1.1.2 > >=media-sound/alsa-driver-0.9.0_rc1 > >=media-libs/alsa-lib-0.9.0_rc1 > >=media-sound/alsa-utils-0.9.0_rc1" > >SRC_URI="http://pkl.net/~node/software/${P}.tar.gz" >S=${WORKDIR}/${P} > >src_compile() { > local myconf > use fltk || myconf="--disable-fltk" > ./configure ${myconf} \ > --host=${CHOST} \ > --prefix=/usr \ > --infodir=/usr/share/info \ > --mandir=/usr/share/man || die "./configure failed" > emake || die >} > >src_install() { > einstall APB_DESKTOP_PREFIX=${D}/usr/share || die > dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO >} > >pkg_preinst() { > if [ -e ${D}/usr/bin/jack-patch-bay ] > then > rm ${D}/usr/bin/jack-patch-bay > ln -s alsa-patch-bay ${D}/usr/bin/jack-patch-bay > fi >}
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 Raw
Actions:
View
Attachments on
bug 22069
: 12643