Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15
blender
blender.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File blender.spec of Package blender
# # spec file for package blender # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # NOTE:Audaspace will become a separate library as of blender 2.8 set audaspace to 1 when this verion is available. # NOTE:Adaspace is already in factory. %define audaspace 1 %define collada 1 %define wplayer 1 %define openvdb 0 # Set this to 1 for fixing bugs. %define debugbuild 0 # Find the version of python3 that blender is going to build against. %define py3version %(pkg-config python3 --modversion) # blender has versions like x.xxy which have x.xx (notice the missing # trailing y) in the directory path. This makes this additional variable # necessary. %define _version %(echo %{version} | cut -b 1-4) Name: blender Version: 2.79b Release: 0 Summary: A 3D Modelling And Rendering Package License: GPL-2.0-or-later Group: Productivity/Graphics/3D Editors Url: http://www.blender.org/ # http://download.blender.org/source/ Source0: http://download.blender.org/source/%{name}-%{version}.tar.gz Source1: http://download.blender.org/source/%{name}-%{version}.tar.gz.md5sum Source2: geeko.blend Source3: geeko.README Source4: blender-sample Source6: blender.xpm Source7: x-blend.desktop Source8: blender.appdata.xml # The openvdb package is WIP #Patch2 blender-2.78c-openvdb3-abi.patch Patch3: blender-2.78-C++11-build-fix.patch # libquicktime-devel #!BuildIgnore: libGLwM1 BuildRequires: OpenEXR-devel BuildRequires: SDL2-devel BuildRequires: binutils-gold BuildRequires: distribution-release %if 0%{?suse_version} > 1325 BuildRequires: gcc-c++ BuildRequires: libboost_atomic-devel BuildRequires: libboost_filesystem-devel BuildRequires: libboost_locale-devel BuildRequires: libboost_regex-devel BuildRequires: libboost_thread-devel %else BuildRequires: boost-devel BuildRequires: gcc7 BuildRequires: gcc7-c++ #!buildignore: libgcc_s1 %endif BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: fftw3-devel BuildRequires: gettext-tools BuildRequires: graphviz BuildRequires: help2man BuildRequires: hicolor-icon-theme BuildRequires: jack-audio-connection-kit-devel BuildRequires: libjpeg-devel %if %{openvdb} == 1 BuildRequires: openvdb-devel %endif BuildRequires: libpng-devel BuildRequires: libsndfile-devel BuildRequires: libtiff-devel BuildRequires: libtool BuildRequires: llvm-devel BuildRequires: lzo-devel BuildRequires: openal-soft-devel BuildRequires: pcre-devel BuildRequires: perl-Text-Iconv BuildRequires: pkg-config BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(libopenjpeg) %if 0%{?debugbuild} == 1 BuildRequires: pkgconfig(valgrind) %endif %if 0%{?is_opensuse} == 1 BuildRequires: pkgconfig(jemalloc) %endif # Needed since blender 2.71. Otherwise it won't build BuildRequires: python3-numpy-devel BuildRequires: pkgconfig(python3) >= 3.5 %if 0%{?suse_version} > 1320 BuildRequires: python3-requests %endif BuildRequires: shared-mime-info BuildRequires: update-desktop-files BuildRequires: xz BuildRequires: xz-devel BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(glew) BuildRequires: pkgconfig(glu) BuildRequires: pkgconfig(glw) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xfixes) BuildRequires: pkgconfig(xi) BuildRequires: pkgconfig(xrender) BuildRequires: pkgconfig(xxf86vm) BuildRequires: pkgconfig(zlib) Requires: python3-base >= %{py3version} # See bnc#713346 Requires: python3-numpy Requires: python3-xml %if 0%{?suse_version} > 1320 Requires: python3-requests %endif BuildRequires: pkgconfig(libavcodec) = 57.107.100 BuildRequires: pkgconfig(libavdevice) = 57.10.100 BuildRequires: pkgconfig(libavformat) = 57.83.100 BuildRequires: pkgconfig(libavutil) = 55.78.100 BuildRequires: pkgconfig(libswscale) = 4.8.100 %if 0%{?collada} == 1 BuildRequires: openCOLLADA-devel %endif %if 0%{?audaspace} == 1 BuildRequires: pkgconfig(audaspace) >= 1.3 Requires: audaspace-plugins %endif BuildRequires: OpenColorIO-devel BuildRequires: OpenImageIO-devel BuildRequires: cmake(pugixml) %ifarch x86_64 Requires: %{name}-devel = %{version} %endif %description Blender is a 3D modelling and rendering package. It is the in-house software of a high quality animation studio, Blender has proven to be an extremely fast and versatile design instrument. The software has a personal touch, offering a unique approach to the world of Three Dimensions. Use Blender to create TV commercials, to make technical visualizations, business graphics, to do some morphing, or design user interfaces. You can easy build and manage complex environments. The renderer is versatile and extremely fast. All basic animation principles (curves & keys) are well implemented.It includes tools for modeling, sculpting, texturing (painting, node-based shader materials, or UV mapped), UV mapping, rigging and constraints, weight painting, particle systems, simulation (fluids, physics, and soft body dynamics and an external crowd simulator), rendering, node-based compositing, and non linear video editing, as well as an integrated game engine for real-time interactive 3D and game creation and playback with cross-platform compatibility. %ifarch x86_64 %package devel Summary: Headers for cycles rendering License: Apache-2.0 Group: Development/Sources BuildArch: noarch %description devel These are the cycles headers that blender uses for rendering with specific gpus %endif %lang_package %prep %if 1 == 1 pushd ../SOURCES md5sum -c %{SOURCE1} popd %endif %setup -q #%%patch2 -p1 %patch3 rm -rf extern/glew rm -rf extern/libopenjpeg echo %{_version} for i in `grep -rl "/usr/bin/env python3"`;do sed -i '1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done %build # sse options only on supported archs %ifarch %{ix86} x86_64 sseflags='-msse -msse2' %endif # Find python3 version and abiflags export psver=$(pkg-config python3 --modversion) export pver=$(pkg-config python3 --modversion)$(python3-config --abiflags) mkdir -p Build && pushd Build #-fsanitize=address # FIXME: This comes from a stupid osc spec formatter # blender's flags are complex enough already without %%cmake macro spamming the build log. # It also puts _smp_mflags where it shouldn't, I had to write make -j1 to stop it. # NOTE: Don't use cmake macro. cmake ../ -DBUILD_SHARED_LIBS:BOOL=off \ %if 0%{?debugbuild} == 1 -DCMAKE_BUILD_TYPE:STRING=Debug \ -DCMAKE_C_FLAGS_DEBUG:STRING="-fsanitize=address -ggdb" \ -DCMAKE_CXX_FLAGS_DEBUG:STRING="-fsanitize=address -ggdb" \ -DWITH_MEM_VALGRIND:BOOL=ON \ -DWITH_ASSERT_ABORT:BOOL=ON \ %else -DCMAKE_C_FLAGS:STRING="$CFLAGS %{optflags} -fPIC ${sseflags}" \ -DCMAKE_CXX_FLAGS:STRING="$CXXFLAGS %{optflags} -fPIC ${sseflags}" \ %endif %if 0%{?suse_version} < 1325 -DCMAKE_CXX_COMPILER:FILEPATH=%{_bindir}/g++-7 \ -DCMAKE_C_COMPILER:FILEPATH=%{_bindir}/gcc-7 \ %endif %if 0%{?is_opensuse} == 1 -DWITH_MEM_JEMALLOC:BOOL=ON \ %endif -DWITH_BUILDINFO:BOOL=ON \ -DWITH_LLVM:BOOL=ON \ -DWITH_FFTW3:BOOL=on \ -DWITH_JACK:BOOL=on \ -DWITH_JACK_DYNLOAD:BOOL=on \ -DWITH_CODEC_SNDFILE:BOOL=on \ -DWITH_IMAGE_OPENJPEG:BOOL=on \ -DWITH_SYSTEM_OPENJPEG:BOOL=on \ -DWITH_LIBMV_SCHUR_SPECIALIZATIONS:BOOL=on \ -DWITH_CODEC_FFMPEG:BOOL=on \ %if %{openvdb} == 1 -DWITH_OPENVDB:BOOL=on \ -DWITH_OPENVDB_BLOSC:BOOL=on \ %endif %if 0%{?collada} == 1 -DWITH_OPENCOLLADA:BOOL=on \ %else -DWITH_OPENCOLLADA:BOOL=off \ %endif %if 0%{?audaspace} == 1 -DWITH_SYSTEM_AUDASPACE:BOOL=on \ %endif -DWITH_PYTHON:BOOL=on \ -DWITH_PYTHON_INSTALL:BOOL=off \ -DWITH_GAMEENGINE:BOOL=ON \ %ifarch ppc ppc64 ppc64le -DWITH_CYCLES:BOOL=OFF \ %else -DWITH_CYCLES:BOOL=ON \ -DWITH_OPENIMAGEIO:BOOL=ON \ -DWITH_OPENCOLORIO:BOOL=ON \ %endif -DWITH_PLAYER:BOOL=on \ -DWITH_INSTALL_PORTABLE:BOOL=OFF \ -DWITH_SYSTEM_GLEW:BOOL=ON \ -DWITH_SDL:BOOL=ON \ -DWITH_SDL_DYNLOAD:BOOL=on \ %ifnarch x86_64 -DWITH_RAYOPTIMIZATION:BOOL=OFF \ -DWITH_MOD_OCEANSIM:BOOL=OFF \ %else -DWITH_RAYOPTIMIZATION:BOOL=on \ -DWITH_MOD_OCEANSIM:BOOL=ON \ %endif -DCMAKE_VERBOSE_MAKEFILE=on \ -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ -DCMAKE_EXE_LINKER_FLAGS:STRING="-pie" \ -DPYTHON_VERSION=$psver \ -DPYTHON_LIBPATH=%{_libexecdir} \ -DPYTHON_LIBRARY=python$pver \ -DPYTHON_INCLUDE_DIRS=%{_includedir}/python$pver \ -DWITH_PYTHON_INSTALL_NUMPY=off \ -DWITH_SYSTEM_LZO:BOOL=ON pushd intern/libmv make -j1 popd # A further attempt to stop out of memory failures. export jobs=$(getconf _NPROCESSORS_ONLN) %define jobs %(echo $jobs) %if 0%{?jobs} > 2 %define _smp_mflags -j2 %endif make %{?_smp_mflags} popd %install echo "release version = %{_version}" # make install pushd Build %make_install popd # Remove folder, it's not supposed to be installed here. rm -rf %{buildroot}%{_datadir}/%{name}/%{_version}/datafiles/fonts rm -f %{buildroot}%{_datadir}/%{name}/%{_version}/scripts/addons/.gitignore # Fix any .py files with shebangs and wrong permissions. if test -z `find %{buildroot} -name *.py -perm 0644 -print0|xargs -0r grep -l '#!'`; \ then break; else chmod -f 0755 `find %{buildroot} -name *.py -perm 0644 -print0|xargs -0r grep -l '#!'`; \ fi # Copy text files to correct place. mkdir -p %{buildroot}%{_docdir}/%{name} cp -v %{buildroot}%{_datadir}/doc/blender/* %{buildroot}%{_docdir}/%{name}/ rm -rf %{buildroot}%{_datadir}/doc/blender # install blender sample. install -D -m 0644 %{SOURCE2} %{buildroot}%{_docdir}/%{name}/ install -D -m 0644 %{SOURCE3} %{buildroot}%{_docdir}/%{name}/ install -D -m 0755 %{SOURCE4} %{buildroot}%{_bindir}/ # install appdata file mkdir -p %{buildroot}%{_datadir}/appdata/ install -D -m 0644 %{SOURCE8} %{buildroot}%{_datadir}/appdata/ find %{buildroot} -empty -print -delete chmod -f 0644 %{buildroot}%{_datadir}/%{name}/%{_version}/scripts/modules/console_python.py if test -z `find %{buildroot}%{_docdir}/%{name} -name *.py -perm 0755 -print0|xargs -0r grep -l '#!'`; \ then break; else chmod -f 0644 `find %{buildroot}%{_docdir}/%{name} -name *.py -perm 0755 -print0|xargs -0r grep -l '#!'`; \ fi %fdupes %{buildroot}%{_datadir}/%{name}/%{_version}/ %find_lang %{name} %{?no_lang_C} rm -rf %{buildroot}%{_datadir}/locale/languages %ifnarch x86_64 find %{buildroot}%{_datadir}/%{name}/%{_version}/scripts/ -name "*.h" -print -delete %endif # Factory is now of the opinion that every /usr/bin file needs a man page, %if %{wplayer} == 1 # Generate man page with help2man # Create man1 directory if it doesn't exist. Added with v2.73 [ -d %{buildroot}%{_mandir}/man1 ] || mkdir -p %{buildroot}%{_mandir}/man1 || : pushd %{buildroot}%{_mandir}/man1 cp -v %{buildroot}%{_bindir}/blenderplayer ./ help2man \ --version-string="%{version}" \ --help-option="-h" -n "a utility for previewing .blend files" \ -s 1 -m "User Commands" -S "Stichting Blender Foundation" -N -o blenderplayer.1 ./'blenderplayer -h ""' rm blenderplayer popd #cp -v %%{SOURCE5} %%{buildroot}%%{_mandir}/man1 %endif %if 1 == 1 # Add more icons. mkdir -p %{buildroot}%{_datadir}/pixmaps/ pushd %{buildroot}%{_datadir}/pixmaps/ ln -s ../icons/hicolor/32x32/apps/blender.png blender.png popd # Install s6=blender.xpm and s11=v-2.55 install -D -m 0644 %{SOURCE6} %{buildroot}%{_datadir}/pixmaps/ ln -s ../icons/hicolor/scalable/apps/blender.svg %{buildroot}%{_datadir}/pixmaps %endif %if 0%{?sles_version} %suse_update_desktop_file -i -n -G "Blender Template" x-blend %suse_update_desktop_file -i -n blender %else # Install blender template desktop file. desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE7} # Validate blender.desktop desktop-file-validate %{buildroot}%{_datadir}/applications/blender.desktop desktop-file-validate %{buildroot}%{_datadir}/applications/x-blend.desktop %endif find . -name blender-softwaregl -print -exec cp -v {} %{buildroot}%{_bindir}/ \; %post %mime_database_post %desktop_database_post touch --no-create %{_datadir}/icons/hicolor >/dev/null 2>&1 ||: %postun %mime_database_postun %desktop_database_postun if [ $1 -eq 0 ] ; then touch --no-create %{_datadir}/icons/hicolor >/dev/null 2>&1 ||: gtk-update-icon-cache %{_datadir}/icons/hicolor >/dev/null 2>&1 ||: fi %posttrans gtk-update-icon-cache %{_datadir}/icons/hicolor >/dev/null 2>&1 ||: %files lang -f %{name}.lang %defattr (-, root, root) %{_datadir}/%{name}/%{_version}/datafiles/locale/ %files %defattr (-, root, root) %{_bindir}/* %{_mandir}/man1/* %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/%{_version} %dir %{_datadir}/%{name}/%{_version}/datafiles %ifnarch ppc %power64 %if 0%{?is_opensuse} == 1 %{_datadir}/%{name}/%{_version}/datafiles/colormanagement/ %endif %endif %ifarch x86_64 %exclude %{_datadir}/%{name}/%{_version}/scripts/addons/cycles %endif %{_datadir}/%{name}/%{_version}/scripts/ %{_datadir}/applications/blender.desktop %{_datadir}/applications/x-blend.desktop %{_datadir}/icons/hicolor/*/apps/blender.png %{_datadir}/icons/hicolor/scalable/apps/blender.svg %{_datadir}/pixmaps/blender.svg %{_datadir}/pixmaps/blender.xpm %{_datadir}/pixmaps/blender.png %dir %{_datadir}/appdata %{_datadir}/appdata/*.appdata.xml %doc %{_docdir}/%{name} %ifarch x86_64 %files devel %{_datadir}/%{name}/%{_version}/scripts/addons/cycles %endif %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor