From 0db8dacc91f22683c50c19441720df3550b09e4b Mon Sep 17 00:00:00 2001 From: Luya Tshimbalanga Date: Oct 10 2019 07:45:22 +0000 Subject: Disable several dependencies missing on epel8 repository --- diff --git a/blender.spec b/blender.spec index 6683d63..aeb52d1 100644 --- a/blender.spec +++ b/blender.spec @@ -22,7 +22,7 @@ Name: blender Epoch: 1 Version: %{blender_api} -Release: 4%{?dist} +Release: 5%{?dist} Summary: 3D modeling, animation, rendering and post-production License: GPLv2 @@ -61,15 +61,15 @@ Patch3: %%{name}-2.80-locale.patch # Development stuff BuildRequires: boost-devel -BuildRequires: blosc-devel +#BuildRequires: blosc-devel BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: gcc-c++ BuildRequires: gettext BuildRequires: git -BuildRequires: jemalloc-devel +#BuildRequires: jemalloc-devel BuildRequires: libtool -BuildRequires: libspnav-devel +#BuildRequires: libspnav-devel BuildRequires: libxml2-devel BuildRequires: openssl-devel BuildRequires: pcre-devel @@ -97,13 +97,13 @@ BuildRequires: freeglut-devel BuildRequires: libGL-devel BuildRequires: libGLU-devel BuildRequires: libXi-devel -BuildRequires: openCOLLADA-devel >= svn825 -BuildRequires: ode-devel +#BuildRequires: openCOLLADA-devel >= svn825 +#BuildRequires: ode-devel BuildRequires: SDL2-devel BuildRequires: xorg-x11-proto-devel # Picture/Video stuff -BuildRequires: alembic-devel +#BuildRequires: alembic-devel %{?_with_ffmpeg: BuildRequires: ffmpeg-devel } @@ -122,7 +122,7 @@ BuildRequires: openvdb-devel BuildRequires: tbb-devel # Audio stuff -BuildRequires: freealut-devel +#BuildRequires: freealut-devel BuildRequires: jack-audio-connection-kit-devel BuildRequires: libao-devel BuildRequires: libogg-devel @@ -210,7 +210,7 @@ pushd cmake-make -DCMAKE_SKIP_RPATH=ON \ -DPYTHON_VERSION=$(%{__python3} -c "import sys ; print(sys.version[:3])") \ -DOpenGL_GL_PREFERENCE=GLVND \ - -DWITH_ALEMBIC=ON \ + -DWITH_ALEMBIC=OFF \ -DWITH_BUILDINFO=ON \ %{?_with_ffmpeg:-DWITH_CODEC_FFMPEG=ON} \ -DWITH_CODEC_SNDFILE=ON \ @@ -224,9 +224,9 @@ pushd cmake-make -DWITH_JACK=ON \ -DWITH_MEM_JEMALLOC=ON \ -DWITH_MOD_OCEANSIM=ON \ - -DWITH_OPENCOLLADA=ON \ - -DWITH_OPENCOLORIO=ON \ - %{?_with_openvdb:-DWITH_OPENVDB=ON -DWITH_OPENVDB_BLOSC=ON} \ + -DWITH_OPENCOLLADA=OFF \ + -DWITH_OPENCOLORIO=OFF \ + %{?_with_openvdb:-DWITH_OPENVDB=ON -DWITH_OPENVDB_BLOSC=OFF} \ -DWITH_PYTHON=ON \ -DWITH_PYTHON_INSTALL=OFF \ -DWITH_PYTHON_INSTALL_REQUESTS=OFF \ @@ -322,6 +322,9 @@ fi %{_fontbasedir}/%{name}/ %changelog +* Thu Aug 15 2019 Luya Tshimbalanga - 1:2.80-5 +- Disable several dependencies missing in epel8 repository + * Thu Aug 15 2019 Luya Tshimbalanga - 1:2.80-4 - Restore broken international fonts support