Hello community, here is the log from the commit of package OpenSceneGraph for openSUSE:Factory checked in at 2020-04-22 20:45:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/OpenSceneGraph (Old) and /work/SRC/openSUSE:Factory/.OpenSceneGraph.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "OpenSceneGraph" Wed Apr 22 20:45:31 2020 rev:16 rq:792473 version:3.6.5 Changes: -------- --- /work/SRC/openSUSE:Factory/OpenSceneGraph/OpenSceneGraph.changes 2020-03-30 23:07:20.384311062 +0200 +++ /work/SRC/openSUSE:Factory/.OpenSceneGraph.new.2738/OpenSceneGraph.changes 2020-04-22 20:45:52.602556399 +0200 @@ -1,0 +2,5 @@ +Fri Apr 3 16:40:13 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Add more optional build dependencies. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ OpenSceneGraph.spec ++++++ --- /var/tmp/diff_new_pack.fvC4nF/_old 2020-04-22 20:45:53.918558976 +0200 +++ /var/tmp/diff_new_pack.fvC4nF/_new 2020-04-22 20:45:53.922558983 +0200 @@ -23,6 +23,23 @@ %else %bcond_with gdal %endif +# asio is not available in Leap < 15.2 and SLE15SP1 +# dcmtk is not available in SLE15SP1 and causes a build issue in Leap 15.1 +%if 0%{?sle_version} < 150200 && 0%{?suse_version} == 1500 +%bcond_with asio +%bcond_with dcmtk +%else +%bcond_without asio +%bcond_without dcmtk +%endif +# occt and fox are not available in SLE15SP1 +%if 0%{?is_opensuse} || 0%{?sle_version} >= 150200 +%bcond_without fox +%bcond_without occt +%else +%bcond_with fox +%bcond_with occt +%endif Name: OpenSceneGraph Version: 3.6.5 Release: 0 @@ -39,6 +56,7 @@ Source99: %{name}-rpmlintrc BuildRequires: cmake BuildRequires: curl-devel +BuildRequires: ffmpeg-devel BuildRequires: fltk-devel BuildRequires: freeglut-devel BuildRequires: gcc-c++ @@ -49,6 +67,8 @@ BuildRequires: unzip BuildRequires: update-desktop-files BuildRequires: wxWidgets-devel +BuildRequires: pkgconfig(IlmBase) +BuildRequires: pkgconfig(OpenEXR) BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(gstreamer-app-1.0) @@ -61,11 +81,24 @@ BuildRequires: pkgconfig(gtkglext-1.0) BuildRequires: pkgconfig(librsvg-2.0) >= 2.35 BuildRequires: pkgconfig(libtiff-4) +BuildRequires: pkgconfig(libvncserver) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(openal) BuildRequires: pkgconfig(poppler-glib) BuildRequires: pkgconfig(sdl2) BuildRequires: pkgconfig(xrandr) +%if %{with dcmtk} +BuildRequires: cmake(DCMTK) +%endif +%if %{with fox} +BuildRequires: pkgconfig(fox) +%endif +%if %{with occt} +BuildRequires: occt-devel +%endif +%if %{with asio} +BuildRequires: asio-devel +%endif %if %{with gdal} BuildRequires: pkgconfig(gdal) %endif
