wings3d
This commit is contained in:
parent
ae0b23bfbe
commit
0e681ce01d
3 changed files with 50 additions and 0 deletions
32
talimatname/genel/w/wings3d/talimat
Normal file
32
talimatname/genel/w/wings3d/talimat
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# Tanım: 3D modeling program
|
||||||
|
# URL: http://www.wings3d.com/
|
||||||
|
# Paketçi: milisarge
|
||||||
|
# Gerekler: imagemagick desktop-file-utils erlang erlang-cl erlang-sdl erlang-wx
|
||||||
|
# Grup:
|
||||||
|
|
||||||
|
isim=wings3d
|
||||||
|
surum=2.1.7
|
||||||
|
devir=1
|
||||||
|
kaynak=(https://downloads.sourceforge.net/project/wings/wings/2.1.7/wings-2.1.7.tar.bz2
|
||||||
|
wings3d.sh
|
||||||
|
wings3d.desktop)
|
||||||
|
|
||||||
|
derle() {
|
||||||
|
_p=${isim%3d}-$surum
|
||||||
|
convert $_p/win32/wings.ico $isim.png
|
||||||
|
# Path fix for building wpc_lwo
|
||||||
|
ln -s $_p $_p/plugins_src/import_export/wings
|
||||||
|
ln -s $_p wings
|
||||||
|
sed -i 's/-Werror//' $_p/{src,e3d,plugins_src/import_export}/Makefile
|
||||||
|
export ESDL_PATH="$(echo /usr/lib/erlang/lib/esdl-*)"
|
||||||
|
export ERL_LIBS="$SRC"
|
||||||
|
make -C $_p all lang
|
||||||
|
install -Dm755 $isim.sh "$PKG/usr/bin/$isim"
|
||||||
|
install -Dm644 $isim.desktop \
|
||||||
|
"$PKG/usr/share/applications/$isim.desktop"
|
||||||
|
install -Dm644 $isim-3.png "$PKG/usr/share/pixmaps/$isim.png"
|
||||||
|
install -d "$PKG/usr/lib/$isim"
|
||||||
|
for subdir in e3d ebin icons plugins psd shaders src textures tools; do
|
||||||
|
cp -r $_p/$subdir/ "$PKG/usr/lib/$isim"
|
||||||
|
done
|
||||||
|
}
|
14
talimatname/genel/w/wings3d/wings3d.desktop
Normal file
14
talimatname/genel/w/wings3d/wings3d.desktop
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Encoding=UTF-8
|
||||||
|
Type=Application
|
||||||
|
Name=Wings3D
|
||||||
|
Name[tr]=Wings3D
|
||||||
|
GenericName=3D Modeler
|
||||||
|
GenericName[tr]=3D Modelleme
|
||||||
|
Comment=3D modeling program
|
||||||
|
Comment[tr]=3D modelleme programı
|
||||||
|
Exec=wings3d
|
||||||
|
Icon=wings3d
|
||||||
|
Terminal=false
|
||||||
|
StartupNotify=false
|
||||||
|
Categories=Graphics;3DGraphics;
|
4
talimatname/genel/w/wings3d/wings3d.sh
Normal file
4
talimatname/genel/w/wings3d/wings3d.sh
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
erl -noinput -smp \
|
||||||
|
-pa /usr/lib/erlang/lib/esdl-*/ebin /usr/lib/wings3d/ebin \
|
||||||
|
-run wings_start start_halt ${1+"$@"}
|
Loading…
Add table
Reference in a new issue