790d86
%define gitdate 20070827
790d86
%define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d
790d86
790d86
Name:           pixman
790d86
Version:        0.32.4
790d86
Release:        4%{?dist}
790d86
Summary:        Pixel manipulation library
790d86
790d86
Group:          System Environment/Libraries
790d86
License:        MIT
790d86
URL:            http://cgit.freedesktop.org/pixman/
790d86
#VCS:		git:git://git.freedesktop.org/git/pixman
790d86
# To make git snapshots:
790d86
# ./make-pixman-snapshot.sh %{?gitrev}
790d86
# if no revision specified, makes a new one from HEAD.
790d86
Source0:	http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
790d86
Source1:	make-pixman-snapshot.sh
790d86
790d86
BuildRequires:  automake autoconf libtool pkgconfig
790d86
790d86
%description
790d86
Pixman is a pixel manipulation library for X and cairo.
790d86
790d86
%package devel
790d86
Summary: Pixel manipulation library development package
790d86
Group: Development/Libraries
790d86
Requires: %{name} = %{version}-%{release}
790d86
Requires: pkgconfig
790d86
790d86
%description devel
790d86
Development library for pixman.
790d86
790d86
%prep
790d86
%setup -q
790d86
790d86
%build
790d86
%configure \
790d86
%ifarch %{arm}
790d86
  --disable-arm-iwmmxt --disable-arm-iwmmxt2 \
790d86
%endif
790d86
%ifarch ppc64le
790d86
  --disable-vmx \
790d86
%endif
790d86
  --disable-static
790d86
790d86
make %{?_smp_mflags} V=1
790d86
790d86
%install
790d86
make install DESTDIR=$RPM_BUILD_ROOT
790d86
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
790d86
790d86
%post -p /sbin/ldconfig
790d86
%postun -p /sbin/ldconfig
790d86
790d86
%files
790d86
%defattr(-,root,root,-)
790d86
%{_libdir}/libpixman-1*.so.*
790d86
790d86
%files devel
790d86
%defattr(-,root,root,-)
790d86
%dir %{_includedir}/pixman-1
790d86
%{_includedir}/pixman-1/pixman.h
790d86
%{_includedir}/pixman-1/pixman-version.h
790d86
%{_libdir}/libpixman-1*.so
790d86
%{_libdir}/pkgconfig/pixman-1.pc
790d86
790d86
%changelog
790d86
* Fri Nov 07 2014 Adam Jackson <ajax@redhat.com> 0.32.4-4
790d86
- Disable (broken) VMX fast paths on ppc64le for now
790d86
790d86
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.32.4-3
790d86
- Mass rebuild 2014-01-24
790d86
790d86
* Mon Jan 6 2014 Soren Sandmann <ssp@redhat.com> 0.32.4-2
790d86
- changelog fixes
790d86
790d86
* Mon Jan 6 2014 Soren Sandmann <ssp@redhat.com> 0.32.4-1
790d86
- pixman 0.32.4, bug 1043746
790d86
790d86
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.30.0-2
790d86
- Mass rebuild 2013-12-27
790d86
790d86
* Wed May 8 2013 Soren Sandmann <ssp@redhat.com> 0.30.0-1
790d86
- pixman 0.30.0
790d86
790d86
* Thu Feb 21 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.28.0-3
790d86
- Disable iwmmxt on ARM as it's broken b.fd.o # 55519
790d86
790d86
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28.0-2
790d86
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
790d86
790d86
* Wed Nov 7 2012 Soren Sandmann <ssp@redhat.com> 0.28.0-1
790d86
- pixman 0.28.0
790d86
790d86
* Thu Oct 25 2012 Soren Sandmann <ssp@redhat.com> 0.27.4-1
790d86
- pixman 0.27.4
790d86
790d86
* Fri Aug 10 2012 Soren Sandmann <ssp@redhat.com> 0.27.2-1
790d86
- pixman 0.27.2
790d86
790d86
* Tue Jul 31 2012 Soren Sandmann <ssp@redhat.com> 0.26.2-5
790d86
- Remove openmp patch
790d86
790d86
* Mon Jul 30 2012 Adam Jackson <ajax@redhat.com> 0.26.2-4
790d86
- Disable openmp patch in RHEL for the moment
790d86
790d86
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.26.2-3
790d86
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
790d86
790d86
* Fri Jul  6 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.26.2-2
790d86
- run autoreconf to properly pull in gomp
790d86
790d86
* Thu Jul  5 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.26.2-1
790d86
- update to 0.26.2
790d86
- drop upstreamed patch
790d86
790d86
* Tue Jun 26 2012 Soren Sandmann <ssp@redhat.com> - 0.26.0-4
790d86
- Add -fopenmp to CFLAGS and LDFLAGS on the make command line instead
790d86
  of in Makefile.am.
