]> git.pld-linux.org Git - packages/desmume.git/commitdiff
- up to 0.9.6
authorlisu <lisu@pld-linux.org>
Thu, 20 May 2010 13:36:34 +0000 (13:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disable autotools (TODO)

Changed files:
    desmume.spec -> 1.14

desmume.spec

index f2176e99401607504d65808b513d564b93a1b80f..b17a97bc42aff43295a1f3317de6e202e6a49845 100644 (file)
@@ -1,15 +1,15 @@
 #
-# TODO: fix build with %%find_lang macro
+# TODO: fix build with autotools (problem with intltool >= 0.40.4)
 #
 Summary:       Nintendo DS emulator
 Summary(pl.UTF-8):     Emulator Nintendo DS
 Name:          desmume
-Version:       0.9.5
+Version:       0.9.6
 Release:       1
 License:       GPL v2+
 Group:         Applications/Emulators
 Source0:       http://downloads.sourceforge.net/desmume/%{name}-%{version}.tar.gz
-# Source0-md5: 2b188ef0d51c05fda7fded2eba0afe62
+# Source0-md5: 982aef3a696c6a81decd2ee35bf7899a
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-shadowing.patch
 URL:           http://desmume.org/
@@ -17,8 +17,8 @@ BuildRequires:        OpenGL-GLU-devel
 BuildRequires: OpenGL-devel
 BuildRequires: SDL-devel
 BuildRequires: agg-devel
-BuildRequires: autoconf
-BuildRequires: automake
+#BuildRequires:        autoconf
+#BuildRequires:        automake
 BuildRequires: gtk+2-devel >= 1:2.0
 BuildRequires: gtkglext-devel
 BuildRequires: libglade2-devel >= 2.0
@@ -41,9 +41,9 @@ demonstracyjne i gry komercyjne.
 %patch1 -p1
 
 %build
-%{__aclocal}
-%{__autoconf}
-%{__automake}
+#%%{__aclocal}
+#%%{__autoconf}
+#%%{__automake}
 %configure
 %{__make}
 
This page took 0.0574519999999999 seconds and 4 git commands to generate.