packages: ClanLib/ClanLib-link.patch, ClanLib/ClanLib.spec - updated link p...
qboosh
qboosh at pld-linux.org
Sun Mar 27 07:34:37 CEST 2011
Author: qboosh Date: Sun Mar 27 05:34:36 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- updated link patch to cover SWRender library (not tested though)
- release 1
---- Files affected:
packages/ClanLib:
ClanLib-link.patch (1.4 -> 1.5) , ClanLib.spec (1.130 -> 1.131)
---- Diffs:
================================================================
Index: packages/ClanLib/ClanLib-link.patch
diff -u packages/ClanLib/ClanLib-link.patch:1.4 packages/ClanLib/ClanLib-link.patch:1.5
--- packages/ClanLib/ClanLib-link.patch:1.4 Sat Mar 26 22:11:34 2011
+++ packages/ClanLib/ClanLib-link.patch Sun Mar 27 07:34:30 2011
@@ -171,6 +171,20 @@
libclan22Display_la_LDFLAGS = \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(LDFLAGS_LT_RELEASE) \
$(extra_LIBS_clanDisplay)
+--- ClanLib-2.2.7/Sources/SWRender/Makefile.am.orig 2010-07-05 16:50:31.000000000 +0200
++++ ClanLib-2.2.7/Sources/SWRender/Makefile.am 2011-03-27 07:33:24.821729730 +0200
+@@ -69,9 +69,10 @@
+ Canvas/Commands/pixel_command_triangle.cpp \
+ swr_target.cpp
+
++libclan22SWRender_la_LIBADD = $(top_builddir)/Sources/Display/libclan22Display.la $(top_builddir)/Sources/Core/libclan22Core.la
+ libclan22SWRender_la_LDFLAGS = \
+ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(LDFLAGS_LT_RELEASE) \
+- $(extra_LIBS_SWRender)
++ $(extra_LIBS_clanSWRender)
+
+ libclan22Sound_la_CXXFLAGS=$(SWRender_CXXFLAGS) $(extra_CFLAGS_SWRender)
+
--- ClanLib-2.2.7/configure.ac.orig 2011-01-27 09:46:22.000000000 +0100
+++ ClanLib-2.2.7/configure.ac 2011-03-26 15:25:57.540910453 +0100
@@ -631,9 +631,14 @@
================================================================
Index: packages/ClanLib/ClanLib.spec
diff -u packages/ClanLib/ClanLib.spec:1.130 packages/ClanLib/ClanLib.spec:1.131
--- packages/ClanLib/ClanLib.spec:1.130 Sat Mar 26 22:11:34 2011
+++ packages/ClanLib/ClanLib.spec Sun Mar 27 07:34:31 2011
@@ -1,7 +1,5 @@
# $Revision$, $Date$
#
-# TODO: plenty of undefined references
-#
# Conditional build:
%bcond_with sse2 # use SSE2 instructions
#
@@ -15,7 +13,7 @@
Summary(pt_BR.UTF-8): SDK Clanlib
Name: ClanLib
Version: 2.2.7
-Release: 0.1
+Release: 1
License: BSD-like (see COPYING)
Group: Libraries
#Source0Download: http://www.clanlib.org/download.html
@@ -559,6 +557,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.131 2011/03/27 05:34:31 qboosh
+- updated link patch to cover SWRender library (not tested though)
+- release 1
+
Revision 1.130 2011/03/26 21:11:34 qboosh
- added link patch (fixes inter-library linking, except for SWRender, which I didn't check)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ClanLib/ClanLib-link.patch?r1=1.4&r2=1.5&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ClanLib/ClanLib.spec?r1=1.130&r2=1.131&f=u
More information about the pld-cvs-commit
mailing list