Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP4
pixman
pixman.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pixman.spec of Package pixman
# # spec file for package pixman # # Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: pixman Version: 0.40.0 Release: 0 Summary: Pixel manipulation library License: MIT Group: Development/Libraries/C and C++ URL: http://xorg.freedesktop.org/ Source: http://cairographics.org/releases/%{name}-%{version}.tar.gz Source99: baselibs.conf # PATCH-FIX-UPSTREAM pixman-CVE-2022-44638.patch boo#1205033 mgorse@suse.com -- avoid an integer overflow. Patch0: pixman-CVE-2022-44638.patch BuildRequires: pkgconfig %description Pixman is a pixel manipulation library for X and cairo. %package -n libpixman-1-0 Summary: Pixel manipulation library Group: System/Libraries %description -n libpixman-1-0 Pixman is a pixel manipulation library for X and cairo. %package -n libpixman-1-0-devel Summary: Development files for the Pixel Manipulation library Group: Development/Libraries/C and C++ Requires: libpixman-1-0 = %{version} %description -n libpixman-1-0-devel Pixman is a pixel manipulation library for X and cairo. %prep %setup -q #patch0 -p1 %build #autoreconf -fi # # For now: disable neon on all ARMv6/7 %configure \ %ifarch %{arm} --disable-arm-iwmmxt \ --disable-arm-neon \ %endif %ifarch ppc64le --disable-vmx \ %endif --disable-static make V=1 %{?_smp_mflags} %install %make_install rm %{buildroot}%{_libdir}/libpixman-1.la %post -n libpixman-1-0 -p /sbin/ldconfig %postun -n libpixman-1-0 -p /sbin/ldconfig %files -n libpixman-1-0 %license COPYING %{_libdir}/libpixman-1.so.* %files -n libpixman-1-0-devel %{_includedir}/pixman-1 %{_libdir}/libpixman-1.so %{_libdir}/pkgconfig/pixman-1.pc %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor