Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93710 - Submitting patch to allow use of GATOS tv out against XOrg CVS xorg-x11-6.8.99.5.ebuild
Summary: Submitting patch to allow use of GATOS tv out against XOrg CVS xorg-x11-6.8.9...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-23 10:16 UTC by Chris Bull
Modified: 2005-05-23 13:32 UTC (History)
0 users

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


Attachments
patch as an attachment (xorg-x11-6.8.99.5.ebuild.patch,1010 bytes, patch)
2005-05-23 10:18 UTC, Chris Bull
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Bull 2005-05-23 10:16:00 UTC
Somewhat related to Bug 71452. This is a proposed patch to the current XORG CVS
ebuild the Gatos project has released a patch to Xorg CVS at
http://megahurts.dk/rune/tv_output.html
In the additional information a proposed diff(patch) to the
x11-base/xorg-x11-6.8.99.5.ebuild is included.

This is my first attempt at any kind of submission to gentoo so any feedback is
appreciated.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
Patch inclusion is controlled by the gatos use flag works a treat as far as I
can see.


48,51d47
< # IUSE="gatos" enabled to allow for newly fixed patches for tv_out (23 May 2005)
< # by Rune Petersen gatos-devel@lists.sourceforge.net (original work by
Federico Ulivi)
< # patches available at http://megahurts.dk/rune/tv_output.html
< #
54c50
<       truetype-fonts type1-fonts uclibc xprint xv gatos"
---
>       truetype-fonts type1-fonts uclibc xprint xv"
71,73d66
< # Patches for  GATOS tvout from Rune Petersen
< GATOS="http://megahurts.dk/rune/stuff/xorg_CVS-20050420-tv_output.patch.gz"
<
84d76
<       gatos? ${GATOS}
177,178d168
<       do_gatos
<
480,481d469
<
<
487,492d474
<       if use gatos; then
<               ebegin "Unpacking GATOS patch"
<               unpack xorg_CVS-20050420-tv_output.patch.gz > /dev/null
<               eend 0
<       fi
<
521d502
<
525,537d505
< do_gatos() {
<       # Patching for GATOS
<       if use gatos; then
<               cd ${WORKDIR}/xc/programs/Xserver/hw/xfree86/drivers/ati
<               ebegin "patching for GATOS"
<               epatch  ${WORKDIR}/xorg_CVS-20050420-tv_output.patch > /dev/null
<               eend 0
<       fi
<
<       cd ${S}
< }
<
<
Comment 1 Chris Bull 2005-05-23 10:18:44 UTC
Created attachment 59634 [details, diff]
patch as an attachment

This patch was generated by typing diff <new ebuild> <old ebuild> > patch.file
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2005-05-23 10:36:02 UTC
I will be happy to add a patch whenever this is committed to Xorg CVS. Perhaps
Bogdan Diaconescu <b_diaconescu@yahoo.com> would be a good person to contact
regarding this, since he's committed much of the other gatos stuff.

You may already be in contact with him via the gatos development lists, I don't
know. If not, feel free to file a bug at bugs.freedesktop.org and assign it to him.

Please reopen this once it's committed in Xorg CVS.
Comment 3 Chris Bull 2005-05-23 13:32:26 UTC
(In reply to comment #2)
Hi, Thanks for the prompt feedback, I will quiz the patch originator regarding
CVS status.