]> git.pld-linux.org Git - packages/SDL.git/blobdiff - SDL.spec
- desriptin merged from ALT Linux
[packages/SDL.git] / SDL.spec
index 96a3de4ce2e917604e3fcc96a5b5dec638df1a98..8003e0a891acfc63e941c5e3d0bf2679ecfb262a 100644 (file)
--- a/SDL.spec
+++ b/SDL.spec
@@ -14,20 +14,21 @@ Summary:    SDL (Simple DirectMedia Layer) - Game/Multimedia Library
 Summary(pl):   SDL (Simple DirectMedia Layer) - Biblioteka do gier/multimediów
 Summary(zh_CN):        SDL (Simple DirectMedia Layer) Generic APIs - ÓÎÏ·/¶àýÌå¿â
 Name:          SDL
-Version:       1.2.8
-%define                _snap   20040616
-Release:       0.%{_snap}.1
+Version:       1.2.10
+%define                _snap   051030
+Release:       0.%{_snap}.3
 License:       LGPL
 Group:         X11/Libraries
 #Source0:      http://www.libsdl.org/release/%{name}-%{version}.tar.gz
-Source0:       %{name}-%{version}-%{_snap}.tar.bz2
-# Source0-md5: 2f854840a028f3eca616f702139bc762
+Source0:       %{name}-%{_snap}.tar.bz2
+# Source0-md5: e0ab8e77644db78b30e3b68965bdfd6c
 Patch0:                %{name}-byteorder.patch
 Patch1:                %{name}-amfix.patch
 Patch2:                %{name}-lpthread.patch
 Patch3:                %{name}-no_rpath_in_sdl-config.patch
 Patch4:                %{name}-mmx-constraints.patch
 Patch5:                %{name}-caca.patch
+Patch6:                %{name}-gcc4.patch
 URL:           http://www.libsdl.org/
 %{?with_directfb:BuildRequires:        DirectFB-devel >= 0.9.15}
 BuildRequires: OpenGL-devel
@@ -45,8 +46,9 @@ 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-libXext-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -69,6 +71,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
@@ -78,12 +85,7 @@ Summary(uk): 
 Summary(zh_CN):        SDL (Simple DirectMedia Layer) ¿ª·¢¿â
 Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-%if %{with xlibs}
-Requires:      libX11-devel
-Requires:      libXext-devel
-%else
-Requires:      XFree86-devel >= 4.0.2
-%endif
+Requires:      xorg-lib-libXext-devel
 %{?with_alsa:Requires: alsa-lib-devel}
 %{?with_caca:Requires: libcaca-devel}
 %{?with_nas:Requires:  nas-devel}
@@ -145,17 +147,20 @@ SDL - example programs.
 SDL - przyk³adowe programy.
 
 %prep
-%setup -q -n %{name}12
+%setup -q -n %{name}-%{_snap}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 # get COPY_ARCH_SRC, remove the rest
 head -n 20 acinclude.m4 > acinclude.tmp
 mv -f acinclude.tmp acinclude.m4
+%{!?with_alsa:echo 'AC_DEFUN([AM_PATH_ALSA],[$3])' >> acinclude.m4}
+%{!?with_esd:echo 'AC_DEFUN([AM_PATH_ESD],[$3])' >> acinclude.m4}
 
 find . -type d -name CVS -print | xargs rm -rf {} \;
 
@@ -211,7 +216,7 @@ rm -rf docs/man3 docs/{Makefile*,.cvsignore} docs/html/{Makefile*,.cvsignore}
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post   -p /sbin/ldconfig
+%post  -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
This page took 0.356722 seconds and 4 git commands to generate.