]> git.pld-linux.org Git - packages/SDL.git/blobdiff - SDL.spec
- updated to 1.2.6 20030528 cvs snapshot
[packages/SDL.git] / SDL.spec
index bcda903c2ebf9c018f4fad066975811e0367f3bc..d879fa8d13cf8bcdc5080906be61df04f5b9f548 100644 (file)
--- a/SDL.spec
+++ b/SDL.spec
@@ -1,48 +1,64 @@
 #
 # Conditional build:
-# _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
+# _with_nas - with NAS audio support
+# _with_svga - with svgalib support
+#
+# _without_alsa - without ALSA support
+# _without_arts - without arts support
+# _without_esound - without esound support
 #
 %ifarch        alpha
-%define _without_arts 1
+%define        _without_arts 1
 %endif
 
+%define                snap 20030528
+
 Summary:       SDL (Simple DirectMedia Layer) - Game/Multimedia Library
+Summary(es):   Simple DirectMedia Layer
 Summary(pl):   SDL (Simple DirectMedia Layer) - Biblioteka do gier/multimediów
+Summary(pt_BR):        Simple DirectMedia Layer
+Summary(ru):   Simple DirectMedia Layer
+Summary(uk):   Simple DirectMedia Layer
+Summary(zh_CN):        SDL (Simple DirectMedia Layer) Generic APIs - ÓÎÏ·/¶àýÌå¿â
 Name:          SDL
-Version:       1.2.1
-Release:       4
+Version:       1.2.6
+Release:       1.%{snap}.0
 License:       LGPL
 Group:         X11/Libraries
-Group(de):     X11/Libraries
-Group(es):     X11/Bibliotecas
-Group(pl):     X11/Biblioteki
-Source0:       http://www.libsdl.org/release/%{name}-%{version}.tar.gz
+#Source0:      http://www.libsdl.org/release/%{name}-%{version}.tar.gz
+Source0:       http://www.libsdl.org/cvs/%{name}-1.2.tar.gz
+# Source0-md5: 8e5801a100367f515b186ff8469cdb0d
 Patch0:                %{name}-byteorder.patch
 Patch1:                %{name}-fixlibs.patch
+Patch2:                %{name}-amfix.patch
+Patch3:                %{name}-lpthread.patch
+Patch4:                %{name}-ac25x.patch
+Patch5:                %{name}-no_rpath_in_sdl-config.patch
+Patch6:                %{name}-noobjc.patch
+Patch7:                %{name}-am17.patch
 URL:           http://www.libsdl.org/
-BuildRequires: autoconf
-BuildRequires: automake
-%{!?_without_esound:BuildRequires:     esound-devel}
-%{!?_without_arts:BuildRequires:       arts-devel}
-BuildRequires: gtk+-devel >= 1.2.1
-BuildRequires: XFree86-devel >= 4.0.2
 BuildRequires: OpenGL-devel
+BuildRequires: XFree86-devel >= 4.0.2
+%{?_with_aalib:BuildRequires:  aalib-devel}
 %ifnarch sparc sparc64
 %{!?_without_alsa:BuildRequires:       alsa-lib-devel}
 %endif
-%{?_with_svgalib:BuildRequires:        svgalib-devel}
-%{?_with_aalib:BuildRequires:  aalib-devel}
+%{!?_without_arts:BuildRequires:       arts-devel >= 1.1}
+BuildRequires: autoconf
+BuildRequires: automake
+%{!?_without_esound:BuildRequires:     esound-devel}
 %{?_with_ggi:BuildRequires:    libggi-devel}
+BuildRequires: libtool
+%{?_with_nas:BuildRequires:    nas-devel}
+%ifarch %{ix86}
+BuildRequires: nasm
+%endif
+BuildRequires: perl-modules
+%{?_with_svgalib:BuildRequires:        svgalib-devel}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
-
 %description
 SDL (Simple DirectMedia Layer) is a library that allows you portable,
 low level access to a video framebuffer, audio output, mouse, and
@@ -52,101 +68,177 @@ be built on Win32 and BeOS.
 
 %description -l pl
 SDL (Simple DirectMedia Layer) jest bibliotek± udostêpniaj±c±
