Mageia Bugzilla – Attachment 2922 Details for
Bug 7717
Mageia needs open source drivers for glamor and radeon SI - patches are included
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch to ati drivers to enable glamor and radeonsi
x11-driver-video-ati.spec.patch (text/plain), 2.14 KB, created by
Joseph Wang
on 2012-10-05 14:43:08 CEST
(
hide
)
Description:
patch to ati drivers to enable glamor and radeonsi
Filename:
MIME Type:
Creator:
Joseph Wang
Created:
2012-10-05 14:43:08 CEST
Size:
2.14 KB
patch
obsolete
>--- x11-driver-video-ati.spec 2012-09-27 00:09:04.724000585 +0800 >+++ x11-driver-video-ati.spec.orig 2012-09-12 23:19:46.000000000 +0800 >@@ -1,28 +1,14 @@ > %define git_url git://anongit.freedesktop.org/xorg/driver/xf86-video-ati 6.12-branch > >-%define git 20120924 >-%define git_branch 6.99 >-%define version 6.99 >-%define rel 1 >-%define release %mkrel %{rel} >- >-%if %{git} >-%define release %mkrel 0.git%{git}.%{rel} >-%endif >- > Name: x11-driver-video-ati >-Version: %{version} >-Release: %{release} >+Version: 6.14.6 >+Release: %mkrel 2 > Epoch: 1 > Summary: X.org driver for ATI Technologies > Group: System/X11 > URL: http://xorg.freedesktop.org >-%if %{git} >-Source: xf86-video-ati-%{git_branch}-%{git}.tar.bz2 >-%else > Source: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-%{version}.tar.bz2 >-%endif >-#Patch0: ati-disable-si-shadow.patch >+ > License: MIT > > BuildRequires: libdrm-devel >= 2.4.33-1 >@@ -30,7 +16,6 @@ > BuildRequires: x11-server-devel >= 1.0.1 > BuildRequires: x11-util-macros >= 1.0.1 > BuildRequires: GL-devel >-BuildRequires: glamor-devel > > Requires: x11-server-common %(xserver-sdk-abi-requires videodrv) > >@@ -45,16 +30,12 @@ > x11-driver-video-ati is the X.org driver for ATI Technologies. > > %prep >-%if %{git} >-%setup -q -n xf86-video-ati-%{git_branch}-%{git} >-%else > %setup -q -n xf86-video-ati-%{version} >-%endif > %apply_patches > > %build > autoreconf -ifs >-%configure2_5x --enable-glamor >+%configure2_5x > %make > > %install >@@ -69,14 +50,17 @@ > %{_libdir}/xorg/modules/drivers/radeon_drv.so > %{_libdir}/xorg/modules/drivers/ati_drv.la > %{_libdir}/xorg/modules/drivers/ati_drv.so >+%{_libdir}/xorg/modules/multimedia/theatre200_drv.la >+%{_libdir}/xorg/modules/multimedia/theatre200_drv.so >+%{_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/ati.* > %{_mandir}/man4/radeon.* > > > %changelog >-* Wed Sep 12 2012 joequant <joequant> 6.99-git0.20120924.1.mga3 >-- get git version with basic southern island support >- > > * Thu Jul 19 2012 tmb <tmb> 1:6.14.6-2.mga3 > + Revision: 272407
--- x11-driver-video-ati.spec 2012-09-27 00:09:04.724000585 +0800 +++ x11-driver-video-ati.spec.orig 2012-09-12 23:19:46.000000000 +0800 @@ -1,28 +1,14 @@ %define git_url git://anongit.freedesktop.org/xorg/driver/xf86-video-ati 6.12-branch -%define git 20120924 -%define git_branch 6.99 -%define version 6.99 -%define rel 1 -%define release %mkrel %{rel} - -%if %{git} -%define release %mkrel 0.git%{git}.%{rel} -%endif - Name: x11-driver-video-ati -Version: %{version} -Release: %{release} +Version: 6.14.6 +Release: %mkrel 2 Epoch: 1 Summary: X.org driver for ATI Technologies Group: System/X11 URL: http://xorg.freedesktop.org -%if %{git} -Source: xf86-video-ati-%{git_branch}-%{git}.tar.bz2 -%else Source: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-%{version}.tar.bz2 -%endif -#Patch0: ati-disable-si-shadow.patch + License: MIT BuildRequires: libdrm-devel >= 2.4.33-1 @@ -30,7 +16,6 @@ BuildRequires: x11-server-devel >= 1.0.1 BuildRequires: x11-util-macros >= 1.0.1 BuildRequires: GL-devel -BuildRequires: glamor-devel Requires: x11-server-common %(xserver-sdk-abi-requires videodrv) @@ -45,16 +30,12 @@ x11-driver-video-ati is the X.org driver for ATI Technologies. %prep -%if %{git} -%setup -q -n xf86-video-ati-%{git_branch}-%{git} -%else %setup -q -n xf86-video-ati-%{version} -%endif %apply_patches %build autoreconf -ifs -%configure2_5x --enable-glamor +%configure2_5x %make %install @@ -69,14 +50,17 @@ %{_libdir}/xorg/modules/drivers/radeon_drv.so %{_libdir}/xorg/modules/drivers/ati_drv.la %{_libdir}/xorg/modules/drivers/ati_drv.so +%{_libdir}/xorg/modules/multimedia/theatre200_drv.la +%{_libdir}/xorg/modules/multimedia/theatre200_drv.so +%{_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/ati.* %{_mandir}/man4/radeon.* %changelog -* Wed Sep 12 2012 joequant <joequant> 6.99-git0.20120924.1.mga3 -- get git version with basic southern island support - * Thu Jul 19 2012 tmb <tmb> 1:6.14.6-2.mga3 + Revision: 272407
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 7717
: 2922 |
2923
|
2924
|
2925
|
2926
|
2927