790d86
790d86
* Tue Jun 26 2012 Soren Sandmann <ssp@redhat.com> - 0.26.0-3
790d86
- Add -fopenmp to pixman-sse2.c CFLAGS
790d86
790d86
* Tue Jun 26 2012 Soren Sandmann <ssp@redhat.com> - 0.26.0-2
790d86
- Add experimental patch to use OpenMP
790d86
  If this causes your X server to misbehave, please file bugs.
790d86
790d86
* Wed May 30 2012 Soren Sandmann <ssp@redhat.com> - 0.26.0-1
790d86
- update to 0.26.0
790d86
- patch to add missing emms instructions
790d86
- reenable iwmmxt since configure should now detect if it can't built
790d86
790d86
* Tue May 15 2012 Dennis Gilmore <dennis@ausil.us> - 0.25.6-2
790d86
- rely on runtime cpu detection for arm optimisations
790d86
- disable failing to build iwmmxt
790d86
790d86
* Tue May 15 2012 Soren Sandmann <ssp@redhat.com>
790d86
- pixman 0.25.6
790d86
790d86
* Thu Mar 29 2012 Dennis Gilmore <dennis@ausil.us> 0.25.2-2
790d86
- always disable iwmmxt  and disable neon and simd unless building armv7hnl
790d86
790d86
* Mon Mar 26 2012 Soren Sandmann <ssp@redhat.com> 0.25.2-1
790d86
- pixman 0.25.2
790d86
790d86
* Thu Mar 15 2012 Adam Jackson <ajax@redhat.com> 0.24.4-1
790d86
- pixman 0.24.4
790d86
790d86
* Thu Jan 19 2012 Soren Sandmann <ssp@redhat.com> 0.24.2-1
790d86
- pixman 0.24.2
790d86
790d86
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24.0-2
790d86
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
790d86
790d86
* Mon Nov 7 2011 Soren Sandmann <ssp@redhat.com> 0.24.0-1
790d86
- pixman 0.24.0
790d86
790d86
* Tue Oct 11 2011 Soren Sandmann <ssp@redhat.com> 0.23.6-1
790d86
- pixman 0.23.6
790d86
790d86
* Thu Oct 06 2011 Soren Sandmann <ssp@redhat.com> 0.23.4-1
790d86
- pixman 0.23.4
790d86
790d86
* Tue Jul 05 2011 Adam Jackson <ajax@redhat.com> 0.22.2-1
790d86
- pixman 0.22.2
790d86
790d86
* Tue May 3 2011 Soren Sandmann <ssp@redhat.com> - 0.22.0-1
790d86
  pixman 0.22.0
790d86
790d86
* Wed Apr 20 2011 Soren Sandmann <ssp@redhat.com> - 0.21.8-1
790d86
  pixman 0.21.8
