[packages/liblqr] - updated to 0.4.2, fixed build with recent automake
hawk
hawk at pld-linux.org
Tue Apr 23 18:07:49 CEST 2013
commit b13c9c3ea3ec4a24c68f99ba72ce3253e2c4c02b
Author: Marcin Krol <hawk at tld-linux.org>
Date: Tue Apr 23 16:30:17 2013 +0000
- updated to 0.4.2, fixed build with recent automake
liblqr-am.patch | 12 ++++++++++++
liblqr.spec | 8 +++++---
2 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/liblqr.spec b/liblqr.spec
index fe94e38..bd90475 100644
--- a/liblqr.spec
+++ b/liblqr.spec
@@ -1,12 +1,13 @@
Summary: LiquidRescale - easy to use C/C++ seam carving library
Summary(pl.UTF-8): LiquidRescale - łatwa w użyciu biblioteka do skalowania przez wycinanie szwów
Name: liblqr
-Version: 0.4.1
-Release: 2
+Version: 0.4.2
+Release: 1
License: LGPL v3
Group: Libraries
Source0: http://liblqr.wikidot.com/local--files/en:download-page/%{name}-1-%{version}.tar.bz2
-# Source0-md5: 0e24ed3c9fcdcb111062640764d7b87a
+# Source0-md5: 915643d993da97e10665d48c0bf8f3d0
+Patch0: %{name}-am.patch
URL: http://liblqr.wikidot.com/
BuildRequires: autoconf >= 2.63
BuildRequires: automake
@@ -52,6 +53,7 @@ Statyczna biblioteka lqr.
%prep
%setup -q -n %{name}-1-%{version}
+%patch0 -p1
%if "%{cc_version}" < "4.0"
%{__sed} -i -e 's,-fvisibility=\\"hidden\\",,' configure.ac
diff --git a/liblqr-am.patch b/liblqr-am.patch
new file mode 100644
index 0000000..b4d0cc7
--- /dev/null
+++ b/liblqr-am.patch
@@ -0,0 +1,12 @@
+diff -ur liblqr-1-0.4.2.orig/configure.ac liblqr-1-0.4.2/configure.ac
+--- liblqr-1-0.4.2.orig/configure.ac 2012-12-04 00:58:02.000000000 +0000
++++ liblqr-1-0.4.2/configure.ac 2013-04-23 16:27:51.984517026 +0000
+@@ -58,7 +58,7 @@
+
+ AC_CONFIG_MACRO_DIR([m4])
+
+-AM_INIT_AUTOMAKE([-Wall -Werror])
++AM_INIT_AUTOMAKE([1.11 -Wall -Wno-extra-portability foreign])
+
+ AC_ISC_POSIX
+ AC_PROG_CC
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/liblqr.git/commitdiff/b13c9c3ea3ec4a24c68f99ba72ce3253e2c4c02b
More information about the pld-cvs-commit
mailing list