commit SDL2_mixer for openSUSE:Factory

2020-09-16 Thread root
Hello community,

here is the log from the commit of package SDL2_mixer for openSUSE:Factory 
checked in at 2020-09-16 19:36:44

Comparing /work/SRC/openSUSE:Factory/SDL2_mixer (Old)
 and  /work/SRC/openSUSE:Factory/.SDL2_mixer.new.4249 (New)


Package is "SDL2_mixer"

Wed Sep 16 19:36:44 2020 rev:7 rq:834756 version:2.0.4

Changes:

--- /work/SRC/openSUSE:Factory/SDL2_mixer/SDL2_mixer.changes2019-03-26 
15:42:22.292245677 +0100
+++ /work/SRC/openSUSE:Factory/.SDL2_mixer.new.4249/SDL2_mixer.changes  
2020-09-16 19:37:09.506659146 +0200
@@ -1,0 +2,5 @@
+Tue Sep 15 22:56:34 UTC 2020 - Jan Engelhardt 
+
+- Demote Recommends to Suggests.
+
+---



Other differences:
--
++ SDL2_mixer.spec ++
--- /var/tmp/diff_new_pack.gODUfy/_old  2020-09-16 19:37:10.982660510 +0200
+++ /var/tmp/diff_new_pack.gODUfy/_new  2020-09-16 19:37:10.986660514 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package SDL2_mixer
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 Summary:SDL2 sound mixer library
 License:Zlib
 Group:  Development/Libraries/C and C++
-Url:http://libsdl.org/projects/SDL_mixer/
+URL:http://libsdl.org/projects/SDL_mixer/
 
 #Hg-Clone: http://hg.libsdl.org/SDL_mixer/
 Source: 
http://libsdl.org/projects/SDL_mixer/release/%name-%version.tar.gz
@@ -40,12 +40,11 @@
 %endif
 BuildRequires:  pkgconfig(sdl2)
 BuildRequires:  pkgconfig(vorbis)
-Recommends: timidity
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Suggests:   timidity
 
 %description
 A multichannel audio mixer. It supports four channels of 16-bit stereo
-audio, plus a single channel of music, mixed by the popular MikMod MOD,
+audio, plus a single channel of music, mixed by the MikMod MOD,
 Timidity MIDI, and mpg123 MP3 libraries.
 
 %package -n %lname
@@ -55,7 +54,7 @@
 
 %description -n %lname
 A multichannel audio mixer. It supports four channels of 16-bit stereo
-audio, plus a single channel of music, mixed by the popular MikMod MOD,
+audio, plus a single channel of music, mixed by the MikMod MOD,
 Timidity MIDI, and mpg123 MP3 libraries.
 
 %package -n libSDL2_mixer-devel
@@ -66,11 +65,11 @@
 
 %description -n libSDL2_mixer-devel
 A multi-channel audio mixer. It supports 4 channels of 16-bit stereo
-audio, plus a single channel of music, mixed by the popular MikMod MOD,
+audio, plus a single channel of music, mixed by the MikMod MOD,
 Timidity MIDI, and mpg123 MP3 libraries.
 
 %prep
-%setup -q
+%autosetup -p1
 dos2unix *.txt
 rm -rf external
 




commit SDL2_mixer for openSUSE:Factory

2019-03-26 Thread root
Hello community,

here is the log from the commit of package SDL2_mixer for openSUSE:Factory 
checked in at 2019-03-26 15:40:41

Comparing /work/SRC/openSUSE:Factory/SDL2_mixer (Old)
 and  /work/SRC/openSUSE:Factory/.SDL2_mixer.new.25356 (New)


Package is "SDL2_mixer"

Tue Mar 26 15:40:41 2019 rev:6 rq:683044 version:2.0.4

Changes:

