From edee1874f04615bde68dd57193c02d55d48be822 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 02:41:43 +0000 Subject: auto-import changelog data from SDL-1.2.2-1.src.rpm Tue Jul 24 2001 Bernhard Rosenkraenzer 1.2.2-1 - Update to 1.2.2; this should fix #47941 - Add build dependencies Tue Jul 10 2001 Elliot Lee 1.2.1-3 - Rebuild to eliminate libXv/libXxf86dga deps. Fri Jun 29 2001 Preston Brown - output same libraries for sdl-config whether --libs or --static-libs selected. Fixes compilation of most SDL programs. - properly packaged new HTML documentation Sun Jun 24 2001 Bernhard Rosenkraenzer 1.2.1-1 - 1.2.1 --- diff --git a/.cvsignore b/.cvsignore index 8e60abc..789e1d6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -SDL-1.1.7.tar.bz2 +SDL-1.2.2.tar.bz2 diff --git a/SDL.spec b/SDL.spec index b6b3a1e..1bfc5ed 100644 --- a/SDL.spec +++ b/SDL.spec @@ -1,44 +1,50 @@ -Summary: Simple DirectMedia Layer +%define eul %{nil} +Summary: A cross-platform multimedia library. Name: SDL -Version: 1.1.7 -Release: 4 +Version: 1.2.2 +Release: 1 Source: http://www.libsdl.org/release/%{name}-%{version}.tar.bz2 -Patch: SDL-1.1.7-byteorder.patch +Patch0: SDL-1.1.7-byteorder.patch +Patch1: SDL-1.2.1-fixlibs.patch URL: http://www.libsdl.org/ License: LGPL Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-root Prefix: %{_prefix} -Requires: arts esound audiofile +BuildRequires: kdelibs-sound-devel audiofile-devel +Requires: arts audiofile +%if "%{eul}" == "" +BuildRequires: esound-devel +Requires: esound +%endif %description -This is the Simple DirectMedia Layer, a generic API that provides low level -access to audio, keyboard, mouse, and display framebuffer across multiple -platforms. +Simple DirectMedia Layer (SDL) is a cross-platform multimedia library +designed to provide fast access to the graphics frame buffer and audio +device. %package devel -Summary: Libraries, includes and more to develop SDL applications. +Summary: Files needed to develop Simple DirectMedia Layer applications. Group: Development/Libraries -Requires: SDL = 1.1.7 +Requires: SDL = %{version} %description devel -This is the Simple DirectMedia Layer, a generic API that provides low level -access to audio, keyboard, mouse, and display framebuffer across multiple -platforms. - -This is the libraries, include files and other resources you can use to -develop SDL applications. +Simple DirectMedia Layer (SDL) is a cross-platform multimedia library +designed to provide fast access to the graphics frame buffer and audio +device. This package provides the libraries, include files, and other +resources needed for developing SDL applications. %prep rm -rf %{buildroot} %setup -q -%patch -p1 +%patch0 -p1 -b .byte +%patch1 -p1 -b .fixlibs %build cp /usr/share/libtool/config.{sub,guess} . ./autogen.sh -%configure --enable-video-x11-dgamouse +%configure --disable-debug make %install @@ -59,9 +65,8 @@ rm -rf %{buildroot} %files devel %defattr(-,root,root) -%doc README README-SDL.txt COPYING CREDITS BUGS WhatsNew docs.html -%doc docs/index.html docs/images -%doc docs/audio docs/cdrom docs/events docs/threads docs/video docs/time +%doc README README-SDL.txt COPYING CREDITS BUGS WhatsNew docs.html docs/html +%doc docs/index.html %{_bindir}/*-config %{_libdir}/lib*.so %{_libdir}/*a @@ -69,8 +74,26 @@ rm -rf %{buildroot} %{_datadir}/aclocal/* %changelog -* Mon May 7 2001 Bill Nottingham -- fix byteorder generation (use glibc's definition) +* Tue Jul 24 2001 Bernhard Rosenkraenzer 1.2.2-1 +- Update to 1.2.2; this should fix #47941 +- Add build dependencies + +* Tue Jul 10 2001 Elliot Lee 1.2.1-3 +- Rebuild to eliminate libXv/libXxf86dga deps. + +* Fri Jun 29 2001 Preston Brown +- output same libraries for sdl-config whether --libs or --static-libs + selected. Fixes compilation of most SDL programs. +- properly packaged new HTML documentation + +* Sun Jun 24 2001 Bernhard Rosenkraenzer 1.2.1-1 +- 1.2.1 + +* Mon May 7 2001 Bernhard Rosenkraenzer 1.2.0-2 +- Add Bill's byteorder patch + +* Sun Apr 15 2001 Bernhard Rosenkraenzer +- 1.2.0 * Tue Feb 27 2001 Karsten Hopp - SDL-devel requires SDL diff --git a/sources b/sources index 98ed1a7..74ed74c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b1b310a831934fd3f8006968048a8387 SDL-1.1.7.tar.bz2 +f3a788997b80c452de19518c3b6bd2a7 SDL-1.2.2.tar.bz2