Hello community,

here is the log from the commit of package FAudio for openSUSE:Factory checked 
in at 2020-09-27 11:48:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/FAudio (Old)
 and      /work/SRC/openSUSE:Factory/.FAudio.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "FAudio"

Sun Sep 27 11:48:40 2020 rev:5 rq:833872 version:20.09

Changes:
--------
--- /work/SRC/openSUSE:Factory/FAudio/FAudio.changes    2020-06-02 
14:39:50.579749722 +0200
+++ /work/SRC/openSUSE:Factory/.FAudio.new.4249/FAudio.changes  2020-09-27 
11:48:44.107976133 +0200
@@ -1,0 +2,25 @@
+Fri Sep 11 14:45:42 UTC 2020 - Aaron Stern <[email protected]>
+
+- The FFmpeg backend for WMA decoding has been replaced with GStreamer. 
+  Distributors are encouraged to configure their FAudio builds with 
+  -DGSTREAMER=ON even if a WMA plugin is not available by default; 
+  end users can provide their own plugins if needed.
+
+  added -DGSTREAMER=ON flag for gstreamer backend.
+  
+-------------------------------------------------------------------
+Fri Sep  4 20:17:22 UTC 2020 - Dirk Mueller <[email protected]>
+
+- update to 20.09:
+  IGLDevice has been replaced with FNA3D, the new graphics library for FNA!
+  Direct3D 11 is now supported and is the default for Windows/Xbox
+  Vulkan is now available as an experimental backend
+  Metal is now the default for Apple platforms
+  ModernGL and ThreadedGL have been removed
+  THREADED_GL and DISABLE_THREADING have been removed
+  MojoShader is now statically linked directly into FNA3D
+  SDL2_image has been replaced with FNA3D_Image, which is built into FNA3D
+  Add experimental support for WebAssembly via Emscripten and mono-wasm
+  Update to FAudio 20.09
+
+-------------------------------------------------------------------

Old:
----
  FNA-2005.zip

New:
----
  FNA-2009.zip

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

Other differences:
------------------
++++++ FAudio.spec ++++++
--- /var/tmp/diff_new_pack.vDdXei/_old  2020-09-27 11:48:45.051977150 +0200
+++ /var/tmp/diff_new_pack.vDdXei/_new  2020-09-27 11:48:45.055977155 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define realver 2005
+%define realver 2009
 Name:           FAudio
-Version:        20.05
+Version:        20.09
 Release:        0
 Summary:        A reimplementation of the XNA Game Studio libraries
 License:        Zlib
@@ -28,6 +28,8 @@
 Source1:        baselibs.conf
 Patch0:         faudio-older-sdl2.patch
 BuildRequires:  cmake
+BuildRequires:  pkgconfig(gstreamer-1.0)
+BuildRequires:  pkgconfig(gstreamer-audio-1.0)
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 BuildRequires:  unzip
@@ -60,7 +62,8 @@
 %build
 cd lib/FAudio
 %cmake \
-  -DCMAKE_BUILD_TYPE=Release
+  -DCMAKE_BUILD_TYPE=Release \
+  -DGSTREAMER=ON
 %cmake_build
 
 %install


Reply via email to