--- /work/SRC/openSUSE:Factory/SDL2_mixer/SDL2_mixer.changes2018-01-13 
21:40:27.254191497 +0100
+++ /work/SRC/openSUSE:Factory/.SDL2_mixer.new.25356/SDL2_mixer.changes 
2019-03-26 15:42:22.292245677 +0100
@@ -1,0 +2,15 @@
+Tue Mar  5 09:30:50 UTC 2019 - Martin Hauke 
+
+- Update to version 2.0.4
+  * Removed smpeg support for mp3 music, now that it's replaced
+by libmpg123.
+  * Fixed mp3 mad decoder to skip tags, which otherwise would lead
+to crashes.
+  * Added support for Opus music playback using opusfile library.
+- Update to version 2.0.3
+  * Fixed regression where Mix_Init() would return 0 for available
+music formats.
+- Remove patch:
+  * SDL2_mixer-only-load-required-interfaces.patch (fixed by upstream)
+
+---

Old:

  SDL2_mixer-2.0.2.tar.gz
  SDL2_mixer-only-load-required-interfaces.patch

New:

  SDL2_mixer-2.0.4.tar.gz



Other differences:
--
++ SDL2_mixer.spec ++
--- /var/tmp/diff_new_pack.JSG8AZ/_old  2019-03-26 15:42:23.312245094 +0100
+++ /var/tmp/diff_new_pack.JSG8AZ/_new  2019-03-26 15:42:23.312245094 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package SDL2_mixer
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   SDL2_mixer
 %define lname  libSDL2_mixer-2_0-0
-Version:2.0.2
+Version:2.0.4
 Release:0
 Summary:SDL2 sound mixer library
 License:Zlib
@@ -28,13 +28,13 @@
 #Hg-Clone: http://hg.libsdl.org/SDL_mixer/
 Source: 
http://libsdl.org/projects/SDL_mixer/release/%name-%version.tar.gz
 Source1:baselibs.conf
-Patch0: SDL2_mixer-only-load-required-interfaces.patch
 BuildRequires:  dos2unix
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(flac)
 BuildRequires:  pkgconfig(fluidsynth)
 BuildRequires:  pkgconfig(libmikmod)
 BuildRequires:  pkgconfig(libmodplug) >= 0.8.8
+BuildRequires:  pkgconfig(opusfile)
 %if !(0%{?sle_version} == 120200 && 0%{?is_opensuse})
 BuildRequires:  pkgconfig(libmpg123)
 %endif
@@ -71,7 +71,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 dos2unix *.txt
 rm -rf external
 
@@ -100,12 +99,11 @@
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
-%defattr(-,root,root)
-%doc CHANGES.txt COPYING.txt README.txt
+%license COPYING.txt
+%doc CHANGES.txt README.txt
 %_libdir/libSDL2_mixer-2*.so.*
 
 %files -n libSDL2_mixer-devel
-%defattr(-,root,root)
 %_includedir/SDL2/
 %_libdir/libSDL2_mixer.so
 %_libdir/pkgconfig/SDL2_mixer.pc

++ SDL2_mixer-2.0.2.tar.gz -> SDL2_mixer-2.0.4.tar.gz ++
/work/SRC/openSUSE:Factory/SDL2_mixer/SDL2_mixer-2.0.2.tar.gz 
/work/SRC/openSUSE:Factory/.SDL2_mixer.new.25356/SDL2_mixer-2.0.4.tar.gz 
differ: char 5, line 1




commit SDL2_mixer for openSUSE:Factory

2018-01-13 Thread root
Hello community,

here is the log from the commit of package SDL2_mixer for openSUSE:Factory 
checked in at 2018-01-13 21:40:24

Comparing /work/SRC/openSUSE:Factory/SDL2_mixer (Old)
 and  /work/SRC/openSUSE:Factory/.SDL2_mixer.new (New)


Package is "SDL2_mixer"

Sat Jan 13 21:40:24 2018 rev:5 rq:559888 version:2.0.2

Changes:

