]> git.pld-linux.org Git - packages/xmoto.git/commitdiff
- 0.1.8 auto/ac/xmoto-0_1_8-1
authorwolf <wolf@pld-linux.org>
Mon, 7 Nov 2005 17:38:31 +0000 (17:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xmoto-types.patch -> 1.4
    xmoto.spec -> 1.8

xmoto-types.patch
xmoto.spec

index f7e52991eb8e543bebed947cebe4bb9bef5adbd5..755ccb77ab4fcd6be81447b897cfc9a0aeba8dba 100644 (file)
@@ -1,17 +1,17 @@
-diff -ruN xmoto-0.1.7./src/VCommon.h xmoto-0.1.7/src/VCommon.h
---- xmoto-0.1.7./src/VCommon.h 2005-10-27 17:06:43.000000000 +0200
-+++ xmoto-0.1.7/src/VCommon.h  2005-10-27 18:55:43.047838250 +0200
+diff -ruN xmoto-0.1.8/src/VCommon.h xmoto-0.1.8./src/VCommon.h
+--- xmoto-0.1.8/src/VCommon.h  2005-11-07 18:30:09.825464152 +0100
++++ xmoto-0.1.8./src/VCommon.h 2005-11-07 18:28:16.000000000 +0100
 @@ -37,10 +37,9 @@
- #include <GL/gl.h>
--#if defined(WIN32) && defined(_MSC_VER)
--  #define GL_GLEXT_PROTOTYPES 1
--  #include "glext.h"
--#else
-+#define GL_GLEXT_PROTOTYPES 1
-+#include <GL/glext.h>
-+#if !defined(GL_ARRAY_BUFFER_ARB)
-   /* This aren't elegant. It would be nicer to use glext.h, but I can't get
-      it to work :( */
-   #define GL_ARRAY_BUFFER_ARB 0x8892
\r
+ #include <GL/gl.h>\r
\r
+-#if defined(WIN32) && defined(_MSC_VER)\r
+-  #define GL_GLEXT_PROTOTYPES 1\r
+-  #include "glext.h"\r
+-#else\r
++#define GL_GLEXT_PROTOTYPES 1\r
++#include <GL/glext.h>\r
++#if !defined(GL_ARRAY_BUFFER_ARB)\r
+   /* This aren't elegant. It would be nicer to use glext.h, but I can't get\r
+      it to work :( */\r
+   #define GL_ARRAY_BUFFER_ARB 0x8892\r
index baa20945ff813f887b26a357cd2f0c2e20f720d9..f9b9dbc1d2ed307c753e4ff92a381efeec35fcaf 100644 (file)
@@ -1,21 +1,21 @@
 Summary:       Clone of across/elma games
 Summary(pl):   Klon gry across/elma
 Name:          xmoto
-Version:       0.1.7
+Version:       0.1.8
 Release:       1
 License:       GPL
 Group:         X11/Applications/Games
 Source0:       http://dl.sourceforge.net/xmoto/%{name}-%{version}-src.tar.gz
-# Source0-md5: 8a1452b2e9209eb2f10945180f589e57
+# Source0-md5: 969ee47065deb729f21de5d886523e84
 Patch0:                %{name}-opt.patch
 Patch1:                %{name}-types.patch
 URL:           http://xmoto.sourceforge.net/
 BuildRequires: OpenGL-devel
 BuildRequires: SDL-devel
+BuildRequires: SDL_mixer-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
-BuildRequires: libvorbis-devel
 BuildRequires: lua50-devel
 BuildRequires: ode-devel
 BuildRequires: pkgconfig
This page took 0.040932 seconds and 4 git commands to generate.