[arch-commits] Commit in lib32-nvidia-304xx-utils/repos (2 files)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 08:01:57
  Author: lcarlier
Revision: 213598

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-nvidia-304xx-utils/repos/multilib-testing-x86_64/
  lib32-nvidia-304xx-utils/repos/multilib-testing-x86_64/PKGBUILD
(from rev 213597, lib32-nvidia-304xx-utils/trunk/PKGBUILD)

--+
 PKGBUILD |  112 +
 1 file changed, 112 insertions(+)

Copied: lib32-nvidia-304xx-utils/repos/multilib-testing-x86_64/PKGBUILD (from 
rev 213597, lib32-nvidia-304xx-utils/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2017-02-23 08:01:57 UTC (rev 213598)
@@ -0,0 +1,112 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jason Graham 
+# Contributor: Thomas Baechler 
+# Contributor: James Rayner 
+
+_pkgbasename=nvidia-304xx-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-304xx-utils' 'lib32-opencl-nvidia-304xx')
+pkgver=304.135
+pkgrel=1
+pkgdesc="NVIDIA drivers utilities and libraries (32-bit)"
+arch=('x86_64')
+url="http://www.nvidia.com/";
+license=('custom')
+options=('!strip')
+
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+sha256sums=('5cb0a191ddca7b4c72b3c26cd57b7d719878ce628d24b5b026a0e5c8d3a00d93')
+
+create_links() {
+  # create soname links
+  for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 'SONAME.*: 
\[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+  done
+}
+
+build() {
+  sh ${_pkg}.run --extract-only
+}
+
+package_lib32-opencl-nvidia-304xx() {
+  pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
+  depends=('lib32-zlib' 'lib32-gcc-libs' 'opencl-nvidia-304xx')
+  optdepends=('opencl-headers: headers necessary for OpenCL development')
+  conflicts=('lib32-opencl-nvidia')
+  provides=('lib32-opencl-driver')
+
+  cd ${_pkg}
+
+  # OpenCL
+  install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
+  install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}"
+  
+  create_links
+
+  mkdir -p "${pkgdir}/usr/share/licenses"
+  ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
+}
+
+package_lib32-nvidia-304xx-utils() {
+  pkgdesc="NVIDIA drivers utilities (32-bit)"
+  depends=('lib32-libxvmc' 'lib32-zlib' 'lib32-gcc-libs' 'lib32-libxext' 
'lib32-mesa' 'nvidia-304xx-utils')
+  conflicts=('lib32-libgl' 'lib32-libegl' 'lib32-libgles' 
'lib32-nvidia-304xx-libgl' 'lib32-nvidia-utils')
+  provides=('lib32-libgl'  'lib32-libegl' 'lib32-libgles' 
'lib32-nvidia-304xx-libgl')
+  replaces=('lib32-nvidia-304xx-libgl')
+  optdepends=('lib32-opencl-nvidia-304xx')
+
+  cd ${_pkg}
+
+  # OpenGL libraries
+  install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}"
+
+  # OpenGL core library
+  install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-glcore.so.${pkgver}"
+
+  # XvMC
+  install -D -m755 "libXvMCNVIDIA.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libXvMCNVIDIA.so.${pkgver}"
+
+  # VDPAU
+  install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}"
+
+  # nvidia-tls library
+  install -D -m755 "tls/libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-tls.so.${pkgver}"
+  install -D -m755 "libnvidia-cfg.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-cfg.so.${pkgver}"
+  install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-ml.so.${pkgver}"
+  
+  # CUDA
+  install -D -m755 "libcuda.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libcuda.so.${pkgver}"
+  install -D -m755 "libnvcuvid.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvcuvid.so.${pkgver}"
+
+  # DEBUG
+  install -D -m755 nvidia-debugdump "${pkgdir}/usr/bin/nvidia-debugdump"
+
+  # We have to provide symlinks to mesa, as nvidia 304xx doesn't ship them
+  ln -s /usr/lib32/mesa/libEGL.so.1.0.0 
"${pkgdir}/usr/lib32/nvidia/libEGL.so.1.0.0"
+  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib32/nvidia/libEGL.so.1"
+  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib32/nvidia/libEGL.so"
+
+  ln -s /usr/lib32/mesa/libGLESv1_CM.so.1.1.0 
"${pkgdir}/usr/lib32/nvidia/libGLESv1_CM.so.1.1.0"
+  ln -s libGLESv1_CM.so.1.1.0  
"${pkgdir}/usr/lib32/nvidia/libGLESv1_CM.so.1"
+  ln -s libGLESv1_CM.so.1.1.0  "${pkgdir}/usr/lib32/nvidia/libGLESv1_CM.so"
+
+  ln -s /usr/lib32/mesa/libGLESv2.so.2.0.0 
"${pkgdir}/usr/lib32/nvidia/libGLESv2.so.2.0.0"
+  ln -s libGLESv2.so.2.0.0  "${pkgdir}/usr/lib32

[arch-commits] Commit in lib32-nvidia-304xx-utils/trunk (PKGBUILD)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 08:01:52
  Author: lcarlier
Revision: 213597

upgpkg: lib32-nvidia-304xx-utils 304.135-1

upstream update 304.135

Modified:
  lib32-nvidia-304xx-utils/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 06:44:10 UTC (rev 213596)
+++ PKGBUILD2017-02-23 08:01:52 UTC (rev 213597)
@@ -7,8 +7,8 @@
 _pkgbasename=nvidia-304xx-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-304xx-utils' 'lib32-opencl-nvidia-304xx')
-pkgver=304.134
-pkgrel=2
+pkgver=304.135
+pkgrel=1
 pkgdesc="NVIDIA drivers utilities and libraries (32-bit)"
 arch=('x86_64')
 url="http://www.nvidia.com/";
@@ -18,7 +18,7 @@
 _arch='x86'
 _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
 
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-sha256sums=('84f7891af131bb9f9a8a34401dfef4288218019406dfa4ae57b6d52b14e81c9d')
+sha256sums=('5cb0a191ddca7b4c72b3c26cd57b7d719878ce628d24b5b026a0e5c8d3a00d93')
 
 create_links() {
   # create soname links


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

2017-02-23 Thread Antonio Rojas
Date: Thursday, February 23, 2017 @ 09:17:49
  Author: arojas
Revision: 213599

Update to 3.2.1

Modified:
  normaliz/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 08:01:57 UTC (rev 213598)
+++ PKGBUILD2017-02-23 09:17:49 UTC (rev 213599)
@@ -2,7 +2,7 @@
 # Contributor: Tarn Burton 
 
 pkgname=normaliz
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="A tool for computations in affine monoids, vector configurations, 
lattice polytopes, and rational cones."
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(gmp)
 makedepends=(boost)
 
source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz";)
-md5sums=('d3c41d2f1fc948d9f5d206d7a87ee4ab')
+sha256sums=('c4982070f64c0575ab20b8d48b0e19128e8118ebb4187c5d7f8908ec006bc37f')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in normaliz/repos (4 files)

2017-02-23 Thread Antonio Rojas
Date: Thursday, February 23, 2017 @ 09:18:16
  Author: arojas
Revision: 213600

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

Added:
  normaliz/repos/community-i686/PKGBUILD
(from rev 213599, normaliz/trunk/PKGBUILD)
  normaliz/repos/community-x86_64/PKGBUILD
(from rev 213599, normaliz/trunk/PKGBUILD)
Deleted:
  normaliz/repos/community-i686/PKGBUILD
  normaliz/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   50 
 community-i686/PKGBUILD   |   25 --
 community-x86_64/PKGBUILD |   25 --
 3 files changed, 50 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-23 09:17:49 UTC (rev 213599)
+++ community-i686/PKGBUILD 2017-02-23 09:18:16 UTC (rev 213600)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Tarn Burton 
-
-pkgname=normaliz
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="A tool for computations in affine monoids, vector configurations, 
lattice polytopes, and rational cones."
-arch=(i686 x86_64)
-url="https://www.normaliz.uni-osnabrueck.de/";
-license=(GPL)
-depends=(gmp)
-makedepends=(boost)
-source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz";)
-md5sums=('d3c41d2f1fc948d9f5d206d7a87ee4ab')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: normaliz/repos/community-i686/PKGBUILD (from rev 213599, 
normaliz/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-23 09:18:16 UTC (rev 213600)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Tarn Burton 
+
+pkgname=normaliz
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="A tool for computations in affine monoids, vector configurations, 
lattice polytopes, and rational cones."
+arch=(i686 x86_64)
+url="https://www.normaliz.uni-osnabrueck.de/";
+license=(GPL)
+depends=(gmp)
+makedepends=(boost)
+source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz";)
+sha256sums=('c4982070f64c0575ab20b8d48b0e19128e8118ebb4187c5d7f8908ec006bc37f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-23 09:17:49 UTC (rev 213599)
+++ community-x86_64/PKGBUILD   2017-02-23 09:18:16 UTC (rev 213600)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Tarn Burton 
-
-pkgname=normaliz
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="A tool for computations in affine monoids, vector configurations, 
lattice polytopes, and rational cones."
-arch=(i686 x86_64)
-url="https://www.normaliz.uni-osnabrueck.de/";
-license=(GPL)
-depends=(gmp)
-makedepends=(boost)
-source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz";)
-md5sums=('d3c41d2f1fc948d9f5d206d7a87ee4ab')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: normaliz/repos/community-x86_64/PKGBUILD (from rev 213599, 
normaliz/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-23 09:18:16 UTC (rev 213600)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Tarn Burton 
+
+pkgname=normaliz
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="A tool for computations in affine monoids, vector configurations, 
lattice polytopes, and rational cones."
+arch=(i686 x86_64)
+url="https://www.normaliz.uni-osnabrueck.de/";
+license=(GPL)
+depends=(gmp)
+makedepends=(boost)
+source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz";)
+sha256sums=('c4982070f64c0575ab20b8d48b0e19128e8118ebb4187c5d7f8908ec006bc37f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 09:26:28
  Author: lcarlier
Revision: 289415

upgpkg: mesa 17.0.0-3

enable gallium osmesa (FS#52940)

Modified:
  mesa/trunk/PKGBUILD

--+
 PKGBUILD |   42 --
 1 file changed, 4 insertions(+), 38 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 09:18:56 UTC (rev 289414)
+++ PKGBUILD2017-02-23 09:26:28 UTC (rev 289415)
@@ -3,9 +3,9 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=mesa
-pkgname=('opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 
'mesa-vdpau' 'mesa') # 'mesa-libgl')
+pkgname=('opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 
'mesa-vdpau' 'mesa')
 pkgver=17.0.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 
'wayland' 'elfutils' 'llvm'
@@ -75,7 +75,7 @@
 --enable-gles2 \
 --enable-gbm \
 --enable-dri \
---enable-osmesa \
+--enable-gallium-osmesa \
 --enable-texture-float \
 --enable-xa \
 --enable-vdpau \
@@ -172,7 +172,7 @@
   'libva-mesa-driver: for accelerated video playback')
   provides=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa-dri' 
'mesa-libgl' 'opengl-driver')
   conflicts=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa-dri' 
'mesa-libgl')
-  replaces=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa-dri') 
#'mesa-libgl')
+  replaces=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa-dri' 
'mesa-libgl')
 
   install -m755 -d ${pkgdir}/etc
   cp -rv ${srcdir}/fakeinstall/etc/drirc ${pkgdir}/etc
@@ -197,12 +197,6 @@
   # remove vulkan headers
   rm -rf ${pkgdir}/usr/include/vulkan
 
-  #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/
-
   # libglvnd support
   cp -rv ${srcdir}/fakeinstall/usr/lib/libGLX_mesa.so* ${pkgdir}/usr/lib/
   cp -rv ${srcdir}/fakeinstall/usr/lib/libEGL_mesa.so* ${pkgdir}/usr/lib/
@@ -210,31 +204,3 @@
   install -m755 -d "${pkgdir}/usr/share/licenses/mesa"
   install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/mesa/"
 }
-
-# package_mesa-libgl() {
-#   pkgdesc="Mesa 3-D graphics library"
-#   depends=('mesa')
-#   provides=('libgl' 'libgles' 'libegl')
-#   conflicts=('libgl' 'libgles' 'libegl')
-# 
-#   install -m755 -d "${pkgdir}/usr/lib/"
-#  
-#   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/"
-# }


[arch-commits] Commit in mesa/repos (36 files)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 09:26:44
  Author: lcarlier
Revision: 289416

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

Added:
  
mesa/repos/staging-i686/0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch
(from rev 289415, 
mesa/trunk/0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch)
  mesa/repos/staging-i686/0001-Fix-linkage-against-shared-glapi.patch
(from rev 289415, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  mesa/repos/staging-i686/0001-glapi-Link-with-glapi-when-built-shared.patch
(from rev 289415, 
mesa/trunk/0001-glapi-Link-with-glapi-when-built-shared.patch)
  mesa/repos/staging-i686/0001-glx-glvnd-Fix-GLXdispatchIndex-sorting.patch
(from rev 289415, 
mesa/trunk/0001-glx-glvnd-Fix-GLXdispatchIndex-sorting.patch)
  
mesa/repos/staging-i686/0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
(from rev 289415, 
mesa/trunk/0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch)
  mesa/repos/staging-i686/LICENSE
(from rev 289415, mesa/trunk/LICENSE)
  mesa/repos/staging-i686/PKGBUILD
(from rev 289415, mesa/trunk/PKGBUILD)
  mesa/repos/staging-i686/glvnd-fix-gl-dot-pc.patch
(from rev 289415, mesa/trunk/glvnd-fix-gl-dot-pc.patch)
  mesa/repos/staging-i686/remove-libpthread-stubs.patch
(from rev 289415, mesa/trunk/remove-libpthread-stubs.patch)
  
mesa/repos/staging-x86_64/0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch
(from rev 289415, 
mesa/trunk/0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch)
  mesa/repos/staging-x86_64/0001-Fix-linkage-against-shared-glapi.patch
(from rev 289415, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  mesa/repos/staging-x86_64/0001-glapi-Link-with-glapi-when-built-shared.patch
(from rev 289415, 
mesa/trunk/0001-glapi-Link-with-glapi-when-built-shared.patch)
  mesa/repos/staging-x86_64/0001-glx-glvnd-Fix-GLXdispatchIndex-sorting.patch
(from rev 289415, 
mesa/trunk/0001-glx-glvnd-Fix-GLXdispatchIndex-sorting.patch)
  
mesa/repos/staging-x86_64/0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
(from rev 289415, 
mesa/trunk/0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch)
  mesa/repos/staging-x86_64/LICENSE
(from rev 289415, mesa/trunk/LICENSE)
  mesa/repos/staging-x86_64/PKGBUILD
(from rev 289415, mesa/trunk/PKGBUILD)
  mesa/repos/staging-x86_64/glvnd-fix-gl-dot-pc.patch
(from rev 289415, mesa/trunk/glvnd-fix-gl-dot-pc.patch)
  mesa/repos/staging-x86_64/remove-libpthread-stubs.patch
(from rev 289415, mesa/trunk/remove-libpthread-stubs.patch)
Deleted:
  
mesa/repos/staging-i686/0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch
  mesa/repos/staging-i686/0001-Fix-linkage-against-shared-glapi.patch
  mesa/repos/staging-i686/0001-glapi-Link-with-glapi-when-built-shared.patch
  mesa/repos/staging-i686/0001-glx-glvnd-Fix-GLXdispatchIndex-sorting.patch
  
mesa/repos/staging-i686/0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
  mesa/repos/staging-i686/LICENSE
  mesa/repos/staging-i686/PKGBUILD
  mesa/repos/staging-i686/glvnd-fix-gl-dot-pc.patch
  mesa/repos/staging-i686/remove-libpthread-stubs.patch
  
mesa/repos/staging-x86_64/0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch
  mesa/repos/staging-x86_64/0001-Fix-linkage-against-shared-glapi.patch
  mesa/repos/staging-x86_64/0001-glapi-Link-with-glapi-when-built-shared.patch
  mesa/repos/staging-x86_64/0001-glx-glvnd-Fix-GLXdispatchIndex-sorting.patch
  
mesa/repos/staging-x86_64/0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
  mesa/repos/staging-x86_64/LICENSE
  mesa/repos/staging-x86_64/PKGBUILD
  mesa/repos/staging-x86_64/glvnd-fix-gl-dot-pc.patch
  mesa/repos/staging-x86_64/remove-libpthread-stubs.patch

+
 /0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch
| 7904 ++
 /0001-Fix-linkage-against-shared-glapi.patch   
|   52 
 /0001-glapi-Link-with-glapi-when-built-shared.patch
|  164 
 /0001-glx-glvnd-Fix-GLXdispatchIndex-sorting.patch 
|  132 
 /0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch   
|   66 
 /LICENSE   
|  164 
 /PKGBUILD  
|  412 
 /glvnd-fix-gl-dot-pc.patch 
|   24 
 /remove-libpthread-stubs.patch 
|   26 
 staging-i686/0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch
| 3952 -
 staging-i686/0001-Fix-linkage-against-shared-glapi.patch   
|   26 
 staging-i686/0001-glapi-Link-with-glapi-when-built-shared.patch
|   82 
 staging-i686/0001-glx-glvnd

[arch-commits] Commit in lib32-mesa/trunk (PKGBUILD)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 09:34:17
  Author: lcarlier
Revision: 213602

upgpkg: lib32-mesa 17.0.0-3

enable gallium osmesa (FS#52940)

Modified:
  lib32-mesa/trunk/PKGBUILD

--+
 PKGBUILD |   43 ---
 1 file changed, 4 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 09:19:36 UTC (rev 213601)
+++ PKGBUILD2017-02-23 09:34:17 UTC (rev 213602)
@@ -4,9 +4,9 @@
 # Contributor: Andreas Radke 
 
 pkgbase=lib32-mesa
-pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-mesa-vdpau' 
'lib32-mesa') # 'lib32-mesa-libgl')
+pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-mesa-vdpau' 
'lib32-mesa')
 pkgver=17.0.0
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-libelf' 'lib32-llvm' 'lib32-libvdpau'
@@ -86,7 +86,7 @@
 --enable-gles2 \
 --enable-gbm \
 --enable-dri \
---enable-osmesa \
+--enable-gallium-osmesa \
 --enable-texture-float \
 --enable-nine \
 --enable-vdpau 
@@ -147,7 +147,7 @@
   'lib32-mesa-vdpau: for accelerated video playback')
   provides=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 
'lib32-mesa-dri' 'lib32-mesa-libgl' 'lib32-opengl-driver')
   conflicts=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 
'lib32-mesa-dri' 'lib32-mesa-libgl')
-  replaces=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 
'lib32-mesa-dri') # 'lib32-mesa-libgl')
+  replaces=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 
'lib32-mesa-dri' 'lib32-mesa-libgl')
 
   install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
   # ati-dri, nouveay-dri, intel-dri, swrast
@@ -161,12 +161,6 @@
 
   cp -rv ${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/
-
   # libglvnd support
   cp -rv ${srcdir}/fakeinstall/usr/lib32/libGLX_mesa.so* ${pkgdir}/usr/lib32/
   cp -rv ${srcdir}/fakeinstall/usr/lib32/libEGL_mesa.so* ${pkgdir}/usr/lib32/
@@ -174,32 +168,3 @@
   install -m755 -d "${pkgdir}/usr/share/licenses/lib32-mesa"
   install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/lib32-mesa/"
 }
-
-# package_lib32-mesa-libgl() {
-#   pkgdesc="Mesa 3-D graphics library (32-bit)"
-#   depends=('lib32-mesa')
-#   provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
-#   conflicts=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
-# 
-#   install -m755 -d ${pkgdir}/usr/lib32
-# 
-#   ln -s /usr/lib32/mesa/libGL.so.1.2.0 ${pkgdir}/usr/lib32/libGL.so.1.2.0
-#   ln -s libGL.so.1.2.0  ${pkgdir}/usr/lib32/libGL.so.1
-#   ln -s libGL.so.1.2.0 ${pkgdir}/usr/lib32/libGL.so
-# 
-#   ln -s /usr/lib32/mesa/libEGL.so.1.0.0 ${pkgdir}/usr/lib32/libEGL.so.1.0.0
-#   ln -s libEGL.so.1.0.0  ${pkgdir}/usr/lib32/libEGL.so.1
-#   ln -s libEGL.so.1.0.0 ${pkgdir}/usr/lib32/libEGL.so
-# 
-#   ln -s /usr/lib32/mesa/libGLESv1_CM.so.1.1.0 
${pkgdir}/usr/lib32/libGLESv1_CM.so.1.1.0
-#   ln -s libGLESv1_CM.so.1.1.0  
${pkgdir}/usr/lib32/libGLESv1_CM.so.1
-#   ln -s libGLESv1_CM.so.1.1.0 
${pkgdir}/usr/lib32/libGLESv1_CM.so
-# 
-#   ln -s /usr/lib32/mesa/libGLESv2.so.2.0.0 
${pkgdir}/usr/lib32/libGLESv2.so.2.0.0
-#   ln -s libGLESv2.so.2.0.0 ${pkgdir}/usr/lib32/libGLESv2.so.2
-#   ln -s libGLESv2.so.2.0.0 ${pkgdir}/usr/lib32/libGLESv2.so
-# 
-# 
-#   install -m755 -d "${pkgdir}/usr/share/licenses/lib32-mesa-libgl"
-#   install -m644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/lib32-mesa-libgl/"
-# }


[arch-commits] Commit in lib32-mesa/repos/multilib-staging-x86_64 (18 files)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 09:46:50
  Author: lcarlier
Revision: 213603

archrelease: copy trunk to multilib-staging-x86_64

Added:
  
lib32-mesa/repos/multilib-staging-x86_64/0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch
(from rev 213602, 
lib32-mesa/trunk/0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch)
  