--- /work/SRC/openSUSE:Factory/SDL2_mixer/SDL2_mixer.changes2016-01-22 
01:07:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.SDL2_mixer.new/SDL2_mixer.changes   
2018-01-13 21:40:27.254191497 +0100
@@ -1,0 +2,16 @@
+Sat Dec 23 04:21:51 UTC 2017 - 9@cirno.systems
+
+- update to version 2.0.2
+
+  * 24-bit and surround sound support for FLAC audio files
+  * Updated for SDL 2.0.6 and newer
+  * Support for MP3 playback using mpg123
+  * Added Mix_OpenAudioDevice() to specify the audio device to open
+- Add SDL2_mixer-only-load-required-interfaces.patch
+  Prevents initializing decoders unnecessarily.
+  Fixes an issue with applications that use the API incorrectly
+  (due to misleading documentation).
+- Build with libmpg123 where available
+- Fix fluidsynth linking
+
+---

Old:

  SDL2_mixer-2.0.1.tar.gz

New:

  SDL2_mixer-2.0.2.tar.gz
  SDL2_mixer-only-load-required-interfaces.patch



Other differences:
--
++ SDL2_mixer.spec ++
--- /var/tmp/diff_new_pack.RCcdHe/_old  2018-01-13 21:40:28.594129055 +0100
+++ /var/tmp/diff_new_pack.RCcdHe/_new  2018-01-13 21:40:28.594129055 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package SDL2_mixer
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:   SDL2_mixer
 %define lname  libSDL2_mixer-2_0-0
-Version:2.0.1
+Version:2.0.2
 Release:0
 Summary:SDL2 sound mixer library
 License:Zlib
@@ -28,12 +28,16 @@
 #Hg-Clone: http://hg.libsdl.org/SDL_mixer/
 Source: 
http://libsdl.org/projects/SDL_mixer/release/%name-%version.tar.gz
 Source1:baselibs.conf
+Patch0: SDL2_mixer-only-load-required-interfaces.patch
 BuildRequires:  dos2unix
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(flac)
 BuildRequires:  pkgconfig(fluidsynth)
 BuildRequires:  pkgconfig(libmikmod)
 BuildRequires:  pkgconfig(libmodplug) >= 0.8.8
+%if !(0%{?sle_version} == 120200 && 0%{?is_opensuse})
+BuildRequires:  pkgconfig(libmpg123)
+%endif
 BuildRequires:  pkgconfig(sdl2)
 BuildRequires:  pkgconfig(vorbis)
 Recommends: timidity
@@ -42,17 +46,17 @@
 %description
 A multichannel audio mixer. It supports four channels of 16-bit stereo
 audio, plus a single channel of music, mixed by the popular MikMod MOD,
-Timidity MIDI, and SMPEG MP3 libraries.
+Timidity MIDI, and mpg123 MP3 libraries.
 
 %package -n %lname
-Summary:Simple DirectMedia Layer 2 – Sound mixer library
+Summary:Simple DirectMedia Layer 2 – Sound mixer library
 Group:  System/Libraries
 Provides:   SDL2_mixer = %version-%release
 
 %description -n %lname
 A multichannel audio mixer. It supports four channels of 16-bit stereo
 audio, plus a single channel of music, mixed by the popular MikMod MOD,
-Timidity MIDI, and SMPEG MP3 libraries.
+Timidity MIDI, and mpg123 MP3 libraries.
 
 %package -n libSDL2_mixer-devel
 Summary:Development files for the SDL2 sound mixer library
@@ -63,10 +67,11 @@
 %description -n libSDL2_mixer-devel
 A multi-channel audio mixer. It supports 4 channels of 16-bit stereo
 audio, plus a single channel of music, mixed by the popular MikMod MOD,
-Timidity MIDI, and SMPEG MP3 libraries.
+Timidity MIDI, and mpg123 MP3 libraries.
 
 %prep
 %setup -q
+%patch0 -p1
 dos2unix *.txt
 rm -rf external
 
@@ -74,10 +79,14 @@
 %configure \
--disable-music-mod-modplug-shared \
--disable-music-mod-mikmod-shared \
-   --disable-music-fluidsynth-shared \
+   --disable-music-midi-fluidsynth-shared \
--disable-music-ogg-shared \
--disable-music-flac-shared \
-   --enable-music-mp3-smpeg-shared \
+%if 0%{?sle_version} == 120200 && 0%{?is_opensuse}
+   --enable-music-mp3-mpg123-shared \
+%else
+   --disable-music-mp3-mpg123-shared \
+%endif
--disable-static
 make %{?_smp_mflags}
 

