Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 286679 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]
media-gfx/wings-1.4.1 ebuild
wings-1.4.1.ebuild (text/plain), 1.25 KB, created by
Jacek Szafarkiewicz
on 2011-09-16 15:00:15 UTC
(
hide
)
Description:
media-gfx/wings-1.4.1 ebuild
Filename:
MIME Type:
Creator:
Jacek Szafarkiewicz
Created:
2011-09-16 15:00:15 UTC
Size:
1.25 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-gfx/wings/wings-1.1.1.ebuild,v 1.5 2009/12/11 19:53:28 ranger Exp $ > >EAPI="2" > >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-14.0[-hipe] > >=media-libs/esdl-1.0.1 > media-libs/libsdl[opengl,-directfb]" >DEPEND="${RDEPEND}" > >pkg_setup() { > ERL_PATH="/usr/$(get_libdir)/erlang/lib/" > ESDL_PATH="${ERL_PATH}/$(best_version media-libs/esdl | cut -d/ -f2)" >} > >src_compile() { > make ESDL_PATH="${ERL_PATH}/$(best_version media-libs/esdl | cut -d/ -f2)" || die >} > >src_install() { > WINGS_PATH=${ERL_PATH}/${P} > dodir ${WINGS_PATH} > > find -name 'Makefile*' -exec rm -f '{}' \; > for subdir in e3d ebin icons plugins plugins_src src fonts ; do > cp -r ${subdir} "${D}"/${WINGS_PATH}/ || die > done > > dosym ${WINGS_PATH} ${ERL_PATH}/${PN} > dosym ${ESDL_PATH} ${ERL_PATH}/esdl > newbin "${FILESDIR}"/wings.sh wings > dodoc AUTHORS README > > newicon "${FILESDIR}"/wings.png > make_desktop_entry wings "Wings3D" ${PN} "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