Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 526912 Details for
Bug 652848
media-libs/raylib: a simple and easy-to-use library to learn videogames programming
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
raylib-9999.ebuild
raylib-9999.ebuild (text/plain), 1.58 KB, created by
Milan Nikolic
on 2018-04-09 14:17:00 UTC
(
hide
)
Description:
raylib-9999.ebuild
Filename:
MIME Type:
Creator:
Milan Nikolic
Created:
2018-04-09 14:17:00 UTC
Size:
1.58 KB
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >inherit cmake-multilib > >DESCRIPTION="A simple and easy-to-use library to learn videogames programming" >HOMEPAGE="http://www.raylib.com/" > >LICENSE="ZLIB" >IUSE="alsa examples games static-libs system-glfw wayland" >SLOT="0" > >if [[ ${PV} == *9999 ]] ; then > EGIT_REPO_URI="https://github.com/raysan5/raylib.git" > inherit git-r3 >else > SRC_URI="https://github.com/raysan5/raylib/archive/${PV}-dev.tar.gz -> ${P}.tar.gz" > KEYWORDS="~amd64 ~x86" > S="${WORKDIR}/raylib-${PV}-dev" >fi > >RDEPEND=" > alsa? ( media-libs/alsa-lib ) > !wayland? ( > system-glfw? ( >=media-libs/glfw-3.2.1 ) > virtual/opengl > x11-libs/libX11 > x11-libs/libXcursor > x11-libs/libXi > x11-libs/libXinerama > x11-libs/libXrandr > x11-libs/libXxf86vm > ) > wayland? ( > system-glfw? ( >=media-libs/glfw-3.2.1[wayland] ) > dev-libs/wayland > media-libs/mesa[egl,wayland] > ) >" >DEPEND="${RDEPEND}" > >multilib_src_configure() { > local mycmakeargs=( > -DCMAKE_INSTALL_LIBDIR=$(get_libdir) > -DSHARED=$(usex !static-libs) > -DSTATIC=$(usex static-libs) > -DUSE_AUDIO=$(usex alsa) > -DUSE_EXTERNAL_GLFW=$(usex system-glfw) > -DUSE_WAYLAND=$(usex wayland) > -DBUILD_EXAMPLES=OFF > -DBUILD_GAMES=OFF > ) > cmake-utils_src_configure >} > >src_install() { > cmake-multilib_src_install > > if use examples; then > docompress -x /usr/share/doc/${PF}/examples > insinto /usr/share/doc/${PF}/examples > doins -r "${S}"/examples/* > fi > if use games; then > docompress -x /usr/share/doc/${PF}/games > insinto /usr/share/doc/${PF}/games > doins -r "${S}"/games/* > fi >}
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 652848
: 526912