]> git.pld-linux.org Git - packages/xorg-driver-video-amdgpu.git/blob - xorg-driver-video-amdgpu.spec
- updated to 19.0.0
[packages/xorg-driver-video-amdgpu.git] / xorg-driver-video-amdgpu.spec
1 #
2 # Conditional build:
3 %bcond_without  glamor          # glamor, new GL-based acceleration
4 #
5 %define libdrm_ver      2.4.89
6 Summary:        X.org video driver for AMD Radeon GPUs
7 Summary(pl.UTF-8):      Sterowniki obrazu X.org do układów graficznych AMD Radeon
8 Name:           xorg-driver-video-amdgpu
9 Version:        19.0.0
10 Release:        1
11 License:        MIT
12 Group:          X11/Applications
13 Source0:        https://xorg.freedesktop.org/releases/individual/driver/xf86-video-amdgpu-%{version}.tar.bz2
14 # Source0-md5:  a9a1bee983e570614a78ae9070223149
15 URL:            https://xorg.freedesktop.org/
16 BuildRequires:  Mesa-libGL-devel
17 BuildRequires:  Mesa-libgbm-devel
18 BuildRequires:  autoconf >= 2.60
19 BuildRequires:  automake
20 BuildRequires:  libdrm-devel >= %{libdrm_ver}
21 BuildRequires:  libtool
22 BuildRequires:  pkgconfig >= 1:0.19
23 BuildRequires:  rpmbuild(macros) >= 1.389
24 BuildRequires:  udev-devel
25 BuildRequires:  xorg-proto-fontsproto-devel
26 BuildRequires:  xorg-proto-randrproto-devel
27 BuildRequires:  xorg-proto-renderproto-devel
28 BuildRequires:  xorg-proto-videoproto-devel
29 BuildRequires:  xorg-proto-xextproto-devel >= 7.0.99.1
30 BuildRequires:  xorg-proto-xf86driproto-devel
31 BuildRequires:  xorg-proto-xproto-devel
32 BuildRequires:  xorg-util-util-macros >= 1.8
33 BuildRequires:  xorg-xserver-server-devel >= 1.13
34 %{?with_glamor:BuildRequires:   xorg-xserver-server-devel >= 1.16.0}
35 %{?requires_xorg_xserver_videodrv}
36 Requires:       libdrm >= %{libdrm_ver}
37 Requires:       xorg-xserver-libdri >= 1.13
38 Requires:       xorg-xserver-libglx >= 1.13
39 Requires:       xorg-xserver-server >= 1.13
40 %{?with_glamor:Requires:        xorg-xserver-server >= 1.16.0}
41 Provides:       xorg-driver-video
42 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
43
44 %description
45 amdgpu is an Xorg video driver for AMD RADEON-based video cards with
46 the following features:
47 - support for 8-, 15-, 16-, 24- and 32-bit pixel depth,
48 - RandR support up to version 1.4,
49 - 3D acceleration.
50
51 This driver supports SI and newer families' video cards.
52
53 %description
54 amdgpu to sterownik obraz uXorg dla kart graficznych opartych na
55 układach AMD RADEON. Ma następujące możliwości:
56 - obsługa 8, 15, 16, 24, 30-bitowej głębi kolorów,
57 - obsługa RandR do wersji 1.4,
58 - akceleracja 3D.
59
60 Obsługuje karty graficzne z rodziny SI i nowszych.
61
62 %prep
63 %setup -q -n xf86-video-amdgpu-%{version}
64
65 %build
66 %{__libtoolize}
67 %{__aclocal}
68 %{__autoconf}
69 %{__autoheader}
70 %{__automake}
71 %configure \
72         %{!?with_glamor:--disable-glamor}
73
74 %{__make}
75
76 %install
77 rm -rf $RPM_BUILD_ROOT
78
79 %{__make} install \
80         DESTDIR=$RPM_BUILD_ROOT
81
82 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
83
84 %clean
85 rm -rf $RPM_BUILD_ROOT
86
87 %files
88 %defattr(644,root,root,755)
89 %doc COPYING ChangeLog README.md
90 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/amdgpu_drv.so
91 %{_datadir}/X11/xorg.conf.d/10-amdgpu.conf
92 %{_mandir}/man4/amdgpu.4*
This page took 0.069868 seconds and 3 git commands to generate.