Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 340820 Details for
Bug 447664
mali-drivers-bin: new package (GL userspace libs)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mali-drivers-bin-0.45-r106.ebuild
mali-drivers-bin-0.45-r106.ebuild (text/plain), 1.26 KB, created by
SpanKY
on 2013-03-03 03:09:35 UTC
(
hide
)
Description:
mali-drivers-bin-0.45-r106.ebuild
Filename:
MIME Type:
Creator:
SpanKY
Created:
2013-03-03 03:09:35 UTC
Size:
1.26 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > ># ebuild is kept in sync with: ># http://git.chromium.org/gitweb/?p=chromiumos/overlays/board-overlays.git;a=tree;f=overlay-daisy/media-libs/mali-drivers-bin > ># If you wish to build for a different ABI, contact chromium-os-dev@chromium.org > >EAPI="4" > >inherit multilib unpacker udev > >DESCRIPTION="mali userland drivers, binary only install" >HOMEPAGE="http://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/samsung-arm-chromebook" >SRC_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/mali-drivers-${PVR}.run" > >LICENSE="Google-TOS" >SLOT="0" >KEYWORDS="arm" >IUSE="" ># This is a prebuilt binary w/things already stripped. >RESTRICT="strip" > >DEPEND="" >RDEPEND="x11-libs/libdrm > x11-libs/libX11 > x11-libs/libXau > x11-libs/libxcb > x11-libs/libXcomposite > x11-libs/libXdmcp > x11-libs/libXext > x11-libs/libXfixes" > >S=${WORKDIR} > >src_install() { > local opengl_imp="mali" > local opengl_dir="/usr/$(get_libdir)/opengl/${opengl_imp}" > > cp -pPR "${S}"/* "${ED}"/ || die > dodir "${opengl_dir}"/lib > touch "${ED}/${opengl_dir}/.gles-only" > mv "${ED}"/usr/lib/lib*.so* "${ED}/${opengl_dir}/" > > udev_dorules "${FILESDIR}"/50-mali.rules >}
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 447664
:
340226
|
340492
|
340494
| 340820