[arch-commits] Commit in xf86-video-openchrome/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Feb 10 20:51:18 UTC 2012


    Date: Friday, February 10, 2012 @ 15:51:17
  Author: andyrtr
Revision: 149785

upgpkg: xf86-video-openchrome 0.2.905-1

Xorg 1.12 rebuild; upstream release 0.2.905; unichrome-dri has gone in mesa 8.0

Modified:
  xf86-video-openchrome/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-10 20:29:34 UTC (rev 149784)
+++ PKGBUILD	2012-02-10 20:51:17 UTC (rev 149785)
@@ -9,17 +9,17 @@
 arch=(i686 x86_64)
 license=('custom')
 url="http://www.openchrome.org"
-depends=('libdrm' 'libxvmc' 'unichrome-dri')
-makedepends=('xorg-server-devel>=1.11.99.902' 'libdrm' 'xf86driproto' 'mesa' 'libxvmc' 'glproto')
+depends=('libdrm' 'libxvmc')
+makedepends=('xorg-server-devel>=1.11.99.902' 'libx11' 'xf86driproto' 'mesa') #'glproto' 'libgl')
 replaces=('openchrome' 'xf86-video-via')
-options=('!libtool' '!emptydirs') # '!makeflags')
-conflicts=('xf86-video-via' 'xf86-video-unichrome' 'openchrome' 'xorg-server<1.11.99.902')
+options=('!libtool' '!emptydirs' '!makeflags')
+conflicts=('xf86-video-via' 'xf86-video-unichrome' 'openchrome' 'xorg-server<1.11.99.902' 'unichrome-dri')
 source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('51871431a4a9204ab8ec79335c0cc041')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr # --disable-dri
   make
 }
 




More information about the arch-commits mailing list