Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 133505 Details for
Bug 195917
sci-astronomy/setiathome-5.28 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
setiathome 5.28 ebuild
setiathome-5.28.20071010.ebuild (text/plain), 2.85 KB, created by
Orson Teodoro
on 2007-10-15 07:25:45 UTC
(
hide
)
Description:
setiathome 5.28 ebuild
Filename:
MIME Type:
Creator:
Orson Teodoro
Created:
2007-10-15 07:25:45 UTC
Size:
2.85 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sci-astronomy/setiathome-enhanced/setiathome-enhanced-5.17-20061112.ebuild,v 1.5.1 2006/11/12 06:23:00 teodoro Exp $ > >inherit eutils flag-o-matic autotools cvs > >BOINCVER="5.10.21" >BASEVER=${PV:0:4} >BUILDVER=${PV:5:8} >MY_PV=${BUILDVER:0:4}"-"${BUILDVER:4:2}"-"${BUILDVER:6:2} > >DESCRIPTION="Search for Extraterrestrial Intelligence SETI@home" >HOMEPAGE="http://setiweb.ssl.berkeley.edu/" >SRC_URI="http://setiweb.ssl.berkeley.edu/sah/seti_source/nightly/setiathome_enhanced-client-cvs-$MY_PV.tar.gz" > >IUSE="fftw opengl" >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" > >DEPEND=">=sys-libs/glibc-2.3.2 > >=sci-misc/boinc-${BOINCVER} > opengl? ( virtual/opengl > virtual/glu > virtual/glut > >=media-libs/jpeg-6b > ) > fftw? ( >=sci-libs/fftw-3 )" > >RDEPEND="X? ( x11-base/xorg-x11 ) > ${DEPEND}" > >src_unpack() { > unpack "${A}" > cd "${WORKDIR}/seti_boinc" > epatch ${FILESDIR}/"sah-5.28-bypass-boinc-check.patch" > epatch ${FILESDIR}/"sah-5.28-compile-fixes.patch" >} > >src_compile() { > if use fftw ; then > einfo Using fftw \(optimized\) > else > einfo Using ooura \(default/not-optimized\) > fi > > if use opengl ; then > myopengl="--disable-dynamic-graphics --enable-graphics" > else > myopengl="--disable-graphics" > fi > > cd "${WORKDIR}/seti_boinc" > AT_M4DIR="m4" eautoreconf > BOINCDIR="${T}/boinc" econf \ > ${myopengl} \ > || die "failed to configure setiathome" > emake || die "Error: failed to make setiathome" >} > >src_install() { > local INSTDIR="/var/lib/boinc/projects/setiathome.berkeley.edu" > local BINNAME=setiathome-${BASEVER}.${CHOST} > > exeinto ${INSTDIR} > doexe ${WORKDIR}/seti_boinc/client/${BINNAME} > > insinto ${INSTDIR} > doins ${FILESDIR}/app_info.xml > > sed -i -e "s|NODOTVERSION|${BASEVER/./}|g" \ > -e "s|BINNAME|${BINNAME}|g" \ > ${D}${INSTDIR}/app_info.xml \ > || die "sed of app_info.xml failed." > sed -i -e 's|<app_name>setiathome</app_name>|<app_name>setiathome_enhanced</app_name>|g' \ > -e 's|<name>setiathome</name>|<name>setiathome_enhanced</name>|g' \ > ${D}${INSTDIR}/app_info.xml \ > || die "sed of app_info.xml failed." >} > >pkg_postinst() { > chown -R boinc:boinc /var/lib/boinc > cd /var/lib/boinc/projects/setiathome.berkeley.edu > chown -R root:0 setiathome-${BASEVER}.${CHOST} app_info.xml > > einfo > einfo ============================================================================= > einfo > einfo Enabling Boinc Graphics Feature > einfo > einfo Please run the following command to enable functionallity of > einfo Show Graphics button in Boinc which is disabled by default > einfo due to the security nature of Linux > einfo > einfo xhost +local: > einfo > einfo Running this command could be insecure in multiuser environments. > einfo >}
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 195917
:
133505
|
133506
|
133508
|
133509
|
139705
|
139708