]> git.pld-linux.org Git - packages/allegro.git/commitdiff
- 4.1.11
authorwolf <wolf@pld-linux.org>
Sun, 24 Aug 2003 23:01:04 +0000 (23:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    allegro.spec -> 1.36

allegro.spec

index 1b0aafbc5715caf3f012e144a651e4b7f27e95c8..76cd62d2603bbfca41afa216cc872393a494b505 100644 (file)
@@ -18,16 +18,17 @@ Summary(fr):        Une librairie de programmation de jeux
 Summary(it):   Una libreria per la programmazione di videogiochi
 Summary(pl):   Biblioteka do programowania gier
 Name:          allegro
 Summary(it):   Una libreria per la programmazione di videogiochi
 Summary(pl):   Biblioteka do programowania gier
 Name:          allegro
-Version:       4.1.9
+Version:       4.1.11
 Release:       1
 License:       Giftware
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/alleg/%{name}-%{version}.tar.gz
 Release:       1
 License:       Giftware
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/alleg/%{name}-%{version}.tar.gz
-# Source0-md5: d4423486f7aed064e10071a19fd06b1e
+# Source0-md5: 61568ff088fd074eaad8b5cc23ac40ff
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-examples.patch
 Patch2:                %{name}-alsa9.patch
 Patch3:                %{name}-opt.patch
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-examples.patch
 Patch2:                %{name}-alsa9.patch
 Patch3:                %{name}-opt.patch
+Patch4:                %{name}-ldflags.patch
 URL:           http://alleg.sourceforge.net/
 BuildRequires: XFree86-devel
 %{!?_without_alsa:BuildRequires:       alsa-lib-devel}
 URL:           http://alleg.sourceforge.net/
 BuildRequires: XFree86-devel
 %{!?_without_alsa:BuildRequires:       alsa-lib-devel}
@@ -400,14 +401,15 @@ Pakiet zawiera programy przyk
 %setup  -q
 %patch0 -p1
 %patch1 -p1
 %setup  -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
+#%patch2 -p1   # you want it, you do it
 %patch3 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %{__aclocal}
 
 %build
 %{__aclocal}
-%{__autoheader} configure.in include/allegro/platform/alunixac.hin
+%{__autoheader} configure.in include/allegro/platform/alunixac.hin
 %{__autoconf}
 %{__autoconf}
-TARGET_ARCH="%{rpmcflags}"; export TARGET_ARCH
+TARGET_ARCH="%{rpmcflags}" export TARGET_ARCH
 # dbglib & proflib are compiled besides normlib, so it's ok to have them here
 %configure \
        --enable-static \
 # dbglib & proflib are compiled besides normlib, so it's ok to have them here
 %configure \
        --enable-static \
@@ -418,8 +420,11 @@ TARGET_ARCH="%{rpmcflags}"; export TARGET_ARCH
        --disable-linux \
 %endif
        %{!?_without_proflib:--enable-proflib} \
        --disable-linux \
 %endif
        %{!?_without_proflib:--enable-proflib} \
+       %{?_without_arts:--disable-artsdigi} \
 %ifnarch %{ix86}
 %ifnarch %{ix86}
-       --disable-asm
+       --disable-asm \
+       --disable-mmx \
+       --disable-sse
 %endif
 
 %{__make} \
 %endif
 
 %{__make} \
This page took 0.035014 seconds and 4 git commands to generate.