++ SDL2_mixer-2.0.1.tar.gz -> SDL2_mixer-2.0.2.tar.gz ++
/work/SRC/openSUSE:Factory/SDL2_mixer/SDL2_mixer-2.0.1.tar.gz 
/work/SRC/openSUSE:Factory/.SDL2_mixer.new/SDL2_mixer-2.0.2.tar.gz differ: char 
4, line 1

++ SDL2_mixer-only-load-required-interfaces.patch ++

# HG 

commit SDL2_mixer for openSUSE:Factory

2016-01-21 Thread h_root
Hello community,

here is the log from the commit of package SDL2_mixer for openSUSE:Factory 
checked in at 2016-01-21 23:42:46

Comparing /work/SRC/openSUSE:Factory/SDL2_mixer (Old)
 and  /work/SRC/openSUSE:Factory/.SDL2_mixer.new (New)


Package is "SDL2_mixer"

Changes:

--- /work/SRC/openSUSE:Factory/SDL2_mixer/SDL2_mixer.changes2015-01-08 
23:03:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.SDL2_mixer.new/SDL2_mixer.changes   
2016-01-22 01:07:25.0 +0100
@@ -1,0 +2,8 @@
+Sun Jan 10 17:06:57 UTC 2016 - mailaen...@opensuse.org
+
+- update to version 2.0.1
+  * Added support for 'smpl' format loop points in music WAV files
+  * Fixed floating point exception in Mix_Volume()
+  * Added support for loading MP3 files as sound chunks
+
+---

Old:

  SDL2_mixer-2.0.0.tar.gz

New:

  SDL2_mixer-2.0.1.tar.gz



Other differences:
--
++ SDL2_mixer.spec ++
--- /var/tmp/diff_new_pack.iM0xAI/_old  2016-01-22 01:07:27.0 +0100
+++ /var/tmp/diff_new_pack.iM0xAI/_new  2016-01-22 01:07:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package SDL2_mixer
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:   SDL2_mixer
 %define lname  libSDL2_mixer-2_0-0
-Version:2.0.0
+Version:2.0.1
 Release:0
 Summary:SDL2 sound mixer library
 License:Zlib
@@ -28,6 +28,7 @@
 #Hg-Clone: http://hg.libsdl.org/SDL_mixer/
 Source: 
http://libsdl.org/projects/SDL_mixer/release/%name-%version.tar.gz
 Source1:baselibs.conf
+BuildRequires:  dos2unix
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(flac)
 BuildRequires:  pkgconfig(fluidsynth)
@@ -35,6 +36,7 @@
 BuildRequires:  pkgconfig(libmodplug) >= 0.8.8
 BuildRequires:  pkgconfig(sdl2)
 BuildRequires:  pkgconfig(vorbis)
+Recommends: timidity
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -65,6 +67,7 @@
 
 %prep
 %setup -q
+dos2unix *.txt
 rm -rf external
 
 %build

++ SDL2_mixer-2.0.0.tar.gz -> SDL2_mixer-2.0.1.tar.gz ++
/work/SRC/openSUSE:Factory/SDL2_mixer/SDL2_mixer-2.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.SDL2_mixer.new/SDL2_mixer-2.0.1.tar.gz differ: char 
4, line 1




commit SDL2_mixer for openSUSE:Factory

2015-01-08 Thread h_root
Hello community,

here is the log from the commit of package SDL2_mixer for openSUSE:Factory 
checked in at 2015-01-08 23:03:29

Comparing /work/SRC/openSUSE:Factory/SDL2_mixer (Old)
 and  /work/SRC/openSUSE:Factory/.SDL2_mixer.new (New)


Package is SDL2_mixer

Changes:

--- /work/SRC/openSUSE:Factory/SDL2_mixer/SDL2_mixer.changes2013-09-23 
11:18:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.SDL2_mixer.new/SDL2_mixer.changes   
2015-01-08 23:03:31.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan  8 09:33:53 UTC 2015 - jeng...@inai.de
+
+- Improve package summary and description. Drop --with-pic which
+  is enabled implicitly anyway, remove redundant Requires.
+
+---



