Changeset - b42eb84a802a
[Not reviewed]
0 0 5
Chel Sea (chain) - 6 years ago 2018-06-07 10:00:05
chain@rpgfiction.net
commit old change
5 files changed with 125 insertions and 0 deletions:
0 comments (0 inline, 0 general)
media-gfx/makehuman/Manifest
Show inline comments
 
new file 100644
 
AUX makehuman.desktop 223 SHA256 17b97857ae3f14a0375a7e5ef7be59699f442eeb926204ff53d8e629efc73755 SHA512 9e4a90dab99e3fc5b969c4cb19ba43e6bbad7f505e1aeeb3ca28ed467e07b8fabbe37b3188e3162aa737f20927a72d48b1b1d2dbd2ff0d782c13fda142024605 WHIRLPOOL 4f399482cbf399a39228563a6cf764596b7223b706536f44ed208a2f4f8db02576092fc9756635a909c02a9bfb96b17b7430b3e971b0fa94abd77ed3d60e0152
 
AUX makehuman.png 799 SHA256 d48711c8446b110b30622facc4da6afb2410a8f319a2fb638f41ec06cfdba87e SHA512 55fb67ca7004be69dc05365c5dad67606f6a6fd53b2f248b3f2f6f3be845c891319f6e957393c46e15e5be0dc6e1be859782a77a2213e03472fa46c307f54708 WHIRLPOOL beecaf05c29eddbdf3d31630496d5100d26ca61731e245ffde0c8ccdb645ef2edb0dfde61ea1d0e3ccf6bab7b2be966d56ced11b9be51e4be62eb1449bdfbbf4
 
DIST makehuman-1.0a7-python27-amd64.tbz2 113441466 SHA256 143fe9ab0a80b788ee29d51f9c6eddf5a694341ea72b535d44cb6001329d1eac SHA512 950844e1050321744cac597527ebc3b83ba73e1f9e1dbf1f704bd60e42fc120caff4a73db778006354c559232e6b627496d4369dc75b9cb1d010aa97775e7726 WHIRLPOOL 5b1b2ab09e452a3aef00001a1bf3f9c6d8a465f2644c9ac46467c444bd3d29a5d6da02bc9165463c02612b34ef3b6eab68c273b206d24d8da0bca74471702564
 
EBUILD makehuman-1.0.9999.ebuild 1337 SHA256 2e7e3c05f8802dfc6635d79a07634c3bd85357c019b8228ea3e98d7ea66d3fd9 SHA512 843eef18d3733ad43f1c26bf20fc8888c6ae90d672aa69743ac0d1c50b6d1cbf06222ae5397a1df8328234419ed6ddcbff9a7dda6e418baff47b5b1c971dd42c WHIRLPOOL ffc1a8d53881f36242b48000713d5ec5f54efa9195154df0b07aea973ee855043a18d055a3eb1d75a6b730b2e055849d0b4a0287bcec24de23fd71e1451343bd
 
EBUILD makehuman-1.0_alpha7.ebuild 1414 SHA256 a322e2598fb6dbe0185cac0a3d7c6751cf3e3c7f2bc6d7011d04228b4c62a928 SHA512 0e0b830406dadc3b111b4a947e64fe0f7cd680ab4dc0fb947c1c2e40da3fcee02ff5d5ac5db945ca0acf9334fc8917416260bd0c8100072b0fb8609d7158056b WHIRLPOOL f4ca860f4b109cd907e5334ea44eb7be4a3349b8cde53dc2d8e46e3b97c3abcfb44cdb21fb87418a6d3093f959f0f7283803df5e1d3c6d2ab23a5c473303bbf1
media-gfx/makehuman/files/makehuman.desktop
Show inline comments
 
new file 100644
 
[Desktop Entry]
 
Name=MakeHuman
 
Comment=Model and pose a 3D humanoid
 
Comment[cs]=Tvorba humanoidních postav
 
Exec=makehuman
 
Icon=makehuman
 
Terminal=false
 
X-MultipleArgs=false
 
Type=Application
 
Categories=Graphics;3DGraphics;
media-gfx/makehuman/files/makehuman.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
media-gfx/makehuman/makehuman-1.0.9999.ebuild
Show inline comments
 
new file 100644
 
# Copyright 2008-2012 Funtoo Technologies
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: $
 

	
 
EAPI="5"
 

	
 
inherit eutils subversion
 

	
 
DESCRIPTION="Software for the modelling of 3D humanoid characters."
 
