[arch-commits] Commit in libglvnd/repos (6 files)

2017-03-21 Thread Laurent Carlier
Date: Tuesday, March 21, 2017 @ 14:39:29
  Author: lcarlier
Revision: 291153

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libglvnd/repos/testing-i686/
  libglvnd/repos/testing-i686/LICENSE
(from rev 291152, libglvnd/trunk/LICENSE)
  libglvnd/repos/testing-i686/PKGBUILD
(from rev 291152, libglvnd/trunk/PKGBUILD)
  libglvnd/repos/testing-x86_64/
  libglvnd/repos/testing-x86_64/LICENSE
(from rev 291152, libglvnd/trunk/LICENSE)
  libglvnd/repos/testing-x86_64/PKGBUILD
(from rev 291152, libglvnd/trunk/PKGBUILD)

-+
 testing-i686/LICENSE|   26 ++
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/LICENSE  |   26 ++
 testing-x86_64/PKGBUILD |   34 ++
 4 files changed, 120 insertions(+)

Copied: libglvnd/repos/testing-i686/LICENSE (from rev 291152, 
libglvnd/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2017-03-21 14:39:29 UTC (rev 291153)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE 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 THE AUTHORS OR COPYRIGHT HOLDERS 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
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: libglvnd/repos/testing-i686/PKGBUILD (from rev 291152, 
libglvnd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-03-21 14:39:29 UTC (rev 291153)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 249779 2015-10-27 00:47:25Z eric $
+# Maintainer: Felix Yan 
+
+pkgname=libglvnd
+pkgver=0.2.999+g4ba53457
+_commit=4ba5345742d6c98b528ac28fb7127006d2cc3f75
+pkgrel=2
+pkgdesc="The GL Vendor-Neutral Dispatch library"
+arch=('i686' 'x86_64')
+url="https://github.com/NVIDIA/libglvnd";
+license=('custom:BSD-like')
+makedepends=('libxext' 'libx11' 'glproto' 'git' 'python')
+provides=('libgl' 'libegl' 'libgles')
+#source=("git+https://github.com/NVIDIA/libglvnd.git#tag=v$pkgver";
+source=("git+https://github.com/NVIDIA/libglvnd.git#commit=$_commit";
+LICENSE)
+sha256sums=('SKIP'
+'1a99f7487849c41fc3520e0af3dfcf28a0df05e78956d9ec58c2c52b1f20a77d')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  # libglvnd needs mesa for indirect rendering
+  depends=('libxext' 'mesa' 'opengl-driver')
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: libglvnd/repos/testing-x86_64/LICENSE (from rev 291152, 
libglvnd/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2017-03-21 14:39:29 UTC (rev 291153)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only exe

[arch-commits] Commit in libglvnd/repos (6 files)

2017-02-13 Thread Laurent Carlier
Date: Monday, February 13, 2017 @ 09:22:38
  Author: lcarlier
Revision: 288855

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libglvnd/repos/staging-i686/
  libglvnd/repos/staging-i686/LICENSE
(from rev 288854, libglvnd/trunk/LICENSE)
  libglvnd/repos/staging-i686/PKGBUILD
(from rev 288854, libglvnd/trunk/PKGBUILD)
  libglvnd/repos/staging-x86_64/
  libglvnd/repos/staging-x86_64/LICENSE
(from rev 288854, libglvnd/trunk/LICENSE)
  libglvnd/repos/staging-x86_64/PKGBUILD
(from rev 288854, libglvnd/trunk/PKGBUILD)

-+
 staging-i686/LICENSE|   26 ++
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/LICENSE  |   26 ++
 staging-x86_64/PKGBUILD |   33 +
 4 files changed, 118 insertions(+)

Copied: libglvnd/repos/staging-i686/LICENSE (from rev 288854, 
libglvnd/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2017-02-13 09:22:38 UTC (rev 288855)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE 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 THE AUTHORS OR COPYRIGHT HOLDERS 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
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: libglvnd/repos/staging-i686/PKGBUILD (from rev 288854, 
libglvnd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-02-13 09:22:38 UTC (rev 288855)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 249779 2015-10-27 00:47:25Z eric $
+# Maintainer: Felix Yan 
+
+pkgname=libglvnd
+pkgver=0.2.999+g4ba53457
+_commit=4ba5345742d6c98b528ac28fb7127006d2cc3f75
+pkgrel=0.1
+pkgdesc="The GL Vendor-Neutral Dispatch library"
+arch=('i686' 'x86_64')
+url="https://github.com/NVIDIA/libglvnd";
+license=('custom:BSD-like')
+makedepends=('libxext' 'libx11' 'glproto' 'git' 'python')
+provides=('libgl' 'libegl' 'libgles')
+#source=("git+https://github.com/NVIDIA/libglvnd.git#tag=v$pkgver";
+source=("git+https://github.com/NVIDIA/libglvnd.git#commit=$_commit";
+LICENSE)
+sha256sums=('SKIP'
+'1a99f7487849c41fc3520e0af3dfcf28a0df05e78956d9ec58c2c52b1f20a77d')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  depends=('libxext') # 'opengl-driver')
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: libglvnd/repos/staging-x86_64/LICENSE (from rev 288854, 
libglvnd/trunk/LICENSE)
===
--- staging-x86_64/LICENSE  (rev 0)
+++ staging-x86_64/LICENSE  2017-02-13 09:22:38 UTC (rev 288855)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying

[arch-commits] Commit in libglvnd/repos (6 files)

2016-10-27 Thread Felix Yan
Date: Friday, October 28, 2016 @ 06:32:36
  Author: felixonmars
Revision: 279368

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libglvnd/repos/testing-i686/
  libglvnd/repos/testing-i686/LICENSE
(from rev 279367, libglvnd/trunk/LICENSE)
  libglvnd/repos/testing-i686/PKGBUILD
(from rev 279367, libglvnd/trunk/PKGBUILD)
  libglvnd/repos/testing-x86_64/
  libglvnd/repos/testing-x86_64/LICENSE
(from rev 279367, libglvnd/trunk/LICENSE)
  libglvnd/repos/testing-x86_64/PKGBUILD
(from rev 279367, libglvnd/trunk/PKGBUILD)

-+
 testing-i686/LICENSE|   26 +++
 testing-i686/PKGBUILD   |   50 ++
 testing-x86_64/LICENSE  |   26 +++
 testing-x86_64/PKGBUILD |   50 ++
 4 files changed, 152 insertions(+)

Copied: libglvnd/repos/testing-i686/LICENSE (from rev 279367, 
libglvnd/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2016-10-28 06:32:36 UTC (rev 279368)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE 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 THE AUTHORS OR COPYRIGHT HOLDERS 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
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: libglvnd/repos/testing-i686/PKGBUILD (from rev 279367, 
libglvnd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-28 06:32:36 UTC (rev 279368)
@@ -0,0 +1,50 @@
+# $Id: PKGBUILD 249779 2015-10-27 00:47:25Z eric $
+# Maintainer: Felix Yan 
+
+pkgname=libglvnd
+pkgver=0.1.1.20161028
+_commit=470fc824a38521a52707c6c0f59d827aa5e0f45a
+pkgrel=1
+pkgdesc="The GL Vendor-Neutral Dispatch library"
+arch=('i686' 'x86_64')
+url="https://github.com/NVIDIA/libglvnd";
+license=('custom:BSD-like')
+depends=('libxext')
+makedepends=('libx11' 'glproto' 'git' 'python')
+#source=("git+https://github.com/NVIDIA/libglvnd.git#tag=v$pkgver";
+source=("git+https://github.com/NVIDIA/libglvnd.git#commit=$_commit";
+LICENSE
+
https://patch-diff.githubusercontent.com/raw/NVIDIA/libglvnd/pull/110.patch
+
https://patch-diff.githubusercontent.com/raw/NVIDIA/libglvnd/pull/97.patch)
+sha1sums=('SKIP'
+  'c88e07f333fcf8dcdbef370b85372b4d88ad8a66'
+  '048e89dbdd0a6ca33441a6273208e4126d9828fc'
+  '48fac1b1248f1a6766ebae66432269c5147b5815')
+
+prepare() {
+  cd $pkgname
+  # FS#51527
+  patch -p1 -i ../97.patch
+  patch -p1 -i ../110.patch
+}
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+
+  # For compatibility with older nvidia drivers for bumblebee
+  # Symlinks to /usr/lib will be in nvidia-libgl
+  mkdir "$pkgdir/usr/lib/nvidia"
+  for _lib in libGL.so libGLESv1_CM.so libGLESv2.so libEGL.so; do
+mv "$pkgdir"/usr/lib/$_lib* "$pkgdir"/usr/lib/nvidia/
+  done
+
+  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: libglvnd/repos/testing-x86_64/LICENSE (from rev 279367, 
libglvnd/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2016-10-28 06:32:36 UTC (rev 279368)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restric

[arch-commits] Commit in libglvnd/repos (6 files)

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 13:46:10
  Author: fyan
Revision: 263493

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libglvnd/repos/staging-i686/
  libglvnd/repos/staging-i686/LICENSE
(from rev 263492, libglvnd/trunk/LICENSE)
  libglvnd/repos/staging-i686/PKGBUILD
(from rev 263492, libglvnd/trunk/PKGBUILD)
  libglvnd/repos/staging-x86_64/
  libglvnd/repos/staging-x86_64/LICENSE
(from rev 263492, libglvnd/trunk/LICENSE)
  libglvnd/repos/staging-x86_64/PKGBUILD
(from rev 263492, libglvnd/trunk/PKGBUILD)

-+
 staging-i686/LICENSE|   26 ++
 staging-i686/PKGBUILD   |   38 ++
 staging-x86_64/LICENSE  |   26 ++
 staging-x86_64/PKGBUILD |   38 ++
 4 files changed, 128 insertions(+)

Copied: libglvnd/repos/staging-i686/LICENSE (from rev 263492, 
libglvnd/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2016-03-31 11:46:10 UTC (rev 263493)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE 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 THE AUTHORS OR COPYRIGHT HOLDERS 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
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: libglvnd/repos/staging-i686/PKGBUILD (from rev 263492, 
libglvnd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-31 11:46:10 UTC (rev 263493)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 249779 2015-10-27 00:47:25Z eric $
+# Maintainer: Felix Yan 
+
+pkgname=libglvnd
+pkgver=0.1.0.20160329
+_commit=d7f4370dde9b67c8b5a8a4fd3a3df4507ba7f879
+pkgrel=1
+pkgdesc="The GL Vendor-Neutral Dispatch library"
+arch=('i686' 'x86_64')
+url="https://github.com/NVIDIA/libglvnd";
+license=('custom:BSD-like')
+depends=('libxext')
+makedepends=('xorg-server-devel' 'git' 'python2')
+source=("git+https://github.com/NVIDIA/libglvnd.git#commit=$_commit";
+LICENSE)
+sha1sums=('SKIP'
+  'c88e07f333fcf8dcdbef370b85372b4d88ad8a66')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+
+  # For compatibility with older nvidia drivers for bumblebee
+  # Symlinks to /usr/lib will be in nvidia-libgl
+  mkdir "$pkgdir/usr/lib/nvidia"
+  for _lib in libGL.so libGLESv1_CM.so libGLESv2.so; do
+mv "$pkgdir"/usr/lib/$_lib* "$pkgdir"/usr/lib/nvidia/
+  done
+
+  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: libglvnd/repos/staging-x86_64/LICENSE (from rev 263492, 
libglvnd/trunk/LICENSE)
===
--- staging-x86_64/LICENSE  (rev 0)
+++ staging-x86_64/LICENSE  2016-03-31 11:46:10 UTC (rev 263493)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clear

[arch-commits] Commit in libglvnd/repos (6 files)

2016-03-04 Thread Felix Yan
Date: Saturday, March 5, 2016 @ 04:12:10
  Author: fyan
Revision: 260842

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libglvnd/repos/testing-i686/
  libglvnd/repos/testing-i686/LICENSE
(from rev 260841, libglvnd/trunk/LICENSE)
  libglvnd/repos/testing-i686/PKGBUILD
(from rev 260841, libglvnd/trunk/PKGBUILD)
  libglvnd/repos/testing-x86_64/
  libglvnd/repos/testing-x86_64/LICENSE
(from rev 260841, libglvnd/trunk/LICENSE)
  libglvnd/repos/testing-x86_64/PKGBUILD
(from rev 260841, libglvnd/trunk/PKGBUILD)

-+
 testing-i686/LICENSE|   26 ++
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/LICENSE  |   26 ++
 testing-x86_64/PKGBUILD |   38 ++
 4 files changed, 128 insertions(+)

Copied: libglvnd/repos/testing-i686/LICENSE (from rev 260841, 
libglvnd/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2016-03-05 03:12:10 UTC (rev 260842)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE 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 THE AUTHORS OR COPYRIGHT HOLDERS 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
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: libglvnd/repos/testing-i686/PKGBUILD (from rev 260841, 
libglvnd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-05 03:12:10 UTC (rev 260842)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 249779 2015-10-27 00:47:25Z eric $
+# Maintainer: Felix Yan 
+
+pkgname=libglvnd
+pkgver=0.0.0.20160227
+_commit=642fd89560312200a236dcc59dbe7d7f5d7e60ec
+pkgrel=1
+pkgdesc="The GL Vendor-Neutral Dispatch library"
+arch=('i686' 'x86_64')
+url="https://github.com/NVIDIA/libglvnd";
+license=('custom:BSD-like')
+depends=('libxext')
+makedepends=('xorg-server-devel' 'git' 'python2')
+source=("git+https://github.com/NVIDIA/libglvnd.git#commit=$_commit";
+LICENSE)
+sha1sums=('SKIP'
+  'c88e07f333fcf8dcdbef370b85372b4d88ad8a66')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+
+  # For compatibility with older nvidia drivers for bumblebee
+  # Symlinks to /usr/lib will be in nvidia-libgl
+  mkdir "$pkgdir/usr/lib/nvidia"
+  for _lib in libGL.so libGLESv1_CM.so libGLESv2.so; do
+mv "$pkgdir"/usr/lib/$_lib* "$pkgdir"/usr/lib/nvidia/
+  done
+
+  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: libglvnd/repos/testing-x86_64/LICENSE (from rev 260841, 
libglvnd/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2016-03-05 03:12:10 UTC (rev 260842)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearl

[arch-commits] Commit in libglvnd/repos (6 files)

2016-02-10 Thread Felix Yan
Date: Wednesday, February 10, 2016 @ 11:54:14
  Author: fyan
Revision: 259028

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libglvnd/repos/extra-i686/
  libglvnd/repos/extra-i686/LICENSE
(from rev 259027, libglvnd/trunk/LICENSE)
  libglvnd/repos/extra-i686/PKGBUILD
(from rev 259027, libglvnd/trunk/PKGBUILD)
  libglvnd/repos/extra-x86_64/
  libglvnd/repos/extra-x86_64/LICENSE
(from rev 259027, libglvnd/trunk/LICENSE)
  libglvnd/repos/extra-x86_64/PKGBUILD
(from rev 259027, libglvnd/trunk/PKGBUILD)

---+
 extra-i686/LICENSE|   26 ++
 extra-i686/PKGBUILD   |   31 +++
 extra-x86_64/LICENSE  |   26 ++
 extra-x86_64/PKGBUILD |   31 +++
 4 files changed, 114 insertions(+)

Copied: libglvnd/repos/extra-i686/LICENSE (from rev 259027, 
libglvnd/trunk/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2016-02-10 10:54:14 UTC (rev 259028)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE 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 THE AUTHORS OR COPYRIGHT HOLDERS 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
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: libglvnd/repos/extra-i686/PKGBUILD (from rev 259027, 
libglvnd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-10 10:54:14 UTC (rev 259028)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 249779 2015-10-27 00:47:25Z eric $
+# Maintainer: Felix Yan 
+
+pkgname=libglvnd
+pkgver=0.0.0.20160210
+_commit=236710018777d8b16f62b5c275e3ee95af7052cd
+pkgrel=1
+pkgdesc="The GL Vendor-Neutral Dispatch library"
+arch=('i686' 'x86_64')
+url="https://github.com/NVIDIA/libglvnd";
+license=('custom:BSD-like')
+depends=('libxext')
+makedepends=('xorg-server-devel' 'git' 'python2')
+source=("git+https://github.com/NVIDIA/libglvnd.git#commit=$_commit";
+LICENSE)
+sha1sums=('SKIP'
+  'c88e07f333fcf8dcdbef370b85372b4d88ad8a66')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: libglvnd/repos/extra-x86_64/LICENSE (from rev 259027, 
libglvnd/trunk/LICENSE)
===
--- extra-x86_64/LICENSE(rev 0)
+++ extra-x86_64/LICENSE2016-02-10 10:54:14 UTC (rev 259028)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+M