[packages/libstk] - added boost patch (boost_thread requires boost_system now) - release 2
qboosh
qboosh at pld-linux.org
Thu Jul 12 20:36:44 CEST 2012
commit 9ef93135cae19d6f77c953433aab7de4aade6a8b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Jul 12 20:36:47 2012 +0200
- added boost patch (boost_thread requires boost_system now)
- release 2
libstk-boost.patch | 10 ++++++++++
libstk.spec | 4 +++-
2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/libstk-boost.patch b/libstk-boost.patch
new file mode 100644
index 0000000..3c2cb50
--- /dev/null
+++ b/libstk-boost.patch
@@ -0,0 +1,10 @@
+--- dvhart-libstk-6186fff/configure.in.orig 2012-07-12 19:46:49.002209414 +0200
++++ dvhart-libstk-6186fff/configure.in 2012-07-12 20:05:25.845495880 +0200
+@@ -26,6 +26,7 @@
+
+ AC_CHECK_LIB(boost_signals, main, , [AC_MSG_ERROR( *** boost_signals library not found - build will fail)])
+ AC_CHECK_LIB(boost_thread, main, , [AC_MSG_ERROR( *** boost_thread library not found - build will fail)])
++AC_CHECK_LIB(boost_system, main, , [AC_MSG_ERROR( *** boost_system library not found - build will fail)])
+ AC_LANG_RESTORE
+
+
diff --git a/libstk.spec b/libstk.spec
index f5bf922..89611a5 100644
--- a/libstk.spec
+++ b/libstk.spec
@@ -13,7 +13,7 @@
%bcond_without apidocs # API/internal docs in HTML format
#
%define snap 20070719
-%define rel 1
+%define rel 2
Summary: LibSTK - graphical widget set written in C++
Summary(pl.UTF-8): LibSTK - zbiór graficznych widgetów napisany w C++
Name: libstk
@@ -29,6 +29,7 @@ Patch0: %{name}-fixes.patch
Patch1: %{name}-am.patch
Patch2: %{name}-xine.patch
Patch3: %{name}-xsl.patch
+Patch4: %{name}-boost.patch
URL: http://www.libstk.net/
BuildRequires: DirectFB-devel
BuildRequires: SDL-devel >= 1.2.0
@@ -103,6 +104,7 @@ Statyczna biblioteka LibSTK.
%patch1 -p1
%patch2 -p1
%patch3 -p1
+%patch4 -p1
%{__rm} doc/images/doc_images_go_here
More information about the pld-cvs-commit
mailing list