X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=blender.spec;h=04d5e9028cef250f38c60ff2d17acbab4caed706;hb=5e4c02ea7142805f05a3eb9009412cd34001628c;hp=dd4e1c74ff7dc2c3ee75eb3ff2862cf163a2d95b;hpb=585a264f322f6b0a9ccf501110b590805eaae8e7;p=packages%2Fblender.git diff --git a/blender.spec b/blender.spec index dd4e1c7..04d5e90 100644 --- a/blender.spec +++ b/blender.spec @@ -1,51 +1,65 @@ # TODO: # - enable internalization support (BR libftgl) -# - enable OpenAL support # - libsolid/libqhull/libode BR ? -# - package python scripts Summary: 3D modeling, rendering, animation and game creation package Summary(pl.UTF-8): Pakiet do tworzenia animacji 3D oraz gier Name: blender -Version: 2.44 -Release: 1 +Version: 2.81a +Release: 2 License: GPL Group: X11/Applications/Graphics -Source0: http://download.blender.org/source/%{name}-%{version}.tar.gz -# Source0-md5: 7ac841f6feb27e9d7fb6d77cf137be12 -Source1: %{name}.desktop -Source2: %{name}.png -Source4: %{name}-wrapper -Source5: %{name}.manpage -Patch0: %{name}-po_and_locale_names.patch -Patch1: %{name}-noxml-yafray.patch +Source0: http://download.blender.org/source/%{name}-%{version}.tar.xz +# Source0-md5: fd106a2c3debfd215617d31197883173 +Patch0: %{name}-2.76-droid.patch +Patch1: format-security.patch +Patch2: python-3.8.patch +Patch3: struct-alignment.patch URL: http://www.blender.org/ +BuildRequires: OpenAL-devel +BuildRequires: OpenColorIO-devel BuildRequires: OpenEXR-devel BuildRequires: OpenGL-devel -BuildRequires: SDL-devel -BuildRequires: gcc >= 5:3.4.0 +BuildRequires: OpenGL-GLU-devel +BuildRequires: OpenImageIO-devel +BuildRequires: SDL2-devel +BuildRequires: boost-devel +BuildRequires: cmake +BuildRequires: ffmpeg-devel >= 0.4.9-4.20080930.1 +BuildRequires: fftw3-devel BuildRequires: freealut-devel BuildRequires: freetype-devel BuildRequires: ftgl-devel -BuildRequires: gettext-devel -#BuildRequires: esound-devel +BuildRequires: gcc >= 5:3.4.0 +BuildRequires: gettext-tools +BuildRequires: glew-devel +BuildRequires: jack-audio-connection-kit-devel +BuildRequires: jemalloc-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel +BuildRequires: libsndfile-devel +BuildRequires: libspnav-devel BuildRequires: libstdc++-devel BuildRequires: libtiff-devel BuildRequires: libtool BuildRequires: libvorbis-devel +BuildRequires: openjpeg2-devel BuildRequires: openssl-devel >= 0.9.7d -BuildRequires: python-devel >= 1:2.3 -BuildRequires: scons +BuildRequires: pugixml-devel +BuildRequires: python3 +BuildRequires: python3-devel +BuildRequires: python3-numpy-devel +BuildRequires: rpm-pythonprov +BuildRequires: rpmbuild(macros) >= 1.385 BuildRequires: sed >= 4.0 -#BuildRequires: smpeg-devel +BuildRequires: xorg-lib-libXi-devel BuildRequires: zlib-devel +Requires(post,postun): desktop-file-utils Requires: OpenGL Requires: freetype Requires: python-modules BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _noautoreqdep libGL.so.1 libGLU.so.1 +%define _noautoreqdep libGL.so.1 libGLU.so.1 %description Blender is a free and fully functional 3D modeling, rendering, @@ -60,70 +74,76 @@ Blender to darmowy i w pełni funkcjonalny pakiet do tworzenia animacji %setup -q %patch0 -p1 %patch1 -p1 -mv -f po/pt_{br,BR}.po +%patch2 -p1 +%ifarch x32 +%patch3 -p1 +%endif -rm -f missing -rm -f user-config.py +%build +install -d build +cd build +%cmake \ + -DCMAKE_SKIP_RPATH:BOOL=ON \ + -DBUILD_SHARED_LIBS:BOOL=OFF \ + -DWITH_FFTW3:BOOL=ON \ + -DWITH_JACK:BOOL=ON \ + -DWITH_JACK_DYNLOAD:BOOL=ON \ + -DWITH_CODEC_SNDFILE:BOOL=ON \ + -DWITH_IMAGE_OPENJPEG:BOOL=ON \ + -DWITH_OPENCOLLADA:BOOL=ON \ + -DWITH_OPENCOLORIO:BOOL=ON \ + -DWITH_CYCLES:BOOL=ON \ + -DWITH_FFTW3:BOOL=ON \ + -DWITH_MOD_OCEANSIM:BOOL=ON \ + -DOPENCOLLADA=%{_includedir} \ + -DWITH_PYTHON:BOOL=ON \ + -DPYTHON_VERSION:STRING=%{py3_ver} \ + -DWITH_PYTHON_INSTALL:BOOL=OFF \ + -DWITH_CODEC_FFMPEG:BOOL=ON \ + -DWITH_GAMEENGINE:BOOL=ON \ + -DWITH_CXX_GUARDEDALLOC:BOOL=OFF \ + -DWITH_INSTALL_PORTABLE:BOOL=OFF \ + -DWITH_PYTHON_SAFETY:BOOL=ON \ + -DWITH_PLAYER:BOOL=ON \ + -DWITH_MEM_JEMALLOC:BOOL=ON \ + -DWITH_SYSTEM_GLEW:BOOL=ON \ + -DBOOST_ROOT=%{_prefix} \ + -DWITH_INPUT_NDOF:BOOL=ON \ + -DWITH_SDL:BOOL=ON \ + -DWITH_SDL_DYNLOAD:BOOL=ON \ + .. -RPMCFLAGS="\"`echo %{rpmcflags}|sed 's/ /\",\"/g'`\"" -RPMLDFLAGS="\"`echo %{rpmldflags}|sed 's/ /\",\"/g'`\"" +%{__make} V=1 -cat > user-config.py <