From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] sdl2: Update to version 2.0.20 Date: Fri, 04 Feb 2022 10:09:54 +0000 Message-ID: In-Reply-To: <20220203215325.2731657-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3551541518264305649==" List-Id: --===============3551541518264305649== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from 2.0.18 to 2.0.20 > - Update of rootfile > - Changelog > 2.0.20: > General: > * SDL_RenderGeometryRaw() takes a pointer to SDL_Color, not int. You c= an cast color > data in SDL_PIXELFORMAT_RGBA32 format (SDL_PIXELFORMAT_ABGR8888 on l= ittle endian > systems) for this parameter. > * Improved accuracy of horizontal and vertical line drawing when using= OpenGL or > OpenGLES > * Added the hint SDL_HINT_RENDER_LINE_METHOD to control the method of = line drawing > used, to select speed, correctness, and compatibility. > Windows: > * Fixed size of custom cursors > Linux: > * Fixed hotplug controller detection, broken in 2.0.18 >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/packages/sdl2 | 2 +- > lfs/sdl2 | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/config/rootfiles/packages/sdl2 b/config/rootfiles/packages/sdl2 > index b843b9d98..ae18130fb 100644 > --- a/config/rootfiles/packages/sdl2 > +++ b/config/rootfiles/packages/sdl2 > @@ -81,7 +81,7 @@ > #usr/lib/cmake/SDL2/sdl2-config-version.cmake > #usr/lib/cmake/SDL2/sdl2-config.cmake > usr/lib/libSDL2-2.0.so.0 > -usr/lib/libSDL2-2.0.so.0.18.0 > +usr/lib/libSDL2-2.0.so.0.18.2 > #usr/lib/libSDL2.la > usr/lib/libSDL2.so > #usr/lib/libSDL2_test.a > diff --git a/lfs/sdl2 b/lfs/sdl2 > index 2cdf013eb..3530d6675 100644 > --- a/lfs/sdl2 > +++ b/lfs/sdl2 > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 2.0.18 > +VER =3D 2.0.20 > =20 > THISAPP =3D SDL2-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D sdl2 > -PAK_VER =3D 5 > +PAK_VER =3D 6 > =20 > DEPS =3D alsa > =20 > @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_MD5 =3D c1dd33299db5b7091f37d989c68d5212 > +$(DL_FILE)_MD5 =3D a53acc02e1cca98c4123229069b67c9e > =20 > install : $(TARGET) > =20 --===============3551541518264305649==--