blender ver. bump
This commit is contained in:
@@ -15,10 +15,14 @@
|
||||
<Description>blender is the essential software solution you need for 3D, from modeling, animation, rendering and post-production to interactive creation and playback.</Description>
|
||||
<Archive sha1sum="81f675862fd3ea442ede5dbac0b5a65b5e0c6c85" type="tarxz">http://download.blender.org/source/blender-2.91.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>cmake</Dependency> -->
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>llvm</Dependency>
|
||||
<Dependency>potrace</Dependency>
|
||||
<Dependency>gmp-devel</Dependency>
|
||||
<Dependency>ffmpeg-devel</Dependency>
|
||||
<Dependency>fftw3-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>freetype-devel</Dependency>
|
||||
<Dependency versionFrom="2.0.0">glew-devel</Dependency>
|
||||
<Dependency>icu4c-devel</Dependency>
|
||||
@@ -36,6 +40,7 @@
|
||||
<Dependency>libXi-devel</Dependency>
|
||||
<Dependency>libXxf86vm-devel</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<Dependency>libglvnd-devel</Dependency>
|
||||
<Dependency>mesa-glu-devel</Dependency>
|
||||
<Dependency>openal-devel</Dependency>
|
||||
<Dependency>openexr-devel</Dependency>
|
||||
@@ -59,7 +64,10 @@
|
||||
<Package>
|
||||
<Name>blender</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gmp</Dependency>
|
||||
<Dependency>boost</Dependency>
|
||||
<Dependency>openxr</Dependency>
|
||||
<Dependency>libsdl2</Dependency>
|
||||
<Dependency>ffmpeg</Dependency>
|
||||
<Dependency>fftw3</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-Bbuild -DCMAKE_BUILD_TYPE=Release \
|
||||
-DBUILD_TESTS=ON \
|
||||
-DPRESENTATION_BACKEND=xlib \
|
||||
-DDYNAMIC_LOADER=ON")
|
||||
|
||||
def build():
|
||||
cmaketools.make("-C build")
|
||||
|
||||
def install():
|
||||
shelltools.cd("build")
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
shelltools.cd("..")
|
||||
pisitools.dodoc("CHANGELOG*", "BUILDING*", "LICENSE", "README*")
|
||||
@@ -0,0 +1,80 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>openxr</Name>
|
||||
<Homepage>https://www.khronos.org/openxr/</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>APACHE</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>An open standard for virtual reality and augmented reality platforms and devices</Summary>
|
||||
<Description>An open standard for virtual reality and augmented reality platforms and devices</Description>
|
||||
<Archive sha1sum="6ccc27ed7016251bc9f22b3d93066973b232b348" type="targz">https://github.com/KhronosGroup/OpenXR-SDK-Source/archive/release-1.0.13.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
<Dependency>wayland-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>vulkan-devel</Dependency>
|
||||
<Dependency>libglvnd-devel</Dependency>
|
||||
<Dependency>vulkan-headers</Dependency>
|
||||
<Dependency>jsoncpp-devel</Dependency>
|
||||
<Dependency>libXrandr-devel</Dependency>
|
||||
<Dependency>libXxf86vm-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>openxr.patch</Patch>
|
||||
<Patch level="1">openxr.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>openxr</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>vulkan</Dependency>
|
||||
<Dependency>libglvnd</Dependency>
|
||||
<Dependency>jsoncpp</Dependency>
|
||||
<Dependency>libXxf86vm</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="data">/usr/share/openxr</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>openxr-devel</Name>
|
||||
<Summary>Development files for openxr</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">openxr</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-01-20</Date>
|
||||
<Version>1.0.13</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>openxr</Name>
|
||||
<Summary xml:lang="tr">An open standard for virtual reality and augmented reality platforms and devices</Summary>
|
||||
<Description xml:lang="tr">An open standard for virtual reality and augmented reality platforms and devices</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+274130
-274041
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
3aa172da2a7991ec2378e23f73e637c8632830b4
|
||||
eee38f00279ab60a4ec6890349fada552522a4fd
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
9995a90c8a17b241404e65c32c4341cdaf2a8f98
|
||||
5b0c11a57eb971be9cbd961315bc98367cfabf16
|
||||
Reference in New Issue
Block a user