Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 72300 Details for
Bug 107187
media-sound/om-0.2.0.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
om-0.2.0.ebuild (fixed some IUSE, DEPEND & checks)
om-0.2.0.ebuild (text/plain), 1.11 KB, created by
Federico Ferri (RETIRED)
on 2005-11-06 06:27:16 UTC
(
hide
)
Description:
om-0.2.0.ebuild (fixed some IUSE, DEPEND & checks)
Filename:
MIME Type:
Creator:
Federico Ferri (RETIRED)
Created:
2005-11-06 06:27:16 UTC
Size:
1.11 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >IUSE="alsa debug dssi ladspa lash gtk patch-loader" >DESCRIPTION="A modular audio synthesizer for GNU/Linux using Jack and LADSPA." >HOMEPAGE="http://om-synth.nongnu.org/" >SRC_URI="http://savannah.nongnu.org/download/om-synth/${P}.tar.gz" > >LICENSE="GPL-2" >KEYWORDS="~amd64 ~x86" > >SLOT="0" > >DEPEND=">=media-libs/liblo-0.22 > >=media-sound/jack-audio-connection-kit-0.99 > patch-loader? ( >=dev-libs/libxml2-2.6 ) > dssi? ( media-libs/dssi ) > media-plugins/omins > ladspa? ( media-libs/ladspa-sdk ) > gtk? ( >=dev-cpp/gtkmm-2.4 > >=dev-cpp/libgnomecanvasmm-2.6 > >=dev-cpp/libglademm-2.4.1 )" > >src_compile() { > if use gtk && ! use patch-loader; then > eerror "GTK client needs patch-loader USE flag!" > die > fi > econf \ > $(use_enable alsa) \ > $(use_enable debug) \ > $(use_enable dssi) \ > $(use_enable ladspa) \ > $(use_enable lash) \ > $(use_enable gtk gtk-client) \ > $(use_enable patch-loader) \ > || die > emake || die >} > >src_install() { > make DESTDIR=${D} install || die > dodoc AUTHORS NEWS THANKS TODO ChangeLog README >}
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 107187
:
69222
|
69727
|
69837
|
72300
|
72305
|
89554
|
89558
|
89933
|
90539