fix
This commit is contained in:
@@ -16,7 +16,7 @@ def setup():
|
||||
shelltools.cd("..")
|
||||
shelltools.makedirs("cmake-make")
|
||||
shelltools.cd("cmake-make")
|
||||
shelltools.system("cmake ../blender-2.79b \
|
||||
shelltools.system("cmake ../blender-2.81a \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DFREETYPE_INCLUDE_DIRS=/usr/include/freetype2 \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
@@ -33,10 +33,11 @@ def setup():
|
||||
-DWITH_GAMEENGINE=ON \
|
||||
-DWITH_PYTHON_INSTALL=OFF \
|
||||
-DWITH_MOD_OCEANSIM=ON \
|
||||
-DPYTHON_VERSION=3.6 \
|
||||
-DPYTHON_VERSION=3.8 \
|
||||
-DPYTHON_LIBPATH=/usr/lib \
|
||||
-DPYTHON_LIBRARY=python3.6m \
|
||||
-DPYTHON_INCLUDE_DIRS=/usr/include/python3.6m \
|
||||
-DPYTHON_LIBRARY=python3.8 \
|
||||
-DPYTHON_INCLUDE_DIRS=/usr/include/python3.8 \
|
||||
-DPYTHON_NUMPY_INCLUDE_DIRS=/usr/lib/python3.8/site-packages/numpy/core/include \
|
||||
-DWITH_CODEC_SNDFILE=ON ")
|
||||
|
||||
def build():
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>3D modeling, animation, rendering and post-production application</Summary>
|
||||
<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="4fd307ccfd1d6df5cc1898009712d4b1ae35430f" type="targz">http://download.blender.org/source/blender-2.79b.tar.gz</Archive>
|
||||
<Archive sha1sum="20acacd88b91feb35fd91408f8bababa89c88a12" type="tarxz">http://download.blender.org/source/blender-2.81a.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>cmake</Dependency> -->
|
||||
@@ -45,11 +45,13 @@
|
||||
<Dependency>webp-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>python3-requests</Dependency>
|
||||
<Dependency>python3-numpy</Dependency>
|
||||
<Dependency>intel-tbb-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!--<Patch level="1">blender-2.67b-rna.patch</Patch>-->
|
||||
<!--<Patch level="1">06-blender-2.68-fix-install-rules.patch</Patch>-->
|
||||
<Patch level="1">ffmpeg4.patch</Patch>
|
||||
<!-- <Patch level="1">ffmpeg4.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -60,6 +62,11 @@
|
||||
<Dependency>ffmpeg</Dependency>
|
||||
<Dependency>fftw3</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>libglvnd</Dependency>
|
||||
<Dependency>intel-tbb</Dependency>
|
||||
<Dependency>libXfixes</Dependency>
|
||||
<Dependency>openjpeg2</Dependency>
|
||||
<Dependency>libXrender</Dependency>
|
||||
<Dependency versionFrom="2.0.0">glew</Dependency>
|
||||
<Dependency>ilmbase</Dependency>
|
||||
<Dependency>jack-audio-connection-kit</Dependency>
|
||||
@@ -104,6 +111,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Date>2020-02-11</Date>
|
||||
<Version>2.81</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2018-09-01</Date>
|
||||
<Version>2.79</Version>
|
||||
|
||||
@@ -4,18 +4,19 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
|
||||
def setup():
|
||||
autotools.configure("--enable-mmx \
|
||||
--enable-sse \
|
||||
--disable-altivec")
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README", "TODO")
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "TODO")
|
||||
|
||||
@@ -13,16 +13,21 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A dynamic, any to any, pixel format translation library</Summary>
|
||||
<Description>babl is a library that allows converting between different methods of storing pixels known as pixel formats that have with different bitdepths and other data representations, color models and component permutations.</Description>
|
||||
<Archive sha1sum="21404fc852770643d830833f138b256a7ac3bcb5" type="tarbz2">https://download.gimp.org/pub/babl/0.1/babl-0.1.66.tar.bz2</Archive>
|
||||
<Archive sha1sum="c9b3dc51c9e266f7431d31927b7c09fd01b42bc4" type="tarxz">https://download.gimp.org/pub/babl/0.1/babl-0.1.74.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<!-- For rsvg utility -->
|
||||
<!--<Dependency>librsvg</Dependency>-->
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>lcms2-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>babl</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>lcms2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
@@ -43,6 +48,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>0.1.74</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2019-06-29</Date>
|
||||
<Version>0.1.66</Version>
|
||||
|
||||
@@ -4,51 +4,22 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
|
||||
def setup():
|
||||
#autotools.autoreconf("-vfi")
|
||||
autotools.configure("--enable-mmx \
|
||||
--enable-sse \
|
||||
--includedir=/usr/include \
|
||||
--datadir=/usr/share \
|
||||
--with-pic \
|
||||
--with-cairo \
|
||||
--with-pango \
|
||||
--with-pangocairo \
|
||||
--with-gdk-pixbuf \
|
||||
--with-lensfun \
|
||||
--with-openexr \
|
||||
--with-sdl \
|
||||
--with-jasper \
|
||||
--with-lua \
|
||||
--without-libavformat \
|
||||
--with-libv4l \
|
||||
--with-libspiro \
|
||||
--with-exiv2 \
|
||||
--with-umfpack \
|
||||
--disable-static \
|
||||
--disable-gtk-doc \
|
||||
--enable-gtk-doc-html=no \
|
||||
--disable-docs \
|
||||
--disable-workshop")
|
||||
#--with-librsvg \
|
||||
#--with-graphviz \
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
mesontools.configure("-Ddocs=false \
|
||||
-Dexiv2=enabled \
|
||||
-Dgdk-pixbuf=enabled")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
# disabled due sandbox violations
|
||||
#def check():
|
||||
# autotools.make("check")
|
||||
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "COPYING.LESSER", "NEWS", "README")
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "COPYING.LESSER")
|
||||
|
||||
|
||||
@@ -14,8 +14,9 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A graph based image processing framework</Summary>
|
||||
<Description>gegl (Generic Graphics Library) provides infrastructure to do demand based cached non destructive image editing on larger than RAM buffers. Through babl it provides support for a wide range of color models and pixel storage formats for input and output.</Description>
|
||||
<Archive sha1sum="49c2ce5a03137c6717056776559be015fb40c1df" type="tarbz2">https://download.gimp.org/pub/gegl/0.4/gegl-0.4.16.tar.bz2</Archive>
|
||||
<Archive sha1sum="60786f97e679158bc6abb8dd3af25f424ecfd5fc" type="tarxz">https://download.gimp.org/pub/gegl/0.4/gegl-0.4.20.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<!--<Dependency>SuiteSparse-devel</Dependency>-->
|
||||
<!--<Dependency>libopenraw-devel</Dependency>-->
|
||||
<Dependency>libspiro-devel</Dependency>
|
||||
@@ -62,6 +63,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tiff</Dependency>
|
||||
<Dependency>webp</Dependency>
|
||||
<Dependency>ffmpeg</Dependency>
|
||||
<Dependency>libraw</Dependency>
|
||||
<Dependency>lcms2</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
@@ -106,6 +108,20 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="13">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>0.4.20</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>0.4.16</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2019-10-27</Date>
|
||||
<Version>0.4.16</Version>
|
||||
|
||||
@@ -29,6 +29,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>1.3.0</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2018-12-25</Date>
|
||||
<Version>1.3.0</Version>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<License>GPLv2</License>
|
||||
<Summary>GNU Image Manipulation Program</Summary>
|
||||
<Description>GIMP is a mature image editor with many advanced features and plugin support.</Description>
|
||||
<Archive sha1sum="93a3193a9f4b123bd3a261a8bff3dd0ee10da1a7" type="tarbz2">https://download.gimp.org/pub/gimp/v2.10/gimp-2.10.12.tar.bz2</Archive>
|
||||
<Archive sha1sum="bafee9ee3d954233c6f80a47a7f97e00e3693b38" type="tarbz2">https://download.gimp.org/pub/gimp/v2.10/gimp-2.10.14.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>xz-devel</Dependency>
|
||||
@@ -1214,6 +1214,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>2.10.14</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2019-06-29</Date>
|
||||
<Version>2.10.12</Version>
|
||||
|
||||
@@ -74,6 +74,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>1.19</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-08-14</Date>
|
||||
<Version>1.19</Version>
|
||||
|
||||
@@ -12,10 +12,11 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support</Summary>
|
||||
<Description>a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support</Description>
|
||||
<Archive sha1sum="d9d2ac9d6ee45056e02bbbc497a66dc861db5c05" type="tarxz">https://github.com/mypaint/libmypaint/releases/download/v1.3.0/libmypaint-1.3.0.tar.xz</Archive>
|
||||
<Archive sha1sum="1eef7a1d1bd1af85522fed9175ec0f32c43a71db" type="tarxz">https://github.com/mypaint/libmypaint/releases/download/v1.5.0/libmypaint-1.5.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>json-c-devel</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>json-c-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -48,6 +49,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>1.5.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2018-08-14</Date>
|
||||
<Version>1.3.0</Version>
|
||||
|
||||
@@ -56,6 +56,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>0.2.8.4</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-08-06</Date>
|
||||
<Version>0.2.8.4</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Library parsing the Corel cdr documents</Summary>
|
||||
<Description>Libcdr is library providing ability to interpret and import Corel Draw drawings into various applications.</Description>
|
||||
<Archive sha1sum="59148610e572d1a79c4f3494a01d020944f0e1c1" type="tarxz">http://dev-www.libreoffice.org/src/libcdr/libcdr-0.1.4.tar.xz</Archive>
|
||||
<Archive sha1sum="8850232e2a8415910188d287c68cd3322a9dcbe9" type="tarxz">https://dev-www.libreoffice.org/src/libcdr/libcdr-0.1.6.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
@@ -61,6 +61,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-02-22</Date>
|
||||
<Version>0.1.6</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2018-09-01</Date>
|
||||
<Version>0.1.4</Version>
|
||||
|
||||
Reference in New Issue
Block a user