Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 367718 Details for
Bug 383239
media-gfx/wings-1.5.4 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild 1.5.2
wings-1.5.2.ebuild (text/plain), 1.02 KB, created by
Jakub Panachida
on 2014-01-12 14:49:15 UTC
(
hide
)
Description:
ebuild 1.5.2
Filename:
MIME Type:
Creator:
Jakub Panachida
Created:
2014-01-12 14:49:15 UTC
Size:
1.02 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI="4" > >inherit multilib eutils > >DESCRIPTION="excellent 3D polygon mesh modeler" >HOMEPAGE="http://www.wings3d.com/" >SRC_URI="mirror://sourceforge/wings/${P}.tar.bz2" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~alpha amd64 ppc ppc64 x86" >IUSE="" > >RDEPEND="dev-lang/erlang[wxwidgets,-hipe] > >=media-libs/esdl-1.3.1 > dev-libs/cl" >DEPEND="${RDEPEND}" > >pkg_setup() { > ERL_PATH="/usr/$(get_libdir)/erlang/lib/" > ESDL_PATH="${ERL_PATH}/$(best_version media-libs/esdl | cut -d/ -f2)" > > WINGS_PATH="${ERL_PATH}/${P}" >} > >src_compile() { > emake > #ESDL_PATH="${ESDL_PATH}" >} > >src_install() { > find -name 'Makefile*' -delete > > insinto "${WINGS_PATH}" > doins -r e3d ebin icons plugins plugins_src src fonts > > # Prepare the run script > sed -e "s:@ESDL_ROOT@:${ESDL_PATH}:" \ > -e "s:@WINGS_ROOT@:${WINGS_PATH}:" \ > "${FILESDIR}"/wings.sh > wings || die > dobin wings > > dodoc AUTHORS README > > make_desktop_entry wings "Wings3D" wings "Graphics;Application;" >} >
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 383239
:
286679
|
286681
|
286683
|
286685
|
286707
|
286711
|
367718
|
396570