summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormickybart2016-06-03 20:50:54 -0400
committermickybart2016-06-05 00:23:08 -0400
commit968f579af8e2be916c1dc7d68d787891b41b7088 (patch)
treeea91f02ab224723ba0e2dca063e1f1bb7fa5841f
downloadaur-968f579af8e2be916c1dc7d68d787891b41b7088.tar.gz
initial: mesa-hybris
add package wayland-egl to permit installation of another libwayland-egl.so provider (eg: libhybris) This package is (at least) used for the GNU/Linux for Android devices project: https://github.com/mickybart/gnulinux_support
-rw-r--r--.SRCINFO106
-rw-r--r--LICENSE82
-rw-r--r--PKGBUILD170
3 files changed, 358 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..f5f48a70dee7
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,106 @@
+pkgbase = mesa-hybris
+ pkgver = 11.2.2
+ pkgrel = 1.1
+ url = http://mesa3d.sourceforge.net
+ arch = i686
+ arch = x86_64
+ arch = armv7h
+ license = custom
+ makedepends = python2-mako
+ makedepends = libxml2
+ makedepends = libx11
+ makedepends = glproto
+ makedepends = libdrm
+ makedepends = dri2proto
+ makedepends = dri3proto
+ makedepends = presentproto
+ makedepends = libxshmfence
+ makedepends = libxxf86vm
+ makedepends = libxdamage
+ makedepends = libvdpau
+ makedepends = libva
+ makedepends = wayland
+ makedepends = elfutils
+ makedepends = llvm
+ makedepends = systemd
+ makedepends = libomxil-bellagio
+ makedepends = libgcrypt
+ makedepends = clang
+ options = !libtool
+ source = ftp://ftp.freedesktop.org/pub/mesa/11.2.2/mesa-11.2.2.tar.xz
+ source = ftp://ftp.freedesktop.org/pub/mesa/11.2.2/mesa-11.2.2.tar.xz.sig
+ source = LICENSE
+ validpgpkeys = 8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D
+ sha256sums = 40e148812388ec7c6d7b6657d5a16e2e8dabba8b97ddfceea5197947647bdfb4
+ sha256sums = SKIP
+ sha256sums = 7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2
+
+pkgname = mesa-hybris
+ pkgdesc = an open-source implementation of the OpenGL specification
+ depends = libdrm
+ depends = wayland
+ depends = libxxf86vm
+ depends = libxdamage
+ depends = libxshmfence
+ depends = systemd
+ depends = elfutils
+ depends = libomxil-bellagio
+ depends = expat
+ depends = libgcrypt
+ depends = libtxc_dxtn
+ depends = llvm-libs
+ optdepends = opengl-man-pages: for the OpenGL API man pages
+ optdepends = mesa-vdpau: for accelerated video playback
+ optdepends = libva-mesa-driver: for accelerated video playback
+ provides = libglapi
+ provides = osmesa
+ provides = libgbm
+ provides = libgles
+ provides = libegl
+ provides = khrplatform-devel
+ provides = ati-dri
+ provides = intel-dri
+ provides = nouveau-dri
+ provides = svga-dri
+ provides = mesa-dri
+ provides = mesa
+ conflicts = libglapi
+ conflicts = osmesa
+ conflicts = libgbm
+ conflicts = libgles
+ conflicts = libegl
+ conflicts = khrplatform-devel
+ conflicts = ati-dri
+ conflicts = intel-dri
+ conflicts = nouveau-dri
+ conflicts = svga-dri
+ conflicts = mesa-dri
+ conflicts = mesa
+ replaces = libglapi
+ replaces = osmesa
+ replaces = libgbm
+ replaces = libgles
+ replaces = libegl
+ replaces = khrplatform-devel
+ replaces = ati-dri
+ replaces = intel-dri
+ replaces = nouveau-dri
+ replaces = svga-dri
+ replaces = mesa-dri
+ replaces = mesa
+
+pkgname = mesa-hybris-libgl
+ pkgdesc = Mesa 3-D graphics library
+ depends = mesa-hybris
+ depends = mesa-hybris-wayland-egl
+ provides = libgl
+ conflicts = libgl
+ replaces = libgl
+
+pkgname = mesa-hybris-wayland-egl
+ pkgdesc = Mesa 3-D wayland library
+ depends = mesa-hybris
+ provides = libwayland-egl
+ conflicts = libwayland-egl
+ replaces = libwayland-egl
+
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..ae33d2709c44
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an OpenGL license
+from SGI, and makes no claim that Mesa is in any way a compatible
+replacement for OpenGL or associated with SGI. Those who want a
+licensed implementation of OpenGL should contact a licensed
+vendor.
+
+Please do not refer to the library as MesaGL (for legal
+reasons). It's just Mesa or The Mesa 3-D graphics
+library
+
+* OpenGL is a trademark of Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+The Mesa distribution consists of several components. Different copyrights
+and licenses apply to different components. For example, GLUT is copyrighted
+by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
+device drivers are copyrighted by their authors. See below for a list of
+Mesa's main components and the license for each.
+
+The core Mesa library is licensed according to the terms of the MIT license.
+This allows integration with the XFree86, Xorg and DRI projects.
+
+The default Mesa license is as follows:
+
+Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Attention, Contributors
+
+When contributing to the Mesa project you must agree to the licensing terms
+of the component to which you're contributing.
+The following section lists the primary components of the Mesa distribution
+and their respective licenses.
+
+
+Mesa Component Licenses
+
+Component Location Primary Author License
+----------------------------------------------------------------------------
+Main Mesa code src/mesa/ Brian Paul Mesa (MIT)
+
+Device drivers src/mesa/drivers/* See drivers See drivers
+
+Ext headers include/GL/glext.h SGI SGI Free B
+ include/GL/glxext.h
+
+GLUT src/glut/ Mark Kilgard Mark's copyright
+
+Mesa GLU library src/glu/mesa/ Brian Paul GNU-LGPL
+
+SGI GLU library src/glu/sgi/ SGI SGI Free B
+
+demo programs progs/demos/ various see source files
+
+X demos progs/xdemos/ Brian Paul see source files
+
+SGI demos progs/samples/ SGI SGI copyright
+
+RedBook demos progs/redbook/ SGI SGI copyright
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b9cd89bdd987
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,170 @@
+# Maintainer: Michael Serpieri <mickybart@pygoscelis.org>
+
+# based on mesa package from archlinuxarm (without libva-mesa-driver):
+
+# Maintainer: Jan de Groot <jgc@archlinux.org>
+# Maintainer: Andreas Radke <andyrtr@archlinux.org>
+
+# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
+# - Removed DRI and Gallium3D drivers/packages for chipsets that don't exist in our ARM devices (intel, radeon, VMware svga).
+# - Removed libgles, libegl and khrplatform-devel from conflicts for marvell-libgfx compatibility.
+# - Moved .pc files to mesa-libgl that reference libraries in mesa-libgl
+# - Build vc4 gallium driver for v6/v7
+# - Keep prepare function for older llvm (remove when llvm is fixed)
+
+# ALARM: Michael Serpieri <mickybart@pygoscelis.org>
+# - Move libwayland-egl library to a new package mesa-wayland-egl
+# to support different providers for libwayland-egl (eg: libhybris) in the same way than libgl
+
+pkgbase=mesa-hybris
+_pkgbase=mesa
+pkgname=('mesa-hybris' 'mesa-hybris-libgl' 'mesa-hybris-wayland-egl')
+pkgver=11.2.2
+pkgrel=1.1
+arch=('i686' 'x86_64' 'armv7h')
+makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 'dri3proto' 'presentproto'
+ 'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 'wayland' 'elfutils' 'llvm'
+ 'systemd' 'libomxil-bellagio' 'libgcrypt' 'clang')
+url="http://mesa3d.sourceforge.net"
+license=('custom')
+options=('!libtool')
+source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
+ LICENSE)
+sha256sums=('40e148812388ec7c6d7b6657d5a16e2e8dabba8b97ddfceea5197947647bdfb4'
+ 'SKIP'
+ '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
+validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov <emil.l.velikov@gmail.com>
+
+prepare() {
+ cd ${srcdir}/?esa-*
+
+ # Fix detection of libLLVM when built with CMake
+ sed -i 's/LLVM_SO_NAME=.*/LLVM_SO_NAME=LLVM/' configure
+}
+
+build() {
+ cd ${srcdir}/?esa-*
+
+ [[ $CARCH == "armv7h" || $CARCH == "armv6h" ]] && VC4=',vc4'
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --with-dri-driverdir=/usr/lib/xorg/modules/dri \
+ --with-gallium-drivers=freedreno,nouveau,swrast,virgl${VC4} \
+ --with-dri-drivers=nouveau,swrast \
+ --with-egl-platforms=x11,drm,wayland \
+ --with-sha1=libgcrypt \
+ --enable-llvm-shared-libs \
+ --enable-egl \
+ --enable-gbm \
+ --enable-gallium-llvm \
+ --enable-shared-glapi \
+ --enable-glx \
+ --enable-glx-tls \
+ --enable-dri \
+ --enable-osmesa \
+ --enable-gles1 \
+ --enable-gles2 \
+ --enable-texture-float \
+ --enable-omx \
+ --enable-nine \
+ --with-clang-libdir=/usr/lib
+
+ make
+
+ # fake installation
+ mkdir $srcdir/fakeinstall
+ make DESTDIR=${srcdir}/fakeinstall install
+}
+
+package_mesa-hybris() {
+ pkgdesc="an open-source implementation of the OpenGL specification"
+ depends=('libdrm' 'wayland' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'systemd' 'elfutils'
+ 'libomxil-bellagio' 'expat' 'libgcrypt' 'libtxc_dxtn' 'llvm-libs')
+ optdepends=('opengl-man-pages: for the OpenGL API man pages'
+ 'mesa-vdpau: for accelerated video playback'
+ 'libva-mesa-driver: for accelerated video playback')
+ provides=('libglapi' 'osmesa' 'libgbm' 'libgles' 'libegl' 'khrplatform-devel'
+ 'ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa-dri' 'mesa')
+ conflicts=('libglapi' 'osmesa' 'libgbm' 'libgles' 'libegl' 'khrplatform-devel'
+ 'ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa-dri' 'mesa')
+ replaces=('libglapi' 'osmesa' 'libgbm' 'libgles' 'libegl' 'khrplatform-devel'
+ 'ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa-dri' 'mesa')
+
+ install -m755 -d ${pkgdir}/etc
+ cp -rv ${srcdir}/fakeinstall/etc/drirc ${pkgdir}/etc
+
+ install -m755 -d ${pkgdir}/usr/lib/xorg/modules/dri
+ # ati-dri, nouveau-dri, intel-dri, svga-dri, swrast
+ cp -av ${srcdir}/fakeinstall/usr/lib/xorg/modules/dri/* ${pkgdir}/usr/lib/xorg/modules/dri
+
+ cp -rv ${srcdir}/fakeinstall/usr/lib/bellagio ${pkgdir}/usr/lib
+ cp -rv ${srcdir}/fakeinstall/usr/lib/d3d ${pkgdir}/usr/lib
+ cp -rv ${srcdir}/fakeinstall/usr/lib/lib{gbm,glapi}.so* ${pkgdir}/usr/lib/
+ cp -rv ${srcdir}/fakeinstall/usr/lib/libOSMesa.so* ${pkgdir}/usr/lib/
+
+ cp -rv ${srcdir}/fakeinstall/usr/include ${pkgdir}/usr
+ cp -rv ${srcdir}/fakeinstall/usr/lib/pkgconfig ${pkgdir}/usr/lib/
+ rm ${pkgdir}/usr/lib/pkgconfig/{egl,gl,glesv1_cm,glesv2,wayland-egl}.pc
+
+ install -m755 -d ${pkgdir}/usr/lib/mesa
+ # move libgl/EGL/glesv*.so to not conflict with blobs - may break .pc files ?
+ cp -rv ${srcdir}/fakeinstall/usr/lib/libGL.so* ${pkgdir}/usr/lib/mesa/
+ cp -rv ${srcdir}/fakeinstall/usr/lib/libEGL.so* ${pkgdir}/usr/lib/mesa/
+ cp -rv ${srcdir}/fakeinstall/usr/lib/libGLES*.so* ${pkgdir}/usr/lib/mesa/
+ # move libwayland*.so* to not conflict with other providers like libhybris - may break .pc files ?
+ cp -rv ${srcdir}/fakeinstall/usr/lib/libwayland*.so* ${pkgdir}/usr/lib/mesa/
+
+ install -m755 -d "${pkgdir}/usr/share/licenses/mesa"
+ install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/mesa/"
+}
+
+package_mesa-hybris-libgl() {
+ pkgdesc="Mesa 3-D graphics library"
+ depends=('mesa-hybris' 'mesa-hybris-wayland-egl')
+ provides=('libgl')
+ replaces=('libgl')
+ conflicts=('libgl')
+
+ install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+ cp ${srcdir}/fakeinstall/usr/lib/pkgconfig/{egl,gl,glesv1_cm,glesv2}.pc ${pkgdir}/usr/lib/pkgconfig
+
+ # See FS#26284
+ install -m755 -d "${pkgdir}/usr/lib/xorg/modules/extensions"
+ ln -s libglx.xorg "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so"
+
+ ln -s /usr/lib/mesa/libGL.so.1.2.0 ${pkgdir}/usr/lib/libGL.so.1.2.0
+ ln -s libGL.so.1.2.0 ${pkgdir}/usr/lib/libGL.so.1
+ ln -s libGL.so.1.2.0 ${pkgdir}/usr/lib/libGL.so
+
+ ln -s /usr/lib/mesa/libEGL.so.1.0.0 ${pkgdir}/usr/lib/libEGL.so.1.0.0
+ ln -s libEGL.so.1.0.0 ${pkgdir}/usr/lib/libEGL.so.1
+ ln -s libEGL.so.1.0.0 ${pkgdir}/usr/lib/libEGL.so
+
+ ln -s /usr/lib/mesa/libGLESv1_CM.so.1.1.0 ${pkgdir}/usr/lib/libGLESv1_CM.so.1.1.0
+ ln -s libGLESv1_CM.so.1.1.0 ${pkgdir}/usr/lib/libGLESv1_CM.so.1
+ ln -s libGLESv1_CM.so.1.1.0 ${pkgdir}/usr/lib/libGLESv1_CM.so
+
+ ln -s /usr/lib/mesa/libGLESv2.so.2.0.0 ${pkgdir}/usr/lib/libGLESv2.so.2.0.0
+ ln -s libGLESv2.so.2.0.0 ${pkgdir}/usr/lib/libGLESv2.so.2
+ ln -s libGLESv2.so.2.0.0 ${pkgdir}/usr/lib/libGLESv2.so
+
+ install -m755 -d "${pkgdir}/usr/share/licenses/mesa-libgl"
+ install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/mesa-libgl/"
+}
+
+package_mesa-hybris-wayland-egl() {
+ pkgdesc="Mesa 3-D wayland library"
+ depends=('mesa-hybris')
+ provides=('libwayland-egl')
+ replaces=('libwayland-egl')
+ conflicts=('libwayland-egl')
+
+ install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+ cp ${srcdir}/fakeinstall/usr/lib/pkgconfig/wayland-egl.pc ${pkgdir}/usr/lib/pkgconfig
+
+ ln -s /usr/lib/mesa/libwayland-egl.so.1.0.0 ${pkgdir}/usr/lib/libwayland-egl.so.1.0.0
+ ln -s libwayland-egl.so.1.0.0 ${pkgdir}/usr/lib/libwayland-egl.so.1
+ ln -s libwayland-egl.so.1.0.0 ${pkgdir}/usr/lib/libwayland-egl.so
+}
+