Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 545606 Details for
Bug 664900
games-strategy/freeorion-0.4.8 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for the latest version
freeorion-0.4.8.ebuild (text/plain), 1.75 KB, created by
Oleg
on 2018-08-31 15:54:35 UTC
(
hide
)
Description:
Ebuild for the latest version
Filename:
MIME Type:
Creator:
Oleg
Created:
2018-08-31 15:54:35 UTC
Size:
1.75 KB
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >PYTHON_COMPAT=( python2_7 ) >inherit cmake-utils python-single-r1 gnome2-utils > >DESCRIPTION="A free turn-based space empire and galactic conquest game" >HOMEPAGE="http://www.freeorion.org" > >if [[ ${PV} == 9999 ]]; then > inherit git-r3 > EGIT_REPO_URI="https://github.com/freeorion/freeorion.git" >else > MY_PV="${PV/_/-}" > SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" > KEYWORDS="~amd64" > S="${WORKDIR}/${PN}-${MY_PV}" >fi > >LICENSE="GPL-2 LGPL-2.1 CC-BY-SA-3.0" >SLOT="0" >IUSE="dedicated" > >RDEPEND=" > >=dev-libs/boost-1.58:=[python,threads,${PYTHON_USEDEP}] > !dedicated? ( > media-libs/freealut > >=media-libs/freetype-2.5.5 > media-libs/glew:= > media-libs/libsdl2 > >=media-libs/libogg-1.1.3 > media-libs/libpng:0 > media-libs/libsdl2[X,opengl,video] > >=media-libs/libvorbis-1.1.2 > media-libs/openal > sci-physics/bullet > virtual/opengl > ) > sys-libs/zlib > !dev-games/gigi" > # Use bundled gigi as of freeorion-0.4.3 > >DEPEND="${RDEPEND} > ${PYTHON_DEPS} > virtual/pkgconfig" > >pkg_setup() { > # build system is using FindPythonLibs.cmake which needs python:2 > python-single-r1_pkg_setup >} > >src_prepare() { > sed -e "s/-O3//" -i CMakeLists.txt || die > > cmake-utils_src_prepare >} > >src_configure() { > local mycmakeargs=( > -DCMAKE_BUILD_TYPE=Release > -DRELEASE_COMPILE_FLAGS="" > -DCMAKE_SKIP_RPATH=ON > -DBUILD_HEADLESS="$(usex dedicated)" > ) > > append-cppflags -DBOOST_OPTIONAL_CONFIG_USE_OLD_IMPLEMENTATION_OF_OPTIONAL > > cmake-utils_src_configure >} > >src_install() { > cmake-utils_src_install > dodoc ChangeLog.md > > newenvd "${FILESDIR}/${PN}.envd" 99${PN} >} > >pkg_postinst() { > gnome2_icon_cache_update >} > >pkg_postrm() { > gnome2_icon_cache_update >}
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 664900
: 545606