[arch-commits] Commit in glamor-egl/trunk (PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Tue Mar 12 18:33:30 UTC 2013


    Date: Tuesday, March 12, 2013 @ 19:33:30
  Author: andyrtr
Revision: 179936

upgpkg: glamor-egl 0.5.0-2

add a ld.so.conf hack to make Xorg-server loading the glamor libs - FS#34236; fixes also the conflicts typo

Modified:
  glamor-egl/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-12 17:38:28 UTC (rev 179935)
+++ PKGBUILD	2013-03-12 18:33:30 UTC (rev 179936)
@@ -4,7 +4,7 @@
 
 pkgname=glamor-egl
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='OpenGL based 2D rendering acceleration library	'
 arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/"
@@ -52,4 +52,11 @@
   make "DESTDIR=${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  
+  # hack for lib loading with recent Xorg-servers, see FS#34236  and
+  # http://lists.x.org/archives/xorg-devel/2013-March/035719.html
+  
+  # add glamor library path to ld.so.conf.d
+  install -d ${pkgdir}/etc/ld.so.conf.d
+  echo "/usr/lib/xorg/modules" > ${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
 }




More information about the arch-commits mailing list