commit 7bdd0004fc4f98d605b39662e7a495e33b61e8d8dc4b3be1c9e21216f7072d1d Author: Stefan Dirsch Date: Mon Oct 26 09:12:01 2015 +0000 Accepting request 340786 from home:mimi_vx AMDGPU driver for X11 OBS-URL: https://build.opensuse.org/request/show/340786 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-amdgpu?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..508d25b --- /dev/null +++ b/_service @@ -0,0 +1,17 @@ + + + git + http://anongit.freedesktop.org/git/xorg/driver/xf86-video-amdgpu.git + + .git + xf86-video-amdgpu + master + 0.0.01~git.%ct.%h + + + *.tar + bz2 + + + + diff --git a/xf86-video-amdgpu-0.0.01~git.1445612699.3b0a3c8.tar.bz2 b/xf86-video-amdgpu-0.0.01~git.1445612699.3b0a3c8.tar.bz2 new file mode 100644 index 0000000..a2a4c94 --- /dev/null +++ b/xf86-video-amdgpu-0.0.01~git.1445612699.3b0a3c8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a684f560ba115044eec892c407a4131c7a349030158ef42c45691c9bbd53e8 +size 60164 diff --git a/xf86-video-amdgpu.changes b/xf86-video-amdgpu.changes new file mode 100644 index 0000000..f8507ed --- /dev/null +++ b/xf86-video-amdgpu.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Sat Oct 24 18:03:36 UTC 2015 - mimi.vx@gmail.com + +- initial commit + diff --git a/xf86-video-amdgpu.spec b/xf86-video-amdgpu.spec new file mode 100644 index 0000000..ebe031b --- /dev/null +++ b/xf86-video-amdgpu.spec @@ -0,0 +1,77 @@ +# +# spec file for package xf86-video-amdgpu +# +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: xf86-video-amdgpu +Version: 0.0.01~git.1445612699.3b0a3c8 +Release: 0 +Summary: AMDGPU video driver for the Xorg X server +License: MIT +Group: System/X11/Servers/XF86_4 +Url: http://xorg.freedesktop.org/ +Source0: %{name}-%{version}.tar.bz2 +BuildRequires: Mesa-devel +BuildRequires: autoconf >= 2.6.0 +BuildRequires: automake +BuildRequires: libtool +BuildRequires: pkg-config +BuildRequires: pkgconfig(fontsproto) +BuildRequires: pkgconfig(gbm) +BuildRequires: pkgconfig(libdrm) >= 2.4.46 +BuildRequires: pkgconfig(libdrm_amdgpu) +BuildRequires: pkgconfig(libudev) +BuildRequires: pkgconfig(pciaccess) >= 0.8.0 +BuildRequires: pkgconfig(randrproto) +BuildRequires: pkgconfig(renderproto) +BuildRequires: pkgconfig(videoproto) +BuildRequires: pkgconfig(xextproto) +BuildRequires: pkgconfig(xf86driproto) +BuildRequires: pkgconfig(xorg-macros) >= 1.8 +BuildRequires: pkgconfig(xorg-server) >= 1.16 +BuildRequires: pkgconfig(xproto) +Supplements: xorg-x11-server +# This was part of the xorg-x11-driver-video package up to version 7.6 +Conflicts: xorg-x11-driver-video <= 7.6 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%{x11_abi_videodrv_req} + +%description +amdgpu is an Xorg driver for AMD video cards. + +Its autodetects whether your hardware has a CI or newer AMD Graphics Card + +%prep +%setup -q + +%build +autoreconf -fi +%configure +make %{?_smp_mflags} + +%install +%make_install +find %{buildroot} -type f -name "*.la" -delete -print +rm -f %{buildroot}%{_datadir}/X11/xorg.conf.d/10-amdgpu.conf + +%files +%defattr(-,root,root) +%doc COPYING README +%dir %{_libdir}/xorg/modules/drivers +%{_libdir}/xorg/modules/drivers/amdgpu_drv.so +%{_mandir}/man4/amdgpu.4%{?ext_man} + +%changelog