Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 267233 Details for
Bug 360521
games-simulation/phoenix-hg ebuild request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/usr/portage/local/layman/techwolf/games-simulation/phoenix-hg/phoenix-hg-5.ebuild
phoenix-hg-5.ebuild (text/plain), 2.62 KB, created by
tman
on 2011-03-26 09:23:53 UTC
(
hide
)
Description:
/usr/portage/local/layman/techwolf/games-simulation/phoenix-hg/phoenix-hg-5.ebuild
Filename:
MIME Type:
Creator:
tman
Created:
2011-03-26 09:23:53 UTC
Size:
2.62 KB
patch
obsolete
># Copyright 2010 Techwolf Lupindo ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ ># Nonofficial ebuild by Techwolf. Lastest version at http://gentoo.techwolf.net/ > >EAPI="2" >MY_LLCODEBASE="130" >inherit secondlife mercurial > >IUSE="${IUSE} pulseaudio libopenjpeg2" > >MY_VIVOX="http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/slvoice-3.2.0002.9361-linux-20101117a.tar.bz2" > >DESCRIPTION="A 3D MMORPG virtual world entirely built and owned by its residents" >HOMEPAGE="http://www.phoenixviewer.com/" >SRC_URI="vivox? ( ${MY_VIVOX} )" > >EHG_REPO_URI="http://hg.phoenixviewer.com/phoenix-sg/" > >SLOT="0" >KEYWORDS="~amd64 ~x86" > >RDEPEND="${RDEPEND} > app-text/hunspell" > >DEPEND="${DEPEND} > app-arch/p7zip > dev-libs/libgpg-error > >=dev-libs/libgcrypt-1.2.0" > >src_unpack() { > # When using svc, S is the directory the checkout is copied into. > # Set it so it matches src tarballs. > S="${WORKDIR}/linden" > mercurial_src_unpack > mv "${WORKDIR}/phoenix-sg" "${WORKDIR}/linden" > > cd "${WORKDIR}/linden" > # remove not needed source code > rm -fr "${WORKDIR}"/linden/indra/libgcrypt > rm -fr "${WORKDIR}"/linden/indra/libgpg-error > > # Convert the src to UNIX format from DOS/Windows ># check_and_convert_DOS "${WORKDIR}/linden" > > use vivox && unpack ${MY_VIVOX##*/} > > #copy 7za from the system, sybolic link won't work. > cp -p /usr/lib/p7zip/7za "${WORKDIR}/linden/indra/newview/linux_tools/" > >} > >src_prepare() { > mycmakeargs="${mycmakeargs} $(cmake-utils_use libopenjpeg2 LIBOPENJPEG2)" > secondlife_src_prepare > > # don't download Binaries > sed -i -e "s/\.\/fetch_bins.sh/# \.\/fetch_bins.sh/" "${WORKDIR}/linden/indra/newview/linux_tools/wrapper.sh" || die "wrapper.sh sed failed" > > # Change to Gentoo > sed -i -e "s/Phoenix Viewer Internal/Phoenix Viewer Gentoo/" "${WORKDIR}/linden/indra/llcommon/llversionviewer.h.in" > > # allow users to try out patches > # put patches in /etc/portage/patches/{${CATEGORY}/${PF},${CATEGORY}/${P},${CATEGORY}/${PN}}/feature.patch > epatch_user >} > ># Linden Labs use ./develop.py to configure/build, but it is just a wrapper around cmake and does not take in ># account for gentoo querks/features of multi-libs of different versions installed at same time. >src_configure() { > S="${WORKDIR}/linden/indra" > secondlife_cmake_prep > mycmakeargs="${mycmakeargs} $(cmake-utils_use pulseaudio PULSEAUDIO)" > cmake-utils_src_configure >} >src_compile() { > cmake-utils_src_compile >} > >src_install() { > secondlife_viewer_manifest "--branding_id=snowglobe" > games_make_wrapper "${PN}" ./snowglobe "${GAMES_DATADIR}/${PN}" > newicon res/phoenix_icon.png "${PN}"_icon.png || die > make_desktop_entry "${PN}" "Phoenix viewer" "${PN}"_icon > prepgamesdirs >}
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 360521
:
267233
|
267235
|
284305
|
284307