Author: qboosh Date: Mon Mar 22 07:13:15 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.16.6 (from pixman.spec)
---- Files affected: packages/crossmingw32-pixman: crossmingw32-pixman.spec (1.6 -> 1.7) , pixman-no_pkgconfig.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/crossmingw32-pixman/crossmingw32-pixman.spec diff -u packages/crossmingw32-pixman/crossmingw32-pixman.spec:1.6 packages/crossmingw32-pixman/crossmingw32-pixman.spec:1.7 --- packages/crossmingw32-pixman/crossmingw32-pixman.spec:1.6 Thu Sep 18 07:12:14 2008 +++ packages/crossmingw32-pixman/crossmingw32-pixman.spec Mon Mar 22 08:13:09 2010 @@ -2,17 +2,17 @@ Summary: Pixel manipulation library - cross Mingw32 Summary(pl.UTF-8): Biblioteka operacji na pikselach - wersja skrośna Mingw32 Name: crossmingw32-pixman -Version: 0.12.0 +Version: 0.16.6 Release: 1 License: MIT Group: Development/Libraries Source0: http://xorg.freedesktop.org/archive/individual/lib/pixman-%{version}.tar.bz2 -# Source0-md5: 494af78c1c7d825c9ad6815d7b91f17d +# Source0-md5: fbd6ee9cb09d0b26281557bc7afcb3ab +Patch0: pixman-no_pkgconfig.patch URL: http://xorg.freedesktop.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake BuildRequires: crossmingw32-gcc -BuildRequires: crossmingw32-zlib BuildRequires: libtool BuildRequires: sed >= 4.0 Requires: crossmingw32-runtime @@ -74,6 +74,7 @@ %prep %setup -q -n pixman-%{version} +%patch0 -p1 # disable gtk-based test :> test/Makefile.am @@ -98,6 +99,8 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +sed -i -e 's#<pixman-version.h>#<pixman-1/pixman-version.h>#g' $RPM_BUILD_ROOT%{_includedir}/pixman-1/pixman.h + install -d $RPM_BUILD_ROOT%{_dlldir} mv -f $RPM_BUILD_ROOT%{_prefix}/bin/*.dll $RPM_BUILD_ROOT%{_dlldir} @@ -131,6 +134,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2010/03/22 07:13:09 qboosh +- updated to 0.16.6 (from pixman.spec) + Revision 1.6 2008/09/18 05:12:14 qboosh - updated to 0.12.0 ================================================================ Index: packages/crossmingw32-pixman/pixman-no_pkgconfig.patch diff -u /dev/null packages/crossmingw32-pixman/pixman-no_pkgconfig.patch:1.1 --- /dev/null Mon Mar 22 08:13:15 2010 +++ packages/crossmingw32-pixman/pixman-no_pkgconfig.patch Mon Mar 22 08:13:09 2010 @@ -0,0 +1,17 @@ +--- pixman-0.12.0/configure.ac.orig 2008-11-27 00:33:27.424372137 +0100 ++++ pixman-0.12.0/configure.ac 2008-11-27 00:33:46.923032039 +0100 +@@ -282,14 +282,6 @@ + [enable tests using GTK+ [default=auto]])], + [enable_gtk=$enableval], [enable_gtk=auto]) + +-PKG_PROG_PKG_CONFIG +-if test $enable_gtk = auto ; then +- PKG_CHECK_EXISTS([gtk+-2.0], [enable_gtk=yes], [enable_gtk=no]) +-fi +-if test $enable_gtk = yes ; then +- PKG_CHECK_MODULES(GTK, [gtk+-2.0]) +-fi +- + AM_CONDITIONAL(HAVE_GTK, [test "x$enable_gtk" = xyes]) + + AC_SUBST(GTK_CFLAGS) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw32-pixman/crossmingw32-pixman.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
