Mailinglist Archive: opensuse-commit (926 mails)
| < Previous | Next > |
commit SDL for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sat, 26 Dec 2009 11:43:12 +0100
- Message-id: <20091226104312.BDD96202A8@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package SDL for openSUSE:Factory
checked in at Sat Dec 26 11:43:12 CET 2009.
--------
--- SDL/SDL.changes 2009-10-13 11:45:26.000000000 +0200
+++ /mounts/work_src_done/STABLE/SDL/SDL.changes 2009-12-18
12:55:20.000000000 +0100
@@ -1,0 +2,61 @@
+Fri Dec 18 12:54:49 CET 2009 - jengelh@xxxxxxxxxx
+
+- add baselibs.conf as a source
+
+-------------------------------------------------------------------
+Thu Oct 29 13:16:57 UTC 2009 - lnussel@xxxxxxx
+
+- new version 1.2.14
+ * Fixed flicker when resizing the SDL window
+ * Fixed crash in SDL_SetGammaRamp()
+ * Fixed freeze in SDL_memset() with 0 length when assembly code is
+ disabled.
+ * Added SDL_DISABLE_LOCK_KEYS environment variable to enable
+ normal up/down events for Caps-Lock and Num-Lock keys.
+ * Fixed audio quality problem when converting between 22050 Hz and
+ 44100 Hz.
+ * Fixed a threading crash when a few threads are rapidly created
+ and complete.
+ * Increased accuracy of alpha blending routines.
+ * Fixed crash loading BMP files saved with the scanlines inverted.
+ * Fixed mouse coordinate clamping if SDL_SetVideoMode() isn't
+ called in response to SDL_VIDEORESIZE event.
+ * Added doxygen documentation for the SDL API headers.
+ * Fixed potential memory corruption due to assembly bug with SDL_revcpy()
+ * Fixed crashes trying to detect SSE features on x86_64 architecture.
+ * Fixed assembly for GCC optimized 50% alpha blending blits.
+ * Added configure option --enable-screensaver, to allow enabling
+ the screensaver by default.
+ * Use XResetScreenSaver() instead of disabling screensaver
+ entirely.
+ * Removed the maximum window size limitation on X11.
+ * Fixed SDL_GL_SWAP_CONTROL on X11.
+ * Fixed setting the X11 window input hint.
+ * Fixed distorted X11 window icon for some visuals.
+ * Fixed detecting X11 libraries for dynamic loading on 64-bit Linux.
+ * SDL_GL_GetAttribute(SDL_GL_SWAP_CONTROL) returns the correct
+ value with GLX_SGI_swap_control.
+ * Added SDL_VIDEO_FULLSCREEN_DISPLAY as a preferred synonym for
+ SDL_VIDEO_FULLSCREEN_HEAD on X11.
+ * The SDL_VIDEO_FULLSCREEN_DISPLAY environment variable can be set
+ to 0 to place fullscreen SDL windows on the first Xinerama
+ screen.
+ * Added the SDL_VIDEO_FBCON_ROTATION environment variable to
+ control output orientation on the framebuffer console.
+ * Fixed DirectFB detection on some Linux distributions.
+ * Added code to use the PS3 SPE processors for YUV conversion on Linux.
+ * Updated ALSA support to the latest stable API
+ * ALSA is now preferred over OSS audio. (SDL_AUDIODRIVER=dsp will
+ restore the previous behavior.)
+ * Improved support for PulseAudio
+ * The Network Audio System support is now dynamically loaded at
+ runtime.
+ * Fixed crash with the MP-8866 Dual USB Joypad on newer Linux
+ kernels.
+ * Fixed crash in SDL_Quit() when a joystick has been unplugged.
+- most patches obsolete
+- enum patch removed without replacement:
+ http://bugzilla.libsdl.org/show_bug.cgi?id=854
+- dynamically link ALSA instead of dlopen
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
SDL-1.2.13-aliasing.patch
SDL-1.2.13-autoconf.patch
SDL-1.2.13-no_anonymus_enum.patch
SDL-1.2.13-no_asm_stretch.patch
SDL-1.2.13-rpath.patch
SDL-1.2.13-try_alsa_first.patch
SDL-1.2.13.tar.bz2
New:
----
SDL-1.2.14.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ SDL.spec ++++++
--- /var/tmp/diff_new_pack.U6TNiE/_old 2009-12-26 11:40:21.000000000 +0100
+++ /var/tmp/diff_new_pack.U6TNiE/_new 2009-12-26 11:40:21.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package SDL (Version 1.2.13)
+# spec file for package SDL (Version 1.2.14)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -31,19 +31,14 @@
%if 0%{?aalib} == 1
BuildRequires: aalib-devel
%endif
-License: LGPL v2.1 or later
+License: LGPLv2.1+
Group: System/Libraries
-Version: 1.2.13
-Release: 111
+Version: 1.2.14
+Release: 1
Summary: Simple DirectMedia Layer Library
-Source: %{name}-%{version}.tar.bz2
-Patch0: %{name}-%{version}-rpath.patch
-Patch1: %{name}-%{version}-autoconf.patch
-Patch2: %{name}-%{version}-no_anonymus_enum.patch
-Patch3: %{name}-%{version}-try_alsa_first.patch
-Patch4: %{name}-%{version}-no_asm_stretch.patch
-Patch5: %{name}-%{version}-x11-keytounicode.patch
-Patch6: %{name}-%{version}-aliasing.patch
+Source: http://www.libsdl.org/release/SDL-%{version}.tar.gz
+Source2: baselibs.conf
+Patch0: SDL-1.2.13-x11-keytounicode.patch
Url: http://www.libsdl.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -61,10 +56,10 @@
%package -n libSDL-1_2-0
Summary: Simple DirectMedia Layer Library
Group: System/Libraries
-License: LGPL v2.1 or later
+License: LGPLv2.1+
# SDL was used last in 11.1
Provides: SDL = %{version}
-Obsoletes: SDL <= %{version}
+Obsoletes: SDL < %{version}
# bnc437293
%ifarch ppc64
Obsoletes: SDL-64bit
@@ -82,12 +77,12 @@
Sam Lantinga <slouken@xxxxxxxxxx>
%package -n libSDL-devel
-License: LGPL v2.1 or later
+License: LGPLv2.1+
Summary: SDL Library Developer Files
Group: Development/Libraries/X11
# SDL-devel was used last in 11.1
Provides: SDL-devel = %{version}
-Obsoletes: SDL-devel <= %{version}
+Obsoletes: SDL-devel < %{version}
# bnc437293
%ifarch ppc64
Obsoletes: SDL-devel-64bit
@@ -111,12 +106,6 @@
%prep
%setup -q
%patch0
-%patch1
-%patch2
-%patch3
-%patch4
-%patch5
-%patch6
# remove the file to provide sufficient evidence that we are
# not using this file during the build [bnc#508111]
rm -f src/joystick/darwin/10.3.9-FIX/IOHIDLib.h
@@ -126,6 +115,8 @@
%configure \
--disable-static \
--with-pic \
+ --disable-rpath \
+ --disable-alsa-shared \
%if 0%{?aalib}
--enable-video-aalib \
%endif
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |