[Openchrome-devel] Fix autoconf DRI detection (for Ubuntu Oneiric)

James Simmons jsimmons
Fri Mar 2 17:49:07 PST 2012


\> > > your commit f0018c1e5a94afe7d47ade9b73d0e4926d0c8fba fixed most of
> > > the issues that my last patch was for. Only the detection of the
> > > xf86Modes.h is not working, but that should be fixed by the
> > > attached patch.
> > 
> > Excellent. I just tested your patch and applied it to the kms branch.
> > I posted a new kms snapshot.
> > 
> > http://www.infradead.org/~jsimmons/release_0_3_0-Mar1.tar.bz2
> 
> nice!
> 
> May I suggest something like this:
> 
> #!bin/sh
> 
> # grab last commit date
> date=$(git log --format=format:%ai HEAD^.. \
> 	| sed -e 's/ .*//' -e 's/-//g')
> 
> version=0.3.0-pre${date}
> format=tar.gz
> name=xf86-video-openchrome
> output=$name-$version.$format
> prefix=$name-$version
> 
> treeish=HEAD
> # treeish=origin/kms_branch
> 
> git archive --prefix=$prefix/ --format=$format --output=$output $treeish
> 
> # scp $ouput ...

Also nice :-) I have a new snapshot.

http://www.infradead.org/~jsimmons/xf86-video-openchrome-0.3.0-pre20120301.tbz 




More information about the Openchrome-devel mailing list