source: projects/specs/trunk/x/xorg-x11-drv-amdgpu/xorg-x11-drv-amdgpu-vl.spec @ 12392

Revision 12392, 2.0 KB checked in by tomop, 4 years ago (diff)

updated 23 packages

hwdata-0.334-1

libX11-1.6.9-1

libXvMC-1.0.12-1

libevdev-1.8.0-1

libinput-1.15.5-1

libwacom-1.3-1

xorg-x11-drv-amdgpu-19.1.0-1

xorg-x11-drv-dummy-0.3.8-2

xorg-x11-drv-evdev-2.10.6-1

xorg-x11-drv-fbdev-0.5.0-1

xorg-x11-drv-intel-2.99.917-6.20200502

xorg-x11-drv-keyboard-1.9.0-2

xorg-x11-drv-mga-2.0.0-1

xorg-x11-drv-mouse-1.9.3-1

xorg-x11-drv-nouveau-1.0.16-1

xorg-x11-drv-synaptics-1.9.1-1

xorg-x11-drv-vesa-2.4.0-1

xorg-x11-drv-vmmouse-13.1.0-4

xorg-x11-drv-vmware-13.3.0-1

xorg-x11-drv-void-1.4.1-6

xorg-x11-drv-wacom-0.39.0-1

xorg-x11-proto-devel-2019.2-1

xorg-x11-server-1.20.8-1

Line 
1%global tarball xf86-video-amdgpu
2%global moduledir %(pkg-config xorg-server --variable=moduledir )
3%global driverdir %{moduledir}/drivers
4
5# Xorg cannot load hardened build
6%undefine _hardened_build
7
8Name:           xorg-x11-drv-amdgpu
9Summary:        AMD GPU video driver
10Summary(ja):    xorg X11 amdgpu ビデオドライバ
11Version:        19.1.0
12Release:        1%{?_dist_release}
13Group:          User Interface/X Hardware Support
14Vendor:         Project Vine
15Distribution:   Vine Linux
16
17License:        MIT
18URL:            http://www.x.org
19BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
20Source0:        https://www.x.org/archive/individual/driver/%{tarball}-%{version}.tar.bz2
21
22BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
23
24BuildRequires:  python
25BuildRequires:  xorg-x11-server-sdk >= 1.6
26BuildRequires:  mesa-libGL-devel
27BuildRequires:  mesa-libgbm-devel
28BuildRequires:  libdrm-devel >= 2.4.72
29BuildRequires:  kernel-headers
30BuildRequires:  automake autoconf libtool pkgconfig
31BuildRequires:  xorg-x11-util-macros
32BuildRequires:  eudev-libudev-devel
33
34Requires:  hwdata
35Requires:  xorg-x11-server-Xorg
36Requires:  libdrm >= 2.4.72
37
38%description
39X.Org X11 AMDGPU driver
40
41%prep
42%autosetup -n %{tarball}-%{version}
43
44%build
45#autoreconf -fiv
46%configure --disable-static --enable-glamor
47%make_build
48
49%install
50%make_install
51find %{buildroot} -name '*.la' -exec rm -f {} ';'
52
53%post -p /sbin/ldconfig
54%postun -p /sbin/ldconfig
55
56%files
57%{driverdir}/amdgpu_drv.so
58%{_datadir}/X11/xorg.conf.d/10-amdgpu.conf
59%{_mandir}/man4/amdgpu.4*
60
61%changelog
62* Sat May 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 19.1.0-1
63- new upstream release.
64- built with xserver-1.20.8.
65
66* Fri Feb 16 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.4.0-3
67- rebuild with xserver-1.19.6
68
69* Wed Feb 14 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.4.0-2
70- add Distri/Vendor tags
71
72* Wed Feb 14 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.4.0-1
73- Initial build for VineLinux (Vine7)
74- This package is based on xorg-x11-drv-amdgpu-1.4.0-1.fc28
75  Thanks to fc team.
Note: See TracBrowser for help on using the repository browser.