Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37708970
en ru br
ALT Linux repos
S:2.4.116-alt2
5.0: 2.4.6-alt2
4.1: 2.4.0-alt1
4.0: 2.4.0-alt0.M40.1

Group :: System/Libraries
RPM: libdrm

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libdrm
Version: 2.4.0
Release: alt1

Summary: Userspace interface to kernel DRM service
License: GPL
Group: System/Libraries

Url: http://dri.freedesktop.org
Source: http://dri.freedesktop.org/libdrm/%name-%version.tar.bz2

Patch0: libdrm-2.4.0-alt-version-script.patch

Packager: XOrg Maintainer Team <xorg at packages.altlinux.org>

%description
This library implements the userspace interface to the kernel DRM
services. DRM stands for "Direct Rendering Manager", which is the
kernelspace portion of the "Direct Rendering Infrastructure" (DRI).
The DRI is currently used on Linux to provide hardware-accelerated
OpenGL drivers.

%package devel
Summary: The drm 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.

%def_disable static

%prep
%setup -q

%patch0 -p1

%build
%__autoreconf
%configure \
%{subst_enable static}
%make_build

%install
%make DESTDIR=%buildroot install

%post
%post_ldconfig

%postun
%postun_ldconfig

%files
%_libdir/*.so.*

%files devel
%_includedir/drm
%_includedir/*.h
%_libdir/*.so
%_pkgconfigdir/*.pc

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin