Accepting request 226777 from X11:XOrg
- remove URL in specfile sourceline for snapshot tarball in the hope to be accepted by buildservice now - Update to latest git version bdc412044f6ced056cd57320d1b2ee0d967c219 - Add conditional for X-Server internal glamor vs standalone glamor OBS-URL: https://build.opensuse.org/request/show/226777 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-ati?expand=0&rev=16
This commit is contained in:
commit
5e0eba0b00
3
xf86-video-ati-7.3.0.1.tar.bz2
Normal file
3
xf86-video-ati-7.3.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:76ae4029bcc2169bdd9f73cfcf08b95d3083880208a98a3eb9f6e6bdfb579742
|
||||||
|
size 311913
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:107c072c4919a996e04f47afdb53d5946a3ad574f270b8c560ef8b3a032046fe
|
|
||||||
size 816346
|
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 18 13:38:46 UTC 2014 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- remove URL in specfile sourceline for snapshot tarball in the
|
||||||
|
hope to be accepted by buildservice now
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 17 19:58:26 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
|
||||||
|
|
||||||
|
- Update to latest git version bdc412044f6ced056cd57320d1b2ee0d967c219
|
||||||
|
- Add conditional for X-Server internal glamor vs standalone glamor
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 30 10:42:16 UTC 2014 - sndirsch@suse.com
|
Thu Jan 30 10:42:16 UTC 2014 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -16,14 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define xserver_glamor 1
|
||||||
|
|
||||||
Name: xf86-video-ati
|
Name: xf86-video-ati
|
||||||
Version: 7.3.0
|
Version: 7.3.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: ATI video driver for the Xorg X server
|
Summary: ATI video driver for the Xorg X server
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/X11/Servers/XF86_4
|
Group: System/X11/Servers/XF86_4
|
||||||
Url: http://xorg.freedesktop.org/
|
Url: http://xorg.freedesktop.org/
|
||||||
Source0: http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
|
#http://xorg.freedesktop.org/releases/individual/driver/
|
||||||
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: Mesa-devel
|
BuildRequires: Mesa-devel
|
||||||
BuildRequires: autoconf >= 2.60
|
BuildRequires: autoconf >= 2.60
|
||||||
@ -34,7 +37,9 @@ BuildRequires: pkgconfig(fontsproto)
|
|||||||
# Libdrm 2.4.36 needed for kms
|
# Libdrm 2.4.36 needed for kms
|
||||||
BuildRequires: pkgconfig(libdrm) >= 2.4.36
|
BuildRequires: pkgconfig(libdrm) >= 2.4.36
|
||||||
# Glamor is new and we want that now
|
# Glamor is new and we want that now
|
||||||
|
%if !%xserver_glamor
|
||||||
BuildRequires: pkgconfig(glamor) >= 0.3.1
|
BuildRequires: pkgconfig(glamor) >= 0.3.1
|
||||||
|
%endif
|
||||||
BuildRequires: pkgconfig(libdrm_radeon) >= 2.4.36
|
BuildRequires: pkgconfig(libdrm_radeon) >= 2.4.36
|
||||||
BuildRequires: pkgconfig(libudev)
|
BuildRequires: pkgconfig(libudev)
|
||||||
BuildRequires: pkgconfig(pciaccess) >= 0.8.0
|
BuildRequires: pkgconfig(pciaccess) >= 0.8.0
|
||||||
@ -44,7 +49,7 @@ BuildRequires: pkgconfig(videoproto)
|
|||||||
BuildRequires: pkgconfig(xextproto)
|
BuildRequires: pkgconfig(xextproto)
|
||||||
BuildRequires: pkgconfig(xf86driproto)
|
BuildRequires: pkgconfig(xf86driproto)
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||||
BuildRequires: pkgconfig(xorg-server) >= 1.3
|
BuildRequires: pkgconfig(xorg-server) >= 1.15
|
||||||
BuildRequires: pkgconfig(xproto)
|
BuildRequires: pkgconfig(xproto)
|
||||||
# This was part of the xorg-x11-driver-video package up to version 7.6
|
# This was part of the xorg-x11-driver-video package up to version 7.6
|
||||||
Conflicts: xorg-x11-driver-video <= 7.6
|
Conflicts: xorg-x11-driver-video <= 7.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user