X-Git-Url: http://git.pld-linux.org/?p=packages%2Fblender.git;a=blobdiff_plain;f=blender.spec;h=bf5282cadd8a34f281bac551990f601dbb8b22c3;hp=a19e8fabc9689f253f0de1570542e6d3baa53e68;hb=bfa9582;hpb=ff8849097ae3f607c9ad13e9b5c89096b4d24920 diff --git a/blender.spec b/blender.spec index a19e8fa..bf5282c 100644 --- a/blender.spec +++ b/blender.spec @@ -1,69 +1,138 @@ - -%include /usr/lib/rpm/macros.python - +# TODO: +# - enable internalization support (BR libftgl) +# - libsolid/libqhull/libode BR ? Summary: 3D modeling, rendering, animation and game creation package -Summary(pl): Pakiet do tworzenia animacji 3D oraz robienia gier +Summary(pl.UTF-8): Pakiet do tworzenia animacji 3D oraz gier Name: blender -Version: 2.27 -Release: 0.1 +Version: 2.79b +Release: 2 License: GPL Group: X11/Applications/Graphics -Source0: http://download.blender.org/source/%{name}-%{version}.tar.bz2 -# Source0-md5: 2b34e7ad67d02771a3fae0411c6fe845 -Patch0: %{name}-python.patch +Source0: http://download.blender.org/source/%{name}-%{version}.tar.gz +# Source0-md5: cef9a203857dc65076e05c41fc7a7d03 +Source1: %{name}.desktop +Source2: %{name}.png +Source3: %{name}.manpage +Patch0: %{name}-2.76-droid.patch +Patch1: ffmpeg4.patch +Patch2: gcc8.patch +URL: http://www.blender.org/ +BuildRequires: OpenAL-devel +BuildRequires: OpenEXR-devel BuildRequires: OpenGL-devel -BuildRequires: SDL-devel -BuildRequires: autoconf -BuildRequires: automake +BuildRequires: OpenImageIO-devel +BuildRequires: SDL2-devel +BuildRequires: cmake +#BuildRequires: esound-devel +BuildRequires: ffmpeg-devel >= 0.4.9-4.20080930.1 +BuildRequires: freealut-devel +BuildRequires: freetype-devel +BuildRequires: ftgl-devel +BuildRequires: gcc >= 5:3.4.0 +BuildRequires: gettext-tools BuildRequires: libjpeg-devel BuildRequires: libpng-devel +BuildRequires: libstdc++-devel +BuildRequires: libtiff-devel BuildRequires: libtool -BuildRequires: openssl-devel >= 0.9.7 -BuildRequires: python-devel -BuildRequires: smpeg-devel +BuildRequires: libvorbis-devel +BuildRequires: openssl-devel >= 0.9.7d +BuildRequires: python3-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, animation and game creation package for Unix, Windows and BeOS systems. -%description -l pl -Blender to darmowy i w pe³ni funkcjonalny pakiet do tworzenia animacji -3D oraz robienia gier, dostêpny dla systemów Unix, Windows i BeOS. +%description -l pl.UTF-8 +Blender to darmowy i w pełni funkcjonalny pakiet do tworzenia animacji +3D oraz gier, dostępny dla systemów Unix, Windows i BeOS. %prep %setup -q -#%patch0 -p1 +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 %build -CPPFLAGS="-I/usr/X11R6/include" -LDFLAGS="-L/usr/X11R6/lib" -export CPPFLAGS LDFLAGS -#%{__libtoolize} -#%{__aclocal} -#%{__autoconf} -#%{__automake} -%configure -%{__make} +install -d build +cd build +%cmake \ + -DCMAKE_SKIP_RPATH=ON \ + -DBUILD_SHARED_LIBS=OFF \ + -DWITH_FFTW3:BOOL=ON \ + -DWITH_JACK:BOOL=ON \ + -DWITH_CODEC_SNDFILE:BOOL=ON \ + -DWITH_IMAGE_OPENJPEG:BOOL=ON \ + -DWITH_OPENCOLLADA: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_BUILTIN_GLEW=OFF \ + -DWITH_INSTALL_PORTABLE=OFF \ + -DWITH_PYTHON_SAFETY=ON \ + -DWITH_PLAYER=ON \ + -DWITH_MEM_JEMALLOC=ON \ + -DBOOST_ROOT=%{_prefix} \ + -DWITH_INPUT_NDOF=ON \ + -DWITH_SDL:BOOL=ON \ + .. + +%{__make} V=1 %install rm -rf $RPM_BUILD_ROOT -%{__make} install \ + +install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_mandir}/man1} + +%{__make} -C build install \ DESTDIR=$RPM_BUILD_ROOT -#echo blender-creator-ph > $RPM_BUILD_ROOT%{py_sitedir}/blender.pth + +cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} +cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir} +cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_mandir}/man1/blender.1 + +#%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT +%post +%update_desktop_database_post + +%postun +%update_desktop_database_postun + %files %defattr(644,root,root,755) -%doc README -%attr(755,root,root) %{_bindir}/* -#%dir %{py_sitedir}/blender-creator-ph -#%attr(755,root,root) %{py_sitedir}/blender-creator-ph/*.so -#%{py_sitedir}/blender.pth +# -f %{name}.lang +%doc doc/license/bf-members.txt doc/guides/*.txt +%attr(755,root,root) %{_bindir}/blender +%attr(755,root,root) %{_bindir}/blender-thumbnailer.py +%attr(755,root,root) %{_bindir}/blenderplayer +%attr(755,root,root) %{_datadir}/%{name} +%{_desktopdir}/*.desktop +%{_pixmapsdir}/*.png +%{_iconsdir}/*/*x*/apps/blender.png +%{_iconsdir}/*/scalable/apps/blender.svg +%{_mandir}/man1/*