update to 19.1.0.20210510git.5eba006e4
rebuilt by autoport with build requirements: xorg-server-devel>=21.1.3-1mamba [release 19.1.0.20210510git.5eba006e4-1mamba;Sat Feb 19 2022]
This commit is contained in:
parent
90c6f52a57
commit
e22e621696
@ -0,0 +1,27 @@
|
|||||||
|
diff --git a/src/radeon_kms.c b/src/radeon_kms.c
|
||||||
|
index 62962d61d8ee22a02567b7125b4bb3a7f7230be4..51b00dd9b013d183bf93d7f5578014dc16c80ce8 100644
|
||||||
|
--- a/src/radeon_kms.c
|
||||||
|
+++ b/src/radeon_kms.c
|
||||||
|
@@ -931,6 +931,13 @@ radeon_dirty_update(ScrnInfoPtr scrn)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
+static void
|
||||||
|
+radeonSourceValidate(DrawablePtr draw, int x, int y, int w, int h,
|
||||||
|
+ unsigned int subWindowMode)
|
||||||
|
+{
|
||||||
|
+}
|
||||||
|
+
|
||||||
|
+
|
||||||
|
|
||||||
|
Bool
|
||||||
|
radeon_scanout_do_update(xf86CrtcPtr xf86_crtc, int scanout_id,
|
||||||
|
@@ -993,7 +1000,7 @@ radeon_scanout_do_update(xf86CrtcPtr xf86_crtc, int scanout_id,
|
||||||
|
SetPicturePictFilter(src, xf86_crtc->filter, xf86_crtc->params,
|
||||||
|
xf86_crtc->nparams);
|
||||||
|
|
||||||
|
- pScreen->SourceValidate = NULL;
|
||||||
|
+ pScreen->SourceValidate = radeonSourceValidate;
|
||||||
|
CompositePicture(PictOpSrc,
|
||||||
|
src, NULL, dst,
|
||||||
|
extents.x1, extents.y1, 0, 0, extents.x1,
|
@ -1,24 +1,27 @@
|
|||||||
%define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f 1-2)
|
%define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f 1-2)
|
||||||
|
%define gittag %(echo %version | cut -d. -f5)
|
||||||
Name: xorg-drv-video-ati
|
Name: xorg-drv-video-ati
|
||||||
Version: 19.1.0
|
Version: 19.1.0.20210510git.5eba006e4
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: ATI video driver for X.Org
|
Summary: ATI video driver for X.Org
|
||||||
Group: System/X11
|
Group: System/X11
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://x.org
|
URL: https://www.x.org/wiki/
|
||||||
|
Source: https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati.git/master@%{gittag}/xf86-video-ati-%{version}.tar.bz2
|
||||||
Source: ftp://x.org/pub/individual/driver/xf86-video-ati-%{version}.tar.bz2
|
Source: ftp://x.org/pub/individual/driver/xf86-video-ati-%{version}.tar.bz2
|
||||||
Patch0: xorg-drv-video-ati-6.13.2-xorg-server-1.10.patch
|
Patch0: xorg-drv-video-ati-6.13.2-xorg-server-1.10.patch
|
||||||
|
Patch1: xorg-drv-video-ati-19.1.0.20210510git.5eba006e4-xorg-server-21-fix-crash.patch
|
||||||
License: MIT
|
License: MIT
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libdrm-devel
|
BuildRequires: libdrm-devel
|
||||||
|
BuildRequires: libmesa-devel
|
||||||
BuildRequires: libpciaccess-devel
|
BuildRequires: libpciaccess-devel
|
||||||
BuildRequires: udev-devel
|
BuildRequires: libudev-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: xorg-server-devel >= 1.20.4
|
BuildRequires: xorg-server-devel >= 21.1.3-1mamba
|
||||||
BuildRequires: xorg-proto-devel
|
BuildRequires: xorg-proto-devel
|
||||||
BuildRequires: libXvMC-devel >= 1.0.2
|
BuildRequires: libXvMC-devel >= 1.0.2
|
||||||
BuildRequires: libXrender >= 0.9.1
|
BuildRequires: libXrender >= 0.9.1
|
||||||
@ -39,10 +42,19 @@ Requires: xorg-server <= %{xorg_ver}.255
|
|||||||
%description
|
%description
|
||||||
ATI video driver for X.Org.
|
ATI video driver for X.Org.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n xf86-video-ati-%{version}
|
%setup -q -n xf86-video-ati-%{version}
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
|
# fix a crash under Xorg-server 21.1.1
|
||||||
|
# https://bugs.archlinux.org/task/72759
|
||||||
|
# https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati/-/merge_requests/9
|
||||||
|
%patch1 -p1 -b .xorg-server-21-fix-crash
|
||||||
|
|
||||||
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
@ -61,15 +73,14 @@ ATI video driver for X.Org.
|
|||||||
%{_libdir}/xorg/modules/drivers/radeon_drv.la
|
%{_libdir}/xorg/modules/drivers/radeon_drv.la
|
||||||
%{_libdir}/xorg/modules/drivers/radeon_drv.so
|
%{_libdir}/xorg/modules/drivers/radeon_drv.so
|
||||||
%{_datadir}/X11/xorg.conf.d/10-radeon.conf
|
%{_datadir}/X11/xorg.conf.d/10-radeon.conf
|
||||||
#%{_libdir}/xorg/modules/multimedia/theatre200_drv.la
|
%{_mandir}/man4/*.4*
|
||||||
#%{_libdir}/xorg/modules/multimedia/theatre200_drv.so
|
%doc COPYING
|
||||||
#%{_libdir}/xorg/modules/multimedia/theatre_detect_drv.la
|
|
||||||
#%{_libdir}/xorg/modules/multimedia/theatre_detect_drv.so
|
|
||||||
#%{_libdir}/xorg/modules/multimedia/theatre_drv.la
|
|
||||||
#%{_libdir}/xorg/modules/multimedia/theatre_drv.so
|
|
||||||
%{_mandir}/man4/*.4.gz
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 19.1.0.20210510git.5eba006e4-1mamba
|
||||||
|
- update to 19.1.0.20210510git.5eba006e4
|
||||||
|
- rebuilt by autoport with build requirements: xorg-server-devel>=21.1.3-1mamba
|
||||||
|
|
||||||
* Sun Oct 20 2019 Automatic Build System <autodist@mambasoft.it> 19.1.0-1mamba
|
* Sun Oct 20 2019 Automatic Build System <autodist@mambasoft.it> 19.1.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user