summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée2015-12-14 15:13:41 +0100
committerMattias Andrée2015-12-14 15:13:41 +0100
commitcede4d9284610bdd787417c168878be528b68b41 (patch)
tree5fdb67bb672b193d7a2d0d3daf95a2be3dd86547
downloadaur-cede4d9284610bdd787417c168878be528b68b41.tar.gz
Initial import, version 11.0.7
-rw-r--r--.SRCINFO79
-rw-r--r--LICENSE82
-rw-r--r--PKGBUILD100
3 files changed, 261 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..5950c8e2d7cc
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,79 @@
+# Generated by mksrcinfo v8
+# Mon Dec 14 14:13:41 UTC 2015
+pkgbase = lib32-mesa-nowayland
+ pkgdesc = an open-source implementation of the OpenGL specification (32-bit)
+ pkgver = 11.0.7
+ pkgrel = 1
+ url = http://mesa3d.sourceforge.net
+ arch = x86_64
+ license = custom
+ makedepends = python2-mako
+ makedepends = lib32-libxml2
+ makedepends = lib32-expat
+ makedepends = lib32-libx11
+ makedepends = glproto
+ makedepends = lib32-libdrm
+ makedepends = dri2proto
+ makedepends = dri3proto
+ makedepends = presentproto
+ makedepends = lib32-libxvmc
+ makedepends = lib32-libxv
+ makedepends = lib32-libxshmfence
+ makedepends = lib32-libxxf86vm
+ makedepends = lib32-libxdamage
+ makedepends = gcc-multilib
+ makedepends = lib32-elfutils
+ makedepends = lib32-llvm
+ makedepends = lib32-systemd
+ makedepends = lib32-libvdpau
+ depends = lib32-libdrm
+ depends = lib32-libxxf86vm
+ depends = lib32-libxdamage
+ depends = lib32-libxshmfence
+ depends = lib32-systemd
+ depends = lib32-elfutils
+ depends = lib32-llvm-libs
+ depends = lib32-libtxc_dxtn
+ depends = lib32-expat
+ depends = mesa
+ depends = lib32-libxvmc
+ depends = lib32-libxv
+ optdepends = opengl-man-pages: for the OpenGL API man pages
+ optdepends = lib32-mesa-vdpau: for accelerated video playback
+ provides = lib32-libglapi
+ provides = lib32-osmesa
+ provides = lib32-libgbm
+ provides = lib32-libgles
+ provides = lib32-libegl
+ provides = lib32-ati-dri
+ provides = lib32-intel-dri
+ provides = lib32-nouveau-dri
+ provides = lib32-mesa-dri
+ provides = lib32-mesa=11.0.7
+ conflicts = lib32-mesa
+ conflicts = lib32-libglapi
+ conflicts = lib32-osmesa
+ conflicts = lib32-libgbm
+ conflicts = lib32-libgles
+ conflicts = lib32-libegl
+ conflicts = lib32-ati-dri
+ conflicts = lib32-intel-dri
+ conflicts = lib32-nouveau-dri
+ conflicts = lib32-mesa-dri
+ replaces = lib32-mesa=11.0.7
+ replaces = lib32-libglapi
+ replaces = lib32-osmesa
+ replaces = lib32-libgbm
+ replaces = lib32-libgles
+ replaces = lib32-libegl
+ replaces = lib32-ati-dri
+ replaces = lib32-intel-dri
+ replaces = lib32-nouveau-dri
+ replaces = lib32-mesa-dri
+ source = ftp://ftp.freedesktop.org/pub/mesa/11.0.7/mesa-11.0.7.tar.xz
+ source = LICENSE
+ sha256sums = e7e90a332ede6c8fd08eff90786a3fd1605a4e62ebf3a9b514047838194538cb
+ sha256sums = 7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2
+
+pkgname = lib32-mesa-nowayland
+
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..f847f5e3a9c7
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,100 @@
+# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
+# Contributor to the lib32-mesa package: Jan de Groot <jgc@archlinux.org>
+# Contributor to the lib32-mesa package: Andreas Radke <andyrtr@archlinux.org>
+
+pkgname=lib32-mesa-nowayland
+pkgver=11.0.7
+pkgrel=1
+arch=('x86_64')
+pkgdesc="an open-source implementation of the OpenGL specification (32-bit)"
+depends=('lib32-libdrm' 'lib32-libxxf86vm' 'lib32-libxdamage' 'lib32-libxshmfence' 'lib32-systemd'
+ 'lib32-elfutils' 'lib32-llvm-libs' 'lib32-libtxc_dxtn' 'lib32-expat' 'mesa' 'lib32-libxvmc' 'lib32-libxv')
+optdepends=('opengl-man-pages: for the OpenGL API man pages'
+ 'lib32-mesa-vdpau: for accelerated video playback')
+provides=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 'lib32-libegl'
+ 'lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa-dri' "lib32-mesa=$pkgver")
+conflicts=("lib32-mesa" 'lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 'lib32-libegl'
+ 'lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa-dri')
+replaces=("lib32-mesa=$pkgver" 'lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 'lib32-libegl'
+ 'lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa-dri')
+makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto' 'lib32-libxvmc' 'lib32-libxv'
+ 'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd'
+ 'lib32-libvdpau')
+url="http://mesa3d.sourceforge.net"
+license=('custom')
+source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz
+ LICENSE)
+sha256sums=('e7e90a332ede6c8fd08eff90786a3fd1605a4e62ebf3a9b514047838194538cb'
+ '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
+
+prepare() {
+ cd ${srcdir}/?esa-*
+
+ # Fix detection of libLLVM when built with CMake
+ sed -i 's/LLVM_SO_NAME=.*/LLVM_SO_NAME=LLVM/' configure
+}
+
+build() {
+ export CC="gcc -m32"
+ export CXX="g++ -m32"
+ export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+ export LLVM_CONFIG="/usr/bin/llvm-config32"
+
+ cd ${srcdir}/?esa-*
+
+ # our automake is far too new for their build system :)
+ # autoreconf -vfi
+
+ ./configure \
+ --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu \
+ --libdir=/usr/lib32 \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --with-dri-driverdir=/usr/lib32/xorg/modules/dri \
+ --with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast \
+ --with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
+ --with-egl-platforms=x11,drm \
+ --enable-llvm-shared-libs \
+ --enable-egl \
+ --enable-gbm \
+ --enable-gallium-llvm \
+ --enable-shared-glapi \
+ --enable-glx-tls \
+ --enable-dri \
+ --enable-glx \
+ --enable-osmesa \
+ --enable-gles1 \
+ --enable-gles2 \
+ --enable-texture-float \
+ --enable-nine \
+ --enable-vdpau
+
+ make
+
+ mkdir $srcdir/fakeinstall
+ make DESTDIR=${srcdir}/fakeinstall install
+}
+
+package() {
+ install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
+ # ati-dri, nouveay-dri, intel-dri, swrast
+ mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/* ${pkgdir}/usr/lib32/xorg/modules/dri
+
+ install -m755 -d ${pkgdir}/usr/lib32
+ mv -v ${srcdir}/fakeinstall/usr/lib32/d3d ${pkgdir}/usr/lib32
+ mv -v ${srcdir}/fakeinstall/usr/lib32/*.so* ${pkgdir}/usr/lib32/
+
+ mv -v ${srcdir}/fakeinstall/usr/lib32/pkgconfig ${pkgdir}/usr/lib32/
+
+ install -m755 -d ${pkgdir}/usr/lib32/mesa
+ # move libgl/EGL/glesv*.so to not conflict with blobs - may break .pc files ?
+ mv -v ${pkgdir}/usr/lib32/libGL.so* ${pkgdir}/usr/lib32/mesa/
+ mv -v ${pkgdir}/usr/lib32/libEGL.so* ${pkgdir}/usr/lib32/mesa/
+ mv -v ${pkgdir}/usr/lib32/libGLES*.so* ${pkgdir}/usr/lib32/mesa/
+
+ # keep symlinks until pacman 4.2 FS#42046
+ #install -m755 -d "${pkgdir}/usr/share/licenses/lib32-mesa"
+ #install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/lib32-mesa/"
+ install -m755 -d "${pkgdir}/usr/share/licenses"
+ ln -s mesa "$pkgdir/usr/share/licenses/lib32-mesa"
+}