Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package schismtracker for openSUSE:Factory 
checked in at 2022-08-07 18:34:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/schismtracker (Old)
 and      /work/SRC/openSUSE:Factory/.schismtracker.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "schismtracker"

Sun Aug  7 18:34:10 2022 rev:21 rq:993617 version:20220807

Changes:
--------
--- /work/SRC/openSUSE:Factory/schismtracker/schismtracker.changes      
2022-06-23 10:25:45.771837294 +0200
+++ /work/SRC/openSUSE:Factory/.schismtracker.new.1521/schismtracker.changes    
2022-08-07 18:34:17.937217243 +0200
@@ -1,0 +2,13 @@
+Sun Aug  7 11:43:55 UTC 2022 - Jan Engelhardt <[email protected]>
+
+- Update to release 20220807
+  * Use SDL2 instead of SDL1.2. This fixes various
+    platform-dependent issues with video code, adds support for
+    new audio drivers such as JACK, and removes the System
+    Configuration video driver choices in favor of video scaling
+    method selection.
+  * Fix multitrack mono audio export.
+  * Support ADPCM and stereo samples in XM files.
+- Drop 0001-configure.ac-Accept-SDL-1.2.50.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-configure.ac-Accept-SDL-1.2.50.patch
  20220506.tar.gz

New:
----
  20220807.tar.gz

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

Other differences:
------------------
++++++ schismtracker.spec ++++++
--- /var/tmp/diff_new_pack.RRiYAR/_old  2022-08-07 18:34:18.425218662 +0200
+++ /var/tmp/diff_new_pack.RRiYAR/_new  2022-08-07 18:34:18.437218696 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           schismtracker
-Version:        20220506
+Version:        20220807
 Release:        0
 Summary:        Music editor that matches the look and feel of Impulse Tracker
 License:        GPL-2.0-or-later
@@ -28,7 +28,6 @@
 Patch1:         schism-alsa.diff
 Patch2:         schism-nodate.diff
 Patch3:         schism-deptrack.diff
-Patch4:         0001-configure.ac-Accept-SDL-1.2.50.patch
 BuildRequires:  alsa-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -37,7 +36,7 @@
 BuildRequires:  libtool
 BuildRequires:  python3-base
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(sdl)
+BuildRequires:  pkgconfig(sdl2)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xv)
 

++++++ 20220506.tar.gz -> 20220807.tar.gz ++++++
++++ 9487 lines of diff (skipped)

++++++ schism-alsa.diff ++++++
--- /var/tmp/diff_new_pack.RRiYAR/_old  2022-08-07 18:34:18.629219255 +0200
+++ /var/tmp/diff_new_pack.RRiYAR/_new  2022-08-07 18:34:18.633219266 +0200
@@ -38,11 +38,11 @@
  schism/audio_playback.c |    7 +------
  1 file changed, 1 insertion(+), 6 deletions(-)
 
-Index: schismtracker-20170910/schism/audio_playback.c
+Index: schismtracker-20220807/schism/audio_playback.c
 ===================================================================
---- schismtracker-20170910.orig/schism/audio_playback.c
-+++ schismtracker-20170910/schism/audio_playback.c
-@@ -1281,15 +1281,10 @@ static int _audio_open(const char *drive
+--- schismtracker-20220807.orig/schism/audio_playback.c
++++ schismtracker-20220807/schism/audio_playback.c
+@@ -1295,15 +1295,10 @@ static int _audio_open(const char *drive
        if (SDL_InitSubSystem(SDL_INIT_AUDIO) < 0)
                return 0;
  
@@ -51,7 +51,7 @@
 -      is set. (see SDL_alsa_audio.c: http://tinyurl.com/ybf398f)
 -      If hw doesn't exist, so be it -- let this fail, we'll fall back to the 
dummy device, and the
 -      user can pick a more reasonable device later. */
-       if (SDL_AudioDriverName(driver_name, sizeof(driver_name)) != NULL && 
!strcmp(driver_name, "alsa")) {
+       if ((driver_name = SDL_GetCurrentAudioDriver()) != NULL && 
!strcmp(driver_name, "alsa")) {
                char *dev = getenv("AUDIODEV");
                if (!dev || !*dev)
 -                      put_env_var("AUDIODEV", "hw");

Reply via email to