HOMEPAGE="http://www.makehuman.org/"
 
SRC_URI=""
 
ESVN_REPO_URI="http://makehuman.googlecode.com/svn/trunk/makehuman/"
 
#ESVN_PATCHES="${files}/Makefile.Linux.patch"
 

	
 
LICENSE="GPL-3"
 
SLOT="0"
 
KEYWORDS="~x86 ~amd64"
 
IUSE="aqsis"
 

	
 
DEPEND="
 
dev-lang/python:2.7
 
dev-python/numpy
 
dev-python/pyopengl
 
dev-python/PyQt4
 
aqsis? ( media-gfx/aqsis )
 
"
 

	
 
#S=${WORKDIR}/${PN}
 

	
 
#RDEPEND="
 
#dev-vcs/subversion
 
#${DEPEND}"
 

	
 
#src_prepare() {
 
#	subversion_src_unpack
 
#	epatch ${FILESDIR}/Makefile.Linux.patch
 
#}
 

	
 
#src_compile() {
 
#	make -f Makefile.Linux
 
#}
 

	
 
#src_install() {
 
#	INST_DIR="${D}opt/makehuman"
 
#	install -d -m755 $INST_DIR
 
#	cp -a {makehuman,main.py,apps,backgrounds,core,data,plugins,shared} $INST_DIR
 
#	install -d -m755 "${D}usr/bin/"
 
#	cp -a ${FILESDIR}/makehuman_launcher.sh "${D}usr/bin/makehuman"
 
#	install -d -m755 "${D}usr/share/doc/makehuman"
 
#	cp -a docs/* "${D}usr/share/doc/makehuman/"
 
#	install -d -m755 "${D}usr/share/applications"
 
#	cp -a ${FILESDIR}/makehuman.desktop "${D}usr/share/applications"
 
#	install -d -m755 "${D}usr/share/pixmaps"
 
#	cp -a ${FILESDIR}/makehuman.png "${D}usr/share/pixmaps/"
 
#}
media-gfx/makehuman/makehuman-1.0_alpha7.ebuild
Show inline comments
 
new file 100644
 
# Copyright 2008-2012 Funtoo Technologies
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: $
 

	
 
EAPI="5"
 

	
 
inherit eutils
 

	
 
DESCRIPTION="Software for the modelling of 3D humanoid characters."
 
HOMEPAGE="http://www.makehuman.org/"
 
SRC_URI="http://makehuman.googlecode.com/files/makehuman-1.0a7-python27-amd64.tbz2"
 
#ESVN_REPO_URI="http://makehuman.googlecode.com/svn/releases/makehuman_1_0_0_alpha7/"
 
#ESVN_PATCHES="${files}/Makefile.Linux.patch"
 

	
 
LICENSE="GPL-3"
 
SLOT="0"
 
KEYWORDS="~x86 ~amd64"
 
IUSE="aqsis"
 

	
 
DEPEND="
 
dev-lang/python:2.7
 
media-libs/sdl-image
 
media-libs/mesa
 
media-libs/glew
 
aqsis? ( media-gfx/aqsis )
 
"
 

	
 
S=${WORKDIR}/${PN}
 

	
 
#RDEPEND="
 
#dev-vcs/subversion
 
#${DEPEND}"
 

	
 
#src_prepare() {
 
#	subversion_src_unpack
 
#	epatch ${FILESDIR}/Makefile.Linux.patch
 
#}
 

	
 
#src_compile() {
 
#	make -f Makefile.Linux
 
#}
 

	
 
#src_install() {
 
#	INST_DIR="${D}opt/makehuman"
 
#	install -d -m755 $INST_DIR
 
#	cp -a {makehuman,main.py,apps,backgrounds,core,data,plugins,shared} $INST_DIR
 
#	install -d -m755 "${D}usr/bin/"
 
#	cp -a ${FILESDIR}/makehuman_launcher.sh "${D}usr/bin/makehuman"
 
#	install -d -m755 "${D}usr/share/doc/makehuman"
 
#	cp -a docs/* "${D}usr/share/doc/makehuman/"
 
#	install -d -m755 "${D}usr/share/applications"
 
#	cp -a ${FILESDIR}/makehuman.desktop "${D}usr/share/applications"
 
#	install -d -m755 "${D}usr/share/pixmaps"
 
#	cp -a ${FILESDIR}/makehuman.png "${D}usr/share/pixmaps/"
 
#}
0 comments (0 inline, 0 general)