790d86
790d86
* Thu Feb 24 2011 Soren sandmann <ssp@redhat.com> - 0.21.6-1
790d86
- pixman 0.21.6
790d86
790d86
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.2-2
790d86
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
790d86
790d86
* Thu Jan 20 2011 Soren Sandmann <ssp@redhat.com> - 0.20.2-1
790d86
- pixman 0.20.2
790d86
790d86
* Wed Oct 27 2010 Soren Sandmann <ssp@redhat.com> - 0.20.0-1
790d86
- pixman 0.20.0
790d86
790d86
* Mon Oct 25 2010 Matthias Clasen <mclasen@redhat.com> - 0.19.6-1
790d86
- Update to 0.19.6
790d86
790d86
* Mon Sep 6 2010 Soren Sandmann <ssp@redhat.com> - 0.19.2-1
790d86
- pixman 0.19.2
790d86
790d86
* Thu Apr 1 2010 Soren Sandmann <ssp@redhat.com> - 0.18.0-1
790d86
- pixman 0.18.0
790d86
790d86
* Wed Mar 17 2010 Soren Sandmann <ssp@redhat.com> - 0.17.12-1
790d86
- pixman 0.17.12
790d86
790d86
* Fri Mar 5 2010 Soren Sandmann <ssp@redhat.com> - 0.17.10-1
790d86
- pixman 0.17.10
790d86
790d86
* Thu Feb 25 2010 Soren Sandmann <ssp@redhat.com> - 0.17.8-1
790d86
- pixman 0.17.8
790d86
790d86
* Mon Jan 18 2010 Soren Sandmann <ssp@redhat.com> - 0.17.6-1
790d86
- pixman 0.17.6
790d86
790d86
* Mon Jan 18 2010 Soren Sandmann <ssp@redhat.com> - 0.17.4-1
790d86
- pixman 0.17.4
790d86
790d86
* Wed Dec 2 2009 Soren Sandmann <ssp@redhat.com> - 0.17.2-1
790d86
- pixman 0.17.2
790d86
790d86
* Mon Sep 28 2009 Soren Sandmann <ssp@redhat.com> - 0.16.2-1
790d86
- pixman 0.16.2
790d86
790d86
* Fri Aug 28 2009 Soren Sandmann <ssp@redhat.com> - 0.16.0-1
790d86
- pixman 0.16.0
790d86
790d86
* Tue Aug 11 2009 Soren Sandmann <ssp@redhat.com> - 0.15.20-1
790d86
- pixman 0.15.20
790d86
790d86
* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 0.15.18-3
790d86
- Use bzipped upstream tarball.
790d86
- Fix URL.
790d86
790d86
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.18-2
790d86
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
790d86
790d86
* Tue Jul 21 2009 Soren Sandmann <ssp@redhat.com> 0.15.18-1
790d86
- pixman 0.15.18
790d86
790d86
* Mon Jul 13 2009 Soren Sandmann <ssp@redhat.com> 0.15.16-1
790d86
- pixman 0.15.16
790d86
790d86
* Wed Jun 24 2009 Soren Sandmann <ssp@redhat.com> 0.15.14-1
790d86
- pixman 0.15.14
790d86
790d86
* Wed Jun 17 2009 Soren Sandmann <ssp@redhat.com> 0.15.12-1
790d86
- pixman 0.15.12
790d86
790d86
* Fri Jun 5 2009 Soren Sandmann <ssp@redhat.com> 0.15.10-1
790d86
- pixman 0.15.10
790d86
790d86
* Sat May 30 2009 Soren Sandmann <ssp@redhat.com> 0.15.8-1
790d86
- pixman 0.15.8
790d86
790d86
* Fri May 22 2009 Soren Sandmann <ssp@redhat.com> 0.15.6-2
790d86
- pixman 0.15.6
790d86
790d86
* Fri May 15 2009 Soren Sandmann <ssp@redhat.com> 0.15.4-1
790d86
- pixman 0.15.4
790d86
790d86
* Wed May 13 2009 Soren Sandmann <ssp@redhat.com> 0.15.2-3
790d86
- Remove patch to implement new clipping rules as it was completely broken.
790d86
790d86
* Tue May 12 2009 Soren Sandmann <ssp@redhat.com> 0.15.2-2
790d86
- Add patch to implement new clipping rules.
790d86
790d86
* Thu Apr 16 2009 Soren Sandmann <ssp@redhat.com> 0.15.2-1
790d86
- pixman 0.15.2
790d86
790d86
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14.0-2
790d86
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
790d86
790d86
* Sat Feb 7 2009 Soren Sandmann <sandmann@redhat.com> 0.14.0-1
790d86
- pixman 0.14.0
790d86
790d86
* Tue Dec 16 2008 Adam Jackson <ajax@redhat.com> 0.13.2-1
790d86
- pixman 0.13.2
790d86
790d86
* Sun Dec 14 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.12.0-3
790d86
- Rebuild for pkgconfig provides
790d86
790d86
* Tue Nov 18 2008 Dan Williams <dcbw@redhat.com> 0.12.0-2
790d86
- Actually build with the altivec detection fix (rh #472000, #451831)
790d86
790d86
* Wed Sep 17 2008 Soren Sandmann <sandmann@redhat.com> 0.12.0-1
790d86
- Upgrade to 0.12.0. Drop stripes patch.
790d86
790d86
* Wed Sep 10 2008 Soren Sandmann <sandmann@redhat.com> 0.11.10-2
790d86
- Add patch to fix stripes in the Nautilus selection retangle.
790d86
790d86
* Sat Sep 6 2008 Soren Sandmann <sandmann@redhat.com> 0.11.10-1
790d86
- Upgrade to 0.11.10. Drop altivec patch.
790d86
790d86
* Thu Jul 17 2008 Soren Sandmann <sandmann@redhat.com> 0.11.8-1
790d86
- Upgrade to 0.11.8. Drop altivec patch.
790d86
790d86
* Wed Jun 25 2008 Soren Sandmann <sandmann@redhat.com> 0.11.6-1
790d86
- Upgrade to 0.11.6. Drop fix for leak.
790d86
790d86
* Tue Jun 17 2008 David Woodhouse <dwmw2@infradead.org> 0.11.4-3
790d86
- Fix Altivec detection breakage (#451831)
790d86
790d86
* Fri Jun 13 2008 Soren Sandmann <sandmann@redhat.com> 0.11.4-2
790d86
- Plug bad leak (cherrypicked from master)
790d86
790d86
* Mon Jun  9 2008 Soren Sandmann <sandmann@redhat.com> 0.11.4-1
790d86
- Update to 0.11.4
790d86
790d86
* Mon Jun  9 2008 Soren Sandmann <sandmann@redhat.com> 0.11.2-1
790d86
- Update to 0.11.2
790d86
790d86
* Thu Apr  3 2008 Soren Sandmann <sandmann@redhat.com> 0.10.0-1
790d86
- Update to 0.10.0
790d86
790d86
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.6-4
790d86
- Autorebuild for GCC 4.3
790d86
790d86
* Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.9.6-3
790d86
- Third time's the charm.
790d86
790d86
* Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.9.6-2
790d86
- Second try.
790d86
790d86
* Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.9.6-1
790d86
- Update to 0.9.6 release.
790d86
790d86
* Wed Sep 05 2007 Adam Jackson <ajax@redhat.com> 0.9.5-1
790d86
- Update to 0.9.5 release.
790d86
790d86
* Mon Aug 27 2007 Adam Jackson <ajax@redhat.com> 0.9.0-7.20070827
790d86
- New snapshot
790d86
790d86
* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-4.20070824
790d86
- New snapshot
790d86
790d86
* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 0.9.0-3.20070724
790d86
- rebuild for toolchain bug
790d86
790d86
* Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-2.20070724
790d86
- Re-add it, %%dir is not the same as adding a dir whole.
790d86
790d86
* Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-1.20070724
790d86
- Remove redundant header from %%files devel.
790d86
790d86
* Fri May 18 2007 Adam Jackson <ajax@redhat.com> 0.9.0-0.20070724
790d86
- git build so I can build git X.