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

2016-11-21 Thread Tobias Powalowski
Date: Tuesday, November 22, 2016 @ 07:32:45
  Author: tpowa
Revision: 196498

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

Added:
  virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD
(from rev 196497, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-testing-i686/build.sh
(from rev 196497, virtualbox-modules-arch/trunk/build.sh)
  
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install
(from rev 196497, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 196497, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-testing-x86_64/build.sh
(from rev 196497, virtualbox-modules-arch/trunk/build.sh)
  
virtualbox-modules-arch/repos/community-testing-x86_64/virtualbox-modules-arch.install
(from rev 196497, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
Deleted:
  virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD
  virtualbox-modules-arch/repos/community-testing-i686/build.sh
  
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
  virtualbox-modules-arch/repos/community-testing-x86_64/build.sh
  
virtualbox-modules-arch/repos/community-testing-x86_64/virtualbox-modules-arch.install

--+
 /PKGBUILD|  148 +
 /build.sh|  122 ++
 /virtualbox-modules-arch.install |   46 
 community-testing-i686/PKGBUILD  |   74 --
 community-testing-i686/build.sh  |   61 -
 community-testing-i686/virtualbox-modules-arch.install   |   23 --
 community-testing-x86_64/PKGBUILD|   74 --
 community-testing-x86_64/build.sh|   61 -
 community-testing-x86_64/virtualbox-modules-arch.install |   23 --
 9 files changed, 316 insertions(+), 316 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-11-22 07:32:22 UTC (rev 196497)
+++ community-testing-i686/PKGBUILD 2016-11-22 07:32:45 UTC (rev 196498)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.1.10
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.8' 'linux<4.9'
- 'linux-headers>=4.8' 'linux-headers<4.9'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.8-ARCH
-
-package_virtualbox-host-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-  depends=('linux>=4.8' 'linux<4.9')
-  replaces=('virtualbox-modules' 'virtualbox-host-modules')
-  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-'virtualbox-host-dkms')
-  provides=('VIRTUALBOX-HOST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-package_virtualbox-guest-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
-  license=('GPL')
-  depends=('linux>=4.8' 'linux<4.9')
-  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
-  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
- 'virtualbox-guest-dkms')
-  provides=('VIRTUALBOX-GUEST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxguest\nvboxsf\nvboxvideo\n" >  

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

2016-11-21 Thread Tobias Powalowski
Date: Tuesday, November 22, 2016 @ 07:32:22
  Author: tpowa
Revision: 196497

upgpkg: virtualbox-modules-arch 5.1.10-2

rebuild against  4.8.10

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-22 07:29:27 UTC (rev 196496)
+++ PKGBUILD2016-11-22 07:32:22 UTC (rev 196497)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.1.10
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2016-11-21 Thread Tobias Powalowski
Date: Tuesday, November 22, 2016 @ 07:29:27
  Author: tpowa
Revision: 196496

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

Added:
  vhba-module/repos/community-testing-i686/
  vhba-module/repos/community-testing-i686/60-vhba.rules
(from rev 196495, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 196495, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 196495, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 196495, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 196495, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 196495, vhba-module/trunk/vhba-module.install)

--+
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   44 +
 community-testing-i686/vhba-module.install   |   21 +++
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   44 +
 community-testing-x86_64/vhba-module.install |   21 +++
 6 files changed, 132 insertions(+)

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
196495, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2016-11-22 07:29:27 UTC (rev 
196496)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 196495, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-11-22 07:29:27 UTC (rev 196496)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20161009
+_extramodules=extramodules-4.8-ARCH
+pkgrel=2
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux>=4.8' 'linux<4.9')
+makedepends=('linux-headers>=4.8' 'linux-headers<4.9')
+options=(!makeflags)
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+'60-vhba.rules')
+sha256sums=('cd062d8bd61ccb8137622f837a0dadb771cc935981d8bccb2ad4de0bd11f33d9'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
+  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
+
+  cd $startdir
+  cp -f $install ${install}.pkg
+  true && install=${install}.pkg
+  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/vhba-module.install (from rev 
196495, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2016-11-22 07:29:27 UTC (rev 
196496)
@@ -0,0 +1,21 @@
+EXTRAMODULES=extramodules-4.8-ARCH
+
+_updatemod() {
+  echo "  > Updating module dependencies..."
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  getent group cdemu &>/dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_upgrade() {
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
196495, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2016-11-22 07:29:27 UTC (rev 
196496)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 196495, 
vhba-module/trunk/PKGBUILD)
===
--- 

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

2016-11-21 Thread Tobias Powalowski
Date: Tuesday, November 22, 2016 @ 07:29:18
  Author: tpowa
Revision: 196495

upgpkg: vhba-module 20161009-2

rebuild against  4.8.10

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-22 07:25:27 UTC (rev 196494)
+++ PKGBUILD2016-11-22 07:29:18 UTC (rev 196495)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20161009
 _extramodules=extramodules-4.8-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/;


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

2016-11-21 Thread Tobias Powalowski
Date: Tuesday, November 22, 2016 @ 07:25:19
  Author: tpowa
Revision: 196493

upgpkg: tp_smapi 0.42-5

rebuild against  4.8.10

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-22 07:23:05 UTC (rev 196492)
+++ PKGBUILD2016-11-22 07:25:19 UTC (rev 196493)
@@ -11,7 +11,7 @@
 _pkgname=tp-smapi
 pkgver=0.42
 _extramodules=extramodules-4.8-ARCH
-pkgrel=4
+pkgrel=5
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2016-11-21 Thread Tobias Powalowski
Date: Tuesday, November 22, 2016 @ 07:25:27
  Author: tpowa
Revision: 196494

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

Added:
  tp_smapi/repos/community-testing-i686/
  tp_smapi/repos/community-testing-i686/PKGBUILD
(from rev 196493, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-i686/tp_smapi.install
(from rev 196493, tp_smapi/trunk/tp_smapi.install)
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 196493, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-x86_64/tp_smapi.install
(from rev 196493, tp_smapi/trunk/tp_smapi.install)

---+
 community-testing-i686/PKGBUILD   |   53 
 community-testing-i686/tp_smapi.install   |   13 ++
 community-testing-x86_64/PKGBUILD |   53 
 community-testing-x86_64/tp_smapi.install |   13 ++
 4 files changed, 132 insertions(+)

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 196493, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-11-22 07:25:27 UTC (rev 196494)
@@ -0,0 +1,53 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+_pkgname=tp-smapi
+pkgver=0.42
+_extramodules=extramodules-4.8-ARCH
+pkgrel=5
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.8' 'linux<4.9')
+makedepends=('linux-headers>=4.8' 'linux-headers<4.9')
+install="${pkgname}.install"
+source=("https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgname-$pkgver"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C "/usr/lib/modules/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/usr" \
+M="$srcdir/$pkgname-$_pkgname-$pkgver" modules_install
+
+  cd "${pkgdir}/usr/lib/modules"
+  mv "${_kernver}/extra" "${_extramodules}"
+  rmdir "${_kernver}"
+
+  # compress kernel modules
+  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi > "${srcdir}/${pkgname}.conf"
+  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
+
+  # update kernel version in install file
+  sed -ri "s|^(extramodules=).*\$|\1/usr/lib/modules/${_extramodules}|" \
+"${startdir}/${pkgname}.install"
+}

Copied: tp_smapi/repos/community-testing-i686/tp_smapi.install (from rev 
196493, tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2016-11-22 07:25:27 UTC (rev 
196494)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-4.8-ARCH
+
+post_install() {
+  depmod -v $(< "$extramodules/version") &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 196493, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-11-22 07:25:27 UTC (rev 196494)
@@ -0,0 +1,53 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+_pkgname=tp-smapi
+pkgver=0.42
+_extramodules=extramodules-4.8-ARCH
+pkgrel=5
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.8' 'linux<4.9')
+makedepends=('linux-headers>=4.8' 'linux-headers<4.9')
+install="${pkgname}.install"
+source=("https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgname-$pkgver"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C 

[arch-commits] Commit in xf86-input-wacom/repos (4 files)

2016-11-21 Thread Laurent Carlier
Date: Tuesday, November 22, 2016 @ 07:24:40
  Author: lcarlier
Revision: 281817

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

Added:
  xf86-input-wacom/repos/staging-i686/
  xf86-input-wacom/repos/staging-i686/PKGBUILD
(from rev 281816, xf86-input-wacom/trunk/PKGBUILD)
  xf86-input-wacom/repos/staging-x86_64/
  xf86-input-wacom/repos/staging-x86_64/PKGBUILD
(from rev 281816, xf86-input-wacom/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: xf86-input-wacom/repos/staging-i686/PKGBUILD (from rev 281816, 
xf86-input-wacom/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-22 07:24:40 UTC (rev 281817)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: M Rawash 
+
+pkgname=xf86-input-wacom
+pkgver=0.33.99.1
+pkgrel=1
+pkgdesc="X.Org Wacom tablet driver"
+arch=(i686 x86_64)
+url="http://linuxwacom.sourceforge.net/;
+license=(GPL)
+depends=(libxi libxinerama libxrandr libsystemd)
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
+source=(https://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+sha1sums=('622028273f19d53e8b0b9287da6d6664a165cbfa'
+  'SKIP')
+validpgpkeys=('9A12ECCC5383CA2AF5B42CDCA6DC66911B2127D5') # Jason Gerecke 

+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: xf86-input-wacom/repos/staging-x86_64/PKGBUILD (from rev 281816, 
xf86-input-wacom/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-22 07:24:40 UTC (rev 281817)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: M Rawash 
+
+pkgname=xf86-input-wacom
+pkgver=0.33.99.1
+pkgrel=1
+pkgdesc="X.Org Wacom tablet driver"
+arch=(i686 x86_64)
+url="http://linuxwacom.sourceforge.net/;
+license=(GPL)
+depends=(libxi libxinerama libxrandr libsystemd)
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
+source=(https://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+sha1sums=('622028273f19d53e8b0b9287da6d6664a165cbfa'
+  'SKIP')
+validpgpkeys=('9A12ECCC5383CA2AF5B42CDCA6DC66911B2127D5') # Jason Gerecke 

+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in xf86-input-wacom/trunk (PKGBUILD)

2016-11-21 Thread Laurent Carlier
Date: Tuesday, November 22, 2016 @ 07:24:32
  Author: lcarlier
Revision: 281816

upgpkg: xf86-input-wacom 0.33.99.1-1

xorg-server-1.19 rebuild

Modified:
  xf86-input-wacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-22 07:16:59 UTC (rev 281815)
+++ PKGBUILD2016-11-22 07:24:32 UTC (rev 281816)
@@ -5,17 +5,19 @@
 # Contributor: M Rawash 
 
 pkgname=xf86-input-wacom
-pkgver=0.33.0
+pkgver=0.33.99.1
 pkgrel=1
 pkgdesc="X.Org Wacom tablet driver"
 arch=(i686 x86_64)
 url="http://linuxwacom.sourceforge.net/;
 license=(GPL)
-depends=(libxi libxinerama libxrandr systemd)
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.18' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
-source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('3744a2f77010c2726be28e056039810067912543')
+depends=(libxi libxinerama libxrandr libsystemd)
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
+source=(https://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+sha1sums=('622028273f19d53e8b0b9287da6d6664a165cbfa'
+  'SKIP')
+validpgpkeys=('9A12ECCC5383CA2AF5B42CDCA6DC66911B2127D5') # Jason Gerecke 

 
 build() {
   cd $pkgname-$pkgver


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

2016-11-21 Thread Tobias Powalowski
Date: Tuesday, November 22, 2016 @ 07:22:56
  Author: tpowa
Revision: 196491

upgpkg: r8168 8.043.01-2

rebuild against  4.8.10

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-22 07:21:24 UTC (rev 196490)
+++ PKGBUILD2016-11-22 07:22:56 UTC (rev 196491)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.043.01
-pkgrel=1
+pkgrel=2
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2016-11-21 Thread Tobias Powalowski
Date: Tuesday, November 22, 2016 @ 07:23:05
  Author: tpowa
Revision: 196492

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

Added:
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 196491, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/linux-4.5.patch
(from rev 196491, r8168/trunk/linux-4.5.patch)
  r8168/repos/community-testing-i686/r8168.install
(from rev 196491, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 196491, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/linux-4.5.patch
(from rev 196491, r8168/trunk/linux-4.5.patch)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 196491, r8168/trunk/r8168.install)

--+
 community-testing-i686/PKGBUILD  |   51 +
 community-testing-i686/linux-4.5.patch   |   13 +++
 community-testing-i686/r8168.install |   17 +
 community-testing-x86_64/PKGBUILD|   51 +
 community-testing-x86_64/linux-4.5.patch |   13 +++
 community-testing-x86_64/r8168.install   |   17 +
 6 files changed, 162 insertions(+)

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 196491, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-11-22 07:23:05 UTC (rev 196492)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.043.01
+pkgrel=2
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.5.patch)
+sha256sums=('517ec3fe3c4d25476f6b7b2bd59c3dee548b8dddfe96d2bbc58f65859155142e'
+'e05a4bccf28beecc97db246064a5fe80d1303476b76086bd262c9c8db82b2e6e')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -p1 -i ../linux-4.5.patch
+}
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg "Kernel = $KERNEL_VERSION"
+
+   cd "$pkgname-$pkgver"
+   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
+}

Copied: r8168/repos/community-testing-i686/linux-4.5.patch (from rev 196491, 
r8168/trunk/linux-4.5.patch)
===
--- community-testing-i686/linux-4.5.patch  (rev 0)
+++ community-testing-i686/linux-4.5.patch  2016-11-22 07:23:05 UTC (rev 
196492)
@@ -0,0 +1,13 @@
+diff --git a/src/r8168_n.c b/src/r8168_n.c
+index d197630..b47419d 100755
+--- a/src/r8168_n.c
 b/src/r8168_n.c
+@@ -4209,7 +4209,7 @@ static netdev_features_t rtl8168_fix_features(struct 
net_device *dev,
+ spin_lock_irqsave(>lock, flags);
+ if (dev->mtu > ETH_DATA_LEN) {
+ features &= ~NETIF_F_ALL_TSO;
+-features &= ~NETIF_F_ALL_CSUM;
++features &= ~NETIF_F_CSUM_MASK;
+ }
+ spin_unlock_irqrestore(>lock, flags);
+ 

Copied: r8168/repos/community-testing-i686/r8168.install (from rev 196491, 
r8168/trunk/r8168.install)
===
--- community-testing-i686/r8168.install(rev 0)
+++ community-testing-i686/r8168.install2016-11-22 07:23:05 UTC (rev 
196492)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.8-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies

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

2016-11-21 Thread Tobias Powalowski
Date: Tuesday, November 22, 2016 @ 07:21:24
  Author: tpowa
Revision: 196490

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

Added:
  bbswitch/repos/community-testing-i686/
  bbswitch/repos/community-testing-i686/PKGBUILD
(from rev 196489, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-i686/bbswitch.install
(from rev 196489, bbswitch/trunk/bbswitch.install)
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 196489, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-x86_64/bbswitch.install
(from rev 196489, bbswitch/trunk/bbswitch.install)

---+
 community-testing-i686/PKGBUILD   |   45 
 community-testing-i686/bbswitch.install   |   12 +++
 community-testing-x86_64/PKGBUILD |   45 
 community-testing-x86_64/bbswitch.install |   12 +++
 4 files changed, 114 insertions(+)

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 196489, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-11-22 07:21:24 UTC (rev 196490)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+_extramodules=extramodules-4.8-ARCH # Don't forget to update bbswitch.install
+pkgrel=55
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers>=4.8' 'linux-headers<4.9' 'linux>=4.8' 'linux<4.9')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  depends=('linux>=4.8' 'linux<4.9')
+  install=bbswitch.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install -dm755 "${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+
+  install -Dm644 Makefile bbswitch.c dkms/dkms.conf 
"${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 
196489, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2016-11-22 07:21:24 UTC (rev 
196490)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.8-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 196489, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-11-22 07:21:24 UTC (rev 196490)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+_extramodules=extramodules-4.8-ARCH # Don't forget to update bbswitch.install
+pkgrel=55
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers>=4.8' 'linux-headers<4.9' 'linux>=4.8' 'linux<4.9')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  depends=('linux>=4.8' 'linux<4.9')
+  install=bbswitch.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install -dm755 

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

2016-11-21 Thread Tobias Powalowski
Date: Tuesday, November 22, 2016 @ 07:21:13
  Author: tpowa
Revision: 196489

upgpkg: bbswitch 0.8-55

rebuild against  4.8.10

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-22 07:19:41 UTC (rev 196488)
+++ PKGBUILD2016-11-22 07:21:13 UTC (rev 196489)
@@ -7,7 +7,7 @@
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
 _extramodules=extramodules-4.8-ARCH # Don't forget to update bbswitch.install
-pkgrel=54
+pkgrel=55
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2016-11-21 Thread Tobias Powalowski
Date: Tuesday, November 22, 2016 @ 07:19:33
  Author: tpowa
Revision: 196487

upgpkg: acpi_call 1.1.0-51

rebuild against  4.8.10

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 22:55:03 UTC (rev 196486)
+++ PKGBUILD2016-11-22 07:19:33 UTC (rev 196487)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=50
+pkgrel=51
 _extramodules=extramodules-4.8-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')


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

2016-11-21 Thread Tobias Powalowski
Date: Tuesday, November 22, 2016 @ 07:19:41
  Author: tpowa
Revision: 196488

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

Added:
  acpi_call/repos/community-testing-i686/
  acpi_call/repos/community-testing-i686/PKGBUILD
(from rev 196487, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-i686/acpi_call.install
(from rev 196487, acpi_call/trunk/acpi_call.install)
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 196487, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-x86_64/acpi_call.install
(from rev 196487, acpi_call/trunk/acpi_call.install)

+
 community-testing-i686/PKGBUILD|   47 +++
 community-testing-i686/acpi_call.install   |   14 
 community-testing-x86_64/PKGBUILD  |   47 +++
 community-testing-x86_64/acpi_call.install |   14 
 4 files changed, 122 insertions(+)

Copied: acpi_call/repos/community-testing-i686/PKGBUILD (from rev 196487, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-11-22 07:19:41 UTC (rev 196488)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=51
+_extramodules=extramodules-4.8-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.8' 'linux<4.9')
+makedepends=('linux-headers>=4.8' 'linux-headers<4.9')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/acpi_call.ko
+  echo acpi_call > "${pkgdir}"/usr/lib/modules-load.d/acpi_call.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/acpi_call
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/acpi_call/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-i686/acpi_call.install (from rev 
196487, acpi_call/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2016-11-22 07:19:41 UTC (rev 
196488)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-4.8-ARCH
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 196487, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-11-22 07:19:41 UTC (rev 196488)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=51
+_extramodules=extramodules-4.8-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.8' 'linux<4.9')
+makedepends=('linux-headers>=4.8' 'linux-headers<4.9')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  gzip 

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

2016-11-21 Thread Tobias Powalowski
Date: Tuesday, November 22, 2016 @ 07:16:59
  Author: tpowa
Revision: 281815

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

Added:
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 281814, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/disable-mtrr.patch
(from rev 281814, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/testing-i686/nvidia-304xx.install
(from rev 281814, nvidia-304xx/trunk/nvidia-304xx.install)
  nvidia-304xx/repos/testing-x86_64/
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 281814, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/disable-mtrr.patch
(from rev 281814, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/testing-x86_64/nvidia-304xx.install
(from rev 281814, nvidia-304xx/trunk/nvidia-304xx.install)

-+
 testing-i686/PKGBUILD   |   72 ++
 testing-i686/disable-mtrr.patch |   24 +++
 testing-i686/nvidia-304xx.install   |   13 ++
 testing-x86_64/PKGBUILD |   72 ++
 testing-x86_64/disable-mtrr.patch   |   24 +++
 testing-x86_64/nvidia-304xx.install |   13 ++
 6 files changed, 218 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 281814, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-22 07:16:59 UTC (rev 281815)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-304xx
+pkgname=(nvidia-304xx nvidia-304xx-dkms)
+pkgver=304.132
+_extramodules=extramodules-4.8-ARCH
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.8' 'linux-headers<4.9')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=('disable-mtrr.patch')
+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=('54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774')
+sha512sums_i686=('70a6ed74a93ac2a1acec5eab5078dfe05fab66c6264d67f3238a6b28af7b39f7205e237214bac4ee5d2366e8c6a4a63dfc8dc113e9e977ee2387c5c8c63ccc8f')
+sha512sums_x86_64=('990c79120536335f83ecd665140b2af8f778785a2cdc8afb06abbacba49e66d87f5af25fb4d6c64779cf898b61273d17cb0213516f497d1c0fbd63b7c5e85d8c')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+# FS#47092
+(cd kernel; patch -p1 --no-backup-if-mismatch -i 
"$srcdir"/disable-mtrr.patch)
+
+cp -a kernel kernel-dkms
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-304xx() {
+pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
+depends=('linux>=4.8' 'linux<4.9' 'libgl' "nvidia-304xx-utils=${pkgver}")
+   conflicts+=('nvidia-304xx-dkms')
+install=nvidia-304xx.install
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" 
"${startdir}/${pkgname}.install"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+
+# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
+}
+
+package_nvidia-304xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 304xx legacy branch"
+depends=('dkms' "nvidia-304xx-utils=$pkgver")
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+   conflicts+=('nvidia-304xx')
+
+cd ${_pkg}
+   make -C kernel clean
+install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}"/usr/src/nvidia-${pkgver}
+echo 'blacklist nouveau' > "${pkgdir}"/usr/lib/modprobe.d/nvidia.conf
+}

Copied: nvidia-304xx/repos/testing-i686/disable-mtrr.patch (from rev 281814, 
nvidia-304xx/trunk/disable-mtrr.patch)
===
--- 

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

2016-11-21 Thread Tobias Powalowski
Date: Tuesday, November 22, 2016 @ 07:16:49
  Author: tpowa
Revision: 281814

upgpkg: nvidia-304xx 304.132-2

rebuild against 4.8.10

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-22 07:09:24 UTC (rev 281813)
+++ PKGBUILD2016-11-22 07:16:49 UTC (rev 281814)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-304xx nvidia-304xx-dkms)
 pkgver=304.132
 _extramodules=extramodules-4.8-ARCH
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.8' 'linux-headers<4.9')


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

2016-11-21 Thread Tobias Powalowski
Date: Tuesday, November 22, 2016 @ 07:09:24
  Author: tpowa
Revision: 281813

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

Added:
  nvidia-340xx/repos/testing-i686/PKGBUILD
(from rev 281812, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-i686/nvidia-340xx.install
(from rev 281812, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/testing-x86_64/PKGBUILD
(from rev 281812, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install
(from rev 281812, nvidia-340xx/trunk/nvidia-340xx.install)
Deleted:
  nvidia-340xx/repos/testing-i686/PKGBUILD
  nvidia-340xx/repos/testing-i686/nvidia-340xx.install
  nvidia-340xx/repos/testing-x86_64/PKGBUILD
  nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install

-+
 /PKGBUILD   |  136 ++
 /nvidia-340xx.install   |   26 ++
 testing-i686/PKGBUILD   |   68 -
 testing-i686/nvidia-340xx.install   |   13 ---
 testing-x86_64/PKGBUILD |   68 -
 testing-x86_64/nvidia-340xx.install |   13 ---
 6 files changed, 162 insertions(+), 162 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-11-22 07:09:14 UTC (rev 281812)
+++ testing-i686/PKGBUILD   2016-11-22 07:09:24 UTC (rev 281813)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia-340xx
-pkgname=(nvidia-340xx nvidia-340xx-dkms)
-pkgver=340.98
-_extramodules=extramodules-4.8-ARCH
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.8' 'linux-headers<4.9')
-conflicts=('nvidia')
-license=('custom')
-options=(!strip)
-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_i686=('3ccb023eec137cbee0d2035c288b6bbe')
-md5sums_x86_64=('e8d1292d8d002a15e10ea349151fa8f2')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-# patches here
-
-cp -a kernel kernel-dkms
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia-340xx() {
-pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
-depends=('linux>=4.8' 'linux<4.9' 'libgl' "nvidia-340xx-utils=${pkgver}")
-conflict+=('nvidia-340xx-dkms')
-install=nvidia-340xx.install
-
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-}
-
-package_nvidia-340xx-dkms() {
-pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
-depends=('dkms' "nvidia-340xx-utils=$pkgver")
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-conflicts+=('nvidia-340xx')
-
-cd ${_pkg}
-install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
-cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}"/usr/src/nvidia-${pkgver}
-echo 'blacklist nouveau' > "${pkgdir}"/usr/lib/modprobe.d/nvidia.conf
-cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
-}

Copied: nvidia-340xx/repos/testing-i686/PKGBUILD (from rev 281812, 
nvidia-340xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-22 07:09:24 UTC (rev 281813)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.98
+_extramodules=extramodules-4.8-ARCH
+pkgrel=4
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.8' 'linux-headers<4.9')
+conflicts=('nvidia')
+license=('custom')

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

2016-11-21 Thread Tobias Powalowski
Date: Tuesday, November 22, 2016 @ 07:09:14
  Author: tpowa
Revision: 281812

upgpkg: nvidia-340xx 340.98-4

rebuild against 4.8.10

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-22 07:02:55 UTC (rev 281811)
+++ PKGBUILD2016-11-22 07:09:14 UTC (rev 281812)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.98
 _extramodules=extramodules-4.8-ARCH
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.8' 'linux-headers<4.9')


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

2016-11-21 Thread Tobias Powalowski
Date: Tuesday, November 22, 2016 @ 07:02:55
  Author: tpowa
Revision: 281811

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

Added:
  nvidia/repos/testing-i686/PKGBUILD
(from rev 281810, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/fix-abi.patch
(from rev 281810, nvidia/trunk/fix-abi.patch)
  nvidia/repos/testing-i686/nvidia.install
(from rev 281810, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 281810, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/fix-abi.patch
(from rev 281810, nvidia/trunk/fix-abi.patch)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 281810, nvidia/trunk/nvidia.install)
Deleted:
  nvidia/repos/testing-i686/PKGBUILD
  nvidia/repos/testing-i686/fix-abi.patch
  nvidia/repos/testing-i686/nvidia.install
  nvidia/repos/testing-x86_64/PKGBUILD
  nvidia/repos/testing-x86_64/fix-abi.patch
  nvidia/repos/testing-x86_64/nvidia.install

---+
 /PKGBUILD |  168 
 /fix-abi.patch|   24 +
 /nvidia.install   |   26 ++
 testing-i686/PKGBUILD |   84 
 testing-i686/fix-abi.patch|   12 --
 testing-i686/nvidia.install   |   13 ---
 testing-x86_64/PKGBUILD   |   84 
 testing-x86_64/fix-abi.patch  |   12 --
 testing-x86_64/nvidia.install |   13 ---
 9 files changed, 218 insertions(+), 218 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-11-22 07:02:34 UTC (rev 281810)
+++ testing-i686/PKGBUILD   2016-11-22 07:02:55 UTC (rev 281811)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia
-pkgname=(nvidia nvidia-dkms)
-pkgver=375.20
-_extramodules=extramodules-4.8-ARCH
-pkgrel=2
-pkgdesc="NVIDIA drivers for linux"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.8' 'linux-headers<4.9')
-license=('custom')
-options=('!strip')
-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_i686=('b9bfa7f3f591418972e963b087ab91e3')
-md5sums_x86_64=('88ac9b63a41ecd6b1214b04f44a61c79')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() { 
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-
-cp -a kernel kernel-dkms
-cd kernel-dkms
-sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
-sed -i 's/__JOBS/`nproc`/' dkms.conf
-sed -i 's/__DKMS_MODULES//' dkms.conf
-sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
-DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[1]="nvidia-uvm"\
-DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[2]="nvidia-modeset"\
-DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[3]="nvidia-drm"\
-DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia() {
-pkgdesc="NVIDIA drivers for linux"
-depends=('linux>=4.8' 'linux<4.9' "nvidia-utils=${pkgver}" 'libgl')
-install=nvidia.install
-
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
- "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-modeset.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-drm.ko" \
- "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-drm.ko"
-
-if [[ "$CARCH" = "x86_64" ]]; then
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-fi
-
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-}
-
-package_nvidia-dkms() {
-pkgdesc="NVIDIA driver sources for linux"
-depends=('dkms' "nvidia-utils=$pkgver" 'libgl')
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-conflicts+=('nvidia')
-
-cd ${_pkg}
-install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
-cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
-echo 'blacklist nouveau' > 

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

2016-11-21 Thread Tobias Powalowski
Date: Tuesday, November 22, 2016 @ 07:02:34
  Author: tpowa
Revision: 281810

upgpkg: nvidia 375.20-3

rebuild against 4.8.10

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-22 06:48:20 UTC (rev 281809)
+++ PKGBUILD2016-11-22 07:02:34 UTC (rev 281810)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=375.20
 _extramodules=extramodules-4.8-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;


[arch-commits] Commit in xf86-input-void/trunk (PKGBUILD)

2016-11-21 Thread Laurent Carlier
Date: Tuesday, November 22, 2016 @ 06:48:14
  Author: lcarlier
Revision: 281808

upgpkg: xf86-input-void 1.4.1-3

xorg-server-1.19 rebuild

Modified:
  xf86-input-void/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-22 06:47:18 UTC (rev 281807)
+++ PKGBUILD2016-11-22 06:48:14 UTC (rev 281808)
@@ -3,15 +3,15 @@
 
 pkgname=xf86-input-void
 pkgver=1.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org void input driver"
 arch=(i686 x86_64)
 license=('custom')
-url="http://xorg.freedesktop.org/;
+url="https://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
-groups=('xorg-drivers' 'xorg')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
+groups=('xorg-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
 sha256sums=('f96e4f0a622821bf43a74bd419f2a18423343996c9d243c7e1430ba2d142339c'
 'SKIP')


[arch-commits] Commit in xf86-input-void/repos (4 files)

2016-11-21 Thread Laurent Carlier
Date: Tuesday, November 22, 2016 @ 06:48:20
  Author: lcarlier
Revision: 281809

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

Added:
  xf86-input-void/repos/staging-i686/
  xf86-input-void/repos/staging-i686/PKGBUILD
(from rev 281808, xf86-input-void/trunk/PKGBUILD)
  xf86-input-void/repos/staging-x86_64/
  xf86-input-void/repos/staging-x86_64/PKGBUILD
(from rev 281808, xf86-input-void/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: xf86-input-void/repos/staging-i686/PKGBUILD (from rev 281808, 
xf86-input-void/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-22 06:48:20 UTC (rev 281809)
@@ -0,0 +1,33 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-input-void
+pkgver=1.4.1
+pkgrel=3
+pkgdesc="X.org void input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="https://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('f96e4f0a622821bf43a74bd419f2a18423343996c9d243c7e1430ba2d142339c'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  
+  make DESTDIR="${pkgdir}" install
+  
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-input-void/repos/staging-x86_64/PKGBUILD (from rev 281808, 
xf86-input-void/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-22 06:48:20 UTC (rev 281809)
@@ -0,0 +1,33 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-input-void
+pkgver=1.4.1
+pkgrel=3
+pkgdesc="X.org void input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="https://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('f96e4f0a622821bf43a74bd419f2a18423343996c9d243c7e1430ba2d142339c'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  
+  make DESTDIR="${pkgdir}" install
+  
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2016-11-21 Thread Tobias Powalowski
Date: Tuesday, November 22, 2016 @ 06:47:18
  Author: tpowa
Revision: 281807

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

Added:
  linux/repos/testing-i686/99-linux.hook
(from rev 281806, linux/trunk/99-linux.hook)
  linux/repos/testing-i686/PKGBUILD
(from rev 281806, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 281806, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 281806, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 281806, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 281806, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 281806, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/99-linux.hook
(from rev 281806, linux/trunk/99-linux.hook)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 281806, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 281806, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 281806, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 281806, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 281806, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 281806, linux/trunk/linux.preset)
Deleted:
  linux/repos/testing-i686/99-linux.hook
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/change-default-console-loglevel.patch
  linux/repos/testing-i686/config
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.preset
  linux/repos/testing-x86_64/99-linux.hook
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
  linux/repos/testing-x86_64/config
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

--+
 /99-linux.hook   |   22 
 /PKGBUILD|  602 
 /change-default-console-loglevel.patch   |   22 
 /config  |16414 +
 /config.x86_64   |15916 
 /linux.install   |   54 
 /linux.preset|   28 
 testing-i686/99-linux.hook   |   11 
 testing-i686/PKGBUILD|  301 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8207 
 testing-i686/config.x86_64   | 7958 
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/99-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  301 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8207 
 testing-x86_64/config.x86_64 | 7958 
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 21 files changed, 33058 insertions(+), 33058 deletions(-)

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


[arch-commits] Commit in xf86-input-vmmouse/repos (4 files)

2016-11-21 Thread Laurent Carlier
Date: Tuesday, November 22, 2016 @ 06:42:04
  Author: lcarlier
Revision: 281806

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

Added:
  xf86-input-vmmouse/repos/staging-i686/
  xf86-input-vmmouse/repos/staging-i686/PKGBUILD
(from rev 281805, xf86-input-vmmouse/trunk/PKGBUILD)
  xf86-input-vmmouse/repos/staging-x86_64/
  xf86-input-vmmouse/repos/staging-x86_64/PKGBUILD
(from rev 281805, xf86-input-vmmouse/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: xf86-input-vmmouse/repos/staging-i686/PKGBUILD (from rev 281805, 
xf86-input-vmmouse/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-22 06:42:04 UTC (rev 281806)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-input-vmmouse
+pkgver=13.1.0
+pkgrel=3
+pkgdesc="X.org VMWare Mouse input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="https://xorg.freedesktop.org/;
+depends=('libsystemd')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('0af558957ac1be1b2863712c2475de8f4d7f14921fd01ded2e2fde4921b19319'
+'SKIP')
+validpgpkeys=('90D027AEAF33CBABC140735BC1F5D3CDF5176580') # Thomas Hellstrom 
(VMware) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-udev-rules-dir=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  rm -rfv ${pkgdir}/usr/{lib,share}/hal
+}

Copied: xf86-input-vmmouse/repos/staging-x86_64/PKGBUILD (from rev 281805, 
xf86-input-vmmouse/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-22 06:42:04 UTC (rev 281806)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-input-vmmouse
+pkgver=13.1.0
+pkgrel=3
+pkgdesc="X.org VMWare Mouse input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="https://xorg.freedesktop.org/;
+depends=('libsystemd')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('0af558957ac1be1b2863712c2475de8f4d7f14921fd01ded2e2fde4921b19319'
+'SKIP')
+validpgpkeys=('90D027AEAF33CBABC140735BC1F5D3CDF5176580') # Thomas Hellstrom 
(VMware) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-udev-rules-dir=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  rm -rfv ${pkgdir}/usr/{lib,share}/hal
+}


[arch-commits] Commit in xf86-input-vmmouse/trunk (PKGBUILD)

2016-11-21 Thread Laurent Carlier
Date: Tuesday, November 22, 2016 @ 06:41:58
  Author: lcarlier
Revision: 281805

upgpkg: xf86-input-vmmouse 13.1.0-3

xorg-server-1.19 rebuild

Modified:
  xf86-input-vmmouse/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-22 06:33:35 UTC (rev 281804)
+++ PKGBUILD2016-11-22 06:41:58 UTC (rev 281805)
@@ -3,17 +3,19 @@
 
 pkgname=xf86-input-vmmouse
 pkgver=13.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org VMWare Mouse input driver"
 arch=(i686 x86_64)
 license=('custom')
-url="http://xorg.freedesktop.org/;
-depends=('glibc' 'libsystemd' 'sh')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('0af558957ac1be1b2863712c2475de8f4d7f14921fd01ded2e2fde4921b19319')
+url="https://xorg.freedesktop.org/;
+depends=('libsystemd')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('0af558957ac1be1b2863712c2475de8f4d7f14921fd01ded2e2fde4921b19319'
+'SKIP')
+validpgpkeys=('90D027AEAF33CBABC140735BC1F5D3CDF5176580') # Thomas Hellstrom 
(VMware) 
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in xf86-input-elographics/repos (6 files)

2016-11-21 Thread Laurent Carlier
Date: Tuesday, November 22, 2016 @ 06:33:35
  Author: lcarlier
Revision: 281804

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

Added:
  xf86-input-elographics/repos/staging-i686/
  xf86-input-elographics/repos/staging-i686/PKGBUILD
(from rev 281803, xf86-input-elographics/trunk/PKGBUILD)
  xf86-input-elographics/repos/staging-i686/git-fixes.patch
(from rev 281803, xf86-input-elographics/trunk/git-fixes.patch)
  xf86-input-elographics/repos/staging-x86_64/
  xf86-input-elographics/repos/staging-x86_64/PKGBUILD
(from rev 281803, xf86-input-elographics/trunk/PKGBUILD)
  xf86-input-elographics/repos/staging-x86_64/git-fixes.patch
(from rev 281803, xf86-input-elographics/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   36 +
 staging-i686/git-fixes.patch   |  107 +++
 staging-x86_64/PKGBUILD|   36 +
 staging-x86_64/git-fixes.patch |  107 +++
 4 files changed, 286 insertions(+)

Copied: xf86-input-elographics/repos/staging-i686/PKGBUILD (from rev 281803, 
xf86-input-elographics/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-22 06:33:35 UTC (rev 281804)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 88566 2010-08-24 08:47:16Z jgc $
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-input-elographics
+pkgver=1.4.1
+pkgrel=7
+pkgdesc="X.org Elographics TouchScreen input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="https://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+sha256sums=('a21af744d57f158e6dff9d60a68aaac46b8d726d602911940cb61f4d6bb2c6a4'
+'2fdb0abb60cf966b905802f9aa3af3e858644a9b9723dcdce462047e83872826')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-input-elographics/repos/staging-i686/git-fixes.patch (from rev 
281803, xf86-input-elographics/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2016-11-22 06:33:35 UTC (rev 281804)
@@ -0,0 +1,107 @@
+From 0d3ec2e97c99431cdbaea8e958a75ff2e748da41 Mon Sep 17 00:00:00 2001
+From: Jaska Kivela 
+Date: Wed, 16 Jan 2013 11:51:04 +0200
+Subject: Added axis inversion functionality.
+
+The module would previously log a message if min > max, but not do anything
+about it. Keep the original min/max around, swap on-the-fly.
+
+Signed-off-by: Jaska Kivela 
+Reviewed-by: Peter Hutterer 
+Signed-off-by: Peter Hutterer 
+
+diff --git a/src/xf86Elo.c b/src/xf86Elo.c
+index cb1699e..c37cf9a 100644
+--- a/src/xf86Elo.c
 b/src/xf86Elo.c
+@@ -360,6 +360,22 @@ xf86EloReadInput(InputInfoPtr pInfo)
+   cur_y = WORD_ASSEMBLY(priv->packet_buf[5], priv->packet_buf[6]);
+   state = priv->packet_buf[2] & 0x07;
+ 
++  DBG(5, ErrorF("ELO got: x(%d), y(%d), %s\n",
++  cur_x, cur_y,
++  (state == ELO_PRESS) ? "Press" :
++  ((state == ELO_RELEASE) ? "Release" : "Stream")));
++
++  if (priv->min_y > priv->max_y) {
++/* inverted y axis */
++cur_y = priv->max_y - cur_y + priv->min_y;
++  }
++
++  if (priv->min_x > priv->max_x) {
++/* inverted x axis */
++cur_x = priv->max_x - cur_x + priv->min_x;
++  }
++
++
+   /*
+* Send events.
+*
+@@ -676,6 +692,7 @@ xf86EloControl(DeviceIntPtrdev,
+   unsigned char   reply[ELO_PACKET_SIZE];
+   Atom btn_label;
+   Atom axis_labels[2] = { 0, 0 };
++  int x0, x1, y0, y1;
+ 
+   switch(mode) {
+ 
+@@ -719,17 +736,27 @@ xf86EloControl(DeviceIntPtr  dev,
+   return !Success;
+   }
+   else {
++
++  /* Correct the coordinates for possibly inverted axis.
++ Leave priv->variables untouched so we can check for
++ inversion on incoming events.
++   */
++  y0 = min(priv->min_y, priv->max_y);
++  y1 = max(priv->min_y, priv->max_y);
++  x0 = min(priv->min_x, priv->max_x);
++  x1 = max(priv->min_x, priv->max_x);
++
+ 

[arch-commits] Commit in xf86-input-elographics/trunk (PKGBUILD git-fixes.patch)

2016-11-21 Thread Laurent Carlier
Date: Tuesday, November 22, 2016 @ 06:33:29
  Author: lcarlier
Revision: 281803

upgpkg: xf86-input-elographics 1.4.1-7

xorg-server-1.19 rebuild

Added:
  xf86-input-elographics/trunk/git-fixes.patch
Modified:
  xf86-input-elographics/trunk/PKGBUILD

-+
 PKGBUILD|   19 ++---
 git-fixes.patch |  107 ++
 2 files changed, 120 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-22 05:57:43 UTC (rev 281802)
+++ PKGBUILD2016-11-22 06:33:29 UTC (rev 281803)
@@ -3,17 +3,24 @@
 
 pkgname=xf86-input-elographics
 pkgver=1.4.1
-pkgrel=6
+pkgrel=7
 pkgdesc="X.org Elographics TouchScreen input driver"
 arch=(i686 x86_64)
 license=('custom')
-url="http://xorg.freedesktop.org/;
+url="https://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('a21af744d57f158e6dff9d60a68aaac46b8d726d602911940cb61f4d6bb2c6a4')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+sha256sums=('a21af744d57f158e6dff9d60a68aaac46b8d726d602911940cb61f4d6bb2c6a4'
+'2fdb0abb60cf966b905802f9aa3af3e858644a9b9723dcdce462047e83872826')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr

Added: git-fixes.patch
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2016-11-22 06:33:29 UTC (rev 281803)
@@ -0,0 +1,107 @@
+From 0d3ec2e97c99431cdbaea8e958a75ff2e748da41 Mon Sep 17 00:00:00 2001
+From: Jaska Kivela 
+Date: Wed, 16 Jan 2013 11:51:04 +0200
+Subject: Added axis inversion functionality.
+
+The module would previously log a message if min > max, but not do anything
+about it. Keep the original min/max around, swap on-the-fly.
+
+Signed-off-by: Jaska Kivela 
+Reviewed-by: Peter Hutterer 
+Signed-off-by: Peter Hutterer 
+
+diff --git a/src/xf86Elo.c b/src/xf86Elo.c
+index cb1699e..c37cf9a 100644
+--- a/src/xf86Elo.c
 b/src/xf86Elo.c
+@@ -360,6 +360,22 @@ xf86EloReadInput(InputInfoPtr pInfo)
+   cur_y = WORD_ASSEMBLY(priv->packet_buf[5], priv->packet_buf[6]);
+   state = priv->packet_buf[2] & 0x07;
+ 
++  DBG(5, ErrorF("ELO got: x(%d), y(%d), %s\n",
++  cur_x, cur_y,
++  (state == ELO_PRESS) ? "Press" :
++  ((state == ELO_RELEASE) ? "Release" : "Stream")));
++
++  if (priv->min_y > priv->max_y) {
++/* inverted y axis */
++cur_y = priv->max_y - cur_y + priv->min_y;
++  }
++
++  if (priv->min_x > priv->max_x) {
++/* inverted x axis */
++cur_x = priv->max_x - cur_x + priv->min_x;
++  }
++
++
+   /*
+* Send events.
+*
+@@ -676,6 +692,7 @@ xf86EloControl(DeviceIntPtrdev,
+   unsigned char   reply[ELO_PACKET_SIZE];
+   Atom btn_label;
+   Atom axis_labels[2] = { 0, 0 };
++  int x0, x1, y0, y1;
+ 
+   switch(mode) {
+ 
+@@ -719,17 +736,27 @@ xf86EloControl(DeviceIntPtr  dev,
+   return !Success;
+   }
+   else {
++
++  /* Correct the coordinates for possibly inverted axis.
++ Leave priv->variables untouched so we can check for
++ inversion on incoming events.
++   */
++  y0 = min(priv->min_y, priv->max_y);
++  y1 = max(priv->min_y, priv->max_y);
++  x0 = min(priv->min_x, priv->max_x);
++  x1 = max(priv->min_x, priv->max_x);
++
+   /* I will map coordinates myself */
+   InitValuatorAxisStruct(dev, 0,
+  axis_labels[0],
+- priv->min_x, priv->max_x,
++ x0, x1,
+  9500,
+  0 /* min_res */,
+  9500  /* max_res */,
+  Absolute);
+   InitValuatorAxisStruct(dev, 1,
+  axis_labels[1],
+- priv->min_y, priv->max_y,
++ y0, y1,
+  10500,
+  0 /* min_res */,
+  10500 /* max_res */,
+-- 
+cgit v0.10.2
+From c666c78c764d0b97fa25bd9f0796a83b77761f7d Mon Sep 17 00:00:00 2001

[arch-commits] Commit in xf86-video-apm/repos (6 files)

2016-11-21 Thread Laurent Carlier
Date: Tuesday, November 22, 2016 @ 05:57:43
  Author: lcarlier
Revision: 281802

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

Added:
  xf86-video-apm/repos/staging-i686/
  xf86-video-apm/repos/staging-i686/PKGBUILD
(from rev 281801, xf86-video-apm/trunk/PKGBUILD)
  xf86-video-apm/repos/staging-i686/git-fix.diff
(from rev 281801, xf86-video-apm/trunk/git-fix.diff)
  xf86-video-apm/repos/staging-x86_64/
  xf86-video-apm/repos/staging-x86_64/PKGBUILD
(from rev 281801, xf86-video-apm/trunk/PKGBUILD)
  xf86-video-apm/repos/staging-x86_64/git-fix.diff
(from rev 281801, xf86-video-apm/trunk/git-fix.diff)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-i686/git-fix.diff   |   23 +++
 staging-x86_64/PKGBUILD |   35 +++
 staging-x86_64/git-fix.diff |   23 +++
 4 files changed, 116 insertions(+)

Copied: xf86-video-apm/repos/staging-i686/PKGBUILD (from rev 281801, 
xf86-video-apm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-22 05:57:43 UTC (rev 281802)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-apm
+pkgver=1.2.5
+pkgrel=8
+pkgdesc="X.org Alliance ProMotion video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('953b04320117b14c5b7efb37de45cef45592409f639c2aa87b7e2d77dc8d3d0f'
+'be06cce5eb0b8eb070321e293f5cd9b7aa947d920d23cc962f7121191ba4180b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-apm/repos/staging-i686/git-fix.diff (from rev 281801, 
xf86-video-apm/trunk/git-fix.diff)
===
--- staging-i686/git-fix.diff   (rev 0)
+++ staging-i686/git-fix.diff   2016-11-22 05:57:43 UTC (rev 281802)
@@ -0,0 +1,23 @@
+From 9f67408e4f078e907fbf4feb45cfdcfd0cdebcca Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Thu, 10 Jan 2013 03:03:29 +
+Subject: Remove #include "mibstore.h"
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/apm.h b/src/apm.h
+index a3c06f8..365e5e2 100644
+--- a/src/apm.h
 b/src/apm.h
+@@ -33,9 +33,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+ 
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+-
+ /* I2C support */
+ #include "xf86i2c.h"
+ 
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-apm/repos/staging-x86_64/PKGBUILD (from rev 281801, 
xf86-video-apm/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-22 05:57:43 UTC (rev 281802)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-apm
+pkgver=1.2.5
+pkgrel=8
+pkgdesc="X.org Alliance ProMotion video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('953b04320117b14c5b7efb37de45cef45592409f639c2aa87b7e2d77dc8d3d0f'
+'be06cce5eb0b8eb070321e293f5cd9b7aa947d920d23cc962f7121191ba4180b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-apm/repos/staging-x86_64/git-fix.diff (from rev 281801, 
xf86-video-apm/trunk/git-fix.diff)
===
--- staging-x86_64/git-fix.diff 

[arch-commits] Commit in xf86-video-apm/trunk (PKGBUILD)

2016-11-21 Thread Laurent Carlier
Date: Tuesday, November 22, 2016 @ 05:57:38
  Author: lcarlier
Revision: 281801

upgpkg: xf86-video-apm 1.2.5-8

xorg-server-1.19 rebuild

Modified:
  xf86-video-apm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-22 05:54:55 UTC (rev 281800)
+++ PKGBUILD2016-11-22 05:57:38 UTC (rev 281801)
@@ -4,14 +4,14 @@
 
 pkgname=xf86-video-apm
 pkgver=1.2.5
-pkgrel=7
+pkgrel=8
 pkgdesc="X.org Alliance ProMotion video driver"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/;
+url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
 sha256sums=('953b04320117b14c5b7efb37de45cef45592409f639c2aa87b7e2d77dc8d3d0f'
 'be06cce5eb0b8eb070321e293f5cd9b7aa947d920d23cc962f7121191ba4180b')


[arch-commits] Commit in xf86-video-ark/trunk (PKGBUILD build-fix.diff)

2016-11-21 Thread Laurent Carlier
Date: Tuesday, November 22, 2016 @ 05:54:49
  Author: lcarlier
Revision: 281799

upgpkg: xf86-video-ark 0.7.5-8

xorg-server-1.19 rebuild

Modified:
  xf86-video-ark/trunk/PKGBUILD
  xf86-video-ark/trunk/build-fix.diff

+
 PKGBUILD   |   12 ++--
 build-fix.diff |   31 +--
 2 files changed, 35 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-22 05:45:01 UTC (rev 281798)
+++ PKGBUILD2016-11-22 05:54:49 UTC (rev 281799)
@@ -4,18 +4,18 @@
 
 pkgname=xf86-video-ark
 pkgver=0.7.5
-pkgrel=7
+pkgrel=8
 pkgdesc="X.org ark video driver"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/;
+url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
-groups=('xorg-drivers' 'xorg')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
build-fix.diff)
 sha256sums=('c690e046f34a393aac1c8d9616b4790e93cda60a460b00b9597d322175dbe51e'
-'257c3db46ef85863cc2d1b2ba250ef6b1a08df75171f2f3cef83cabd8b22399b')
+'ab694ebc0820d75b7cbf58920ce8b10291f245a5f1ae82542cfa63e5765660dc')
 
 prepare() {
   cd ${pkgname}-${pkgver}

Modified: build-fix.diff
===
--- build-fix.diff  2016-11-22 05:45:01 UTC (rev 281798)
+++ build-fix.diff  2016-11-22 05:54:49 UTC (rev 281799)
@@ -1,5 +1,20 @@
 xf86-video-ark-0.7.5/src/ark_driver.c  2012-07-17 06:51:36.0 
+0200
-+++ xf86-video-ark-0.7.5/src/ark_driver.c.new  2013-03-09 12:34:04.33627 
+0100
+From 3a3eb72baec46f48e6cf15a834271c3d3386deac Mon Sep 17 00:00:00 2001
+From: Gaetan Nadon 
+Date: Tue, 17 Sep 2013 15:55:37 -0400
+Subject: Remove usage of mibstore.h (removed from server)
+
+The module had a compile error for this missing header file.
+
+Changes similar to vmware commit
+23d87c92b7211cc5249eefe4ab3a2c7f370e279e
+
+Reviewed-by: Alex Deucher 
+Signed-off-by: Gaetan Nadon 
+
+diff --git a/src/ark_driver.c b/src/ark_driver.c
+index b7c287c..65cfe84 100644
+--- a/src/ark_driver.c
 b/src/ark_driver.c
 @@ -39,7 +39,6 @@
  #include "compiler.h"
  #include "mipointer.h"
@@ -8,3 +23,15 @@
  #include "fb.h"
  #include "ark.h"
  
+@@ -538,7 +537,6 @@ static Bool ARKScreenInit(SCREEN_INIT_ARGS_DECL)
+ 
+   fbPictureInit (pScreen, 0, 0);
+ 
+-  miInitializeBackingStore(pScreen);
+   xf86SetBackingStore(pScreen);
+ 
+   if (!pARK->NoAccel) {
+-- 
+cgit v0.10.2
+
+


[arch-commits] Commit in xf86-video-ark/repos (6 files)

2016-11-21 Thread Laurent Carlier
Date: Tuesday, November 22, 2016 @ 05:54:55
  Author: lcarlier
Revision: 281800

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

Added:
  xf86-video-ark/repos/staging-i686/
  xf86-video-ark/repos/staging-i686/PKGBUILD
(from rev 281799, xf86-video-ark/trunk/PKGBUILD)
  xf86-video-ark/repos/staging-i686/build-fix.diff
(from rev 281799, xf86-video-ark/trunk/build-fix.diff)
  xf86-video-ark/repos/staging-x86_64/
  xf86-video-ark/repos/staging-x86_64/PKGBUILD
(from rev 281799, xf86-video-ark/trunk/PKGBUILD)
  xf86-video-ark/repos/staging-x86_64/build-fix.diff
(from rev 281799, xf86-video-ark/trunk/build-fix.diff)

---+
 staging-i686/PKGBUILD |   37 +
 staging-i686/build-fix.diff   |   37 +
 staging-x86_64/PKGBUILD   |   37 +
 staging-x86_64/build-fix.diff |   37 +
 4 files changed, 148 insertions(+)

Copied: xf86-video-ark/repos/staging-i686/PKGBUILD (from rev 281799, 
xf86-video-ark/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-22 05:54:55 UTC (rev 281800)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-ark
+pkgver=0.7.5
+pkgrel=8
+pkgdesc="X.org ark video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
build-fix.diff)
+sha256sums=('c690e046f34a393aac1c8d9616b4790e93cda60a460b00b9597d322175dbe51e'
+'ab694ebc0820d75b7cbf58920ce8b10291f245a5f1ae82542cfa63e5765660dc')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/build-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-ark/repos/staging-i686/build-fix.diff (from rev 281799, 
xf86-video-ark/trunk/build-fix.diff)
===
--- staging-i686/build-fix.diff (rev 0)
+++ staging-i686/build-fix.diff 2016-11-22 05:54:55 UTC (rev 281800)
@@ -0,0 +1,37 @@
+From 3a3eb72baec46f48e6cf15a834271c3d3386deac Mon Sep 17 00:00:00 2001
+From: Gaetan Nadon 
+Date: Tue, 17 Sep 2013 15:55:37 -0400
+Subject: Remove usage of mibstore.h (removed from server)
+
+The module had a compile error for this missing header file.
+
+Changes similar to vmware commit
+23d87c92b7211cc5249eefe4ab3a2c7f370e279e
+
+Reviewed-by: Alex Deucher 
+Signed-off-by: Gaetan Nadon 
+
+diff --git a/src/ark_driver.c b/src/ark_driver.c
+index b7c287c..65cfe84 100644
+--- a/src/ark_driver.c
 b/src/ark_driver.c
+@@ -39,7 +39,6 @@
+ #include "compiler.h"
+ #include "mipointer.h"
+ #include "micmap.h"
+-#include "mibstore.h"
+ #include "fb.h"
+ #include "ark.h"
+ 
+@@ -538,7 +537,6 @@ static Bool ARKScreenInit(SCREEN_INIT_ARGS_DECL)
+ 
+   fbPictureInit (pScreen, 0, 0);
+ 
+-  miInitializeBackingStore(pScreen);
+   xf86SetBackingStore(pScreen);
+ 
+   if (!pARK->NoAccel) {
+-- 
+cgit v0.10.2
+
+

Copied: xf86-video-ark/repos/staging-x86_64/PKGBUILD (from rev 281799, 
xf86-video-ark/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-22 05:54:55 UTC (rev 281800)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-ark
+pkgver=0.7.5
+pkgrel=8
+pkgdesc="X.org ark video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
build-fix.diff)
+sha256sums=('c690e046f34a393aac1c8d9616b4790e93cda60a460b00b9597d322175dbe51e'
+'ab694ebc0820d75b7cbf58920ce8b10291f245a5f1ae82542cfa63e5765660dc')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/build-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  

[arch-commits] Commit in xf86-video-chips/trunk (PKGBUILD git-fixes.patch)

2016-11-21 Thread Laurent Carlier
Date: Tuesday, November 22, 2016 @ 05:44:54
  Author: lcarlier
Revision: 281797

upgpkg: xf86-video-chips 1.2.6-3

xorg-server-1.19 rebuild

Added:
  xf86-video-chips/trunk/git-fixes.patch
Modified:
  xf86-video-chips/trunk/PKGBUILD

-+
 PKGBUILD|   19 +--
 git-fixes.patch |   29 +
 2 files changed, 42 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-22 05:35:55 UTC (rev 281796)
+++ PKGBUILD2016-11-22 05:44:54 UTC (rev 281797)
@@ -4,19 +4,26 @@
 
 pkgname=xf86-video-chips
 pkgver=1.2.6
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org Chips and Technologies video driver"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/;
+url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=(glibc)
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+git-fixes.patch)
 sha256sums=('99aef5cf9f58391eefab5b4983814f417fd1cf2e4a0f93564de1e9bd75636b1c'
-'SKIP')
+'SKIP'
+'f1bfcc34d9c36cb7110052af586a5161611b17120c72b7c72d577123c29e4334')
 validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr

Added: git-fixes.patch
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2016-11-22 05:44:54 UTC (rev 281797)
@@ -0,0 +1,29 @@
+From aa82ecb1401140089fc75850c73fa917d137a0cc Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 19 Jul 2016 10:03:56 -0400
+Subject: Adapt Block/WakeupHandler signature for ABI 23
+
+Signed-off-by: Adam Jackson 
+
+diff --git a/src/compat-api.h b/src/compat-api.h
+index 6bc946f..89976e4 100644
+--- a/src/compat-api.h
 b/src/compat-api.h
+@@ -75,8 +75,13 @@
+ 
+ #define SCREEN_INIT_ARGS_DECL ScreenPtr pScreen, int argc, char **argv
+ 
++#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
++#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout
++#define BLOCKHANDLER_ARGS arg, pTimeout
++#else
+ #define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout, pointer 
pReadmask
+ #define BLOCKHANDLER_ARGS arg, pTimeout, pReadmask
++#endif
+ 
+ #define CLOSE_SCREEN_ARGS_DECL ScreenPtr pScreen
+ #define CLOSE_SCREEN_ARGS pScreen
+-- 
+cgit v0.10.2
+
+


[arch-commits] Commit in xf86-video-chips/repos (6 files)

2016-11-21 Thread Laurent Carlier
Date: Tuesday, November 22, 2016 @ 05:45:01
  Author: lcarlier
Revision: 281798

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

Added:
  xf86-video-chips/repos/staging-i686/
  xf86-video-chips/repos/staging-i686/PKGBUILD
(from rev 281797, xf86-video-chips/trunk/PKGBUILD)
  xf86-video-chips/repos/staging-i686/git-fixes.patch
(from rev 281797, xf86-video-chips/trunk/git-fixes.patch)
  xf86-video-chips/repos/staging-x86_64/
  xf86-video-chips/repos/staging-x86_64/PKGBUILD
(from rev 281797, xf86-video-chips/trunk/PKGBUILD)
  xf86-video-chips/repos/staging-x86_64/git-fixes.patch
(from rev 281797, xf86-video-chips/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   39 +++
 staging-i686/git-fixes.patch   |   29 +
 staging-x86_64/PKGBUILD|   39 +++
 staging-x86_64/git-fixes.patch |   29 +
 4 files changed, 136 insertions(+)

Copied: xf86-video-chips/repos/staging-i686/PKGBUILD (from rev 281797, 
xf86-video-chips/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-22 05:45:01 UTC (rev 281798)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-chips
+pkgver=1.2.6
+pkgrel=3
+pkgdesc="X.org Chips and Technologies video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=(glibc)
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+git-fixes.patch)
+sha256sums=('99aef5cf9f58391eefab5b4983814f417fd1cf2e4a0f93564de1e9bd75636b1c'
+'SKIP'
+'f1bfcc34d9c36cb7110052af586a5161611b17120c72b7c72d577123c29e4334')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-chips/repos/staging-i686/git-fixes.patch (from rev 281797, 
xf86-video-chips/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2016-11-22 05:45:01 UTC (rev 281798)
@@ -0,0 +1,29 @@
+From aa82ecb1401140089fc75850c73fa917d137a0cc Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 19 Jul 2016 10:03:56 -0400
+Subject: Adapt Block/WakeupHandler signature for ABI 23
+
+Signed-off-by: Adam Jackson 
+
+diff --git a/src/compat-api.h b/src/compat-api.h
+index 6bc946f..89976e4 100644
+--- a/src/compat-api.h
 b/src/compat-api.h
+@@ -75,8 +75,13 @@
+ 
+ #define SCREEN_INIT_ARGS_DECL ScreenPtr pScreen, int argc, char **argv
+ 
++#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
++#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout
++#define BLOCKHANDLER_ARGS arg, pTimeout
++#else
+ #define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout, pointer 
pReadmask
+ #define BLOCKHANDLER_ARGS arg, pTimeout, pReadmask
++#endif
+ 
+ #define CLOSE_SCREEN_ARGS_DECL ScreenPtr pScreen
+ #define CLOSE_SCREEN_ARGS pScreen
+-- 
+cgit v0.10.2
+
+

Copied: xf86-video-chips/repos/staging-x86_64/PKGBUILD (from rev 281797, 
xf86-video-chips/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-22 05:45:01 UTC (rev 281798)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-chips
+pkgver=1.2.6
+pkgrel=3
+pkgdesc="X.org Chips and Technologies video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=(glibc)
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+git-fixes.patch)
+sha256sums=('99aef5cf9f58391eefab5b4983814f417fd1cf2e4a0f93564de1e9bd75636b1c'
+'SKIP'
+'f1bfcc34d9c36cb7110052af586a5161611b17120c72b7c72d577123c29e4334')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt 

[arch-commits] Commit in xf86-video-dummy/repos (6 files)

2016-11-21 Thread Laurent Carlier
Date: Tuesday, November 22, 2016 @ 05:35:55
  Author: lcarlier
Revision: 281796

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

Added:
  xf86-video-dummy/repos/staging-i686/
  xf86-video-dummy/repos/staging-i686/PKGBUILD
(from rev 281795, xf86-video-dummy/trunk/PKGBUILD)
  xf86-video-dummy/repos/staging-i686/git-fixes.patch
(from rev 281795, xf86-video-dummy/trunk/git-fixes.patch)
  xf86-video-dummy/repos/staging-x86_64/
  xf86-video-dummy/repos/staging-x86_64/PKGBUILD
(from rev 281795, xf86-video-dummy/trunk/PKGBUILD)
  xf86-video-dummy/repos/staging-x86_64/git-fixes.patch
(from rev 281795, xf86-video-dummy/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   36 +
 staging-i686/git-fixes.patch   |  236 +++
 staging-x86_64/PKGBUILD|   36 +
 staging-x86_64/git-fixes.patch |  236 +++
 4 files changed, 544 insertions(+)

Copied: xf86-video-dummy/repos/staging-i686/PKGBUILD (from rev 281795, 
xf86-video-dummy/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-22 05:35:55 UTC (rev 281796)
@@ -0,0 +1,36 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-dummy
+pkgver=0.3.7
+pkgrel=6
+pkgdesc="X.org dummy video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'xf86dgaproto')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+sha256sums=('56f84fcbc515685529ad8e10bca1072731d9c096b97c5d35ddc95cd589b98680'
+'973c7a8a1c0fc143bd79e6a11cb06ed398671a9ee51c1edf5eaf4f24116e7704')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-dummy/repos/staging-i686/git-fixes.patch (from rev 281795, 
xf86-video-dummy/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2016-11-22 05:35:55 UTC (rev 281796)
@@ -0,0 +1,236 @@
+From 29433844c8b8989ea2ac64bd92b3ad61b6f9cf10 Mon Sep 17 00:00:00 2001
+From: Antoine Martin 
+Date: Thu, 17 Sep 2015 10:55:25 -0400
+Subject: [PATCH 3/6] Honor DacSpeed setting in xorg.conf
+
+Reviewed-by: Adam Jackson 
+Signed-off-by: Antoine Martin 
+---
+ src/dummy_driver.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/dummy_driver.c b/src/dummy_driver.c
+index 6062c39..470e125 100644
+--- a/src/dummy_driver.c
 b/src/dummy_driver.c
+@@ -281,7 +281,7 @@ DUMMYPreInit(ScrnInfoPtr pScrn, int flags)
+ ClockRangePtr clockRanges;
+ int i;
+ DUMMYPtr dPtr;
+-int maxClock = 23;
++int maxClock = 30;
+ GDevPtr device = xf86GetEntityInfo(pScrn->entityList[0])->device;
+ 
+ if (flags & PROBE_DETECT) 
+@@ -391,7 +391,7 @@ DUMMYPreInit(ScrnInfoPtr pScrn, int flags)
+ clockRanges->next = NULL;
+ clockRanges->ClockMulFactor = 1;
+ clockRanges->minClock = 11000;   /* guessed §§§ */
+-clockRanges->maxClock = 30;
++clockRanges->maxClock = maxClock;
+ clockRanges->clockIndex = -1; /* programmable */
+ clockRanges->interlaceAllowed = TRUE; 
+ clockRanges->doubleScanAllowed = TRUE;
+-- 
+2.10.2
+
+
+From 8706f60ab457867c120dd44e812b8fadc2be7179 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer 
+Date: Thu, 14 Jan 2016 10:30:40 +1000
+Subject: [PATCH 4/6] Switch to using dixChangeWindowProperty
+
+eb36924ead40564325aa56d54a973dc8fb4eae83 removed ChangeWindowProperty from the
+server.
+
+Signed-off-by: Peter Hutterer 
+Reviewed-by: Jon Turney 
+---
+ src/dummy_driver.c | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/src/dummy_driver.c b/src/dummy_driver.c
+index 470e125..9d4d5bf 100644
+--- a/src/dummy_driver.c
 b/src/dummy_driver.c
+@@ -790,8 +790,9 @@ DUMMYCreateWindow(WindowPtr pWin)
+ if (! ValidAtom(VFB_PROP))
+ VFB_PROP = MakeAtom(VFB_PROP_NAME, strlen(VFB_PROP_NAME), 1);
+ 
+-ret = ChangeWindowProperty(pWinRoot, VFB_PROP, XA_STRING, 
+-  8, PropModeReplace, (int)4, (pointer)"TRUE", FALSE);
++ret = 

[arch-commits] Commit in xf86-video-dummy/trunk (PKGBUILD git-fixes.patch)

2016-11-21 Thread Laurent Carlier
Date: Tuesday, November 22, 2016 @ 05:35:49
  Author: lcarlier
Revision: 281795

upgpkg: xf86-video-dummy 0.3.7-6

xorg-server-1.19 rebuild

Added:
  xf86-video-dummy/trunk/git-fixes.patch
Modified:
  xf86-video-dummy/trunk/PKGBUILD

-+
 PKGBUILD|   21 +++-
 git-fixes.patch |  236 ++
 2 files changed, 250 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-22 05:28:19 UTC (rev 281794)
+++ PKGBUILD2016-11-22 05:35:49 UTC (rev 281795)
@@ -3,18 +3,25 @@
 
 pkgname=xf86-video-dummy
 pkgver=0.3.7
-pkgrel=5
+pkgrel=6
 pkgdesc="X.org dummy video driver"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/;
+url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'xf86dgaproto')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('56f84fcbc515685529ad8e10bca1072731d9c096b97c5d35ddc95cd589b98680')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'xf86dgaproto')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+sha256sums=('56f84fcbc515685529ad8e10bca1072731d9c096b97c5d35ddc95cd589b98680'
+'973c7a8a1c0fc143bd79e6a11cb06ed398671a9ee51c1edf5eaf4f24116e7704')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr

Added: git-fixes.patch
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2016-11-22 05:35:49 UTC (rev 281795)
@@ -0,0 +1,236 @@
+From 29433844c8b8989ea2ac64bd92b3ad61b6f9cf10 Mon Sep 17 00:00:00 2001
+From: Antoine Martin 
+Date: Thu, 17 Sep 2015 10:55:25 -0400
+Subject: [PATCH 3/6] Honor DacSpeed setting in xorg.conf
+
+Reviewed-by: Adam Jackson 
+Signed-off-by: Antoine Martin 
+---
+ src/dummy_driver.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/dummy_driver.c b/src/dummy_driver.c
+index 6062c39..470e125 100644
+--- a/src/dummy_driver.c
 b/src/dummy_driver.c
+@@ -281,7 +281,7 @@ DUMMYPreInit(ScrnInfoPtr pScrn, int flags)
+ ClockRangePtr clockRanges;
+ int i;
+ DUMMYPtr dPtr;
+-int maxClock = 23;
++int maxClock = 30;
+ GDevPtr device = xf86GetEntityInfo(pScrn->entityList[0])->device;
+ 
+ if (flags & PROBE_DETECT) 
+@@ -391,7 +391,7 @@ DUMMYPreInit(ScrnInfoPtr pScrn, int flags)
+ clockRanges->next = NULL;
+ clockRanges->ClockMulFactor = 1;
+ clockRanges->minClock = 11000;   /* guessed §§§ */
+-clockRanges->maxClock = 30;
++clockRanges->maxClock = maxClock;
+ clockRanges->clockIndex = -1; /* programmable */
+ clockRanges->interlaceAllowed = TRUE; 
+ clockRanges->doubleScanAllowed = TRUE;
+-- 
+2.10.2
+
+
+From 8706f60ab457867c120dd44e812b8fadc2be7179 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer 
+Date: Thu, 14 Jan 2016 10:30:40 +1000
+Subject: [PATCH 4/6] Switch to using dixChangeWindowProperty
+
+eb36924ead40564325aa56d54a973dc8fb4eae83 removed ChangeWindowProperty from the
+server.
+
+Signed-off-by: Peter Hutterer 
+Reviewed-by: Jon Turney 
+---
+ src/dummy_driver.c | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/src/dummy_driver.c b/src/dummy_driver.c
+index 470e125..9d4d5bf 100644
+--- a/src/dummy_driver.c
 b/src/dummy_driver.c
+@@ -790,8 +790,9 @@ DUMMYCreateWindow(WindowPtr pWin)
+ if (! ValidAtom(VFB_PROP))
+ VFB_PROP = MakeAtom(VFB_PROP_NAME, strlen(VFB_PROP_NAME), 1);
+ 
+-ret = ChangeWindowProperty(pWinRoot, VFB_PROP, XA_STRING, 
+-  8, PropModeReplace, (int)4, (pointer)"TRUE", FALSE);
++ret = dixChangeWindowProperty(serverClient, pWinRoot, VFB_PROP,
++  XA_STRING, 8, PropModeReplace,
++  (int)4, (pointer)"TRUE", FALSE);
+   if( ret != Success)
+   ErrorF("Could not set VFB root window property");
+ dPtr->prop = TRUE;
+-- 
+2.10.2
+
+
+From 367c778240b4266958f33cec3653d5389e283557 Mon Sep 17 00:00:00 2001
+From: Antoine Martin 
+Date: Tue, 20 Sep 2016 13:34:40 +0700
+Subject: [PATCH 5/6] remove dead code in dummy driver
+
+Signed-off-by: Antoine Martin 
+Reviewed-by: Eric Engestrom 
+Reviewed-by: Aaron Plattner 

[arch-commits] Commit in xf86-video-fbdev/repos (6 files)

2016-11-21 Thread Laurent Carlier
Date: Tuesday, November 22, 2016 @ 05:28:19
  Author: lcarlier
Revision: 281794

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

Added:
  xf86-video-fbdev/repos/staging-i686/
  xf86-video-fbdev/repos/staging-i686/PKGBUILD
(from rev 281793, xf86-video-fbdev/trunk/PKGBUILD)
  xf86-video-fbdev/repos/staging-i686/git-fixes.patch
(from rev 281793, xf86-video-fbdev/trunk/git-fixes.patch)
  xf86-video-fbdev/repos/staging-x86_64/
  xf86-video-fbdev/repos/staging-x86_64/PKGBUILD
(from rev 281793, xf86-video-fbdev/trunk/PKGBUILD)
  xf86-video-fbdev/repos/staging-x86_64/git-fixes.patch
(from rev 281793, xf86-video-fbdev/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   36 
 staging-i686/git-fixes.patch   |  307 +++
 staging-x86_64/PKGBUILD|   36 
 staging-x86_64/git-fixes.patch |  307 +++
 4 files changed, 686 insertions(+)

Copied: xf86-video-fbdev/repos/staging-i686/PKGBUILD (from rev 281793, 
xf86-video-fbdev/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-22 05:28:19 UTC (rev 281794)
@@ -0,0 +1,36 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-fbdev
+pkgver=0.4.4
+pkgrel=6
+pkgdesc="X.org framebuffer video driver"
+arch=(i686 x86_64)
+license=('custom')
+url="https://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+sha256sums=('9dd4b326498223abbfdf786089a46ea3db4fa6bbd341308eb48a9e00bc3fd51b'
+'cbf66effa928b57610eb85441bc81dda337f03a1a8de37aa63eea78501dd072c')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-fbdev/repos/staging-i686/git-fixes.patch (from rev 281793, 
xf86-video-fbdev/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2016-11-22 05:28:19 UTC (rev 281794)
@@ -0,0 +1,307 @@
+From dd1cf1028c3f0de77d075c4a169011518baab0f4 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Fri, 21 Mar 2014 12:20:01 -0400
+Subject: [PATCH 1/4] Default to 32bpp if the console is 8bpp (and we weren't
+ told otherwise)
+
+You can still override this on the command line or in the config file.
+Without this we'll come up at 8bpp on matroxfb (and probably others),
+which among other things breaks the default desktop since gnome-shell
+wants GLX and GLX doesn't support pseudocolor anymore.
+
+Signed-off-by: Adam Jackson 
+---
+ src/fbdev.c | 26 ++
+ 1 file changed, 26 insertions(+)
+
+diff --git a/src/fbdev.c b/src/fbdev.c
+index f5a7378..a73565f 100644
+--- a/src/fbdev.c
 b/src/fbdev.c
+@@ -38,6 +38,9 @@
+ #include 
+ #endif
+ 
++/* for xf86{Depth,FbBpp}. i am a terrible person, and i am sorry. */
++#include "xf86Priv.h"
++
+ static Bool debug = 0;
+ 
+ #define TRACE_ENTER(str) \
+@@ -427,6 +430,29 @@ FBDevPreInit(ScrnInfoPtr pScrn, int flags)
+   if 
(!fbdevHWInit(pScrn,NULL,xf86FindOptionValue(fPtr->pEnt->device->options,"fbdev")))
+   return FALSE;
+   default_depth = fbdevHWGetDepth(pScrn,);
++
++  if (default_depth == 8) do {
++  /* trust the command line */
++  if (xf86FbBpp > 0 || xf86Depth > 0)
++  break;
++
++  /* trust the config file's Screen stanza */
++  if (pScrn->confScreen->defaultfbbpp > 0 ||
++  pScrn->confScreen->defaultdepth > 0)
++  break;
++
++  /* trust our Device stanza in the config file */
++  if (xf86FindOption(fPtr->pEnt->device->options, "DefaultDepth") ||
++  xf86FindOption(fPtr->pEnt->device->options, "DefaultFbBpp"))
++  break;
++
++  /* otherwise, lol no */
++  xf86DrvMsg(pScrn->scrnIndex, X_INFO,
++ "Console is 8bpp, defaulting to 32bpp\n");
++  default_depth = 24;
++  fbbpp = 32;
++  } while (0);
++
+   if (!xf86SetDepthBpp(pScrn, default_depth, default_depth, fbbpp,
+Support24bppFb | Support32bppFb | 
SupportConvert32to24 | SupportConvert24to32))
+   return FALSE;
+-- 
+2.10.2
+
+
+From 

[arch-commits] Commit in xf86-video-fbdev/trunk (PKGBUILD git-fixes.patch)

2016-11-21 Thread Laurent Carlier
Date: Tuesday, November 22, 2016 @ 05:28:14
  Author: lcarlier
Revision: 281793

upgpkg: xf86-video-fbdev 0.4.4-6

xorg-server-1.19 rebuild

Added:
  xf86-video-fbdev/trunk/git-fixes.patch
Modified:
  xf86-video-fbdev/trunk/PKGBUILD

-+
 PKGBUILD|   21 ++-
 git-fixes.patch |  307 ++
 2 files changed, 321 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 23:28:14 UTC (rev 281792)
+++ PKGBUILD2016-11-22 05:28:14 UTC (rev 281793)
@@ -3,18 +3,25 @@
 
 pkgname=xf86-video-fbdev
 pkgver=0.4.4
-pkgrel=5
+pkgrel=6
 pkgdesc="X.org framebuffer video driver"
 arch=(i686 x86_64)
 license=('custom')
-url="http://xorg.freedesktop.org/;
+url="https://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('9dd4b326498223abbfdf786089a46ea3db4fa6bbd341308eb48a9e00bc3fd51b')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+sha256sums=('9dd4b326498223abbfdf786089a46ea3db4fa6bbd341308eb48a9e00bc3fd51b'
+'cbf66effa928b57610eb85441bc81dda337f03a1a8de37aa63eea78501dd072c')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr

Added: git-fixes.patch
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2016-11-22 05:28:14 UTC (rev 281793)
@@ -0,0 +1,307 @@
+From dd1cf1028c3f0de77d075c4a169011518baab0f4 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Fri, 21 Mar 2014 12:20:01 -0400
+Subject: [PATCH 1/4] Default to 32bpp if the console is 8bpp (and we weren't
+ told otherwise)
+
+You can still override this on the command line or in the config file.
+Without this we'll come up at 8bpp on matroxfb (and probably others),
+which among other things breaks the default desktop since gnome-shell
+wants GLX and GLX doesn't support pseudocolor anymore.
+
+Signed-off-by: Adam Jackson 
+---
+ src/fbdev.c | 26 ++
+ 1 file changed, 26 insertions(+)
+
+diff --git a/src/fbdev.c b/src/fbdev.c
+index f5a7378..a73565f 100644
+--- a/src/fbdev.c
 b/src/fbdev.c
+@@ -38,6 +38,9 @@
+ #include 
+ #endif
+ 
++/* for xf86{Depth,FbBpp}. i am a terrible person, and i am sorry. */
++#include "xf86Priv.h"
++
+ static Bool debug = 0;
+ 
+ #define TRACE_ENTER(str) \
+@@ -427,6 +430,29 @@ FBDevPreInit(ScrnInfoPtr pScrn, int flags)
+   if 
(!fbdevHWInit(pScrn,NULL,xf86FindOptionValue(fPtr->pEnt->device->options,"fbdev")))
+   return FALSE;
+   default_depth = fbdevHWGetDepth(pScrn,);
++
++  if (default_depth == 8) do {
++  /* trust the command line */
++  if (xf86FbBpp > 0 || xf86Depth > 0)
++  break;
++
++  /* trust the config file's Screen stanza */
++  if (pScrn->confScreen->defaultfbbpp > 0 ||
++  pScrn->confScreen->defaultdepth > 0)
++  break;
++
++  /* trust our Device stanza in the config file */
++  if (xf86FindOption(fPtr->pEnt->device->options, "DefaultDepth") ||
++  xf86FindOption(fPtr->pEnt->device->options, "DefaultFbBpp"))
++  break;
++
++  /* otherwise, lol no */
++  xf86DrvMsg(pScrn->scrnIndex, X_INFO,
++ "Console is 8bpp, defaulting to 32bpp\n");
++  default_depth = 24;
++  fbbpp = 32;
++  } while (0);
++
+   if (!xf86SetDepthBpp(pScrn, default_depth, default_depth, fbbpp,
+Support24bppFb | Support32bppFb | 
SupportConvert32to24 | SupportConvert24to32))
+   return FALSE;
+-- 
+2.10.2
+
+
+From 2673e727063fe28310836f1e6e9eda552930218a Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Wed, 21 May 2014 09:49:56 -0400
+Subject: [PATCH 2/4] Use own thunk functions instead of fbdevHW*Weak
+
+I plan to remove the Weak functions from a future server.
+
+Signed-off-by: Adam Jackson 
+---
+ src/fbdev.c | 86 ++---
+ 1 file changed, 71 insertions(+), 15 deletions(-)
+
+diff --git a/src/fbdev.c b/src/fbdev.c
+index a73565f..5e38da4 100644
+--- a/src/fbdev.c
 b/src/fbdev.c
+@@ -233,6 +233,35 @@ FBDevIdentify(int flags)
+   xf86PrintChipsets(FBDEV_NAME, "driver for framebuffer", FBDevChipsets);
+ }
+ 
++static Bool

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

2016-11-21 Thread Levente Polyak
Date: Monday, November 21, 2016 @ 23:28:14
  Author: anthraxx
Revision: 281792

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

Added:
  qt5-imageformats/repos/staging-i686/
  qt5-imageformats/repos/staging-i686/PKGBUILD
(from rev 281791, qt5-imageformats/trunk/PKGBUILD)
  qt5-imageformats/repos/staging-x86_64/
  qt5-imageformats/repos/staging-x86_64/PKGBUILD
(from rev 281791, qt5-imageformats/trunk/PKGBUILD)

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

Copied: qt5-imageformats/repos/staging-i686/PKGBUILD (from rev 281791, 
qt5-imageformats/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 23:28:14 UTC (rev 281792)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-imageformats
+_qtver=5.7.0
+pkgver=${_qtver/-/}
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
+depends=('qt5-base' 'jasper' 'libmng' 'libwebp')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('50e4086be4f1f8a0897f1ed8e1a00f09')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-imageformats/repos/staging-x86_64/PKGBUILD (from rev 281791, 
qt5-imageformats/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-21 23:28:14 UTC (rev 281792)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-imageformats
+_qtver=5.7.0
+pkgver=${_qtver/-/}
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
+depends=('qt5-base' 'jasper' 'libmng' 'libwebp')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('50e4086be4f1f8a0897f1ed8e1a00f09')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2016-11-21 Thread Levente Polyak
Date: Monday, November 21, 2016 @ 23:27:58
  Author: anthraxx
Revision: 281791

upgpkg: qt5-imageformats 5.7.0-3 (jasper rebuild)

Modified:
  qt5-imageformats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 22:37:35 UTC (rev 281790)
+++ PKGBUILD2016-11-21 23:27:58 UTC (rev 281791)
@@ -5,7 +5,7 @@
 pkgname=qt5-imageformats
 _qtver=5.7.0
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


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

2016-11-21 Thread Christian Hesse
Date: Monday, November 21, 2016 @ 22:55:03
  Author: eworm
Revision: 196486

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

Added:
  virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD
(from rev 196485, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-testing-i686/build.sh
(from rev 196485, virtualbox-modules-arch/trunk/build.sh)
  
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install
(from rev 196485, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 196485, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-testing-x86_64/build.sh
(from rev 196485, virtualbox-modules-arch/trunk/build.sh)
  
virtualbox-modules-arch/repos/community-testing-x86_64/virtualbox-modules-arch.install
(from rev 196485, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
Deleted:
  virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD
  virtualbox-modules-arch/repos/community-testing-i686/build.sh
  
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
  virtualbox-modules-arch/repos/community-testing-x86_64/build.sh
  
virtualbox-modules-arch/repos/community-testing-x86_64/virtualbox-modules-arch.install

--+
 /PKGBUILD|  148 +
 /build.sh|  122 ++
 /virtualbox-modules-arch.install |   46 
 community-testing-i686/PKGBUILD  |   74 --
 community-testing-i686/build.sh  |   61 -
 community-testing-i686/virtualbox-modules-arch.install   |   23 --
 community-testing-x86_64/PKGBUILD|   74 --
 community-testing-x86_64/build.sh|   61 -
 community-testing-x86_64/virtualbox-modules-arch.install |   23 --
 9 files changed, 316 insertions(+), 316 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-11-21 22:54:55 UTC (rev 196485)
+++ community-testing-i686/PKGBUILD 2016-11-21 22:55:03 UTC (rev 196486)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.1.8
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.8' 'linux<4.9'
- 'linux-headers>=4.8' 'linux-headers<4.9'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.8-ARCH
-
-package_virtualbox-host-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-  depends=('linux>=4.8' 'linux<4.9')
-  replaces=('virtualbox-modules' 'virtualbox-host-modules')
-  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-'virtualbox-host-dkms')
-  provides=('VIRTUALBOX-HOST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-package_virtualbox-guest-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
-  license=('GPL')
-  depends=('linux>=4.8' 'linux<4.9')
-  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
-  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
- 'virtualbox-guest-dkms')
-  provides=('VIRTUALBOX-GUEST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxguest\nvboxsf\nvboxvideo\n" >  \

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

2016-11-21 Thread Christian Hesse
Date: Monday, November 21, 2016 @ 22:54:55
  Author: eworm
Revision: 196485

upgpkg: virtualbox-modules-arch 5.1.10-1

new upstream release
(build against linux 4.8.9-1)

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 22:30:07 UTC (rev 196484)
+++ PKGBUILD2016-11-21 22:54:55 UTC (rev 196485)
@@ -4,8 +4,8 @@
 
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.1.8
-pkgrel=2
+pkgver=5.1.10
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2016-11-21 Thread Gaëtan Bisson
Date: Monday, November 21, 2016 @ 22:37:35
  Author: bisson
Revision: 281790

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-21 22:37:02 UTC (rev 281789)
+++ extra-i686/PKGBUILD 2016-11-21 22:37:35 UTC (rev 281790)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: dorphell 
-
-pkgname=w3m
-_gitcommit=5cf75248f5833db00d53a33c30a525bb40f5512b
-pkgver=0.5.3.git20161031
-pkgrel=1
-pkgdesc='Text-based Web browser, as well as pager'
-url='http://w3m.sourceforge.net/'
-license=('custom')
-arch=('i686' 'x86_64')
-makedepends=('git' 'imlib2')
-optdepends=('imlib2: for graphics support')
-depends=('openssl' 'gc' 'ncurses' 'gpm')
-source=(${pkgname}::"git+https://anonscm.debian.org/git/collab-maint/w3m.git#commit=${_gitcommit};)
-sha1sums=('SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --enable-image=x11,fb \
-   --with-imagelib=imlib2 \
-   --with-termlib=ncurses \
-   --disable-w3mmailer \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-   make DESTDIR="${pkgdir}" install
-
-   install -d "${pkgdir}"/usr/share/{doc,licenses}/"${pkgname}"
-   find doc/* | grep -v CVS | xargs -i install -m644 "{}" 
"${pkgdir}/usr/share/doc/${pkgname}"
-   ln -s ../../doc/"${pkgname}"/README 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: w3m/repos/extra-i686/PKGBUILD (from rev 281789, w3m/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-21 22:37:35 UTC (rev 281790)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: dorphell 
+
+pkgname=w3m
+_gitcommit=6519207d0bec5bea633485ef02783ddaa7fe9ada
+pkgver=0.5.3.git20161120
+pkgrel=1
+pkgdesc='Text-based Web browser, as well as pager'
+url='http://w3m.sourceforge.net/'
+license=('custom')
+arch=('i686' 'x86_64')
+makedepends=('git' 'imlib2')
+optdepends=('imlib2: for graphics support')
+depends=('openssl' 'gc' 'ncurses' 'gpm')
+source=(${pkgname}::"git+https://anonscm.debian.org/git/collab-maint/w3m.git#commit=${_gitcommit};)
+sha1sums=('SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --enable-image=x11,fb \
+   --with-imagelib=imlib2 \
+   --with-termlib=ncurses \
+   --disable-w3mmailer \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+   make DESTDIR="${pkgdir}" install
+
+   install -d "${pkgdir}"/usr/share/{doc,licenses}/"${pkgname}"
+   find doc/* | grep -v CVS | xargs -i install -m644 "{}" 
"${pkgdir}/usr/share/doc/${pkgname}"
+   ln -s ../../doc/"${pkgname}"/README 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-21 22:37:02 UTC (rev 281789)
+++ extra-x86_64/PKGBUILD   2016-11-21 22:37:35 UTC (rev 281790)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: dorphell 
-
-pkgname=w3m
-_gitcommit=5cf75248f5833db00d53a33c30a525bb40f5512b
-pkgver=0.5.3.git20161031
-pkgrel=1
-pkgdesc='Text-based Web browser, as well as pager'
-url='http://w3m.sourceforge.net/'
-license=('custom')
-arch=('i686' 'x86_64')
-makedepends=('git' 'imlib2')
-optdepends=('imlib2: for graphics support')
-depends=('openssl' 'gc' 'ncurses' 'gpm')
-source=(${pkgname}::"git+https://anonscm.debian.org/git/collab-maint/w3m.git#commit=${_gitcommit};)
-sha1sums=('SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --enable-image=x11,fb \
-   --with-imagelib=imlib2 \
-   --with-termlib=ncurses \
-   --disable-w3mmailer \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-   make DESTDIR="${pkgdir}" install
-
-   install -d "${pkgdir}"/usr/share/{doc,licenses}/"${pkgname}"
-   find doc/* | grep 

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

2016-11-21 Thread Gaëtan Bisson
Date: Monday, November 21, 2016 @ 22:37:02
  Author: bisson
Revision: 281789

upstream update

Modified:
  w3m/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 20:43:53 UTC (rev 281788)
+++ PKGBUILD2016-11-21 22:37:02 UTC (rev 281789)
@@ -3,8 +3,8 @@
 # Contributor: dorphell 
 
 pkgname=w3m
-_gitcommit=5cf75248f5833db00d53a33c30a525bb40f5512b
-pkgver=0.5.3.git20161031
+_gitcommit=6519207d0bec5bea633485ef02783ddaa7fe9ada
+pkgver=0.5.3.git20161120
 pkgrel=1
 pkgdesc='Text-based Web browser, as well as pager'
 url='http://w3m.sourceforge.net/'


[arch-commits] Commit in virtualbox/trunk (3 files)

2016-11-21 Thread Christian Hesse
Date: Monday, November 21, 2016 @ 22:29:34
  Author: eworm
Revision: 196483

upgpkg: virtualbox 5.1.10-1

new upstream release

Modified:
  virtualbox/trunk/PKGBUILD
Deleted:
  virtualbox/trunk/008-no-legacy-xorg.patch
  virtualbox/trunk/009-linux-4-9.patch

--+
 008-no-legacy-xorg.patch |   52 -
 009-linux-4-9.patch  |   37 
 PKGBUILD |   10 ++--
 3 files changed, 3 insertions(+), 96 deletions(-)

Deleted: 008-no-legacy-xorg.patch
===
--- 008-no-legacy-xorg.patch2016-11-21 22:14:38 UTC (rev 196482)
+++ 008-no-legacy-xorg.patch2016-11-21 22:29:34 UTC (rev 196483)
@@ -1,52 +0,0 @@
-diff --git a/Config.kmk b/Config.kmk
-index 94b1dc8..1062da7 100644
 a/Config.kmk
-+++ b/Config.kmk
-@@ -2365,15 +2365,15 @@ ifdef VBOX_WITH_CROGL
-  endif
- 
-  if1of ($(KBUILD_TARGET), freebsd linux solaris)
-- # VBOX_PATH_MESA_SOURCE = $(PATH_ROOT)/src/libs/mesa-7.2
--  VBOX_PATH_MESA_SOURCE = $(VBOX_PATH_X11_ROOT)/mesa-7.2
--  VBOX_MESA_INCS = \
-+  ifndef VBOX_USE_SYSTEM_GL_HEADERS
-+   VBOX_GL_INCS = \
- $(VBOX_PATH_MESA_SOURCE) \
- $(VBOX_PATH_MESA_SOURCE)/include \
- $(VBOX_PATH_MESA_SOURCE)/src/mesa/ \
- $(VBOX_PATH_MESA_SOURCE)/src/mesa/glapi \
- $(VBOX_PATH_MESA_SOURCE)/src/mesa/main \
- $(VBOX_PATH_MESA_SOURCE)/src/mesa/drivers/dri/common
-+  endif
-  endif
- 
-  VBOX_DARWIN_OPENGL_INST = obj/VBoxOGL/GL/
-diff --git a/src/VBox/Additions/x11/Makefile.kmk 
b/src/VBox/Additions/x11/Makefile.kmk
-index 75197f9..5d2167e 100644
 a/src/VBox/Additions/x11/Makefile.kmk
-+++ b/src/VBox/Additions/x11/Makefile.kmk
-@@ -20,12 +20,18 @@ include $(KBUILD_PATH)/subheader.kmk
- # Include sub-makefiles.
- if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris)
-  include $(PATH_SUB_CURRENT)/VBoxClient/Makefile.kmk
-- include $(PATH_SUB_CURRENT)/vboxvideo/Makefile.kmk
-- ifneq ($(KBUILD_TARGET), solaris)
--  include $(PATH_SUB_CURRENT)/vboxmouse/Makefile.kmk
-- endif
-- ifndef VBOX_USE_SYSTEM_XORG_HEADERS
--  include $(PATH_SUB_CURRENT)/x11stubs/Makefile.kmk
-+ ifndef VBOX_NO_LEGACY_XORG_X11
-+  include $(PATH_SUB_CURRENT)/vboxvideo/Makefile.kmk
-+  ifneq ($(KBUILD_TARGET), solaris)
-+   include $(PATH_SUB_CURRENT)/vboxmouse/Makefile.kmk
-+  endif
-+  # This should logically only be controlled by VBOX_NO_LEGACY_XORG_X11,
-+  # as it is not used for drivers at all, but rather to build X11 clients
-+  # on systems missing needed libraries.
-+  ## @todo fix at some later point when it will not break people's workflows.
-+  ifndef VBOX_USE_SYSTEM_XORG_HEADERS
-+   include $(PATH_SUB_CURRENT)/x11stubs/Makefile.kmk
-+  endif
-  endif
- endif
- 

Deleted: 009-linux-4-9.patch
===
--- 009-linux-4-9.patch 2016-11-21 22:14:38 UTC (rev 196482)
+++ 009-linux-4-9.patch 2016-11-21 22:29:34 UTC (rev 196483)
@@ -1,37 +0,0 @@
-diff --git a/src/VBox/HostDrivers/Support/SUPDrvInternal.h 
b/src/VBox/HostDrivers/Support/SUPDrvInternal.h
-index aadaa71..d45cdef 100644
 a/src/VBox/HostDrivers/Support/SUPDrvInternal.h
-+++ b/src/VBox/HostDrivers/Support/SUPDrvInternal.h
-@@ -65,7 +65,7 @@
- #   include 
- #   endif
- #   endif
--#   if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 0)
-+#   if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 0) && LINUX_VERSION_CODE < 
KERNEL_VERSION(4, 9, 0)
- #   undef ALIGN
- #   endif
- #   ifndef KBUILD_STR
-diff --git a/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c 
b/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
-index 4cf93c6..c7f932f 100644
 a/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
-+++ b/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
-@@ -1050,7 +1050,9 @@ DECLHIDDEN(int) 
rtR0MemObjNativeLockUser(PPRTR0MEMOBJINTERNAL ppMem, RTR3PTR R3P
- rc = get_user_pages(R3Ptr,  /* Where from. */
- cPages, /* How many pages. */
- fWrite, /* Write to memory. */
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 9, 0)
- fWrite, /* force write 
access. */
-+#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(4, 9, 0) */
- >apPages[0],   /* Page array. */
- papVMAs);   /* vmas */
- /*
-@@ -1064,7 +1066,9 @@ DECLHIDDEN(int) 
rtR0MemObjNativeLockUser(PPRTR0MEMOBJINTERNAL ppMem, RTR3PTR R3P
- R3Ptr,  /* Where from. */
- cPages, /* How many pages. */
- fWrite, /* Write to memory. */
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 9, 0)
- fWrite, /* force 

[arch-commits] Commit in virtualbox-guest-iso/repos (4 files)

2016-11-21 Thread Christian Hesse
Date: Monday, November 21, 2016 @ 22:14:38
  Author: eworm
Revision: 196482

archrelease: copy trunk to community-testing-any

Added:
  virtualbox-guest-iso/repos/community-testing-any/
  virtualbox-guest-iso/repos/community-testing-any/PKGBUILD
(from rev 196481, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-testing-any/license
(from rev 196481, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-testing-any/virtualbox-guest-iso.install
(from rev 196481, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)

--+
 PKGBUILD |   30 ++
 license  |   34 ++
 virtualbox-guest-iso.install |   18 ++
 3 files changed, 82 insertions(+)

Copied: virtualbox-guest-iso/repos/community-testing-any/PKGBUILD (from rev 
196481, virtualbox-guest-iso/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-11-21 22:14:38 UTC (rev 196482)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel 
+# Contributor: Ionut Biru 
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+
+pkgname=virtualbox-guest-iso
+pkgver=5.1.10
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='http://www.virtualbox.org'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
+'license')
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+md5sums=('8cf1af35478905ea29828954ddb2c5ee'
+ 'b67febd9453cc6c4b8412a0456080e9f')
+
+package() {
+  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
+"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
+  install -Dm 644 "$srcdir/license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: virtualbox-guest-iso/repos/community-testing-any/license (from rev 
196481, virtualbox-guest-iso/trunk/license)
===
--- community-testing-any/license   (rev 0)
+++ community-testing-any/license   2016-11-21 22:14:38 UTC (rev 196482)
@@ -0,0 +1,34 @@
+VirtualBox Personal Use and Evaluation License (PUEL) 
+
+This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
+
+In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
+
+* for personal use or, alternatively,
+* for product evaluation. 
+
+In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
+
+If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
+
+If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
+VirtualBox PUEL terms and conditions ¶
+
+Version 1.2, 2007-02-21
+
+InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the software product as defined in § 1 according to the 
following provisions. If you do not agree to all conditions set forth by this 
license, you may not use the product, because only InnoTek as the product’s 
owner can give you permission to use it.
+
+§ 1 Subject of license. “Product”, as referred to in this License, shall be 
the binary software package “VirtualBox”, which allows for creating multiple 
virtual computers, each with different operating systems (“Guest Computers”), 
on a physical computer with a specific operating system (“Host Computer”), to 
allow for installing and executing these Guest Computers simultaneously. The 
Product consists of executable files in machine code for the Windows 2000/XP 
and Linux operating systems as well as other data files as required by the 
executable files at run-time and documentation in electronic form.
+
+§ 2 Grant of license. (1) InnoTek grants you a personal right to install and 
execute the Product on a Host Computer for Personal Use or Educational Use or 
for Evaluation. “Personal Use” requires that you use the product on the same 
Host Computer where you installed it yourself and that no more than one client 
connect to that Host Computer at a time for the purpose of displaying Guest 
Computers remotely. 

[arch-commits] Commit in virtualbox-guest-iso/trunk (PKGBUILD)

2016-11-21 Thread Christian Hesse
Date: Monday, November 21, 2016 @ 22:14:34
  Author: eworm
Revision: 196481

upgpkg: virtualbox-guest-iso 5.1.10-1

new upstream release

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 21:13:56 UTC (rev 196480)
+++ PKGBUILD2016-11-21 22:14:34 UTC (rev 196481)
@@ -7,7 +7,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=virtualbox-guest-iso
-pkgver=5.1.8
+pkgver=5.1.10
 pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
@@ -19,7 +19,7 @@
 replaces=('virtualbox-additions' 'virtualbox-iso-additions')
 conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
 noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('c05f0eb1d92b979ae29330558dfc7095'
+md5sums=('8cf1af35478905ea29828954ddb2c5ee'
  'b67febd9453cc6c4b8412a0456080e9f')
 
 package() {


[arch-commits] Commit in mupdf/trunk (0001-mupdf-openjpeg.patch PKGBUILD)

2016-11-21 Thread Christian Hesse
Date: Monday, November 21, 2016 @ 21:13:47
  Author: eworm
Revision: 196479

upgpkg: mupdf 1.10-1

new upstream release

Modified:
  mupdf/trunk/0001-mupdf-openjpeg.patch
  mupdf/trunk/PKGBUILD

---+
 0001-mupdf-openjpeg.patch |   32 +---
 PKGBUILD  |   26 ++
 2 files changed, 19 insertions(+), 39 deletions(-)

Modified: 0001-mupdf-openjpeg.patch
===
--- 0001-mupdf-openjpeg.patch   2016-11-21 21:09:33 UTC (rev 196478)
+++ 0001-mupdf-openjpeg.patch   2016-11-21 21:13:47 UTC (rev 196479)
@@ -1,6 +1,6 @@
 a/source/fitz/load-jpx.c
+--- a/source/fitz/load-jpx.c   

 
 +++ b/source/fitz/load-jpx.c
-@@ -3,12 +3,17 @@
+@@ -484,13 +484,18 @@
  /* Without the definition of OPJ_STATIC, compilation fails on windows
   * due to the use of __stdcall. We believe it is required on some
   * linux toolchains too. */
@@ -15,23 +15,17 @@
 +#endif
  
 -#include 
+-
 +#include 
++
+ /* OpenJPEG does not provide a safe mechanism to intercept
+  * allocations. In the latest version all allocations go
+  * though opj_malloc etc, but no context is passed around.
+@@ -972,3 +977,7 @@
+ }
  
- static void fz_opj_error_callback(const char *msg, void *client_data)
- {
-@@ -117,7 +122,7 @@ fz_load_jpx(fz_context *ctx, unsigned ch
-   opj_stream_set_read_function(stream, fz_opj_stream_read);
-   opj_stream_set_skip_function(stream, fz_opj_stream_skip);
-   opj_stream_set_seek_function(stream, fz_opj_stream_seek);
--  opj_stream_set_user_data(stream, );
-+  opj_stream_set_user_data(stream, , NULL);
-   /* Set the length to avoid an assert */
-   opj_stream_set_user_data_length(stream, size);
- 
-@@ -247,3 +252,6 @@ fz_load_jpx(fz_context *ctx, unsigned ch
- 
-   return img;
- }
-+#ifdef __cplusplus
-+}
+ #endif /* HAVE_LURATECH */
++
++#ifdef __cplusplus

 
++} 

 
 +#endif

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 21:09:33 UTC (rev 196478)
+++ PKGBUILD2016-11-21 21:13:47 UTC (rev 196479)
@@ -8,8 +8,8 @@
 
 pkgbase=mupdf
 pkgname=(libmupdf mupdf mupdf-gl mupdf-tools)
-pkgver=1.9_a
-pkgrel=5
+pkgver=1.10
+pkgrel=1
 pkgdesc='Lightweight PDF and XPS viewer'
 arch=('i686' 'x86_64')
 url='http://mupdf.com'
@@ -20,16 +20,12 @@
 options=('staticlibs')
 source=("http://mupdf.com/downloads/mupdf-${pkgver/_/}-source.tar.gz;
 '0001-mupdf-openjpeg.patch'
-
'mupdf-0001-bug-696941-fix-use-after-free.patch::http://git.ghostscript.com/?p=mupdf.git;a=patch;h=fa1936405b6a84e5c9bb440912c23d532772f958'
-
'mupdf-0002-make-sure-that-number-of-colors-in-mesh-params-is-valid.patch::http://git.ghostscript.com/?p=mupdf.git;a=patch;h=39b0f07dd960f34e7e6bf230ffc3d87c41ef0f2e'
 'mupdf.desktop'
 'mupdf.xpm')
-md5sums=('658b90788a57d858dcb069cf326e11c3'
- 'c2d096ecd41ae26735551d01099c0a3e'
- 'cc0d5363bf0fd4daa46380f3799e1d16'
- 'f73ad47c6d57aa6cc6fcfbc9aa98465f'
- '39b54f82a763aac54e352315a0ee9037'
- 'f3f35e7320bafde331250de1c99186a1')
+sha256sums=('1185637A93055CDAE8335DB14FEF3E0FBD2ACADAE94EABD2EC0111D89A04A667'
+'e55c3b876149d46983b155b0a237fa7d8d47a49e4ecab848bfca3fd549c644c4'
+'70f632e22902ad4224b1d88696702b3ba4eb3c28eb7acf735f06d16e6884a078'
+'a435f44425f5432c074dee745d8fbaeb879038ec1f1ec64f037c74662f09aca8')
 
 prepare() {
   cd $pkgbase-${pkgver/_/}-source
@@ -37,16 +33,6 @@
   # remove bundled packages, we want our system libraries
   rm -rf thirdparty/{curl,freetype,glfw,harfbuzz,jbig2dec,jpeg,openjpeg,zlib}
 
-  # Bug 696941: Fix use after free.
-  # CVE-2016-6265
-  # https://security-tracker.debian.org/tracker/CVE-2016-6265
-  patch -Np1 < "${srcdir}/mupdf-0001-bug-696941-fix-use-after-free.patch"
-
-  # Make sure that number of colors in mesh params is valid.
-  # CVE-2016-6525
-  # https://security-tracker.debian.org/tracker/CVE-2016-6525
-  patch -Np1 < 
"${srcdir}/mupdf-0002-make-sure-that-number-of-colors-in-mesh-params-is-valid.patch"
-
   # fix function for openjpeg 2.1.x
   patch -Np1 < "${srcdir}/0001-mupdf-openjpeg.patch"
 


[arch-commits] Commit in mupdf/repos (10 files)

2016-11-21 Thread Christian Hesse
Date: Monday, November 21, 2016 @ 21:13:56
  Author: eworm
Revision: 196480

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

Added:
  mupdf/repos/community-testing-i686/
  mupdf/repos/community-testing-i686/0001-mupdf-openjpeg.patch
(from rev 196479, mupdf/trunk/0001-mupdf-openjpeg.patch)
  mupdf/repos/community-testing-i686/PKGBUILD
(from rev 196479, mupdf/trunk/PKGBUILD)
  mupdf/repos/community-testing-i686/mupdf.desktop
(from rev 196479, mupdf/trunk/mupdf.desktop)
  mupdf/repos/community-testing-i686/mupdf.xpm
(from rev 196479, mupdf/trunk/mupdf.xpm)
  mupdf/repos/community-testing-x86_64/
  mupdf/repos/community-testing-x86_64/0001-mupdf-openjpeg.patch
(from rev 196479, mupdf/trunk/0001-mupdf-openjpeg.patch)
  mupdf/repos/community-testing-x86_64/PKGBUILD
(from rev 196479, mupdf/trunk/PKGBUILD)
  mupdf/repos/community-testing-x86_64/mupdf.desktop
(from rev 196479, mupdf/trunk/mupdf.desktop)
  mupdf/repos/community-testing-x86_64/mupdf.xpm
(from rev 196479, mupdf/trunk/mupdf.xpm)

+
 community-testing-i686/0001-mupdf-openjpeg.patch   |   31 
 community-testing-i686/PKGBUILD|  125 +++
 community-testing-i686/mupdf.desktop   |   15 ++
 community-testing-x86_64/0001-mupdf-openjpeg.patch |   31 
 community-testing-x86_64/PKGBUILD  |  125 +++
 community-testing-x86_64/mupdf.desktop |   15 ++
 6 files changed, 342 insertions(+)

Copied: mupdf/repos/community-testing-i686/0001-mupdf-openjpeg.patch (from rev 
196479, mupdf/trunk/0001-mupdf-openjpeg.patch)
===
--- community-testing-i686/0001-mupdf-openjpeg.patch
(rev 0)
+++ community-testing-i686/0001-mupdf-openjpeg.patch2016-11-21 21:13:56 UTC 
(rev 196480)
@@ -0,0 +1,31 @@
+--- a/source/fitz/load-jpx.c   

 
 b/source/fitz/load-jpx.c
+@@ -484,13 +484,18 @@
+ /* Without the definition of OPJ_STATIC, compilation fails on windows
+  * due to the use of __stdcall. We believe it is required on some
+  * linux toolchains too. */
++
++#ifdef __cplusplus
++extern "C"
++{
+ #define OPJ_STATIC
+ #ifndef _MSC_VER
+ #define OPJ_HAVE_STDINT_H
+ #endif
++#endif
+ 
+-#include 
+-
++#include 
++
+ /* OpenJPEG does not provide a safe mechanism to intercept
+  * allocations. In the latest version all allocations go
+  * though opj_malloc etc, but no context is passed around.
+@@ -972,3 +977,7 @@
+ }
+ 
+ #endif /* HAVE_LURATECH */
++
++#ifdef __cplusplus

 
++} 

 
++#endif

Copied: mupdf/repos/community-testing-i686/PKGBUILD (from rev 196479, 
mupdf/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-11-21 21:13:56 UTC (rev 196480)
@@ -0,0 +1,125 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Brad Fanella 
+# Contributor: Stefan Husmann 
+# Contributor: Pierre-Paul Paquin 
+# Contributor: xduugu
+
+pkgbase=mupdf
+pkgname=(libmupdf mupdf mupdf-gl mupdf-tools)
+pkgver=1.10
+pkgrel=1
+pkgdesc='Lightweight PDF and XPS viewer'
+arch=('i686' 'x86_64')
+url='http://mupdf.com'
+license=('AGPL3')
+makedepends=('curl' 'desktop-file-utils' 'freetype2' 'glfw' 'harfbuzz'
+ 'jbig2dec' 'libjpeg' 'mesa-libgl' 'openjpeg2' 'openssl')
+# we need static libs for zathura-pdf-mupdf
+options=('staticlibs')
+source=("http://mupdf.com/downloads/mupdf-${pkgver/_/}-source.tar.gz;
+'0001-mupdf-openjpeg.patch'
+'mupdf.desktop'
+'mupdf.xpm')
+sha256sums=('1185637A93055CDAE8335DB14FEF3E0FBD2ACADAE94EABD2EC0111D89A04A667'
+'e55c3b876149d46983b155b0a237fa7d8d47a49e4ecab848bfca3fd549c644c4'
+'70f632e22902ad4224b1d88696702b3ba4eb3c28eb7acf735f06d16e6884a078'
+'a435f44425f5432c074dee745d8fbaeb879038ec1f1ec64f037c74662f09aca8')
+
+prepare() {
+  cd $pkgbase-${pkgver/_/}-source
+
+  # remove bundled packages, we want our system libraries
+  rm -rf thirdparty/{curl,freetype,glfw,harfbuzz,jbig2dec,jpeg,openjpeg,zlib}
+
+  # fix function for 

[arch-commits] Commit in atom/trunk (PKGBUILD use-system-electron.patch)

2016-11-21 Thread Nicola Squartini
Date: Monday, November 21, 2016 @ 20:55:08
  Author: tensor5
Revision: 196476

upgpkg: atom 1.12.5-1

Modified:
  atom/trunk/PKGBUILD
  atom/trunk/use-system-electron.patch

---+
 PKGBUILD  |6 +++---
 use-system-electron.patch |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 20:10:11 UTC (rev 196475)
+++ PKGBUILD2016-11-21 20:55:08 UTC (rev 196476)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.12.4
+pkgver=1.12.5
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
@@ -19,13 +19,13 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('13640cc601bdb500283ca2e239da2afa89d94d41553b5fd7d72a6ccf1370aabc'
+sha256sums=('d86de0e5ab29ec1d26532b82837439c0ae38ff03576b1f48c6d5356ffa810aad'
 '73efe3485c9f009b788afdfa688a93a1db15ab0010203c833940406cb852240e'
 'd3ca65c7059352ebb584b1e77c4012af2d099450f8e2e71f77cd6d9d4dd1c09a'
 '5fc7f905dc71ddb0b35f2027c7e13ed875fe53a34490109f5b668eac32dc3580'
 'a5a2b1fefa29799b3225c4aa3fe0e5b057b2b320f98ad7bc28d3596923e52b41'
 '9acef67fb781ac33703f3f4a60e69c4ba03d1a7d58f04308f4bdbaca6bce693e'
-'58bee5e8cebe0629df0a5d8e1ddb84f0db4e6a44c1f2c5ce3c1b4e92343846a1')
+'a021e7913646256ba6053df54f72f9c9ad34e7afd5c277caa3881326a629bc75')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: use-system-electron.patch
===
--- use-system-electron.patch   2016-11-21 20:10:11 UTC (rev 196475)
+++ use-system-electron.patch   2016-11-21 20:55:08 UTC (rev 196476)
@@ -7,7 +7,7 @@
 -  "electronVersion": "1.3.9",
"dependencies": {
  "async": "0.2.6",
- "atom-keymap": "7.1.3-3",
+ "atom-keymap": "7.1.3-6",
 --- a/script/build
 +++ b/script/build
 @@ -2,10 +2,6 @@


[arch-commits] Commit in atom/repos (28 files)

2016-11-21 Thread Nicola Squartini
Date: Monday, November 21, 2016 @ 20:55:47
  Author: tensor5
Revision: 196477

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

Added:
  atom/repos/community-i686/PKGBUILD
(from rev 196476, atom/trunk/PKGBUILD)
  atom/repos/community-i686/fix-atom-sh.patch
(from rev 196476, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-i686/fix-ime-events-handler.patch
(from rev 196476, atom/trunk/fix-ime-events-handler.patch)
  atom/repos/community-i686/fix-license-path.patch
(from rev 196476, atom/trunk/fix-license-path.patch)
  atom/repos/community-i686/symbols-view-use-system-ctags.patch
(from rev 196476, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-i686/use-system-apm.patch
(from rev 196476, atom/trunk/use-system-apm.patch)
  atom/repos/community-i686/use-system-electron.patch
(from rev 196476, atom/trunk/use-system-electron.patch)
  atom/repos/community-x86_64/PKGBUILD
(from rev 196476, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 196476, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-ime-events-handler.patch
(from rev 196476, atom/trunk/fix-ime-events-handler.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 196476, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 196476, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 196476, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 196476, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-i686/PKGBUILD
  atom/repos/community-i686/fix-atom-sh.patch
  atom/repos/community-i686/fix-ime-events-handler.patch
  atom/repos/community-i686/fix-license-path.patch
  atom/repos/community-i686/symbols-view-use-system-ctags.patch
  atom/repos/community-i686/use-system-apm.patch
  atom/repos/community-i686/use-system-electron.patch
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-ime-events-handler.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

--+
 /PKGBUILD|  198 ++
 /fix-atom-sh.patch   |  208 +++
 /fix-ime-events-handler.patch|   94 +++
 /fix-license-path.patch  |   44 +++
 /symbols-view-use-system-ctags.patch |   22 +
 /use-system-apm.patch|   32 ++
 /use-system-electron.patch   |  226 +
 community-i686/PKGBUILD  |   99 ---
 community-i686/fix-atom-sh.patch |  104 ---
 community-i686/fix-ime-events-handler.patch  |   47 ---
 community-i686/fix-license-path.patch|   22 -
 community-i686/symbols-view-use-system-ctags.patch   |   11 
 community-i686/use-system-apm.patch  |   16 -
 community-i686/use-system-electron.patch |  113 
 community-x86_64/PKGBUILD|   99 ---
 community-x86_64/fix-atom-sh.patch   |  104 ---
 community-x86_64/fix-ime-events-handler.patch|   47 ---
 community-x86_64/fix-license-path.patch  |   22 -
 community-x86_64/symbols-view-use-system-ctags.patch |   11 
 community-x86_64/use-system-apm.patch|   16 -
 community-x86_64/use-system-electron.patch   |  113 
 21 files changed, 824 insertions(+), 824 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-21 20:55:08 UTC (rev 196476)
+++ community-i686/PKGBUILD 2016-11-21 20:55:47 UTC (rev 196477)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.12.4
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('i686' 'x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron' 'libxkbfile')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz;
-'fix-atom-sh.patch'
-'fix-ime-events-handler.patch'
-'fix-license-path.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('13640cc601bdb500283ca2e239da2afa89d94d41553b5fd7d72a6ccf1370aabc'
-

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

2016-11-21 Thread Andreas Radke
Date: Monday, November 21, 2016 @ 20:43:53
  Author: andyrtr
Revision: 281788

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/0001-sdhci-revert.patch
(from rev 281787, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 281787, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 281787, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 281787, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 281787, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 281787, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 281787, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/0001-sdhci-revert.patch
(from rev 281787, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 281787, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 281787, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 281787, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 281787, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 281787, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 281787, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/0001-sdhci-revert.patch |   25 
 testing-i686/PKGBUILD|  293 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7903 +
 testing-i686/config.x86_64   | 7662 
 testing-i686/linux-lts.install   |   37 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/0001-sdhci-revert.patch   |   25 
 testing-x86_64/PKGBUILD  |  293 
 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 |   37 
 testing-x86_64/linux-lts.preset  |   14 
 14 files changed, 31890 insertions(+)

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


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

2016-11-21 Thread Andreas Radke
Date: Monday, November 21, 2016 @ 20:43:19
  Author: andyrtr
Revision: 281787

upgpkg: linux-lts 4.4.34-1

upstream update 4.4.34

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 19:31:36 UTC (rev 281786)
+++ PKGBUILD2016-11-21 20:43:19 UTC (rev 281787)
@@ -4,7 +4,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.4
-pkgver=4.4.31
+pkgver=4.4.34
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/;
@@ -22,7 +22,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2'
 'SKIP'
-'cf3cfe911fdfd97a20c0a4e5039c31a53c2c811c26ef858070c0319061a7fa0d'
+'b1e77807267aa3ec81e46c15b1a4be0c7169b6c19eb52cd371c4f58dd2183a9d'
 'SKIP'
 'b11702727b1503e5a613946790978481d34d8ecc6870337fadd3ce1ef084a8e2'
 '68c7296ff2f5f55d69e83aa4d20f925df740b1eb1e6bdb0f13e8a170360ed09f'


[arch-commits] Commit in (pssh)

2016-11-21 Thread Jaroslav Lichtblau
Date: Monday, November 21, 2016 @ 20:10:11
  Author: jlichtblau
Revision: 196475

pssh project seems dead - FS#51533

Deleted:
  pssh/


[arch-commits] Commit in (kmess)

2016-11-21 Thread Jaroslav Lichtblau
Date: Monday, November 21, 2016 @ 20:00:12
  Author: jlichtblau
Revision: 196473

kmess removed from [community]
- kdebase-lib is gone in 16.12 and we would like to avoid shipping another kde4 
compat library

Deleted:
  kmess/


[arch-commits] Commit in man-pages-de/repos/community-any (4 files)

2016-11-21 Thread Jaroslav Lichtblau
Date: Monday, November 21, 2016 @ 19:46:01
  Author: jlichtblau
Revision: 196470

archrelease: copy trunk to community-any

Added:
  man-pages-de/repos/community-any/PKGBUILD
(from rev 196469, man-pages-de/trunk/PKGBUILD)
  man-pages-de/repos/community-any/man-pages-de.changelog
(from rev 196469, man-pages-de/trunk/man-pages-de.changelog)
Deleted:
  man-pages-de/repos/community-any/PKGBUILD
  man-pages-de/repos/community-any/man-pages-de.changelog

+
 PKGBUILD   |   58 +++
 man-pages-de.changelog |   58 +++
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-21 19:45:51 UTC (rev 196469)
+++ PKGBUILD2016-11-21 19:46:01 UTC (rev 196470)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=man-pages-de
-pkgver=1.16
-pkgrel=1
-pkgdesc="German Linux man pages"
-arch=('any')
-url="https://alioth.debian.org/projects/manpages-de/;
-license=('GPL3')
-depends=('man-db')
-makedepends=('po4a')
-changelog=$pkgname.changelog
-options=('!emptydirs')
-source=(http://manpages-de.alioth.debian.org/download/manpages-de-$pkgver.tar.xz)
-sha256sums=('7ca7e12e1ae3d058dd32a8df607e991b88455484d6d07f003a86956b4ddc32c4')
-
-build() {
-  cd "${srcdir}"/manpages-de-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/manpages-de-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: man-pages-de/repos/community-any/PKGBUILD (from rev 196469, 
man-pages-de/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-21 19:46:01 UTC (rev 196470)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=man-pages-de
+pkgver=1.17
+pkgrel=1
+pkgdesc="German Linux man pages"
+arch=('any')
+url="https://alioth.debian.org/projects/manpages-de/;
+license=('GPL3')
+depends=('man-db')
+makedepends=('po4a')
+changelog=$pkgname.changelog
+options=('!emptydirs')
+source=(http://manpages-de.alioth.debian.org/downloads/manpages-de-$pkgver.tar.xz)
+sha256sums=('db6f260b72cd4cb211d8f2a680c248d914f0ebc80b13e5ee6940d49f6532a6a8')
+
+build() {
+  cd "${srcdir}"/manpages-de-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/manpages-de-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: man-pages-de.changelog
===
--- man-pages-de.changelog  2016-11-21 19:45:51 UTC (rev 196469)
+++ man-pages-de.changelog  2016-11-21 19:46:01 UTC (rev 196470)
@@ -1,29 +0,0 @@
-2016-10-22 Jaroslav Lichtblau 
-   * man-pages-de 1.16-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * man-pages-de 1.12-1
-
-2015-05-17 Jaroslav Lichtblau 
-   * man-pages-de 1.8-1
-
-2013-12-25 Jaroslav Lichtblau 
-   * man-pages-de 1.4-1
-
-2013-05-18 Jaroslav Lichtblau 
-   * man-pages-de 1.1-1
-
-2011-11-20 Jaroslav Lichtblau 
-   * man-pages-de 0.9-1
-
-2011-02-19 Jaroslav Lichtblau 
-   * man-pages-de 0.7
-
-2010-07-21 Jaroslav Lichtblau 
-   * rebuild for correct package naming
-
-2009-04-25 Jaroslav Lichtblau 
-   * removing some more man pages provided by the new shadow 4.1.3.1 
package
-
-2009-02-19 Jaroslav Lichtblau 
-   * removing some man pages provided by the new man-db 2.5.3 package

Copied: man-pages-de/repos/community-any/man-pages-de.changelog (from rev 
196469, man-pages-de/trunk/man-pages-de.changelog)
===
--- man-pages-de.changelog  (rev 0)
+++ man-pages-de.changelog  2016-11-21 19:46:01 UTC (rev 196470)
@@ -0,0 +1,29 @@
+2016-10-22 Jaroslav Lichtblau 
+   * man-pages-de 1.16-1
+
+2016-04-30 Jaroslav Lichtblau 
+   * man-pages-de 1.12-1
+
+2015-05-17 Jaroslav Lichtblau 
+   * man-pages-de 1.8-1
+
+2013-12-25 Jaroslav Lichtblau 
+   * man-pages-de 1.4-1
+
+2013-05-18 Jaroslav Lichtblau 
+   * man-pages-de 1.1-1
+
+2011-11-20 Jaroslav Lichtblau 
+   * man-pages-de 0.9-1
+
+2011-02-19 Jaroslav Lichtblau 
+   * man-pages-de 0.7
+
+2010-07-21 Jaroslav Lichtblau 
+   * rebuild for correct package naming
+
+2009-04-25 Jaroslav Lichtblau 
+   * removing 

[arch-commits] Commit in man-pages-de/trunk (PKGBUILD)

2016-11-21 Thread Jaroslav Lichtblau
Date: Monday, November 21, 2016 @ 19:45:51
  Author: jlichtblau
Revision: 196469

upgpkg: man-pages-de 1.17-1 - new upstream release

Modified:
  man-pages-de/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 19:38:27 UTC (rev 196468)
+++ PKGBUILD2016-11-21 19:45:51 UTC (rev 196469)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=man-pages-de
-pkgver=1.16
+pkgver=1.17
 pkgrel=1
 pkgdesc="German Linux man pages"
 arch=('any')
@@ -12,8 +12,8 @@
 makedepends=('po4a')
 changelog=$pkgname.changelog
 options=('!emptydirs')
-source=(http://manpages-de.alioth.debian.org/download/manpages-de-$pkgver.tar.xz)
-sha256sums=('7ca7e12e1ae3d058dd32a8df607e991b88455484d6d07f003a86956b4ddc32c4')
+source=(http://manpages-de.alioth.debian.org/downloads/manpages-de-$pkgver.tar.xz)
+sha256sums=('db6f260b72cd4cb211d8f2a680c248d914f0ebc80b13e5ee6940d49f6532a6a8')
 
 build() {
   cd "${srcdir}"/manpages-de-$pkgver


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

2016-11-21 Thread Jaroslav Lichtblau
Date: Monday, November 21, 2016 @ 19:38:27
  Author: jlichtblau
Revision: 196468

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

Added:
  postgis/repos/community-i686/PKGBUILD
(from rev 196467, postgis/trunk/PKGBUILD)
  postgis/repos/community-i686/postgis.changelog
(from rev 196467, postgis/trunk/postgis.changelog)
  postgis/repos/community-x86_64/PKGBUILD
(from rev 196467, postgis/trunk/PKGBUILD)
  postgis/repos/community-x86_64/postgis.changelog
(from rev 196467, postgis/trunk/postgis.changelog)
Deleted:
  postgis/repos/community-i686/PKGBUILD
  postgis/repos/community-i686/postgis.changelog
  postgis/repos/community-x86_64/PKGBUILD
  postgis/repos/community-x86_64/postgis.changelog

+
 /PKGBUILD  |   60 ++
 /postgis.changelog |  148 +++
 community-i686/PKGBUILD|   30 ---
 community-i686/postgis.changelog   |   71 
 community-x86_64/PKGBUILD  |   30 ---
 community-x86_64/postgis.changelog |   71 
 6 files changed, 208 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-21 19:38:08 UTC (rev 196467)
+++ community-i686/PKGBUILD 2016-11-21 19:38:27 UTC (rev 196468)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgname=postgis
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="Adds support for geographic objects to PostgreSQL"
-arch=('i686' 'x86_64')
-url="http://postgis.net/;
-license=('GPL')
-depends=('postgresql' 'gdal' 'json-c' 'proj')
-changelog=$pkgname.changelog
-options=('!makeflags')
-source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('0dbff06f4a196d49e5ac06ae6cc21bd5253aaa646af624c9bbf19df582d6cf55')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: postgis/repos/community-i686/PKGBUILD (from rev 196467, 
postgis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-21 19:38:27 UTC (rev 196468)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=postgis
+pkgver=2.3.0
+pkgrel=2
+pkgdesc="Adds support for geographic objects to PostgreSQL"
+arch=('i686' 'x86_64')
+url="http://postgis.net/;
+license=('GPL')
+depends=('postgresql' 'gdal' 'json-c' 'proj')
+changelog=$pkgname.changelog
+options=('!makeflags')
+source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('0dbff06f4a196d49e5ac06ae6cc21bd5253aaa646af624c9bbf19df582d6cf55')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/postgis.changelog
===
--- community-i686/postgis.changelog2016-11-21 19:38:08 UTC (rev 196467)
+++ community-i686/postgis.changelog2016-11-21 19:38:27 UTC (rev 196468)
@@ -1,71 +0,0 @@
-2016-09-30 Jaroslav Lichtblau 
-* postgis-2.3.0-1
-
-2016-09-14 Jaroslav Lichtblau 
-* postgis-2.2.2-2 proj 4.9.3 rebuild
-
-2016-05-16 Jaroslav Lichtblau 
-* postgis-2.2.2-1
-
-2016-01-22 Jaroslav Lichtblau 
-* postgis-2.2.1-2 postgresql 9.5 rebuild
-
-2016-01-09 Jaroslav Lichtblau 
-* postgis-2.2.1-1
-
-2015-10-22 Jaroslav Lichtblau 
-* postgis-2.2.0-1
-
-2015-09-12 Jaroslav Lichtblau 
-* postgis-2.1.8-1
-
-2015-06-28 Jaroslav Lichtblau 
-* postgis-2.1.5-2 gdal 2.0.0 rebuild
-
-2015-03-14 Jaroslav Lichtblau 
-* postgis-2.1.5-2 proj soname rebuild
-
-2015-01-20 Jaroslav Lichtblau 
-* postgis-2.1.5-1
-
-2014-09-12 Jaroslav Lichtblau 
-* postgis-2.1.4-1
-
-2014-05-25 Jaroslav Lichtblau 
-* postgis-2.1.3-1
-
-2014-04-02 Jaroslav Lichtblau 
-* postgis-2.1.2-1
-
-2013-11-11 Jaroslav Lichtblau 
-* postgis-2.1.1-1
-
-2013-08-22 Maxime Gauduin 
-* postgis-2.1.0-1
-* Fixes FS#35816
-
-2013-06-15 Jaroslav Lichtblau 

[arch-commits] Commit in postgis/trunk (PKGBUILD postgis.changelog)

2016-11-21 Thread Jaroslav Lichtblau
Date: Monday, November 21, 2016 @ 19:38:08
  Author: jlichtblau
Revision: 196467

upgpkg: postgis 2.3.0-2 - postgresql 9.6.1 rebuild

Modified:
  postgis/trunk/PKGBUILD
  postgis/trunk/postgis.changelog

---+
 PKGBUILD  |2 +-
 postgis.changelog |3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 19:24:51 UTC (rev 196466)
+++ PKGBUILD2016-11-21 19:38:08 UTC (rev 196467)
@@ -5,7 +5,7 @@
 
 pkgname=postgis
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Adds support for geographic objects to PostgreSQL"
 arch=('i686' 'x86_64')
 url="http://postgis.net/;

Modified: postgis.changelog
===
--- postgis.changelog   2016-11-21 19:24:51 UTC (rev 196466)
+++ postgis.changelog   2016-11-21 19:38:08 UTC (rev 196467)
@@ -1,3 +1,6 @@
+2016-11-21 Jaroslav Lichtblau 
+* postgis-2.3.0-2 postgresql 9.6.1 rebuild
+
 2016-09-30 Jaroslav Lichtblau 
 * postgis-2.3.0-1
 


[arch-commits] Commit in xf86-video-glint/repos (6 files)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 19:31:36
  Author: lcarlier
Revision: 281786

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

Added:
  xf86-video-glint/repos/staging-i686/
  xf86-video-glint/repos/staging-i686/PKGBUILD
(from rev 281785, xf86-video-glint/trunk/PKGBUILD)
  xf86-video-glint/repos/staging-i686/git-fixes.patch
(from rev 281785, xf86-video-glint/trunk/git-fixes.patch)
  xf86-video-glint/repos/staging-x86_64/
  xf86-video-glint/repos/staging-x86_64/PKGBUILD
(from rev 281785, xf86-video-glint/trunk/PKGBUILD)
  xf86-video-glint/repos/staging-x86_64/git-fixes.patch
(from rev 281785, xf86-video-glint/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   36 ++
 staging-i686/git-fixes.patch   |  137 +++
 staging-x86_64/PKGBUILD|   36 ++
 staging-x86_64/git-fixes.patch |  137 +++
 4 files changed, 346 insertions(+)

Copied: xf86-video-glint/repos/staging-i686/PKGBUILD (from rev 281785, 
xf86-video-glint/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 19:31:36 UTC (rev 281786)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-glint
+pkgver=1.2.8
+pkgrel=8
+pkgdesc="X.org GLINT/Permedia video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'xf86dgaproto')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+sha256sums=('657f883bb3a4e4278399eba73840862c3642706ae8b0a4798ec97a31b3524221'
+'e14a3739c43ceaa13212c31286133d92854dd67884b7bb6188a854b939455110')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-glint/repos/staging-i686/git-fixes.patch (from rev 281785, 
xf86-video-glint/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2016-11-21 19:31:36 UTC (rev 281786)
@@ -0,0 +1,137 @@
+From 073d5b0b392781bf4a6aa7f9e2dbe2ae51caed2c Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 25 Sep 2012 08:54:38 -0400
+Subject: [PATCH 1/4] Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+ src/glint_driver.c | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/src/glint_driver.c b/src/glint_driver.c
+index b6d20a9..aa78516 100644
+--- a/src/glint_driver.c
 b/src/glint_driver.c
+@@ -52,8 +52,6 @@
+ #include "compiler.h"
+ #include "mipointer.h"
+ 
+-#include "mibstore.h"
+-
+ #include "pm3_regs.h"
+ #include "glint_regs.h"
+ #include "IBM.h"
+@@ -2904,7 +2902,6 @@ GLINTScreenInit(SCREEN_INIT_ARGS_DECL)
+ }
+ }
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ 
+-- 
+2.10.2
+
+
+From b54f27f0de0558880b2146a4315a99907eb72249 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Mon, 11 Aug 2014 12:29:28 -0400
+Subject: [PATCH 2/4] Pass the pci device through to fbdevHWInit
+
+Signed-off-by: Adam Jackson 
+---
+ src/glint_driver.c | 8 ++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+diff --git a/src/glint_driver.c b/src/glint_driver.c
+index aa78516..019a2f1 100644
+--- a/src/glint_driver.c
 b/src/glint_driver.c
+@@ -944,7 +944,9 @@ GLINTPreInit(ScrnInfoPtr pScrn, int flags)
+ if (FBDevProbed) {
+   int default_depth, fbbpp;
+   
+-  if 
(!fbdevHWInit(pScrn,NULL,xf86FindOptionValue(pGlint->pEnt->device->options,"fbdev")))
 {
++  if (!fbdevHWInit(pScrn, pGlint->PciInfo,
++   xf86FindOptionValue(pGlint->pEnt->device->options,
++   "fbdev"))) {
+   xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "fbdevHWInit failed!\n"); 
+   return FALSE;
+   }
+@@ -1076,7 +1078,9 @@ GLINTPreInit(ScrnInfoPtr pScrn, int flags)
+   return FALSE;
+   }
+ 
+-  if 
(!fbdevHWInit(pScrn,NULL,xf86FindOptionValue(pGlint->pEnt->device->options,"fbdev")))
++  if (!fbdevHWInit(pScrn, pGlint->PciInfo,
++   xf86FindOptionValue(pGlint->pEnt->device->options,
++   "fbdev")))
+ 

[arch-commits] Commit in xf86-video-glint/trunk (3 files)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 19:31:29
  Author: lcarlier
Revision: 281785

upgpkg: xf86-video-glint 1.2.8-8

xorg-server-1.19 rebuild

Added:
  xf86-video-glint/trunk/git-fixes.patch
(from rev 281784, xf86-video-glint/trunk/git-fix.diff)
Modified:
  xf86-video-glint/trunk/PKGBUILD
Deleted:
  xf86-video-glint/trunk/git-fix.diff

-+
 PKGBUILD|   17 +++---
 git-fix.diff|   30 ---
 git-fixes.patch |  137 ++
 3 files changed, 146 insertions(+), 38 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 19:12:14 UTC (rev 281784)
+++ PKGBUILD2016-11-21 19:31:29 UTC (rev 281785)
@@ -3,22 +3,23 @@
 
 pkgname=xf86-video-glint
 pkgver=1.2.8
-pkgrel=7
+pkgrel=8
 pkgdesc="X.org GLINT/Permedia video driver"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/;
+url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'xf86dgaproto')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'xf86dgaproto')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
 sha256sums=('657f883bb3a4e4278399eba73840862c3642706ae8b0a4798ec97a31b3524221'
-'8bf833751bea92543835c7f0c55b6a6ed7c4df62034372f5f6ae122b3ba8f231')
+'e14a3739c43ceaa13212c31286133d92854dd67884b7bb6188a854b939455110')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/git-fix.diff
+  patch -Np1 -i ../git-fixes.patch
 }
 
 build() {

Deleted: git-fix.diff
===
--- git-fix.diff2016-11-21 19:12:14 UTC (rev 281784)
+++ git-fix.diff2016-11-21 19:31:29 UTC (rev 281785)
@@ -1,30 +0,0 @@
-From 073d5b0b392781bf4a6aa7f9e2dbe2ae51caed2c Mon Sep 17 00:00:00 2001
-From: Adam Jackson 
-Date: Tue, 25 Sep 2012 12:54:38 +
-Subject: Remove mibstore.h
-
-Signed-off-by: Adam Jackson 

-diff --git a/src/glint_driver.c b/src/glint_driver.c
-index b6d20a9..aa78516 100644
 a/src/glint_driver.c
-+++ b/src/glint_driver.c
-@@ -52,8 +52,6 @@
- #include "compiler.h"
- #include "mipointer.h"
- 
--#include "mibstore.h"
--
- #include "pm3_regs.h"
- #include "glint_regs.h"
- #include "IBM.h"
-@@ -2904,7 +2902,6 @@ GLINTScreenInit(SCREEN_INIT_ARGS_DECL)
- }
- }
- 
--miInitializeBackingStore(pScreen);
- xf86SetBackingStore(pScreen);
- xf86SetSilkenMouse(pScreen);
- 
---
-cgit v0.9.0.2-2-gbebe

Copied: xf86-video-glint/trunk/git-fixes.patch (from rev 281784, 
xf86-video-glint/trunk/git-fix.diff)
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2016-11-21 19:31:29 UTC (rev 281785)
@@ -0,0 +1,137 @@
+From 073d5b0b392781bf4a6aa7f9e2dbe2ae51caed2c Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 25 Sep 2012 08:54:38 -0400
+Subject: [PATCH 1/4] Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+ src/glint_driver.c | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/src/glint_driver.c b/src/glint_driver.c
+index b6d20a9..aa78516 100644
+--- a/src/glint_driver.c
 b/src/glint_driver.c
+@@ -52,8 +52,6 @@
+ #include "compiler.h"
+ #include "mipointer.h"
+ 
+-#include "mibstore.h"
+-
+ #include "pm3_regs.h"
+ #include "glint_regs.h"
+ #include "IBM.h"
+@@ -2904,7 +2902,6 @@ GLINTScreenInit(SCREEN_INIT_ARGS_DECL)
+ }
+ }
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ 
+-- 
+2.10.2
+
+
+From b54f27f0de0558880b2146a4315a99907eb72249 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Mon, 11 Aug 2014 12:29:28 -0400
+Subject: [PATCH 2/4] Pass the pci device through to fbdevHWInit
+
+Signed-off-by: Adam Jackson 
+---
+ src/glint_driver.c | 8 ++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+diff --git a/src/glint_driver.c b/src/glint_driver.c
+index aa78516..019a2f1 100644
+--- a/src/glint_driver.c
 b/src/glint_driver.c
+@@ -944,7 +944,9 @@ GLINTPreInit(ScrnInfoPtr pScrn, int flags)
+ if (FBDevProbed) {
+   int default_depth, fbbpp;
+   
+-  if 
(!fbdevHWInit(pScrn,NULL,xf86FindOptionValue(pGlint->pEnt->device->options,"fbdev")))
 {
++  if (!fbdevHWInit(pScrn, pGlint->PciInfo,
++   xf86FindOptionValue(pGlint->pEnt->device->options,
++   "fbdev"))) 

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

2016-11-21 Thread Alexander Rødseth
Date: Monday, November 21, 2016 @ 19:24:51
  Author: arodseth
Revision: 196466

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-21 19:24:31 UTC (rev 196465)
+++ community-i686/PKGBUILD 2016-11-21 19:24:51 UTC (rev 196466)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: Daniel J Griffiths 
-
-pkgname=libwapcaplet
-pkgver=0.3.0
-pkgrel=3
-pkgdesc='String internment library with rapid string comparison'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libwapcaplet/'
-license=('MIT')
-depends=('glibc')
-makedepends=('netsurf-buildsystem')
-source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('4359ee9d9fd08e721ba1976e9c6e5eaa49b32119e4e1571c1fec49a7446b4133')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-   sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-  make PREFIX=/usr COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" 
COMPONENT_TYPE="lib-shared"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libwapcaplet/repos/community-i686/PKGBUILD (from rev 196465, 
libwapcaplet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-21 19:24:51 UTC (rev 196466)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: Daniel J Griffiths 
+
+pkgname=libwapcaplet
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='String internment library with rapid string comparison'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libwapcaplet/'
+license=('MIT')
+depends=('glibc')
+makedepends=('netsurf-buildsystem')
+source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
+sha256sums=('7b87a997b2531298af1efd32a622be5faee61349ad4e6c868fcb286ce805d997')
+
+prepare() {
+   sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i "$pkgname-$pkgver/Makefile"
+}
+
+build() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr COMPONENT_TYPE="lib-shared"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make install \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+COMPONENT_TYPE="lib-shared"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-21 19:24:31 UTC (rev 196465)
+++ community-x86_64/PKGBUILD   2016-11-21 19:24:51 UTC (rev 196466)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: Daniel J Griffiths 
-
-pkgname=libwapcaplet
-pkgver=0.3.0
-pkgrel=3
-pkgdesc='String internment library with rapid string comparison'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libwapcaplet/'
-license=('MIT')
-depends=('glibc')
-makedepends=('netsurf-buildsystem')
-source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('4359ee9d9fd08e721ba1976e9c6e5eaa49b32119e4e1571c1fec49a7446b4133')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-   sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-  make PREFIX=/usr COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" 
COMPONENT_TYPE="lib-shared"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libwapcaplet/repos/community-x86_64/PKGBUILD (from rev 196465, 
libwapcaplet/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-21 19:24:51 UTC (rev 196466)
@@ -0,0 

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

2016-11-21 Thread Alexander Rødseth
Date: Monday, November 21, 2016 @ 19:24:31
  Author: arodseth
Revision: 196465

upgpkg: libwapcaplet 0.4.0-1

Modified:
  libwapcaplet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 19:08:37 UTC (rev 196464)
+++ PKGBUILD2016-11-21 19:24:31 UTC (rev 196465)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=libwapcaplet
-pkgver=0.3.0
-pkgrel=3
+pkgver=0.4.0
+pkgrel=1
 pkgdesc='String internment library with rapid string comparison'
 arch=('x86_64' 'i686')
 url='http://www.netsurf-browser.org/projects/libwapcaplet/'
@@ -13,19 +13,26 @@
 depends=('glibc')
 makedepends=('netsurf-buildsystem')
 
source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('4359ee9d9fd08e721ba1976e9c6e5eaa49b32119e4e1571c1fec49a7446b4133')
+sha256sums=('7b87a997b2531298af1efd32a622be5faee61349ad4e6c868fcb286ce805d997')
 
+prepare() {
+   sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i "$pkgname-$pkgver/Makefile"
+}
+
 build() {
-  cd "$pkgname-$pkgver"
-
-   sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-  make PREFIX=/usr COMPONENT_TYPE="lib-shared"
+  make -C "$pkgname-$pkgver" PREFIX=/usr COMPONENT_TYPE="lib-shared"
 }
 
 package() {
   cd "$pkgname-$pkgver"
 
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" 
COMPONENT_TYPE="lib-shared"
+  make install \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+COMPONENT_TYPE="lib-shared"
+
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 


[arch-commits] Commit in xf86-video-i128/repos (6 files)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 19:12:14
  Author: lcarlier
Revision: 281784

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

Added:
  xf86-video-i128/repos/staging-i686/
  xf86-video-i128/repos/staging-i686/PKGBUILD
(from rev 281783, xf86-video-i128/trunk/PKGBUILD)
  xf86-video-i128/repos/staging-i686/git-fix.diff
(from rev 281783, xf86-video-i128/trunk/git-fix.diff)
  xf86-video-i128/repos/staging-x86_64/
  xf86-video-i128/repos/staging-x86_64/PKGBUILD
(from rev 281783, xf86-video-i128/trunk/PKGBUILD)
  xf86-video-i128/repos/staging-x86_64/git-fix.diff
(from rev 281783, xf86-video-i128/trunk/git-fix.diff)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-i686/git-fix.diff   |   53 ++
 staging-x86_64/PKGBUILD |   35 +++
 staging-x86_64/git-fix.diff |   53 ++
 4 files changed, 176 insertions(+)

Copied: xf86-video-i128/repos/staging-i686/PKGBUILD (from rev 281783, 
xf86-video-i128/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 19:12:14 UTC (rev 281784)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Jan de Groot 
+
+pkgname=xf86-video-i128
+pkgver=1.3.6
+pkgrel=8
+pkgdesc="X.org Number 9 I128 video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('f8827e4c988f90cf5a677554b30d61f0a07eb86d872478751cdc94dc17452b9c'
+'3805461dd71ff6675fd08afd5c21a230e7f36d6cda6830adac38ceee36d96f4b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-i128/repos/staging-i686/git-fix.diff (from rev 281783, 
xf86-video-i128/trunk/git-fix.diff)
===
--- staging-i686/git-fix.diff   (rev 0)
+++ staging-i686/git-fix.diff   2016-11-21 19:12:14 UTC (rev 281784)
@@ -0,0 +1,53 @@
+From 3226d66c951f3621fb940cc5844098d892089eb1 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Wed, 15 Aug 2012 17:03:11 +
+Subject: Don't bother to include vbe.h
+
+Just copied from xf86 boilerplate afaict.
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/i128_driver.c b/src/i128_driver.c
+index 66fdee0..a0f08c0 100644
+--- a/src/i128_driver.c
 b/src/i128_driver.c
+@@ -55,7 +55,6 @@
+ #include "micmap.h"
+ 
+ #include "xf86DDC.h"
+-#include "vbe.h"
+ 
+ #include "xf86cmap.h"
+ #include "fb.h"
+--
+cgit v0.9.0.2-2-gbebe
+From c87753733a6e1f85d1d037dced0b47ce0cf41658 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 25 Sep 2012 12:54:40 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/i128_driver.c b/src/i128_driver.c
+index a0f08c0..51a4135 100644
+--- a/src/i128_driver.c
 b/src/i128_driver.c
+@@ -50,8 +50,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+ 
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+ #include "micmap.h"
+ 
+ #include "xf86DDC.h"
+@@ -1556,7 +1554,6 @@ I128ScreenInit(SCREEN_INIT_ARGS_DECL)
+ return FALSE;
+ }
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ 
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-i128/repos/staging-x86_64/PKGBUILD (from rev 281783, 
xf86-video-i128/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-21 19:12:14 UTC (rev 281784)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Jan de Groot 
+
+pkgname=xf86-video-i128
+pkgver=1.3.6
+pkgrel=8
+pkgdesc="X.org Number 9 I128 video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)

[arch-commits] Commit in xf86-video-i128/trunk (PKGBUILD)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 19:12:08
  Author: lcarlier
Revision: 281783

upgpkg: xf86-video-i128 1.3.6-8

xorg-server-1.19 rebuild

Modified:
  xf86-video-i128/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 18:46:43 UTC (rev 281782)
+++ PKGBUILD2016-11-21 19:12:08 UTC (rev 281783)
@@ -3,15 +3,15 @@
 
 pkgname=xf86-video-i128
 pkgver=1.3.6
-pkgrel=7
+pkgrel=8
 pkgdesc="X.org Number 9 I128 video driver"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/;
+url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
-groups=('xorg-drivers' 'xorg')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
 sha256sums=('f8827e4c988f90cf5a677554b30d61f0a07eb86d872478751cdc94dc17452b9c'
 '3805461dd71ff6675fd08afd5c21a230e7f36d6cda6830adac38ceee36d96f4b')


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

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 19:08:37
  Author: spupykin
Revision: 196464

archrelease: copy trunk to community-any

Added:
  proguard/repos/community-any/PKGBUILD
(from rev 196463, proguard/trunk/PKGBUILD)
Deleted:
  proguard/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-21 19:08:24 UTC (rev 196463)
+++ PKGBUILD2016-11-21 19:08:37 UTC (rev 196464)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=proguard
-pkgver=5.2.1
-pkgrel=1
-pkgdesc="free Java class file shrinker, optimizer, obfuscator, and preverifier"
-arch=(any)
-url="http://proguard.sourceforge.net/;
-license=('GPL2')
-depends=('java-runtime')
-source=(http://downloads.sourceforge.net/proguard/proguard$pkgver.tar.gz)
-md5sums=('e94cf25b7947a0d3bbe7410f87f87c58')
-
-package() {
-  cd "$srcdir/$pkgname$pkgver/lib"
-
-  mkdir -p $pkgdir/usr/bin
-  mkdir -p $pkgdir/usr/share/proguard
-  install -D -m0644 proguardgui.jar proguard.jar retrace.jar 
$pkgdir/usr/share/proguard/
-
-  cat >$pkgdir/usr/bin/proguardgui <$pkgdir/usr/bin/proguard <
+
+pkgname=proguard
+pkgver=5.3
+pkgrel=1
+pkgdesc="free Java class file shrinker, optimizer, obfuscator, and preverifier"
+arch=(any)
+url="http://proguard.sourceforge.net/;
+license=('GPL2')
+depends=('java-runtime')
+source=(http://downloads.sourceforge.net/proguard/proguard$pkgver.tar.gz)
+sha256sums=('8f185c343dcc4504b3c496bdbf870feba3523abe7cec060b44bbacd1fc2da955')
+
+package() {
+  cd "$srcdir/$pkgname$pkgver/lib"
+
+  mkdir -p "$pkgdir"/usr/bin
+  mkdir -p "$pkgdir"/usr/share/proguard
+  install -D -m0644 proguardgui.jar proguard.jar retrace.jar 
"$pkgdir"/usr/share/proguard/
+
+  cat >"$pkgdir"/usr/bin/proguardgui <"$pkgdir"/usr/bin/proguard <

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

2016-11-21 Thread Sergej Pupykin
Date: Monday, November 21, 2016 @ 19:08:24
  Author: spupykin
Revision: 196463

upgpkg: proguard 5.3-1

upd

Modified:
  proguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 19:04:30 UTC (rev 196462)
+++ PKGBUILD2016-11-21 19:08:24 UTC (rev 196463)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=proguard
-pkgver=5.2.1
+pkgver=5.3
 pkgrel=1
 pkgdesc="free Java class file shrinker, optimizer, obfuscator, and preverifier"
 arch=(any)
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('java-runtime')
 source=(http://downloads.sourceforge.net/proguard/proguard$pkgver.tar.gz)
-md5sums=('e94cf25b7947a0d3bbe7410f87f87c58')
+sha256sums=('8f185c343dcc4504b3c496bdbf870feba3523abe7cec060b44bbacd1fc2da955')
 
 package() {
   cd "$srcdir/$pkgname$pkgver/lib"


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

2016-11-21 Thread Alexander Rødseth
Date: Monday, November 21, 2016 @ 19:04:30
  Author: arodseth
Revision: 196462

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-21 19:04:17 UTC (rev 196461)
+++ community-i686/PKGBUILD 2016-11-21 19:04:30 UTC (rev 196462)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel J Griffiths 
-# Contributor: Paulo Matias 
-
-pkgname=libnsgif
-pkgver=0.1.3
-pkgrel=1
-pkgdesc='Decoding library for the GIF image file format'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libnsgif/'
-license=('MIT')
-depends=('glibc')
-makedepends=('netsurf-buildsystem')
-source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('d3d2c9c008047eab41fc0a4ce7c280456c55c479d191e1968f843b005f219fa8')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  CFLAGS="$CFLAGS -fno-strict-aliasing"
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" 
COMPONENT_TYPE="lib-shared"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnsgif/repos/community-i686/PKGBUILD (from rev 196461, 
libnsgif/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-21 19:04:30 UTC (rev 196462)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel J Griffiths 
+# Contributor: Paulo Matias 
+
+pkgname=libnsgif
+pkgver=0.1.4
+pkgrel=1
+pkgdesc='Decoding library for the GIF image file format'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libnsgif/'
+license=('MIT')
+depends=('glibc')
+makedepends=('netsurf-buildsystem')
+source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
+sha256sums=('133c2354c61564080ad1bac253ee0df7e6c82bb6090644ca438ce3a799f6bad1')
+
+build() {
+  export CFLAGS="$CFLAGS -fno-strict-aliasing"
+
+  make -C "$pkgname-$pkgver" \
+INCLUDEDIR=include \
+LIBDIR=lib PREFIX=/usr \
+COMPONENT_TYPE="lib-shared"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make install \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+COMPONENT_TYPE="lib-shared"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-21 19:04:17 UTC (rev 196461)
+++ community-x86_64/PKGBUILD   2016-11-21 19:04:30 UTC (rev 196462)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel J Griffiths 
-# Contributor: Paulo Matias 
-
-pkgname=libnsgif
-pkgver=0.1.3
-pkgrel=1
-pkgdesc='Decoding library for the GIF image file format'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libnsgif/'
-license=('MIT')
-depends=('glibc')
-makedepends=('netsurf-buildsystem')
-source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('d3d2c9c008047eab41fc0a4ce7c280456c55c479d191e1968f843b005f219fa8')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  CFLAGS="$CFLAGS -fno-strict-aliasing"
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" 
COMPONENT_TYPE="lib-shared"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnsgif/repos/community-x86_64/PKGBUILD (from rev 196461, 
libnsgif/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-21 19:04:30 UTC (rev 196462)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 

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

2016-11-21 Thread Alexander Rødseth
Date: Monday, November 21, 2016 @ 19:04:17
  Author: arodseth
Revision: 196461

upgpkg: libnsgif 0.1.4-1

Modified:
  libnsgif/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 18:54:24 UTC (rev 196460)
+++ PKGBUILD2016-11-21 19:04:17 UTC (rev 196461)
@@ -4,7 +4,7 @@
 # Contributor: Paulo Matias 
 
 pkgname=libnsgif
-pkgver=0.1.3
+pkgver=0.1.4
 pkgrel=1
 pkgdesc='Decoding library for the GIF image file format'
 arch=('x86_64' 'i686')
@@ -13,19 +13,27 @@
 depends=('glibc')
 makedepends=('netsurf-buildsystem')
 
source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('d3d2c9c008047eab41fc0a4ce7c280456c55c479d191e1968f843b005f219fa8')
+sha256sums=('133c2354c61564080ad1bac253ee0df7e6c82bb6090644ca438ce3a799f6bad1')
 
 build() {
-  cd "$pkgname-$pkgver"
+  export CFLAGS="$CFLAGS -fno-strict-aliasing"
 
-  CFLAGS="$CFLAGS -fno-strict-aliasing"
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
+  make -C "$pkgname-$pkgver" \
+INCLUDEDIR=include \
+LIBDIR=lib PREFIX=/usr \
+COMPONENT_TYPE="lib-shared"
 }
 
 package() {
   cd "$pkgname-$pkgver"
 
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" 
COMPONENT_TYPE="lib-shared"
+  make install \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+COMPONENT_TYPE="lib-shared"
+
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 


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

2016-11-21 Thread Alexander Rødseth
Date: Monday, November 21, 2016 @ 18:54:24
  Author: arodseth
Revision: 196460

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-21 18:54:10 UTC (rev 196459)
+++ community-i686/PKGBUILD 2016-11-21 18:54:24 UTC (rev 196460)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Paulo Matias 
-# Contributor: Daniel J Griffiths 
-
-pkgname=libnsbmp
-pkgver=0.1.3
-pkgrel=1
-pkgdesc='Decoding library for BMP and ICO image file formats'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libnsbmp/'
-license=('MIT')
-depends=('glibc')
-makedepends=('netsurf-buildsystem')
-source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('deff0a0497fc011356f901b3f75ee612721133c91b256dda28e540c803ffbb3e')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
-COMPONENT_TYPE="lib-shared"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnsbmp/repos/community-i686/PKGBUILD (from rev 196459, 
libnsbmp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-21 18:54:24 UTC (rev 196460)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Paulo Matias 
+# Contributor: Daniel J Griffiths 
+
+pkgname=libnsbmp
+pkgver=0.1.4
+pkgrel=1
+pkgdesc='Decoding library for BMP and ICO image file formats'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libnsbmp/'
+license=('MIT')
+depends=('glibc')
+makedepends=('netsurf-buildsystem')
+source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
+sha256sums=('2bcbb3e880e46b94259a294c22b8c7543ddd2ae8910f14d227981a4aec038a78')
+
+build() {
+  make -C "$pkgname-$pkgver" \
+INCLUDEDIR=include \
+LIBDIR=lib PREFIX=/usr \
+COMPONENT_TYPE="lib-shared"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make install \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+COMPONENT_TYPE="lib-shared"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-21 18:54:10 UTC (rev 196459)
+++ community-x86_64/PKGBUILD   2016-11-21 18:54:24 UTC (rev 196460)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Paulo Matias 
-# Contributor: Daniel J Griffiths 
-
-pkgname=libnsbmp
-pkgver=0.1.3
-pkgrel=1
-pkgdesc='Decoding library for BMP and ICO image file formats'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libnsbmp/'
-license=('MIT')
-depends=('glibc')
-makedepends=('netsurf-buildsystem')
-source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('deff0a0497fc011356f901b3f75ee612721133c91b256dda28e540c803ffbb3e')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
-COMPONENT_TYPE="lib-shared"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnsbmp/repos/community-x86_64/PKGBUILD (from rev 196459, 
libnsbmp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-21 18:54:24 UTC (rev 196460)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Paulo Matias 
+# Contributor: Daniel J 

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

2016-11-21 Thread Alexander Rødseth
Date: Monday, November 21, 2016 @ 18:54:10
  Author: arodseth
Revision: 196459

upgpkg: libnsbmp 0.1.4-1

Modified:
  libnsbmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 14:42:59 UTC (rev 196458)
+++ PKGBUILD2016-11-21 18:54:10 UTC (rev 196459)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=libnsbmp
-pkgver=0.1.3
+pkgver=0.1.4
 pkgrel=1
 pkgdesc='Decoding library for BMP and ICO image file formats'
 arch=('x86_64' 'i686')
@@ -13,18 +13,23 @@
 depends=('glibc')
 makedepends=('netsurf-buildsystem')
 
source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('deff0a0497fc011356f901b3f75ee612721133c91b256dda28e540c803ffbb3e')
+sha256sums=('2bcbb3e880e46b94259a294c22b8c7543ddd2ae8910f14d227981a4aec038a78')
 
 build() {
-  cd "$pkgname-$pkgver"
-
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
+  make -C "$pkgname-$pkgver" \
+INCLUDEDIR=include \
+LIBDIR=lib PREFIX=/usr \
+COMPONENT_TYPE="lib-shared"
 }
 
 package() {
   cd "$pkgname-$pkgver"
 
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
+  make install \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
 COMPONENT_TYPE="lib-shared"
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }


[arch-commits] Commit in xf86-video-i740/trunk (PKGBUILD git-fix.diff git-fixes.patch)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 18:46:36
  Author: lcarlier
Revision: 281781

upgpkg: xf86-video-i740 1.3.5-1

xorg-server-1.19 rebuild

Added:
  xf86-video-i740/trunk/git-fixes.patch
(from rev 281780, xf86-video-i740/trunk/git-fix.diff)
Modified:
  xf86-video-i740/trunk/PKGBUILD
Deleted:
  xf86-video-i740/trunk/git-fix.diff

-+
 PKGBUILD|   21 -
 git-fix.diff|   32 
 git-fixes.patch |   28 
 3 files changed, 40 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 18:37:31 UTC (rev 281780)
+++ PKGBUILD2016-11-21 18:46:36 UTC (rev 281781)
@@ -2,22 +2,25 @@
 #Maintainer: Jan de Groot 
 
 pkgname=xf86-video-i740
-pkgver=1.3.4
-pkgrel=7
+pkgver=1.3.5
+pkgrel=1
 pkgdesc="X.org Intel i740 video driver"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/;
+url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
-sha256sums=('1a24009bb2223b722fb41e1a2737a6e74bfecb0829e5583e270d267ee4ecca78'
-'2b004773fe8090dea727590a7fc0389c53a16d068537fd1968ae320b0f1e36ca')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+git-fixes.patch)
+sha256sums=('1ce02dd0a11fbf6b43b8bca6663c67149d7d740c8985ae18bd956eddeaffe324'
+'SKIP'
+'5abbbd7d008dac0958b8bc628165864cfc03ffe76375fe1de02cd6857222b71e')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

 
 prepare() {
   cd ${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/git-fix.diff
+  patch -Np1 -i ../git-fixes.patch
 }
 
 build() {

Deleted: git-fix.diff
===
--- git-fix.diff2016-11-21 18:37:31 UTC (rev 281780)
+++ git-fix.diff2016-11-21 18:46:36 UTC (rev 281781)
@@ -1,32 +0,0 @@
-From 084aa23643bf4245c917e3d672576bc9e5717017 Mon Sep 17 00:00:00 2001
-From: Adam Jackson 
-Date: Thu, 10 Jan 2013 03:21:52 +
-Subject: Remove mibstore.h
-
-Signed-off-by: Adam Jackson 

-diff --git a/src/i740_driver.c b/src/i740_driver.c
-index 1c82198..7c1051d 100644
 a/src/i740_driver.c
-+++ b/src/i740_driver.c
-@@ -63,10 +63,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- 
- #include "compiler.h"
- 
--/* Drivers using the mi implementation of backing store need: */
--
--#include "mibstore.h"
--
- /* All drivers using the vgahw module need this */
- /* This driver needs to be modified to not use vgaHW for multihead operation 
*/
- #include "vgaHW.h"
-@@ -1558,7 +1554,6 @@ I740ScreenInit(SCREEN_INIT_ARGS_DECL) {
- }
-   }
- 
--  miInitializeBackingStore(pScreen);
-   xf86SetBackingStore(pScreen);
-   xf86SetSilkenMouse(pScreen);
- 
---
-cgit v0.9.0.2-2-gbebe

Copied: xf86-video-i740/trunk/git-fixes.patch (from rev 281780, 
xf86-video-i740/trunk/git-fix.diff)
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2016-11-21 18:46:36 UTC (rev 281781)
@@ -0,0 +1,28 @@
+From 74e5a49cbf3b99ce0eb2b78a47a9008a1900bcf4 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 19 Jul 2016 10:03:56 -0400
+Subject: Adapt Block/WakeupHandler signature for ABI 23
+
+Signed-off-by: Adam Jackson 
+
+diff --git a/src/compat-api.h b/src/compat-api.h
+index 6bc946f..89976e4 100644
+--- a/src/compat-api.h
 b/src/compat-api.h
+@@ -75,8 +75,13 @@
+ 
+ #define SCREEN_INIT_ARGS_DECL ScreenPtr pScreen, int argc, char **argv
+ 
++#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
++#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout
++#define BLOCKHANDLER_ARGS arg, pTimeout
++#else
+ #define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout, pointer 
pReadmask
+ #define BLOCKHANDLER_ARGS arg, pTimeout, pReadmask
++#endif
+ 
+ #define CLOSE_SCREEN_ARGS_DECL ScreenPtr pScreen
+ #define CLOSE_SCREEN_ARGS pScreen
+-- 
+cgit v0.10.2
+


[arch-commits] Commit in xf86-video-i740/repos (6 files)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 18:46:43
  Author: lcarlier
Revision: 281782

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

Added:
  xf86-video-i740/repos/staging-i686/
  xf86-video-i740/repos/staging-i686/PKGBUILD
(from rev 281781, xf86-video-i740/trunk/PKGBUILD)
  xf86-video-i740/repos/staging-i686/git-fixes.patch
(from rev 281781, xf86-video-i740/trunk/git-fixes.patch)
  xf86-video-i740/repos/staging-x86_64/
  xf86-video-i740/repos/staging-x86_64/PKGBUILD
(from rev 281781, xf86-video-i740/trunk/PKGBUILD)
  xf86-video-i740/repos/staging-x86_64/git-fixes.patch
(from rev 281781, xf86-video-i740/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   37 +
 staging-i686/git-fixes.patch   |   28 
 staging-x86_64/PKGBUILD|   37 +
 staging-x86_64/git-fixes.patch |   28 
 4 files changed, 130 insertions(+)

Copied: xf86-video-i740/repos/staging-i686/PKGBUILD (from rev 281781, 
xf86-video-i740/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 18:46:43 UTC (rev 281782)
@@ -0,0 +1,37 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-i740
+pkgver=1.3.5
+pkgrel=1
+pkgdesc="X.org Intel i740 video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+git-fixes.patch)
+sha256sums=('1ce02dd0a11fbf6b43b8bca6663c67149d7d740c8985ae18bd956eddeaffe324'
+'SKIP'
+'5abbbd7d008dac0958b8bc628165864cfc03ffe76375fe1de02cd6857222b71e')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-i740/repos/staging-i686/git-fixes.patch (from rev 281781, 
xf86-video-i740/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2016-11-21 18:46:43 UTC (rev 281782)
@@ -0,0 +1,28 @@
+From 74e5a49cbf3b99ce0eb2b78a47a9008a1900bcf4 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 19 Jul 2016 10:03:56 -0400
+Subject: Adapt Block/WakeupHandler signature for ABI 23
+
+Signed-off-by: Adam Jackson 
+
+diff --git a/src/compat-api.h b/src/compat-api.h
+index 6bc946f..89976e4 100644
+--- a/src/compat-api.h
 b/src/compat-api.h
+@@ -75,8 +75,13 @@
+ 
+ #define SCREEN_INIT_ARGS_DECL ScreenPtr pScreen, int argc, char **argv
+ 
++#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
++#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout
++#define BLOCKHANDLER_ARGS arg, pTimeout
++#else
+ #define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout, pointer 
pReadmask
+ #define BLOCKHANDLER_ARGS arg, pTimeout, pReadmask
++#endif
+ 
+ #define CLOSE_SCREEN_ARGS_DECL ScreenPtr pScreen
+ #define CLOSE_SCREEN_ARGS pScreen
+-- 
+cgit v0.10.2
+

Copied: xf86-video-i740/repos/staging-x86_64/PKGBUILD (from rev 281781, 
xf86-video-i740/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-21 18:46:43 UTC (rev 281782)
@@ -0,0 +1,37 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-i740
+pkgver=1.3.5
+pkgrel=1
+pkgdesc="X.org Intel i740 video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+git-fixes.patch)
+sha256sums=('1ce02dd0a11fbf6b43b8bca6663c67149d7d740c8985ae18bd956eddeaffe324'
+'SKIP'
+'5abbbd7d008dac0958b8bc628165864cfc03ffe76375fe1de02cd6857222b71e')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure 

[arch-commits] Commit in xf86-video-mach64/repos (4 files)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 18:37:31
  Author: lcarlier
Revision: 281780

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

Added:
  xf86-video-mach64/repos/staging-i686/
  xf86-video-mach64/repos/staging-i686/PKGBUILD
(from rev 281779, xf86-video-mach64/trunk/PKGBUILD)
  xf86-video-mach64/repos/staging-x86_64/
  xf86-video-mach64/repos/staging-x86_64/PKGBUILD
(from rev 281779, xf86-video-mach64/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: xf86-video-mach64/repos/staging-i686/PKGBUILD (from rev 281779, 
xf86-video-mach64/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 18:37:31 UTC (rev 281780)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-mach64
+pkgver=6.9.5
+pkgrel=3
+pkgdesc="X.org mach64 video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+optdepends=('mach64-dri: DRI1 support from community repo')
+groups=('xorg-drivers')
+options=('!emptydirs')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('3e98985b6e044189efd42342862208f472881c25debf22230a1d54a96d71b41f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-mach64/repos/staging-x86_64/PKGBUILD (from rev 281779, 
xf86-video-mach64/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-21 18:37:31 UTC (rev 281780)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-mach64
+pkgver=6.9.5
+pkgrel=3
+pkgdesc="X.org mach64 video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+optdepends=('mach64-dri: DRI1 support from community repo')
+groups=('xorg-drivers')
+options=('!emptydirs')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('3e98985b6e044189efd42342862208f472881c25debf22230a1d54a96d71b41f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-video-mach64/trunk (PKGBUILD)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 18:37:23
  Author: lcarlier
Revision: 281779

upgpkg: xf86-video-mach64 6.9.5-3

xorg-server-1.19 rebuild

Modified:
  xf86-video-mach64/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 18:32:29 UTC (rev 281778)
+++ PKGBUILD2016-11-21 18:37:23 UTC (rev 281779)
@@ -3,16 +3,16 @@
 
 pkgname=xf86-video-mach64
 pkgver=6.9.5
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org mach64 video driver"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/;
+url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
 optdepends=('mach64-dri: DRI1 support from community repo')
-groups=('xorg-drivers' 'xorg')
+groups=('xorg-drivers')
 options=('!emptydirs')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('3e98985b6e044189efd42342862208f472881c25debf22230a1d54a96d71b41f')


[arch-commits] Commit in xf86-video-neomagic/trunk (PKGBUILD)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 18:32:20
  Author: lcarlier
Revision: 281777

upgpkg: xf86-video-neomagic 1.2.9-3

xorg-server-1.19 rebuild

Modified:
  xf86-video-neomagic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 18:02:42 UTC (rev 281776)
+++ PKGBUILD2016-11-21 18:32:20 UTC (rev 281777)
@@ -3,15 +3,15 @@
 
 pkgname=xf86-video-neomagic
 pkgver=1.2.9
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org neomagic video driver"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/;
+url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
-groups=('xorg-drivers' 'xorg')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
 sha256sums=('72f89396b10527549337cb72a7eafb1194cf140144f9236a94ad2becdf140bf2'
 'SKIP')


[arch-commits] Commit in xf86-video-neomagic/repos (4 files)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 18:32:29
  Author: lcarlier
Revision: 281778

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

Added:
  xf86-video-neomagic/repos/staging-i686/
  xf86-video-neomagic/repos/staging-i686/PKGBUILD
(from rev 281777, xf86-video-neomagic/trunk/PKGBUILD)
  xf86-video-neomagic/repos/staging-x86_64/
  xf86-video-neomagic/repos/staging-x86_64/PKGBUILD
(from rev 281777, xf86-video-neomagic/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: xf86-video-neomagic/repos/staging-i686/PKGBUILD (from rev 281777, 
xf86-video-neomagic/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 18:32:29 UTC (rev 281778)
@@ -0,0 +1,31 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-neomagic
+pkgver=1.2.9
+pkgrel=3
+pkgdesc="X.org neomagic video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('72f89396b10527549337cb72a7eafb1194cf140144f9236a94ad2becdf140bf2'
+'SKIP')
+validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C') # Julien Cristau 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-neomagic/repos/staging-x86_64/PKGBUILD (from rev 281777, 
xf86-video-neomagic/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-21 18:32:29 UTC (rev 281778)
@@ -0,0 +1,31 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86-video-neomagic
+pkgver=1.2.9
+pkgrel=3
+pkgdesc="X.org neomagic video driver"
+arch=(i686 x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('72f89396b10527549337cb72a7eafb1194cf140144f9236a94ad2becdf140bf2'
+'SKIP')
+validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C') # Julien Cristau 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2016-11-21 Thread Anatol Pomozov
Date: Monday, November 21, 2016 @ 17:57:22
  Author: anatolik
Revision: 281775

upgpkg: hwloc 1.11.5-1

Modified:
  hwloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 17:44:38 UTC (rev 281774)
+++ PKGBUILD2016-11-21 17:57:22 UTC (rev 281775)
@@ -4,7 +4,7 @@
 # Contributor: Hervé YVIQUEL 
 
 pkgname=hwloc
-pkgver=1.11.4
+pkgver=1.11.5
 pkgrel=1
 pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('cairo' 'libxml2' 'pciutils')
 options=('!docs')
 
source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('5ecfeea7a825da1e22dd3d418746b33fad44f1b0')
+sha1sums=('bfca110cc6a731eaaf02d9155e8ab126b694f118')
 
 build() {
   cd hwloc-$pkgver


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

2016-11-21 Thread Anatol Pomozov
Date: Monday, November 21, 2016 @ 18:02:42
  Author: anatolik
Revision: 281776

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

Added:
  hwloc/repos/testing-i686/
  hwloc/repos/testing-i686/PKGBUILD
(from rev 281775, hwloc/trunk/PKGBUILD)
  hwloc/repos/testing-x86_64/
  hwloc/repos/testing-x86_64/PKGBUILD
(from rev 281775, hwloc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: hwloc/repos/testing-i686/PKGBUILD (from rev 281775, 
hwloc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-21 18:02:42 UTC (rev 281776)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.5
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
+arch=('i686' 'x86_64')
+url='http://www.open-mpi.org/projects/hwloc/'
+license=('BSD')
+depends=('numactl' 'libtool')
+optdepends=('cairo' 'libxml2' 'pciutils')
+makedepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('bfca110cc6a731eaaf02d9155e8ab126b694f118')
+
+build() {
+  cd hwloc-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugins
+  make
+}
+
+check() {
+  cd hwloc-$pkgver
+  make check
+}
+
+package() {
+  cd hwloc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/hwloc/LICENSE
+}

Copied: hwloc/repos/testing-x86_64/PKGBUILD (from rev 281775, 
hwloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-11-21 18:02:42 UTC (rev 281776)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.5
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
+arch=('i686' 'x86_64')
+url='http://www.open-mpi.org/projects/hwloc/'
+license=('BSD')
+depends=('numactl' 'libtool')
+optdepends=('cairo' 'libxml2' 'pciutils')
+makedepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('bfca110cc6a731eaaf02d9155e8ab126b694f118')
+
+build() {
+  cd hwloc-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugins
+  make
+}
+
+check() {
+  cd hwloc-$pkgver
+  make check
+}
+
+package() {
+  cd hwloc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/hwloc/LICENSE
+}


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

2016-11-21 Thread Levente Polyak
Date: Monday, November 21, 2016 @ 17:44:22
  Author: anthraxx
Revision: 281773

upgpkg: gegl02 0.2.0-6 (jasper rebuild)

Modified:
  gegl02/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 17:16:02 UTC (rev 281772)
+++ PKGBUILD2016-11-21 17:44:22 UTC (rev 281773)
@@ -4,7 +4,7 @@
 
 pkgname=gegl02
 pkgver=0.2.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Graph based image processing framework (v0.2)"
 arch=('i686' 'x86_64')
 url="http://www.gegl.org/;


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

2016-11-21 Thread Levente Polyak
Date: Monday, November 21, 2016 @ 17:44:38
  Author: anthraxx
Revision: 281774

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

Added:
  gegl02/repos/staging-i686/
  gegl02/repos/staging-i686/PKGBUILD
(from rev 281773, gegl02/trunk/PKGBUILD)
  gegl02/repos/staging-i686/gegl-0.2.0-CVE-2012-4433.patch
(from rev 281773, gegl02/trunk/gegl-0.2.0-CVE-2012-4433.patch)
  gegl02/repos/staging-i686/gegl-0.2.0-ffmpeg-0.11.patch
(from rev 281773, gegl02/trunk/gegl-0.2.0-ffmpeg-0.11.patch)
  gegl02/repos/staging-i686/gegl-0.2.0-lua-5.2.patch
(from rev 281773, gegl02/trunk/gegl-0.2.0-lua-5.2.patch)
  gegl02/repos/staging-i686/gegl-0.2.0-remove-src-over-op.patch
(from rev 281773, gegl02/trunk/gegl-0.2.0-remove-src-over-op.patch)
  gegl02/repos/staging-x86_64/
  gegl02/repos/staging-x86_64/PKGBUILD
(from rev 281773, gegl02/trunk/PKGBUILD)
  gegl02/repos/staging-x86_64/gegl-0.2.0-CVE-2012-4433.patch
(from rev 281773, gegl02/trunk/gegl-0.2.0-CVE-2012-4433.patch)
  gegl02/repos/staging-x86_64/gegl-0.2.0-ffmpeg-0.11.patch
(from rev 281773, gegl02/trunk/gegl-0.2.0-ffmpeg-0.11.patch)
  gegl02/repos/staging-x86_64/gegl-0.2.0-lua-5.2.patch
(from rev 281773, gegl02/trunk/gegl-0.2.0-lua-5.2.patch)
  gegl02/repos/staging-x86_64/gegl-0.2.0-remove-src-over-op.patch
(from rev 281773, gegl02/trunk/gegl-0.2.0-remove-src-over-op.patch)

+
 staging-i686/PKGBUILD  |   60 +
 staging-i686/gegl-0.2.0-CVE-2012-4433.patch|  159 +++
 staging-i686/gegl-0.2.0-ffmpeg-0.11.patch  |   47 
 staging-i686/gegl-0.2.0-lua-5.2.patch  |   53 +
 staging-i686/gegl-0.2.0-remove-src-over-op.patch   |  195 +++
 staging-x86_64/PKGBUILD|   60 +
 staging-x86_64/gegl-0.2.0-CVE-2012-4433.patch  |  159 +++
 staging-x86_64/gegl-0.2.0-ffmpeg-0.11.patch|   47 
 staging-x86_64/gegl-0.2.0-lua-5.2.patch|   53 +
 staging-x86_64/gegl-0.2.0-remove-src-over-op.patch |  195 +++
 10 files changed, 1028 insertions(+)

Copied: gegl02/repos/staging-i686/PKGBUILD (from rev 281773, 
gegl02/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 17:44:38 UTC (rev 281774)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Daniel Isenmann 
+
+pkgname=gegl02
+pkgver=0.2.0
+pkgrel=6
+pkgdesc="Graph based image processing framework (v0.2)"
+arch=('i686' 'x86_64')
+url="http://www.gegl.org/;
+license=('GPL3' 'LGPL3')
+depends=('babl' 'libspiro')
+makedepends=('intltool' 'ruby' 'lua' 'libopenraw' 'openexr' 'mesa' 'glu' 
'ffmpeg' 'librsvg' 'jasper' 'exiv2' 'vala')
+optdepends=('libopenraw: openraw plugin'
+'openexr: openexr plugin'
+'ffmpeg: ffmpeg plugin'
+'librsvg: svg plugin'
+'jasper: jasper plugin')
+options=(!makeflags)
+source=(http://ftp.gimp.org/pub/gegl/${pkgver%.*}/gegl-${pkgver}.tar.bz2
+gegl-0.2.0-ffmpeg-0.11.patch
+gegl-0.2.0-CVE-2012-4433.patch
+gegl-0.2.0-lua-5.2.patch
+gegl-0.2.0-remove-src-over-op.patch)
+sha1sums=('764cc66cb3c7b261b8fc18a6268a0e264a91d573'
+  'f5e4c0edd32e088f768e303081f1ed2d80588d4c'
+  '44d48bd9ad008703de9f8eb683d557bac39a02c8'
+  'c78a092b880874ba7784b652bcd9c532e2b9975d'
+  'dc9ae21cc5ba0fb47ef05793f0cb169572dfab74')
+
+prepare() {
+  cd gegl-${pkgver}
+  patch -Np1 -i ../gegl-0.2.0-ffmpeg-0.11.patch
+  patch -Np1 -i ../gegl-0.2.0-CVE-2012-4433.patch
+  patch -Np1 -i ../gegl-0.2.0-lua-5.2.patch
+  patch -Np1 -i ../gegl-0.2.0-remove-src-over-op.patch
+  sed -i 's/avcodec_alloc_frame/av_frame_alloc/g' operations/external/ff-*.c
+}
+
+build() {
+  cd gegl-${pkgver}
+  ./configure  --prefix=/usr  --with-sdl --with-librsvg \
+--with-libavformat --with-jasper --without-umfpack --disable-docs
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd gegl-${pkgver}
+  make -k check || :
+}
+
+package() {
+  cd gegl-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  rm -r "${pkgdir}/usr/bin"
+}

Copied: gegl02/repos/staging-i686/gegl-0.2.0-CVE-2012-4433.patch (from rev 
281773, gegl02/trunk/gegl-0.2.0-CVE-2012-4433.patch)
===
--- staging-i686/gegl-0.2.0-CVE-2012-4433.patch (rev 0)
+++ staging-i686/gegl-0.2.0-CVE-2012-4433.patch 2016-11-21 17:44:38 UTC (rev 
281774)
@@ -0,0 +1,159 @@
+From ffa77a246652c7e706d690682fe659f50fbe5656 Mon Sep 17 00:00:00 2001
+From: Nils Philippsen 
+Date: Mon, 1 Jul 2013 12:03:51 +0200
+Subject: [PATCH] patch: CVE-2012-4433
+

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

2016-11-21 Thread Anatol Pomozov
Date: Monday, November 21, 2016 @ 17:16:02
  Author: anatolik
Revision: 281772

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

Added:
  ruby/repos/testing-i686/
  ruby/repos/testing-i686/PKGBUILD
(from rev 281769, ruby/trunk/PKGBUILD)
  ruby/repos/testing-i686/gemrc
(from rev 281769, ruby/trunk/gemrc)
  ruby/repos/testing-i686/ruby.install
(from rev 281769, ruby/trunk/ruby.install)
  ruby/repos/testing-x86_64/
  ruby/repos/testing-x86_64/PKGBUILD
(from rev 281770, ruby/trunk/PKGBUILD)
  ruby/repos/testing-x86_64/gemrc
(from rev 281770, ruby/trunk/gemrc)
  ruby/repos/testing-x86_64/ruby.install
(from rev 281770, ruby/trunk/ruby.install)

-+
 testing-i686/PKGBUILD   |   72 ++
 testing-i686/gemrc  |5 ++
 testing-i686/ruby.install   |   22 
 testing-x86_64/PKGBUILD |   72 ++
 testing-x86_64/gemrc|5 ++
 testing-x86_64/ruby.install |   22 
 6 files changed, 198 insertions(+)

Copied: ruby/repos/testing-i686/PKGBUILD (from rev 281769, ruby/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-21 17:16:02 UTC (rev 281772)
@@ -0,0 +1,72 @@
+# Maintainer: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+pkgname=(ruby ruby-docs)
+pkgver=2.3.3
+pkgrel=1
+arch=(i686 x86_64)
+url='http://www.ruby-lang.org/en/'
+license=(BSD custom)
+makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk)
+options=(!emptydirs)
+source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz
+gemrc)
+sha1sums=('f2318460606d410e80dd5c82862a93e5736534de'
+  'dc536754c8fac2c3d82965c5a708cd8f79562d98')
+
+build() {
+  cd ruby-${pkgver}
+
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sharedstatedir=/var/lib \
+--libexecdir=/usr/lib/ruby \
+--enable-shared \
+--disable-rpath \
+--with-dbm-type=gdbm_compat
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver}
+
+  make test
+}
+
+package_ruby() {
+  pkgdesc='An object-oriented language for quick and easy programming'
+  depends=(gdbm openssl libffi libyaml gmp zlib)
+  optdepends=(
+  'ruby-docs: Ruby documentation'
+  'tk: for Ruby/TK'
+  )
+  provides=(rubygems rake)
+  conflicts=(rake)
+  backup=(etc/gemrc)
+  install=ruby.install
+
+  cd ruby-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
+}
+
+package_ruby-docs() {
+  pkgdesc='Documentation files for ruby'
+
+  cd ruby-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-doc install-capi
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
+}

Copied: ruby/repos/testing-i686/gemrc (from rev 281769, ruby/trunk/gemrc)
===
--- testing-i686/gemrc  (rev 0)
+++ testing-i686/gemrc  2016-11-21 17:16:02 UTC (rev 281772)
@@ -0,0 +1,5 @@
+# Read about the gemrc format at 
http://guides.rubygems.org/command-reference/#gem-environment
+
+# --user-install is used to install to $HOME/.gem/ by default since we want to 
separate
+#pacman installed gems and gem installed gems
+gem: --user-install

Copied: ruby/repos/testing-i686/ruby.install (from rev 281769, 
ruby/trunk/ruby.install)
===
--- testing-i686/ruby.install   (rev 0)
+++ testing-i686/ruby.install   2016-11-21 17:16:02 UTC (rev 281772)
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+print_gem_default_target() {
+  echo 'The default location of gem installs is $HOME/.gem/ruby'
+  echo 'Add the following line to your PATH if you plan to install using gem'
+  echo '$(ruby -rubygems -e "puts Gem.user_dir")/bin'
+  echo 'If you want to install to the system wide location, you must either:'
+  echo 'edit /etc/gemrc or run gem with the --no-user-install flag.'
+}
+
+# arg 1:  the new package version
+post_install() {
+  print_gem_default_target
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [ "$(vercmp $2 1.9.3_p125-4)" -lt 0 ]; then
+print_gem_default_target
+  fi
+}

Copied: ruby/repos/testing-x86_64/PKGBUILD (from rev 281770, 
ruby/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD 

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

2016-11-21 Thread Levente Polyak
Date: Monday, November 21, 2016 @ 17:15:54
  Author: anthraxx
Revision: 281771

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

Added:
  gegl/repos/staging-i686/
  gegl/repos/staging-i686/PKGBUILD
(from rev 281770, gegl/trunk/PKGBUILD)
  gegl/repos/staging-x86_64/
  gegl/repos/staging-x86_64/PKGBUILD
(from rev 281770, gegl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   58 ++
 staging-x86_64/PKGBUILD |   58 ++
 2 files changed, 116 insertions(+)

Copied: gegl/repos/staging-i686/PKGBUILD (from rev 281770, gegl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 17:15:54 UTC (rev 281771)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=gegl
+pkgver=0.3.8
+pkgrel=3
+pkgdesc="Graph based image processing framework"
+arch=('i686' 'x86_64')
+url="http://www.gegl.org/;
+license=('GPL3' 'LGPL3')
+depends=('babl' 'libspiro' 'json-glib')
+makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 
'librsvg'
+ 'jasper' 'libtiff' 'exiv2' 'vala' 'python2' 'suitesparse' 
'lensfun'
+ 'gobject-introspection' 'git')
+optdepends=('libraw: raw plugin'
+'openexr: openexr plugin'
+'ffmpeg: ffmpeg plugin'
+'suitesparse: matting-levin plugin'
+'librsvg: svg plugin'
+'jasper: jasper plugin'
+'libtiff: tiff plugin'
+'lua: lua plugin'
+'lensfun: lens-correct plugin')
+source=("git://git.gnome.org/gegl#tag=GEGL_${pkgver//./_}")
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
+  cd ${pkgname}
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  ./configure  --prefix=/usr  --with-sdl --with-librsvg \
+--with-libavformat --with-jasper --disable-docs \
+--enable-workshop
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  make -k check || :
+}
+
+package() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+}

Copied: gegl/repos/staging-x86_64/PKGBUILD (from rev 281770, 
gegl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-21 17:15:54 UTC (rev 281771)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=gegl
+pkgver=0.3.8
+pkgrel=3
+pkgdesc="Graph based image processing framework"
+arch=('i686' 'x86_64')
+url="http://www.gegl.org/;
+license=('GPL3' 'LGPL3')
+depends=('babl' 'libspiro' 'json-glib')
+makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 
'librsvg'
+ 'jasper' 'libtiff' 'exiv2' 'vala' 'python2' 'suitesparse' 
'lensfun'
+ 'gobject-introspection' 'git')
+optdepends=('libraw: raw plugin'
+'openexr: openexr plugin'
+'ffmpeg: ffmpeg plugin'
+'suitesparse: matting-levin plugin'
+'librsvg: svg plugin'
+'jasper: jasper plugin'
+'libtiff: tiff plugin'
+'lua: lua plugin'
+'lensfun: lens-correct plugin')
+source=("git://git.gnome.org/gegl#tag=GEGL_${pkgver//./_}")
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
+  cd ${pkgname}
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  ./configure  --prefix=/usr  --with-sdl --with-librsvg \
+--with-libavformat --with-jasper --disable-docs \
+--enable-workshop
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  make -k check || :
+}
+
+package() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+}


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

2016-11-21 Thread Levente Polyak
Date: Monday, November 21, 2016 @ 17:15:42
  Author: anthraxx
Revision: 281770

upgpkg: gegl 0.3.8-3 (jasper rebuild)

Modified:
  gegl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 17:15:21 UTC (rev 281769)
+++ PKGBUILD2016-11-21 17:15:42 UTC (rev 281770)
@@ -3,7 +3,7 @@
 
 pkgname=gegl
 pkgver=0.3.8
-pkgrel=2
+pkgrel=3
 pkgdesc="Graph based image processing framework"
 arch=('i686' 'x86_64')
 url="http://www.gegl.org/;


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

2016-11-21 Thread Anatol Pomozov
Date: Monday, November 21, 2016 @ 17:15:21
  Author: anatolik
Revision: 281769

upgpkg: ruby 2.3.3-1

Modified:
  ruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 16:44:35 UTC (rev 281768)
+++ PKGBUILD2016-11-21 17:15:21 UTC (rev 281769)
@@ -4,7 +4,7 @@
 # Contributor: Jeramy Rutley 
 
 pkgname=(ruby ruby-docs)
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 arch=(i686 x86_64)
 url='http://www.ruby-lang.org/en/'
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 
source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz
 gemrc)
-sha1sums=('b7c780dbfc34b5baea116504ae700f68c92379a0'
+sha1sums=('f2318460606d410e80dd5c82862a93e5736534de'
   'dc536754c8fac2c3d82965c5a708cd8f79562d98')
 
 build() {


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

2016-11-21 Thread Levente Polyak
Date: Monday, November 21, 2016 @ 16:44:35
  Author: anthraxx
Revision: 281768

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

Added:
  graphicsmagick/repos/staging-i686/
  graphicsmagick/repos/staging-i686/PKGBUILD
(from rev 281767, graphicsmagick/trunk/PKGBUILD)
  graphicsmagick/repos/staging-x86_64/
  graphicsmagick/repos/staging-x86_64/PKGBUILD
(from rev 281767, graphicsmagick/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   61 ++
 staging-x86_64/PKGBUILD |   61 ++
 2 files changed, 122 insertions(+)

Copied: graphicsmagick/repos/staging-i686/PKGBUILD (from rev 281767, 
graphicsmagick/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 16:44:35 UTC (rev 281768)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Gaetan Bisson 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Anton Leontiev 
+
+pkgname=graphicsmagick
+pkgver=1.3.25
+pkgrel=3
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+optdepends=('jasper: jp2 module'
+'libpng: png module'
+'libwmf: wmf module'
+'libxml2: msl, svg, url modules'
+'libtiff: ps2, ps3, tiff modules'
+'ghostscript: pdf, ps modules')
+makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff')
+depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha1sums=('0dcf4c1f6f3ead29147ea0392a148ce50cd64bb4')
+
+options=('!emptydirs' 'libtool')
+
+build() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --enable-shared \
+   --with-modules \
+   --with-perl \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+   --with-quantum-depth=16 \
+   --with-threads
+   make
+}
+
+package() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   # Install MIT license
+   install -Dm644 "Copyright.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt"
+
+   # Install perl bindings
+   # The patching was introduced in order to build perl module without 
installing package itself and
+   # not to introduce unnecessary path into LD_RUN_PATH
+   cd PerlMagick
+   sed -i -e "s:'LDDLFLAGS'  => \"\(.*\)\":'LDDLFLAGS'  => 
\"-L${pkgdir}/usr/lib \1\":" Makefile.PL
+   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR="${pkgdir}"
+   sed -i -e "s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/" Makefile
+   make
+   make install
+
+   # Remove perllocal.pod and .packlist
+   rm -rf "${pkgdir}/usr/lib/perl5/core_perl"
+   rm "${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist"
+}

Copied: graphicsmagick/repos/staging-x86_64/PKGBUILD (from rev 281767, 
graphicsmagick/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-21 16:44:35 UTC (rev 281768)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Gaetan Bisson 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Anton Leontiev 
+
+pkgname=graphicsmagick
+pkgver=1.3.25
+pkgrel=3
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+optdepends=('jasper: jp2 module'
+'libpng: png module'
+'libwmf: wmf module'
+'libxml2: msl, svg, url modules'
+'libtiff: ps2, ps3, tiff modules'
+'ghostscript: pdf, ps modules')
+makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff')
+depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha1sums=('0dcf4c1f6f3ead29147ea0392a148ce50cd64bb4')
+
+options=('!emptydirs' 'libtool')
+
+build() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --enable-shared \
+   --with-modules \
+   --with-perl \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+   --with-quantum-depth=16 \
+   --with-threads
+   make
+}
+
+package() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   # Install MIT license

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

2016-11-21 Thread Levente Polyak
Date: Monday, November 21, 2016 @ 16:44:19
  Author: anthraxx
Revision: 281767

upgpkg: graphicsmagick 1.3.25-3 (jasper rebuild)

Modified:
  graphicsmagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 16:25:55 UTC (rev 281766)
+++ PKGBUILD2016-11-21 16:44:19 UTC (rev 281767)
@@ -6,7 +6,7 @@
 
 pkgname=graphicsmagick
 pkgver=1.3.25
-pkgrel=2
+pkgrel=3
 pkgdesc='Image processing system'
 url='http://www.graphicsmagick.org/'
 arch=('i686' 'x86_64')


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

2016-11-21 Thread Levente Polyak
Date: Monday, November 21, 2016 @ 16:20:32
  Author: anthraxx
Revision: 281763

upgpkg: dcraw 9.26.0-3 (jasper rebuild)

Modified:
  dcraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 16:16:24 UTC (rev 281762)
+++ PKGBUILD2016-11-21 16:20:32 UTC (rev 281763)
@@ -5,7 +5,7 @@
 
 pkgname=dcraw
 pkgver=9.26.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Decodes any raw image from any digital camera'
 url='https://www.cybercom.net/~dcoffin/dcraw/'
 arch=('i686' 'x86_64')


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

2016-11-21 Thread Levente Polyak
Date: Monday, November 21, 2016 @ 16:25:55
  Author: anthraxx
Revision: 281766

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

Added:
  libraw/repos/staging-i686/
  libraw/repos/staging-i686/PKGBUILD
(from rev 281765, libraw/trunk/PKGBUILD)
  libraw/repos/staging-i686/libraw-gcc6.patch
(from rev 281765, libraw/trunk/libraw-gcc6.patch)
  libraw/repos/staging-x86_64/
  libraw/repos/staging-x86_64/PKGBUILD
(from rev 281765, libraw/trunk/PKGBUILD)
  libraw/repos/staging-x86_64/libraw-gcc6.patch
(from rev 281765, libraw/trunk/libraw-gcc6.patch)

--+
 staging-i686/PKGBUILD|   41 ++
 staging-i686/libraw-gcc6.patch   |   82 +
 staging-x86_64/PKGBUILD  |   41 ++
 staging-x86_64/libraw-gcc6.patch |   82 +
 4 files changed, 246 insertions(+)

Copied: libraw/repos/staging-i686/PKGBUILD (from rev 281765, 
libraw/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 16:25:55 UTC (rev 281766)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.17.2
+pkgrel=3
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('i686' 'x86_64')
+url="http://www.libraw.org/;
+license=(CDDL LGPL custom)
+depends=(lcms2 jasper)
+source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz; libraw-gcc6.patch)
+sha256sums=('92b0c42c7666eca9307e5e1f97d6fefc196cf0b7ee089e22880259a76fafd15c'
+'317af364c48fd346eef0b116264a8c048aed923e2d850c0f2dd2d30a34b3771a')
+
+prepare() {
+  cd LibRaw-$pkgver
+# Fix build with GCC 6 (Fedora)
+  patch -p0 -i ../libraw-gcc6.patch
+}
+
+build() {
+  cd LibRaw-$pkgver
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  install -D -m644 "$srcdir"/LibRaw-$pkgver/LICENSE.LibRaw.pdf \
+"$pkgdir"/usr/share/licenses/$pkgname
+}

Copied: libraw/repos/staging-i686/libraw-gcc6.patch (from rev 281765, 
libraw/trunk/libraw-gcc6.patch)
===
--- staging-i686/libraw-gcc6.patch  (rev 0)
+++ staging-i686/libraw-gcc6.patch  2016-11-21 16:25:55 UTC (rev 281766)
@@ -0,0 +1,82 @@
+--- internal/dcraw_common.cpp
 internal/dcraw_common.cpp
+@@ -4417,30 +4417,37 @@ void CLASS lin_interpolate()
+  */
+ void CLASS vng_interpolate()
+ {
+-  static const signed char *cp, terms[] = {
+--2,-2,+0,-1,0,0x01, -2,-2,+0,+0,1,0x01, -2,-1,-1,+0,0,0x01,
+--2,-1,+0,-1,0,0x02, -2,-1,+0,+0,0,0x03, -2,-1,+0,+1,1,0x01,
+--2,+0,+0,-1,0,0x06, -2,+0,+0,+0,1,0x02, -2,+0,+0,+1,0,0x03,
+--2,+1,-1,+0,0,0x04, -2,+1,+0,-1,1,0x04, -2,+1,+0,+0,0,0x06,
+--2,+1,+0,+1,0,0x02, -2,+2,+0,+0,1,0x04, -2,+2,+0,+1,0,0x04,
+--1,-2,-1,+0,0,0x80, -1,-2,+0,-1,0,0x01, -1,-2,+1,-1,0,0x01,
+--1,-2,+1,+0,1,0x01, -1,-1,-1,+1,0,0x88, -1,-1,+1,-2,0,0x40,
+--1,-1,+1,-1,0,0x22, -1,-1,+1,+0,0,0x33, -1,-1,+1,+1,1,0x11,
+--1,+0,-1,+2,0,0x08, -1,+0,+0,-1,0,0x44, -1,+0,+0,+1,0,0x11,
+--1,+0,+1,-2,1,0x40, -1,+0,+1,-1,0,0x66, -1,+0,+1,+0,1,0x22,
+--1,+0,+1,+1,0,0x33, -1,+0,+1,+2,1,0x10, -1,+1,+1,-1,1,0x44,
+--1,+1,+1,+0,0,0x66, -1,+1,+1,+1,0,0x22, -1,+1,+1,+2,0,0x10,
+--1,+2,+0,+1,0,0x04, -1,+2,+1,+0,1,0x04, -1,+2,+1,+1,0,0x04,
+-+0,-2,+0,+0,1,0x80, +0,-1,+0,+1,1,0x88, +0,-1,+1,-2,0,0x40,
+-+0,-1,+1,+0,0,0x11, +0,-1,+2,-2,0,0x40, +0,-1,+2,-1,0,0x20,
+-+0,-1,+2,+0,0,0x30, +0,-1,+2,+1,1,0x10, +0,+0,+0,+2,1,0x08,
+-+0,+0,+2,-2,1,0x40, +0,+0,+2,-1,0,0x60, +0,+0,+2,+0,1,0x20,
+-+0,+0,+2,+1,0,0x30, +0,+0,+2,+2,1,0x10, +0,+1,+1,+0,0,0x44,
+-+0,+1,+1,+2,0,0x10, +0,+1,+2,-1,1,0x40, +0,+1,+2,+0,0,0x60,
+-+0,+1,+2,+1,0,0x20, +0,+1,+2,+2,0,0x10, +1,-2,+1,+0,0,0x80,
+-+1,-1,+1,+1,0,0x88, +1,+0,+1,+2,0,0x08, +1,+0,+2,-1,0,0x40,
+-+1,+0,+2,+1,0,0x10
+-  }, chood[] = { -1,-1, -1,0, -1,+1, 0,+1, +1,+1, +1,0, +1,-1, 0,-1 };
++  struct interpolate_terms {
++signed char y1, x1, y2, x2, weight;
++unsigned char grads;
++  };
++  static const interpolate_terms terms[] = {
++{-2,-2,+0,-1,0,0x01}, {-2,-2,+0,+0,1,0x01}, {-2,-1,-1,+0,0,0x01},
++{-2,-1,+0,-1,0,0x02}, {-2,-1,+0,+0,0,0x03}, {-2,-1,+0,+1,1,0x01},
++{-2,+0,+0,-1,0,0x06}, {-2,+0,+0,+0,1,0x02}, {-2,+0,+0,+1,0,0x03},
++{-2,+1,-1,+0,0,0x04}, {-2,+1,+0,-1,1,0x04}, {-2,+1,+0,+0,0,0x06},
++ 

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

2016-11-21 Thread Levente Polyak
Date: Monday, November 21, 2016 @ 16:25:44
  Author: anthraxx
Revision: 281765

upgpkg: libraw 0.17.2-3 (jasper rebuild)

Modified:
  libraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 16:20:40 UTC (rev 281764)
+++ PKGBUILD2016-11-21 16:25:44 UTC (rev 281765)
@@ -8,7 +8,7 @@
 
 pkgname=libraw
 pkgver=0.17.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
 arch=('i686' 'x86_64')
 url="http://www.libraw.org/;


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

2016-11-21 Thread Levente Polyak
Date: Monday, November 21, 2016 @ 16:20:40
  Author: anthraxx
Revision: 281764

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

Added:
  dcraw/repos/staging-i686/
  dcraw/repos/staging-i686/PKGBUILD
(from rev 281763, dcraw/trunk/PKGBUILD)
  dcraw/repos/staging-x86_64/
  dcraw/repos/staging-x86_64/PKGBUILD
(from rev 281763, dcraw/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   42 ++
 staging-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: dcraw/repos/staging-i686/PKGBUILD (from rev 281763, 
dcraw/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 16:20:40 UTC (rev 281764)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: tobias 
+# Contributor: Tobias Kieslich 
+
+pkgname=dcraw
+pkgver=9.26.0
+pkgrel=3
+pkgdesc='Decodes any raw image from any digital camera'
+url='https://www.cybercom.net/~dcoffin/dcraw/'
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('lcms2' 'jasper')
+source=("https://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('f4432b673b15df8181c386bc18bb039aefafea7f')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   gcc ${CFLAGS} ${LDFLAGS} \
+   -o dcraw dcraw.c \
+   -lm -ljasper -ljpeg -llcms2 \
+   -DLOCALEDIR=\"/usr/share/locale/\"
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+
+   install -Dm755 dcraw "${pkgdir}"/usr/bin/dcraw
+   install -Dm644 dcraw.1 "${pkgdir}"/usr/share/man/man1/dcraw.1
+   
+   for i in dcraw_*.1; do j=${i#dcraw_}; k=${j%.1}
+   install -Dm644 $i "${pkgdir}"/usr/share/man/$k/man1/dcraw.1
+   done
+
+   for i in dcraw_*.po; do j=${i#dcraw_}; k=${j%.po}
+   install -d "${pkgdir}"/usr/share/locale/$k/LC_MESSAGES
+   msgfmt -o "${pkgdir}"/usr/share/locale/$k/LC_MESSAGES/dcraw.mo 
$i
+   done
+
+   install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+   head -25 dcraw.c > "${pkgdir}"/usr/share/licenses/${pkgname}/license.txt
+}

Copied: dcraw/repos/staging-x86_64/PKGBUILD (from rev 281763, 
dcraw/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-21 16:20:40 UTC (rev 281764)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: tobias 
+# Contributor: Tobias Kieslich 
+
+pkgname=dcraw
+pkgver=9.26.0
+pkgrel=3
+pkgdesc='Decodes any raw image from any digital camera'
+url='https://www.cybercom.net/~dcoffin/dcraw/'
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('lcms2' 'jasper')
+source=("https://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('f4432b673b15df8181c386bc18bb039aefafea7f')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   gcc ${CFLAGS} ${LDFLAGS} \
+   -o dcraw dcraw.c \
+   -lm -ljasper -ljpeg -llcms2 \
+   -DLOCALEDIR=\"/usr/share/locale/\"
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+
+   install -Dm755 dcraw "${pkgdir}"/usr/bin/dcraw
+   install -Dm644 dcraw.1 "${pkgdir}"/usr/share/man/man1/dcraw.1
+   
+   for i in dcraw_*.1; do j=${i#dcraw_}; k=${j%.1}
+   install -Dm644 $i "${pkgdir}"/usr/share/man/$k/man1/dcraw.1
+   done
+
+   for i in dcraw_*.po; do j=${i#dcraw_}; k=${j%.po}
+   install -d "${pkgdir}"/usr/share/locale/$k/LC_MESSAGES
+   msgfmt -o "${pkgdir}"/usr/share/locale/$k/LC_MESSAGES/dcraw.mo 
$i
+   done
+
+   install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+   head -25 dcraw.c > "${pkgdir}"/usr/share/licenses/${pkgname}/license.txt
+}


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

2016-11-21 Thread Levente Polyak
Date: Monday, November 21, 2016 @ 16:01:54
  Author: anthraxx
Revision: 281759

upgpkg: jasper 1.900.31-1

Modified:
  jasper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 15:20:33 UTC (rev 281758)
+++ PKGBUILD2016-11-21 16:01:54 UTC (rev 281759)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=jasper
-pkgver=1.900.30
+pkgver=1.900.31
 pkgrel=1
 pkgdesc='Software-based implementation of the codec specified in the emerging 
JPEG-2000 Part-1 standard'
 url='http://www.ece.uvic.ca/~mdadams/jasper/'
@@ -15,7 +15,7 @@
 options=('staticlibs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mdadams/jasper/archive/version-${pkgver}.tar.gz
 jasper-1.900.1-fix-filename-buffer-overflow.patch)
-sha512sums=('887cb6f4167bd8aedb067851e064a550b1d3c5247204d8cba4d87e47f2fc42b8f7d64ab62be74838b452a821f9e467665f44dadedc84b268510159ad1de68311'
+sha512sums=('e0f37106b59e4226a65e562e78e577e889dd8cbad7a04c63ca3e6ea2d0b1fe72e325abc0a701e2557aeb64b2dc999fa52426341264cb82e3e44338fb0cdc0f65'
 
'b8d798bf75523c5db263783e42c653dd0cb03deee90be32eddf878bb6893cca02abadd94de6a8c737a5b7fe76f7fb245979f010765e6a95fc520b215e3a2a7f0')
 
 prepare() {
@@ -30,6 +30,11 @@
   make
 }
 
+check() {
+  cd ${pkgname}-version-${pkgver}
+  make -j1 check
+}
+
 package() {
   cd ${pkgname}-version-${pkgver}
   make DESTDIR="${pkgdir}" install


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

2016-11-21 Thread Levente Polyak
Date: Monday, November 21, 2016 @ 16:16:24
  Author: anthraxx
Revision: 281762

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

Added:
  gdk-pixbuf2/repos/staging-i686/
  gdk-pixbuf2/repos/staging-i686/PKGBUILD
(from rev 281761, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/staging-i686/gdk-pixbuf-query-loaders.hook
(from rev 281761, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
  gdk-pixbuf2/repos/staging-i686/gdk-pixbuf2.install
(from rev 281761, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
  gdk-pixbuf2/repos/staging-x86_64/
  gdk-pixbuf2/repos/staging-x86_64/PKGBUILD
(from rev 281761, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/staging-x86_64/gdk-pixbuf-query-loaders.hook
(from rev 281761, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
  gdk-pixbuf2/repos/staging-x86_64/gdk-pixbuf2.install
(from rev 281761, gdk-pixbuf2/trunk/gdk-pixbuf2.install)

--+
 staging-i686/PKGBUILD|   47 +
 staging-i686/gdk-pixbuf-query-loaders.hook   |   11 +
 staging-i686/gdk-pixbuf2.install |3 +
 staging-x86_64/PKGBUILD  |   47 +
 staging-x86_64/gdk-pixbuf-query-loaders.hook |   11 +
 staging-x86_64/gdk-pixbuf2.install   |3 +
 6 files changed, 122 insertions(+)

Copied: gdk-pixbuf2/repos/staging-i686/PKGBUILD (from rev 281761, 
gdk-pixbuf2/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 16:16:24 UTC (rev 281762)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gdk-pixbuf2
+pkgver=2.36.0+2+ga7c869a
+pkgrel=3
+pkgdesc="An image loading library"
+arch=('i686' 'x86_64')
+url="http://www.gtk.org/;
+license=('LGPL2.1')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
+makedepends=('gtk-doc' 'gobject-introspection' 'git')
+install=gdk-pixbuf2.install
+_commit=a7c869a8882336d9a720c2ca607173acbdfffb47
+source=("git://git.gnome.org/gdk-pixbuf#commit=$_commit"
+gdk-pixbuf-query-loaders.hook)
+sha256sums=('SKIP'
+'963afcfacde9fd36031d93c8aa4c94a669ab1dbe9ba0d2cf17599b7d358e54c2')
+
+pkgver() {
+  cd gdk-pixbuf
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gdk-pixbuf
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd gdk-pixbuf
+./configure --prefix=/usr \
+--with-x11 \
+--with-libjasper \
+--with-included-loaders=png \
+--enable-gtk-doc
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+make
+}
+
+package() {
+cd gdk-pixbuf
+make DESTDIR="$pkgdir" install
+install -Dm644 ../gdk-pixbuf-query-loaders.hook 
"$pkgdir/usr/share/libalpm/hooks/gdk-pixbuf-query-loaders.hook"
+}
+
+# vim:set et sw=4:

Copied: gdk-pixbuf2/repos/staging-i686/gdk-pixbuf-query-loaders.hook (from rev 
281761, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
===
--- staging-i686/gdk-pixbuf-query-loaders.hook  (rev 0)
+++ staging-i686/gdk-pixbuf-query-loaders.hook  2016-11-21 16:16:24 UTC (rev 
281762)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.so
+
+[Action]
+Description = Probing GDK-Pixbuf loader modules...
+When = PostTransaction
+Exec = /usr/bin/gdk-pixbuf-query-loaders --update-cache

Copied: gdk-pixbuf2/repos/staging-i686/gdk-pixbuf2.install (from rev 281761, 
gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===
--- staging-i686/gdk-pixbuf2.install(rev 0)
+++ staging-i686/gdk-pixbuf2.install2016-11-21 16:16:24 UTC (rev 281762)
@@ -0,0 +1,3 @@
+pre_remove() {
+rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
+}

Copied: gdk-pixbuf2/repos/staging-x86_64/PKGBUILD (from rev 281761, 
gdk-pixbuf2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-21 16:16:24 UTC (rev 281762)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gdk-pixbuf2
+pkgver=2.36.0+2+ga7c869a
+pkgrel=3
+pkgdesc="An image loading library"
+arch=('i686' 'x86_64')
+url="http://www.gtk.org/;
+license=('LGPL2.1')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
+makedepends=('gtk-doc' 'gobject-introspection' 'git')
+install=gdk-pixbuf2.install
+_commit=a7c869a8882336d9a720c2ca607173acbdfffb47
+source=("git://git.gnome.org/gdk-pixbuf#commit=$_commit"
+gdk-pixbuf-query-loaders.hook)
+sha256sums=('SKIP'
+'963afcfacde9fd36031d93c8aa4c94a669ab1dbe9ba0d2cf17599b7d358e54c2')
+
+pkgver() {
+  cd gdk-pixbuf
+  git 

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

2016-11-21 Thread Levente Polyak
Date: Monday, November 21, 2016 @ 16:16:10
  Author: anthraxx
Revision: 281761

upgpkg: gdk-pixbuf2 2.36.0+2+ga7c869a-3 (jasper rebuild)

Modified:
  gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 16:02:03 UTC (rev 281760)
+++ PKGBUILD2016-11-21 16:16:10 UTC (rev 281761)
@@ -3,7 +3,7 @@
 
 pkgname=gdk-pixbuf2
 pkgver=2.36.0+2+ga7c869a
-pkgrel=2
+pkgrel=3
 pkgdesc="An image loading library"
 arch=('i686' 'x86_64')
 url="http://www.gtk.org/;


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

2016-11-21 Thread Levente Polyak
Date: Monday, November 21, 2016 @ 16:02:03
  Author: anthraxx
Revision: 281760

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

Added:
  jasper/repos/staging-i686/PKGBUILD
(from rev 281759, jasper/trunk/PKGBUILD)
  jasper/repos/staging-i686/jasper-1.900.1-fix-filename-buffer-overflow.patch
(from rev 281759, 
jasper/trunk/jasper-1.900.1-fix-filename-buffer-overflow.patch)
  jasper/repos/staging-x86_64/PKGBUILD
(from rev 281759, jasper/trunk/PKGBUILD)
  jasper/repos/staging-x86_64/jasper-1.900.1-fix-filename-buffer-overflow.patch
(from rev 281759, 
jasper/trunk/jasper-1.900.1-fix-filename-buffer-overflow.patch)
Deleted:
  jasper/repos/staging-i686/PKGBUILD
  jasper/repos/staging-i686/jasper-1.900.1-fix-filename-buffer-overflow.patch
  jasper/repos/staging-x86_64/PKGBUILD
  jasper/repos/staging-x86_64/jasper-1.900.1-fix-filename-buffer-overflow.patch

--+
 /PKGBUILD|   88 
++
 /jasper-1.900.1-fix-filename-buffer-overflow.patch   |   74 

 staging-i686/PKGBUILD|   39 
 staging-i686/jasper-1.900.1-fix-filename-buffer-overflow.patch   |   37 
 staging-x86_64/PKGBUILD  |   39 
 staging-x86_64/jasper-1.900.1-fix-filename-buffer-overflow.patch |   37 
 6 files changed, 162 insertions(+), 152 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2016-11-21 16:01:54 UTC (rev 281759)
+++ staging-i686/PKGBUILD   2016-11-21 16:02:03 UTC (rev 281760)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Eric Bélanger 
-
-pkgname=jasper
-pkgver=1.900.30
-pkgrel=1
-pkgdesc='Software-based implementation of the codec specified in the emerging 
JPEG-2000 Part-1 standard'
-url='http://www.ece.uvic.ca/~mdadams/jasper/'
-arch=('i686' 'x86_64')
-license=('custom:JasPer2.0')
-depends=('libjpeg')
-makedepends=('freeglut' 'libxmu' 'glu')
-optdepends=('freeglut: jiv support'
-'glu: jiv support')
-options=('staticlibs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mdadams/jasper/archive/version-${pkgver}.tar.gz
-jasper-1.900.1-fix-filename-buffer-overflow.patch)
-sha512sums=('887cb6f4167bd8aedb067851e064a550b1d3c5247204d8cba4d87e47f2fc42b8f7d64ab62be74838b452a821f9e467665f44dadedc84b268510159ad1de68311'
-
'b8d798bf75523c5db263783e42c653dd0cb03deee90be32eddf878bb6893cca02abadd94de6a8c737a5b7fe76f7fb245979f010765e6a95fc520b215e3a2a7f0')
-
-prepare() {
-  cd ${pkgname}-version-${pkgver}
-  patch -p1 < "${srcdir}/jasper-1.900.1-fix-filename-buffer-overflow.patch"
-  autoreconf -fvi
-}
-
-build() {
-  cd ${pkgname}-version-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man --enable-shared
-  make
-}
-
-package() {
-  cd ${pkgname}-version-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: jasper/repos/staging-i686/PKGBUILD (from rev 281759, 
jasper/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 16:02:03 UTC (rev 281760)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Eric Bélanger 
+
+pkgname=jasper
+pkgver=1.900.31
+pkgrel=1
+pkgdesc='Software-based implementation of the codec specified in the emerging 
JPEG-2000 Part-1 standard'
+url='http://www.ece.uvic.ca/~mdadams/jasper/'
+arch=('i686' 'x86_64')
+license=('custom:JasPer2.0')
+depends=('libjpeg')
+makedepends=('freeglut' 'libxmu' 'glu')
+optdepends=('freeglut: jiv support'
+'glu: jiv support')
+options=('staticlibs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mdadams/jasper/archive/version-${pkgver}.tar.gz
+jasper-1.900.1-fix-filename-buffer-overflow.patch)
+sha512sums=('e0f37106b59e4226a65e562e78e577e889dd8cbad7a04c63ca3e6ea2d0b1fe72e325abc0a701e2557aeb64b2dc999fa52426341264cb82e3e44338fb0cdc0f65'
+
'b8d798bf75523c5db263783e42c653dd0cb03deee90be32eddf878bb6893cca02abadd94de6a8c737a5b7fe76f7fb245979f010765e6a95fc520b215e3a2a7f0')
+
+prepare() {
+  cd ${pkgname}-version-${pkgver}
+  patch -p1 < "${srcdir}/jasper-1.900.1-fix-filename-buffer-overflow.patch"
+  autoreconf -fvi
+}
+
+build() {
+  cd ${pkgname}-version-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-shared
+  make
+}
+
+check() {
+  cd ${pkgname}-version-${pkgver}
+  make -j1 check
+}
+
+package() {
+  cd ${pkgname}-version-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 

[arch-commits] Commit in pacman-mirrorlist/repos/core-any (6 files)

2016-11-21 Thread Florian Pritz
Date: Monday, November 21, 2016 @ 15:20:33
  Author: bluewind
Revision: 281758

archrelease: copy trunk to core-any

Added:
  pacman-mirrorlist/repos/core-any/PKGBUILD
(from rev 281757, pacman-mirrorlist/trunk/PKGBUILD)
  pacman-mirrorlist/repos/core-any/mirrorlist
(from rev 281757, pacman-mirrorlist/trunk/mirrorlist)
  pacman-mirrorlist/repos/core-any/upgpkg
(from rev 281757, pacman-mirrorlist/trunk/upgpkg)
Deleted:
  pacman-mirrorlist/repos/core-any/PKGBUILD
  pacman-mirrorlist/repos/core-any/mirrorlist
  pacman-mirrorlist/repos/core-any/upgpkg

+
 PKGBUILD   |   62 ++--
 mirrorlist |  897 +--
 upgpkg |8 
 3 files changed, 484 insertions(+), 483 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-21 15:20:28 UTC (rev 281757)
+++ PKGBUILD2016-11-21 15:20:33 UTC (rev 281758)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee <d...@archlinux.org>
-
-pkgname=pacman-mirrorlist
-pkgver=20161114
-pkgrel=1
-pkgdesc="Arch Linux mirror list for use by pacman"
-arch=('any')
-url="https://www.archlinux.org/mirrorlist/;
-license=('GPL')
-backup=(etc/pacman.d/mirrorlist)
-source=(mirrorlist)
-
-# NOTE on building this package:
-# * Go to the trunk/ directory
-# * Run bash -c ". PKGBUILD; updatelist"
-# * Update the checksums, update pkgver
-# * Build the package
-
-updatelist() {
-  rm -f mirrorlist
-  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
-}
-
-package() {
-  mkdir -p $pkgdir/etc/pacman.d
-  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
-}
-
-md5sums=('7afdf4620b32c5ac0b24c0cb75d58c4f')
-sha256sums=('b0447161e384d13d8eaf2af10e24a513a95639d88a5c79a7267a4ca410262284')

Copied: pacman-mirrorlist/repos/core-any/PKGBUILD (from rev 281757, 
pacman-mirrorlist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-21 15:20:33 UTC (rev 281758)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dan McGee <d...@archlinux.org>
+
+pkgname=pacman-mirrorlist
+pkgver=20161121
+pkgrel=1
+pkgdesc="Arch Linux mirror list for use by pacman"
+arch=('any')
+url="https://www.archlinux.org/mirrorlist/;
+license=('GPL')
+backup=(etc/pacman.d/mirrorlist)
+source=(mirrorlist)
+
+# NOTE on building this package:
+# * Go to the trunk/ directory
+# * Run bash -c ". PKGBUILD; updatelist"
+# * Update the checksums, update pkgver
+# * Build the package
+
+updatelist() {
+  rm -f mirrorlist
+  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
+}
+
+package() {
+  mkdir -p $pkgdir/etc/pacman.d
+  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
+}
+
+md5sums=('fdc2139704d3040c97f3e677755e40a6')
+sha256sums=('c23be3980e239508893ca08fbf1785970cb754459682f50f8b6bbb592999aaea')

Deleted: mirrorlist
===
--- mirrorlist  2016-11-21 15:20:28 UTC (rev 281757)
+++ mirrorlist  2016-11-21 15:20:33 UTC (rev 281758)
@@ -1,448 +0,0 @@
-##
-## Arch Linux repository mirrorlist
-## Generated on 2016-11-14
-##
-
-## Worldwide
-#Server = https://archlinux.surlyjake.com/archlinux/$repo/os/$arch
-#Server = http://mirrors.evowise.com/archlinux/$repo/os/$arch
-#Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch
-
-## Australia
-#Server = https://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch
-#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
-#Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
-#Server = http://archlinux.uberglobalmirror.com/$repo/os/$arch
-
-## Austria
-#Server = http://mirror.digitalnova.at/archlinux/$repo/os/$arch
-#Server = http://mirror.easyname.at/archlinux/$repo/os/$arch
-#Server = http://mirror1.htu.tugraz.at/archlinux/$repo/os/$arch
-
-## Belarus
-#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
-
-## Belgium
-#Server = http://archlinux.cu.be/$repo/os/$arch
-#Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
-
-## Bosnia and Herzegovina
-#Server = http://burek.archlinux.ba/$repo/os/$arch
-#Server = http://archlinux.mirror.ba/$repo/os/$arch
-
-## Brazil
-#Server = http://archlinux-br.mirror.host1plus.com/$repo/os/$arch
-#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
-#Server = http://linorg.usp.br/archlinux/$repo/os/$arch
-#Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
-#Server = http://archlinux.pop-es.rnp.br/$repo/os/$arch
-
-## Bulgaria
-#Server = http://mirrors.netix.net/archlinux/$repo/os/$arch
-#Server = http://mirror.telepoint.bg/archlinux/$repo/os/$arch
-#Server = http://mirrors.uni-plovdiv.net/archlinux/$repo/os/$arch
-#Ser

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

2016-11-21 Thread Florian Pritz
Date: Monday, November 21, 2016 @ 15:20:28
  Author: bluewind
Revision: 281757

upgpkg: pacman-mirrorlist 20161121-1

upstream update

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |6 +++---
 mirrorlist |   11 ++-
 2 files changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 15:06:32 UTC (rev 281756)
+++ PKGBUILD2016-11-21 15:20:28 UTC (rev 281757)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee <d...@archlinux.org>
 
 pkgname=pacman-mirrorlist
-pkgver=20161114
+pkgver=20161121
 pkgrel=1
 pkgdesc="Arch Linux mirror list for use by pacman"
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('7afdf4620b32c5ac0b24c0cb75d58c4f')
-sha256sums=('b0447161e384d13d8eaf2af10e24a513a95639d88a5c79a7267a4ca410262284')
+md5sums=('fdc2139704d3040c97f3e677755e40a6')
+sha256sums=('c23be3980e239508893ca08fbf1785970cb754459682f50f8b6bbb592999aaea')

Modified: mirrorlist
===
--- mirrorlist  2016-11-21 15:06:32 UTC (rev 281756)
+++ mirrorlist  2016-11-21 15:20:28 UTC (rev 281757)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2016-11-14
+## Generated on 2016-11-21
 ##
 
 ## Worldwide
@@ -142,10 +142,9 @@
 #Server = https://mirror.aardvark.it/archlinux/$repo/os/$arch
 #Server = http://artfiles.org/archlinux.org/$repo/os/$arch
 #Server = http://mirror5.bastelfreak.org/archlinux/$repo/os/$arch
+#Server = https://mirror.bethselamin.de/$repo/os/$arch
 #Server = http://mirrors.cicku.me/archlinux/$repo/os/$arch
 #Server = https://mirrors.cicku.me/archlinux/$repo/os/$arch
-#Server = http://mirror.compojoom.com/archlinux/$repo/os/$arch
-#Server = https://mirror.compojoom.com/archlinux/$repo/os/$arch
 #Server = http://archlinux.cyborg-connect.de/$repo/os/$arch
 #Server = https://archlinux.cyborg-connect.de/$repo/os/$arch
 #Server = http://mirror.euserv.net/linux/archlinux/$repo/os/$arch
@@ -173,6 +172,7 @@
 #Server = http://k42.ch/mirror/archlinux/$repo/os/$arch
 #Server = https://k42.ch/mirror/archlinux/$repo/os/$arch
 #Server = http://mirror.de.leaseweb.net/archlinux/$repo/os/$arch
+#Server = https://mirror.loli.forsale/arch/$repo/os/$arch
 #Server = http://mirror.metalgamer.eu/archlinux/$repo/os/$arch
 #Server = https://mirror.metalgamer.eu/archlinux/$repo/os/$arch
 #Server = http://mirror.michael-eckert.net/archlinux/$repo/os/$arch
@@ -284,6 +284,9 @@
 #Server = http://mirror.lagoon.nc/pub/archlinux/$repo/os/$arch
 #Server = http://archlinux.nautile.nc/archlinux/$repo/os/$arch
 
+## New Zealand
+#Server = https://mirror.smith.geek.nz/archlinux/$repo/os/$arch
+
 ## Norway
 #Server = http://mirror.archlinux.no/$repo/os/$arch
 #Server = http://archlinux.uib.no/$repo/os/$arch
@@ -301,7 +304,6 @@
 #Server = http://ftp.vectranet.pl/archlinux/$repo/os/$arch
 
 ## Portugal
-#Server = http://archlinux.dcc.fc.up.pt/$repo/os/$arch
 #Server = http://ftp.rnl.tecnico.ulisboa.pt/pub/archlinux/$repo/os/$arch
 
 ## Qatar
@@ -409,7 +411,6 @@
 #Server = http://mirror1.hackingand.coffee/arch/$repo/os/$arch
 #Server = http://mirror2.hackingand.coffee/arch/$repo/os/$arch
 #Server = http://mirror3.hackingand.coffee/arch/$repo/os/$arch
-#Server = http://mirror.ancl.hawaii.edu/linux/archlinux/$repo/os/$arch
 #Server = http://mirror.htnshost.com/archlinux/$repo/os/$arch
 #Server = http://arch.mirrors.ionfish.org/$repo/os/$arch
 #Server = http://mirror.jmu.edu/pub/archlinux/$repo/os/$arch


[arch-commits] Commit in xf86-video-nouveau/repos (6 files)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 15:06:32
  Author: lcarlier
Revision: 281756

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

Added:
  xf86-video-nouveau/repos/staging-i686/
  xf86-video-nouveau/repos/staging-i686/PKGBUILD
(from rev 281755, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/staging-i686/xf86-video-nouveau.install
(from rev 281755, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
  xf86-video-nouveau/repos/staging-x86_64/
  xf86-video-nouveau/repos/staging-x86_64/PKGBUILD
(from rev 281755, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/staging-x86_64/xf86-video-nouveau.install
(from rev 281755, xf86-video-nouveau/trunk/xf86-video-nouveau.install)

---+
 staging-i686/PKGBUILD |   31 
 staging-i686/xf86-video-nouveau.install   |6 +
 staging-x86_64/PKGBUILD   |   31 
 staging-x86_64/xf86-video-nouveau.install |6 +
 4 files changed, 74 insertions(+)

Copied: xf86-video-nouveau/repos/staging-i686/PKGBUILD (from rev 281755, 
xf86-video-nouveau/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 15:06:32 UTC (rev 281756)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: buddabrod 
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.13
+pkgrel=2
+pkgdesc="Open Source 2D acceleration driver for nVidia cards"
+arch=('i686' 'x86_64')
+url="http://nouveau.freedesktop.org/;
+license=('GPL')
+depends=('libsystemd' 'mesa')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'systemd')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+install=$pkgname.install
+source=(https://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2{,.sig})
+sha256sums=('6d9242ba139c3df7afefffb455573b52f4427920b978161c00483c64a6da47cb'
+'SKIP')
+validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 

+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: xf86-video-nouveau/repos/staging-i686/xf86-video-nouveau.install (from 
rev 281755, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
===
--- staging-i686/xf86-video-nouveau.install (rev 0)
+++ staging-i686/xf86-video-nouveau.install 2016-11-21 15:06:32 UTC (rev 
281756)
@@ -0,0 +1,6 @@
+post_install () {
+   cat << _EOF
+  ==> make sure you use KernelModeSetting (KMS)
+  ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}

Copied: xf86-video-nouveau/repos/staging-x86_64/PKGBUILD (from rev 281755, 
xf86-video-nouveau/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-21 15:06:32 UTC (rev 281756)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: buddabrod 
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.13
+pkgrel=2
+pkgdesc="Open Source 2D acceleration driver for nVidia cards"
+arch=('i686' 'x86_64')
+url="http://nouveau.freedesktop.org/;
+license=('GPL')
+depends=('libsystemd' 'mesa')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'systemd')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+install=$pkgname.install
+source=(https://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2{,.sig})
+sha256sums=('6d9242ba139c3df7afefffb455573b52f4427920b978161c00483c64a6da47cb'
+'SKIP')
+validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 

+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: xf86-video-nouveau/repos/staging-x86_64/xf86-video-nouveau.install 
(from rev 281755, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
===
--- staging-x86_64/xf86-video-nouveau.install   (rev 0)
+++ staging-x86_64/xf86-video-nouveau.install   2016-11-21 15:06:32 UTC (rev 
281756)
@@ -0,0 +1,6 @@
+post_install () {
+   cat << _EOF
+  ==> make sure you use KernelModeSetting (KMS)
+  ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}


[arch-commits] Commit in xf86-video-nouveau/trunk (PKGBUILD)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 15:06:25
  Author: lcarlier
Revision: 281755

upgpkg: xf86-video-nouveau 1.0.13-2

xorg-server-1.19 rebuild

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

--+
 PKGBUILD |   32 +---
 1 file changed, 9 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 14:51:44 UTC (rev 281754)
+++ PKGBUILD2016-11-21 15:06:25 UTC (rev 281755)
@@ -3,37 +3,24 @@
 # Contributor: buddabrod 
 
 pkgname=xf86-video-nouveau
-#pkgver=1.0.11+31+g1ff13a9
 pkgver=1.0.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Open Source 2D acceleration driver for nVidia cards"
 arch=('i686' 'x86_64')
 url="http://nouveau.freedesktop.org/;
 license=('GPL')
-depends=('libdrm' 'systemd' 'mesa-dri')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'git')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
-groups=('xorg-drivers' 'xorg')
+depends=('libsystemd' 'mesa')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'systemd')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
 install=$pkgname.install
-source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
-#source=('git://anongit.freedesktop.org/nouveau/xf86-video-nouveau#commit=1ff13a9')
-sha256sums=('6d9242ba139c3df7afefffb455573b52f4427920b978161c00483c64a6da47cb')
+source=(https://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2{,.sig})
+sha256sums=('6d9242ba139c3df7afefffb455573b52f4427920b978161c00483c64a6da47cb'
+'SKIP')
+validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 

 
-#pkgver() {
-#  cd $pkgname
-#  git describe --long | sed 's/xf86-video-nouveau-//' | sed 's/-/+/g'
-#}
-
-#prepare() {
-  #cd $pkgname
-  #NOCONFIGURE=1 ./autogen.sh
-
-#  cd $pkgname-$pkgver
-#}
-
 build() {
   cd $pkgname-$pkgver
-#  cd $pkgname
   ./configure --prefix=/usr
   make
 }
@@ -40,6 +27,5 @@
 
 package() {
   cd $pkgname-$pkgver
-#  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in xf86-video-nv/repos (6 files)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 14:51:44
  Author: lcarlier
Revision: 281754

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

Added:
  xf86-video-nv/repos/staging-i686/
  xf86-video-nv/repos/staging-i686/PKGBUILD
(from rev 281753, xf86-video-nv/trunk/PKGBUILD)
  xf86-video-nv/repos/staging-i686/git-fixes.patch
(from rev 281753, xf86-video-nv/trunk/git-fixes.patch)
  xf86-video-nv/repos/staging-x86_64/
  xf86-video-nv/repos/staging-x86_64/PKGBUILD
(from rev 281753, xf86-video-nv/trunk/PKGBUILD)
  xf86-video-nv/repos/staging-x86_64/git-fixes.patch
(from rev 281753, xf86-video-nv/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   37 
 staging-i686/git-fixes.patch   |  341 +++
 staging-x86_64/PKGBUILD|   37 
 staging-x86_64/git-fixes.patch |  341 +++
 4 files changed, 756 insertions(+)

Copied: xf86-video-nv/repos/staging-i686/PKGBUILD (from rev 281753, 
xf86-video-nv/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 14:51:44 UTC (rev 281754)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer:Jan de Groot 
+
+pkgname=xf86-video-nv
+pkgver=2.1.20
+pkgrel=8
+pkgdesc="X.org nv video driver"
+arch=('i686' 'x86_64')
+license=('custom')
+url="https://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('8395f65501f16f9cbaae8f598b02c6f18e78f4d3d30a08cb8d547dc2e00c10bf'
+'f4deb2b8f8acbbe901a25a8e9e0f29de80a63b62189ea00c95143be69f5fa87b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-nv/repos/staging-i686/git-fixes.patch (from rev 281753, 
xf86-video-nv/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2016-11-21 14:51:44 UTC (rev 281754)
@@ -0,0 +1,341 @@
+From fc78fe98222b0204b8a2872a529763d6fe5048da Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 25 Sep 2012 08:54:49 -0400
+Subject: [PATCH 1/5] Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+ src/g80_driver.c   | 2 --
+ src/nv_driver.c| 1 -
+ src/nv_include.h   | 3 ---
+ src/riva_driver.c  | 1 -
+ src/riva_include.h | 3 ---
+ 5 files changed, 10 deletions(-)
+
+diff --git a/src/g80_driver.c b/src/g80_driver.c
+index cc4e197..719b96c 100644
+--- a/src/g80_driver.c
 b/src/g80_driver.c
+@@ -34,7 +34,6 @@
+ #include 
+ #endif
+ #include 
+-#include 
+ #include 
+ #include 
+ #include 
+@@ -833,7 +832,6 @@ G80ScreenInit(SCREEN_INIT_ARGS_DECL)
+ }
+ }
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ 
+diff --git a/src/nv_driver.c b/src/nv_driver.c
+index 6dad6e5..8f35334 100644
+--- a/src/nv_driver.c
 b/src/nv_driver.c
+@@ -2550,7 +2550,6 @@ NVScreenInit(SCREEN_INIT_ARGS_DECL)
+ if (!pNv->NoAccel)
+   NVAccelInit(pScreen);
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ 
+diff --git a/src/nv_include.h b/src/nv_include.h
+index fb190bf..f174eef 100644
+--- a/src/nv_include.h
 b/src/nv_include.h
+@@ -24,9 +24,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+ 
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+-
+ #include "micmap.h"
+ 
+ #include "xf86DDC.h"
+diff --git a/src/riva_driver.c b/src/riva_driver.c
+index e0667ef..759501e 100644
+--- a/src/riva_driver.c
 b/src/riva_driver.c
+@@ -1168,7 +1168,6 @@ RivaScreenInit(SCREEN_INIT_ARGS_DECL)
+ if (!pRiva->NoAccel)
+   RivaAccelInit(pScreen);
+ 
+-miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ 
+diff --git a/src/riva_include.h b/src/riva_include.h
+index f2c5302..c7aeef7 100644
+--- a/src/riva_include.h
 b/src/riva_include.h
+@@ -22,9 +22,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+ 
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+-
+ 

[arch-commits] Commit in xf86-video-nv/trunk (PKGBUILD git-fixes.patch)

2016-11-21 Thread Laurent Carlier
Date: Monday, November 21, 2016 @ 14:51:38
  Author: lcarlier
Revision: 281753

upgpkg: xf86-video-nv 2.1.20-8

xorg-server-1.19 rebuild

Modified:
  xf86-video-nv/trunk/PKGBUILD
  xf86-video-nv/trunk/git-fixes.patch

-+
 PKGBUILD|   12 +-
 git-fixes.patch |  268 +-
 2 files changed, 270 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 14:45:48 UTC (rev 281752)
+++ PKGBUILD2016-11-21 14:51:38 UTC (rev 281753)
@@ -4,18 +4,18 @@
 
 pkgname=xf86-video-nv
 pkgver=2.1.20
-pkgrel=7
+pkgrel=8
 pkgdesc="X.org nv video driver"
 arch=('i686' 'x86_64')
 license=('custom')
-url="http://xorg.freedesktop.org/;
+url="https://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
-groups=('xorg-drivers' 'xorg')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
 sha256sums=('8395f65501f16f9cbaae8f598b02c6f18e78f4d3d30a08cb8d547dc2e00c10bf'
-'0ec4234fd9202956d25ca93e9131930e4a3fbba5de2ca870d0cf2302ccb76b46')
+'f4deb2b8f8acbbe901a25a8e9e0f29de80a63b62189ea00c95143be69f5fa87b')
 
 prepare() {
   cd ${pkgname}-${pkgver}

Modified: git-fixes.patch
===
--- git-fixes.patch 2016-11-21 14:45:48 UTC (rev 281752)
+++ git-fixes.patch 2016-11-21 14:51:38 UTC (rev 281753)
@@ -1,10 +1,17 @@
 From fc78fe98222b0204b8a2872a529763d6fe5048da Mon Sep 17 00:00:00 2001
 From: Adam Jackson 
-Date: Tue, 25 Sep 2012 12:54:49 +
-Subject: Remove mibstore.h
+Date: Tue, 25 Sep 2012 08:54:49 -0400
+Subject: [PATCH 1/5] Remove mibstore.h
 
 Signed-off-by: Adam Jackson 
 ---
+ src/g80_driver.c   | 2 --
+ src/nv_driver.c| 1 -
+ src/nv_include.h   | 3 ---
+ src/riva_driver.c  | 1 -
+ src/riva_include.h | 3 ---
+ 5 files changed, 10 deletions(-)
+
 diff --git a/src/g80_driver.c b/src/g80_driver.c
 index cc4e197..719b96c 100644
 --- a/src/g80_driver.c
@@ -77,5 +84,258 @@
  #include "micmap.h"
  
  #include "xf86DDC.h"
---
-cgit v0.9.0.2-2-gbebe
+-- 
+2.10.2
+
+
+From 49ee1c26ea982e302169c949ebd0abb9d8ef362c Mon Sep 17 00:00:00 2001
+From: Jeremy White 
+Date: Thu, 21 Mar 2013 08:59:06 -0700
+Subject: [PATCH 2/5] Include xf86Modes.h to use functions from
+ hw/xfree86/modes/xf86Modes.c.
+
+Signed-off-by: Jeremy White 
+Reviewed-by: Robert Morell 
+Reviewed-by: Aaron Plattner 
+Signed-off-by: Aaron Plattner 
+---
+ src/nv_include.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/nv_include.h b/src/nv_include.h
+index f174eef..72c74d5 100644
+--- a/src/nv_include.h
 b/src/nv_include.h
+@@ -27,6 +27,7 @@
+ #include "micmap.h"
+ 
+ #include "xf86DDC.h"
++#include "xf86Modes.h"
+ 
+ #include "vbe.h"
+ 
+-- 
+2.10.2
+
+
+From 0b6619fec39fada995646fb95bb25e72d3c9a491 Mon Sep 17 00:00:00 2001
+From: Egbert Eich 
+Date: Tue, 13 Aug 2013 20:36:59 +0200
+Subject: [PATCH 3/5] init: Initialize VGA IOBase before using it
+
+The NV driver did never set the VGA IOBase for those registers which
+have different addresses dependent whether the VGA engine is running in
+mono or color mode.
+This has not been detected as the VGA mode and font save/restore
+functions initialize this value themselves.
+
+Signed-off-by: Egbert Eich 
+Reviewed-by: Mark Kettenis 
+---
+ src/nv_setup.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/nv_setup.c b/src/nv_setup.c
+index 203e7b2..92ca3ec 100644
+--- a/src/nv_setup.c
 b/src/nv_setup.c
+@@ -491,6 +491,8 @@ NVCommonSetup(ScrnInfoPtr pScrn)
+ 
+ pNv->Television = FALSE;
+ 
++vgaHWGetIOBase(pVga);
++
+ if(!pNv->twoHeads) {
+pNv->CRTCnumber = 0;
+if((monitorA = NVProbeDDC(pScrn, 0))) {
+-- 
+2.10.2
+
+
+From 38d888e0f377bf28373b55c3250c39ab5f8c95b3 Mon Sep 17 00:00:00 2001
+From: Matthieu Herrb 
+Date: Mon, 18 Nov 2013 21:14:42 +0100
+Subject: [PATCH 4/5] Fix shadow framebuffer implementation.
+
+Makes it possible to run the nv driver without XAA on cards where
+EXA is not supported.
+
+Signed-off-by: Matthieu Herrb 
+Reviewed-by: Adam Jackson 
+---
+ src/nv_driver.c | 44 +---
+ src/nv_local.h  |  1 +
+ src/nv_proto.h  |  1 +
+ src/nv_shadow.c | 11 +++
+ src/nv_type.h   |  2 ++
+ 5 files changed, 56 insertions(+), 3 deletions(-)
+
+diff --git 

  1   2   >