[SCM] Simple and fast multimedia library for C++ branch, master, updated. b1653be4caee03d121af6e5b0c4555adde5e9643

Christoph Egger Christoph.Egger at gmx.de
Sat May 24 13:14:36 UTC 2008


The following commit has been merged in the master branch:
commit b1653be4caee03d121af6e5b0c4555adde5e9643
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Sat May 24 15:14:00 2008 +0200

     * Patching headers of samples/Makefiles to include #!

diff --git a/debian/patches/add_script_header_to_example_makefiles.patch b/debian/patches/add_script_header_to_example_makefiles.patch
new file mode 100644
index 0000000..a34438e
--- /dev/null
+++ b/debian/patches/add_script_header_to_example_makefiles.patch
@@ -0,0 +1,120 @@
+Index: libsfml/samples/Makefile
+===================================================================
+--- libsfml.orig/samples/Makefile	2008-05-24 15:04:33.000000000 +0200
++++ libsfml/samples/Makefile	2008-05-24 15:04:40.000000000 +0200
+@@ -1,3 +1,5 @@
++#!/usr/bin/make -f
++
+ export CC       = g++
+ export CFLAGS   = -W -Wall -ansi -I../../include -DNDEBUG -O2
+ export LDFLAGS  = 
+Index: libsfml/samples/X11/Makefile
+===================================================================
+--- libsfml.orig/samples/X11/Makefile	2008-05-24 15:06:23.000000000 +0200
++++ libsfml/samples/X11/Makefile	2008-05-24 15:06:32.000000000 +0200
+@@ -1,3 +1,5 @@
++#!/usr/bin/make -f
++
+ EXEC = X11
+ OBJ  = X11.o
+ 
+Index: libsfml/samples/opengl/Makefile
+===================================================================
+--- libsfml.orig/samples/opengl/Makefile	2008-05-24 15:06:38.000000000 +0200
++++ libsfml/samples/opengl/Makefile	2008-05-24 15:06:46.000000000 +0200
+@@ -1,3 +1,5 @@
++#!/usr/bin/make -f
++
+ EXEC = opengl
+ OBJ  = OpenGL.o
+ 
+Index: libsfml/samples/pong/Makefile
+===================================================================
+--- libsfml.orig/samples/pong/Makefile	2008-05-24 15:05:51.000000000 +0200
++++ libsfml/samples/pong/Makefile	2008-05-24 15:06:00.000000000 +0200
+@@ -1,3 +1,5 @@
++#!/usr/bin/make -f
++
+ EXEC = pong
+ OBJ  = Pong.o
+ 
+Index: libsfml/samples/post-fx/Makefile
+===================================================================
+--- libsfml.orig/samples/post-fx/Makefile	2008-05-24 15:03:55.000000000 +0200
++++ libsfml/samples/post-fx/Makefile	2008-05-24 15:04:08.000000000 +0200
+@@ -1,3 +1,5 @@
++#!/usr7bin/make -f
++
+ EXEC = post-fx
+ OBJ  = PostFX.o
+ 
+Index: libsfml/samples/qt/Makefile
+===================================================================
+--- libsfml.orig/samples/qt/Makefile	2008-05-24 15:05:34.000000000 +0200
++++ libsfml/samples/qt/Makefile	2008-05-24 15:05:42.000000000 +0200
+@@ -1,3 +1,5 @@
++#!/usr/bin/make -f
++
+ EXEC = qt
+ OBJ  = Main.o QSFMLCanvas.o
+ 
+Index: libsfml/samples/sockets/Makefile
+===================================================================
+--- libsfml.orig/samples/sockets/Makefile	2008-05-24 15:04:46.000000000 +0200
++++ libsfml/samples/sockets/Makefile	2008-05-24 15:04:54.000000000 +0200
+@@ -1,3 +1,5 @@
++#!/usr/bin/make -f
++
+ EXEC = sockets
+ OBJ  = Sockets.o TCP.o UDP.o
+ 
+Index: libsfml/samples/sound/Makefile
+===================================================================
+--- libsfml.orig/samples/sound/Makefile	2008-05-24 15:06:09.000000000 +0200
++++ libsfml/samples/sound/Makefile	2008-05-24 15:06:17.000000000 +0200
+@@ -1,3 +1,5 @@
++#!/usr/bin/make -f
++
+ EXEC = sound
+ OBJ  = Sound.o
+ 
+Index: libsfml/samples/sound_capture/Makefile
+===================================================================
+--- libsfml.orig/samples/sound_capture/Makefile	2008-05-24 15:02:32.000000000 +0200
++++ libsfml/samples/sound_capture/Makefile	2008-05-24 15:03:02.000000000 +0200
+@@ -1,3 +1,5 @@
++#!/usr/bin/make -f
++
+ EXEC = sound_capture
+ OBJ  = SoundCapture.o
+ 
+Index: libsfml/samples/voip/Makefile
+===================================================================
+--- libsfml.orig/samples/voip/Makefile	2008-05-24 15:05:02.000000000 +0200
++++ libsfml/samples/voip/Makefile	2008-05-24 15:05:11.000000000 +0200
+@@ -1,3 +1,5 @@
++#!/usr/bin/make -f
++
+ EXEC = voip
+ OBJ  = VoIP.o Client.o Server.o
+ 
+Index: libsfml/samples/window/Makefile
+===================================================================
+--- libsfml.orig/samples/window/Makefile	2008-05-24 15:05:20.000000000 +0200
++++ libsfml/samples/window/Makefile	2008-05-24 15:05:27.000000000 +0200
+@@ -1,3 +1,5 @@
++#!/usr/bin/make -f
++
+ EXEC = window
+ OBJ  = Window.o
+ 
+Index: libsfml/samples/wxwidgets/Makefile
+===================================================================
+--- libsfml.orig/samples/wxwidgets/Makefile	2008-05-24 15:04:18.000000000 +0200
++++ libsfml/samples/wxwidgets/Makefile	2008-05-24 15:04:27.000000000 +0200
+@@ -1,3 +1,5 @@
++#!/usr/bin/make -f
++
+ EXEC = wxwidgets
+ OBJ  = Main.o wxSFMLCanvas.o
+ 
diff --git a/debian/patches/series b/debian/patches/series
index e63e005..4a63b1a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+add_script_header_to_example_makefiles.patch
 patching_files_as_needed_by_repackaging.patch

-- 
Simple and fast multimedia library for C++



More information about the Pkg-games-commits mailing list