Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 163950 Details for
Bug 235964
x11-libs/tslib-1.0 fails on rpl_malloc and the .pc file is wrong
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Working tslib-1.0 ebuild
tslib-1.0.ebuild (text/plain), 1.36 KB, created by
Damien Thébault
on 2008-08-27 23:19:12 UTC
(
hide
)
Description:
Working tslib-1.0 ebuild
Filename:
MIME Type:
Creator:
Damien Thébault
Created:
2008-08-27 23:19:12 UTC
Size:
1.36 KB
patch
obsolete
># Copyright 2008-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/tslib-1.0.ebuild,v 1.2 2008/06/04 18:25:09 flameeyes Exp $ > >inherit eutils toolchain-funcs autotools > >DESCRIPTION="Touchscreen Access Library" >KEYWORDS="~arm ~amd64 ~x86" >IUSE="" >#extras arctic2 collie corgi h3600 linear-h2200 mk712 ucb1x00" >DEPEND="" >RDEPEND="" >HOMEPAGE="http://tslib.berlios.de/" >SRC_URI="mirror://gentoo/${PN}-${PV}-patches-1.tar.bz2 mirror://berlios/${PN}/${PN}-${PV}.tar.bz2" >SLOT="0" >LICENSE="LGPL-2" > >src_unpack() { > unpack ${A} > cd "${S}" > # patches come from buildroot + openembedded + suse > epatch "${WORKDIR}"/patches/*.patch > sed -e '/^AC_FUNC_MALLOC$/ d' \ > -e 's/AC_INIT(tslib, 0.0.2,/AC_INIT(tslib, 1.0,/' \ > -e 's/LT_RELEASE=0.0/LT_RELEASE=1.0/' \ > -i configure.ac || die 'sed failed' > eautoreconf >} > >src_compile() { > # compile everything. INSTALL_MASK= what you don't want. > econf --enable-linear --enable-dejitter \ > --enable-variance --enable-pthres \ > --enable-input --enable-shared \ > --enable-arctic2 --enable-collie \ > --enable-corgi --enable-h3600 \ > --enable-linear-h2200 --enable-mk712 \ > --enable-ucb1x00 --disable-debug || die "Configure failed" > > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > dodoc AUTHORS NEWS 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 235964
:
163948
| 163950