Author: amateja Date: Thu Feb 11 09:45:13 2010 GMT Module: packages Tag: HEAD ---- Log message: - fixed build for libpng-1.4 - release 5
---- Files affected: packages/libmatchbox: libmatchbox.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: packages/libmatchbox/libmatchbox.spec diff -u packages/libmatchbox/libmatchbox.spec:1.7 packages/libmatchbox/libmatchbox.spec:1.8 --- packages/libmatchbox/libmatchbox.spec:1.7 Sat Feb 6 22:06:39 2010 +++ packages/libmatchbox/libmatchbox.spec Thu Feb 11 10:45:08 2010 @@ -3,14 +3,14 @@ Summary(pl.UTF-8): Biblioteka narzędziowa używana przez narzędzia Matchbox Name: libmatchbox Version: 1.9 -Release: 4 +Release: 5 License: LGPL v2+ Group: X11/Libraries Source0: http://projects.o-hand.com/matchbox/sources/libmatchbox/%{version}/%{name}-%{version}.tar.bz2 # Source0-md5: 9f73e7515cc4679171a5db180dc1343b URL: http://projects.o-hand.com/matchbox/ BuildRequires: libjpeg-devel -BuildRequires: libpng-devel >= 1.2 +BuildRequires: libpng-devel >= 1.4 BuildRequires: libxsettings-client-devel BuildRequires: pango-devel BuildRequires: pkgconfig @@ -59,6 +59,8 @@ %prep %setup -q +%{__sed} -i -e 's/png_check_sig( header, 8 )/!png_sig_cmp(header, 0, 8)/g' libmb/mbpixbuf.c + %build %configure \ --enable-jpeg \ @@ -100,6 +102,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2010/02/11 09:45:08 amateja +- fixed build for libpng-1.4 +- release 5 + Revision 1.7 2010/02/06 21:06:39 arekm - release 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libmatchbox/libmatchbox.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