-przeno¶ny, niskopoziomowy dostep do bufora ramki video, wyj¶cia audio,
-myszy oraz klawiatury, Moze obs³ugiwaæ zarówno okienkowy tryb XFree86
+przeno¶ny, niskopoziomowy dostêp do bufora ramki video, wyj¶cia audio,
+myszy oraz klawiatury. Mo¿e obs³ugiwaæ zarówno okienkowy tryb XFree86
 jak i DGA. Konstruuj±c j± miano na uwadze przeno¶no¶æ: aplikacje
-konsolidowane z SDL mo¿na równie¿ budowac w systemach Win32 i BeOS.
+konsolidowane z SDL mo¿na równie¿ budowaæ w systemach Win32 i BeOS.
+
+%description -l pt_BR
+Esse é o Simple DirectMedia Layer, uma API genérica que dá acesso de
+baixo nível a áudio, teclado, mouse e vídeo em várias plataformas.
+
+Essa biblioteca é usada por alguns jogos.
 
 %package devel
 Summary:       SDL - Header files
 Summary(pl):   SDL - Pliki nag³ówkowe
-Group:         X11/Libraries
-Group(de):     X11/Libraries
-Group(es):     X11/Bibliotecas
-Group(pl):     X11/Biblioteki
+Summary(pt_BR):        Bibliotecas e arquivos de cabeçalho para aplicações SDL
+Summary(ru):   æÁÊÌÙ, ÎÅÏÂÈÏÄÉÍÙÅ ÄÌÑ ÒÁÚÒÁÂÏÔËÉ ÐÒÏÇÒÁÍÍ, ÉÓÐÏÌØÚÕÀÝÉÈ SDL
+Summary(uk):   æÁÊÌÉ, ÎÅÏÂȦÄΦ ÄÌÑ ÒÏÚÒÏÂËÉ ÐÒÏÇÒÁÍ, ÝÏ ×ÉËÏÒÉÓÔÏ×ÕÀÔØ SDL
+Summary(zh_CN):        SDL (Simple DirectMedia Layer) ¿ª·¢¿â
+Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}
+Requires:      XFree86-devel >= 4.0.2
+%ifnarch sparc sparc64
+%{!?_without_alsa:Requires:    alsa-lib-devel}
+%endif
+%{!?_without_arts:Requires:    arts-devel}
+%{!?_without_esound:Requires:  esound-devel}
+%{?_with_nas:Requires: nas-devel}
 
 %description devel
 SDL - Header files.
 
-%description -l pl devel
+%description devel -l pl
 SDL - Pliki nag³ówkowe.
 
+%description devel -l pt_BR
+Esse pacote contém bibliotecas, arquivos de cabeçalho e outros
+recursos para o desenvolvimento de aplicativos com SDL.
+
+%description devel -l ru
+üÔÏÔ ÐÁËÅÔ ÓÏÄÅÒÖÉÔ ÆÁÊÌÙ, ÎÅÏÂÈÏÄÉÍÙÅ ÄÌÑ ÒÁÚÒÁÂÏÔËÉ ÐÒÏÇÒÁÍÍ,
+ÉÓÐÏÌØÚÕÀÝÉÈ SDL.
+
+%description devel -l uk
+ãÅÊ ÐÁËÅԠͦÓÔÉÔØ ÆÁÊÌÉ, ÎÅÏÂȦÄΦ ÄÌÑ ÒÏÚÒÏÂËÉ ÐÒÏÇÒÁÍ, ÝÏ
+×ÉËÏÒÉÓÔÏ×ÕÀÔØ SDL.
+
 %package static
 Summary:       SDL - static libraries
 Summary(pl):   SDL - biblioteki statyczne
-Group:         X11/Libraries
-Group(de):     X11/Libraries
-Group(es):     X11/Bibliotecas
-Group(pl):     X11/Biblioteki
-Requires:      %{name} = %{version}
+Summary(pt_BR):        Biblioteca estática para desenvolvimento de aplicações com a SDL
+Summary(ru):   óÔÁÔÉÞÅÓËÉÅ ÂÉÂÌÉÏÔÅËÉ ÄÌÑ ÒÁÚÒÁÂÏÔËÉ Ó ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ SDL
+Summary(uk):   óÔÁÔÉÞΦ Â¦Â̦ÏÔÅËÉ ÄÌÑ ÒÏÚÒÏÂËÉ Ú ×ÉËÏÒÉÓÔÁÎÎÑÍ SDL
+Group:         X11/Development/Libraries
+Requires:      %{name}-devel = %{version}
 
 %description static
 SDL - static libraries.
 
