Hello community,

here is the log from the commit of package e16 for openSUSE:Factory checked in 
at 2017-09-29 11:56:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/e16 (Old)
 and      /work/SRC/openSUSE:Factory/.e16.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "e16"

Fri Sep 29 11:56:39 2017 rev:8 rq:529105 version:1.0.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/e16/e16.changes  2017-06-17 10:22:40.750376228 
+0200
+++ /work/SRC/openSUSE:Factory/.e16.new/e16.changes     2017-09-29 
11:56:41.151808340 +0200
@@ -1,0 +2,17 @@
+Wed Sep 27 16:50:54 UTC 2017 - [email protected]
+
+- Fixup sound dependencies: we pass --enable-sound to configure,
+  which, according to configure, implies 'pulseaudio' (unless
+  specified as --enable-sound=esound).
+  + Drop esound-devel BuildRequires: not needed, since we never
+    passed --enable-sound=esound to configure.
+  + Drop pkgconfig(alas) BuildRequires: no needed, since e16 has no
+    alsa support.
+  + Add pkgconfig(libpulse) BuildRequires: Enable the implied sound
+    module for 16.
+- Toggle with_sound to 0, until somebody actually fixes the build
+  with PulseAudio (note: this is defacto the same as we had before
+  as the dependencies were simply not in place and configure
+  silently switched off --enable-sound).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ e16.spec ++++++
--- /var/tmp/diff_new_pack.pvQiYC/_old  2017-09-29 11:56:41.883705138 +0200
+++ /var/tmp/diff_new_pack.pvQiYC/_new  2017-09-29 11:56:41.887704574 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define enable_sound       1
+%define enable_sound       0
 %define enable_hints_gnome 0
 %define enable_zoom        1
 %define enable_xrandr      1
@@ -57,8 +57,7 @@
 Obsoletes:      enlightenment >= 1.0.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{enable_sound}
-BuildRequires:  esound-devel
-BuildRequires:  pkgconfig(alsa)
+BuildRequires:  pkgconfig(libpulse)
 %endif
 %if %{enable_pango}
 BuildRequires:  pkgconfig(pango)


Reply via email to