Just managed to build, This seems to work for me.
https://github.com/dseg/archlinux-packages/tree/master/xf86-video-openchrome-git
Search Criteria
Package Details: xf86-video-openchrome-git 0.3.3.15-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-01-12)
| Package Base: | xf86-video-openchrome-git |
|---|---|
| Description: | OpenChrome X driver for VIA UniChrome graphics cards - latest git version |
| Upstream URL: | http://www.openchrome.org |
| Category: | x11 |
| Licenses: | |
| Submitter: | MDykstra |
| Maintainer: | Ashen91 |
| Last Packager: | None |
| Votes: | 3 |
| First Submitted: | 2012-04-22 22:20 |
| Last Updated: | 2014-01-27 07:22 |
Dependencies (5)
Required by (0)
Sources
Latest Comments
Comment by dseg
Comment by Ashen91
Hello everyone, I currently don't have my Arch laptop, so can't try compiling it, but it looks it's impossible anyway...
Comment by asg1448
... after patching PKGBUILD for VERSION=18 getting this:
In file included from /usr/include/string.h:634:0,
from /usr/include/xorg/os.h:53,
from /usr/include/xorg/misc.h:115,
from /usr/include/xorg/xf86str.h:37,
from /usr/include/xorg/xf86.h:44,
from via_3d.h:27,
from via_3d.c:24:
/usr/include/xorg/os.h:579:1: error: expected identifier or ‘(’ before ‘__extension__’
strndup(const char *str, size_t n);
^
Comment by asg1448
Build fails:
error: target not found: X-ABI-VIDEODRV_VERSION=15
Comment by isaac
Hello!
I think the Upstream URL http://www.openchrome.org/ is incorrect...
It is http://www.freedesktop.org/wiki/Openchrome/ ?
Comment by Ashen91
Hardfalcon, thanks for the PKGBUILD, introducing a new version of th opensuse driver. I adopted this package, if anyone has any comments, you're welcome
Comment by hardfalcon
I've created an updated PKGBUILD:
http://pastebin.com/3WyzCir5
Please note that my PKGBUILD automatically updates its $pkgver variable through the pkgver() function.
In fact you can try putting an arbitrary string into the pkgver variable in the PKGBUILD, and it will automagically be updated to the latest git version of the package upon executing makepkg.
Comment by haawda
==> GIT checkout done or server timeout.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
configure.ac:41: error: 'AM_CONFIG_HEADER': this macro is obsolete.
You should use the 'AC_CONFIG_HEADERS' macro instead.
/usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from.
..
configure.ac:41: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
autoreconf: aclocal failed with exit status: 1
Comment by boenki
Hello,
*please add makedep 'git'
*I think you shouldn't use 'provides'. 'conflicts' is enough.
*Can this be updated to build the latest branch? IMHO this 0.2.999-branch is outdated.
Thanks