-%description -l pl static
+%description static -l pl
 SDL - biblioteki statyczne.
 
+%description static -l pt_BR
+Biblioteca estática para desenvolvimento de aplicações com a SDL.
+
+%description static -l ru
+üÔÏÔ ÐÁËÅÔ ÓÏÄÅÒÖÉÔ ÓÔÁÔÉÞÅÓËÉÅ ÂÉÂÌÉÏÔÅËÉ ÄÌÑ ÒÁÚÒÁÂÏÔËÉ ÐÒÏÇÒÁÍÍ,
+ÉÓÐÏÌØÚÕÀÝÉÈ SDL.
+
+%description static -l uk
+ãÅÊ ÐÁËÅԠͦÓÔÉÔØ ÓÔÁÔÉÞΦ Â¦Â̦ÏÔÅËÉ ÄÌÑ ÒÏÚÒÏÂËÉ ÐÒÏÇÒÁÍ, ÝÏ
+×ÉËÏÒÉÓÔÏ×ÕÀÔØ SDL.
+
+%package examples
+Summary:       SDL - example programs
+Summary(pl):   SDL - programy przyk³adowe
+Group:         X11/Development/Libraries
+Requires:      %{name}-devel = %{version}
+
+%description examples
+SDL - example programs.
+
+%description examples -l pl
+SDL - przyk³adowe programy.
+
 %prep
-%setup -q
+%setup -q -n %{name}-1.2
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
 
 %build
-aclocal
-autoconf
-automake -a -c
+find . -type d -name CVS -print | xargs rm -rf {} \;
+rm -f missing libtool
+%{__libtoolize}
+%{__aclocal}
+%{__automake}
+%{__autoconf}
+SED=sed ; export SED
 %configure \
-%ifnarch sparc sparc64
-       %{!?_without_alsa:--enable-alsa} \
-%endif
+%ifarch %{ix86}
        --enable-nasm \
+%else
+       --disable-nasm \
+%endif
        --enable-pthreads \
        --enable-pthread-sem \
        --with-x \
-       --enable-video-x11-vm \
-       --enable-video-x11-dga \
-       --enable-video-x11-mtrr \
+       --enable-dga \
+       --enable-video-dga \
+       --disable-video-directfb \
        --enable-video-x11-dgamouse \
+       --enable-video-x11-vm \
+       --enable-video-x11-xv \
        --enable-video-opengl \
+       --enable-video-fbcon \
+       %{?_with_aalib:--enable-video-aalib} \
+       %{?_with_ggi:--enable-video-ggi} \
+       %{!?_with_nas:--disable-nas} \
+       %{?_with_svga:--enable-video-svga} \
+%ifnarch sparc sparc64
+       %{!?_without_alsa:--enable-alsa} \
+%endif
        %{!?_without_esound:--enable-esd} \
        %{!?_without_arts:--enable-arts} \
-       %{?_with_svga:--enable-video-svga} \
-       %{?_with_aalib:--enable-video-aalib} \
-       %{?_with_ggi:--enable-video-ggi}
+       %{?_without_arts:--disable-arts}
+
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
+SED=sed ; export SED
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        m4datadir=%{_aclocaldir}
 
+install test/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
 rm -rf docs/man3 docs/Makefile* docs/html/Makefile*
 
-gzip -9nf BUGS CREDITS README TODO WhatsNew
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc {BUGS,CREDITS,README,TODO,WhatsNew}.gz docs.html docs
+%doc BUGS CREDITS README TODO WhatsNew docs.html docs
 %attr(755,root,root) %{_bindir}/sdl-config
 %attr(755,root,root) %{_libdir}/lib*.so
-%attr(755,root,root) %{_libdir}/lib*.la
+%{_libdir}/lib*.la
 %{_libdir}/libSDLmain.a
 %{_includedir}/SDL
 %{_aclocaldir}/*
 %{_mandir}/man3/*
 
+%files examples
+%defattr(644,root,root,755)
+%{_examplesdir}/%{name}-%{version}
+
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libSDL.a
This page took 0.206219 seconds and 4 git commands to generate.