Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 227345 - x11-drivers/xf86-video-ati-6.8.191 version bump
Summary: x11-drivers/xf86-video-ati-6.8.191 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2008-06-15 23:30 UTC by Nicola
Modified: 2008-06-27 05:26 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Basic ebuild for 6.8.191 (xf86-video-ati-6.8.191.ebuild,926 bytes, text/plain)
2008-06-16 17:04 UTC, Mart Raudsepp
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicola 2008-06-15 23:30:35 UTC
ati 6.9.0rc1 release

Lots of changes since the last release.  Main things are
EXA composite support for r3xx/r4xx/r5xx chips and
textured video support on all radeons.

http://lists.freedesktop.org/archives/xorg-announce/2008-June/000585.html

please add the ebuild :-)

Reproducible: Always

Steps to Reproduce:
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2008-06-16 12:54:34 UTC
Planning on it, just haven't gotten to it yet.
Comment 2 Mart Raudsepp gentoo-dev 2008-06-16 17:04:33 UTC
Created attachment 157113 [details]
Basic ebuild for 6.8.191

Here's a basic buildable ebuild for 6.8.191 that simply removes all the patches as they are all part of 6.8.191.
The problem with 6.8.191 from a packaging perspective is, that it drops mach64 and r128 support from the codebase and assumes separate drivers are used for supporting those. This means at least the following for packaging:

a) xf86-video-r128 and xf86-video-mach64 need to be packaged (released as separate 6.8 releases on 11th June)
b) xf86-video-radeon needs some migration, perhaps just some elog or ewarn
c) If the drivers install things under the same name, then the ebuilds involved need to block eachother as appropriate
d) VIDEO_CARDS USE_EXPAND variables need to be adjusted at some point, which is a bit complicated until the splitouts go stable. Perhaps a video_cards_mach64? ( || ( x11-drivers/xf86-video-mach64 <x11-drivers/xf86-video-ati-6.8.190 ) ) or similar until then, but could as well just wait it out and only have VIDEO_CARDS=radeon as usual that will ignore mach64 and r128 splitouts until they go stable

Hope this information helps Donnie a bit
Comment 3 Mart Raudsepp gentoo-dev 2008-06-16 17:10:27 UTC
I meant to also say the attached ebuild does none of that and is just useful for people who want it now now now and don't care about r128 or mach64 (make sure to re-emerge with the version in portage once something hits the tree...)

And a s/xf86-video-radeon/xf86-video-ati in the above comment. However I do wonder if they plan to rename it to xf86-video-radeon at some point - it makes a perfect follow-up to this as just the radeon families is now what this package supports; and then xf86-video-ati could just be a compatibility meta package from our side.
Comment 4 Donnie Berkholz (RETIRED) gentoo-dev 2008-06-16 19:50:17 UTC
(In reply to comment #3)
> And a s/xf86-video-radeon/xf86-video-ati in the above comment. However I do
> wonder if they plan to rename it to xf86-video-radeon at some point - it makes
> a perfect follow-up to this as just the radeon families is now what this
> package supports; and then xf86-video-ati could just be a compatibility meta
> package from our side.

It's still got the ati wrapper in it.
Comment 5 Anton Bolshakov 2008-06-25 22:19:46 UTC
bump.
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-ati.git;a=summary
xf86-video-ati 6.9.0 RC2 Driver Released
xf86-video-ati-6.8.192
Comment 6 Anton Bolshakov 2008-06-27 05:09:31 UTC
6.9.0 is released.

http://lists.freedesktop.org/archives/xorg-announce/2008-June/000596.html

Version 6.9.0 of the radeon driver.  Lots of stuff since 6.8.0

In addition to lots of bug fixes there are several major new features:
- - Improved EXA render support for r1xx/r2xx cards
- - EXA render support for r3xx/r4xx/r5xx cards
- - Textured video support for Xv (r1xx-r5xx)

with a long list of changes.
Comment 7 Donnie Berkholz (RETIRED) gentoo-dev 2008-06-27 05:26:54 UTC
I'm on the lists, you don't need to tell me here. =) It's just a matter of getting around to it, which I did tonight when the actual non-RC release came out.