Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 313447 Details for
Bug 418065
medialibs/libclthreads-2.4.0 doesn't create major version symlink to libclthreads.so.2.4.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
New libclthreads 2.4.0 ebuild to apply 2.4.0 specific makefile patch
libclthreads-2.4.0.ebuild (text/plain), 872 bytes, created by
Rodrigo Severo
on 2012-05-28 22:55:53 UTC
(
hide
)
Description:
New libclthreads 2.4.0 ebuild to apply 2.4.0 specific makefile patch
Filename:
MIME Type:
Creator:
Rodrigo Severo
Created:
2012-05-28 22:55:53 UTC
Size:
872 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-libs/libclthreads/libclthreads-2.4.0.ebuild,v 1.1 2008/04/19 12:52:24 aballier Exp $ > >inherit eutils multilib toolchain-funcs > >MY_P="${P/lib/}" > >S="${WORKDIR}/${MY_P}" > >DESCRIPTION="An audio library by Fons Adriaensen <fons.adriaensen@skynet.be>" >HOMEPAGE="http://www.kokkinizita.net/linuxaudio/" >SRC_URI="http://www.kokkinizita.net/linuxaudio/downloads/${MY_P}.tar.bz2" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~sparc ~x86" >IUSE="" > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}/${P}-Makefile.patch" >} > >src_compile() { > tc-export CC CXX > emake || die "emake failed" >} > >src_install() { > emake CLTHREADS_LIBDIR="/usr/$(get_libdir)" DESTDIR="${D}" install || die "make install failed" > dodoc AUTHORS >}
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 418065
:
313445
| 313447