Other differences:
--
++ SDL2_mixer.spec ++
--- /var/tmp/diff_new_pack.eEyvnX/_old  2015-01-08 23:03:32.0 +0100
+++ /var/tmp/diff_new_pack.eEyvnX/_new  2015-01-08 23:03:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package SDL2_mixer
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define lname  libSDL2_mixer-2_0-0
 Version:2.0.0
 Release:0
-Summary:Sample Mixer Library for SDL2
+Summary:SDL2 sound mixer library
 License:Zlib
 Group:  Development/Libraries/C and C++
 Url:http://libsdl.org/projects/SDL_mixer/
@@ -28,14 +28,13 @@
 #Hg-Clone: http://hg.libsdl.org/SDL_mixer/
 Source: 
http://libsdl.org/projects/SDL_mixer/release/%name-%version.tar.gz
 Source1:baselibs.conf
-BuildRequires:  flac-devel
-BuildRequires:  fluidsynth-devel
-BuildRequires:  libSDL2-devel
-BuildRequires:  libmikmod-devel
-BuildRequires:  libogg-devel
-BuildRequires:  libvorbis-devel
-BuildRequires:  pkgconfig
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(flac)
+BuildRequires:  pkgconfig(fluidsynth)
+BuildRequires:  pkgconfig(libmikmod)
 BuildRequires:  pkgconfig(libmodplug) = 0.8.8
+BuildRequires:  pkgconfig(sdl2)
+BuildRequires:  pkgconfig(vorbis)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -44,9 +43,9 @@
 Timidity MIDI, and SMPEG MP3 libraries.
 
 %package -n %lname
-Summary:Sample Mixer Library for SDL2
+Summary:Simple DirectMedia Layer 2 – Sound mixer library
 Group:  System/Libraries
-Provides:   SDL2_mixer = %{version}
+Provides:   SDL2_mixer = %version-%release
 
 %description -n %lname
 A multichannel audio mixer. It supports four channels of 16-bit stereo
@@ -54,11 +53,10 @@
 Timidity MIDI, and SMPEG MP3 libraries.
 
 %package -n libSDL2_mixer-devel
-Summary:Sample Mixer Library for SDL2 - files mandatory for development
+Summary:Development files for the SDL2 sound mixer library
 Group:  Development/Libraries/C and C++
 Requires:   %lname = %version
-Requires:   libSDL2-devel
-Provides:   SDL2_mixer-devel = %{version}
+Provides:   SDL2_mixer-devel = %version-%release
 
 %description -n libSDL2_mixer-devel
 A multi-channel audio mixer. It supports 4 channels of 16-bit stereo
@@ -77,29 +75,27 @@
--disable-music-ogg-shared \
--disable-music-flac-shared \
--enable-music-mp3-smpeg-shared \
-   --disable-static \
-   --with-pic
+   --disable-static
 make %{?_smp_mflags}
 
 %install
-make install install-bin DESTDIR=%{buildroot}
-rm -f %{buildroot}%{_libdir}/*.la
+%make_install install-bin
+rm -f %buildroot/%_libdir/*.la
 # We have these debug tools in SDL_mixer-devel already
 rm -f %buildroot/%_bindir/play*
 
 %post -n %lname -p /sbin/ldconfig
-
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
 %defattr(-,root,root)
 %doc CHANGES.txt COPYING.txt README.txt
-%{_libdir}/libSDL2_mixer-2*.so.*
+%_libdir/libSDL2_mixer-2*.so.*
 
 %files -n libSDL2_mixer-devel
 %defattr(-,root,root)
-%{_includedir}/SDL2/
-%{_libdir}/libSDL2_mixer.so
-%{_libdir}/pkgconfig/SDL2_mixer.pc
+%_includedir/SDL2/
+%_libdir/libSDL2_mixer.so
+%_libdir/pkgconfig/SDL2_mixer.pc
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org