Author: qboosh Date: Sat Feb 18 10:33:45 2012 GMT Module: packages Tag: HEAD ---- Log message: - BR: libwebp-devel; prepared for openjpeg support (not yet complete)
---- Files affected: packages/fox: fox.spec (1.121 -> 1.122) ---- Diffs: ================================================================ Index: packages/fox/fox.spec diff -u packages/fox/fox.spec:1.121 packages/fox/fox.spec:1.122 --- packages/fox/fox.spec:1.121 Wed Feb 15 20:38:44 2012 +++ packages/fox/fox.spec Sat Feb 18 11:33:40 2012 @@ -2,15 +2,16 @@ # # Conditional build: %bcond_without cups # CUPS support +%bcond_with openjpeg # JPEG2000 support (unfinished in sources) %bcond_without static_libs # don't build static libraries # Summary: The FOX C++ GUI Toolkit Summary(pl.UTF-8): FOX - toolkit graficzny w C++ Name: fox -# 1.7 is devel, we should try to keep stable line +# NOTE: after switching to 1.8.x keep stable (1.8.x) on HEAD and devel (1.9.x) on DEVEL Version: 1.7.32 Release: 1 -License: LGPL v2.1+ +License: LGPL v3+ with relinking exemption Group: X11/Libraries Source0: http://ftp.fox-toolkit.org/pub/%{name}-%{version}.tar.gz # Source0-md5: 1cf2607d15ffad5b664cf65bfcd249bc @@ -29,6 +30,8 @@ BuildRequires: libstdc++-devel BuildRequires: libtiff-devel >= 3.5.7 BuildRequires: libtool >= 2:1.5 +BuildRequires: libwebp-devel +%{?with_openjpeg:BuildRequires: openjpeg-devel} BuildRequires: pkgconfig BuildRequires: xorg-lib-libXcursor-devel BuildRequires: xorg-lib-libXext-devel @@ -81,6 +84,8 @@ Requires: libpng-devel >= 1.2.5 Requires: libstdc++-devel Requires: libtiff-devel >= 3.5.7 +Requires: libwebp-devel +%{?with_openjpeg:Requires: openjpeg-devel} Requires: xorg-lib-libXcursor-devel Requires: xorg-lib-libXext-devel Requires: xorg-lib-libXft-devel @@ -143,6 +148,7 @@ %configure \ %{?with_cups:--enable-cups} \ %{?debug:--enable-debug}%{!?debug:--enable-release} \ + %{?with_openjpeg:--enable-jp2} \ --enable-static%{!?with_static_libs:=no} \ --with-opengl \ --with-xft \ @@ -230,6 +236,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.122 2012/02/18 10:33:40 qboosh +- BR: libwebp-devel; prepared for openjpeg support (not yet complete) + Revision 1.121 2012/02/15 19:38:44 arekm - up to 1.7.32 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/fox/fox.spec?r1=1.121&r2=1.122&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