lib32-mesa/repos/multilib-staging-x86_64/0001-Fix-linkage-against-shared-glapi.patch
(from rev 213602, 
lib32-mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  
lib32-mesa/repos/multilib-staging-x86_64/0001-glapi-Link-with-glapi-when-built-shared.patch
(from rev 213602, 
lib32-mesa/trunk/0001-glapi-Link-with-glapi-when-built-shared.patch)
  
lib32-mesa/repos/multilib-staging-x86_64/0001-glx-glvnd-Fix-GLXdispatchIndex-sorting.patch
(from rev 213602, 
lib32-mesa/trunk/0001-glx-glvnd-Fix-GLXdispatchIndex-sorting.patch)
  
lib32-mesa/repos/multilib-staging-x86_64/0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
(from rev 213602, 
lib32-mesa/trunk/0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch)
  lib32-mesa/repos/multilib-staging-x86_64/LICENSE
(from rev 213602, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-staging-x86_64/PKGBUILD
(from rev 213602, lib32-mesa/trunk/PKGBUILD)
  lib32-mesa/repos/multilib-staging-x86_64/glvnd-fix-gl-dot-pc.patch
(from rev 213602, lib32-mesa/trunk/glvnd-fix-gl-dot-pc.patch)
  lib32-mesa/repos/multilib-staging-x86_64/remove-libpthread-stubs.patch
(from rev 213602, lib32-mesa/trunk/remove-libpthread-stubs.patch)
Deleted:
  
lib32-mesa/repos/multilib-staging-x86_64/0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch
  
lib32-mesa/repos/multilib-staging-x86_64/0001-Fix-linkage-against-shared-glapi.patch
  
lib32-mesa/repos/multilib-staging-x86_64/0001-glapi-Link-with-glapi-when-built-shared.patch
  
lib32-mesa/repos/multilib-staging-x86_64/0001-glx-glvnd-Fix-GLXdispatchIndex-sorting.patch
  
lib32-mesa/repos/multilib-staging-x86_64/0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
  lib32-mesa/repos/multilib-staging-x86_64/LICENSE
  lib32-mesa/repos/multilib-staging-x86_64/PKGBUILD
  lib32-mesa/repos/multilib-staging-x86_64/glvnd-fix-gl-dot-pc.patch
  lib32-mesa/repos/multilib-staging-x86_64/remove-libpthread-stubs.patch

-+
 0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch  | 7904 
+-
 0001-Fix-linkage-against-shared-glapi.patch |   52 
 0001-glapi-Link-with-glapi-when-built-shared.patch  |  164 
 0001-glx-glvnd-Fix-GLXdispatchIndex-sorting.patch   |  132 
 0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch |   66 
 LICENSE |  164 
 PKGBUILD|  375 
 glvnd-fix-gl-dot-pc.patch   |   24 
 remove-libpthread-stubs.patch   |   26 
 9 files changed, 4436 insertions(+), 4471 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 213602:213603 to see the changes.


[arch-commits] Commit in nvidia-utils/repos (12 files)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 10:10:08
  Author: lcarlier
Revision: 289418

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

Added:
  nvidia-utils/repos/staging-i686/PKGBUILD
(from rev 289417, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/staging-i686/nvidia-drm-outputclass.conf
(from rev 289417, nvidia-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-utils/repos/staging-i686/nvidia-utils.install
(from rev 289417, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/staging-x86_64/PKGBUILD
(from rev 289417, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/staging-x86_64/nvidia-drm-outputclass.conf
(from rev 289417, nvidia-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-utils/repos/staging-x86_64/nvidia-utils.install
(from rev 289417, nvidia-utils/trunk/nvidia-utils.install)
Deleted:
  nvidia-utils/repos/staging-i686/PKGBUILD
  nvidia-utils/repos/staging-i686/nvidia-drm-outputclass.conf
  nvidia-utils/repos/staging-i686/nvidia-utils.install
  nvidia-utils/repos/staging-x86_64/PKGBUILD
  nvidia-utils/repos/staging-x86_64/nvidia-drm-outputclass.conf
  nvidia-utils/repos/staging-x86_64/nvidia-utils.install

+
 /PKGBUILD  |  340 +++
 /nvidia-drm-outputclass.conf   |   28 ++
 /nvidia-utils.install  |   20 +
 staging-i686/PKGBUILD  |  192 ---
 staging-i686/nvidia-drm-outputclass.conf   |   14 -
 staging-i686/nvidia-utils.install  |   10 
 staging-x86_64/PKGBUILD|  192 ---
 staging-x86_64/nvidia-drm-outputclass.conf |   14 -
 staging-x86_64/nvidia-utils.install|   10 
 9 files changed, 388 insertions(+), 432 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2017-02-23 10:10:00 UTC (rev 289417)
+++ staging-i686/PKGBUILD   2017-02-23 10:10:08 UTC (rev 289418)
@@ -1,192 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-pkgbase=nvidia-utils
-pkgname=('nvidia-utils' 'opencl-nvidia')
-pkgver=375.26
-pkgrel=4
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-license=('custom')
-options=('!strip')
-source=('nvidia-drm-outputclass.conf')
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
-md5sums=('158fc0ff11167957884768cfdc3dd77a')
-md5sums_i686=('b0706e88ad173f6b9c7bd2e5a838c163')
-md5sums_x86_64=('5595fb385e41638c5118784114b03d9a')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-create_links() {
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-done
-}
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-bsdtar -xf nvidia-persistenced-init.tar.bz2
-}
-
-package_opencl-nvidia() {
-pkgdesc="OpenCL implemention for NVIDIA"
-depends=('zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-provides=('opencl-driver')
-cd "${_pkg}"
-
-# OpenCL
-install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}"
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
-}
-
-#package_nvidia-libgl() {
-#pkgdesc="NVIDIA drivers libraries symlinks"
-#depends=('nvidia-utils')
-#conflicts=('libgl' 'libegl' 'libgles')
-#provides=('libgl' 'libegl' 'libgles')
-#cd "${_pkg}"
-#
-#mkdir -p "${pkgdir}/usr/lib/"
-#
-#ln -s "/usr/lib/nvidia/libGL.so.1" "${pkgdir}/usr/lib/libGL.so.1"
-#ln -s "libGL.so.1" "${pkgdir}/usr/lib/libGL.so"
-#
-#ln -s "/usr/lib/nvidia/libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so.1"
-#ln -s "libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so"
-#
-#ln -s "/usr/lib/nvidia/libGLESv1_CM.so.1" 
"${pkgdir}/usr/lib/libGLESv1_CM.so.1"
-#ln -s "libGLESv1_CM.so.1" "${pkgdir}/usr/lib/libGLESv1_CM.so"
-#
-#ln -s "/usr/lib/nvidia/libGLESv2.so.2" "${pkgdir}/usr/lib/libGLESv2.so.2"
-#ln -s "libGLESv2.so.2" "${pkgdir}/usr/lib/libGLESv2.so"
-#
-#mkdir -p "

[arch-commits] Commit in nvidia-utils/trunk (PKGBUILD nvidia-drm-outputclass.conf)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 10:10:00
  Author: lcarlier
Revision: 289417

upgpkg: nvidia-utils 378.13-2

update libglvnd driver to 378.13

Modified:
  nvidia-utils/trunk/PKGBUILD
  nvidia-utils/trunk/nvidia-drm-outputclass.conf

-+
 PKGBUILD|   36 +++-
 nvidia-drm-outputclass.conf |8 
 2 files changed, 15 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 09:26:44 UTC (rev 289416)
+++ PKGBUILD2017-02-23 10:10:00 UTC (rev 289417)
@@ -4,9 +4,9 @@
 # Contributor: James Rayner 
 
 pkgbase=nvidia-utils
-pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
+pkgname=('nvidia-utils' 'opencl-nvidia')
 pkgver=378.13
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
 license=('custom')
@@ -14,7 +14,7 @@
 source=('nvidia-drm-outputclass.conf')
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
-md5sums=('4f5562ee8f3171769e4638b35396c55d')
+md5sums=('158fc0ff11167957884768cfdc3dd77a')
 md5sums_i686=('dd1077750af9a067739ec291fb24175f')
 md5sums_x86_64=('fe4d25b19a780a690cafc8e3b7c0113f')
 
@@ -55,31 +55,6 @@
 ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
 }
 
-package_nvidia-libgl() {
-pkgdesc="NVIDIA drivers libraries symlinks"
-depends=('nvidia-utils')
-conflicts=('libgl' 'libegl' 'libgles')
-provides=('libgl' 'libegl' 'libgles')
-cd "${_pkg}"
-
-mkdir -p "${pkgdir}/usr/lib/"
-
-ln -s "/usr/lib/nvidia/libGL.so.1" "${pkgdir}/usr/lib/libGL.so.1"
-ln -s "libGL.so.1" "${pkgdir}/usr/lib/libGL.so"
-
-ln -s "/usr/lib/nvidia/libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so.1"
-ln -s "libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so"
-
-ln -s "/usr/lib/nvidia/libGLESv1_CM.so.1" 
"${pkgdir}/usr/lib/libGLESv1_CM.so.1"
-ln -s "libGLESv1_CM.so.1" "${pkgdir}/usr/lib/libGLESv1_CM.so"
-
-ln -s "/usr/lib/nvidia/libGLESv2.so.2" "${pkgdir}/usr/lib/libGLESv2.so.2"
-ln -s "libGLESv2.so.2" "${pkgdir}/usr/lib/libGLESv2.so"
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia "${pkgdir}/usr/share/licenses/nvidia-libgl"
-}
-
 package_nvidia-utils() {
 pkgdesc="NVIDIA drivers utilities"
 depends=('xorg-server' 'libglvnd')
@@ -86,8 +61,11 @@
 optdepends=('nvidia-settings: configuration tool'
 'xorg-server-devel: nvidia-xconfig'
 'opencl-nvidia: OpenCL support')
-provides=('vulkan-driver')
+conflicts=('nvidia-libgl')
+provides=('vulkan-driver' 'opengl-driver' 'nvidia-libgl')
+replaces=('nvidia-libgl')
 install="${pkgname}.install"
+
 cd "${_pkg}"
 
 # X driver

Modified: nvidia-drm-outputclass.conf
===
--- nvidia-drm-outputclass.conf 2017-02-23 09:26:44 UTC (rev 289416)
+++ nvidia-drm-outputclass.conf 2017-02-23 10:10:00 UTC (rev 289417)
@@ -2,5 +2,13 @@
 Identifier "nvidia"
 MatchDriver "nvidia-drm"
 Driver "nvidia"
+Option "AllowEmptyInitialConfiguration"
+Option "PrimaryGPU" "yes"
 ModulePath "/usr/lib/nvidia/xorg"
 EndSection
+
+Section "OutputClass"
+Identifier "intel"
+MatchDriver "i915"
+Driver "modesetting"
+EndSection


[arch-commits] Commit in lib32-nvidia-utils/trunk (PKGBUILD)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 10:32:45
  Author: lcarlier
Revision: 213604

upgpkg: lib32-nvidia-utils 378.13-2

update libglvnd driver to 378.13

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

--+
 PKGBUILD |   39 +--
 1 file changed, 9 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 09:46:50 UTC (rev 213603)
+++ PKGBUILD2017-02-23 10:32:45 UTC (rev 213604)
@@ -4,12 +4,12 @@
 
 _pkgbasename=nvidia-utils
 pkgbase=lib32-$_pkgbasename
-pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
+pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
 pkgver=378.13
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="http://www.nvidia.com/";
-makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
+#makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
 license=('custom')
 options=('!strip')
 
@@ -37,6 +37,7 @@
 depends=('lib32-zlib' 'lib32-gcc-libs')
 optdepends=('opencl-headers: headers necessary for OpenCL development')
 provides=('lib32-opencl-driver')
+
 cd "${_pkg}"
 
 # OpenCL
@@ -49,39 +50,17 @@
 ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
 }
 
-package_lib32-nvidia-libgl() {
-pkgdesc="NVIDIA drivers libraries symlinks (32-bit)"
-depends=('lib32-nvidia-utils' 'nvidia-libgl')
-replaces=('lib32-nvidia-utils<=313.26-1')
-conflicts=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
-provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
-cd "${_pkg}"
-
-mkdir -p "${pkgdir}/usr/lib32"
-ln -s "/usr/lib32/nvidia/libGL.so.1" "${pkgdir}/usr/lib32/libGL.so.1"
-ln -s "libGL.so.1" "${pkgdir}/usr/lib32/libGL.so"
-
-ln -s "/usr/lib32/nvidia/libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so.1"
-ln -s "libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so"
-
-ln -s "/usr/lib32/nvidia/libGLESv1_CM.so.1" 
"${pkgdir}/usr/lib32/libGLESv1_CM.so.1"
-ln -s "libGLESv1_CM.so.1" "${pkgdir}/usr/lib32/libGLESv1_CM.so"
-
-ln -s "/usr/lib32/nvidia/libGLESv2.so.2" 
"${pkgdir}/usr/lib32/libGLESv2.so.2"
-ln -s "libGLESv2.so.2" "${pkgdir}/usr/lib32/libGLESv2.so"
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-nvidia-libgl"
-}
-
 package_lib32-nvidia-utils() {
 pkgdesc="NVIDIA drivers utilities (32-bit)"
 depends=('lib32-zlib' 'lib32-gcc-libs' 'lib32-libglvnd' 'nvidia-utils')
 optdepends=('lib32-opencl-nvidia')
-provides=('lib32-vulkan-driver')
+conflicts=('lib32-nvidia-libgl')
+provides=('lib32-vulkan-driver' 'lib32-opengl-driver' 'lib32-nvidia-libgl')
+replaces=('lib32-nvidia-libgl')
+
 cd "${_pkg}"
 
-# GLX extension module for X
+# GLX extension module for X - useless ?
 install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so.${pkgver}"
 ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so" # X doesn't find 
glx otherwise
 install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_nvidia.so.${pkgver}"


[arch-commits] Commit in lib32-nvidia-utils/repos/multilib-staging-x86_64 (2 files)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 10:32:51
  Author: lcarlier
Revision: 213605

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-staging-x86_64/PKGBUILD
(from rev 213604, lib32-nvidia-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-utils/repos/multilib-staging-x86_64/PKGBUILD

--+
 PKGBUILD |  248 +++--
 1 file changed, 113 insertions(+), 135 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-23 10:32:45 UTC (rev 213604)
+++ PKGBUILD2017-02-23 10:32:51 UTC (rev 213605)
@@ -1,135 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-_pkgbasename=nvidia-utils
-pkgbase=lib32-$_pkgbasename
-pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
-pkgver=375.26
-pkgrel=3
-arch=('x86_64')
-url="http://www.nvidia.com/";
-#makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-sha512sums=('3bc859a95469a45f3c627018248d83e178d160385c3d17d9f890b0d142ecd1220fb21c442e4fe7755b831227a9c820736f447b162acd9699819c6e8145d6d841')
-
-create_links() {
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-done
-}
-
-build() {
-sh ${_pkg}.run --extract-only
-}
-
-package_lib32-opencl-nvidia() {
-pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
-depends=('lib32-zlib' 'lib32-gcc-libs')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-provides=('lib32-opencl-driver')
-cd "${_pkg}"
-
-# OpenCL
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}" 
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
-}
-
-#package_lib32-nvidia-libgl() {
-#pkgdesc="NVIDIA drivers libraries symlinks (32-bit)"
-#depends=('lib32-nvidia-utils' 'nvidia-libgl')
-#replaces=('lib32-nvidia-utils<=313.26-1')
-#conflicts=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
-#provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
-#cd "${_pkg}"
-#
-#mkdir -p "${pkgdir}/usr/lib32"
-#ln -s "/usr/lib32/nvidia/libGL.so.1" "${pkgdir}/usr/lib32/libGL.so.1"
-#ln -s "libGL.so.1" "${pkgdir}/usr/lib32/libGL.so"
-#
-#ln -s "/usr/lib32/nvidia/libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so.1"
-#ln -s "libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so"
-#
-#ln -s "/usr/lib32/nvidia/libGLESv1_CM.so.1" 
"${pkgdir}/usr/lib32/libGLESv1_CM.so.1"
-#ln -s "libGLESv1_CM.so.1" "${pkgdir}/usr/lib32/libGLESv1_CM.so"
-#
-#ln -s "/usr/lib32/nvidia/libGLESv2.so.2" 
"${pkgdir}/usr/lib32/libGLESv2.so.2"
-#ln -s "libGLESv2.so.2" "${pkgdir}/usr/lib32/libGLESv2.so"
-#
-#mkdir -p "${pkgdir}/usr/share/licenses"
-#ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-nvidia-libgl"
-#}
-
-package_lib32-nvidia-utils() {
-pkgdesc="NVIDIA drivers utilities (32-bit)"
-depends=('lib32-zlib' 'lib32-gcc-libs' 'lib32-libglvnd' 'nvidia-utils')
-optdepends=('lib32-opencl-nvidia')
-conflicts=('lib32-nvidia-libgl')
-provides=('lib32-vulkan-driver' 'lib32-nvidia-libgl' 'lib32-opengl-driver')
-cd "${_pkg}"
-
-# GLX extension module for X - useless ?
-install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so" # X doesn't find 
glx otherwise
-install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_nvidia.so.${pkgver}"
-ln -s "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_indirect.so.0"
-
-# Wayland stuff
-install -D -m755 "libnvidia-egl-wayland.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-egl-wayland.so.${pkgver}"
-ln -s "libnvidia-egl-wayland.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-egl-wayland.so.0"
-
-# OpenGL libraries
-install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.${pkgver}"
-install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM_nvidia.so.${pkgver}"
-install -D -m755 "libGLESv2_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv2_nvidia.so.$

[arch-commits] Commit in deepin-launcher/trunk (PKGBUILD)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 10:36:53
  Author: felixonmars
Revision: 213606

upgpkg: deepin-launcher 4.0.7-1

Modified:
  deepin-launcher/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 10:32:51 UTC (rev 213605)
+++ PKGBUILD2017-02-23 10:36:53 UTC (rev 213606)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=4.0.6
+pkgver=4.0.7
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('i686' 'x86_64')


[arch-commits] Commit in deepin-launcher/repos (4 files)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 10:37:23
  Author: felixonmars
Revision: 213607

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

Added:
  deepin-launcher/repos/community-i686/PKGBUILD
(from rev 213606, deepin-launcher/trunk/PKGBUILD)
  deepin-launcher/repos/community-x86_64/PKGBUILD
(from rev 213606, deepin-launcher/trunk/PKGBUILD)
Deleted:
  deepin-launcher/repos/community-i686/PKGBUILD
  deepin-launcher/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   31 --
 community-x86_64/PKGBUILD |   31 --
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-23 10:36:53 UTC (rev 213606)
+++ community-i686/PKGBUILD 2017-02-23 10:37:23 UTC (rev 213607)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.0.6
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-launcher";
-license=('GPL3')
-depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 
'deepin-file-manager-backend'
- 'startdde' 'deepin-tool-kit' 'deepin-menu' 'deepin-daemon' 
'deepin-qt-dbus-factory')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-launcher
-  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
-  make
-}
-
-package() {
-  cd dde-launcher
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-launcher/repos/community-i686/PKGBUILD (from rev 213606, 
deepin-launcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-23 10:37:23 UTC (rev 213607)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=4.0.7
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-launcher";
+license=('GPL3')
+depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 
'deepin-file-manager-backend'
+ 'startdde' 'deepin-tool-kit' 'deepin-menu' 'deepin-daemon' 
'deepin-qt-dbus-factory')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-launcher
+  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
+  make
+}
+
+package() {
+  cd dde-launcher
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-23 10:36:53 UTC (rev 213606)
+++ community-x86_64/PKGBUILD   2017-02-23 10:37:23 UTC (rev 213607)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.0.6
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-launcher";
-license=('GPL3')
-depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 
'deepin-file-manager-backend'
- 'startdde' 'deepin-tool-kit' 'deepin-menu' 'deepin-daemon' 
'deepin-qt-dbus-factory')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-launcher
-  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
-  make
-}
-
-package() {
-  cd dde-launcher
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 213606, 
deepin-launcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-23 10:37:23 UTC (rev 213607)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=4.0.7
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-launcher";
+license=('GPL3')
+depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 
'deepin-file-manager-backend'
+ 'startdde' 'deepin-tool-kit' 'deepin-menu' 'deepin-daemon' 
'deepin-qt-dbus-factory')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-launcher')
+re

[arch-commits] Commit in aws-cli/trunk (PKGBUILD)

2017-02-23 Thread Jonathan Steel
Date: Thursday, February 23, 2017 @ 11:03:31
  Author: jsteel
Revision: 213610

upgpkg: aws-cli 1.11.53-1

Modified:
  aws-cli/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 11:03:23 UTC (rev 213609)
+++ PKGBUILD2017-02-23 11:03:31 UTC (rev 213610)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.11.52
+pkgver=1.11.53
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('f7c7f9687ee8e40591a8ab136c42644b')
+md5sums=('bad05563c7085ec1ed4bd3c266c51d89')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in python-botocore/repos/community-any (PKGBUILD PKGBUILD)

2017-02-23 Thread Jonathan Steel
Date: Thursday, February 23, 2017 @ 11:03:23
  Author: jsteel
Revision: 213609

archrelease: copy trunk to community-any

Added:
  python-botocore/repos/community-any/PKGBUILD
(from rev 213608, python-botocore/trunk/PKGBUILD)
Deleted:
  python-botocore/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-23 11:03:13 UTC (rev 213608)
+++ PKGBUILD2017-02-23 11:03:23 UTC (rev 213609)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.5.15
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore";
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('b5495627a0690eb41595c00a0e4e870b')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 213608, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-23 11:03:23 UTC (rev 213609)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.5.16
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore";
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('ddfbaff35cfb9ea95b5612e15cd48756')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-botocore/trunk (PKGBUILD)

2017-02-23 Thread Jonathan Steel
Date: Thursday, February 23, 2017 @ 11:03:13
  Author: jsteel
Revision: 213608

upgpkg: python-botocore 1.5.16-1

Modified:
  python-botocore/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 10:37:23 UTC (rev 213607)
+++ PKGBUILD2017-02-23 11:03:13 UTC (rev 213608)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.5.15
+pkgver=1.5.16
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('b5495627a0690eb41595c00a0e4e870b')
+md5sums=('ddfbaff35cfb9ea95b5612e15cd48756')
 
 build() {
   cd botocore-$pkgver


[arch-commits] Commit in aws-cli/repos/community-any (PKGBUILD PKGBUILD)

2017-02-23 Thread Jonathan Steel
Date: Thursday, February 23, 2017 @ 11:03:38
  Author: jsteel
Revision: 213611

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 213610, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-23 11:03:31 UTC (rev 213610)
+++ PKGBUILD2017-02-23 11:03:38 UTC (rev 213611)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.11.52
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli";
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('f7c7f9687ee8e40591a8ab136c42644b')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 213610, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-23 11:03:38 UTC (rev 213611)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.11.53
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli";
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('bad05563c7085ec1ed4bd3c266c51d89')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


[arch-commits] Commit in deepin-desktop-schemas/trunk (PKGBUILD)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 11:11:26
  Author: felixonmars
Revision: 213612

upgpkg: deepin-desktop-schemas 3.1.1-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 11:03:38 UTC (rev 213611)
+++ PKGBUILD2017-02-23 11:11:26 UTC (rev 213612)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-schemas
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')


[arch-commits] Commit in deepin-desktop-schemas/repos/community-any (2 files)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 11:11:46
  Author: felixonmars
Revision: 213613

archrelease: copy trunk to community-any

Added:
  deepin-desktop-schemas/repos/community-any/PKGBUILD
(from rev 213612, deepin-desktop-schemas/trunk/PKGBUILD)
Deleted:
  deepin-desktop-schemas/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-23 11:11:26 UTC (rev 213612)
+++ PKGBUILD2017-02-23 11:11:46 UTC (rev 213613)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-schemas
-pkgver=3.1.0
-pkgrel=1
-pkgdesc='GSettings deepin desktop-wide schemas'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-schemas";
-license=('GPL3')
-depends=('dconf' 'deepin-gtk-theme' 'deepin-sound-theme' 
'deepin-artwork-themes')
-makedepends=('git')
-replaces=('deepin-default-gsettings')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-desktop-schemas.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}"
-  # fix default background url
-  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin_default_background.jpg'#"
 overrides/x86/com.deepin.wrap.gnome.desktop.override
-  # don't override GNOME defaults
-  rm overrides/x86/{org.gnome.desktop,other}.override
-}
-
-build() {
-  cd "${pkgname}"
-  make
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 213612, 
deepin-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-23 11:11:46 UTC (rev 213613)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=3.1.1
+pkgrel=1
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas";
+license=('GPL3')
+depends=('dconf' 'deepin-gtk-theme' 'deepin-sound-theme' 
'deepin-artwork-themes')
+makedepends=('git')
+replaces=('deepin-default-gsettings')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-desktop-schemas.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  # fix default background url
+  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin_default_background.jpg'#"
 overrides/x86/com.deepin.wrap.gnome.desktop.override
+  # don't override GNOME defaults
+  rm overrides/x86/{org.gnome.desktop,other}.override
+}
+
+build() {
+  cd "${pkgname}"
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in deepin-api/trunk (PKGBUILD)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 11:22:56
  Author: felixonmars
Revision: 213614

upgpkg: deepin-api 3.1.2-1

Modified:
  deepin-api/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 11:11:46 UTC (rev 213613)
+++ PKGBUILD2017-02-23 11:22:56 UTC (rev 213614)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-api
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc='Go-lang bindings for dde-daemon'
 arch=('i686' 'x86_64')


[arch-commits] Commit in deepin-api/repos (4 files)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 11:23:53
  Author: felixonmars
Revision: 213615

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

Added:
  deepin-api/repos/community-i686/PKGBUILD
(from rev 213614, deepin-api/trunk/PKGBUILD)
  deepin-api/repos/community-x86_64/PKGBUILD
(from rev 213614, deepin-api/trunk/PKGBUILD)
Deleted:
  deepin-api/repos/community-i686/PKGBUILD
  deepin-api/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 community-i686/PKGBUILD   |   42 --
 community-x86_64/PKGBUILD |   42 --
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-23 11:22:56 UTC (rev 213614)
+++ community-i686/PKGBUILD 2017-02-23 11:23:53 UTC (rev 213615)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=3.1.1
-pkgrel=1
-pkgdesc='Go-lang bindings for dde-daemon'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-api";
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'xcur2png' 'blur-effect') # 'gcc-libs>=5.3.0-3')
-makedepends=('git' 'deepin-dbus-factory' 'deepin-gir-generator' 
'deepin-go-lib' 'bzr' 'go') # 'gcc-go')
-conflicts=('dde-api')
-replaces=('dde-api')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p build/src/pkg.deepin.io/dde/api
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-
-  # https://github.com/niemeyer/gopkg/issues/50
-  git config --global http.https://gopkg.in.followRedirects true
-
-  cd "$srcdir/dde-api"
-  make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2
-}
-
-build(){
-  cd "$srcdir/dde-api"
-  make # USE_GCCGO=1
-}
-
-package() {
-  cd dde-api
-  make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
-}

Copied: deepin-api/repos/community-i686/PKGBUILD (from rev 213614, 
deepin-api/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-23 11:23:53 UTC (rev 213615)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=3.1.2
+pkgrel=1
+pkgdesc='Go-lang bindings for dde-daemon'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-api";
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'xcur2png' 'blur-effect') # 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'deepin-dbus-factory' 'deepin-gir-generator' 
'deepin-go-lib' 'bzr' 'go') # 'gcc-go')
+conflicts=('dde-api')
+replaces=('dde-api')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p build/src/pkg.deepin.io/dde/api
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  # https://github.com/niemeyer/gopkg/issues/50
+  git config --global http.https://gopkg.in.followRedirects true
+
+  cd "$srcdir/dde-api"
+  make build-dep
+  go get gopkg.in/alecthomas/kingpin.v2
+}
+
+build(){
+  cd "$srcdir/dde-api"
+  make # USE_GCCGO=1
+}
+
+package() {
+  cd dde-api
+  make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-23 11:22:56 UTC (rev 213614)
+++ community-x86_64/PKGBUILD   2017-02-23 11:23:53 UTC (rev 213615)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=3.1.1
-pkgrel=1
-pkgdesc='Go-lang bindings for dde-daemon'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-api";
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'xcur2png' 'blur-effect') # 'gcc-libs>=5.3.0-3')
-makedepends=('git' 'deepin-dbus-factory' 'deepin-gir-generator' 
'deepin-go-lib' 'bzr' 'go') # 'gcc-go')
-conflicts=('dde-api')
-replaces=('dde-api')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p build/src/pkg.deepin.io/dde/api
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-
-  # https://github.com/niemeyer/gopkg/issues/50
-  git config --global http.https://gopkg.in.followRedirects true
-
-  cd "$srcdir/dde-api"
-  make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2
-}
-
-

[arch-commits] Commit in deepin-daemon/trunk (PKGBUILD)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 11:32:05
  Author: felixonmars
Revision: 213616

upgpkg: deepin-daemon 3.1.2-1

Modified:
  deepin-daemon/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 11:23:53 UTC (rev 213615)
+++ PKGBUILD2017-02-23 11:32:05 UTC (rev 213616)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-daemon
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
 arch=('i686' 'x86_64')


[arch-commits] Commit in deepin-daemon/repos (20 files)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 11:33:25
  Author: felixonmars
Revision: 213617

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

Added:
  deepin-daemon/repos/community-i686/PKGBUILD
