X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=SDL.spec;h=e21ba4708b3b716620907882612b08717b70690d;hb=005d958d0111ac13f075b9ae65f52c1f7edd48d4;hp=c126e113f9f2dd390d3968da4d7f4d8199c32aae;hpb=16f25dd29278ccfaf22aa9bbbcd31c98816393c5;p=packages%2FSDL.git diff --git a/SDL.spec b/SDL.spec index c126e11..e21ba47 100644 --- a/SDL.spec +++ b/SDL.spec @@ -1,6 +1,7 @@ # # Conditional build: %bcond_with aalib # with aalib graphics support +%bcond_with caca # with caca graphics support %bcond_with directfb # with DirectFB graphics support %bcond_with ggi # with GGI graphics support %bcond_with nas # with NAS audio support @@ -8,43 +9,37 @@ %bcond_without alsa # without ALSA audio support %bcond_without arts # without aRts audio support %bcond_without esd # without EsounD audio support - +# +# NOTE: the following libraries are dlopened by soname detected at build time: +# libasound.so.2 +# libesd.so.0 +# libX11.so.6 +# libXext.so.6 +# libXrender.so.1 +# libXrandr.so.2 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.6 +Version: 1.2.11 Release: 2 License: LGPL -Group: X11/Libraries +Group: Libraries Source0: http://www.libsdl.org/release/%{name}-%{version}.tar.gz -# Source0-md5: 9011f147f23ec535515291d0c9c6904c -Patch0: %{name}-byteorder.patch -Patch1: %{name}-fixlibs.patch -Patch2: %{name}-amfix.patch -Patch3: %{name}-lpthread.patch -Patch4: %{name}-no_rpath_in_sdl-config.patch -Patch5: %{name}-lt15.patch -Patch6: %{name}-dlopen-acfix.patch -#Patch4: %{name}-ac25x.patch -#Patch6: %{name}-noobjc.patch -#Patch7: %{name}-am17.patch +# Source0-md5: 418b42956b7cd103bfab1b9077ccc149 +Patch0: %{name}-mmx-constraints.patch +Patch1: %{name}-acfix.patch +Patch2: %{name}-caca.patch URL: http://www.libsdl.org/ %{?with_directfb:BuildRequires: DirectFB-devel >= 0.9.15} -BuildRequires: OpenGL-devel -BuildRequires: XFree86-devel >= 4.0.2 +BuildRequires: OpenGL-GLU-devel %{?with_aalib:BuildRequires: aalib-devel} -%ifnarch sparc sparc64 %{?with_alsa:BuildRequires: alsa-lib-devel >= 0.9.0} -%endif -%{?with_arts:BuildRequires: arts-devel >= 1.1} -BuildRequires: autoconf +%{?with_arts:BuildRequires: artsc-devel >= 1.1} +BuildRequires: autoconf >= 2.59-9 BuildRequires: automake %{?with_esd:BuildRequires: esound-devel >= 0.2.8} +%{?with_caca:BuildRequires: libcaca-devel} %{?with_ggi:BuildRequires: libggi-devel} BuildRequires: libtool >= 2:1.4d %{?with_nas:BuildRequires: nas-devel} @@ -52,8 +47,13 @@ BuildRequires: libtool >= 2:1.4d BuildRequires: nasm %endif BuildRequires: perl-modules -%{?with_directfb:BuildRequires: pkgconfig >= 0.7} -%{?with_svgalib:BuildRequires: svgalib-devel >= 1.4.0} +%{?with_directfb:BuildRequires: pkgconfig >= 1:0.7} +%{?with_svga:BuildRequires: svgalib-devel >= 1.4.0} +BuildRequires: xorg-lib-libX11-devel +BuildRequires: xorg-lib-libXext-devel +BuildRequires: xorg-lib-libXrandr-devel +BuildRequires: xorg-lib-libXrender-devel +BuildRequires: xorg-proto-xextproto-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -76,6 +76,11 @@ baixo n Essa biblioteca é usada por alguns jogos. +%description -l ru +SDL (Simple DirectMedia Layer) ÜÔÏ ÎÁÂÏÒ ÆÕÎËÃÉÊ, ÐÒÅÄÏÓÔÁ×ÌÑÀÝÉÊ +ÎÉÚËÏÕÒÏ×ÎÅ×ÙÊ ÄÏÓÔÕÐ Ë Ú×ÕËÕ, ËÌÁ×ÉÁÔÕÒÅ, ÍÁÎÉÐÕÌÑÔÏÒÕ ÍÙÛØ É Ë +ÂÕÆÅÒÕ ÜËÒÁÎÁ ÎÁ ÍÎÏÖÅÓÔ×Å ÒÁÚÌÉÞÎÙÈ ÐÌÁÔÆÏÒÍ. + %package devel Summary: SDL - Header files Summary(pl): SDL - Pliki nag³ówkowe @@ -83,13 +88,14 @@ Summary(pt_BR): Bibliotecas e arquivos de cabe 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 -%{?with_alsa:Requires: alsa-lib-devel} -%endif +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +%{?with_directfb:Requires: DirectFB-devel >= 0.9.15} +%{?with_aa:Requires: aalib-devel} +%{?with_caca:Requires: libcaca-devel} +%{?with_ggi:Requires: libggi-devel} %{?with_nas:Requires: nas-devel} +%{?with_svga:Requires: svgalib-devel >= 1.4.0} %description devel SDL - Header files. @@ -115,8 +121,8 @@ Summary(pl): SDL - biblioteki statyczne 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} +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} %description static SDL - static libraries. @@ -138,8 +144,8 @@ Biblioteca est %package examples Summary: SDL - example programs Summary(pl): SDL - programy przyk³adowe -Group: X11/Development/Libraries -Requires: %{name}-devel = %{version} +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} %description examples SDL - example programs. @@ -151,23 +157,14 @@ SDL - przyk %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 -%patch6 -p1 - -# get COPY_ARCH_SRC, remove the rest -head -n 16 acinclude.m4 > acinclude.tmp -mv -f acinclude.tmp acinclude.m4 +#%patch2 -p1 # needs rewrite -find . -type d -name CVS -print | xargs rm -rf {} \; +%{!?with_alsa:echo 'AC_DEFUN([AM_PATH_ALSA],[$3])' >> acinclude.m4} +%{!?with_esd:echo 'AC_DEFUN([AM_PATH_ESD],[$3])' >> acinclude.m4} %build -rm -f missing libtool %{__libtoolize} %{__aclocal} -%{__automake} %{__autoconf} %configure \ %ifarch %{ix86} @@ -175,24 +172,29 @@ rm -f missing libtool %else --disable-nasm \ %endif + --disable-rpath \ + %{!?with_alsa:--disable-alsa} \ + %{!?with_arts:--disable-arts} \ + --enable-dga \ + %{!?with_esd:--disable-esd} \ + %{!?with_nas:--disable-nas} \ --enable-pthreads \ --enable-pthread-sem \ - --with-x \ - --enable-dga \ %{?with_aalib:--enable-video-aalib} \ + %{?with_caca:--enable-video-caca} \ + %{!?with_directfb:--disable-video-directfb} \ --enable-video-dga \ - %{?with_directfb:--enable-video-directfb} \ --enable-video-fbcon \ %{?with_ggi:--enable-video-ggi} \ --enable-video-opengl \ - %{?with_svga:--enable-video-svga} \ + %{!?with_svga:--disable-video-svga} \ --enable-video-x11-dgamouse \ --enable-video-x11-vm \ + --enable-video-x11-xinerama \ + --enable-video-x11-xme \ + --enable-video-x11-xrandr \ --enable-video-x11-xv \ - %{!?with_alsa:--disable-alsa} \ - %{!?with_arts:--disable-arts} \ - %{!?with_esd:--disable-esd} \ - %{!?with_nas:--disable-nas} + --with-x %{__make} @@ -206,34 +208,35 @@ install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} install test/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} -rm -rf docs/man3 docs/{Makefile*,.cvsignore} docs/html/{Makefile*,.cvsignore} +rm -rf docs/man3 %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/ldconfig +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(644,root,root,755) %doc BUGS CREDITS README TODO WhatsNew -%attr(755,root,root) %{_libdir}/lib*.so.*.* +%attr(755,root,root) %{_libdir}/libSDL-*.so.*.* %files devel %defattr(644,root,root,755) %doc docs.html docs %attr(755,root,root) %{_bindir}/sdl-config -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libSDL.so +%{_libdir}/libSDL.la %{_libdir}/libSDLmain.a %{_includedir}/SDL -%{_aclocaldir}/* +%{_aclocaldir}/sdl.m4 +%{_pkgconfigdir}/sdl.pc %{_mandir}/man3/* -%files examples -%defattr(644,root,root,755) -%{_examplesdir}/%{name}-%{version} - %files static %defattr(644,root,root,755) %{_libdir}/libSDL.a + +%files examples +%defattr(644,root,root,755) +%{_examplesdir}/%{name}-%{version}