12 Star 0 Fork 13

src-openEuler / pixman

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pixman.spec 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
靳智敏 提交于 2020-08-26 16:04 . update to 0.40.0
Name: pixman
Version: 0.40.0
Release: 1
Summary: Pixman is a pixel manipulation library for X and Cairo
License: MIT
URL: https://gitlab.freedesktop.org/pixman/pixman
Source0: https://gitlab.freedesktop.org/pixman/pixman/-/archive/pixman-%{version}/pixman-pixman-%{version}.tar.bz2
BuildRequires: gcc meson
%description
Pixman is a low-level software library for pixel manipulation, providing features such\
\as image compositing and trapezoid rasterization.\
%package devel
Summary: Provide library and header files for pixman
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
%description devel
Provide library and header files for pixman
%prep
%autosetup -n %{name}-%{name}-%{version} -p1
sed -i 's/120/600/' test/meson.build
%build
%meson --auto-features=auto \
%ifarch %{arm}
-Diwmmxt=disabled -Diwmmxt2=false \
%endif
%nil
%meson_build
%install
%meson_install
%check
%meson_test
%ldconfig_scriptlets
%files
%defattr(-,root,root)
%doc COPYING
%{_libdir}/libpixman-1*.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/pixman-1/pixman*.h
%{_libdir}/libpixman-1*.so
%{_libdir}/pkgconfig/*
%changelog
* Wed Aug 26 2020 jinzhimin <jinzhimin2@huawei.com> - 0.40.0-1
- Type:enhancement
- Id:NA
- SUG:NA
- DESC:update to 0.40.0
* Fri Apr 17 2020 zhangrui <zhangrui182@huawei.com> - 0.38.4-1
- Type:enhancement
- Id:NA
- SUG:NA
- DESC:update to 0.38.4
* Mon Sep 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.38.0-1
- Type:enhancement
- Id:NA
- SUG:NA
- DESC:Modify the spec according to the new rules
* Thu Aug 22 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.34.0-11
- Package init
1
https://gitee.com/src-openeuler/pixman.git
git@gitee.com:src-openeuler/pixman.git
src-openeuler
pixman
pixman
openEuler-20.03-LTS

搜索帮助