]> git.pld-linux.org Git - packages/SDL.git/blobdiff - SDL.spec
- added BuildRequires: perl-modules
[packages/SDL.git] / SDL.spec
index 5eae49a2c83af918ff1ae3477b6b211f50a90124..19747a46e30286ceff430c57596a2370e6fb8c14 100644 (file)
--- a/SDL.spec
+++ b/SDL.spec
@@ -1,30 +1,45 @@
 #
 # Conditional build:
-# bcond_off_alsa - without ALSA support
-# bcond_on_svgalib - with svgalib support
-# bcond_on_aalib - with aalib support
+# _without_alsa - without ALSA support
+# _without_esound - without esound support
+# _without_arts - without arts support
+# _with_svga - with svgalib support
+# _with_aalib - with aalib support
+# _with_ggi - with GGI support
 #
+%ifarch        alpha
+%define _without_arts 1
+%endif
+
 Summary:       SDL (Simple DirectMedia Layer) - Game/Multimedia Library
+Summary(pl):   SDL (Simple DirectMedia Layer) - Biblioteka do gier/multimediów
 Name:          SDL
-Version:       1.1.7
+Version:       1.2.2
 Release:       3
 License:       LGPL
 Group:         X11/Libraries
 Group(de):     X11/Libraries
+Group(es):     X11/Bibliotecas
+Group(fr):     X11/Librairies
 Group(pl):     X11/Biblioteki
 Source0:       http://www.libsdl.org/release/%{name}-%{version}.tar.gz
-Patch0:                SDL-svga.patch
+Patch0:                %{name}-byteorder.patch
+Patch1:                %{name}-fixlibs.patch
 URL:           http://www.libsdl.org/
-BuildRequires: esound-devel
-BuildRequires: arts-devel
+BuildRequires: autoconf
+BuildRequires: automake
+%{!?_without_esound:BuildRequires:     esound-devel}
+%{!?_without_arts:BuildRequires:       arts-devel}
 BuildRequires: gtk+-devel >= 1.2.1
-BuildRequires: XFree86-devel
+BuildRequires: XFree86-devel >= 4.0.2
 BuildRequires: OpenGL-devel
+BuildRequires: perl-modules
 %ifnarch sparc sparc64
-%{!?bcond_off_alsa:BuildRequires:      alsa-lib-devel}
+%{!?_without_alsa:BuildRequires:       alsa-lib-devel}
 %endif
-%{?bcond_on_svgalib:BuildRequires:     svgalib-devel}
-%{?bcond_on_aalib:BuildRequires:       aalib-devel}
+%{?_with_svgalib:BuildRequires:        svgalib-devel}
+%{?_with_aalib:BuildRequires:  aalib-devel}
+%{?_with_ggi:BuildRequires:    libggi-devel}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -49,8 +64,12 @@ Summary:     SDL - Header files
 Summary(pl):   SDL - Pliki nag³ówkowe
 Group:         X11/Libraries
 Group(de):     X11/Libraries
+Group(es):     X11/Bibliotecas
+Group(fr):     X11/Librairies
 Group(pl):     X11/Biblioteki
 Requires:      %{name} = %{version}
+%{!?_without_esound:Requires:  esound-devel}
+%{!?_without_arts:Requires:    arts-devel}
 
 %description devel
 SDL - Header files.
@@ -63,6 +82,8 @@ Summary:      SDL - static libraries
 Summary(pl):   SDL - biblioteki statyczne
 Group:         X11/Libraries
 Group(de):     X11/Libraries
+Group(es):     X11/Bibliotecas
+Group(fr):     X11/Librairies
 Group(pl):     X11/Biblioteki
 Requires:      %{name} = %{version}
 
@@ -74,24 +95,31 @@ SDL - biblioteki statyczne.
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
+aclocal
+autoconf
+automake -a -c
 %configure \
 %ifnarch sparc sparc64
-       %{!?bcond_off_alsa:--enable-alsa} \
+       %{!?_without_alsa:--enable-alsa} \
 %endif
        --enable-nasm \
        --enable-pthreads \
+       --enable-pthread-sem \
        --with-x \
+       --enable-video-x11-vm \
        --enable-video-x11-dga \
        --enable-video-x11-mtrr \
        --enable-video-x11-dgamouse \
-       --enable-esd \
-       --enable-arts \
-       --disable-alsa \
-       %{?bcond_on_svga:--enable-video-svga} \
-       %{?bcond_on_aalib:--enable-video-aalib}
+       --enable-video-opengl \
+       %{!?_without_esound:--enable-esd} \
+       %{!?_without_arts:--enable-arts} \
+       %{?_with_svga:--enable-video-svga} \
+       %{?_with_aalib:--enable-video-aalib} \
+       %{?_with_ggi:--enable-video-ggi}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -100,7 +128,9 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        m4datadir=%{_aclocaldir}
 
-gzip -9nf BUGS README WhatsNew
+rm -rf docs/man3 docs/Makefile* docs/html/Makefile*
+
+gzip -9nf BUGS CREDITS README TODO WhatsNew
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -114,7 +144,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc *gz docs.html docs
+%doc {BUGS,CREDITS,README,TODO,WhatsNew}.gz docs.html docs
 %attr(755,root,root) %{_bindir}/sdl-config
 %attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_libdir}/lib*.la
This page took 0.065046 seconds and 4 git commands to generate.