packages: libfpx/libfpx.spec, libfpx/libfpx-link.patch (NEW) - updated to 1...
qboosh
qboosh at pld-linux.org
Sun Dec 18 14:21:55 CET 2011
Author: qboosh Date: Sun Dec 18 13:21:55 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 1.3.1
- added link patch (libfpx needs -lm)
---- Files affected:
packages/libfpx:
libfpx.spec (1.42 -> 1.43) , libfpx-link.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/libfpx/libfpx.spec
diff -u packages/libfpx/libfpx.spec:1.42 packages/libfpx/libfpx.spec:1.43
--- packages/libfpx/libfpx.spec:1.42 Wed Oct 13 19:58:42 2010
+++ packages/libfpx/libfpx.spec Sun Dec 18 14:21:50 2011
@@ -6,19 +6,22 @@
Summary: FlashPIX OpenSource Toolkit
Summary(pl.UTF-8): Biblioteka do obróbki obrazków FlashPIX
Name: libfpx
-Version: 1.3.0
-Release: 2
+Version: 1.3.1
+Release: 1
License: distributable (see COPYING)
Group: Libraries
# Strange... [URL] says you can order it (for money) and doesn't contain any
# link, but sources can be freely redistributed. Can be found on any IM mirror.
-Source0: ftp://ftp.imagemagick.org/pub/ImageMagick/delegates/%{name}-%{version}-1.tar.bz2
-# Source0-md5: d65c555aa68a296d6eba384929434d70
+Source0: ftp://ftp.imagemagick.org/pub/ImageMagick/delegates/%{name}-%{version}-1.tar.xz
+# Source0-md5: 69c6bf377fe68b575af12a26a6ba076b
+Patch0: %{name}-link.patch
URL: http://www.i3a.org/technologies/digital-photography/flashpix/
BuildRequires: autoconf >= 2.60
-BuildRequires: automake >= 1:1.9
+BuildRequires: automake >= 1:1.11
BuildRequires: libtool >= 2:1.5
BuildRequires: libstdc++-devel >= 3.2.2
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
Provides: fpx
Obsoletes: fpx
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -61,7 +64,8 @@
Statyczna wersja biblioteki FlashPIX.
%prep
-%setup -q
+%setup -q -n %{name}-%{version}-1
+%patch0 -p1
ln -f flashpix.h COPYING
@@ -113,6 +117,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.43 2011/12/18 13:21:50 qboosh
+- updated to 1.3.1
+- added link patch (libfpx needs -lm)
+
Revision 1.42 2010/10/13 17:58:42 qboosh
- updated to 1.3.0-1 (as release 2)
- updated URLs
================================================================
Index: packages/libfpx/libfpx-link.patch
diff -u /dev/null packages/libfpx/libfpx-link.patch:1.1
--- /dev/null Sun Dec 18 14:21:55 2011
+++ packages/libfpx/libfpx-link.patch Sun Dec 18 14:21:50 2011
@@ -0,0 +1,11 @@
+--- libfpx-1.3.1-1/Makefile.am.orig 2011-01-22 17:13:23.000000000 +0100
++++ libfpx-1.3.1-1/Makefile.am 2011-12-18 14:17:26.595778227 +0100
+@@ -25,7 +25,7 @@
+ # Convenience libraries
+ libfpx_la_LIBADD = \
+ basics/libBasics.la fpx/libfpx.la jpeg/libJpeg.la ole/libole.la \
+- ri_image/libRiImage.la oless/libOless.la
++ ri_image/libRiImage.la oless/libOless.la -lm
+
+ MAJOR_VERSION=@MAJOR_VERSION@
+ MINOR_VERSION=@MINOR_VERSION@
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libfpx/libfpx.spec?r1=1.42&r2=1.43&f=u
More information about the pld-cvs-commit
mailing list