Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37040619
en ru br
Репозитории ALT
S:1.16-alt1
5.1: 1.4-alt1
4.1: 1.1-alt4.M41.1
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: libxcb

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: libxcb
Version: 1.1
Release: alt4.M41.1
Summary: The X C Binding (XCB) library
License: MIT/X11
Group: System/Libraries
Url: http://xorg.freedesktop.org
Packager: Valery Inozemtsev <shrek at altlinux.ru>

Source: %name-%version.tar
Patch: %name-%version-%release.patch

BuildRequires: doxygen gcc-c++ graphviz fonts-ttf-freefont libXau-devel libXdmcp-devel xsltproc xorg-proto-devel

%description
libxcb provides an interface to the X Window System protocol, slated to
replace the current Xlib interface. It has several advantages over
Xlib, including:
 - size: small library and lower memory footprint
 - latency hiding: batch several requests and wait for the replies later
 - direct protocol access: one-to-one mapping between interface and protocol
 - proven thread support: transparently access XCB from multiple threads
 - easy extension implementation: interfaces auto-generated from XML-XCB

Xlib can also use XCB as a transport layer, allowing software to make
requests and receive responses with both, which eases porting to XCB.
However, client programs, libraries, and toolkits will gain the most
benefit from a native XCB port.

%package devel
Summary: XCB Library and Header Files
Group: Development/C
Requires: %name = %version-%release

%description devel
%name-devel contains the libraries and header files needed to
develop programs which make use of %name.

%prep
%setup -q
%patch -p1

%build
%autoreconf
%configure \
--disable-static

%make_build

%install
%make DESTDIR=%buildroot \
htmldir=%_docdir/%name-devel-%version install

%post -p %post_ldconfig

%postun -p %postun_ldconfig

%files
%doc NEWS README
%_libdir/*.so.*

%files devel
%doc %_docdir/%name-devel-%version
%_includedir/xcb
%_libdir/*.so
%_pkgconfigdir/*.pc

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin