[SCM] Simple and fast multimedia library for C++ branch, sfml-ng, updated. 8a18acc3f5db15c74b6df3ffca10b5f73e04bee3

Christoph Egger Christoph.Egger at gmx.de
Mon Dec 8 12:49:26 UTC 2008


The following commit has been merged in the sfml-ng branch:
commit da1748af9074e4307e4c015a05283514315c8b82
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Wed Dec 3 19:06:59 2008 +0100

     symlink for *so was done wrong upstream so patch it

diff --git a/debian/patches/series b/debian/patches/series
index 14f04fa..cf6d734 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+wrong_symlink.patch
 add_script_header_to_example_makefiles.patch
 removing_removed_sources_from_makefiles.patch
 patching_files_as_needed_by_repackaging.patch
diff --git a/debian/patches/wrong_symlink.patch b/debian/patches/wrong_symlink.patch
new file mode 100644
index 0000000..0b3da4c
--- /dev/null
+++ b/debian/patches/wrong_symlink.patch
@@ -0,0 +1,65 @@
+diff --git a/src/SFML/Audio/Makefile b/src/SFML/Audio/Makefile
+index 109a00a..a3994dd 100644
+--- a/src/SFML/Audio/Makefile
++++ b/src/SFML/Audio/Makefile
+@@ -10,7 +10,7 @@ ifeq ($(STATIC), yes)
+ else
+     LIB     = libsfml-audio.so
+     LIBNAME = $(LIBPATH)/$(LIB).$(VERSION)
+-    INSTALL = && $(LN) $(LNFLAGS) $(DESTLIBDIR)/$(LIB).$(VERSION) $(DESTLIBDIR)/$(LIB)
++    INSTALL = && $(LN) $(LNFLAGS) $(LIB).$(VERSION) $(DESTLIBDIR)/$(LIB)
+ endif
+ 
+ all: $(LIB)
+diff --git a/src/SFML/Graphics/Makefile b/src/SFML/Graphics/Makefile
+index f1cc6ff..770d3c2 100644
+--- a/src/SFML/Graphics/Makefile
++++ b/src/SFML/Graphics/Makefile
+@@ -18,7 +18,7 @@ ifeq ($(STATIC), yes)
+ else
+     LIB     = libsfml-graphics.so
+     LIBNAME = $(LIBPATH)/$(LIB).$(VERSION)
+-    INSTALL = && $(LN) $(LNFLAGS) $(DESTLIBDIR)/$(LIB).$(VERSION) $(DESTLIBDIR)/$(LIB)
++    INSTALL = && $(LN) $(LNFLAGS) $(LIB).$(VERSION) $(DESTLIBDIR)/$(LIB)
+ endif
+ 
+ all: $(LIB)
+diff --git a/src/SFML/Network/Makefile b/src/SFML/Network/Makefile
+index d30da62..3975cb2 100644
+--- a/src/SFML/Network/Makefile
++++ b/src/SFML/Network/Makefile
+@@ -8,7 +8,7 @@ ifeq ($(STATIC), yes)
+ else
+     LIB     = libsfml-network.so
+     LIBNAME = $(LIBPATH)/$(LIB).$(VERSION)
+-    INSTALL = && $(LN) $(LNFLAGS) $(DESTLIBDIR)/$(LIB).$(VERSION) $(DESTLIBDIR)/$(LIB)
++    INSTALL = && $(LN) $(LNFLAGS) $(LIB).$(VERSION) $(DESTLIBDIR)/$(LIB)
+ endif
+ 
+ all: $(LIB)
+diff --git a/src/SFML/System/Makefile b/src/SFML/System/Makefile
+index 04514f5..c969fc9 100644
+--- a/src/SFML/System/Makefile
++++ b/src/SFML/System/Makefile
+@@ -8,7 +8,7 @@ ifeq ($(STATIC), yes)
+ else
+     LIB     = libsfml-system.so
+     LIBNAME = $(LIBPATH)/$(LIB).$(VERSION)
+-    INSTALL = && $(LN) $(LNFLAGS) $(DESTLIBDIR)/$(LIB).$(VERSION) $(DESTLIBDIR)/$(LIB)
++    INSTALL = && $(LN) $(LNFLAGS) $(LIB).$(VERSION) $(DESTLIBDIR)/$(LIB)
+ endif
+ 
+ all: $(LIB)
+diff --git a/src/SFML/Window/Makefile b/src/SFML/Window/Makefile
+index 956b34b..4e825ae 100644
+--- a/src/SFML/Window/Makefile
++++ b/src/SFML/Window/Makefile
+@@ -9,7 +9,7 @@ ifeq ($(STATIC), yes)
+ else
+     LIB     = libsfml-window.so
+     LIBNAME = $(LIBPATH)/$(LIB).$(VERSION)
+-    INSTALL = && $(LN) $(LNFLAGS) $(DESTLIBDIR)/$(LIB).$(VERSION) $(DESTLIBDIR)/$(LIB)
++    INSTALL = && $(LN) $(LNFLAGS) $(LIB).$(VERSION) $(DESTLIBDIR)/$(LIB)
+ endif
+ 
+ all: $(LIB)

-- 
Simple and fast multimedia library for C++



More information about the Pkg-games-commits mailing list