6 Star 0 Fork 0

OpenCloudOS Stream/xcb-util-image

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
xcb-util-image.spec 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
Summary: Port of Xlib's XImage and XShmImage functions on top of libxcb
Name: xcb-util-image
Version: 0.4.0
Release: 6%{?dist}
License: MIT
URL: http://xcb.freedesktop.org
Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
BuildRequires: make gcc m4
BuildRequires: pkgconfig(xcb-util) >= 0.3.8
%description
XCB util-image module provides the following library:
- image: Port of Xlib's XImage and XShmImage functions.
%package devel
Summary: Development and header files for xcb-util-image
Requires: %{name} = %{version}-%{release}
%description devel
Development files for xcb-util-image.
%prep
%setup -q
%build
%configure --with-pic --disable-static --disable-silent-rules
%make_build
%check
make check
%install
%make_install
rm -rf %{buildroot}%{_libdir}/*.la
%files
%license COPYING
%doc README
%{_libdir}/*.so.*
%files devel
%doc NEWS
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%{_includedir}/xcb/*.h
%changelog
* Thu Sep 26 2024 OpenCloudOS Release Engineering <[email protected]> - 0.4.0-6
- Rebuilt for clarifying the packages requirement in BaseOS and AppStream
* Fri Aug 16 2024 OpenCloudOS Release Engineering <[email protected]> - 0.4.0-5
- Rebuilt for loongarch release
* Fri Sep 08 2023 OpenCloudOS Release Engineering <[email protected]> - 0.4.0-4
- Rebuilt for OpenCloudOS Stream 23.09
* Fri Apr 28 2023 OpenCloudOS Release Engineering <[email protected]> - 0.4.0-3
- Rebuilt for OpenCloudOS Stream 23.05
* Fri Mar 31 2023 OpenCloudOS Release Engineering <[email protected]> - 0.4.0-2
- Rebuilt for OpenCloudOS Stream 23
* Tue Nov 15 2022 rockerzhu <[email protected]> - 0.4.0-1
- Initial build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencloudos-stream/xcb-util-image.git
[email protected]:opencloudos-stream/xcb-util-image.git
opencloudos-stream
xcb-util-image
xcb-util-image
master

搜索帮助