(from rev 213616, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-i686/deepin-daemon.install
(from rev 213616, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-i686/deepin-daemon.sysusers
(from rev 213616, deepin-daemon/trunk/deepin-daemon.sysusers)
  deepin-daemon/repos/community-i686/launcher.patch
(from rev 213616, deepin-daemon/trunk/launcher.patch)
  
deepin-daemon/repos/community-i686/polkit-gnome-authentication-agent-1-deepin.desktop
(from rev 213616, 
deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop)
  deepin-daemon/repos/community-x86_64/PKGBUILD
(from rev 213616, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
(from rev 213616, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
(from rev 213616, deepin-daemon/trunk/deepin-daemon.sysusers)
  deepin-daemon/repos/community-x86_64/launcher.patch
(from rev 213616, deepin-daemon/trunk/launcher.patch)
  
deepin-daemon/repos/community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop
(from rev 213616, 
deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop)
Deleted:
  deepin-daemon/repos/community-i686/PKGBUILD
  deepin-daemon/repos/community-i686/deepin-daemon.install
  deepin-daemon/repos/community-i686/deepin-daemon.sysusers
  deepin-daemon/repos/community-i686/launcher.patch
  
deepin-daemon/repos/community-i686/polkit-gnome-authentication-agent-1-deepin.desktop
  deepin-daemon/repos/community-x86_64/PKGBUILD
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
  deepin-daemon/repos/community-x86_64/launcher.patch
  
deepin-daemon/repos/community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop

-+
 /PKGBUILD   |  114 
 /deepin-daemon.install  |6 
 /deepin-daemon.sysusers |4 
 /launcher.patch |11352 
++
 /polkit-gnome-authentication-agent-1-deepin.desktop |  174 
 community-i686/PKGBUILD |   57 
 community-i686/deepin-daemon.install|3 
 community-i686/deepin-daemon.sysusers   |2 
 community-i686/launcher.patch   | 5676 
-
 community-i686/polkit-gnome-authentication-agent-1-deepin.desktop   |   87 
 community-x86_64/PKGBUILD   |   57 
 community-x86_64/deepin-daemon.install  |3 
 community-x86_64/deepin-daemon.sysusers |2 
 community-x86_64/launcher.patch | 5676 
-
 community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop |   87 
 15 files changed, 11650 insertions(+), 11650 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 213616:213617 to see the changes.


[arch-commits] Commit in python-appdirs/trunk (PKGBUILD)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 11:35:24
  Author: felixonmars
Revision: 289419

upgpkg: python-appdirs 1.4.1-1

Modified:
  python-appdirs/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 10:10:08 UTC (rev 289418)
+++ PKGBUILD2017-02-23 11:35:24 UTC (rev 289419)
@@ -4,8 +4,8 @@
 
 pkgbase=python-appdirs
 pkgname=(python-appdirs python2-appdirs)
-pkgver=1.4.0
-pkgrel=5
+pkgver=1.4.1
+pkgrel=1
 pkgdesc='A small Python module for determining appropriate platform-specific 
dirs, e.g. a "user data dir".'
 arch=('any')
 url="https://github.com/ActiveState/appdirs";
@@ -12,7 +12,7 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://pypi.io/packages/source/a/appdirs/appdirs-$pkgver.tar.gz";)
-md5sums=('1d17b4c9694ab84794e228f28dc3275b')
+md5sums=('557e52e411c814f43b0c3197b4b2fa7e')
 
 prepare() {
   cp -a appdirs-$pkgver{,-py2}


[arch-commits] Commit in python-appdirs/repos/extra-any (PKGBUILD PKGBUILD)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 11:35:53
  Author: felixonmars
Revision: 289420

archrelease: copy trunk to extra-any

Added:
  python-appdirs/repos/extra-any/PKGBUILD
(from rev 289419, python-appdirs/trunk/PKGBUILD)
Deleted:
  python-appdirs/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-23 11:35:24 UTC (rev 289419)
+++ PKGBUILD2017-02-23 11:35:53 UTC (rev 289420)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Tobias Roettger 
-
-pkgbase=python-appdirs
-pkgname=(python-appdirs python2-appdirs)
-pkgver=1.4.0
-pkgrel=5
-pkgdesc='A small Python module for determining appropriate platform-specific 
dirs, e.g. a "user data dir".'
-arch=('any')
-url="https://github.com/ActiveState/appdirs";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/a/appdirs/appdirs-$pkgver.tar.gz";)
-md5sums=('1d17b4c9694ab84794e228f28dc3275b')
-
-prepare() {
-  cp -a appdirs-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/appdirs-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/appdirs-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/appdirs-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/appdirs-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-appdirs() {
-  depends=('python')
-
-  cd appdirs-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-appdirs() {
-  depends=('python2')
-
-  cd appdirs-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-appdirs/repos/extra-any/PKGBUILD (from rev 289419, 
python-appdirs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-23 11:35:53 UTC (rev 289420)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tobias Roettger 
+
+pkgbase=python-appdirs
+pkgname=(python-appdirs python2-appdirs)
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='A small Python module for determining appropriate platform-specific 
dirs, e.g. a "user data dir".'
+arch=('any')
+url="https://github.com/ActiveState/appdirs";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/a/appdirs/appdirs-$pkgver.tar.gz";)
+md5sums=('557e52e411c814f43b0c3197b4b2fa7e')
+
+prepare() {
+  cp -a appdirs-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/appdirs-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/appdirs-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/appdirs-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/appdirs-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-appdirs() {
+  depends=('python')
+
+  cd appdirs-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-appdirs() {
+  depends=('python2')
+
+  cd appdirs-$pkgver-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-prawcore/trunk (PKGBUILD)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 11:37:54
  Author: felixonmars
Revision: 213618

upgpkg: python-prawcore 0.8.0-1

Modified:
  python-prawcore/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 11:33:25 UTC (rev 213617)
+++ PKGBUILD2017-02-23 11:37:54 UTC (rev 213618)
@@ -3,7 +3,7 @@
 
 pkgbase=python-prawcore
 pkgname=('python-prawcore' 'python2-prawcore')
-pkgver=0.7.0
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="Low-level communication layer for PRAW 4+."
 arch=('any')


[arch-commits] Commit in python-prawcore/repos/community-any (PKGBUILD PKGBUILD)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 11:38:29
  Author: felixonmars
Revision: 213619

archrelease: copy trunk to community-any

Added:
  python-prawcore/repos/community-any/PKGBUILD
(from rev 213618, python-prawcore/trunk/PKGBUILD)
Deleted:
  python-prawcore/repos/community-any/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-23 11:37:54 UTC (rev 213618)
+++ PKGBUILD2017-02-23 11:38:29 UTC (rev 213619)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-prawcore
-pkgname=('python-prawcore' 'python2-prawcore')
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="Low-level communication layer for PRAW 4+."
-arch=('any')
-license=('BSD')
-url="https://github.com/praw-dev/prawcore";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests' 'git')
-checkdepends=('python-mock' 'python2-mock' 'python-betamax-matchers' 
'python2-betamax-matchers'
-  'python-betamax-serializers' 'python2-betamax-serializers')
-source=("git+https://github.com/praw-dev/prawcore.git#tag=v$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a prawcore{,-py2}
-}
-
-check() {
-  cd "$srcdir"/prawcore
-  python setup.py test
-
-  cd "$srcdir"/prawcore-py2
-  python2 setup.py test
-}
-
-package_python-prawcore() {
-  depends=('python-requests')
-
-  cd prawcore
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-prawcore() {
-  depends=('python2-requests')
-
-  cd prawcore-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-prawcore/repos/community-any/PKGBUILD (from rev 213618, 
python-prawcore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-23 11:38:29 UTC (rev 213619)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-prawcore
+pkgname=('python-prawcore' 'python2-prawcore')
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Low-level communication layer for PRAW 4+."
+arch=('any')
+license=('BSD')
+url="https://github.com/praw-dev/prawcore";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests' 'git')
+checkdepends=('python-mock' 'python2-mock' 'python-betamax-matchers' 
'python2-betamax-matchers'
+  'python-betamax-serializers' 'python2-betamax-serializers')
+source=("git+https://github.com/praw-dev/prawcore.git#tag=v$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a prawcore{,-py2}
+}
+
+check() {
+  cd "$srcdir"/prawcore
+  python setup.py test
+
+  cd "$srcdir"/prawcore-py2
+  python2 setup.py test
+}
+
+package_python-prawcore() {
+  depends=('python-requests')
+
+  cd prawcore
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-prawcore() {
+  depends=('python2-requests')
+
+  cd prawcore-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


[arch-commits] Commit in deepin-session-ui/trunk (PKGBUILD)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 11:39:44
  Author: felixonmars
Revision: 213620

upgpkg: deepin-session-ui 3.0.27-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 11:38:29 UTC (rev 213619)
+++ PKGBUILD2017-02-23 11:39:44 UTC (rev 213620)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=3.0.26
+pkgver=3.0.27
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('i686' 'x86_64')


[arch-commits] Commit in python-praw/trunk (PKGBUILD)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 11:40:51
  Author: felixonmars
Revision: 213622

upgpkg: python-praw 4.4.0-1

Modified:
  python-praw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 11:40:33 UTC (rev 213621)
+++ PKGBUILD2017-02-23 11:40:51 UTC (rev 213622)
@@ -3,7 +3,7 @@
 
 pkgbase=python-praw
 pkgname=('python-praw' 'python2-praw')
-pkgver=4.3.0
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="Python Reddit API Wrapper that allows for simple access to reddit's 
API"
 arch=('any')


[arch-commits] Commit in deepin-session-ui/repos (4 files)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 11:40:33
  Author: felixonmars
Revision: 213621

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

Added:
  deepin-session-ui/repos/community-i686/PKGBUILD
(from rev 213620, deepin-session-ui/trunk/PKGBUILD)
  deepin-session-ui/repos/community-x86_64/PKGBUILD
(from rev 213620, deepin-session-ui/trunk/PKGBUILD)
Deleted:
  deepin-session-ui/repos/community-i686/PKGBUILD
  deepin-session-ui/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   32 --
 community-x86_64/PKGBUILD |   32 --
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-23 11:39:44 UTC (rev 213620)
+++ community-i686/PKGBUILD 2017-02-23 11:40:33 UTC (rev 213621)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=3.0.26
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui";
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
-makedepends=('git' 'qt5-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd "dde-session-ui"
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "dde-session-ui"
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-session-ui/repos/community-i686/PKGBUILD (from rev 213620, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-23 11:40:33 UTC (rev 213621)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=3.0.27
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui";
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
+ 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
+makedepends=('git' 'qt5-tools')
+provides=('lightdm-deepin-greeter')
+conflicts=('dde-workspace' 'dde-session-ui')
+replaces=('dde-workspace' 'dde-session-ui')
+source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd "dde-session-ui"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "dde-session-ui"
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-23 11:39:44 UTC (rev 213620)
+++ community-x86_64/PKGBUILD   2017-02-23 11:40:33 UTC (rev 213621)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=3.0.26
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui";
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
-makedepends=('git' 'qt5-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd "dde-session-ui"
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "dde-session-ui"
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-session-ui/repos/community-x86_64/PKGBUILD (from rev 213620, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-23 11:40:33 UTC (rev 213621)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=3.0.27
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui";
+license=('GPL3')
+groups=('deepin')
+depends=('gsetti

[arch-commits] Commit in python-praw/repos/community-any (PKGBUILD PKGBUILD)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 11:41:33
  Author: felixonmars
Revision: 213623

archrelease: copy trunk to community-any

Added:
  python-praw/repos/community-any/PKGBUILD
(from rev 213622, python-praw/trunk/PKGBUILD)
Deleted:
  python-praw/repos/community-any/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-23 11:40:51 UTC (rev 213622)
+++ PKGBUILD2017-02-23 11:41:33 UTC (rev 213623)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-praw
-pkgname=('python-praw' 'python2-praw')
-pkgver=4.3.0
-pkgrel=1
-pkgdesc="Python Reddit API Wrapper that allows for simple access to reddit's 
API"
-arch=('any')
-license=('GPL')
-url="http://praw.readthedocs.org";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-prawcore' 
'python2-prawcore'
- 'python-update-checker' 'python2-update-checker' 
'python-pytest-runner'
- 'python2-pytest-runner' 'git')
-checkdepends=('python-mock' 'python2-mock' 'python-betamax-serializers'
-  'python2-betamax-serializers' 'python-betamax-matchers' 
'python2-betamax-matchers')
-source=("git+https://github.com/praw-dev/praw.git#tag=v$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  sed -e 's/betamax-matchers >=0.3.0, <0.4/betamax-matchers >=0.3.0/' \
-  -i praw/setup.py
-  cp -a praw{,-py2}
-}
-
-check() {
-  cd "$srcdir"/praw
-  python setup.py pytest
-
-  cd "$srcdir"/praw-py2
-  python2 setup.py pytest
-}
-
-package_python-praw() {
-  depends=('python-prawcore' 'python-update-checker')
-
-  cd praw
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-praw() {
-  depends=('python2-prawcore' 'python2-update-checker')
-
-  cd praw-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-praw/repos/community-any/PKGBUILD (from rev 213622, 
python-praw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-23 11:41:33 UTC (rev 213623)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-praw
+pkgname=('python-praw' 'python2-praw')
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="Python Reddit API Wrapper that allows for simple access to reddit's 
API"
+arch=('any')
+license=('GPL')
+url="http://praw.readthedocs.org";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-prawcore' 
'python2-prawcore'
+ 'python-update-checker' 'python2-update-checker' 
'python-pytest-runner'
+ 'python2-pytest-runner' 'git')
+checkdepends=('python-mock' 'python2-mock' 'python-betamax-serializers'
+  'python2-betamax-serializers' 'python-betamax-matchers' 
'python2-betamax-matchers')
+source=("git+https://github.com/praw-dev/praw.git#tag=v$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  sed -e 's/betamax-matchers >=0.3.0, <0.4/betamax-matchers >=0.3.0/' \
+  -i praw/setup.py
+  cp -a praw{,-py2}
+}
+
+check() {
+  cd "$srcdir"/praw
+  python setup.py pytest
+
+  cd "$srcdir"/praw-py2
+  python2 setup.py pytest
+}
+
+package_python-praw() {
+  depends=('python-prawcore' 'python-update-checker')
+
+  cd praw
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-praw() {
+  depends=('python2-prawcore' 'python2-update-checker')
+
+  cd praw-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in deepin-control-center/trunk (PKGBUILD)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 11:43:09
  Author: felixonmars
Revision: 213624

upgpkg: deepin-control-center 4.0.6-1

Modified:
  deepin-control-center/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 11:41:33 UTC (rev 213623)
+++ PKGBUILD2017-02-23 11:43:09 UTC (rev 213624)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=4.0.5
+pkgver=4.0.6
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('i686' 'x86_64')


[arch-commits] Commit in phonon-vlc/trunk (PKGBUILD)

2017-02-23 Thread Antonio Rojas
Date: Thursday, February 23, 2017 @ 11:44:05
  Author: arojas
Revision: 289421

Update to 0.9.1, drop ancient replaces/provides

Modified:
  phonon-vlc/trunk/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 9 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 11:35:53 UTC (rev 289420)
+++ PKGBUILD2017-02-23 11:44:05 UTC (rev 289421)
@@ -4,14 +4,16 @@
 
 pkgbase=phonon-vlc
 pkgname=('phonon-qt4-vlc' 'phonon-qt5-vlc')
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
 license=('LGPL')
 makedepends=('vlc' 'extra-cmake-modules' 'automoc4' 'phonon-qt4' 'phonon-qt5')
-source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/phonon-backend-vlc-${pkgver}.tar.xz";)
-md5sums=('66615ae8df37408f47f369e64d836746')
+source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/phonon-backend-vlc-${pkgver}.tar.xz"{,.sig})
+sha256sums=('e698729ba8487299105309623722344f2cd84c46482516d51cd6609fac297313'
+'SKIP')
+validpgpkeys=(CB9387521E1EE0127DA804843FDBB55084CC5D84) # Harald Sitter 

 
 prepare() {
   mkdir build-qt4
@@ -20,7 +22,7 @@
 
 build() {
   cd build-qt4
-  cmake ../${pkgbase}-${pkgver} \
+  cmake ../phonon-backend-vlc-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_SKIP_RPATH=ON \
@@ -29,7 +31,7 @@
   make
 
   cd ../build-qt5
-  cmake ../${pkgbase}-${pkgver} \
+  cmake ../phonon-backend-vlc-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_SKIP_RPATH=ON \
@@ -41,10 +43,7 @@
 
 package_phonon-qt4-vlc() {
   pkgdesc="Phonon VLC backend for Qt4"
-  depends=('vlc')
-  provides=('phonon-backend' 'phonon-qt4-backend')
-  replaces=('phonon-vlc')
-  conflicts=('phonon-vlc')
+  depends=('vlc' 'phonon-qt4')
 
   cd build-qt4
   make DESTDIR="${pkgdir}" install
@@ -52,8 +51,7 @@
 
 package_phonon-qt5-vlc() {
   pkgdesc="Phonon VLC backend for Qt5"
-  depends=('vlc')
-  provides=('phonon-qt5-backend')
+  depends=('vlc' 'phonon-qt5')
 
   cd build-qt5
   make DESTDIR="${pkgdir}" install


[arch-commits] Commit in deepin-control-center/repos (4 files)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 11:43:42
  Author: felixonmars
Revision: 213625

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

Added:
  deepin-control-center/repos/community-i686/PKGBUILD
(from rev 213624, deepin-control-center/trunk/PKGBUILD)
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 213624, deepin-control-center/trunk/PKGBUILD)
Deleted:
  deepin-control-center/repos/community-i686/PKGBUILD
  deepin-control-center/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   32 --
 community-x86_64/PKGBUILD |   32 --
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-23 11:43:09 UTC (rev 213624)
+++ community-i686/PKGBUILD 2017-02-23 11:43:42 UTC (rev 213625)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=4.0.5
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/dde-control-center";
-license=('GPL3')
-depends=('desktop-file-utils' 'deepin-tool-kit' 'deepin-account-faces' 
'deepin-api' 'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration')
-makedepends=('deepin-dock' 'qt5-tools' 'git')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-control-center
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
-  make
-}
-
-package() {
-  cd dde-control-center
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-control-center/repos/community-i686/PKGBUILD (from rev 213624, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-23 11:43:42 UTC (rev 213625)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=4.0.6
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/dde-control-center";
+license=('GPL3')
+depends=('desktop-file-utils' 'deepin-tool-kit' 'deepin-account-faces' 
'deepin-api' 'geoip'
+ 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde'
+ 'deepin-qt-dbus-factory' 'deepin-qt5integration')
+makedepends=('deepin-dock' 'qt5-tools' 'git')
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-control-center
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
+  make
+}
+
+package() {
+  cd dde-control-center
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-23 11:43:09 UTC (rev 213624)
+++ community-x86_64/PKGBUILD   2017-02-23 11:43:42 UTC (rev 213625)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=4.0.5
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/dde-control-center";
-license=('GPL3')
-depends=('desktop-file-utils' 'deepin-tool-kit' 'deepin-account-faces' 
'deepin-api' 'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration')
-makedepends=('deepin-dock' 'qt5-tools' 'git')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-control-center
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
-  make
-}
-
-package() {
-  cd dde-control-center
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-control-center/repos/community-x86_64/PKGBUILD (from rev 213624, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-23 11:43:42 UTC (rev 213625)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix

[arch-commits] Commit in phonon-vlc/repos (4 files)

2017-02-23 Thread Antonio Rojas
Date: Thursday, February 23, 2017 @ 11:44:48
  Author: arojas
Revision: 289422

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

Added:
  phonon-vlc/repos/extra-i686/PKGBUILD
(from rev 289421, phonon-vlc/trunk/PKGBUILD)
  phonon-vlc/repos/extra-x86_64/PKGBUILD
(from rev 289421, phonon-vlc/trunk/PKGBUILD)
Deleted:
  phonon-vlc/repos/extra-i686/PKGBUILD
  phonon-vlc/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  116 
 extra-i686/PKGBUILD   |   60 
 extra-x86_64/PKGBUILD |   60 
 3 files changed, 116 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-23 11:44:05 UTC (rev 289421)
+++ extra-i686/PKGBUILD 2017-02-23 11:44:48 UTC (rev 289422)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=phonon-vlc
-pkgname=('phonon-qt4-vlc' 'phonon-qt5-vlc')
-pkgver=0.9.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-license=('LGPL')
-makedepends=('vlc' 'extra-cmake-modules' 'automoc4' 'phonon-qt4' 'phonon-qt5')
-source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/phonon-backend-vlc-${pkgver}.tar.xz";)
-md5sums=('66615ae8df37408f47f369e64d836746')
-
-prepare() {
-  mkdir build-qt4
-  mkdir build-qt5
-}
-
-build() {
-  cd build-qt4
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--D__KDE_HAVE_GCC_VISIBILITY=NO \
--DPLUGIN_INSTALL_DIR=/usr/lib/kde4
-  make
-
-  cd ../build-qt5
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_LIBDIR=lib \
--D__KDE_HAVE_GCC_VISIBILITY=NO \
--DPHONON_BUILD_PHONON4QT5=ON
-  make
-}
-
-package_phonon-qt4-vlc() {
-  pkgdesc="Phonon VLC backend for Qt4"
-  depends=('vlc')
-  provides=('phonon-backend' 'phonon-qt4-backend')
-  replaces=('phonon-vlc')
-  conflicts=('phonon-vlc')
-
-  cd build-qt4
-  make DESTDIR="${pkgdir}" install
-}
-
-package_phonon-qt5-vlc() {
-  pkgdesc="Phonon VLC backend for Qt5"
-  depends=('vlc')
-  provides=('phonon-qt5-backend')
-
-  cd build-qt5
-  make DESTDIR="${pkgdir}" install
-}

Copied: phonon-vlc/repos/extra-i686/PKGBUILD (from rev 289421, 
phonon-vlc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-23 11:44:48 UTC (rev 289422)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=phonon-vlc
+pkgname=('phonon-qt4-vlc' 'phonon-qt5-vlc')
+pkgver=0.9.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+makedepends=('vlc' 'extra-cmake-modules' 'automoc4' 'phonon-qt4' 'phonon-qt5')
+source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/phonon-backend-vlc-${pkgver}.tar.xz"{,.sig})
+sha256sums=('e698729ba8487299105309623722344f2cd84c46482516d51cd6609fac297313'
+'SKIP')
+validpgpkeys=(CB9387521E1EE0127DA804843FDBB55084CC5D84) # Harald Sitter 

+
+prepare() {
+  mkdir build-qt4
+  mkdir build-qt5
+}
+
+build() {
+  cd build-qt4
+  cmake ../phonon-backend-vlc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DPLUGIN_INSTALL_DIR=/usr/lib/kde4
+  make
+
+  cd ../build-qt5
+  cmake ../phonon-backend-vlc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DPHONON_BUILD_PHONON4QT5=ON
+  make
+}
+
+package_phonon-qt4-vlc() {
+  pkgdesc="Phonon VLC backend for Qt4"
+  depends=('vlc' 'phonon-qt4')
+
+  cd build-qt4
+  make DESTDIR="${pkgdir}" install
+}
+
+package_phonon-qt5-vlc() {
+  pkgdesc="Phonon VLC backend for Qt5"
+  depends=('vlc' 'phonon-qt5')
+
+  cd build-qt5
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-23 11:44:05 UTC (rev 289421)
+++ extra-x86_64/PKGBUILD   2017-02-23 11:44:48 UTC (rev 289422)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=phonon-vlc
-pkgname=('phonon-qt4-vlc' 'phonon-qt5-vlc')
-pkgver=0.9.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-license=('LGPL')
-makedepends=('vlc' 'extra-cmake-modules' 'automoc4' 'phonon-qt4' 'phonon-qt5')
-source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/phonon-backend-vlc-${pkgver}.tar.xz";)
-md5sums=('66615ae8df37408f47f369e64d836746')
-
-prepare() {
-  mkdir build-qt4
-  mkdir build-qt5
-}
-
-buil

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

2017-02-23 Thread Antonio Rojas
Date: Thursday, February 23, 2017 @ 11:50:10
  Author: arojas
Revision: 289423

Drop ancient provides/replaces, make backends optional

Modified:
  phonon/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 11:44:48 UTC (rev 289422)
+++ PKGBUILD2017-02-23 11:50:10 UTC (rev 289423)
@@ -5,7 +5,7 @@
 pkgbase=phonon
 pkgname=('phonon-qt4' 'phonon-qt5')
 pkgver=4.9.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
 license=('LGPL')
@@ -46,11 +46,9 @@
 
 package_phonon-qt4(){
   pkgdesc="The multimedia framework for KDE4"
-  depends=('phonon-qt4-backend' 'libpulse' 'libqzeitgeist')
-  optdepends=('pulseaudio: PulseAudio support')
-  replaces=('phonon')
-  provides=('phonon')
-  conflicts=('phonon')
+  depends=('libpulse' 'libqzeitgeist')
+  optdepends=('phonon-qt4-vlc: VLC backend' 'phonon-qt4-gstreamer: GStreamer 
backend'
+  'pulseaudio: PulseAudio support')
 
   cd build
   make DESTDIR="${pkgdir}" install
@@ -65,8 +63,9 @@
 
 package_phonon-qt5(){
   pkgdesc="The multimedia framework for KF5"
-  depends=('phonon-qt5-backend' 'libpulse' 'qt5-base')
-  optdepends=('pulseaudio: PulseAudio support')
+  depends=('libpulse' 'qt5-base')
+  optdepends=('phonon-qt5-vlc: VLC backend' 'phonon-qt5-gstreamer: GStreamer 
backend'
+  'pulseaudio: PulseAudio support')
 
   cd build-qt5
   make DESTDIR="${pkgdir}" install


[arch-commits] Commit in phonon/repos (8 files)

2017-02-23 Thread Antonio Rojas
Date: Thursday, February 23, 2017 @ 11:50:39
  Author: arojas
Revision: 289424

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

Added:
  phonon/repos/extra-i686/PKGBUILD
(from rev 289423, phonon/trunk/PKGBUILD)
  phonon/repos/extra-i686/qt-5.4.2.patch
(from rev 289423, phonon/trunk/qt-5.4.2.patch)
  phonon/repos/extra-x86_64/PKGBUILD
(from rev 289423, phonon/trunk/PKGBUILD)
  phonon/repos/extra-x86_64/qt-5.4.2.patch
(from rev 289423, phonon/trunk/qt-5.4.2.patch)
Deleted:
  phonon/repos/extra-i686/PKGBUILD
  phonon/repos/extra-i686/qt-5.4.2.patch
  phonon/repos/extra-x86_64/PKGBUILD
  phonon/repos/extra-x86_64/qt-5.4.2.patch

-+
 /PKGBUILD   |  144 ++
 /qt-5.4.2.patch |   46 +
 extra-i686/PKGBUILD |   73 -
 extra-i686/qt-5.4.2.patch   |   23 --
 extra-x86_64/PKGBUILD   |   73 -
 extra-x86_64/qt-5.4.2.patch |   23 --
 6 files changed, 190 insertions(+), 192 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-23 11:50:10 UTC (rev 289423)
+++ extra-i686/PKGBUILD 2017-02-23 11:50:39 UTC (rev 289424)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=phonon
-pkgname=('phonon-qt4' 'phonon-qt5')
-pkgver=4.9.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-license=('LGPL')
-makedepends=('extra-cmake-modules' 'automoc4' 'libpulse' 'libqzeitgeist' 
'qt5-base' 'qt5-tools')
-source=("http://download.kde.org/stable/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz"{,.sig})
-md5sums=('7896a560f5da345a626e782610c8e71e'
- 'SKIP')
-validpgpkeys=(CB9387521E1EE0127DA804843FDBB55084CC5D84) # Harald Sitter 

-
-prepare() {
-  mkdir build
-  mkdir build-qt5
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
--DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
--D__KDE_HAVE_GCC_VISIBILITY=NO \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-
-  cd ../build-qt5
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
--DPHONON_BUILD_PHONON4QT5=ON \
--D__KDE_HAVE_GCC_VISIBILITY=NO \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package_phonon-qt4(){
-  pkgdesc="The multimedia framework for KDE4"
-  depends=('phonon-qt4-backend' 'libpulse' 'libqzeitgeist')
-  optdepends=('pulseaudio: PulseAudio support')
-  replaces=('phonon')
-  provides=('phonon')
-  conflicts=('phonon')
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  # Install headers into the Qt4 dir
-  install -d "${pkgdir}"/usr/include/qt4
-  mv "${pkgdir}"/usr/include/{phonon,KDE} "${pkgdir}"/usr/include/qt4/
-
-  sed -i 's#includedir=/usr/include#includedir=/usr/include/qt4#' \
-"${pkgdir}/usr/lib/pkgconfig/phonon.pc"
-}
-
-package_phonon-qt5(){
-  pkgdesc="The multimedia framework for KF5"
-  depends=('phonon-qt5-backend' 'libpulse' 'qt5-base')
-  optdepends=('pulseaudio: PulseAudio support')
-
-  cd build-qt5
-  make DESTDIR="${pkgdir}" install
-}

Copied: phonon/repos/extra-i686/PKGBUILD (from rev 289423, 
phonon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-23 11:50:39 UTC (rev 289424)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=phonon
+pkgname=('phonon-qt4' 'phonon-qt5')
+pkgver=4.9.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'automoc4' 'libpulse' 'libqzeitgeist' 
'qt5-base' 'qt5-tools')
+source=("http://download.kde.org/stable/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz"{,.sig})
+md5sums=('7896a560f5da345a626e782610c8e71e'
+ 'SKIP')
+validpgpkeys=(CB9387521E1EE0127DA804843FDBB55084CC5D84) # Harald Sitter 

+
+prepare() {
+  mkdir build
+  mkdir build-qt5
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build-qt5
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
+-DPHONON_BUILD_PHONON4QT5=ON \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package_phonon-qt4(){
+  pkgdesc="The

[arch-commits] Commit in phonon-gstreamer/trunk (2 files)

2017-02-23 Thread Antonio Rojas
Date: Thursday, February 23, 2017 @ 11:59:51
  Author: arojas
Revision: 289425

Drop ancient provides/replaces and install file

Modified:
  phonon-gstreamer/trunk/PKGBUILD
Deleted:
  phonon-gstreamer/trunk/phonon-qt4-gstreamer.install

--+
 PKGBUILD |   13 +++--
 phonon-qt4-gstreamer.install |   11 ---
 2 files changed, 3 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 11:50:39 UTC (rev 289424)
+++ PKGBUILD2017-02-23 11:59:51 UTC (rev 289425)
@@ -4,11 +4,10 @@
 pkgbase=phonon-gstreamer
 pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
 pkgver=4.9.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
 license=('LGPL')
-depends=('gst-plugins-base')
 optdepends=('pulseaudio: PulseAudio support' 'gst-plugins-good: PulseAudio 
support and good codecs' 'gst-plugins-bad: additional codecs'
'gst-plugins-ugly: additional codecs' 'gst-libav: libav codec')
 makedepends=('gst-plugins-base' 'extra-cmake-modules' 'automoc4' 'phonon-qt4' 
'phonon-qt5' 'qt5-x11extras')
@@ -43,10 +42,7 @@
 
 package_phonon-qt4-gstreamer() {
   pkgdesc="Phonon GStreamer backend for Qt4"
-  provides=('phonon-backend' 'phonon-qt4-backend')
-  replaces=('phonon-gstreamer')
-  conflicts=('phonon-gstreamer')
-  install="phonon-qt4-gstreamer.install"
+  depends=(gst-plugins-base phonon-qt4)
 
   cd build-qt4
   make DESTDIR="${pkgdir}" install
@@ -57,10 +53,7 @@
 
 package_phonon-qt5-gstreamer() {
   pkgdesc="Phonon GStreamer backend for Qt5"
-  provides=('phonon-qt5-backend')
-  replaces=('phonon-gstreamer')
-  conflicts=('phonon-gstreamer')
-  depends+=('qt5-x11extras')
+  depends=(gst-plugins-base qt5-x11extras phonon-qt5)
 
   cd build-qt5
   make DESTDIR="${pkgdir}" install

Deleted: phonon-qt4-gstreamer.install
===
--- phonon-qt4-gstreamer.install2017-02-23 11:50:39 UTC (rev 289424)
+++ phonon-qt4-gstreamer.install2017-02-23 11:59:51 UTC (rev 289425)
@@ -1,11 +0,0 @@
-post_install(){
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}


[arch-commits] Commit in phonon-gstreamer/trunk (1 file)

2017-02-23 Thread Antonio Rojas
Date: Thursday, February 23, 2017 @ 12:00:32
  Author: arojas
Revision: 289426

Drop unused patch

Deleted:
  phonon-gstreamer/trunk/phonon-gstreamer-gst15_include_dirs.patch

---+
 phonon-gstreamer-gst15_include_dirs.patch |   95 
 1 file changed, 95 deletions(-)

Deleted: phonon-gstreamer-gst15_include_dirs.patch
===
--- phonon-gstreamer-gst15_include_dirs.patch   2017-02-23 11:59:51 UTC (rev 
289425)
+++ phonon-gstreamer-gst15_include_dirs.patch   2017-02-23 12:00:32 UTC (rev 
289426)
@@ -1,95 +0,0 @@
-diff -up phonon-backend-gstreamer-4.8.2/cmake/FindGStreamer.cmake.gst15 
phonon-backend-gstreamer-4.8.2/cmake/FindGStreamer.cmake
 phonon-backend-gstreamer-4.8.2/cmake/FindGStreamer.cmake.gst15 
2014-12-27 08:05:27.0 -0600
-+++ phonon-backend-gstreamer-4.8.2/cmake/FindGStreamer.cmake   2015-07-06 
08:46:39.288178885 -0500
-@@ -2,7 +2,7 @@
- # Once done this will define
- #
- #  GSTREAMER_FOUND - system has GStreamer
--#  GSTREAMER_INCLUDE_DIR - the GStreamer include directory
-+#  GSTREAMER_INCLUDE_DIRS - the GStreamer include directory
- #  GSTREAMER_LIBRARIES - the libraries needed to use GStreamer
- #  GSTREAMER_DEFINITIONS - Compiler switches required for using GStreamer
- #  GSTREAMER_VERSION - the version of GStreamer
-@@ -13,12 +13,12 @@
- # TODO: Other versions --> GSTREAMER_X_Y_FOUND (Example: GSTREAMER_0_8_FOUND 
and GSTREAMER_1.0_FOUND etc)
- 
- 
--IF (GSTREAMER_INCLUDE_DIR AND GSTREAMER_LIBRARIES AND GSTREAMER_BASE_LIBRARY 
AND GSTREAMER_APP_LIBRARY)
-+IF (GSTREAMER_INCLUDE_DIRS AND GSTREAMER_LIBRARIES AND GSTREAMER_BASE_LIBRARY 
AND GSTREAMER_APP_LIBRARY)
-# in cache already
-SET(GStreamer_FIND_QUIETLY TRUE)
--ELSE (GSTREAMER_INCLUDE_DIR AND GSTREAMER_LIBRARIES AND 
GSTREAMER_BASE_LIBRARY AND GSTREAMER_APP_LIBRARY)
-+ELSE (GSTREAMER_INCLUDE_DIRS AND GSTREAMER_LIBRARIES AND 
GSTREAMER_BASE_LIBRARY AND GSTREAMER_APP_LIBRARY)
-SET(GStreamer_FIND_QUIETLY FALSE)
--ENDIF (GSTREAMER_INCLUDE_DIR AND GSTREAMER_LIBRARIES AND 
GSTREAMER_BASE_LIBRARY AND GSTREAMER_APP_LIBRARY)
-+ENDIF (GSTREAMER_INCLUDE_DIRS AND GSTREAMER_LIBRARIES AND 
GSTREAMER_BASE_LIBRARY AND GSTREAMER_APP_LIBRARY)
- 
- IF (NOT WIN32)
-FIND_PACKAGE(PkgConfig REQUIRED)
-@@ -28,13 +28,15 @@ IF (NOT WIN32)
-PKG_CHECK_MODULES(PKG_GSTREAMER gstreamer-1.0)
-SET(GSTREAMER_VERSION ${PKG_GSTREAMER_VERSION})
-SET(GSTREAMER_DEFINITIONS ${PKG_GSTREAMER_CFLAGS})
--ENDIF (NOT WIN32)
--
--FIND_PATH(GSTREAMER_INCLUDE_DIR gst/gst.h
-+   SET(GSTREAMER_INCLUDE_DIRS ${PKG_GSTREAMER_INCLUDE_DIRS})
-+ELSE (NOT WIN32)
-+## FIXME?
-+FIND_PATH(GSTREAMER_INCLUDE_DIRS gst/gst.h
-PATHS
-${PKG_GSTREAMER_INCLUDE_DIRS}
-PATH_SUFFIXES gstreamer-1.0
-)
-+ENDIF (NOT WIN32)
- 
- FIND_LIBRARY(GSTREAMER_LIBRARIES NAMES gstreamer-1.0
-PATHS
-@@ -51,10 +53,10 @@ FIND_LIBRARY(GSTREAMER_APP_LIBRARY NAMES
-${PKG_GSTREAMER_LIBRARY_DIRS}
-)
- 
--IF (GSTREAMER_INCLUDE_DIR)
--ELSE (GSTREAMER_INCLUDE_DIR)
--   MESSAGE(STATUS "GStreamer: WARNING: include dir not found")
--ENDIF (GSTREAMER_INCLUDE_DIR)
-+IF (GSTREAMER_INCLUDE_DIRS)
-+ELSE (GSTREAMER_INCLUDE_DIRS)
-+   MESSAGE(STATUS "GStreamer: WARNING: include dirs not found")
-+ENDIF (GSTREAMER_INCLUDE_DIRS)
- 
- IF (GSTREAMER_LIBRARIES)
- ELSE (GSTREAMER_LIBRARIES)
-@@ -66,11 +68,11 @@ ELSE (GSTREAMER_APP_LIBRARY)
-MESSAGE(STATUS "GStreamer: WARNING: app library not found")
- ENDIF (GSTREAMER_APP_LIBRARY)
- 
--IF (GSTREAMER_INCLUDE_DIR AND GSTREAMER_LIBRARIES AND GSTREAMER_BASE_LIBRARY 
AND GSTREAMER_APP_LIBRARY)
-+IF (GSTREAMER_INCLUDE_DIRS AND GSTREAMER_LIBRARIES AND GSTREAMER_BASE_LIBRARY 
AND GSTREAMER_APP_LIBRARY)
-SET(GSTREAMER_FOUND TRUE)
--ELSE (GSTREAMER_INCLUDE_DIR AND GSTREAMER_LIBRARIES AND 
GSTREAMER_BASE_LIBRARY AND GSTREAMER_APP_LIBRARY)
-+ELSE (GSTREAMER_INCLUDE_DIRS AND GSTREAMER_LIBRARIES AND 
GSTREAMER_BASE_LIBRARY AND GSTREAMER_APP_LIBRARY)
-SET(GSTREAMER_FOUND FALSE)
--ENDIF (GSTREAMER_INCLUDE_DIR AND GSTREAMER_LIBRARIES AND 
GSTREAMER_BASE_LIBRARY AND GSTREAMER_APP_LIBRARY)
-+ENDIF (GSTREAMER_INCLUDE_DIRS AND GSTREAMER_LIBRARIES AND 
GSTREAMER_BASE_LIBRARY AND GSTREAMER_APP_LIBRARY)
- 
- IF (GSTREAMER_FOUND)
-IF (NOT GStreamer_FIND_QUIETLY)
-@@ -82,4 +84,4 @@ ELSE (GSTREAMER_FOUND)
-ENDIF (GStreamer_FIND_REQUIRED)
- ENDIF (GSTREAMER_FOUND)
- 
--MARK_AS_ADVANCED(GSTREAMER_INCLUDE_DIR GSTREAMER_LIBRARIES 
GSTREAMER_BASE_LIBRARY GSTREAMER_INTERFACE_LIBRARY GSTREAMER_APP_LIBRARY)
-+MARK_AS_ADVANCED(GSTREAMER_INCLUDE_DIRS GSTREAMER_LIBRARIES 
GSTREAMER_BASE_LIBRARY GSTREAMER_INTERFACE_LIBRARY GSTREAMER_APP_LIBRARY)
-diff -up phonon-backend-gstreamer-4.8.2/gstreamer/CMakeLists.txt.gst15 
phonon-backend-gstreamer-4.8.2/gstreamer/CMakeLists.txt
 phonon-backend-gstreamer-4.8.2/gstreamer/CMakeLists.txt.gst15  
2015-07-06 08:54:25.613865469 -0500
-+++ phonon-backend-gstreamer-4.8.2/gstr

[arch-commits] Commit in phonon-gstreamer/repos (8 files)

2017-02-23 Thread Antonio Rojas
Date: Thursday, February 23, 2017 @ 12:00:59
  Author: arojas
Revision: 289427

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

Added:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
(from rev 289426, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 289426, phonon-gstreamer/trunk/PKGBUILD)
Deleted:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
  phonon-gstreamer/repos/extra-i686/phonon-gstreamer-gst15_include_dirs.patch
  phonon-gstreamer/repos/extra-i686/phonon-qt4-gstreamer.install
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
  phonon-gstreamer/repos/extra-x86_64/phonon-gstreamer-gst15_include_dirs.patch
  phonon-gstreamer/repos/extra-x86_64/phonon-qt4-gstreamer.install

+
 /PKGBUILD  |  120 +++
 extra-i686/PKGBUILD|   67 
 extra-i686/phonon-gstreamer-gst15_include_dirs.patch   |   95 ---
 extra-i686/phonon-qt4-gstreamer.install|   11 -
 extra-x86_64/PKGBUILD  |   67 
 extra-x86_64/phonon-gstreamer-gst15_include_dirs.patch |   95 ---
 extra-x86_64/phonon-qt4-gstreamer.install  |   11 -
 7 files changed, 120 insertions(+), 346 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-23 12:00:32 UTC (rev 289426)
+++ extra-i686/PKGBUILD 2017-02-23 12:00:59 UTC (rev 289427)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgbase=phonon-gstreamer
-pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
-pkgver=4.9.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-license=('LGPL')
-depends=('gst-plugins-base')
-optdepends=('pulseaudio: PulseAudio support' 'gst-plugins-good: PulseAudio 
support and good codecs' 'gst-plugins-bad: additional codecs'
-   'gst-plugins-ugly: additional codecs' 'gst-libav: libav codec')
-makedepends=('gst-plugins-base' 'extra-cmake-modules' 'automoc4' 'phonon-qt4' 
'phonon-qt5' 'qt5-x11extras')
-source=("http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/phonon-backend-gstreamer-${pkgver}.tar.xz";)
-md5sums=('b2b0ca327908948ce8cdba117e31bf80')
-
-prepare() {
-  mkdir build-qt4
-  mkdir build-qt5
-}
-
-build() {
-  cd build-qt4
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--D__KDE_HAVE_GCC_VISIBILITY=NO \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-
-  cd ../build-qt5
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_LIBDIR=lib \
--D__KDE_HAVE_GCC_VISIBILITY=NO \
--DPHONON_BUILD_PHONON4QT5=ON
-  make
-}
-
-package_phonon-qt4-gstreamer() {
-  pkgdesc="Phonon GStreamer backend for Qt4"
-  provides=('phonon-backend' 'phonon-qt4-backend')
-  replaces=('phonon-gstreamer')
-  conflicts=('phonon-gstreamer')
-  install="phonon-qt4-gstreamer.install"
-
-  cd build-qt4
-  make DESTDIR="${pkgdir}" install
-
-# Conflict with -qt5
-  rm -r "$pkgdir"/usr/share/icons
-}
-
-package_phonon-qt5-gstreamer() {
-  pkgdesc="Phonon GStreamer backend for Qt5"
-  provides=('phonon-qt5-backend')
-  replaces=('phonon-gstreamer')
-  conflicts=('phonon-gstreamer')
-  depends+=('qt5-x11extras')
-
-  cd build-qt5
-  make DESTDIR="${pkgdir}" install
-}

Copied: phonon-gstreamer/repos/extra-i686/PKGBUILD (from rev 289426, 
phonon-gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-23 12:00:59 UTC (rev 289427)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgbase=phonon-gstreamer
+pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
+pkgver=4.9.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+optdepends=('pulseaudio: PulseAudio support' 'gst-plugins-good: PulseAudio 
support and good codecs' 'gst-plugins-bad: additional codecs'
+   'gst-plugins-ugly: additional codecs' 'gst-libav: libav codec')
+makedepends=('gst-plugins-base' 'extra-cmake-modules' 'automoc4' 'phonon-qt4' 
'phonon-qt5' 'qt5-x11extras')
+source=("http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/phonon-backend-gstreamer-${pkgver}.tar.xz";)
+md5sums=('b2b0ca327908948ce8cdba117e31bf80')
+
+prepare() {
+  mkdir build-qt4
+  mkdir build-qt5
+}
+
+build() {
+  cd build-qt4
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build-qt5
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH

[arch-commits] Commit in nvidia-304xx-utils/trunk (PKGBUILD)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 12:31:05
  Author: lcarlier
Revision: 289428

upgpkg: nvidia-304xx-utils 304.135-2

nvidia-304xx-utils doesn't conflict anymore with libgl/libegl/libgles

Modified:
  nvidia-304xx-utils/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 12:00:59 UTC (rev 289427)
+++ PKGBUILD2017-02-23 12:31:05 UTC (rev 289428)
@@ -5,7 +5,7 @@
 pkgbase=nvidia-304xx-utils
 pkgname=('nvidia-304xx-utils' 'opencl-nvidia-304xx')
 pkgver=304.135
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
 license=('custom')
@@ -65,7 +65,7 @@
   optdepends=('gtk2: nvidia-settings'
   'pkg-config: nvidia-xconfig'
   'opencl-nvidia-304xx: OpenCL support')
-  conflicts=('libgl' 'libgles' 'libegl' 'nvidia-utils' 'nvidia-libgl' 
'nvidia-304xx-libgl')
+  conflicts=('nvidia-utils' 'nvidia-libgl' 'nvidia-340xx-utils' 
'nvidia-304xx-libgl')
   provides=('libgl' 'libgles' 'libegl' 'nvidia-utils' 'nvidia-libgl' 
'nvidia-304xx-libgl')
   replaces=('nvidia-304xx-libgl')
   


[arch-commits] Commit in nvidia-304xx-utils/repos (8 files)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 12:38:33
  Author: lcarlier
Revision: 289429

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

Added:
  nvidia-304xx-utils/repos/extra-i686/PKGBUILD
(from rev 289428, nvidia-304xx-utils/trunk/PKGBUILD)
  nvidia-304xx-utils/repos/extra-i686/nvidia-drm-outputclass.conf
(from rev 289428, nvidia-304xx-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-304xx-utils/repos/extra-x86_64/PKGBUILD
(from rev 289428, nvidia-304xx-utils/trunk/PKGBUILD)
  nvidia-304xx-utils/repos/extra-x86_64/nvidia-drm-outputclass.conf
(from rev 289428, nvidia-304xx-utils/trunk/nvidia-drm-outputclass.conf)
Deleted:
  nvidia-304xx-utils/repos/extra-i686/PKGBUILD
  nvidia-304xx-utils/repos/extra-i686/nvidia-drm-outputclass.conf
  nvidia-304xx-utils/repos/extra-x86_64/PKGBUILD
  nvidia-304xx-utils/repos/extra-x86_64/nvidia-drm-outputclass.conf

--+
 /PKGBUILD|  304 +
 /nvidia-drm-outputclass.conf |   12 +
 extra-i686/PKGBUILD  |  152 --
 extra-i686/nvidia-drm-outputclass.conf   |6 
 extra-x86_64/PKGBUILD|  152 --
 extra-x86_64/nvidia-drm-outputclass.conf |6 
 6 files changed, 316 insertions(+), 316 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-23 12:31:05 UTC (rev 289428)
+++ extra-i686/PKGBUILD 2017-02-23 12:38:33 UTC (rev 289429)
@@ -1,152 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andreas Radke 
-
-pkgbase=nvidia-304xx-utils
-pkgname=('nvidia-304xx-utils' 'opencl-nvidia-304xx')
-pkgver=304.135
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-license=('custom')
-makedepends=('zlib')
-options=('!strip')
-source=(nvidia-drm-outputclass.conf)
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
-md5sums=('4f5562ee8f3171769e4638b35396c55d')
-md5sums_i686=('0e2082ae8490b135eb306befe6db56e1')
-md5sums_x86_64=('8ee9bd0b020508bca9953181811422fa')
-
-if [ "$CARCH" = "i686" ]; then
-  _arch='x86'
-  _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-elif [ "$CARCH" = "x86_64" ]; then
-  _arch='x86_64'
-  _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
-fi
-
-create_links() {
-  # create soname links
-  for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 'SONAME.*: 
\[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-  done
-}
-
-build() {
-  sh "${_pkg}.run" --extract-only
-}
-
-package_opencl-nvidia-304xx() {
-  pkgdesc="OpenCL implemention for NVIDIA, 304xx legacy branch"
-  depends=('zlib')
-  optdepends=('opencl-headers: headers necessary for OpenCL development')
-  provides=('opencl-nvidia' 'opencl-driver')
-  conflicts=('opencl-nvidia')
-
-  cd ${_pkg}
-
-  # OpenCL
-  install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-  install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-  install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
-
-  create_links
-  
-  install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/opencl-nvidia-304xx/LICENSE"
-}
-
-package_nvidia-304xx-utils() {
-  pkgdesc="NVIDIA drivers utilities and libraries, 304xx legacy branch"
-  depends=('xorg-server' 'libxvmc' 'mesa')
-  optdepends=('gtk2: nvidia-settings'
-  'pkg-config: nvidia-xconfig'
-  'opencl-nvidia-304xx: OpenCL support')
-  conflicts=('libgl' 'libgles' 'libegl' 'nvidia-utils' 'nvidia-libgl' 
'nvidia-304xx-libgl')
-  provides=('libgl' 'libgles' 'libegl' 'nvidia-utils' 'nvidia-libgl' 
'nvidia-304xx-libgl')
-  replaces=('nvidia-304xx-libgl')
-  
-  cd ${_pkg}
-
-  # X driver
-  install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so"
-
-  # GLX extension module for X
-  install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglx.so.${pkgver}"
-  ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/libglx.so.1"# 
X doesn't find glx otherwise
-  ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/libglx.so"# X 
doesn't find glx otherwise
-  
-  # OpenGL libraries
-  install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libGL.so.${pkgver}"
-
-  # OpenGL core library
-  install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libnvidia-glcore.so.${pkgver}"
-
-  # XvMC
-  install -D -m755 "libXvMCNVIDIA.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libXvMCN

[arch-commits] Commit in lib32-nvidia-304xx-utils/trunk (PKGBUILD)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 12:45:01
  Author: lcarlier
Revision: 213626

upgpkg: lib32-nvidia-304xx-utils 304.135-2

lib32-nvidia-304xx-utils doesn't conflict with 
lib32-libgl/lib32-libegl/lib32-libgles

Modified:
  lib32-nvidia-304xx-utils/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 11:43:42 UTC (rev 213625)
+++ PKGBUILD2017-02-23 12:45:01 UTC (rev 213626)
@@ -8,7 +8,7 @@
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-304xx-utils' 'lib32-opencl-nvidia-304xx')
 pkgver=304.135
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers utilities and libraries (32-bit)"
 arch=('x86_64')
 url="http://www.nvidia.com/";
@@ -56,10 +56,10 @@
 package_lib32-nvidia-304xx-utils() {
   pkgdesc="NVIDIA drivers utilities (32-bit)"
   depends=('lib32-libxvmc' 'lib32-zlib' 'lib32-gcc-libs' 'lib32-libxext' 
'lib32-mesa' 'nvidia-304xx-utils')
-  conflicts=('lib32-libgl' 'lib32-libegl' 'lib32-libgles' 
'lib32-nvidia-304xx-libgl' 'lib32-nvidia-utils')
+  optdepends=('lib32-opencl-nvidia-304xx')
+  conflicts=('lib32-nvidia-304xx-libgl' 'lib32-nvidia-340xx-utils' 
'lib32-nvidia-utils')
   provides=('lib32-libgl'  'lib32-libegl' 'lib32-libgles' 
'lib32-nvidia-304xx-libgl')
   replaces=('lib32-nvidia-304xx-libgl')
-  optdepends=('lib32-opencl-nvidia-304xx')
 
   cd ${_pkg}
 


[arch-commits] Commit in lib32-nvidia-304xx-utils/repos/multilib-x86_64 (2 files)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 12:45:06
  Author: lcarlier
Revision: 213627

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-304xx-utils/repos/multilib-x86_64/PKGBUILD
(from rev 213626, lib32-nvidia-304xx-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-304xx-utils/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  224 ++---
 1 file changed, 112 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-23 12:45:01 UTC (rev 213626)
+++ PKGBUILD2017-02-23 12:45:06 UTC (rev 213627)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jason Graham 
-# Contributor: Thomas Baechler 
-# Contributor: James Rayner 
-
-_pkgbasename=nvidia-304xx-utils
-pkgbase=lib32-$_pkgbasename
-pkgname=('lib32-nvidia-304xx-utils' 'lib32-opencl-nvidia-304xx')
-pkgver=304.135
-pkgrel=1
-pkgdesc="NVIDIA drivers utilities and libraries (32-bit)"
-arch=('x86_64')
-url="http://www.nvidia.com/";
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-sha256sums=('5cb0a191ddca7b4c72b3c26cd57b7d719878ce628d24b5b026a0e5c8d3a00d93')
-
-create_links() {
-  # create soname links
-  for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 'SONAME.*: 
\[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-  done
-}
-
-build() {
-  sh ${_pkg}.run --extract-only
-}
-
-package_lib32-opencl-nvidia-304xx() {
-  pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
-  depends=('lib32-zlib' 'lib32-gcc-libs' 'opencl-nvidia-304xx')
-  optdepends=('opencl-headers: headers necessary for OpenCL development')
-  conflicts=('lib32-opencl-nvidia')
-  provides=('lib32-opencl-driver')
-
-  cd ${_pkg}
-
-  # OpenCL
-  install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
-  install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}"
-  
-  create_links
-
-  mkdir -p "${pkgdir}/usr/share/licenses"
-  ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
-}
-
-package_lib32-nvidia-304xx-utils() {
-  pkgdesc="NVIDIA drivers utilities (32-bit)"
-  depends=('lib32-libxvmc' 'lib32-zlib' 'lib32-gcc-libs' 'lib32-libxext' 
'lib32-mesa' 'nvidia-304xx-utils')
-  conflicts=('lib32-libgl' 'lib32-libegl' 'lib32-libgles' 
'lib32-nvidia-304xx-libgl' 'lib32-nvidia-utils')
-  provides=('lib32-libgl'  'lib32-libegl' 'lib32-libgles' 
'lib32-nvidia-304xx-libgl')
-  replaces=('lib32-nvidia-304xx-libgl')
-  optdepends=('lib32-opencl-nvidia-304xx')
-
-  cd ${_pkg}
-
-  # OpenGL libraries
-  install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}"
-
-  # OpenGL core library
-  install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-glcore.so.${pkgver}"
-
-  # XvMC
-  install -D -m755 "libXvMCNVIDIA.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libXvMCNVIDIA.so.${pkgver}"
-
-  # VDPAU
-  install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}"
-
-  # nvidia-tls library
-  install -D -m755 "tls/libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-tls.so.${pkgver}"
-  install -D -m755 "libnvidia-cfg.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-cfg.so.${pkgver}"
-  install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-ml.so.${pkgver}"
-  
-  # CUDA
-  install -D -m755 "libcuda.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libcuda.so.${pkgver}"
-  install -D -m755 "libnvcuvid.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvcuvid.so.${pkgver}"
-
-  # DEBUG
-  install -D -m755 nvidia-debugdump "${pkgdir}/usr/bin/nvidia-debugdump"
-
-  # We have to provide symlinks to mesa, as nvidia 304xx doesn't ship them
-  ln -s /usr/lib32/mesa/libEGL.so.1.0.0 
"${pkgdir}/usr/lib32/nvidia/libEGL.so.1.0.0"
-  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib32/nvidia/libEGL.so.1"
-  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib32/nvidia/libEGL.so"
-
-  ln -s /usr/lib32/mesa/libGLESv1_CM.so.1.1.0 
"${pkgdir}/usr/lib32/nvidia/libGLESv1_CM.so.1.1.0"
-  ln -s libGLESv1_CM.so.1.1.0  
"${pkgdir}/usr/lib32/nvidia/libGLESv1_CM.so.1"
-  ln -s libGLESv1_CM.so.1.1.0  "${pkgdir}/usr/lib32/nvidia/libGLESv1_CM.so"
-
-  ln -s /usr/lib32/mesa/libGLESv2.so.2.0.0 
"${pkgdir}/usr/lib32/nvidia/libGLESv2.so.2.0.0"
-  ln -s libGLESv2.so.2.0.0  "${pkgdir}/usr/lib32/nvidia/libGLESv2.so.2"
-  ln -s libGLESv2.so.2.0.0  "${pkgdir}/usr/lib32/nvidia/libGLESv2.so"
-
-  install -dm 755 "${pkgdir}"/etc/ld.so.conf

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

2017-02-23 Thread Pierre Neidhardt
Date: Thursday, February 23, 2017 @ 12:50:35
  Author: ambrevar
Revision: 213628

upgpkg: udiskie 1.6.0-1

Modified:
  udiskie/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 12:45:06 UTC (rev 213627)
+++ PKGBUILD2017-02-23 12:50:35 UTC (rev 213628)
@@ -4,8 +4,8 @@
 # Contributor: Byron Clark 
 
 pkgname=udiskie
-pkgver=1.5.1
-pkgrel=4
+pkgver=1.6.0
+pkgrel=1
 pkgdesc="Removable disk automounter using udisks"
 arch=("any")
 url="https://pypi.python.org/pypi/udiskie";
@@ -14,7 +14,7 @@
 makedepends=("asciidoc")
 options=(!emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver";)
-md5sums=('b93afcdf53ec183dfc8a3cb8945ae97e')
+md5sums=('787ce643de330e825d5533a817f08201')
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in udiskie/repos/community-any (PKGBUILD PKGBUILD)

2017-02-23 Thread Pierre Neidhardt
Date: Thursday, February 23, 2017 @ 12:50:58
  Author: ambrevar
Revision: 213629

archrelease: copy trunk to community-any

Added:
  udiskie/repos/community-any/PKGBUILD
(from rev 213628, udiskie/trunk/PKGBUILD)
Deleted:
  udiskie/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-23 12:50:35 UTC (rev 213628)
+++ PKGBUILD2017-02-23 12:50:58 UTC (rev 213629)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
-# Maintainer: Pierre Neidhardt 
-# Contributor: Daniel Wallace 
-# Contributor: Byron Clark 
-
-pkgname=udiskie
-pkgver=1.5.1
-pkgrel=4
-pkgdesc="Removable disk automounter using udisks"
-arch=("any")
-url="https://pypi.python.org/pypi/udiskie";
-license=("MIT")
-depends=("udisks2" "python-gobject" "python-setuptools" "python-yaml" 
"python-docopt" "gtk3" "libnotify" "python-keyutils")
-makedepends=("asciidoc")
-options=(!emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver";)
-md5sums=('b93afcdf53ec183dfc8a3cb8945ae97e')
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   export LC_ALL=en_US.utf8
-
-   python setup.py install --root="$pkgdir" --optimize=1
-
-   make -C doc
-   install -m 0644 -D "doc/$pkgname.8" 
"$pkgdir/usr/share/man/man8/$pkgname.8"
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-   install -dm755 "$pkgdir/usr/share/zsh/site-functions"
-   install -m644 completions/* "$pkgdir/usr/share/zsh/site-functions"
-}

Copied: udiskie/repos/community-any/PKGBUILD (from rev 213628, 
udiskie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-23 12:50:58 UTC (rev 213629)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
+# Maintainer: Pierre Neidhardt 
+# Contributor: Daniel Wallace 
+# Contributor: Byron Clark 
+
+pkgname=udiskie
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Removable disk automounter using udisks"
+arch=("any")
+url="https://pypi.python.org/pypi/udiskie";
+license=("MIT")
+depends=("udisks2" "python-gobject" "python-setuptools" "python-yaml" 
"python-docopt" "gtk3" "libnotify" "python-keyutils")
+makedepends=("asciidoc")
+options=(!emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver";)
+md5sums=('787ce643de330e825d5533a817f08201')
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   export LC_ALL=en_US.utf8
+
+   python setup.py install --root="$pkgdir" --optimize=1
+
+   make -C doc
+   install -m 0644 -D "doc/$pkgname.8" 
"$pkgdir/usr/share/man/man8/$pkgname.8"
+   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+   install -dm755 "$pkgdir/usr/share/zsh/site-functions"
+   install -m644 completions/* "$pkgdir/usr/share/zsh/site-functions"
+}


[arch-commits] Commit in matrix-synapse/trunk (PKGBUILD)

2017-02-23 Thread Johannes Löthberg
Date: Thursday, February 23, 2017 @ 12:59:23
  Author: demize
Revision: 213630

upgpkg: matrix-synapse 0.19.2-1

Modified:
  matrix-synapse/trunk/PKGBUILD (contents, properties)

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 12:50:58 UTC (rev 213629)
+++ PKGBUILD2017-02-23 12:59:23 UTC (rev 213630)
@@ -1,7 +1,8 @@
-# Maintainer: Ivan Shapovalov 
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
 
 pkgname=matrix-synapse
-pkgver=0.19.1
+pkgver=0.19.2
 pkgrel=1
 
 pkgdesc="Matrix reference homeserver"
@@ -31,7 +32,7 @@
 'sysusers-synapse.conf'
 'deps-relax-checks.patch')
 
-md5sums=('8ffba340861253efa963cdac9be773e1'
+md5sums=('7733164470d77fe87b7bafbf78485915'
  'ecd9f66fb57fe1a2e1e2df07a460a35b'
  '74d3d018e588d70ff0a22863d3d7aa4e')
 


Property changes on: matrix-synapse/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in matrix-synapse/repos/community-any (8 files)

2017-02-23 Thread Johannes Löthberg
Date: Thursday, February 23, 2017 @ 12:59:34
  Author: demize
Revision: 213631

archrelease: copy trunk to community-any

Added:
  matrix-synapse/repos/community-any/PKGBUILD
(from rev 213630, matrix-synapse/trunk/PKGBUILD)
  matrix-synapse/repos/community-any/deps-relax-checks.patch
(from rev 213630, matrix-synapse/trunk/deps-relax-checks.patch)
  matrix-synapse/repos/community-any/synapse.install
(from rev 213630, matrix-synapse/trunk/synapse.install)
  matrix-synapse/repos/community-any/sysusers-synapse.conf
(from rev 213630, matrix-synapse/trunk/sysusers-synapse.conf)
Deleted:
  matrix-synapse/repos/community-any/PKGBUILD
  matrix-synapse/repos/community-any/deps-relax-checks.patch
  matrix-synapse/repos/community-any/synapse.install
  matrix-synapse/repos/community-any/sysusers-synapse.conf

-+
 PKGBUILD|  119 +++---
 deps-relax-checks.patch |   76 ++---
 synapse.install |   74 ++--
 sysusers-synapse.conf   |2 
 4 files changed, 136 insertions(+), 135 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-23 12:59:23 UTC (rev 213630)
+++ PKGBUILD2017-02-23 12:59:34 UTC (rev 213631)
@@ -1,59 +0,0 @@
-# Maintainer: Ivan Shapovalov 
-
-pkgname=matrix-synapse
-pkgver=0.19.1
-pkgrel=1
-
-pkgdesc="Matrix reference homeserver"
-url="https://github.com/matrix-org/synapse";
-arch=('any')
-license=('Apache')
-
-depends=('python2-twisted>=15.1.0' 'python2-service-identity'
- 'python2-pyopenssl' 'python2-yaml' 'python2-pyasn1' 'python2-pynacl'
- 'python2-daemonize' 'python2-py-bcrypt' 'python2-frozendict'
- 'python2-pillow' 'python2-pydenticon' 'python2-ujson' 'python2-blist'
- 'python2-pysaml2' 'python2-setuptools'
- 'python2-systemd' 'python2-unpaddedbase64' 'python2-canonicaljson'
- 'python2-signedjson' 'python2-pymacaroons-pynacl'
- 'python2-service-identity' 'python2-msgpack'
- 'systemd')
-makedepends=('python2-mock')
-optdepends=('python2-psycopg2: PostgreSQL support'
-'python2-netaddr: URL previewing'
-'python2-jinja: e-mail notifications'
-'python2-bleach: e-mail notifications'
-'python2-matrix-synapse-ldap3: LDAP support'
-'python2-psutil: metrics'
-'python2-matrix-angular-sdk: built-in web client')
-
-source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz";
-'sysusers-synapse.conf'
-'deps-relax-checks.patch')
-
-md5sums=('8ffba340861253efa963cdac9be773e1'
- 'ecd9f66fb57fe1a2e1e2df07a460a35b'
- '74d3d018e588d70ff0a22863d3d7aa4e')
-
-backup=('etc/synapse/log_config.yaml')
-install=synapse.install
-
-prepare() {
-   cd synapse-$pkgver
-   patch -p1 <"$srcdir/deps-relax-checks.patch"
-}
-
-build() {
-   cd synapse-$pkgver
-   python2 setup.py build 
-}
-
-package() {
-   cd synapse-$pkgver
-   python2 setup.py install --root "$pkgdir" --optimize=1 --skip-build
-
-   install -dm755 -o 198 -g 198 "$pkgdir"/etc/synapse
-   install -Dm644 contrib/systemd/log_config.yaml 
"$pkgdir"/etc/synapse/log_config.yaml
-   install -Dm644 contrib/systemd/synapse.service 
"$pkgdir"/usr/lib/systemd/system/synapse.service
-   install -Dm644 "$srcdir"/sysusers-synapse.conf 
"$pkgdir"/usr/lib/sysusers.d/synapse.conf
-}

Copied: matrix-synapse/repos/community-any/PKGBUILD (from rev 213630, 
matrix-synapse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-23 12:59:34 UTC (rev 213631)
@@ -0,0 +1,60 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgname=matrix-synapse
+pkgver=0.19.2
+pkgrel=1
+
+pkgdesc="Matrix reference homeserver"
+url="https://github.com/matrix-org/synapse";
+arch=('any')
+license=('Apache')
+
+depends=('python2-twisted' 'python2-service-identity'
+ 'python2-pyopenssl' 'python2-yaml' 'python2-pyasn1' 'python2-pynacl'
+ 'python2-daemonize' 'python2-py-bcrypt' 'python2-frozendict'
+ 'python2-pillow' 'python2-pydenticon' 'python2-ujson' 'python2-blist'
+ 'python2-pysaml2' 'python2-setuptools'
+ 'python2-systemd' 'python2-unpaddedbase64' 'python2-canonicaljson'
+ 'python2-signedjson' 'python2-pymacaroons-pynacl'
+ 'python2-service-identity' 'python2-msgpack'
+ 'systemd')
+makedepends=('python2-mock')
+optdepends=('python2-psycopg2: PostgreSQL support'
+'python2-netaddr: URL previewing'
+'python2-jinja: e-mail notifications'
+'python2-bleach: e-mail notifications'
+'python2-matrix-synapse-ldap3: LDAP support'
+'python2-psutil: metrics'
+'python2-matrix-angular-sdk: built-in web clie

[arch-commits] Commit in rust-racer/trunk (PKGBUILD)

2017-02-23 Thread Sven-Hendrik Haase
Date: Thursday, February 23, 2017 @ 14:48:49
  Author: svenstaro
Revision: 213632

upgpkg: rust-racer 2.0.6-1

upstream release 2.0.6

Modified:
  rust-racer/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 12:59:34 UTC (rev 213631)
+++ PKGBUILD2017-02-23 14:48:49 UTC (rev 213632)
@@ -4,7 +4,7 @@
 
 pkgname=rust-racer
 _pkgname=racer
-pkgver=2.0.4
+pkgver=2.0.6
 pkgrel=1
 pkgdesc="Code completion for Rust"
 url="https://github.com/phildawes/racer";
@@ -13,7 +13,7 @@
 arch=('i686' 'x86_64')
 license=('MIT')
 
source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$_pkgname/$pkgver/download";)
-sha256sums=('58f8c494a28e756e4cb956e28b2a5bdbce1767f45b543b5adcba167fb5a69886')
+sha256sums=('b0d72b3afd67882adfca61d609fafb8d7aa5f9e814f12c32fcc6e171995920e8')
 
 build() {
   cd "$_pkgname-$pkgver"


[arch-commits] Commit in rust-racer/repos (4 files)

2017-02-23 Thread Sven-Hendrik Haase
Date: Thursday, February 23, 2017 @ 14:49:09
  Author: svenstaro
Revision: 213633

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

Added:
  rust-racer/repos/community-i686/PKGBUILD
(from rev 213632, rust-racer/trunk/PKGBUILD)
  rust-racer/repos/community-x86_64/PKGBUILD
(from rev 213632, rust-racer/trunk/PKGBUILD)
Deleted:
  rust-racer/repos/community-i686/PKGBUILD
  rust-racer/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   27 --
 community-x86_64/PKGBUILD |   27 --
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-23 14:48:49 UTC (rev 213632)
+++ community-i686/PKGBUILD 2017-02-23 14:49:09 UTC (rev 213633)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Vlad M. 
-# Contributor: issue 
-
-pkgname=rust-racer
-_pkgname=racer
-pkgver=2.0.4
-pkgrel=1
-pkgdesc="Code completion for Rust"
-url="https://github.com/phildawes/racer";
-optdepends=('rust-src')
-makedepends=('cargo')
-arch=('i686' 'x86_64')
-license=('MIT')
-source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$_pkgname/$pkgver/download";)
-sha256sums=('58f8c494a28e756e4cb956e28b2a5bdbce1767f45b543b5adcba167fb5a69886')
-
-build() {
-  cd "$_pkgname-$pkgver"
-  cargo build --release
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-  install -Dm755 target/release/racer "$pkgdir/usr/bin/racer"
-  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-}

Copied: rust-racer/repos/community-i686/PKGBUILD (from rev 213632, 
rust-racer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-23 14:49:09 UTC (rev 213633)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Vlad M. 
+# Contributor: issue 
+
+pkgname=rust-racer
+_pkgname=racer
+pkgver=2.0.6
+pkgrel=1
+pkgdesc="Code completion for Rust"
+url="https://github.com/phildawes/racer";
+optdepends=('rust-src')
+makedepends=('cargo')
+arch=('i686' 'x86_64')
+license=('MIT')
+source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$_pkgname/$pkgver/download";)
+sha256sums=('b0d72b3afd67882adfca61d609fafb8d7aa5f9e814f12c32fcc6e171995920e8')
+
+build() {
+  cd "$_pkgname-$pkgver"
+  cargo build --release
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+  install -Dm755 target/release/racer "$pkgdir/usr/bin/racer"
+  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-23 14:48:49 UTC (rev 213632)
+++ community-x86_64/PKGBUILD   2017-02-23 14:49:09 UTC (rev 213633)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Vlad M. 
-# Contributor: issue 
-
-pkgname=rust-racer
-_pkgname=racer
-pkgver=2.0.4
-pkgrel=1
-pkgdesc="Code completion for Rust"
-url="https://github.com/phildawes/racer";
-optdepends=('rust-src')
-makedepends=('cargo')
-arch=('i686' 'x86_64')
-license=('MIT')
-source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$_pkgname/$pkgver/download";)
-sha256sums=('58f8c494a28e756e4cb956e28b2a5bdbce1767f45b543b5adcba167fb5a69886')
-
-build() {
-  cd "$_pkgname-$pkgver"
-  cargo build --release
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-  install -Dm755 target/release/racer "$pkgdir/usr/bin/racer"
-  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-}

Copied: rust-racer/repos/community-x86_64/PKGBUILD (from rev 213632, 
rust-racer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-23 14:49:09 UTC (rev 213633)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Vlad M. 
+# Contributor: issue 
+
+pkgname=rust-racer
+_pkgname=racer
+pkgver=2.0.6
+pkgrel=1
+pkgdesc="Code completion for Rust"
+url="https://github.com/phildawes/racer";
+optdepends=('rust-src')
+makedepends=('cargo')
+arch=('i686' 'x86_64')
+license=('MIT')
+source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$_pkgname/$pkgver/download";)
+sha256sums=('b0d72b3afd67882adfca61d609fafb8d7aa5f9e814f12c32fcc6e171995920e8')
+
+build() {
+  cd "$_pkgname-$pkgver"
+  cargo build --release
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+  install -Dm755 target/release/racer "$pkgdir/usr/bin/racer"
+  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+}


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

2017-02-23 Thread Andreas Radke
Date: Thursday, February 23, 2017 @ 15:37:39
  Author: andyrtr
Revision: 289433

upgpkg: nano 2.7.5-1

upstream update 2.7.5

Modified:
  nano/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 14:55:35 UTC (rev 289432)
+++ PKGBUILD2017-02-23 15:37:39 UTC (rev 289433)
@@ -3,7 +3,7 @@
 # Contributor: Judd 
 
 pkgname=nano
-pkgver=2.7.4
+pkgver=2.7.5
 pkgrel=1
 pkgdesc="Pico editor clone with enhancements"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('ncurses' 'file' 'sh')
 backup=('etc/nanorc')
 
source=(https://www.nano-editor.org/dist/v2.7/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('23ffc2de52d687739fed6dc2fc94df36aa7da7bb52c8740c523fdd7336fdbc8c'
+sha256sums=('226be22f46359007aa76499623739f4a7d5fa294a2899c70b21bc09b8d81d907'
 'SKIP')
 validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
   'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"


[arch-commits] Commit in nano/repos (4 files)

2017-02-23 Thread Andreas Radke
Date: Thursday, February 23, 2017 @ 15:37:53
  Author: andyrtr
Revision: 289434

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

Added:
  nano/repos/testing-i686/
  nano/repos/testing-i686/PKGBUILD
(from rev 289433, nano/trunk/PKGBUILD)
  nano/repos/testing-x86_64/
  nano/repos/testing-x86_64/PKGBUILD
(from rev 289433, nano/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: nano/repos/testing-i686/PKGBUILD (from rev 289433, nano/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-23 15:37:53 UTC (rev 289434)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=2.7.5
+pkgrel=1
+pkgdesc="Pico editor clone with enhancements"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.nano-editor.org";
+groups=('base')
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+source=(https://www.nano-editor.org/dist/v2.7/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('226be22f46359007aa76499623739f4a7d5fa294a2899c70b21bc09b8d81d907'
+'SKIP')
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
+  'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/sample.nanorc 
${pkgdir}/etc/nanorc
+}

Copied: nano/repos/testing-x86_64/PKGBUILD (from rev 289433, 
nano/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-02-23 15:37:53 UTC (rev 289434)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=2.7.5
+pkgrel=1
+pkgdesc="Pico editor clone with enhancements"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.nano-editor.org";
+groups=('base')
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+source=(https://www.nano-editor.org/dist/v2.7/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('226be22f46359007aa76499623739f4a7d5fa294a2899c70b21bc09b8d81d907'
+'SKIP')
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
+  'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/sample.nanorc 
${pkgdir}/etc/nanorc
+}


[arch-commits] Commit in haskell-persistent-sqlite/trunk (PKGBUILD)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 15:49:29
  Author: felixonmars
Revision: 213634

upgpkg: haskell-persistent-sqlite 2.6.0.1-1

rebuild with persistent-sqlite,2.6.0.1

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 14:49:09 UTC (rev 213633)
+++ PKGBUILD2017-02-23 15:49:29 UTC (rev 213634)
@@ -4,8 +4,8 @@
 
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
-pkgver=2.6
-pkgrel=30
+pkgver=2.6.0.1
+pkgrel=1
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent";
 license=("MIT")
@@ -14,7 +14,7 @@
  "haskell-monad-logger" "haskell-old-locale" "haskell-persistent"
  "haskell-resource-pool" "haskell-resourcet" "haskell-text")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('628670f06cc533adb057649a253e9332aa2b3f69278af8fd32905e9bb00e0ffa')
+sha256sums=('84df1475478f8c4aa7790152c89ffca43a08a32cd933e4062cb219a023e4768c')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in haskell-persistent-sqlite/repos (4 files)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 15:49:58
  Author: felixonmars
Revision: 213635

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

Added:
  haskell-persistent-sqlite/repos/community-staging-i686/
  haskell-persistent-sqlite/repos/community-staging-i686/PKGBUILD
(from rev 213634, haskell-persistent-sqlite/trunk/PKGBUILD)
  haskell-persistent-sqlite/repos/community-staging-x86_64/
  haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD
(from rev 213634, haskell-persistent-sqlite/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: haskell-persistent-sqlite/repos/community-staging-i686/PKGBUILD (from 
rev 213634, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-23 15:49:58 UTC (rev 213635)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.6.0.1
+pkgrel=1
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-old-locale" "haskell-persistent"
+ "haskell-resource-pool" "haskell-resourcet" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('84df1475478f8c4aa7790152c89ffca43a08a32cd933e4062cb219a023e4768c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-sanity-exe -f-systemlib
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 213634, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-23 15:49:58 UTC (rev 213635)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.6.0.1
+pkgrel=1
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-old-locale" "haskell-persistent"
+ "haskell-resource-pool" "haskell-resourcet" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('84df1475478f8c4aa7790152c89ffca43a08a32cd933e4062cb219a023e4768c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-sanity-exe -f-systemlib
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdi

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

2017-02-23 Thread Christian Hesse
Date: Thursday, February 23, 2017 @ 16:00:04
  Author: eworm
Revision: 213636

upgpkg: wireguard 0.0.20170223-1

new upstream release

Modified:
  wireguard/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 15:49:58 UTC (rev 213635)
+++ PKGBUILD2017-02-23 16:00:04 UTC (rev 213636)
@@ -4,7 +4,7 @@
 
 pkgbase=wireguard
 pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20170214
+pkgver=0.0.20170223
 pkgrel=1
 pkgdesc='next generation secure network tunnel'
 arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@
 license=('GPL')
 makedepends=('git' 'libmnl')
 
source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz";)
-sha256sums=('1e4ee213d2a5ac672c952c59e9c64d6d7d5dc3e21c003aee30d75208237e8bf5')
+sha256sums=('6d2c8cd29c4f9fb404546a4749ec050739a26b4a49b5864f1dec531377c3c50d')
 
 prepare() {
cd WireGuard-${pkgver}/


[arch-commits] Commit in wireguard/repos (4 files)

2017-02-23 Thread Christian Hesse
Date: Thursday, February 23, 2017 @ 16:00:21
  Author: eworm
Revision: 213637

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

Added:
  wireguard/repos/community-i686/PKGBUILD
(from rev 213636, wireguard/trunk/PKGBUILD)
  wireguard/repos/community-x86_64/PKGBUILD
(from rev 213636, wireguard/trunk/PKGBUILD)
Deleted:
  wireguard/repos/community-i686/PKGBUILD
  wireguard/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  112 
 community-i686/PKGBUILD   |   56 --
 community-x86_64/PKGBUILD |   56 --
 3 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-23 16:00:04 UTC (rev 213636)
+++ community-i686/PKGBUILD 2017-02-23 16:00:21 UTC (rev 213637)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgbase=wireguard
-pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20170214
-pkgrel=1
-pkgdesc='next generation secure network tunnel'
-arch=('x86_64' 'i686')
-url='http://www.wireguard.io/'
-license=('GPL')
-makedepends=('git' 'libmnl')
-source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz";)
-sha256sums=('1e4ee213d2a5ac672c952c59e9c64d6d7d5dc3e21c003aee30d75208237e8bf5')
-
-prepare() {
-   cd WireGuard-${pkgver}/
-
-   find contrib/examples/ -name '.gitignore' -delete
-}
-
-build() {
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/
-}
-
-package_wireguard-dkms() {
-   depends=('dkms')
-   provides=('WIREGUARD-MODULE')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/ \
-   DESTDIR="${pkgdir}/" \
-   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
-   dkms-install
-}
-
-package_wireguard-tools() {
-   depends=('libmnl' 'WIREGUARD-MODULE')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/ \
-   DESTDIR="${pkgdir}/" \
-   WITH_BASHCOMPLETION=yes \
-WITH_WGQUICK=yes \
-WITH_SYSTEMDUNITS=yes \
-install
-
-   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
-   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
-}
-

Copied: wireguard/repos/community-i686/PKGBUILD (from rev 213636, 
wireguard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-23 16:00:21 UTC (rev 213637)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Jason A. Donenfeld 
+
+pkgbase=wireguard
+pkgname=(wireguard-dkms wireguard-tools)
+pkgver=0.0.20170223
+pkgrel=1
+pkgdesc='next generation secure network tunnel'
+arch=('x86_64' 'i686')
+url='http://www.wireguard.io/'
+license=('GPL')
+makedepends=('git' 'libmnl')
+source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz";)
+sha256sums=('6d2c8cd29c4f9fb404546a4749ec050739a26b4a49b5864f1dec531377c3c50d')
+
+prepare() {
+   cd WireGuard-${pkgver}/
+
+   find contrib/examples/ -name '.gitignore' -delete
+}
+
+build() {
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/
+}
+
+package_wireguard-dkms() {
+   depends=('dkms')
+   provides=('WIREGUARD-MODULE')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/ \
+   DESTDIR="${pkgdir}/" \
+   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
+   dkms-install
+}
+
+package_wireguard-tools() {
+   depends=('libmnl' 'WIREGUARD-MODULE')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/ \
+   DESTDIR="${pkgdir}/" \
+   WITH_BASHCOMPLETION=yes \
+WITH_WGQUICK=yes \
+WITH_SYSTEMDUNITS=yes \
+install
+
+   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
+   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-23 16:00:04 UTC (rev 213636)
+++ community-x86_64/PKGBUILD   2017-02-23 16:00:21 UTC (rev 213637)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgbase=wireguard
-pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20170214
-pkgrel=1
-pkgdesc='next generation secure network tunnel'
-arch=('x86_64' 'i686')
-url='http://www.wireguard.io/'
-license=('GPL')
-makedepends=('git' 'libmnl')
-source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz";)
-sha256sums=('1e4ee213d2a5ac672c952c59e9c64d6d7d5dc3e21c003aee30d75208237e8bf5')
-
-prepare() {
-   cd WireGuard-${pkgver}/
-
-   find contrib/examp

[arch-commits] Commit in git-annex/trunk (PKGBUILD)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 16:05:06
  Author: felixonmars
Revision: 213638

upgpkg: git-annex 6.20170214-7

rebuild with persistent-sqlite,2.6.0.1

Modified:
  git-annex/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 16:00:21 UTC (rev 213637)
+++ PKGBUILD2017-02-23 16:05:06 UTC (rev 213638)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170214
-pkgrel=6
+pkgrel=7
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")


[arch-commits] Commit in git-annex/repos (4 files)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 16:05:34
  Author: felixonmars
Revision: 213639

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

Added:
  git-annex/repos/community-staging-i686/
  git-annex/repos/community-staging-i686/PKGBUILD
(from rev 213638, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 213638, git-annex/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   54 
 community-staging-x86_64/PKGBUILD |   54 
 2 files changed, 108 insertions(+)

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 213638, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-23 16:05:34 UTC (rev 213639)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170214
+pkgrel=7
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" "haskell-data-default" 
"haskell-dav"
+ "haskell-dbus" "haskell-disk-free-space" "haskell-dlist" 
"haskell-dns"
+ "haskell-edit-distance" "haskell-esqueleto" "haskell-exceptions" 
"haskell-fdo-notify"
+ "haskell-feed" "haskell-hinotify" "haskell-hslogger" 
"haskell-http-client"
+ "haskell-http-conduit" "haskell-http-types" "haskell-ifelse" 
"haskell-magic"
+ "haskell-missingh" "haskell-monad-control" "haskell-monad-logger" 
"haskell-mountpoints"
+ "haskell-mtl" "haskell-network" "haskell-network-info" 
"haskell-network-multicast"
+ "haskell-network-uri" "haskell-old-locale" 
"haskell-optparse-applicative"
+ "haskell-path-pieces" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-quickcheck" 
"haskell-random"
+ "haskell-regex-tdfa" "haskell-resourcet" "haskell-safesemaphore" 
"haskell-sandi"
+ "haskell-securemem" "haskell-shakespeare" "haskell-socks" 
"haskell-stm"
+ "haskell-stm-chans" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
+ "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-uuid" "haskell-wai"
+ "haskell-wai-extra" "haskell-warp" "haskell-warp-tls" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-default" "haskell-yesod-form"
+ "haskell-yesod-static")
+source=("git+https://github.com/joeyh/git-annex.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fcryptonite -fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make DESTDIR="$pkgdir" install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 213638, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-23 16:05:34 UTC (rev 213639)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170214
+pkgrel=7
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" "haskell-data-default" 
"haskell-dav"
+ "haskell-dbus" "haskell-disk-free-space" "haskell

[arch-commits] Commit in nvidia-340xx-utils/trunk (PKGBUILD)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 16:14:20
  Author: lcarlier
Revision: 289435

upgpkg: nvidia-340xx-utils 340.102-5

remove useless conflicts/provides

Modified:
  nvidia-340xx-utils/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 15:37:53 UTC (rev 289434)
+++ PKGBUILD2017-02-23 16:14:20 UTC (rev 289435)
@@ -6,7 +6,7 @@
 pkgbase=nvidia-340xx-utils
 pkgname=('nvidia-340xx-utils' 'opencl-nvidia-340xx')
 pkgver=340.102
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
 license=('custom')
@@ -62,8 +62,8 @@
 optdepends=('gtk2: nvidia-settings'
 'xorg-server-devel: nvidia-xconfig'
 'opencl-nvidia-340xx: OpenCL support')
-conflicts=('nvidia-utils' 'libgl' 'libgles' 'libegl' 'nvidia-libgl' 
'nvidia-340xx-libgl')
-provides=('nvidia-utils' 'libgl' 'libgles' 'libegl' 'nvidia-libgl' 
'nvidia-340xx-libgl')
+conflicts=('nvidia-304xx-utils' 'nvidia-340xx-libgl')
+provides=('libgl' 'libgles' 'libegl' 'nvidia-340xx-libgl')
 replaces=('nvidia-340xx-libgl')
 install="${pkgname}.install"
 


[arch-commits] Commit in nvidia-340xx-utils/repos (12 files)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 16:14:30
  Author: lcarlier
Revision: 289436

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

Added:
  nvidia-340xx-utils/repos/extra-i686/PKGBUILD
(from rev 289435, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/extra-i686/nvidia-340xx-utils.install
(from rev 289435, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)
  nvidia-340xx-utils/repos/extra-i686/nvidia-drm-outputclass.conf
(from rev 289435, nvidia-340xx-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-340xx-utils/repos/extra-x86_64/PKGBUILD
(from rev 289435, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-340xx-utils.install
(from rev 289435, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-drm-outputclass.conf
(from rev 289435, nvidia-340xx-utils/trunk/nvidia-drm-outputclass.conf)
Deleted:
  nvidia-340xx-utils/repos/extra-i686/PKGBUILD
  nvidia-340xx-utils/repos/extra-i686/nvidia-340xx-utils.install
  nvidia-340xx-utils/repos/extra-i686/nvidia-drm-outputclass.conf
  nvidia-340xx-utils/repos/extra-x86_64/PKGBUILD
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-340xx-utils.install
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-drm-outputclass.conf

--+
 /PKGBUILD|  328 +
 /nvidia-340xx-utils.install  |   20 +
 /nvidia-drm-outputclass.conf |   12 +
 extra-i686/PKGBUILD  |  164 --
 extra-i686/nvidia-340xx-utils.install|   10 
 extra-i686/nvidia-drm-outputclass.conf   |6 
 extra-x86_64/PKGBUILD|  164 --
 extra-x86_64/nvidia-340xx-utils.install  |   10 
 extra-x86_64/nvidia-drm-outputclass.conf |6 
 9 files changed, 360 insertions(+), 360 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-23 16:14:20 UTC (rev 289435)
+++ extra-i686/PKGBUILD 2017-02-23 16:14:30 UTC (rev 289436)
@@ -1,164 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-pkgbase=nvidia-340xx-utils
-pkgname=('nvidia-340xx-utils' 'opencl-nvidia-340xx')
-pkgver=340.102
-pkgrel=4
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-license=('custom')
-options=('!strip')
-source=(nvidia-drm-outputclass.conf)
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
-sha512sums=('bf7e27b2f3c815f5e21ba3b17cb9f4e76360bb2c41b30face591834d82d786fee93546a469e30ebcb89f64a17a7e79e0b7ed6fd9f26438dfaa48899fce3ddf33')
-sha512sums_i686=('bea700c925a6044fcded40324bb389c5fa1aadc40831f685a76e7b0ded11161f492960950c201467e564d157dcbe0c330d13a2014f51d0073002c5a262a6f0ca')
-sha512sums_x86_64=('2a29e6418244ea384e4237d74057bd8e56247b1c503cf623dea34a3b1065d8783879aa7e6a802dd31f0a10cf81cfcab2a1b1a8269b97996f15fa1838c0a3a44b')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-create_links() {
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-done
-}
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-bsdtar -xf nvidia-persistenced-init.tar.bz2
-}
-
-package_opencl-nvidia-340xx() {
-pkgdesc="OpenCL implemention for NVIDIA"
-depends=('zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-conflicts=('opencl-nvidia')
-provides=('opencl-nvidia' 'opencl-driver')
-cd "${_pkg}"
-
-# OpenCL
-install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
-}
-
-package_nvidia-340xx-utils() {
-pkgdesc="NVIDIA drivers utilities"
-depends=('xorg-server')
-optdepends=('gtk2: nvidia-settings'
-'xorg-server-devel: nvidia-xconfig'
-'opencl-nvidia-340xx: OpenCL support')
-conflicts=('nvidia-utils' 'libgl' 'libgles' 'libegl' 'nvidia-libgl' 
'nvidia-340xx-libgl')
-provides=('nvidia-utils' 'libgl' 'libgles'

[arch-commits] Commit in lib32-nvidia-340xx-utils/trunk (PKGBUILD)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 16:19:22
  Author: lcarlier
Revision: 213640

upgpkg: lib32-nvidia-340xx-utils 340.102-3

remove useless conflicts/provides

Modified:
  lib32-nvidia-340xx-utils/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 16:05:34 UTC (rev 213639)
+++ PKGBUILD2017-02-23 16:19:22 UTC (rev 213640)
@@ -6,7 +6,7 @@
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-340xx-utils' 'lib32-opencl-nvidia-340xx')
 pkgver=340.102
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="http://www.nvidia.com/";
 license=('custom')
@@ -52,7 +52,7 @@
 package_lib32-nvidia-340xx-utils() {
 pkgdesc="NVIDIA drivers utilities (32-bit)"
 depends=('lib32-zlib' 'lib32-gcc-libs' 'nvidia-340xx-utils')
-conflicts=('lib32-libgl' 'lib32-libegl' 'lib32-libgles' 
'lib32-nvidia-340xx-libgl' 'lib32-nvidia-utils')
+conflicts=('lib32-nvidia-340xx-libgl')
 provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles' 
'lib32-nvidia-340xx-libgl')
 replaces=('lib32-nvidia-340xx-libgl')
 optdepends=('lib32-opencl-nvidia-340xx')


[arch-commits] Commit in lib32-nvidia-340xx-utils/repos/multilib-x86_64 (2 files)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 16:19:28
  Author: lcarlier
Revision: 213641

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-340xx-utils/repos/multilib-x86_64/PKGBUILD
(from rev 213640, lib32-nvidia-340xx-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-340xx-utils/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  196 ++---
 1 file changed, 98 insertions(+), 98 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-23 16:19:22 UTC (rev 213640)
+++ PKGBUILD2017-02-23 16:19:28 UTC (rev 213641)
@@ -1,98 +0,0 @@
-# $Id: PKGBUILD 117364 2014-08-13 13:50:53Z svenstaro $
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-_pkgbasename=nvidia-340xx-utils
-pkgbase=lib32-$_pkgbasename
-pkgname=('lib32-nvidia-340xx-utils' 'lib32-opencl-nvidia-340xx')
-pkgver=340.102
-pkgrel=2
-arch=('x86_64')
-url="http://www.nvidia.com/";
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-sha512sums=('bea700c925a6044fcded40324bb389c5fa1aadc40831f685a76e7b0ded11161f492960950c201467e564d157dcbe0c330d13a2014f51d0073002c5a262a6f0ca')
-
-create_links() {
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-done
-}
-
-build() {
-sh ${_pkg}.run --extract-only
-}
-
-package_lib32-opencl-nvidia-340xx() {
-pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
-depends=('lib32-zlib' 'lib32-gcc-libs')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-conflicts=('lib32-opencl-nvidia')
-provides=('lib32-opencl-driver')
-cd "${_pkg}"
-
-# OpenCL
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}" 
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
-}
-
-package_lib32-nvidia-340xx-utils() {
-pkgdesc="NVIDIA drivers utilities (32-bit)"
-depends=('lib32-zlib' 'lib32-gcc-libs' 'nvidia-340xx-utils')
-conflicts=('lib32-libgl' 'lib32-libegl' 'lib32-libgles' 
'lib32-nvidia-340xx-libgl' 'lib32-nvidia-utils')
-provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles' 
'lib32-nvidia-340xx-libgl')
-replaces=('lib32-nvidia-340xx-libgl')
-optdepends=('lib32-opencl-nvidia-340xx')
-
-cd "${_pkg}"
-
-# OpenGL libraries
-install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}"
-install -D -m755 "libEGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libEGL.so.${pkgver}"
-install -D -m755 "libGLESv1_CM.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGLESv1_CM.so.${pkgver}"
-install -D -m755 "libGLESv2.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGLESv2.so.${pkgver}"
-
-# OpenGL core library
-install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-glcore.so.${pkgver}"
-install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-eglcore.so.${pkgver}"
-install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-glsi.so.${pkgver}"
-
-# misc
-install -D -m755 "libnvidia-ifr.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-ifr.so.${pkgver}"
-install -D -m755 "libnvidia-fbc.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-fbc.so.${pkgver}"
-install -D -m755 "libnvidia-encode.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-encode.so.${pkgver}"
-install -D -m755 "libnvidia-cfg.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-cfg.so.${pkgver}"
-install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-ml.so.${pkgver}"
-
-# VDPAU
-install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}"
-
-# nvidia-tls library
-install -D -m755 "tls/libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-tls.so.${pkgver}"
-
-# CUDA
-install -D -m755 "libcuda.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libcuda.so.${pkgver}"
-install -D -m755 "libnvcuvid.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvcuvid.so.${pkgver}"
-
-create_links
-
-install -dm 755 "${pkgdir}"/etc/ld.so.conf.d
-echo -e '/usr/lib32/nvidia/' > 
"${pkgdir}"/etc/ld.so.conf.d/00-lib32-nvidia.conf
-
-rm -rf "${pkgdir}"/usr/{i

[arch-commits] Commit in nvidia-304xx-utils/repos (8 files)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 16:26:46
  Author: lcarlier
Revision: 289438

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

Added:
  nvidia-304xx-utils/repos/extra-i686/PKGBUILD
(from rev 289437, nvidia-304xx-utils/trunk/PKGBUILD)
  nvidia-304xx-utils/repos/extra-i686/nvidia-drm-outputclass.conf
(from rev 289437, nvidia-304xx-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-304xx-utils/repos/extra-x86_64/PKGBUILD
(from rev 289437, nvidia-304xx-utils/trunk/PKGBUILD)
  nvidia-304xx-utils/repos/extra-x86_64/nvidia-drm-outputclass.conf
(from rev 289437, nvidia-304xx-utils/trunk/nvidia-drm-outputclass.conf)
Deleted:
  nvidia-304xx-utils/repos/extra-i686/PKGBUILD
  nvidia-304xx-utils/repos/extra-i686/nvidia-drm-outputclass.conf
  nvidia-304xx-utils/repos/extra-x86_64/PKGBUILD
  nvidia-304xx-utils/repos/extra-x86_64/nvidia-drm-outputclass.conf

--+
 /PKGBUILD|  304 +
 /nvidia-drm-outputclass.conf |   12 +
 extra-i686/PKGBUILD  |  152 --
 extra-i686/nvidia-drm-outputclass.conf   |6 
 extra-x86_64/PKGBUILD|  152 --
 extra-x86_64/nvidia-drm-outputclass.conf |6 
 6 files changed, 316 insertions(+), 316 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-23 16:26:36 UTC (rev 289437)
+++ extra-i686/PKGBUILD 2017-02-23 16:26:46 UTC (rev 289438)
@@ -1,152 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andreas Radke 
-
-pkgbase=nvidia-304xx-utils
-pkgname=('nvidia-304xx-utils' 'opencl-nvidia-304xx')
-pkgver=304.135
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-license=('custom')
-makedepends=('zlib')
-options=('!strip')
-source=(nvidia-drm-outputclass.conf)
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
-md5sums=('4f5562ee8f3171769e4638b35396c55d')
-md5sums_i686=('0e2082ae8490b135eb306befe6db56e1')
-md5sums_x86_64=('8ee9bd0b020508bca9953181811422fa')
-
-if [ "$CARCH" = "i686" ]; then
-  _arch='x86'
-  _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-elif [ "$CARCH" = "x86_64" ]; then
-  _arch='x86_64'
-  _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
-fi
-
-create_links() {
-  # create soname links
-  for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 'SONAME.*: 
\[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-  done
-}
-
-build() {
-  sh "${_pkg}.run" --extract-only
-}
-
-package_opencl-nvidia-304xx() {
-  pkgdesc="OpenCL implemention for NVIDIA, 304xx legacy branch"
-  depends=('zlib')
-  optdepends=('opencl-headers: headers necessary for OpenCL development')
-  provides=('opencl-nvidia' 'opencl-driver')
-  conflicts=('opencl-nvidia')
-
-  cd ${_pkg}
-
-  # OpenCL
-  install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-  install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-  install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
-
-  create_links
-  
-  install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/opencl-nvidia-304xx/LICENSE"
-}
-
-package_nvidia-304xx-utils() {
-  pkgdesc="NVIDIA drivers utilities and libraries, 304xx legacy branch"
-  depends=('xorg-server' 'libxvmc' 'mesa')
-  optdepends=('gtk2: nvidia-settings'
-  'pkg-config: nvidia-xconfig'
-  'opencl-nvidia-304xx: OpenCL support')
-  conflicts=('nvidia-utils' 'nvidia-libgl' 'nvidia-340xx-utils' 
'nvidia-304xx-libgl')
-  provides=('libgl' 'libgles' 'libegl' 'nvidia-utils' 'nvidia-libgl' 
'nvidia-304xx-libgl')
-  replaces=('nvidia-304xx-libgl')
-  
-  cd ${_pkg}
-
-  # X driver
-  install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so"
-
-  # GLX extension module for X
-  install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglx.so.${pkgver}"
-  ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/libglx.so.1"# 
X doesn't find glx otherwise
-  ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/libglx.so"# X 
doesn't find glx otherwise
-  
-  # OpenGL libraries
-  install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libGL.so.${pkgver}"
-
-  # OpenGL core library
-  install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libnvidia-glcore.so.${pkgver}"
-
-  # XvMC
-  install -D -m755 "libXvMCNVIDIA.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libXvMCNVIDIA.

[arch-commits] Commit in nvidia-304xx-utils/trunk (PKGBUILD)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 16:26:36
  Author: lcarlier
Revision: 289437

upgpkg: nvidia-304xx-utils 304.135-3

remove useless conflicts/provides

Modified:
  nvidia-304xx-utils/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 16:14:30 UTC (rev 289436)
+++ PKGBUILD2017-02-23 16:26:36 UTC (rev 289437)
@@ -5,7 +5,7 @@
 pkgbase=nvidia-304xx-utils
 pkgname=('nvidia-304xx-utils' 'opencl-nvidia-304xx')
 pkgver=304.135
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
 license=('custom')
@@ -65,8 +65,8 @@
   optdepends=('gtk2: nvidia-settings'
   'pkg-config: nvidia-xconfig'
   'opencl-nvidia-304xx: OpenCL support')
-  conflicts=('nvidia-utils' 'nvidia-libgl' 'nvidia-340xx-utils' 
'nvidia-304xx-libgl')
-  provides=('libgl' 'libgles' 'libegl' 'nvidia-utils' 'nvidia-libgl' 
'nvidia-304xx-libgl')
+  conflicts=('nvidia-304xx-libgl' 'nvidia-340xx-utils')
+  provides=('libgl' 'libgles' 'libegl' 'nvidia-304xx-libgl')
   replaces=('nvidia-304xx-libgl')
   
   cd ${_pkg}


[arch-commits] Commit in util-linux/trunk (PKGBUILD)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 16:49:13
  Author: felixonmars
Revision: 289439

upgpkg: util-linux 2.29.2-1

upstream new release

Modified:
  util-linux/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 16:26:46 UTC (rev 289438)
+++ PKGBUILD2017-02-23 16:49:13 UTC (rev 289439)
@@ -6,7 +6,7 @@
 pkgbase=util-linux
 pkgname=(util-linux libutil-linux)
 _pkgmajor=2.29
-pkgver=${_pkgmajor}.1
+pkgver=${_pkgmajor}.2
 pkgrel=1
 pkgdesc="Miscellaneous system utilities for Linux"
 url="https://www.kernel.org/pub/linux/utils/util-linux/";
@@ -18,7 +18,7 @@
 
source=("https://www.kernel.org/pub/linux/utils/util-linux/v$_pkgmajor/$pkgbase-$pkgver.tar."{xz,sign}
 pam-{login,common,su}
 '0001-sfdisk-support-empty-label-use-case.patch')
-md5sums=('0cbb6d16ab9c5736e5649ef1264bee6e'
+md5sums=('63c40c2068fcbb7e1d5c1d281115d973'
  'SKIP'
  '4368b3f98abd8a32662e094c54e7f9b1'
  'a31374fef2cba0ca34dfc7078e2969e4'


[arch-commits] Commit in util-linux/repos (12 files)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 16:50:03
  Author: felixonmars
Revision: 289440

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

Added:
  util-linux/repos/testing-i686/
  util-linux/repos/testing-i686/0001-sfdisk-support-empty-label-use-case.patch
(from rev 289439, 
util-linux/trunk/0001-sfdisk-support-empty-label-use-case.patch)
  util-linux/repos/testing-i686/PKGBUILD
(from rev 289439, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-i686/pam-common
(from rev 289439, util-linux/trunk/pam-common)
  util-linux/repos/testing-i686/pam-login
(from rev 289439, util-linux/trunk/pam-login)
  util-linux/repos/testing-i686/pam-su
(from rev 289439, util-linux/trunk/pam-su)
  util-linux/repos/testing-x86_64/
  util-linux/repos/testing-x86_64/0001-sfdisk-support-empty-label-use-case.patch
(from rev 289439, 
util-linux/trunk/0001-sfdisk-support-empty-label-use-case.patch)
  util-linux/repos/testing-x86_64/PKGBUILD
(from rev 289439, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-x86_64/pam-common
(from rev 289439, util-linux/trunk/pam-common)
  util-linux/repos/testing-x86_64/pam-login
(from rev 289439, util-linux/trunk/pam-login)
  util-linux/repos/testing-x86_64/pam-su
(from rev 289439, util-linux/trunk/pam-su)

---+
 testing-i686/0001-sfdisk-support-empty-label-use-case.patch   |  223 ++
 testing-i686/PKGBUILD |  104 
 testing-i686/pam-common   |6 
 testing-i686/pam-login|7 
 testing-i686/pam-su   |9 
 testing-x86_64/0001-sfdisk-support-empty-label-use-case.patch |  223 ++
 testing-x86_64/PKGBUILD   |  104 
 testing-x86_64/pam-common |6 
 testing-x86_64/pam-login  |7 
 testing-x86_64/pam-su |9 
 10 files changed, 698 insertions(+)

Copied: 
util-linux/repos/testing-i686/0001-sfdisk-support-empty-label-use-case.patch 
(from rev 289439, 
util-linux/trunk/0001-sfdisk-support-empty-label-use-case.patch)
===
--- testing-i686/0001-sfdisk-support-empty-label-use-case.patch 
(rev 0)
+++ testing-i686/0001-sfdisk-support-empty-label-use-case.patch 2017-02-23 
16:50:03 UTC (rev 289440)
@@ -0,0 +1,223 @@
+From 35ca51182782193f555fbdcb06bb10766550d017 Mon Sep 17 00:00:00 2001
+From: Karel Zak 
+Date: Wed, 30 Nov 2016 12:43:10 +0100
+Subject: [PATCH] sfdisk: support empty label use-case
+
+By default sfdisk creates partition table when a first partition is
+specified, otherwise the device is not modified. This force users to
+create at least one partition.
+
+This commit allows to create empty label without partitions if "label:
+" header line is specified by script.
+
+The commit also modifies "New situation:" output to list label name
+and label identifier.
+
+Addresses: https://github.com/karelzak/util-linux/issues/374
+Signed-off-by: Karel Zak 
+---
+ disk-utils/fdisk-list.c| 23 +++
+ disk-utils/fdisk-list.h|  1 +
+ disk-utils/sfdisk.8| 18 +-
+ disk-utils/sfdisk.c| 17 +
+ libfdisk/src/libfdisk.h.in |  1 +
+ libfdisk/src/libfdisk.sym  |  5 +
+ libfdisk/src/script.c  | 20 +++-
+ 7 files changed, 75 insertions(+), 10 deletions(-)
+
+diff --git a/disk-utils/fdisk-list.c b/disk-utils/fdisk-list.c
+index e6b2033..c9560f4 100644
+--- a/disk-utils/fdisk-list.c
 b/disk-utils/fdisk-list.c
+@@ -34,10 +34,23 @@ static int is_ide_cdrom_or_tape(char *device)
+   return ret;
+ }
+ 
++void list_disk_identifier(struct fdisk_context *cxt)
++{
++  struct fdisk_label *lb = fdisk_get_label(cxt, NULL);
++  char *id = NULL;
++
++  if (fdisk_has_label(cxt))
++  fdisk_info(cxt, _("Disklabel type: %s"),
++  fdisk_label_get_name(lb));
++
++  if (!fdisk_is_details(cxt) && fdisk_get_disklabel_id(cxt, &id) == 0 && 
id) {
++  fdisk_info(cxt, _("Disk identifier: %s"), id);
++  free(id);
++  }
++}
+ 
+ void list_disk_geometry(struct fdisk_context *cxt)
+ {
+-  char *id = NULL;
+   struct fdisk_label *lb = fdisk_get_label(cxt, NULL);
+   uint64_t bytes = fdisk_get_nsectors(cxt) * fdisk_get_sector_size(cxt);
+   char *strsz = size_to_human_string(SIZE_SUFFIX_SPACE
+@@ -71,14 +84,8 @@ void list_disk_geometry(struct fdisk_context *cxt)
+   if (fdisk_get_alignment_offset(cxt))
+   fdisk_info(cxt, _("Alignment offset: %lu bytes"),
+   fdisk_get_alignment_offset(cxt));
+-  if (fdisk_has_label(cxt))
+-  fdisk_info(cxt, _("Disklabel type: %s"),
+

[arch-commits] Commit in lib32-util-linux/trunk (PKGBUILD)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 16:50:17
  Author: felixonmars
Revision: 213642

upgpkg: lib32-util-linux 2.29.2-1

upstream new release

Modified:
  lib32-util-linux/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 16:19:28 UTC (rev 213641)
+++ PKGBUILD2017-02-23 16:50:17 UTC (rev 213642)
@@ -5,7 +5,7 @@
 _pkgbasename=util-linux
 pkgname=lib32-$_pkgbasename
 _pkgmajor=2.29
-pkgver=${_pkgmajor}.1
+pkgver=${_pkgmajor}.2
 pkgrel=1
 pkgdesc="Miscellaneous system utilities for Linux (32-bit)"
 url='http://www.kernel.org/pub/linux/utils/util-linux/'
@@ -17,7 +17,7 @@
 options=('!libtool' '!emptydirs')
 validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
 
source=("https://www.kernel.org/pub/linux/utils/util-linux/v$_pkgmajor/$_pkgbasename-$pkgver.tar."{xz,sign})
-md5sums=('0cbb6d16ab9c5736e5649ef1264bee6e'
+md5sums=('63c40c2068fcbb7e1d5c1d281115d973'
  'SKIP')
 
 build() {


[arch-commits] Commit in lib32-util-linux/repos (2 files)

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 16:50:35
  Author: felixonmars
Revision: 213643

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-util-linux/repos/multilib-testing-x86_64/
  lib32-util-linux/repos/multilib-testing-x86_64/PKGBUILD
(from rev 213642, lib32-util-linux/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: lib32-util-linux/repos/multilib-testing-x86_64/PKGBUILD (from rev 
213642, lib32-util-linux/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2017-02-23 16:50:35 UTC (rev 213643)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: judd 
+
+_pkgbasename=util-linux
+pkgname=lib32-$_pkgbasename
+_pkgmajor=2.29
+pkgver=${_pkgmajor}.2
+pkgrel=1
+pkgdesc="Miscellaneous system utilities for Linux (32-bit)"
+url='http://www.kernel.org/pub/linux/utils/util-linux/'
+arch=('x86_64')
+depends=('lib32-glibc' "$_pkgbasename")
+provides=('libuuid.so' 'libblkid.so' 'libfdisk.so' 'libmount.so' 
'libsmartcols.so')
+makedepends=('gcc-multilib')
+license=('GPL2')
+options=('!libtool' '!emptydirs')
+validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
+source=("https://www.kernel.org/pub/linux/utils/util-linux/v$_pkgmajor/$_pkgbasename-$pkgver.tar."{xz,sign})
+md5sums=('63c40c2068fcbb7e1d5c1d281115d973'
+ 'SKIP')
+
+build() {
+  cd "$_pkgbasename-$pkgver"
+
+  ./configure \
+  CC="${CC:-cc} -m32" \
+  PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
+  --libdir=/usr/lib32
+
+  make lib{uuid,blkid,fdisk,mount,smartcols}.la
+}
+
+package() {
+  make -C "$_pkgbasename-$pkgver" \
+DESTDIR="$pkgdir" \
+install-usrlib_execLTLIBRARIES \
+install-pkgconfigDATA
+}


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

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 16:54:36
  Author: felixonmars
Revision: 213644

upgpkg: stack 1.3.2-44

rebuild with persistent-sqlite,2.6.0.1

Modified:
  stack/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 16:50:35 UTC (rev 213643)
+++ PKGBUILD2017-02-23 16:54:36 UTC (rev 213644)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.3.2
-pkgrel=43
+pkgrel=44
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("custom:BSD3")


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

2017-02-23 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 16:55:03
  Author: felixonmars
Revision: 213645

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

Added:
  stack/repos/community-staging-i686/
  stack/repos/community-staging-i686/PKGBUILD
(from rev 213644, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/stack.install
(from rev 213644, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 213644, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 213644, stack/trunk/stack.install)

+
 community-staging-i686/PKGBUILD|   83 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   83 +++
 community-staging-x86_64/stack.install |4 +
 4 files changed, 174 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 213644, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-23 16:55:03 UTC (rev 213645)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.3.2
+pkgrel=44
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-clock" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" 
"haskell-either" "haskell-errors"
+ "haskell-exceptions" "haskell-extra" "haskell-fast-logger" 
"haskell-file-embed"
+ "haskell-filelock" "haskell-fsnotify" "haskell-generic-deriving" 
"haskell-gitrev"
+ "haskell-hashable" "haskell-hastache" "haskell-hit" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types" "haskell-hpack"
+ "haskell-lifted-async" "haskell-lifted-base" "haskell-microlens"
+ "haskell-monad-control" "haskell-monad-logger" 
"haskell-monad-unlift" "haskell-mtl"
+ "haskell-open-browser" "haskell-optparse-applicative" 
"haskell-optparse-simple"
+ "haskell-path" "haskell-path-io" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-pid1" 
"haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" 
"haskell-stm"
+ "haskell-store" "haskell-streaming-commons" "haskell-tar" 
"haskell-temporary"
+ "haskell-text" "haskell-text-binary" "haskell-text-metrics" 
"haskell-tls"
+ "haskell-transformers-base" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('488b9292ea605c92f6ebf79b233e8e374d857b21053051cb44b305dad8f0d3f7')
+
+prepare() {
+sed -i 's/hpack >=0.14.0 && <0.16,/hpack >=0.14.0 \&\& <0.17,/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-com

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

2017-02-23 Thread Anatol Pomozov
Date: Thursday, February 23, 2017 @ 17:06:34
  Author: anatolik
Revision: 213649

upgpkg: fio 2.18-1

Modified:
  fio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 17:06:30 UTC (rev 213648)
+++ PKGBUILD2017-02-23 17:06:34 UTC (rev 213649)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.17
+pkgver=2.18
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('8e7f10c9c3f7cb8a7f48ab216e5b77fa46ad0f1cb690fdd28e63f66fc89bb9bb')
+sha256sums=('508c14a6cbfa48b13d5cb7ce4a7024fcd20b1dcd5dcdf230416babd11c2eb409')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in fio/repos (4 files)

2017-02-23 Thread Anatol Pomozov
Date: Thursday, February 23, 2017 @ 17:07:12
  Author: anatolik
Revision: 213650

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

Added:
  fio/repos/community-i686/PKGBUILD
(from rev 213649, fio/trunk/PKGBUILD)
  fio/repos/community-x86_64/PKGBUILD
(from rev 213649, fio/trunk/PKGBUILD)
Deleted:
  fio/repos/community-i686/PKGBUILD
  fio/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   94 
 community-i686/PKGBUILD   |   47 --
 community-x86_64/PKGBUILD |   47 --
 3 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-23 17:06:34 UTC (rev 213649)
+++ community-i686/PKGBUILD 2017-02-23 17:07:12 UTC (rev 213650)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=2.17
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-# TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python2 numactl glusterfs ceph)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('8e7f10c9c3f7cb8a7f48ab216e5b77fa46ad0f1cb690fdd28e63f66fc89bb9bb')
-
-prepare() {
-  cd fio-fio-$pkgver
-
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
-}
-
-build() {
-  cd fio-fio-$pkgver
-  ./configure --enable-gfio --extra-cflags="$CFLAGS"
-  make
-}
-
-package() {
-  cd fio-fio-$pkgver
-  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
-
-  # documentation
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  # examples
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
-  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
-}

Copied: fio/repos/community-i686/PKGBUILD (from rev 213649, fio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-23 17:07:12 UTC (rev 213650)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Mariusz Libera 
+# Contributor: John Williams 
+
+pkgname=fio
+pkgver=2.18
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(i686 x86_64)
+url='https://github.com/axboe/fio'
+license=(GPL2)
+# TODO: enable rdma, need to move the libraries from AUR
+depends=(bash libaio python2 numactl glusterfs ceph)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('508c14a6cbfa48b13d5cb7ce4a7024fcd20b1dcd5dcdf230416babd11c2eb409')
+
+prepare() {
+  cd fio-fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
+}
+
+build() {
+  cd fio-fio-$pkgver
+  ./configure --enable-gfio --extra-cflags="$CFLAGS"
+  make
+}
+
+package() {
+  cd fio-fio-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  # examples
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-23 17:06:34 UTC (rev 213649)
+++ community-x86_64/PKGBUILD   2017-02-23 17:07:12 UTC (rev 213650)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=2.17
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-# TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python2 numactl glusterfs ceph)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('8e7f10c9c3f7cb8a7f48ab216e5b77fa46ad0f1cb690fdd28e63f66fc89bb9bb')
-
-prepare() {
-  cd fio-fio-$pkgver
-
-  sed -e 's|#!/usr/

[arch-commits] Commit in linux-lts/repos (20 files)

2017-02-23 Thread Andreas Radke
Date: Thursday, February 23, 2017 @ 17:23:09
  Author: andyrtr
Revision: 289442

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

Added:
  linux-lts/repos/testing-i686/
  
linux-lts/repos/testing-i686/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch
(from rev 289441, 
linux-lts/trunk/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch)
  linux-lts/repos/testing-i686/0001-sdhci-revert.patch
(from rev 289441, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-i686/99-linux.hook
(from rev 289441, linux-lts/trunk/99-linux.hook)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 289441, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 289441, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 289441, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 289441, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 289441, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 289441, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch
(from rev 289441, 
linux-lts/trunk/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch)
  linux-lts/repos/testing-x86_64/0001-sdhci-revert.patch
(from rev 289441, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-x86_64/99-linux.hook
(from rev 289441, linux-lts/trunk/99-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 289441, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 289441, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 289441, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 289441, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 289441, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 289441, linux-lts/trunk/linux-lts.preset)

---+
 testing-i686/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch   
|   47 
 testing-i686/0001-sdhci-revert.patch  
|   25 
 testing-i686/99-linux.hook
|   11 
 testing-i686/PKGBUILD 
|  305 
 testing-i686/change-default-console-loglevel.patch
|   11 
 testing-i686/config   
| 7903 ++
 testing-i686/config.x86_64
| 7662 +
 testing-i686/linux-lts.install
|   33 
 testing-i686/linux-lts.preset 
|   14 
 testing-x86_64/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch 
|   47 
 testing-x86_64/0001-sdhci-revert.patch
|   25 
 testing-x86_64/99-linux.hook  
|   11 
 testing-x86_64/PKGBUILD   
|  305 
 testing-x86_64/change-default-console-loglevel.patch  
|   11 
 testing-x86_64/config 
| 7903 ++
 testing-x86_64/config.x86_64  
| 7662 +
 testing-x86_64/linux-lts.install  
|   33 
 testing-x86_64/linux-lts.preset   
|   14 
 18 files changed, 32022 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 289441:289442 to see the changes.


[arch-commits] Commit in linux-lts/trunk (2 files)

2017-02-23 Thread Andreas Radke
Date: Thursday, February 23, 2017 @ 17:22:40
  Author: andyrtr
Revision: 289441

upgpkg: linux-lts 4.4.50-2

apply fix for CVE-2017-6074

Added:
  linux-lts/trunk/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch
Modified:
  linux-lts/trunk/PKGBUILD

+
 0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch |   47 
++
 PKGBUILD   |   11 +-
 2 files changed, 55 insertions(+), 3 deletions(-)

Added: 0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch
===
--- 0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch  
(rev 0)
+++ 0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch  
2017-02-23 17:22:40 UTC (rev 289441)
@@ -0,0 +1,47 @@
+From 5edabca9d4cff7f1f2b68f0bac55ef99d9798ba4 Mon Sep 17 00:00:00 2001
+From: Andrey Konovalov 
+Date: Thu, 16 Feb 2017 17:22:46 +0100
+Subject: [PATCH] dccp: fix freeing skb too early for IPV6_RECVPKTINFO
+
+In the current DCCP implementation an skb for a DCCP_PKT_REQUEST packet
+is forcibly freed via __kfree_skb in dccp_rcv_state_process if
+dccp_v6_conn_request successfully returns.
+
+However, if IPV6_RECVPKTINFO is set on a socket, the address of the skb
+is saved to ireq->pktopts and the ref count for skb is incremented in
+dccp_v6_conn_request, so skb is still in use. Nevertheless, it gets freed
+in dccp_rcv_state_process.
+
+Fix by calling consume_skb instead of doing goto discard and therefore
+calling __kfree_skb.
+
+Similar fixes for TCP:
+
+fb7e2399ec17f1004c0e0ccfd17439f8759ede01 [TCP]: skb is unexpectedly freed.
+0aea76d35c9651d55bbaf746e7914e5f9ae5a25d tcp: SYN packets are now
+simply consumed
+
+Signed-off-by: Andrey Konovalov 
+Acked-by: Eric Dumazet 
+Signed-off-by: David S. Miller 
+---
+ net/dccp/input.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/net/dccp/input.c b/net/dccp/input.c
+index ba347184bda9b3fe..8fedc2d497709b3d 100644
+--- a/net/dccp/input.c
 b/net/dccp/input.c
+@@ -606,7 +606,8 @@ int dccp_rcv_state_process(struct sock *sk, struct sk_buff 
*skb,
+   if (inet_csk(sk)->icsk_af_ops->conn_request(sk,
+   skb) < 0)
+   return 1;
+-  goto discard;
++  consume_skb(skb);
++  return 0;
+   }
+   if (dh->dccph_type == DCCP_PKT_RESET)
+   goto discard;
+-- 
+2.11.1
+

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 16:50:03 UTC (rev 289440)
+++ PKGBUILD2017-02-23 17:22:40 UTC (rev 289441)
@@ -5,7 +5,7 @@
 #pkgbase=linux-lts-custom
 _srcname=linux-4.4
 pkgver=4.4.50
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/";
 license=('GPL2')
@@ -20,7 +20,8 @@
 # standard config files for mkinitcpio ramdisk
 linux-lts.preset
 change-default-console-loglevel.patch
-0001-sdhci-revert.patch)
+0001-sdhci-revert.patch
+0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch)
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2'
 'SKIP'
@@ -31,7 +32,8 @@
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 '1f036f7464da54ae510630f0edb69faa115287f86d9f17641197ffda8cfd49e0'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99'
-'5313df7cb5b4d005422bd4cd0dae956b2dadba8f3db904275aaf99ac53894375')
+'5313df7cb5b4d005422bd4cd0dae956b2dadba8f3db904275aaf99ac53894375'
+'85954ac18da9dc1bec5df28e2f097d13016e39fa9631074f85b6364af340fcd9')
 validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds 

   '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman 
(Linux kernel stable release signing key) 
  )
@@ -43,6 +45,9 @@
   # add upstream patch
   patch -p1 -i "${srcdir}/patch-${pkgver}"
 
+  # https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-6074
+  patch -p1 -i 
"${srcdir}/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch"
+
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
 


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

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 17:46:39
  Author: lcarlier
Revision: 213651

upgpkg: bumblebee 3.2.1-12

remove conflicts/provides nvidia 340 and 304 gl packages

Modified:
  bumblebee/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 17:07:12 UTC (rev 213650)
+++ PKGBUILD2017-02-23 17:46:39 UTC (rev 213651)
@@ -16,8 +16,8 @@
  optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
  optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
 fi
-conflicts=('nvidia-libgl' 'nvidia-340xx-libgl' 'nvidia-304xx-libgl')
-provides=('nvidia-libgl' 'nvidia-340xx-libgl' 'nvidia-304xx-libgl')
+conflicts=('nvidia-libgl')
+provides=('nvidia-libgl')
 url="http://www.bumblebee-project.org";
 license=("GPL3")
 install='bumblebee.install'


[arch-commits] Commit in bumblebee/repos (extra-i686 extra-x86_64)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 17:48:56
  Author: lcarlier
Revision: 213653

oops wrong repos

Deleted:
  bumblebee/repos/extra-i686/
  bumblebee/repos/extra-x86_64/


[arch-commits] Commit in bumblebee/repos (40 files)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 17:49:37
  Author: lcarlier
Revision: 213654

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

Added:
  
bumblebee/repos/community-i686/0001-bb_nvidia_modeset-detection_bug699_01.patch
(from rev 213653, 
bumblebee/trunk/0001-bb_nvidia_modeset-detection_bug699_01.patch)
  
bumblebee/repos/community-i686/0002-bb_nvidia_modeset-detection_bug699_02.patch
(from rev 213653, 
bumblebee/trunk/0002-bb_nvidia_modeset-detection_bug699_02.patch)
  bumblebee/repos/community-i686/0003-bb_nvidia_umv_detection_bug699.patch
(from rev 213653, bumblebee/trunk/0003-bb_nvidia_umv_detection_bug699.patch)
  bumblebee/repos/community-i686/0004-bb_nvidia_drm_detection_bug699_01.patch
(from rev 213653, 
bumblebee/trunk/0004-bb_nvidia_drm_detection_bug699_01.patch)
  bumblebee/repos/community-i686/0005-bb_nvidia_drm_detection_bug699_02.patch
(from rev 213653, 
bumblebee/trunk/0005-bb_nvidia_drm_detection_bug699_02.patch)
  bumblebee/repos/community-i686/0006-bb_hexadicimal_bug573.patch
(from rev 213653, bumblebee/trunk/0006-bb_hexadicimal_bug573.patch)
  bumblebee/repos/community-i686/0007-bb_mutebblogger.patch
(from rev 213653, bumblebee/trunk/0007-bb_mutebblogger.patch)
  bumblebee/repos/community-i686/PKGBUILD
(from rev 213653, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-i686/bumblebee.conf
(from rev 213653, bumblebee/trunk/bumblebee.conf)
  bumblebee/repos/community-i686/bumblebee.install
(from rev 213653, bumblebee/trunk/bumblebee.install)
  
bumblebee/repos/community-x86_64/0001-bb_nvidia_modeset-detection_bug699_01.patch
(from rev 213653, 
bumblebee/trunk/0001-bb_nvidia_modeset-detection_bug699_01.patch)
  
bumblebee/repos/community-x86_64/0002-bb_nvidia_modeset-detection_bug699_02.patch
(from rev 213653, 
bumblebee/trunk/0002-bb_nvidia_modeset-detection_bug699_02.patch)
  bumblebee/repos/community-x86_64/0003-bb_nvidia_umv_detection_bug699.patch
(from rev 213653, bumblebee/trunk/0003-bb_nvidia_umv_detection_bug699.patch)
  bumblebee/repos/community-x86_64/0004-bb_nvidia_drm_detection_bug699_01.patch
(from rev 213653, 
bumblebee/trunk/0004-bb_nvidia_drm_detection_bug699_01.patch)
  bumblebee/repos/community-x86_64/0005-bb_nvidia_drm_detection_bug699_02.patch
(from rev 213653, 
bumblebee/trunk/0005-bb_nvidia_drm_detection_bug699_02.patch)
  bumblebee/repos/community-x86_64/0006-bb_hexadicimal_bug573.patch
(from rev 213653, bumblebee/trunk/0006-bb_hexadicimal_bug573.patch)
  bumblebee/repos/community-x86_64/0007-bb_mutebblogger.patch
(from rev 213653, bumblebee/trunk/0007-bb_mutebblogger.patch)
  bumblebee/repos/community-x86_64/PKGBUILD
(from rev 213653, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-x86_64/bumblebee.conf
(from rev 213653, bumblebee/trunk/bumblebee.conf)
  bumblebee/repos/community-x86_64/bumblebee.install
(from rev 213653, bumblebee/trunk/bumblebee.install)
Deleted:
  
bumblebee/repos/community-i686/0001-bb_nvidia_modeset-detection_bug699_01.patch
  
bumblebee/repos/community-i686/0002-bb_nvidia_modeset-detection_bug699_02.patch
  bumblebee/repos/community-i686/0003-bb_nvidia_umv_detection_bug699.patch
  bumblebee/repos/community-i686/0004-bb_nvidia_drm_detection_bug699_01.patch
  bumblebee/repos/community-i686/0005-bb_nvidia_drm_detection_bug699_02.patch
  bumblebee/repos/community-i686/0006-bb_hexadicimal_bug573.patch
  bumblebee/repos/community-i686/0007-bb_mutebblogger.patch
  bumblebee/repos/community-i686/PKGBUILD
  bumblebee/repos/community-i686/bumblebee.conf
  bumblebee/repos/community-i686/bumblebee.install
  
bumblebee/repos/community-x86_64/0001-bb_nvidia_modeset-detection_bug699_01.patch
  
bumblebee/repos/community-x86_64/0002-bb_nvidia_modeset-detection_bug699_02.patch
  bumblebee/repos/community-x86_64/0003-bb_nvidia_umv_detection_bug699.patch
  bumblebee/repos/community-x86_64/0004-bb_nvidia_drm_detection_bug699_01.patch
  bumblebee/repos/community-x86_64/0005-bb_nvidia_drm_detection_bug699_02.patch
  bumblebee/repos/community-x86_64/0006-bb_hexadicimal_bug573.patch
  bumblebee/repos/community-x86_64/0007-bb_mutebblogger.patch
  bumblebee/repos/community-x86_64/PKGBUILD
  bumblebee/repos/community-x86_64/bumblebee.conf
  bumblebee/repos/community-x86_64/bumblebee.install

---+
 /0001-bb_nvidia_modeset-detection_bug699_01.patch |   48 ++
 /0002-bb_nvidia_modeset-detection_bug699_02.patch |  112 +
 /0003-bb_nvidia_umv_detection_bug699.patch|  152 ++
 /0004-bb_nvidia_drm_detection_bug699_01.patch |   88 
 /0005-bb_nvidia_drm_detection_bug699_02.patch |  218 
++
 /0006-bb_hexadicimal_bug573.patch |   46 ++
 /0007-bb_mutebblogger.patch   |   30 +
 /PKGBUILD

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

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 17:50:54
  Author: lcarlier
Revision: 213655

upgpkg: bumblebee 3.2.1-13

pkgrel bump to 13

Modified:
  bumblebee/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 17:49:37 UTC (rev 213654)
+++ PKGBUILD2017-02-23 17:50:54 UTC (rev 213655)
@@ -2,7 +2,7 @@
 
 pkgname=bumblebee
 pkgver=3.2.1
-pkgrel=12
+pkgrel=13
 pkgdesc="NVIDIA Optimus support for Linux through VirtualGL"
 arch=('i686' 'x86_64')
 depends=('virtualgl' 'glib2' 'mesa-libgl')


[arch-commits] Commit in bumblebee/repos (40 files)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 17:51:08
  Author: lcarlier
Revision: 213656

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

Added:
  
bumblebee/repos/community-i686/0001-bb_nvidia_modeset-detection_bug699_01.patch
(from rev 213655, 
bumblebee/trunk/0001-bb_nvidia_modeset-detection_bug699_01.patch)
  
bumblebee/repos/community-i686/0002-bb_nvidia_modeset-detection_bug699_02.patch
(from rev 213655, 
bumblebee/trunk/0002-bb_nvidia_modeset-detection_bug699_02.patch)
  bumblebee/repos/community-i686/0003-bb_nvidia_umv_detection_bug699.patch
(from rev 213655, bumblebee/trunk/0003-bb_nvidia_umv_detection_bug699.patch)
  bumblebee/repos/community-i686/0004-bb_nvidia_drm_detection_bug699_01.patch
(from rev 213655, 
bumblebee/trunk/0004-bb_nvidia_drm_detection_bug699_01.patch)
  bumblebee/repos/community-i686/0005-bb_nvidia_drm_detection_bug699_02.patch
(from rev 213655, 
bumblebee/trunk/0005-bb_nvidia_drm_detection_bug699_02.patch)
  bumblebee/repos/community-i686/0006-bb_hexadicimal_bug573.patch
(from rev 213655, bumblebee/trunk/0006-bb_hexadicimal_bug573.patch)
  bumblebee/repos/community-i686/0007-bb_mutebblogger.patch
(from rev 213655, bumblebee/trunk/0007-bb_mutebblogger.patch)
  bumblebee/repos/community-i686/PKGBUILD
(from rev 213655, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-i686/bumblebee.conf
(from rev 213655, bumblebee/trunk/bumblebee.conf)
  bumblebee/repos/community-i686/bumblebee.install
(from rev 213655, bumblebee/trunk/bumblebee.install)
  
bumblebee/repos/community-x86_64/0001-bb_nvidia_modeset-detection_bug699_01.patch
(from rev 213655, 
bumblebee/trunk/0001-bb_nvidia_modeset-detection_bug699_01.patch)
  
bumblebee/repos/community-x86_64/0002-bb_nvidia_modeset-detection_bug699_02.patch
(from rev 213655, 
bumblebee/trunk/0002-bb_nvidia_modeset-detection_bug699_02.patch)
  bumblebee/repos/community-x86_64/0003-bb_nvidia_umv_detection_bug699.patch
(from rev 213655, bumblebee/trunk/0003-bb_nvidia_umv_detection_bug699.patch)
  bumblebee/repos/community-x86_64/0004-bb_nvidia_drm_detection_bug699_01.patch
(from rev 213655, 
bumblebee/trunk/0004-bb_nvidia_drm_detection_bug699_01.patch)
  bumblebee/repos/community-x86_64/0005-bb_nvidia_drm_detection_bug699_02.patch
(from rev 213655, 
bumblebee/trunk/0005-bb_nvidia_drm_detection_bug699_02.patch)
  bumblebee/repos/community-x86_64/0006-bb_hexadicimal_bug573.patch
(from rev 213655, bumblebee/trunk/0006-bb_hexadicimal_bug573.patch)
  bumblebee/repos/community-x86_64/0007-bb_mutebblogger.patch
(from rev 213655, bumblebee/trunk/0007-bb_mutebblogger.patch)
  bumblebee/repos/community-x86_64/PKGBUILD
(from rev 213655, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-x86_64/bumblebee.conf
(from rev 213655, bumblebee/trunk/bumblebee.conf)
  bumblebee/repos/community-x86_64/bumblebee.install
(from rev 213655, bumblebee/trunk/bumblebee.install)
Deleted:
  
bumblebee/repos/community-i686/0001-bb_nvidia_modeset-detection_bug699_01.patch
  
bumblebee/repos/community-i686/0002-bb_nvidia_modeset-detection_bug699_02.patch
  bumblebee/repos/community-i686/0003-bb_nvidia_umv_detection_bug699.patch
  bumblebee/repos/community-i686/0004-bb_nvidia_drm_detection_bug699_01.patch
  bumblebee/repos/community-i686/0005-bb_nvidia_drm_detection_bug699_02.patch
  bumblebee/repos/community-i686/0006-bb_hexadicimal_bug573.patch
  bumblebee/repos/community-i686/0007-bb_mutebblogger.patch
  bumblebee/repos/community-i686/PKGBUILD
  bumblebee/repos/community-i686/bumblebee.conf
  bumblebee/repos/community-i686/bumblebee.install
  
bumblebee/repos/community-x86_64/0001-bb_nvidia_modeset-detection_bug699_01.patch
  
bumblebee/repos/community-x86_64/0002-bb_nvidia_modeset-detection_bug699_02.patch
  bumblebee/repos/community-x86_64/0003-bb_nvidia_umv_detection_bug699.patch
  bumblebee/repos/community-x86_64/0004-bb_nvidia_drm_detection_bug699_01.patch
  bumblebee/repos/community-x86_64/0005-bb_nvidia_drm_detection_bug699_02.patch
  bumblebee/repos/community-x86_64/0006-bb_hexadicimal_bug573.patch
  bumblebee/repos/community-x86_64/0007-bb_mutebblogger.patch
  bumblebee/repos/community-x86_64/PKGBUILD
  bumblebee/repos/community-x86_64/bumblebee.conf
  bumblebee/repos/community-x86_64/bumblebee.install

---+
 /0001-bb_nvidia_modeset-detection_bug699_01.patch |   48 ++
 /0002-bb_nvidia_modeset-detection_bug699_02.patch |  112 +
 /0003-bb_nvidia_umv_detection_bug699.patch|  152 ++
 /0004-bb_nvidia_drm_detection_bug699_01.patch |   88 
 /0005-bb_nvidia_drm_detection_bug699_02.patch |  218 
++
 /0006-bb_hexadicimal_bug573.patch |   46 ++
 /0007-bb_mutebblogger.patch   |   30 +
 /PKGBUILD

[arch-commits] Commit in bumblebee/repos (22 files)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 17:46:53
  Author: lcarlier
Revision: 213652

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

Added:
  bumblebee/repos/extra-i686/
  bumblebee/repos/extra-i686/0001-bb_nvidia_modeset-detection_bug699_01.patch
(from rev 213651, 
bumblebee/trunk/0001-bb_nvidia_modeset-detection_bug699_01.patch)
  bumblebee/repos/extra-i686/0002-bb_nvidia_modeset-detection_bug699_02.patch
(from rev 213651, 
bumblebee/trunk/0002-bb_nvidia_modeset-detection_bug699_02.patch)
  bumblebee/repos/extra-i686/0003-bb_nvidia_umv_detection_bug699.patch
(from rev 213651, bumblebee/trunk/0003-bb_nvidia_umv_detection_bug699.patch)
  bumblebee/repos/extra-i686/0004-bb_nvidia_drm_detection_bug699_01.patch
(from rev 213651, 
bumblebee/trunk/0004-bb_nvidia_drm_detection_bug699_01.patch)
  bumblebee/repos/extra-i686/0005-bb_nvidia_drm_detection_bug699_02.patch
(from rev 213651, 
bumblebee/trunk/0005-bb_nvidia_drm_detection_bug699_02.patch)
  bumblebee/repos/extra-i686/0006-bb_hexadicimal_bug573.patch
(from rev 213651, bumblebee/trunk/0006-bb_hexadicimal_bug573.patch)
  bumblebee/repos/extra-i686/0007-bb_mutebblogger.patch
(from rev 213651, bumblebee/trunk/0007-bb_mutebblogger.patch)
  bumblebee/repos/extra-i686/PKGBUILD
(from rev 213651, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/extra-i686/bumblebee.conf
(from rev 213651, bumblebee/trunk/bumblebee.conf)
  bumblebee/repos/extra-i686/bumblebee.install
(from rev 213651, bumblebee/trunk/bumblebee.install)
  bumblebee/repos/extra-x86_64/
  bumblebee/repos/extra-x86_64/0001-bb_nvidia_modeset-detection_bug699_01.patch
(from rev 213651, 
bumblebee/trunk/0001-bb_nvidia_modeset-detection_bug699_01.patch)
  bumblebee/repos/extra-x86_64/0002-bb_nvidia_modeset-detection_bug699_02.patch
(from rev 213651, 
bumblebee/trunk/0002-bb_nvidia_modeset-detection_bug699_02.patch)
  bumblebee/repos/extra-x86_64/0003-bb_nvidia_umv_detection_bug699.patch
(from rev 213651, bumblebee/trunk/0003-bb_nvidia_umv_detection_bug699.patch)
  bumblebee/repos/extra-x86_64/0004-bb_nvidia_drm_detection_bug699_01.patch
(from rev 213651, 
bumblebee/trunk/0004-bb_nvidia_drm_detection_bug699_01.patch)
  bumblebee/repos/extra-x86_64/0005-bb_nvidia_drm_detection_bug699_02.patch
(from rev 213651, 
bumblebee/trunk/0005-bb_nvidia_drm_detection_bug699_02.patch)
  bumblebee/repos/extra-x86_64/0006-bb_hexadicimal_bug573.patch
(from rev 213651, bumblebee/trunk/0006-bb_hexadicimal_bug573.patch)
  bumblebee/repos/extra-x86_64/0007-bb_mutebblogger.patch
(from rev 213651, bumblebee/trunk/0007-bb_mutebblogger.patch)
  bumblebee/repos/extra-x86_64/PKGBUILD
(from rev 213651, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/extra-x86_64/bumblebee.conf
(from rev 213651, bumblebee/trunk/bumblebee.conf)
  bumblebee/repos/extra-x86_64/bumblebee.install
(from rev 213651, bumblebee/trunk/bumblebee.install)

---+
 extra-i686/0001-bb_nvidia_modeset-detection_bug699_01.patch   |   24 ++
 extra-i686/0002-bb_nvidia_modeset-detection_bug699_02.patch   |   56 +
 extra-i686/0003-bb_nvidia_umv_detection_bug699.patch  |   76 ++
 extra-i686/0004-bb_nvidia_drm_detection_bug699_01.patch   |   44 
 extra-i686/0005-bb_nvidia_drm_detection_bug699_02.patch   |  109 ++
 extra-i686/0006-bb_hexadicimal_bug573.patch   |   23 ++
 extra-i686/0007-bb_mutebblogger.patch |   15 +
 extra-i686/PKGBUILD   |   81 +++
 extra-i686/bumblebee.conf |6 
 extra-i686/bumblebee.install  |8 
 extra-x86_64/0001-bb_nvidia_modeset-detection_bug699_01.patch |   24 ++
 extra-x86_64/0002-bb_nvidia_modeset-detection_bug699_02.patch |   56 +
 extra-x86_64/0003-bb_nvidia_umv_detection_bug699.patch|   76 ++
 extra-x86_64/0004-bb_nvidia_drm_detection_bug699_01.patch |   44 
 extra-x86_64/0005-bb_nvidia_drm_detection_bug699_02.patch |  109 ++
 extra-x86_64/0006-bb_hexadicimal_bug573.patch |   23 ++
 extra-x86_64/0007-bb_mutebblogger.patch   |   15 +
 extra-x86_64/PKGBUILD |   81 +++
 extra-x86_64/bumblebee.conf   |6 
 extra-x86_64/bumblebee.install|8 
 20 files changed, 884 insertions(+)

Copied: 
bumblebee/repos/extra-i686/0001-bb_nvidia_modeset-detection_bug699_01.patch 
(from rev 213651, 
bumblebee/trunk/0001-bb_nvidia_modeset-detection_bug699_01.patch)
===
--- extra-i686/0001-bb_nvidia_modeset-detection_bug699_01.patch 
(rev 0)
+++ extra-i686/0001-bb_nvidia_modeset-detection_bug699_01.patch 2017-02-23 
17:46:53 UTC (rev 213652)
@@ -0,0 +1,24 @@
+From 5636b24fa86a005a

[arch-commits] Commit in lib32-mesa/repos/multilib-x86_64 (6 files)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 18:05:20
  Author: lcarlier
Revision: 213658

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mesa/repos/multilib-x86_64/LICENSE
(from rev 213657, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 213657, lib32-mesa/trunk/PKGBUILD)
  lib32-mesa/repos/multilib-x86_64/remove-libpthread-stubs.patch
(from rev 213657, lib32-mesa/trunk/remove-libpthread-stubs.patch)
Deleted:
  lib32-mesa/repos/multilib-x86_64/LICENSE
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
  lib32-mesa/repos/multilib-x86_64/remove-libpthread-stubs.patch

---+
 LICENSE   |  164 +--
 PKGBUILD  |  343 +++-
 remove-libpthread-stubs.patch |   26 +--
 3 files changed, 266 insertions(+), 267 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-02-23 18:05:15 UTC (rev 213657)
+++ LICENSE 2017-02-23 18:05:20 UTC (rev 213658)
@@ -1,82 +0,0 @@
-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 codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark'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

Copied: lib32-mesa/repos/multilib-x86_64/LICENSE (from rev 213657, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-02-23 18:05:20 UTC (rev 213658)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa

[arch-commits] Commit in lib32-mesa/trunk (7 files)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 18:05:15
  Author: lcarlier
Revision: 213657

upgpkg: lib32-mesa 17.0.0-2

remove conflicts array from lib32-mesa-libgl package

Modified:
  lib32-mesa/trunk/PKGBUILD
Deleted:
  lib32-mesa/trunk/0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch
  lib32-mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch
  lib32-mesa/trunk/0001-glapi-Link-with-glapi-when-built-shared.patch
  lib32-mesa/trunk/0001-glx-glvnd-Fix-GLXdispatchIndex-sorting.patch
  
lib32-mesa/trunk/0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
  lib32-mesa/trunk/glvnd-fix-gl-dot-pc.patch

-+
 0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch  | 3952 
--
 0001-Fix-linkage-against-shared-glapi.patch |   26 
 0001-glapi-Link-with-glapi-when-built-shared.patch  |   82 
 0001-glx-glvnd-Fix-GLXdispatchIndex-sorting.patch   |   66 
 0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch |   33 
 PKGBUILD|  103 
 glvnd-fix-gl-dot-pc.patch   |   12 
 7 files changed, 52 insertions(+), 4222 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 213656:213657 to see the changes.


[arch-commits] Commit in linux-lts/trunk (PKGBUILD)

2017-02-23 Thread Andreas Radke
Date: Thursday, February 23, 2017 @ 18:17:56
  Author: andyrtr
Revision: 289443

upgpkg: linux-lts 4.4.51-1

upstream update 4.4.51

Modified:
  linux-lts/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 17:23:09 UTC (rev 289442)
+++ PKGBUILD2017-02-23 18:17:56 UTC (rev 289443)
@@ -4,8 +4,8 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.4
-pkgver=4.4.50
-pkgrel=2
+pkgver=4.4.51
+pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/";
 license=('GPL2')
@@ -25,7 +25,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2'
 'SKIP'
-'c5756a4b7290092d875967c310b684dbd91cb57438a25a3603bce6b1d0f19b36'
+'dded5f71d8533a38e8aafad224e0fe5f7d3a4eed1cfc1a79c321581e148821e8'
 'SKIP'
 'b11702727b1503e5a613946790978481d34d8ecc6870337fadd3ce1ef084a8e2'
 '68c7296ff2f5f55d69e83aa4d20f925df740b1eb1e6bdb0f13e8a170360ed09f'


[arch-commits] Commit in linux-lts/repos (36 files)

2017-02-23 Thread Andreas Radke
Date: Thursday, February 23, 2017 @ 18:18:25
  Author: andyrtr
Revision: 289444

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

Added:
  
linux-lts/repos/testing-i686/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch
(from rev 289443, 
linux-lts/trunk/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch)
  linux-lts/repos/testing-i686/0001-sdhci-revert.patch
(from rev 289443, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-i686/99-linux.hook
(from rev 289443, linux-lts/trunk/99-linux.hook)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 289443, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 289443, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 289443, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 289443, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 289443, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 289443, linux-lts/trunk/linux-lts.preset)
  
linux-lts/repos/testing-x86_64/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch
(from rev 289443, 
linux-lts/trunk/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch)
  linux-lts/repos/testing-x86_64/0001-sdhci-revert.patch
(from rev 289443, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-x86_64/99-linux.hook
(from rev 289443, linux-lts/trunk/99-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 289443, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 289443, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 289443, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 289443, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 289443, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 289443, linux-lts/trunk/linux-lts.preset)
Deleted:
  
linux-lts/repos/testing-i686/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch
  linux-lts/repos/testing-i686/0001-sdhci-revert.patch
  linux-lts/repos/testing-i686/99-linux.hook
  linux-lts/repos/testing-i686/PKGBUILD
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
  linux-lts/repos/testing-i686/config
  linux-lts/repos/testing-i686/config.x86_64
  linux-lts/repos/testing-i686/linux-lts.install
  linux-lts/repos/testing-i686/linux-lts.preset
  
linux-lts/repos/testing-x86_64/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch
  linux-lts/repos/testing-x86_64/0001-sdhci-revert.patch
  linux-lts/repos/testing-x86_64/99-linux.hook
  linux-lts/repos/testing-x86_64/PKGBUILD
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
  linux-lts/repos/testing-x86_64/config
  linux-lts/repos/testing-x86_64/config.x86_64
  linux-lts/repos/testing-x86_64/linux-lts.install
  linux-lts/repos/testing-x86_64/linux-lts.preset

---+
 /0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch   
|   94 
 /0001-sdhci-revert.patch  
|   50 
 /99-linux.hook
|   22 
 /PKGBUILD 
|  610 
 /change-default-console-loglevel.patch
|   22 
 /config   
|15806 ++
 /config.x86_64
|15324 +
 /linux-lts.install
|   66 
 /linux-lts.preset 
|   28 
 testing-i686/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch   
|   47 
 testing-i686/0001-sdhci-revert.patch  
|   25 
 testing-i686/99-linux.hook
|   11 
 testing-i686/PKGBUILD 
|  305 
 testing-i686/change-default-console-loglevel.patch
|   11 
 testing-i686/config   
| 7903 -
 testing-i686/config.x86_64
| 7662 
 testing-i686/linux-lts.install
|   33 
 testing-i686/linux-lts.preset 
|   14 
 testing-x86_64/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RE

[arch-commits] Commit in mesa/repos (12 files)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 18:19:17
  Author: lcarlier
Revision: 289446

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

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 289445, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 289445, mesa/trunk/PKGBUILD)
  mesa/repos/extra-i686/remove-libpthread-stubs.patch
(from rev 289445, mesa/trunk/remove-libpthread-stubs.patch)
  mesa/repos/extra-x86_64/LICENSE
(from rev 289445, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 289445, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/remove-libpthread-stubs.patch
(from rev 289445, mesa/trunk/remove-libpthread-stubs.patch)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-i686/remove-libpthread-stubs.patch
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD
  mesa/repos/extra-x86_64/remove-libpthread-stubs.patch

+
 /LICENSE   |  164 ++
 /PKGBUILD  |  422 +++
 /remove-libpthread-stubs.patch |   26 +
 extra-i686/LICENSE |   82 -
 extra-i686/PKGBUILD|  216 -
 extra-i686/remove-libpthread-stubs.patch   |   13 
 extra-x86_64/LICENSE   |   82 -
 extra-x86_64/PKGBUILD  |  216 -
 extra-x86_64/remove-libpthread-stubs.patch |   13 
 9 files changed, 612 insertions(+), 622 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2017-02-23 18:19:10 UTC (rev 289445)
+++ extra-i686/LICENSE  2017-02-23 18:19:17 UTC (rev 289446)
@@ -1,82 +0,0 @@
-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 codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/ 

[arch-commits] Commit in mesa/trunk (7 files)

2017-02-23 Thread Laurent Carlier
Date: Thursday, February 23, 2017 @ 18:19:10
  Author: lcarlier
Revision: 289445

upgpkg: mesa 17.0.0-2

remove conflicts array from mesa-libgl package

Modified:
  mesa/trunk/PKGBUILD
Deleted:
  mesa/trunk/0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch
  mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch
  mesa/trunk/0001-glapi-Link-with-glapi-when-built-shared.patch
  mesa/trunk/0001-glx-glvnd-Fix-GLXdispatchIndex-sorting.patch
  mesa/trunk/0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
  mesa/trunk/glvnd-fix-gl-dot-pc.patch

-+
 0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch  | 3952 
--
 0001-Fix-linkage-against-shared-glapi.patch |   26 
 0001-glapi-Link-with-glapi-when-built-shared.patch  |   82 
 0001-glx-glvnd-Fix-GLXdispatchIndex-sorting.patch   |   66 
 0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch |   33 
 PKGBUILD|   85 
 glvnd-fix-gl-dot-pc.patch   |   12 
 7 files changed, 45 insertions(+), 4211 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 289444:289445 to see the changes.


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

2017-02-23 Thread Jan Steffens
Date: Thursday, February 23, 2017 @ 19:29:54
  Author: heftig
Revision: 289447

1.10.5-1

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 18:19:17 UTC (rev 289446)
+++ PKGBUILD2017-02-23 19:29:54 UTC (rev 289447)
@@ -5,8 +5,8 @@
 
 pkgbase=tracker
 pkgname=(tracker libtracker-sparql)
-pkgver=1.10.4
-pkgrel=2
+pkgver=1.10.5
+pkgrel=1
 pkgdesc="Desktop-neutral user information store, search tool and indexer"
 url="https://wiki.gnome.org/Projects/Tracker";
 arch=(i686 x86_64)
@@ -13,9 +13,9 @@
 license=(GPL)
 makedepends=(libgee libsecret upower libexif exempi poppler-glib libgsf icu 
enca libnm-glib
  gtk3 gobject-introspection intltool giflib gst-plugins-base-libs 
totem-plparser taglib
- libvorbis flac vala libgxps libnautilus-extension libmediaart 
libxslt libiptcdata
+ libvorbis flac vala libgxps libnautilus-extension libxslt 
libiptcdata
  libosinfo libcue libstemmer git gtk-doc libgrss libseccomp)
-_commit=29aa48e182b52d1a53d3191bbd371c896537cafd  # tags/1.10.4^0
+_commit=14c74bfce1f1868835604f3c1219c3986bb21bce  # tags/1.10.5^0
 options=(!emptydirs)
 source=("git+https://git.gnome.org/browse/tracker#commit=$_commit";)
 sha256sums=('SKIP')
@@ -38,6 +38,7 @@
 --sysconfdir=/etc \
 --localstatedir=/var \
 --libexecdir=/usr/lib/tracker \
+--disable-libmediaart \
 --disable-unit-tests \
 --disable-miner-user-guides \
 --enable-libflac \
@@ -51,7 +52,7 @@
 package_tracker() {
   depends=("libtracker-sparql=$pkgver-$pkgrel" libgee libsecret
upower libexif exempi poppler-glib libgsf enca libiptcdata libcue 
libosinfo
-   libnm-glib gtk3 libmediaart libgxps taglib flac libvorbis 
totem-plparser
+   libnm-glib gtk3 libgxps taglib flac libvorbis totem-plparser
gst-plugins-base-libs giflib libgrss gvfs)
   optdepends=("nautilus: edit files' tracker tags")
   groups=('gnome')


[arch-commits] Commit in tracker/repos (4 files)

2017-02-23 Thread Jan Steffens
Date: Thursday, February 23, 2017 @ 19:30:44
  Author: heftig
Revision: 289448

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

Added:
  tracker/repos/extra-i686/PKGBUILD
(from rev 289447, tracker/trunk/PKGBUILD)
  tracker/repos/extra-x86_64/PKGBUILD
(from rev 289447, tracker/trunk/PKGBUILD)
Deleted:
  tracker/repos/extra-i686/PKGBUILD
  tracker/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  156 
 extra-i686/PKGBUILD   |   77 ---
 extra-x86_64/PKGBUILD |   77 ---
 3 files changed, 156 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-23 19:29:54 UTC (rev 289447)
+++ extra-i686/PKGBUILD 2017-02-23 19:30:44 UTC (rev 289448)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Alexander Fehr 
-
-pkgbase=tracker
-pkgname=(tracker libtracker-sparql)
-pkgver=1.10.4
-pkgrel=2
-pkgdesc="Desktop-neutral user information store, search tool and indexer"
-url="https://wiki.gnome.org/Projects/Tracker";
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(libgee libsecret upower libexif exempi poppler-glib libgsf icu 
enca libnm-glib
- gtk3 gobject-introspection intltool giflib gst-plugins-base-libs 
totem-plparser taglib
- libvorbis flac vala libgxps libnautilus-extension libmediaart 
libxslt libiptcdata
- libosinfo libcue libstemmer git gtk-doc libgrss libseccomp)
-_commit=29aa48e182b52d1a53d3191bbd371c896537cafd  # tags/1.10.4^0
-options=(!emptydirs)
-source=("git+https://git.gnome.org/browse/tracker#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/tracker \
---disable-unit-tests \
---disable-miner-user-guides \
---enable-libflac \
---enable-libvorbis \
---enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_tracker() {
-  depends=("libtracker-sparql=$pkgver-$pkgrel" libgee libsecret
-   upower libexif exempi poppler-glib libgsf enca libiptcdata libcue 
libosinfo
-   libnm-glib gtk3 libmediaart libgxps taglib flac libvorbis 
totem-plparser
-   gst-plugins-base-libs giflib libgrss gvfs)
-  optdepends=("nautilus: edit files' tracker tags")
-  groups=('gnome')
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-
-  make DESTDIR="$pkgdir" -C src/libtracker-sparql uninstall
-  make DESTDIR="$pkgdir" -C src/libtracker-sparql-backend uninstall
-  make DESTDIR="$pkgdir" -C src/libtracker-data 
uninstall-libtracker_dataLTLIBRARIES
-  make DESTDIR="$pkgdir" -C src/libtracker-common 
uninstall-libtracker_commonLTLIBRARIES
-}
-
-package_libtracker-sparql() {
-  pkgdesc="$pkgdesc (SPARQL library)"
-  depends=(sqlite icu glib2 libffi pcre util-linux libstemmer libseccomp)
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" -C src/libtracker-common 
install-libtracker_commonLTLIBRARIES
-  make DESTDIR="$pkgdir" -C src/libtracker-data 
install-libtracker_dataLTLIBRARIES
-  make DESTDIR="$pkgdir" -C src/libtracker-sparql install
-  make DESTDIR="$pkgdir" -C src/libtracker-sparql-backend install
-}

Copied: tracker/repos/extra-i686/PKGBUILD (from rev 289447, 
tracker/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-23 19:30:44 UTC (rev 289448)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Alexander Fehr 
+
+pkgbase=tracker
+pkgname=(tracker libtracker-sparql)
+pkgver=1.10.5
+pkgrel=1
+pkgdesc="Desktop-neutral user information store, search tool and indexer"
+url="https://wiki.gnome.org/Projects/Tracker";
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(libgee libsecret upower libexif exempi poppler-glib libgsf icu 
enca libnm-glib
+ gtk3 gobject-introspection intltool giflib gst-plugins-base-libs 
totem-plparser taglib
+ libvorbis flac vala libgxps libnautilus-extension libxslt 
libiptcdata
+ libosinfo libcue libstemmer git gtk-doc libgrss libseccomp)
+_commit=14c74bfce1f1868835604f3c1219c3986bb21bce  # tags/1.10.5^0
+options=(!emptydirs)
+source=("git+https://git.gnome.org/browse/tracker#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/tracker \

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

2017-02-23 Thread Jan Steffens
Date: Thursday, February 23, 2017 @ 19:42:27
  Author: heftig
Revision: 289449

1.10.4-1

Modified:
  gstreamer/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 19:30:44 UTC (rev 289448)
+++ PKGBUILD2017-02-23 19:42:27 UTC (rev 289449)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gstreamer
-pkgver=1.10.3
+pkgver=1.10.4
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework"
 url="https://gstreamer.freedesktop.org/";
@@ -11,7 +11,7 @@
 depends=(libxml2 glib2 libunwind libcap)
 makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
  valgrind)
-_commit=a2a831cbc4203dd8cbf8e44d79889b451abea59f  # tags/1.10.3^0
+_commit=3eff919016eed432f2d461dbf628e863ec83d3f0  # tags/1.10.4^0
 install=gstreamer.install
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)


[arch-commits] Commit in gstreamer/repos (8 files)

2017-02-23 Thread Jan Steffens
Date: Thursday, February 23, 2017 @ 19:43:17
  Author: heftig
Revision: 289450

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

Added:
  gstreamer/repos/extra-i686/PKGBUILD
(from rev 289449, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/extra-i686/gstreamer.install
(from rev 289449, gstreamer/trunk/gstreamer.install)
  gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 289449, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/extra-x86_64/gstreamer.install
(from rev 289449, gstreamer/trunk/gstreamer.install)
Deleted:
  gstreamer/repos/extra-i686/PKGBUILD
  gstreamer/repos/extra-i686/gstreamer.install
  gstreamer/repos/extra-x86_64/PKGBUILD
  gstreamer/repos/extra-x86_64/gstreamer.install

+
 /PKGBUILD  |  114 +++
 /gstreamer.install |   14 
 extra-i686/PKGBUILD|   57 ---
 extra-i686/gstreamer.install   |7 --
 extra-x86_64/PKGBUILD  |   57 ---
 extra-x86_64/gstreamer.install |7 --
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-23 19:42:27 UTC (rev 289449)
+++ extra-i686/PKGBUILD 2017-02-23 19:43:17 UTC (rev 289450)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gstreamer
-pkgver=1.10.3
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework"
-url="https://gstreamer.freedesktop.org/";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libxml2 glib2 libunwind libcap)
-makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
- valgrind)
-_commit=a2a831cbc4203dd8cbf8e44d79889b451abea59f  # tags/1.10.3^0
-install=gstreamer.install
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/"; \
---enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gstreamer/repos/extra-i686/PKGBUILD (from rev 289449, 
gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-23 19:43:17 UTC (rev 289450)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gstreamer
+pkgver=1.10.4
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework"
+url="https://gstreamer.freedesktop.org/";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libxml2 glib2 libunwind libcap)
+makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
+ valgrind)
+_commit=3eff919016eed432f2d461dbf628e863ec83d3f0  # tags/1.10.4^0
+install=gstreamer.install
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit";
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/"; \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gstreamer.install
===
--- extra-i686/gstreamer.install2017-02-23 19:42:27 UTC (rev 289449)
+++ extra-i686/gstreamer.install2017-02-23 19:43:17 UTC (rev 289450)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_net_bind_service,cap_net_admin+ep 
usr/lib/gstreamer-1.0/gst-ptp-helper
-}
-
-post_upgrade() {
-  post_install
-}

Copied: gstreamer/repos/extra-i686/gstreamer.install (from rev 289449, 
gstreamer

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

2017-02-23 Thread Antonio Rojas
Date: Thursday, February 23, 2017 @ 19:43:16
  Author: arojas
Revision: 213659

Update to 1.5

Modified:
  pynormaliz/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 18:05:20 UTC (rev 213658)
+++ PKGBUILD2017-02-23 19:43:16 UTC (rev 213659)
@@ -2,7 +2,7 @@
 
 pkgbase=pynormaliz
 pkgname=(python2-pynormaliz python-pynormaliz)
-pkgver=1.4
+pkgver=1.5
 pkgrel=1
 pkgdesc="A Python interface to Normaliz"
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 license=(GPL2)
 makedepends=(python-setuptools python2-setuptools normaliz)
 
source=("https://pypi.io/packages/source/P/PyNormaliz/PyNormaliz-$pkgver.tar.gz";)
-md5sums=('1212c2b0b4d8d36bcb85e2fa29cbe190')
+md5sums=('22eea4624caff219618640ed67003b9d')
 
 prepare() {
   cp -r PyNormaliz-$pkgver PyNormaliz-$pkgver-py2


[arch-commits] Commit in pynormaliz/repos (4 files)

2017-02-23 Thread Antonio Rojas
Date: Thursday, February 23, 2017 @ 19:43:46
  Author: arojas
Revision: 213660

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

Added:
  pynormaliz/repos/community-i686/PKGBUILD
(from rev 213659, pynormaliz/trunk/PKGBUILD)
  pynormaliz/repos/community-x86_64/PKGBUILD
(from rev 213659, pynormaliz/trunk/PKGBUILD)
Deleted:
  pynormaliz/repos/community-i686/PKGBUILD
  pynormaliz/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 community-i686/PKGBUILD   |   40 --
 community-x86_64/PKGBUILD |   40 --
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-23 19:43:16 UTC (rev 213659)
+++ community-i686/PKGBUILD 2017-02-23 19:43:46 UTC (rev 213660)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=pynormaliz
-pkgname=(python2-pynormaliz python-pynormaliz)
-pkgver=1.4
-pkgrel=1
-pkgdesc="A Python interface to Normaliz"
-arch=(i686 x86_64)
-url="https://github.com/sebasguts/PyNormaliz";
-license=(GPL2)
-makedepends=(python-setuptools python2-setuptools normaliz)
-source=("https://pypi.io/packages/source/P/PyNormaliz/PyNormaliz-$pkgver.tar.gz";)
-md5sums=('1212c2b0b4d8d36bcb85e2fa29cbe190')
-
-prepare() {
-  cp -r PyNormaliz-$pkgver PyNormaliz-$pkgver-py2
-}
-
-build() {
-  cd PyNormaliz-$pkgver
-  python setup.py build
-
-  cd ../PyNormaliz-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python2-pynormaliz() {
-  depends=(python2 normaliz)
-  cd PyNormaliz-$pkgver-py2
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-
-package_python-pynormaliz() {
-  depends=(python normaliz)
-  cd PyNormaliz-$pkgver
-  
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-

Copied: pynormaliz/repos/community-i686/PKGBUILD (from rev 213659, 
pynormaliz/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-23 19:43:46 UTC (rev 213660)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=pynormaliz
+pkgname=(python2-pynormaliz python-pynormaliz)
+pkgver=1.5
+pkgrel=1
+pkgdesc="A Python interface to Normaliz"
+arch=(i686 x86_64)
+url="https://github.com/sebasguts/PyNormaliz";
+license=(GPL2)
+makedepends=(python-setuptools python2-setuptools normaliz)
+source=("https://pypi.io/packages/source/P/PyNormaliz/PyNormaliz-$pkgver.tar.gz";)
+md5sums=('22eea4624caff219618640ed67003b9d')
+
+prepare() {
+  cp -r PyNormaliz-$pkgver PyNormaliz-$pkgver-py2
+}
+
+build() {
+  cd PyNormaliz-$pkgver
+  python setup.py build
+
+  cd ../PyNormaliz-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python2-pynormaliz() {
+  depends=(python2 normaliz)
+  cd PyNormaliz-$pkgver-py2
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+
+package_python-pynormaliz() {
+  depends=(python normaliz)
+  cd PyNormaliz-$pkgver
+  
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-23 19:43:16 UTC (rev 213659)
+++ community-x86_64/PKGBUILD   2017-02-23 19:43:46 UTC (rev 213660)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=pynormaliz
-pkgname=(python2-pynormaliz python-pynormaliz)
-pkgver=1.4
-pkgrel=1
-pkgdesc="A Python interface to Normaliz"
-arch=(i686 x86_64)
-url="https://github.com/sebasguts/PyNormaliz";
-license=(GPL2)
-makedepends=(python-setuptools python2-setuptools normaliz)
-source=("https://pypi.io/packages/source/P/PyNormaliz/PyNormaliz-$pkgver.tar.gz";)
-md5sums=('1212c2b0b4d8d36bcb85e2fa29cbe190')
-
-prepare() {
-  cp -r PyNormaliz-$pkgver PyNormaliz-$pkgver-py2
-}
-
-build() {
-  cd PyNormaliz-$pkgver
-  python setup.py build
-
-  cd ../PyNormaliz-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python2-pynormaliz() {
-  depends=(python2 normaliz)
-  cd PyNormaliz-$pkgver-py2
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-
-package_python-pynormaliz() {
-  depends=(python normaliz)
-  cd PyNormaliz-$pkgver
-  
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-

Copied: pynormaliz/repos/community-x86_64/PKGBUILD (from rev 213659, 
pynormaliz/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-23 19:43:46 UTC (rev 213660)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=pynormaliz
+pkgname=(python2-pynormaliz python-pynormaliz)
+pkgver=1.5
+pkgrel=1
+pkgdesc="A Python interface to Normaliz"
+arch=(i686 x86_64)
+url="https://github.com/sebasguts/PyNormaliz"

[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2017-02-23 Thread Jan Steffens
Date: Thursday, February 23, 2017 @ 20:04:59
  Author: heftig
Revision: 289451

1.10.4-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 19:43:17 UTC (rev 289450)
+++ PKGBUILD2017-02-23 20:04:59 UTC (rev 289451)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.10.3
+pkgver=1.10.4
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -12,7 +12,7 @@
 makedepends=(pkgconfig gstreamer orc libxv alsa-lib cdparanoia libvisual 
libvorbis
  libtheora pango gobject-introspection opus gtk-doc 
autoconf-archive git)
 options=(!emptydirs)
-_commit=af4c3ad02c540e1eb24b65e885a35b5af5a1b121  # tags/1.10.3^0
+_commit=3e1d0a8687897c22c920c42f5c8187817ff502dc  # tags/1.10.4^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


[arch-commits] Commit in gst-plugins-base/repos (4 files)

2017-02-23 Thread Jan Steffens
Date: Thursday, February 23, 2017 @ 20:06:18
  Author: heftig
Revision: 289452

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

Added:
  gst-plugins-base/repos/extra-i686/PKGBUILD
(from rev 289451, gst-plugins-base/trunk/PKGBUILD)
  gst-plugins-base/repos/extra-x86_64/PKGBUILD
(from rev 289451, gst-plugins-base/trunk/PKGBUILD)
Deleted:
  gst-plugins-base/repos/extra-i686/PKGBUILD
  gst-plugins-base/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  150 
 extra-i686/PKGBUILD   |   75 
 extra-x86_64/PKGBUILD |   75 
 3 files changed, 150 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-23 20:04:59 UTC (rev 289451)
+++ extra-i686/PKGBUILD 2017-02-23 20:06:18 UTC (rev 289452)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gst-plugins-base
-pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.10.3
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Base Plugins"
-url="https://gstreamer.freedesktop.org/";
-arch=(i686 x86_64)
-license=(LGPL)
-makedepends=(pkgconfig gstreamer orc libxv alsa-lib cdparanoia libvisual 
libvorbis
- libtheora pango gobject-introspection opus gtk-doc 
autoconf-archive git)
-options=(!emptydirs)
-_commit=af4c3ad02c540e1eb24b65e885a35b5af5a1b121  # tags/1.10.3^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-
-  git cherry-pick -n 5e2e111627871c566ffc6607eda8f4ef4699d040
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer Base Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/"; \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-
-  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
-}
-
-check() {
-  cd $pkgbase
-  make check
-}
-
-package_gst-plugins-base-libs() {
-  pkgdesc="GStreamer Multimedia Framework Base Plugin libraries"
-  depends=(gstreamer orc libxv)
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-}
-
-package_gst-plugins-base() {
-  depends=("gst-plugins-base-libs=$pkgver" alsa-lib cdparanoia libvisual 
libvorbis
-   libtheora pango opus)
-
-  cd $pkgbase
-  make -C gst-libs DESTDIR="$pkgdir" install
-  make -C ext DESTDIR="$pkgdir" install
-  make -C gst-libs DESTDIR="$pkgdir" uninstall
-}

Copied: gst-plugins-base/repos/extra-i686/PKGBUILD (from rev 289451, 
gst-plugins-base/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-23 20:06:18 UTC (rev 289452)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gst-plugins-base
+pkgname=(gst-plugins-base-libs gst-plugins-base)
+pkgver=1.10.4
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Base Plugins"
+url="https://gstreamer.freedesktop.org/";
+arch=(i686 x86_64)
+license=(LGPL)
+makedepends=(pkgconfig gstreamer orc libxv alsa-lib cdparanoia libvisual 
libvorbis
+ libtheora pango gobject-introspection opus gtk-doc 
autoconf-archive git)
+options=(!emptydirs)
+_commit=3e1d0a8687897c22c920c42f5c8187817ff502dc  # tags/1.10.4^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+
+  git cherry-pick -n 5e2e111627871c566ffc6607eda8f4ef4699d040
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer Base Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/"; \
+--enable-experimental --enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+
+  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
+}
+
+check() {
+  cd $pkgbase
+  make check
+}
+
+package_gst-plugins-bas

[arch-commits] Commit in gst-plugins-good/trunk (PKGBUILD)

2017-02-23 Thread Jan Steffens
Date: Thursday, February 23, 2017 @ 20:24:01
  Author: heftig
Revision: 289454

1.10.4-1

Modified:
  gst-plugins-good/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 20:23:57 UTC (rev 289453)
+++ PKGBUILD2017-02-23 20:24:01 UTC (rev 289454)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gst-plugins-good
-pkgver=1.10.3
+pkgver=1.10.4
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Good Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -13,7 +13,7 @@
  gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev)
 makedepends=(gstreamer speex flac libraw1394 python gtk-doc autoconf-archive 
git)
 options=(!emptydirs)
-_commit=2b7988234ab7ad3740c10824b403ad60b2046abc  # tags/1.10.3^0
+_commit=b32b503e56ed213b1e85b30f38fb584c3f0876f3  # tags/1.10.4^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


[arch-commits] Commit in gst-plugins-bad/trunk (PKGBUILD)

2017-02-23 Thread Jan Steffens
Date: Thursday, February 23, 2017 @ 20:23:57
  Author: heftig
Revision: 289453

1.10.4-1

Modified:
  gst-plugins-bad/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 20:06:18 UTC (rev 289452)
+++ PKGBUILD2017-02-23 20:23:57 UTC (rev 289453)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gst-plugins-bad
-pkgver=1.10.3
+pkgver=1.10.4
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Bad Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -17,7 +17,7 @@
  qt5-declarative qt5-x11extras qt5-wayland vulkan-headers 
vulkan-icd-loader zbar
  autoconf-archive git libfdk-aac faac soundtouch spandsp 
fluidsynth neon)
 options=(!emptydirs)
-_commit=7bc2ab5472ccc608c81bca7b184e834fd10f7dfb  # tags/1.10.3^0
+_commit=2e40502e73d744a26abaa9fd22453e625ca6a146  # tags/1.10.4^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


[arch-commits] Commit in gst-plugins-good/repos (4 files)

2017-02-23 Thread Jan Steffens
Date: Thursday, February 23, 2017 @ 20:25:33
  Author: heftig
Revision: 289455

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

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 289454, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 289454, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  118 
 extra-i686/PKGBUILD   |   59 
 extra-x86_64/PKGBUILD |   59 
 3 files changed, 118 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-23 20:24:01 UTC (rev 289454)
+++ extra-i686/PKGBUILD 2017-02-23 20:25:33 UTC (rev 289455)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.10.3
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-url="https://gstreamer.freedesktop.org/";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
- gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev)
-makedepends=(gstreamer speex flac libraw1394 python gtk-doc autoconf-archive 
git)
-options=(!emptydirs)
-_commit=2b7988234ab7ad3740c10824b403ad60b2046abc  # tags/1.10.3^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer Good Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/"; \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 289454, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-23 20:25:33 UTC (rev 289455)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.10.4
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+url="https://gstreamer.freedesktop.org/";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev)
+makedepends=(gstreamer speex flac libraw1394 python gtk-doc autoconf-archive 
git)
+options=(!emptydirs)
+_commit=b32b503e56ed213b1e85b30f38fb584c3f0876f3  # tags/1.10.4^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit";
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/"; \
+--enable-experimental --enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-23 20:24:01 UTC (rev 289454)
+++ extra-x86_64/PKGBUILD   2017-02-23 20:25:33 UTC (rev 289455)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.10.3
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good 

[arch-commits] Commit in gst-plugins-bad/repos (4 files)

2017-02-23 Thread Jan Steffens
Date: Thursday, February 23, 2017 @ 20:26:00
  Author: heftig
Revision: 289456

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

Added:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
(from rev 289455, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD
(from rev 289455, gst-plugins-bad/trunk/PKGBUILD)
Deleted:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  130 
 extra-i686/PKGBUILD   |   65 
 extra-x86_64/PKGBUILD |   65 
 3 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-23 20:25:33 UTC (rev 289455)
+++ extra-i686/PKGBUILD 2017-02-23 20:26:00 UTC (rev 289456)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-bad
-pkgver=1.10.3
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Bad Plugins"
-url="https://gstreamer.freedesktop.org/";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt 
libdca libdvdnav
- libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls glu 
sbc rtmpdump
- libgudev graphene)
-makedepends=(schroedinger libexif libdvdread libvdpau libmpeg2 python valgrind 
wildmidi librsvg
- gobject-introspection gtk-doc gtk3 clutter libtiger ladspa openal 
libusb
- qt5-declarative qt5-x11extras qt5-wayland vulkan-headers 
vulkan-icd-loader zbar
- autoconf-archive git libfdk-aac faac soundtouch spandsp 
fluidsynth neon)
-options=(!emptydirs)
-_commit=7bc2ab5472ccc608c81bca7b184e834fd10f7dfb  # tags/1.10.3^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer Bad Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/"; \
---with-gtk=3.0 \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # don't have a camera for the camerabin test
-  make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-plugins-bad/repos/extra-i686/PKGBUILD (from rev 289455, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-23 20:26:00 UTC (rev 289456)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-bad
+pkgver=1.10.4
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Bad Plugins"
+url="https://gstreamer.freedesktop.org/";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt 
libdca libdvdnav
+ libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls glu 
sbc rtmpdump
+ libgudev graphene)
+makedepends=(schroedinger libexif libdvdread libvdpau libmpeg2 python valgrind 
wildmidi librsvg
+ gobject-introspection gtk-doc gtk3 clutter libtiger ladspa openal 
libusb
+ qt5-declarative qt5-x11extras qt5-wayland vulkan-headers 
vulkan-icd-loader zbar
+ autoconf-archive git libfdk-aac faac soundtouch spandsp 
fluidsynth neon)
+options=(!emptydirs)
+_commit=2e40502e73d744a26abaa9fd22453e625ca6a146  # tags/1.10.4^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit";
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer Bad Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/"; \
+--with-gtk=3.0 \
+--enable-experimental --

[arch-commits] Commit in gst-libav/trunk (PKGBUILD)

2017-02-23 Thread Jan Steffens
Date: Thursday, February 23, 2017 @ 20:26:15
  Author: heftig
Revision: 289458

1.10.4-1

Modified:
  gst-libav/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 20:26:12 UTC (rev 289457)
+++ PKGBUILD2017-02-23 20:26:15 UTC (rev 289458)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gst-libav
-pkgver=1.10.3
+pkgver=1.10.4
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin"
 url="https://gstreamer.freedesktop.org/";
@@ -13,7 +13,7 @@
 makedepends=(python gtk-doc autoconf-archive git)
 options=(!emptydirs)
 provides=("gst-ffmpeg=$pkgver-$pkgrel")
-_commit=fbc5e5dadcc99551efb32cd5fb2749e83b2334b6  # tags/1.10.3^0
+_commit=6c97daeb78fe17149c2172292d17c22804338430  # tags/1.10.4^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-libav#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";
 "git+https://git.videolan.org/git/ffmpeg";)


  1   2   >