]> git.pld-linux.org Git - packages/ale.git/commitdiff
- up to 0.7.2 auto/ac/ale-0_7_2-1
authorundefine <undefine@pld-linux.org>
Fri, 19 Nov 2004 00:44:04 +0000 (00:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ale-makefile.patch -> 1.3
    ale.spec -> 1.4

ale-makefile.patch
ale.spec

index 2f24b85f1099b7154995bf44e1ceb64eba805378..64040a9108851002b4ba1f250c46ac82d0e78f30 100644 (file)
@@ -1,11 +1,11 @@
 --- ale-0.6.0/Makefile.orig    2004-01-27 06:15:06.000000000 +0100
 +++ ale-0.6.0/Makefile 2004-05-21 21:18:17.000000000 +0200
 @@ -68,7 +68,7 @@
-       rm -f ale
+       find testsuite -name "*.output.*" | xargs rm -rf
  
- ale-phony: ale.cc d2.cc *.h d2/*.h d2/render/*.h d2/render/psf/*.h
--      g++ -o ale $(CFLAGS) ale.cc d2.cc $(LDFLAGS)
-+      $(CXX) -o ale $(CFLAGS) ale.cc d2.cc $(LDFLAGS)
+ ale-phony: ale.cc d2.cc *.h d2/*.h d2/render/*.h d2/render/psf/*.h d3.cc d3/*.h
+-      g++ -o ale $(CFLAGS) ale.cc d3.cc d2.cc $(LDFLAGS)
++      $(CXX) -o ale $(CFLAGS) ale.cc d3.cc d2.cc $(LDFLAGS)
  
  # The following approach to building a Windows binary is probably very
  # dependent on the host platform configuration.  The above target may be a
index 190c3cea8025f1d2f0075f0eea30f9d0838bf383..9636bdc66bc3073735f1d4da7aefc8e3d9fb6712 100644 (file)
--- a/ale.spec
+++ b/ale.spec
@@ -1,12 +1,12 @@
 Summary:       Anti-Lamenessing Engine
 Summary(pl):   Anti-Lamenessing Engine - silnik poprawiaj±cy zdjêcia
 Name:          ale
-Version:       0.7.1
+Version:       0.7.2
 Release:       1
 License:       GPL v2+
 Group:         Applications/Graphics
 Source0:       http://auricle.dyndns.org/ALE/download/%{name}-%{version}.tar.gz
-# Source0-md5: 90b39eed7e03afbee8ff071762bca78b
+# Source0-md5: d4a4e474ea4ceef2278f36019ac4daf8
 Patch0:                %{name}-makefile.patch
 URL:           http://auricle.dyndns.org/ALE/
 BuildRequires: ImageMagick-devel
This page took 0.059156 seconds and 4 git commands to generate.