Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 123230 Details for
Bug 134016
app-misc/gizmod (new ebuild) - includes powermated (see #84124)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-misc/gizmod-3.3 (new package) latest Ebuild
gizmod-3.3.ebuild (text/plain), 1.03 KB, created by
Tim Burrell
on 2007-06-27 17:51:15 UTC
(
hide
)
Description:
app-misc/gizmod-3.3 (new package) latest Ebuild
Filename:
MIME Type:
Creator:
Tim Burrell
Created:
2007-06-27 17:51:15 UTC
Size:
1.03 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Input event scripting utility that has special support for fancy keyboards and mice, USB dials, LIRC and USB remotes, and more." >HOMEPAGE="http://gizmod.sourceforge.net" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="libvisual" >RDEPEND="x11-libs/libX11 > dev-lang/python > media-libs/alsa-lib > dev-libs/boost > libvisual? ( >=media-libs/libvisual-0.4.0 )" >DEPEND="${RDEPEND} > x11-proto/xproto" > >pkg_setup() { > if ! built_with_use dev-libs/boost threads ; then > eerror "boost was not merged with the threads" > eerror "USE flag. Gizmo Daemon requires boost be" > eerror "built with this flag" > die "boost missing threads support" > fi >} > >src_compile() { > econf --with-boost $(use_enable libvisual visplugin) || die "econf failed." > emake || die "emake failed." >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed." >}
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 134016
:
87242
|
87243
|
87252
|
87254
|
118674
|
118745
|
119531
|
121129
|
123230
|
135431
|
166952
|
179015
|
179016
|
179017
|
193531
|
193533
|
207419
|
212109