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

2016-02-02 Thread Maxime Gauduin
Date: Tuesday, February 2, 2016 @ 19:28:54
  Author: alucryd
Revision: 160001

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

Added:
  vapoursynth/repos/community-i686/PKGBUILD
(from rev 16, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-i686/vapoursynth.install
(from rev 16, vapoursynth/trunk/vapoursynth.install)
  vapoursynth/repos/community-i686/vapoursynth.xml
(from rev 16, vapoursynth/trunk/vapoursynth.xml)
  vapoursynth/repos/community-x86_64/PKGBUILD
(from rev 16, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-x86_64/vapoursynth.install
(from rev 16, vapoursynth/trunk/vapoursynth.install)
  vapoursynth/repos/community-x86_64/vapoursynth.xml
(from rev 16, vapoursynth/trunk/vapoursynth.xml)
Deleted:
  vapoursynth/repos/community-i686/PKGBUILD
  vapoursynth/repos/community-i686/vapoursynth.install
  vapoursynth/repos/community-i686/vapoursynth.xml
  vapoursynth/repos/community-x86_64/PKGBUILD
  vapoursynth/repos/community-x86_64/vapoursynth.install
  vapoursynth/repos/community-x86_64/vapoursynth.xml

--+
 /PKGBUILD|   88 +
 /vapoursynth.install |   26 +
 community-i686/PKGBUILD  |   44 
 community-i686/vapoursynth.install   |   13 
 community-x86_64/PKGBUILD|   44 
 community-x86_64/vapoursynth.install |   13 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-02 18:28:33 UTC (rev 16)
+++ community-i686/PKGBUILD 2016-02-02 18:28:54 UTC (rev 160001)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: sl1pkn07 
-# Contributor: jackoneill 
-
-pkgname=vapoursynth
-pkgver=R29
-pkgrel=1
-pkgdesc='A video processing framework with the future in mind'
-arch=('i686' 'x86_64')
-url='http://www.vapoursynth.com/'
-license=('LGPL2.1' 'custom:OFL')
-depends=('gcc-libs' 'glibc' 'imagemagick' 'libass' 'python' 'shared-mime-info'
- 'tesseract'
- 'libzimg.so')
-makedepends=('cython' 'python-sphinx' 'yasm')
-install='vapoursynth.install'
-source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
-'vapoursynth.xml')
-sha256sums=('5a2e37f3a9a5dc60f55a301b222df75a580ccf319b099a3e421e2334ef8cbde6'
-'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
-
-build() {
-  cd vapoursynth-${pkgver}
-
-  ./autogen.sh
-  ./configure \
---prefix='/usr' \
---enable-imwri \
---disable-static
-  make
-}
-
-package() {
-  cd vapoursynth-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
-  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
-  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-i686/PKGBUILD (from rev 16, 
vapoursynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-02 18:28:54 UTC (rev 160001)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: sl1pkn07 
+# Contributor: jackoneill 
+
+pkgname=vapoursynth
+pkgver=R30
+pkgrel=1
+pkgdesc='A video processing framework with the future in mind'
+arch=('i686' 'x86_64')
+url='http://www.vapoursynth.com/'
+license=('LGPL2.1' 'custom:OFL')
+depends=('gcc-libs' 'glibc' 'imagemagick' 'libass' 'python' 'shared-mime-info'
+ 'tesseract'
+ 'libzimg.so')
+makedepends=('cython' 'python-sphinx' 'yasm')
+install='vapoursynth.install'
+source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
+'vapoursynth.xml')
+sha256sums=('21d288191d27763ecbd5e01d4df3f15c9726bd9e5031e29a63c79e499aa1a9d0'
+'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+build() {
+  cd vapoursynth-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--enable-imwri \
+--disable-static
+  make
+}
+
+package() {
+  cd vapoursynth-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
+  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
+  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/vapoursynth.install
===
--- community-i686/vapoursynth.install  

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

2016-02-02 Thread Maxime Gauduin
Date: Tuesday, February 2, 2016 @ 19:28:33
  Author: alucryd
Revision: 16

upgpkg: vapoursynth R30-1

Modified:
  vapoursynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 18:21:13 UTC (rev 15)
+++ PKGBUILD2016-02-02 18:28:33 UTC (rev 16)
@@ -4,7 +4,7 @@
 # Contributor: jackoneill 
 
 pkgname=vapoursynth
-pkgver=R29
+pkgver=R30
 pkgrel=1
 pkgdesc='A video processing framework with the future in mind'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 install='vapoursynth.install'
 
source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
 'vapoursynth.xml')
-sha256sums=('5a2e37f3a9a5dc60f55a301b222df75a580ccf319b099a3e421e2334ef8cbde6'
+sha256sums=('21d288191d27763ecbd5e01d4df3f15c9726bd9e5031e29a63c79e499aa1a9d0'
 '8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
 
 build() {


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

2016-02-02 Thread Ike Devolder
Date: Tuesday, February 2, 2016 @ 20:42:19
  Author: idevolder
Revision: 160017

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-02 19:42:06 UTC (rev 160016)
+++ community-i686/PKGBUILD 2016-02-02 19:42:19 UTC (rev 160017)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: Philippe Cherel 
-# vim: ft=sh:
-
-pkgname=libcec
-pkgver=3.0.1
-pkgrel=3
-pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
-arch=('i686' 'x86_64')
-url="http://libcec.pulse-eight.com/;
-license=('GPL')
-makedepends=('cmake')
-depends=('udev' 'lockdev' 'libplatform' 'libxrandr')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
-sha256sums=('7e3670c8949a1964d6e5481f56dfff838857da10bdc60b506f6e9b7f117e253e')
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-mkdir build
-cd build
-cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver/build"
-make DESTDIR="$pkgdir" install
-}

Copied: libcec/repos/community-i686/PKGBUILD (from rev 160016, 
libcec/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-02 19:42:19 UTC (rev 160017)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: Philippe Cherel 
+# vim: ft=sh:
+
+pkgname=libcec
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
+arch=('i686' 'x86_64')
+url="http://libcec.pulse-eight.com/;
+license=('GPL')
+makedepends=('cmake')
+depends=('udev' 'lockdev' 'libplatform' 'libxrandr')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
+sha256sums=('09109d21a1b03f42c9e341d12600f2e4c41038d640269fa75408e2d36126f921')
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+mkdir build
+cd build
+cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver/build"
+make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-02 19:42:06 UTC (rev 160016)
+++ community-x86_64/PKGBUILD   2016-02-02 19:42:19 UTC (rev 160017)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: Philippe Cherel 
-# vim: ft=sh:
-
-pkgname=libcec
-pkgver=3.0.1
-pkgrel=3
-pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
-arch=('i686' 'x86_64')
-url="http://libcec.pulse-eight.com/;
-license=('GPL')
-makedepends=('cmake')
-depends=('udev' 'lockdev' 'libplatform' 'libxrandr')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
-sha256sums=('7e3670c8949a1964d6e5481f56dfff838857da10bdc60b506f6e9b7f117e253e')
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-mkdir build
-cd build
-cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver/build"
-make DESTDIR="$pkgdir" install
-}

Copied: libcec/repos/community-x86_64/PKGBUILD (from rev 160016, 
libcec/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-02 19:42:19 UTC (rev 160017)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: Philippe Cherel 
+# vim: ft=sh:
+
+pkgname=libcec
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
+arch=('i686' 'x86_64')

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

2016-02-02 Thread Ike Devolder
Date: Tuesday, February 2, 2016 @ 20:42:06
  Author: idevolder
Revision: 160016

upgpkg: libcec 3.1.0-1

Modified:
  libcec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 19:40:44 UTC (rev 160015)
+++ PKGBUILD2016-02-02 19:42:06 UTC (rev 160016)
@@ -4,8 +4,8 @@
 # vim: ft=sh:
 
 pkgname=libcec
-pkgver=3.0.1
-pkgrel=3
+pkgver=3.1.0
+pkgrel=1
 pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
 arch=('i686' 'x86_64')
 url="http://libcec.pulse-eight.com/;
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 depends=('udev' 'lockdev' 'libplatform' 'libxrandr')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
-sha256sums=('7e3670c8949a1964d6e5481f56dfff838857da10bdc60b506f6e9b7f117e253e')
+sha256sums=('09109d21a1b03f42c9e341d12600f2e4c41038d640269fa75408e2d36126f921')
 
 build() {
 cd "$pkgname-$pkgname-$pkgver"


[arch-commits] Commit in elasticsearch/repos/community-any (16 files)

2016-02-02 Thread Massimiliano Torromeo
Date: Tuesday, February 2, 2016 @ 21:26:13
  Author: mtorromeo
Revision: 160025

archrelease: copy trunk to community-any

Added:
  elasticsearch/repos/community-any/PKGBUILD
(from rev 160024, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
(from rev 160024, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
(from rev 160024, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-any/elasticsearch-user.conf
(from rev 160024, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-any/elasticsearch.default
(from rev 160024, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-any/elasticsearch.install
(from rev 160024, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-any/elasticsearch.service
(from rev 160024, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-any/elasticsearch@.service
(from rev 160024, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-any/PKGBUILD
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-any/elasticsearch-user.conf
  elasticsearch/repos/community-any/elasticsearch.default
  elasticsearch/repos/community-any/elasticsearch.install
  elasticsearch/repos/community-any/elasticsearch.service
  elasticsearch/repos/community-any/elasticsearch@.service

+
 PKGBUILD   |  152 +--
 elasticsearch-sysctl.conf  |2 
 elasticsearch-tmpfile.conf |4 -
 elasticsearch-user.conf|2 
 elasticsearch.default  |   26 +++
 elasticsearch.install  |   28 +++
 elasticsearch.service  |   78 +++---
 elasticsearch@.service |   78 +++---
 8 files changed, 185 insertions(+), 185 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-02 20:25:51 UTC (rev 160024)
+++ PKGBUILD2016-02-02 20:26:13 UTC (rev 160025)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Marcello "mererghost" Rocha 
-# Refactored by Blaž "Speed" Hrastnik 
-
-pkgname=elasticsearch
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="Distributed RESTful search engine built on top of Lucene"
-arch=('any')
-url="https://www.elastic.co/products/elasticsearch;
-license=('APACHE')
-depends=('java-runtime-headless' 'systemd')
-install='elasticsearch.install'
-source=(
-  
"http://download.elasticsearch.org/$pkgname/release/org/$pkgname/distribution/tar/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;
-  elasticsearch.service
-  elasticsearch@.service
-  elasticsearch-sysctl.conf
-  elasticsearch-user.conf
-  elasticsearch-tmpfile.conf
-  elasticsearch.default
-)
-sha256sums=('ebd69c0483f20ba7e51caa9606d4e3ce5fe2667e1216c799f0cdbb815c317ce6'
-'a59d1bf2efedc146edbc98c252da29a7b2d061fe19b6fda5c2ca0a67004ce374'
-'59e9e5fbe7a4b7053e2f004e69213ed7cfa9ba4ae236d1fbe9f3fccd9c1fd073'
-'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
-'a76c03afe30dc3434bf55b5b50f0867c3670dcaebcc8b522f42277ff523b7277'
-'39ab5801b45c0f49af43c4d1826a655a981bfa07e4b3791d7a0719f8c191d8d9'
-'bb74e5fb8bc28f2125e015395ab05bea117b72bfc6dadbca827694b362ee0bf8')
-
-backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/logging.yml'
-'etc/default/elasticsearch')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  for script in plugin elasticsearch; do
-sed -e 's|^ES_HOME=.*dirname.*|ES_HOME=/usr/share/elasticsearch|' \
--e '/^ES_HOME=.*pwd/d' \
--i bin/$script
-  done
-
-  sed -re 's;#\s*(path\.conf:).*$;\1 /etc/elasticsearch;' \
--e '0,/#\s*(path\.data:).*$/s;;\1 /var/lib/elasticsearch;' \
--e 's;#\s*(path\.work:).*$;\1 /tmp/elasticsearch;' \
--e 's;#\s*(path\.logs:).*$;\1 /var/log/elasticsearch;' \
--i config/elasticsearch.yml
-}
-
-package() {
-  install -dm755 "$pkgdir"/etc
-  install -dm750 -g 114 "$pkgdir"/etc/elasticsearch/scripts
-
-  cd "$srcdir"/$pkgname-$pkgver
-  install -dm755 "$pkgdir"/usr/share/elasticsearch
-  cp -R lib "$pkgdir"/usr/share/elasticsearch/lib
-  cp config/* "$pkgdir"/etc/elasticsearch/
-
-  install -Dm755 bin/elasticsearch "$pkgdir"/usr/bin/elasticsearch
-  install -Dm755 bin/plugin "$pkgdir"/usr/bin/elasticsearch-plugin
-  install -Dm644 bin/elasticsearch.in.sh 
"$pkgdir"/usr/share/elasticsearch/bin/elasticsearch.in.sh
-
-  cd "$pkgdir"
-  install -dm750 -g 114 etc/elasticsearch/scripts
-  install -Dm644 "$srcdir"/elasticsearch.service 
usr/lib/systemd/system/elasticsearch.service
-  install -Dm644 

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

2016-02-02 Thread Massimiliano Torromeo
Date: Tuesday, February 2, 2016 @ 21:25:51
  Author: mtorromeo
Revision: 160024

upgpkg: elasticsearch 2.2.0-1

Updated to 2.2.0

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 19:47:16 UTC (rev 160023)
+++ PKGBUILD2016-02-02 20:25:51 UTC (rev 160024)
@@ -4,7 +4,7 @@
 # Refactored by Blaž "Speed" Hrastnik 
 
 pkgname=elasticsearch
-pkgver=2.1.1
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('any')
@@ -21,7 +21,7 @@
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('ebd69c0483f20ba7e51caa9606d4e3ce5fe2667e1216c799f0cdbb815c317ce6'
+sha256sums=('ed70cc81e1f55cd5f0032beea2907227b6ad8e7457dcb75ddc97a2cc6e054d30'
 'a59d1bf2efedc146edbc98c252da29a7b2d061fe19b6fda5c2ca0a67004ce374'
 '59e9e5fbe7a4b7053e2f004e69213ed7cfa9ba4ae236d1fbe9f3fccd9c1fd073'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'


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

2016-02-02 Thread Maxime Gauduin
Date: Tuesday, February 2, 2016 @ 19:18:47
  Author: alucryd
Revision: 258796

upgpkg: ffmpeg 1:2.8.6-1

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 17:59:40 UTC (rev 258795)
+++ PKGBUILD2016-02-02 18:18:47 UTC (rev 258796)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=2.8.5
-pkgrel=2
+pkgver=2.8.6
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
   'libswscale.so')
 source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('3b6d9951533323ee64a21d0aa7667a780b3470bfe4e0fb7c1b33307ce290615a'
+sha256sums=('40611e329bc354592c6f8f1deb033c31b91f80e91f5707ca4f9afceca78d8e62'
 'SKIP')
 
 build() {


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

2016-02-02 Thread Maxime Gauduin
Date: Tuesday, February 2, 2016 @ 19:18:57
  Author: alucryd
Revision: 258797

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-02 18:18:47 UTC (rev 258796)
+++ extra-i686/PKGBUILD 2016-02-02 18:18:57 UTC (rev 258797)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=2.8.5
-pkgrel=2
-epoch=1
-pkgdesc='Complete solution to record, convert and stream audio and video'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL3')
-depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
- 'libass' 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh'
- 'libtheora' 'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg'
- 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
- 'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
- 'libvpx.so' 'libx264.so' 'libx265.so')
-makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
-optdepends=('ladspa: LADSPA filters')
-provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
-  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
-  'libswscale.so')
-source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2{,.asc})
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('3b6d9951533323ee64a21d0aa7667a780b3470bfe4e0fb7c1b33307ce290615a'
-'SKIP')
-
-build() {
-  cd ffmpeg-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gnutls \
---enable-gpl \
---enable-ladspa \
---enable-libass \
---enable-libbluray \
---enable-libdcadec \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libschroedinger \
---enable-libsoxr \
---enable-libspeex \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvidstab \
---enable-libvorbis \
---enable-libvpx \
---enable-libwebp \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-shared \
---enable-version3 \
---enable-x11grab
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd ffmpeg-${pkgver}
-
-  make DESTDIR="${pkgdir}" install install-man
-  install -Dm 755 tools/qt-faststart "${pkgdir}"/usr/bin/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 258796, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-02 18:18:57 UTC (rev 258797)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=2.8.6
+pkgrel=1
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
+ 'libass' 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh'
+ 'libtheora' 'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg'
+ 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
+ 'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
+ 'libvpx.so' 'libx264.so' 'libx265.so')
+makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
+optdepends=('ladspa: LADSPA filters')
+provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
+  'libavresample.so' 'libavutil.so' 

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

2016-02-02 Thread Johannes Löthberg
Date: Tuesday, February 2, 2016 @ 19:59:36
  Author: demize
Revision: 160002

upgpkg: girara 0.2.5-1

Modified:
  girara/trunk/PKGBUILD

--+
 PKGBUILD |   27 ---
 1 file changed, 16 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 18:28:54 UTC (rev 160001)
+++ PKGBUILD2016-02-02 18:59:36 UTC (rev 160002)
@@ -1,30 +1,35 @@
 # $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Maintainer: mlq 
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: mlq 
 
 pkgname=girara
-pkgver=0.2.4
+pkgver=0.2.5
 pkgrel=1
+
 pkgdesc="User interface library focused on simplicity and minimalism"
+url="http://pwmt.org/projects/girara;
 arch=('i686' 'x86_64')
-url="http://pwmt.org/projects/girara;
 license=('custom')
-depends=('gtk3')
+
+provides=('girara-gtk3' 'girara-common')
 replaces=('girara-gtk3' 'girara-common')
-provides=('girara-gtk3' 'girara-common')
 conflicts=('girara-gtk3' 'girara-common')
+
+depends=('gtk3')
+
 source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('f22a75b51cf88f241096e230985f28db')
+sha1sums=(45a6b3fece67a10c44409c776946dc412f41bfaa)
 
 build() {
-  cd "$srcdir/girara-$pkgver"
+  cd girara-$pkgver
   touch colors.mk
   make GIRARA_GTK_VERSION=3
 }
 
 package() {
-  cd "$srcdir/girara-$pkgver"
+  cd girara-$pkgver
   make GIRARA_GTK_VERSION=3 DESTDIR="$pkgdir/" install
-  install -D -m664 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2016-02-02 Thread Johannes Löthberg
Date: Tuesday, February 2, 2016 @ 19:59:47
  Author: demize
Revision: 160003

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

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

---+
 /PKGBUILD |   70 
 community-i686/PKGBUILD   |   30 --
 community-x86_64/PKGBUILD |   30 --
 3 files changed, 70 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-02 18:59:36 UTC (rev 160002)
+++ community-i686/PKGBUILD 2016-02-02 18:59:47 UTC (rev 160003)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Maintainer: mlq 
-
-pkgname=girara
-pkgver=0.2.4
-pkgrel=1
-pkgdesc="User interface library focused on simplicity and minimalism"
-arch=('i686' 'x86_64')
-url="http://pwmt.org/projects/girara;
-license=('custom')
-depends=('gtk3')
-replaces=('girara-gtk3' 'girara-common')
-provides=('girara-gtk3' 'girara-common')
-conflicts=('girara-gtk3' 'girara-common')
-source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('f22a75b51cf88f241096e230985f28db')
-
-build() {
-  cd "$srcdir/girara-$pkgver"
-  touch colors.mk
-  make GIRARA_GTK_VERSION=3
-}
-
-package() {
-  cd "$srcdir/girara-$pkgver"
-  make GIRARA_GTK_VERSION=3 DESTDIR="$pkgdir/" install
-  install -D -m664 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: girara/repos/community-i686/PKGBUILD (from rev 160002, 
girara/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-02 18:59:47 UTC (rev 160003)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: mlq 
+
+pkgname=girara
+pkgver=0.2.5
+pkgrel=1
+
+pkgdesc="User interface library focused on simplicity and minimalism"
+url="http://pwmt.org/projects/girara;
+arch=('i686' 'x86_64')
+license=('custom')
+
+provides=('girara-gtk3' 'girara-common')
+replaces=('girara-gtk3' 'girara-common')
+conflicts=('girara-gtk3' 'girara-common')
+
+depends=('gtk3')
+
+source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
+sha1sums=(45a6b3fece67a10c44409c776946dc412f41bfaa)
+
+build() {
+  cd girara-$pkgver
+  touch colors.mk
+  make GIRARA_GTK_VERSION=3
+}
+
+package() {
+  cd girara-$pkgver
+  make GIRARA_GTK_VERSION=3 DESTDIR="$pkgdir/" install
+  install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-02 18:59:36 UTC (rev 160002)
+++ community-x86_64/PKGBUILD   2016-02-02 18:59:47 UTC (rev 160003)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Maintainer: mlq 
-
-pkgname=girara
-pkgver=0.2.4
-pkgrel=1
-pkgdesc="User interface library focused on simplicity and minimalism"
-arch=('i686' 'x86_64')
-url="http://pwmt.org/projects/girara;
-license=('custom')
-depends=('gtk3')
-replaces=('girara-gtk3' 'girara-common')
-provides=('girara-gtk3' 'girara-common')
-conflicts=('girara-gtk3' 'girara-common')
-source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('f22a75b51cf88f241096e230985f28db')
-
-build() {
-  cd "$srcdir/girara-$pkgver"
-  touch colors.mk
-  make GIRARA_GTK_VERSION=3
-}
-
-package() {
-  cd "$srcdir/girara-$pkgver"
-  make GIRARA_GTK_VERSION=3 DESTDIR="$pkgdir/" install
-  install -D -m664 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: girara/repos/community-x86_64/PKGBUILD (from rev 160002, 
girara/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-02 18:59:47 UTC (rev 160003)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: mlq 
+
+pkgname=girara
+pkgver=0.2.5
+pkgrel=1
+
+pkgdesc="User interface library focused on simplicity and minimalism"
+url="http://pwmt.org/projects/girara;
+arch=('i686' 'x86_64')
+license=('custom')
+
+provides=('girara-gtk3' 'girara-common')
+replaces=('girara-gtk3' 'girara-common')
+conflicts=('girara-gtk3' 'girara-common')
+
+depends=('gtk3')
+

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

2016-02-02 Thread Ike Devolder
Date: Tuesday, February 2, 2016 @ 20:40:44
  Author: idevolder
Revision: 160015

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-02 19:40:28 UTC (rev 160014)
+++ community-i686/PKGBUILD 2016-02-02 19:40:44 UTC (rev 160015)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: Cedric Girard 
-
-pkgname=libplatform
-pkgver=1.0.10
-pkgrel=2
-pkgdesc="Platform support library used by libCEC and binary add-ons for Kodi"
-arch=('i686' 'x86_64')
-url="https://github.com/Pulse-Eight/platform;
-license=('GPL')
-provides=('libplatform')
-conflicts=('libplatform')
-makedepends=('cmake')
-depends=('gcc-libs')
-source=(https://github.com/Pulse-Eight/platform/archive/${pkgver}.tar.gz)
-sha256sums=('6ba3239cb1c0a5341efcf9488f4d3dfad8c26d6b2994b2b2247e5a61568ab5cd')
-
-build() {
-  cd "$srcdir"/platform-${pkgver}
-  cmake . \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib
-  make
-}
-
-package() {
-  cd "$srcdir"/platform-${pkgver}
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libplatform/repos/community-i686/PKGBUILD (from rev 160014, 
libplatform/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-02 19:40:44 UTC (rev 160015)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: Cedric Girard 
+
+pkgname=libplatform
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Platform support library used by libCEC and binary add-ons for Kodi"
+arch=('i686' 'x86_64')
+url="https://github.com/Pulse-Eight/platform;
+license=('GPL')
+provides=('libplatform')
+conflicts=('libplatform')
+makedepends=('cmake')
+depends=('gcc-libs')
+source=(https://github.com/Pulse-Eight/platform/archive/p8-platform-${pkgver}.tar.gz)
+sha256sums=('e97e45273e90571aa37732cde913b262f5f519c387083645d2557d7189c054cf')
+
+build() {
+  cd "$srcdir"/platform-p8-platform-${pkgver}
+  cmake . \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib
+  make
+}
+
+package() {
+  cd "$srcdir"/platform-p8-platform-${pkgver}
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-02 19:40:28 UTC (rev 160014)
+++ community-x86_64/PKGBUILD   2016-02-02 19:40:44 UTC (rev 160015)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: Cedric Girard 
-
-pkgname=libplatform
-pkgver=1.0.10
-pkgrel=2
-pkgdesc="Platform support library used by libCEC and binary add-ons for Kodi"
-arch=('i686' 'x86_64')
-url="https://github.com/Pulse-Eight/platform;
-license=('GPL')
-provides=('libplatform')
-conflicts=('libplatform')
-makedepends=('cmake')
-depends=('gcc-libs')
-source=(https://github.com/Pulse-Eight/platform/archive/${pkgver}.tar.gz)
-sha256sums=('6ba3239cb1c0a5341efcf9488f4d3dfad8c26d6b2994b2b2247e5a61568ab5cd')
-
-build() {
-  cd "$srcdir"/platform-${pkgver}
-  cmake . \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib
-  make
-}
-
-package() {
-  cd "$srcdir"/platform-${pkgver}
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libplatform/repos/community-x86_64/PKGBUILD (from rev 160014, 
libplatform/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-02 19:40:44 UTC (rev 160015)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: Cedric Girard 
+
+pkgname=libplatform
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Platform support library used by libCEC and binary add-ons for Kodi"
+arch=('i686' 'x86_64')
+url="https://github.com/Pulse-Eight/platform;

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

2016-02-02 Thread Ike Devolder
Date: Tuesday, February 2, 2016 @ 20:40:28
  Author: idevolder
Revision: 160014

upgpkg: libplatform 2.0.1-1

Modified:
  libplatform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 19:31:31 UTC (rev 160013)
+++ PKGBUILD2016-02-02 19:40:28 UTC (rev 160014)
@@ -3,8 +3,8 @@
 # Contributor: Cedric Girard 
 
 pkgname=libplatform
-pkgver=1.0.10
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 pkgdesc="Platform support library used by libCEC and binary add-ons for Kodi"
 arch=('i686' 'x86_64')
 url="https://github.com/Pulse-Eight/platform;
@@ -13,11 +13,11 @@
 conflicts=('libplatform')
 makedepends=('cmake')
 depends=('gcc-libs')
-source=(https://github.com/Pulse-Eight/platform/archive/${pkgver}.tar.gz)
-sha256sums=('6ba3239cb1c0a5341efcf9488f4d3dfad8c26d6b2994b2b2247e5a61568ab5cd')
+source=(https://github.com/Pulse-Eight/platform/archive/p8-platform-${pkgver}.tar.gz)
+sha256sums=('e97e45273e90571aa37732cde913b262f5f519c387083645d2557d7189c054cf')
 
 build() {
-  cd "$srcdir"/platform-${pkgver}
+  cd "$srcdir"/platform-p8-platform-${pkgver}
   cmake . \
 -DCMAKE_BUILD_TYPE=Release \
 -DBUILD_SHARED_LIBS=1 \
@@ -28,7 +28,7 @@
 }
 
 package() {
-  cd "$srcdir"/platform-${pkgver}
+  cd "$srcdir"/platform-p8-platform-${pkgver}
   make DESTDIR="$pkgdir/" install
 }
 


[arch-commits] Commit in (4 files)

2016-02-02 Thread Jelle van der Waa
Date: Tuesday, February 2, 2016 @ 21:32:21
  Author: jelle
Revision: 160026

jpegoptim: Initial commit

Added:
  jpegoptim/
  jpegoptim/repos/
  jpegoptim/trunk/
  jpegoptim/trunk/PKGBUILD

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

Added: jpegoptim/trunk/PKGBUILD
===
--- jpegoptim/trunk/PKGBUILD(rev 0)
+++ jpegoptim/trunk/PKGBUILD2016-02-02 20:32:21 UTC (rev 160026)
@@ -0,0 +1,29 @@
+# Contributor: Hervé Cauwelier 
+# Contributor: Miguel Revilla 
+# Maintainer: Jelle van der Waa 
+
+pkgname=jpegoptim
+pkgver=1.4.3
+pkgrel=2
+pkgdesc="Jpeg optimisation utility"
+arch=('i686' 'x86_64')
+url="http://www.kokkonen.net/tjko/projects.html;
+license=('GPL')
+depends=('glibc' 'libjpeg')
+source=(http://www.kokkonen.net/tjko/src/${pkgname}-${pkgver}.tar.gz)
+md5sums=('52987700d1db3a3002ec32b1d0dac489')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+  make strip
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make prefix="${pkgdir}/usr" install
+  install -m 644 -D COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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


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

2016-02-02 Thread Jelle van der Waa
Date: Tuesday, February 2, 2016 @ 21:32:38
  Author: jelle
Revision: 160027

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

Added:
  jpegoptim/repos/community-i686/
  jpegoptim/repos/community-i686/PKGBUILD
(from rev 160026, jpegoptim/trunk/PKGBUILD)
  jpegoptim/repos/community-x86_64/
  jpegoptim/repos/community-x86_64/PKGBUILD
(from rev 160026, jpegoptim/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   29 +
 community-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: jpegoptim/repos/community-i686/PKGBUILD (from rev 160026, 
jpegoptim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-02 20:32:38 UTC (rev 160027)
@@ -0,0 +1,29 @@
+# Contributor: Hervé Cauwelier 
+# Contributor: Miguel Revilla 
+# Maintainer: Jelle van der Waa 
+
+pkgname=jpegoptim
+pkgver=1.4.3
+pkgrel=2
+pkgdesc="Jpeg optimisation utility"
+arch=('i686' 'x86_64')
+url="http://www.kokkonen.net/tjko/projects.html;
+license=('GPL')
+depends=('glibc' 'libjpeg')
+source=(http://www.kokkonen.net/tjko/src/${pkgname}-${pkgver}.tar.gz)
+md5sums=('52987700d1db3a3002ec32b1d0dac489')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+  make strip
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make prefix="${pkgdir}/usr" install
+  install -m 644 -D COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: jpegoptim/repos/community-x86_64/PKGBUILD (from rev 160026, 
jpegoptim/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-02 20:32:38 UTC (rev 160027)
@@ -0,0 +1,29 @@
+# Contributor: Hervé Cauwelier 
+# Contributor: Miguel Revilla 
+# Maintainer: Jelle van der Waa 
+
+pkgname=jpegoptim
+pkgver=1.4.3
+pkgrel=2
+pkgdesc="Jpeg optimisation utility"
+arch=('i686' 'x86_64')
+url="http://www.kokkonen.net/tjko/projects.html;
+license=('GPL')
+depends=('glibc' 'libjpeg')
+source=(http://www.kokkonen.net/tjko/src/${pkgname}-${pkgver}.tar.gz)
+md5sums=('52987700d1db3a3002ec32b1d0dac489')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+  make strip
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make prefix="${pkgdir}/usr" install
+  install -m 644 -D COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in emby-server/repos (24 files)

2016-02-02 Thread Maxime Gauduin
Date: Tuesday, February 2, 2016 @ 19:13:50
  Author: alucryd
Revision: 159992

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

Added:
  emby-server/repos/community-i686/PKGBUILD
(from rev 159991, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-i686/emby-migrate-database
(from rev 159991, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-i686/emby-server
(from rev 159991, emby-server/trunk/emby-server)
  emby-server/repos/community-i686/emby-server.conf
(from rev 159991, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-i686/emby-server.install
(from rev 159991, emby-server/trunk/emby-server.install)
  emby-server/repos/community-i686/emby-server.service
(from rev 159991, emby-server/trunk/emby-server.service)
  emby-server/repos/community-x86_64/PKGBUILD
(from rev 159991, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-x86_64/emby-migrate-database
(from rev 159991, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-x86_64/emby-server
(from rev 159991, emby-server/trunk/emby-server)
  emby-server/repos/community-x86_64/emby-server.conf
(from rev 159991, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-x86_64/emby-server.install
(from rev 159991, emby-server/trunk/emby-server.install)
  emby-server/repos/community-x86_64/emby-server.service
(from rev 159991, emby-server/trunk/emby-server.service)
Deleted:
  emby-server/repos/community-i686/PKGBUILD
  emby-server/repos/community-i686/emby-migrate-database
  emby-server/repos/community-i686/emby-server
  emby-server/repos/community-i686/emby-server.conf
  emby-server/repos/community-i686/emby-server.install
  emby-server/repos/community-i686/emby-server.service
  emby-server/repos/community-x86_64/PKGBUILD
  emby-server/repos/community-x86_64/emby-migrate-database
  emby-server/repos/community-x86_64/emby-server
  emby-server/repos/community-x86_64/emby-server.conf
  emby-server/repos/community-x86_64/emby-server.install
  emby-server/repos/community-x86_64/emby-server.service

+
 /PKGBUILD  |  112 +++
 /emby-migrate-database |  112 +++
 /emby-server   |6 +
 /emby-server.conf  |8 ++
 /emby-server.install   |   62 +
 /emby-server.service   |   32 
 community-i686/PKGBUILD|   56 ---
 community-i686/emby-migrate-database   |   56 ---
 community-i686/emby-server |3 
 community-i686/emby-server.conf|4 -
 community-i686/emby-server.install |   31 
 community-i686/emby-server.service |   16 
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/emby-migrate-database |   56 ---
 community-x86_64/emby-server   |3 
 community-x86_64/emby-server.conf  |4 -
 community-x86_64/emby-server.install   |   31 
 community-x86_64/emby-server.service   |   16 
 18 files changed, 332 insertions(+), 332 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-02 18:13:27 UTC (rev 159991)
+++ community-i686/PKGBUILD 2016-02-02 18:13:50 UTC (rev 159992)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.0.5818
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('i686' 'x86_64')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'mono' 'sqlite')
-install='emby-server.install'
-source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/MediaBrowser/archive/${pkgver}.tar.gz;
-'emby-server'
-'emby-migrate-database'
-'emby-server.conf'
-'emby-server.service')
-backup=('etc/conf.d/emby-server')
-sha256sums=('8530117373e9a7fb2a11bdae968469b553953cb5c3eacb6b0acc96b338250691'
-'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
-'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
-'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
-'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
-
-prepare() {
-  cd Emby-${pkgver}
-
-  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
-}
-
-build() {
-  cd Emby-${pkgver}
-
-  xbuild \
-/p:Configuration='Release Mono' \
-/p:Platform='Any CPU' \
-/p:OutputPath="${srcdir}/build" \
-/t:build MediaBrowser.Mono.sln
-  mono --aot='full' -O='all' ../build/MediaBrowser.Server.Mono.exe
-}
-
-package() 

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

2016-02-02 Thread Maxime Gauduin
Date: Tuesday, February 2, 2016 @ 19:13:27
  Author: alucryd
Revision: 159991

upgpkg: emby-server 3.0.5821-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 16:03:10 UTC (rev 159990)
+++ PKGBUILD2016-02-02 18:13:27 UTC (rev 159991)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=3.0.5818
+pkgver=3.0.5821
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'emby-server.conf'
 'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('8530117373e9a7fb2a11bdae968469b553953cb5c3eacb6b0acc96b338250691'
+sha256sums=('8f85dbbe61c9279e08f902ceeea9183ad2cdfe10d343abe3ba695dc9d1bf5592'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
 'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'


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

2016-02-02 Thread Maxime Gauduin
Date: Tuesday, February 2, 2016 @ 20:17:11
  Author: alucryd
Revision: 258815

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

Added:
  vlc/repos/extra-i686/PKGBUILD
(from rev 258814, vlc/trunk/PKGBUILD)
  vlc/repos/extra-i686/lua53_compat.patch
(from rev 258814, vlc/trunk/lua53_compat.patch)
  vlc/repos/extra-i686/vlc.install
(from rev 258814, vlc/trunk/vlc.install)
  vlc/repos/extra-x86_64/PKGBUILD
(from rev 258814, vlc/trunk/PKGBUILD)
  vlc/repos/extra-x86_64/lua53_compat.patch
(from rev 258814, vlc/trunk/lua53_compat.patch)
  vlc/repos/extra-x86_64/vlc.install
(from rev 258814, vlc/trunk/vlc.install)
Deleted:
  vlc/repos/extra-i686/PKGBUILD
  vlc/repos/extra-i686/lua53_compat.patch
  vlc/repos/extra-i686/vlc.install
  vlc/repos/extra-x86_64/PKGBUILD
  vlc/repos/extra-x86_64/lua53_compat.patch
  vlc/repos/extra-x86_64/vlc.install

-+
 /PKGBUILD   |  212 ++
 /lua53_compat.patch |   60 ++
 /vlc.install|   36 ++
 extra-i686/PKGBUILD |  106 ---
 extra-i686/lua53_compat.patch   |   30 -
 extra-i686/vlc.install  |   18 ---
 extra-x86_64/PKGBUILD   |  106 ---
 extra-x86_64/lua53_compat.patch |   30 -
 extra-x86_64/vlc.install|   18 ---
 9 files changed, 308 insertions(+), 308 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-02 19:16:59 UTC (rev 258814)
+++ extra-i686/PKGBUILD 2016-02-02 19:17:11 UTC (rev 258815)
@@ -1,106 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Sarah Hay 
-# Contributor: Martin Sandsmark 
-
-pkgname=vlc
-pkgver=2.2.1
-pkgrel=11
-pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
-arch=('i686' 'x86_64')
-url="http://www.videolan.org/vlc/;
-license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy'
- 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska'
- 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
- 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar'
- 'libxinerama')
-makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
- 'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2'
- 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm'
- 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs'
- 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa')
-optdepends=('avahi: for service discovery using bonjour protocol'
-'libnotify: for notification plugin'
-'gtk2: for notify plugin'
-'ncurses: for ncurses interface support'
-'libdvdcss: for decoding encrypted DVDs'
-'lirc: for lirc plugin'
-'libavc1394: for devices using the 1394ta AV/C'
-'libdc1394: for IEEE 1394 plugin'
-'kdelibs: KDE Solid hardware integration'
-'libva-vdpau-driver: vdpau back-end for nvidia'
-'libva-intel-driver: back-end for intel cards'
-'libbluray: for Blu-Ray support'
-'flac: for Free Lossless Audio Codec plugin'
-'portaudio: for portaudio support'
-'twolame: for TwoLAME mpeg2 encoder plugin'
-'projectm: for ProjectM visualisation plugin'
-'libcaca: for colored ASCII art video output'
-'libgme: for libgme plugin'
-'librsvg: for SVG plugin'
-'gnome-vfs: for GNOME Virtual File System support'
-'libgoom2: for libgoom plugin'
-'vcdimager: navigate VCD with libvcdinfo'
-'aalib: for ASCII art plugin'
-'libmtp: for MTP devices support'
-'smbclient: for SMB access plugin'
-'libcdio: for audio CD playback support'
-'ttf-freefont: for subtitle font '
-'ttf-dejavu: for subtitle font'
-'opus: for opus support'
-'libssh2: for sftp support'
-'lua-socket: for http interface')
-conflicts=('vlc-plugin')
-replaces=('vlc-plugin')
-backup=('usr/share/vlc/lua/http/.hosts'
-'usr/share/vlc/lua/http/dialogs/.hosts')
-options=('!emptydirs')
-install=vlc.install
-source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;
-"lua53_compat.patch")
-md5sums=('42273945758b521c408fabc7fd6d9946'
- '96d3b346d9149ffb1b430066dfb6249a')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
-  sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
-
-  patch -p1 < "${srcdir}/lua53_compat.patch"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  CFLAGS+=" -I/usr/include/samba-4.0" CPPFLAGS+=" 

[arch-commits] Commit in zathura-pdf-mupdf/trunk (PKGBUILD)

2016-02-02 Thread Johannes Löthberg
Date: Tuesday, February 2, 2016 @ 20:17:58
  Author: demize
Revision: 160006

upgpkg: zathura-pdf-mupdf 0.2.9-1

Modified:
  zathura-pdf-mupdf/trunk/PKGBUILD

--+
 PKGBUILD |   27 ---
 1 file changed, 16 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 19:13:03 UTC (rev 160005)
+++ PKGBUILD2016-02-02 19:17:58 UTC (rev 160006)
@@ -1,26 +1,31 @@
 # $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
 # Contributor: Moritz Lipp 
 
 pkgname=zathura-pdf-mupdf
-pkgver=0.2.8
-pkgrel=2
+pkgver=0.2.9
+pkgrel=1
+
 pkgdesc="PDF support for Zathura (MuPDF backend)"
+url="https://pwmt.org/projects/zathura-pdf-mupdf/;
 arch=('i686' 'x86_64')
-url="https://pwmt.org/projects/zathura-pdf-mupdf/;
 license=('custom')
+
+conflicts=('zathura-pdf-poppler')
+
 depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo')
-conflicts=('zathura-pdf-poppler')
 makedepends=('mupdf>=1.4')
-source=("https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('b0bf109c536bf1da131c38861cebb7e6')
 
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-mupdf-$pkgver.tar.gz)
+sha1sums=(55b47ed2962589eeef88168554aa5bd2f6557ed3)
+
 build() {
-  make -C "${srcdir}/$pkgname-$pkgver" MUPDF_LIB="-lmupdf -lmujs"
+  make -C zathura-pdf-mupdf-$pkgver MUPDF_LIB="-lmupdf -lmujs"
 }
 
 package(){
-  make -C "${srcdir}/$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm0644 "${srcdir}/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  make -C zathura-pdf-mupdf-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-pdf-mupdf-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2016-02-02 Thread Johannes Löthberg
Date: Tuesday, February 2, 2016 @ 20:30:03
  Author: demize
Revision: 160011

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

Added:
  zathura-djvu/repos/community-i686/PKGBUILD
(from rev 160010, zathura-djvu/trunk/PKGBUILD)
  zathura-djvu/repos/community-i686/zathura-djvu.install
(from rev 160010, zathura-djvu/trunk/zathura-djvu.install)
  zathura-djvu/repos/community-x86_64/PKGBUILD
(from rev 160010, zathura-djvu/trunk/PKGBUILD)
  zathura-djvu/repos/community-x86_64/zathura-djvu.install
(from rev 160010, zathura-djvu/trunk/zathura-djvu.install)
Deleted:
  zathura-djvu/repos/community-i686/PKGBUILD
  zathura-djvu/repos/community-i686/zathura-djvu.install
  zathura-djvu/repos/community-x86_64/PKGBUILD
  zathura-djvu/repos/community-x86_64/zathura-djvu.install

---+
 /PKGBUILD |   62 
 /zathura-djvu.install |   12 ++
 community-i686/PKGBUILD   |   26 -
 community-i686/zathura-djvu.install   |6 ---
 community-x86_64/PKGBUILD |   26 -
 community-x86_64/zathura-djvu.install |6 ---
 6 files changed, 74 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-02 19:29:55 UTC (rev 160010)
+++ community-i686/PKGBUILD 2016-02-02 19:30:03 UTC (rev 160011)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Contributor: karnath 
-
-pkgname=zathura-djvu
-pkgver=0.2.4
-pkgrel=2
-pkgdesc="DjVu support for Zathura"
-arch=('i686' 'x86_64')
-url="https://pwmt.org/projects/zathura-djvu/;
-license=('custom')
-depends=('djvulibre' 'zathura')
-install="$pkgname.install"
-source=("https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz;)
-md5sums=('672a25dc9433b2541971c2e4e052bdd3')
-
-build(){
-  make -C "${srcdir}/$pkgname-$pkgver"
-}
-
-package(){
-  make -C "${srcdir}/$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm0644 "${srcdir}/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: zathura-djvu/repos/community-i686/PKGBUILD (from rev 160010, 
zathura-djvu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-02 19:30:03 UTC (rev 160011)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: karnath 
+
+pkgname=zathura-djvu
+pkgver=0.2.5
+pkgrel=1
+
+pkgdesc="DjVu support for Zathura"
+url="https://pwmt.org/projects/zathura-djvu/;
+arch=('i686' 'x86_64')
+license=('custom')
+
+depends=('djvulibre' 'zathura')
+
+install=zathura-djvu.install
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz)
+
+sha1sums=('9808c2f4c4dc025d10d3285db507cd79df721514')
+
+build(){
+  make -C zathura-djvu-$pkgver
+}
+
+package(){
+  make -C zathura-djvu-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-djvu-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-i686/zathura-djvu.install
===
--- community-i686/zathura-djvu.install 2016-02-02 19:29:55 UTC (rev 160010)
+++ community-i686/zathura-djvu.install 2016-02-02 19:30:03 UTC (rev 160011)
@@ -1,6 +0,0 @@
-post_install(){
-update-desktop-database -q
-}
-post_remove(){
-update-desktop-database -q
-}

Copied: zathura-djvu/repos/community-i686/zathura-djvu.install (from rev 
160010, zathura-djvu/trunk/zathura-djvu.install)
===
--- community-i686/zathura-djvu.install (rev 0)
+++ community-i686/zathura-djvu.install 2016-02-02 19:30:03 UTC (rev 160011)
@@ -0,0 +1,6 @@
+post_install(){
+update-desktop-database -q
+}
+post_remove(){
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-02 19:29:55 UTC (rev 160010)
+++ community-x86_64/PKGBUILD   2016-02-02 19:30:03 UTC (rev 160011)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Contributor: karnath 
-
-pkgname=zathura-djvu
-pkgver=0.2.4
-pkgrel=2
-pkgdesc="DjVu support for Zathura"
-arch=('i686' 'x86_64')
-url="https://pwmt.org/projects/zathura-djvu/;
-license=('custom')
-depends=('djvulibre' 'zathura')
-install="$pkgname.install"
-source=("https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz;)

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

2016-02-02 Thread Johannes Löthberg
Date: Tuesday, February 2, 2016 @ 20:29:55
  Author: demize
Revision: 160010

upgpkg: zathura-djvu 0.2.5-1

Modified:
  zathura-djvu/trunk/PKGBUILD

--+
 PKGBUILD |   27 ---
 1 file changed, 16 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 19:23:51 UTC (rev 160009)
+++ PKGBUILD2016-02-02 19:29:55 UTC (rev 160010)
@@ -1,26 +1,31 @@
 # $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
 # Contributor: karnath 
 
 pkgname=zathura-djvu
-pkgver=0.2.4
-pkgrel=2
+pkgver=0.2.5
+pkgrel=1
+
 pkgdesc="DjVu support for Zathura"
+url="https://pwmt.org/projects/zathura-djvu/;
 arch=('i686' 'x86_64')
-url="https://pwmt.org/projects/zathura-djvu/;
 license=('custom')
+
 depends=('djvulibre' 'zathura')
-install="$pkgname.install"
-source=("https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz;)
-md5sums=('672a25dc9433b2541971c2e4e052bdd3')
 
+install=zathura-djvu.install
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz)
+
+sha1sums=('9808c2f4c4dc025d10d3285db507cd79df721514')
+
 build(){
-  make -C "${srcdir}/$pkgname-$pkgver"
+  make -C zathura-djvu-$pkgver
 }
 
 package(){
-  make -C "${srcdir}/$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm0644 "${srcdir}/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  make -C zathura-djvu-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-djvu-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 


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

2016-02-02 Thread Tobias Powalowski
Date: Tuesday, February 2, 2016 @ 19:33:32
  Author: tpowa
Revision: 258806

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

Added:
  gettext/repos/testing-i686/
  gettext/repos/testing-i686/PKGBUILD
(from rev 258805, gettext/trunk/PKGBUILD)
  gettext/repos/testing-i686/gettext.install
(from rev 258805, gettext/trunk/gettext.install)
  gettext/repos/testing-x86_64/
  gettext/repos/testing-x86_64/PKGBUILD
(from rev 258805, gettext/trunk/PKGBUILD)
  gettext/repos/testing-x86_64/gettext.install
(from rev 258805, gettext/trunk/gettext.install)

+
 testing-i686/PKGBUILD  |   35 +++
 testing-i686/gettext.install   |   22 ++
 testing-x86_64/PKGBUILD|   35 +++
 testing-x86_64/gettext.install |   22 ++
 4 files changed, 114 insertions(+)

Copied: gettext/repos/testing-i686/PKGBUILD (from rev 258805, 
gettext/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-02 18:33:32 UTC (rev 258806)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+
+pkgname=gettext
+pkgver=0.19.7
+pkgrel=1
+pkgdesc="GNU internationalization library"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/gettext/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('gcc-libs' 'acl' 'sh' 'glib2' 'libunistring')
+optdepends=('git: for autopoint infrastructure updates')
+options=(!docs)
+install=gettext.install
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 -k check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('87c4ab267c4dce8a75db5d057bb3c92f'
+ 'SKIP')

Copied: gettext/repos/testing-i686/gettext.install (from rev 258805, 
gettext/trunk/gettext.install)
===
--- testing-i686/gettext.install(rev 0)
+++ testing-i686/gettext.install2016-02-02 18:33:32 UTC (rev 258806)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(gettext.info.gz autosprintf.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gettext/repos/testing-x86_64/PKGBUILD (from rev 258805, 
gettext/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-02 18:33:32 UTC (rev 258806)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+
+pkgname=gettext
+pkgver=0.19.7
+pkgrel=1
+pkgdesc="GNU internationalization library"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/gettext/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('gcc-libs' 'acl' 'sh' 'glib2' 'libunistring')
+optdepends=('git: for autopoint infrastructure updates')
+options=(!docs)
+install=gettext.install
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 -k check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('87c4ab267c4dce8a75db5d057bb3c92f'
+ 'SKIP')

Copied: gettext/repos/testing-x86_64/gettext.install (from rev 258805, 
gettext/trunk/gettext.install)
===
--- testing-x86_64/gettext.install  (rev 0)
+++ testing-x86_64/gettext.install  2016-02-02 18:33:32 UTC (rev 258806)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(gettext.info.gz autosprintf.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-02-02 Thread Tobias Powalowski
Date: Tuesday, February 2, 2016 @ 19:33:21
  Author: tpowa
Revision: 258805

upgpkg: gettext 0.19.7-1

bump to latest version

Modified:
  gettext/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 18:25:26 UTC (rev 258804)
+++ PKGBUILD2016-02-02 18:33:21 UTC (rev 258805)
@@ -2,8 +2,8 @@
 # Maintainer:
 
 pkgname=gettext
-pkgver=0.19.6
-pkgrel=2
+pkgver=0.19.7
+pkgrel=1
 pkgdesc="GNU internationalization library"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/gettext/;
@@ -31,5 +31,5 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('6d1447f8c5c45c329371ef4bfe7d79a5'
+md5sums=('87c4ab267c4dce8a75db5d057bb3c92f'
  'SKIP')


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

2016-02-02 Thread Maxime Gauduin
Date: Tuesday, February 2, 2016 @ 20:23:01
  Author: alucryd
Revision: 258816

x265 1.9 rebuild: gst-plugins-bad 1.6.3-2

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 19:17:11 UTC (rev 258815)
+++ PKGBUILD2016-02-02 19:23:01 UTC (rev 258816)
@@ -3,7 +3,7 @@
 
 pkgname=gst-plugins-bad
 pkgver=1.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer Multimedia Framework Bad Plugins"
 arch=('i686' 'x86_64')
 license=('LGPL')


[arch-commits] Commit in zathura-pdf-poppler/trunk (PKGBUILD)

2016-02-02 Thread Johannes Löthberg
Date: Tuesday, February 2, 2016 @ 20:23:41
  Author: demize
Revision: 160008

upgpkg: zathura-pdf-poppler 0.2.6-1

Modified:
  zathura-pdf-poppler/trunk/PKGBUILD

--+
 PKGBUILD |   27 ---
 1 file changed, 16 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 19:18:08 UTC (rev 160007)
+++ PKGBUILD2016-02-02 19:23:41 UTC (rev 160008)
@@ -1,25 +1,30 @@
 # $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
+# Maintainer: Johannes Löthberg 
 # Contributor: karnath 
 
 pkgname=zathura-pdf-poppler
-pkgver=0.2.5
-pkgrel=2
+pkgver=0.2.6
+pkgrel=1
+
 pkgdesc="Adds pdf support to zathura by using the poppler engine"
+url="https://pwmt.org/projects/zathura-pdf-poppler/;
 arch=('i686' 'x86_64')
-url="https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/;
 license=('custom')
+
 depends=('poppler-glib' 'zathura')
-install="$pkgname.install"
-source=("https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('e314b8b136e71aa4925a864141f12d15')
 
+install=zathura-pdf-poppler.install
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-poppler-$pkgver.tar.gz)
+
+sha1sums=('5726f9e2688d72dcc2265cb20d9a070849902f77')
+
 build() {
-  make -C "${srcdir}/$pkgname-$pkgver"
+  make -C zathura-pdf-poppler-$pkgver
 }
 
 package(){
-  make -C "${srcdir}/$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm0644 "${srcdir}/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  make -C zathura-pdf-poppler-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-pdf-poppler-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2016-02-02 Thread Tobias Powalowski
Date: Tuesday, February 2, 2016 @ 19:21:01
  Author: tpowa
Revision: 159994

db-move: moved bbswitch from [community-testing] to [community] (i686, x86_64)

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

---+
 /PKGBUILD |   66 
 /bbswitch.install |   24 +
 community-i686/PKGBUILD   |   33 --
 community-i686/bbswitch.install   |   12 --
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/bbswitch.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-02 18:20:59 UTC (rev 159993)
+++ community-i686/PKGBUILD 2016-02-02 18:21:01 UTC (rev 159994)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: M0Rf30
-# Contributor: Samsagax 
-
-pkgname=bbswitch
-pkgver=0.8
-_extramodules=extramodules-4.3-ARCH # Don't forget to update bbswitch.install
-pkgrel=39
-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')
-depends=('linux>=4.3' 'linux<4.4')
-makedepends=('linux-headers>=4.3' 'linux-headers<4.4')
-install=bbswitch.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make KDIR=/lib/modules/${_kernver}/build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
-}

Copied: bbswitch/repos/community-i686/PKGBUILD (from rev 159993, 
bbswitch/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-02 18:21:01 UTC (rev 159994)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.4-ARCH # Don't forget to update bbswitch.install
+pkgrel=41
+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')
+depends=('linux>=4.4' 'linux<4.5')
+makedepends=('linux-headers>=4.4' 'linux-headers<4.5')
+install=bbswitch.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Deleted: community-i686/bbswitch.install
===
--- community-i686/bbswitch.install 2016-02-02 18:20:59 UTC (rev 159993)
+++ community-i686/bbswitch.install 2016-02-02 18:21:01 UTC (rev 159994)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-4.3-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bbswitch/repos/community-i686/bbswitch.install (from rev 159993, 
bbswitch/repos/community-testing-i686/bbswitch.install)
===
--- community-i686/bbswitch.install (rev 0)
+++ community-i686/bbswitch.install 2016-02-02 18:21:01 

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

2016-02-02 Thread Tobias Powalowski
Date: Tuesday, February 2, 2016 @ 19:21:08
  Author: tpowa
Revision: 159997

db-move: moved tp_smapi from [community-testing] to [community] (i686, x86_64)

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

---+
 /PKGBUILD |  114 
 /tp_smapi.install |   26 
 community-i686/PKGBUILD   |   57 --
 community-i686/tp_smapi.install   |   13 
 community-x86_64/PKGBUILD |   57 --
 community-x86_64/tp_smapi.install |   13 
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-02 18:21:07 UTC (rev 159996)
+++ community-i686/PKGBUILD 2016-02-02 18:21:08 UTC (rev 159997)
@@ -1,57 +0,0 @@
-# $Id$
-# 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
-pkgver=0.41
-_extramodules=extramodules-4.3-ARCH
-pkgrel=76
-pkgdesc="Modules for ThinkPad's SMAPI functionality"
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux>=4.3' 'linux<4.4')
-makedepends=('linux-headers>=4.3' 'linux-headers<4.4')
-install="${pkgname}.install"
-source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('63c683415c764568f6bf17c7eabe4752')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
--e "s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}|" Makefile
-
-  make HDAPS=1
-}
-
-package() {
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make -C "/usr/lib/modules/${_kernver}/build" \
-INSTALL_MOD_PATH="${pkgdir}/usr" \
-M="${srcdir}/${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-i686/PKGBUILD (from rev 159996, 
tp_smapi/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-02 18:21:08 UTC (rev 159997)
@@ -0,0 +1,57 @@
+# $Id$
+# 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
+pkgver=0.41
+_extramodules=extramodules-4.4-ARCH
+pkgrel=78
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.4' 'linux<4.5')
+makedepends=('linux-headers>=4.4' 'linux-headers<4.5')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
+-e "s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}|" Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C "/usr/lib/modules/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/usr" \
+M="${srcdir}/${pkgname}-${pkgver}" modules_install
+
+  cd "${pkgdir}/usr/lib/modules"
+  mv "${_kernver}/extra" 

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

2016-02-02 Thread Tobias Powalowski
Date: Tuesday, February 2, 2016 @ 19:20:59
  Author: tpowa
Revision: 159993

db-move: moved acpi_call from [community-testing] to [community] (i686, x86_64)

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

+
 /PKGBUILD  |   94 +++
 /acpi_call.install |   28 ++
 community-i686/PKGBUILD|   47 -
 community-i686/acpi_call.install   |   14 -
 community-x86_64/PKGBUILD  |   47 -
 community-x86_64/acpi_call.install |   14 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-02 18:13:50 UTC (rev 159992)
+++ community-i686/PKGBUILD 2016-02-02 18:20:59 UTC (rev 159993)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=37
-_extramodules=extramodules-4.3-ARCH
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-arch=('i686' 'x86_64')
-url='http://github.com/mkottman/acpi_call'
-license=('GPL')
-depends=('linux>=4.3' 'linux<4.4')
-makedepends=('linux-headers>=4.3' 'linux-headers<4.4')
-install='acpi_call.install'
-source=("$pkgname-$pkgver.tar.gz::http://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-i686/PKGBUILD (from rev 159992, 
acpi_call/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-02 18:20:59 UTC (rev 159993)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=39
+_extramodules=extramodules-4.4-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='http://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.4' 'linux<4.5')
+makedepends=('linux-headers>=4.4' 'linux-headers<4.5')
+install='acpi_call.install'
+source=("$pkgname-$pkgver.tar.gz::http://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:

Deleted: 

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

2016-02-02 Thread Tobias Powalowski
Date: Tuesday, February 2, 2016 @ 19:21:07
  Author: tpowa
Revision: 159996

db-move: moved rt3562sta from [community-testing] to [community] (i686, x86_64)

Added:
  rt3562sta/repos/community-i686/PKGBUILD
(from rev 159995, rt3562sta/repos/community-testing-i686/PKGBUILD)
  rt3562sta/repos/community-i686/rt3562sta.install
(from rev 159995, rt3562sta/repos/community-testing-i686/rt3562sta.install)
  rt3562sta/repos/community-x86_64/PKGBUILD
(from rev 159995, rt3562sta/repos/community-testing-x86_64/PKGBUILD)
  rt3562sta/repos/community-x86_64/rt3562sta.install
(from rev 159995, 
rt3562sta/repos/community-testing-x86_64/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-i686/PKGBUILD
  rt3562sta/repos/community-i686/rt3562sta.install
  rt3562sta/repos/community-testing-i686/
  rt3562sta/repos/community-testing-x86_64/
  rt3562sta/repos/community-x86_64/PKGBUILD
  rt3562sta/repos/community-x86_64/rt3562sta.install

+
 /PKGBUILD  |   92 +++
 /rt3562sta.install |   32 
 community-i686/PKGBUILD|   46 -
 community-i686/rt3562sta.install   |   16 --
 community-x86_64/PKGBUILD  |   46 -
 community-x86_64/rt3562sta.install |   16 --
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-02 18:21:04 UTC (rev 159995)
+++ community-i686/PKGBUILD 2016-02-02 18:21:07 UTC (rev 159996)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r3
-_patchrel=${pkgver/*_r/}
-pkgrel=2
-pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
-arch=(i686 x86_64)
-url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$srcdir"/rt3562sta-linux-r$_patchrel
-
-   EXTRA_CFLAGS="-DVERSION=$pkgver" \
-   LINUX_SRC="/usr/lib/modules/$KERNEL_RELEASE/build" \
-   make
-}
-
-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 "$srcdir"/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0644 RT3562STA.dat 
"$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat"
-   install -Dm 0644 os/linux/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   install -dm 0755 "$pkgdir/usr/share/doc/$pkgname"
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt "$pkgdir/usr/share/doc/$pkgname"
-
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} \;
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}
-
-sha256sums=('3428c37e91f04dfb0d5e4aae9bbcbf72a3816e8804d0735110a53d1140c37eaa')

Copied: rt3562sta/repos/community-i686/PKGBUILD (from rev 159995, 
rt3562sta/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-02 18:21:07 UTC (rev 159996)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r3
+_patchrel=${pkgver/*_r/}
+pkgrel=4
+pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
+arch=(i686 x86_64)
+url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$srcdir"/rt3562sta-linux-r$_patchrel
+
+   EXTRA_CFLAGS="-DVERSION=$pkgver" \
+   LINUX_SRC="/usr/lib/modules/$KERNEL_RELEASE/build" \
+   make
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* 

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

2016-02-02 Thread Tobias Powalowski
Date: Tuesday, February 2, 2016 @ 19:21:10
  Author: tpowa
Revision: 159998

db-move: moved vhba-module from [community-testing] to [community] (i686, 
x86_64)

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

--+
 /60-vhba.rules   |2 
 /PKGBUILD|   88 +
 /vhba-module.install |   42 +++
 community-i686/60-vhba.rules |1 
 community-i686/PKGBUILD  |   44 
 community-i686/vhba-module.install   |   21 ---
 community-x86_64/60-vhba.rules   |1 
 community-x86_64/PKGBUILD|   44 
 community-x86_64/vhba-module.install |   21 ---
 9 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/60-vhba.rules
===
--- community-i686/60-vhba.rules2016-02-02 18:21:08 UTC (rev 159997)
+++ community-i686/60-vhba.rules2016-02-02 18:21:10 UTC (rev 159998)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 159997, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2016-02-02 18:21:10 UTC (rev 159998)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-02 18:21:08 UTC (rev 159997)
+++ community-i686/PKGBUILD 2016-02-02 18:21:10 UTC (rev 159998)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=vhba-module
-pkgver=20140928
-_extramodules=extramodules-4.3-ARCH
-pkgrel=20
-pkgdesc="Kernel module that emulates SCSI devices"
-arch=('i686' 'x86_64')
-url="http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux>=4.3' 'linux<4.4')
-makedepends=('linux-headers>=4.3' 'linux-headers<4.4')
-options=(!makeflags)
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-'60-vhba.rules')
-md5sums=('967007230bb028424216d9b35da422c0'
- '4dc37dc348b5a2c83585829bde790dcc')
-
-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-i686/PKGBUILD (from rev 159997, 
vhba-module/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-02 18:21:10 UTC (rev 159998)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-4.4-ARCH
+pkgrel=22
+pkgdesc="Kernel module that emulates SCSI devices"

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

2016-02-02 Thread Tobias Powalowski
Date: Tuesday, February 2, 2016 @ 19:25:26
  Author: tpowa
Revision: 258804

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

Added:
  f2fs-tools/repos/extra-i686/PKGBUILD
(from rev 258803, f2fs-tools/trunk/PKGBUILD)
  f2fs-tools/repos/extra-x86_64/PKGBUILD
(from rev 258803, f2fs-tools/trunk/PKGBUILD)
Deleted:
  f2fs-tools/repos/extra-i686/PKGBUILD
  f2fs-tools/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-02 18:25:10 UTC (rev 258803)
+++ extra-i686/PKGBUILD 2016-02-02 18:25:26 UTC (rev 258804)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Christian Hesse 
-
-pkgname=f2fs-tools
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="Tools for Flash-Friendly File System (F2FS)"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/f2fs-tools/;
-depends=('util-linux')
-license=('GPL')
-source=("http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$pkgname-$pkgver.tar.gz;)
-md5sums=('a98553e82ff77db7443a7f2f0b796d48')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-
-   autoreconf -fi
-   ./configure --prefix=/usr --sbindir=/usr/bin
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}/" sbindir=/usr/bin install
-}

Copied: f2fs-tools/repos/extra-i686/PKGBUILD (from rev 258803, 
f2fs-tools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-02 18:25:26 UTC (rev 258804)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+
+pkgname=f2fs-tools
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Tools for Flash-Friendly File System (F2FS)"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/f2fs-tools/;
+depends=('util-linux')
+license=('GPL')
+source=("http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$pkgname-$pkgver.tar.gz;)
+md5sums=('9bc8f4cfa47b63c88aedc698bd5160c5')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+
+   autoreconf -fi
+   ./configure --prefix=/usr --sbindir=/usr/bin
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}/" sbindir=/usr/bin install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-02 18:25:10 UTC (rev 258803)
+++ extra-x86_64/PKGBUILD   2016-02-02 18:25:26 UTC (rev 258804)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Christian Hesse 
-
-pkgname=f2fs-tools
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="Tools for Flash-Friendly File System (F2FS)"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/f2fs-tools/;
-depends=('util-linux')
-license=('GPL')
-source=("http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$pkgname-$pkgver.tar.gz;)
-md5sums=('a98553e82ff77db7443a7f2f0b796d48')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-
-   autoreconf -fi
-   ./configure --prefix=/usr --sbindir=/usr/bin
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}/" sbindir=/usr/bin install
-}

Copied: f2fs-tools/repos/extra-x86_64/PKGBUILD (from rev 258803, 
f2fs-tools/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-02 18:25:26 UTC (rev 258804)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+
+pkgname=f2fs-tools
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Tools for Flash-Friendly File System (F2FS)"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/f2fs-tools/;
+depends=('util-linux')
+license=('GPL')
+source=("http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$pkgname-$pkgver.tar.gz;)
+md5sums=('9bc8f4cfa47b63c88aedc698bd5160c5')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+
+   autoreconf -fi
+   ./configure --prefix=/usr --sbindir=/usr/bin
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}/" sbindir=/usr/bin install
+}


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

2016-02-02 Thread Tobias Powalowski
Date: Tuesday, February 2, 2016 @ 19:25:10
  Author: tpowa
Revision: 258803

upgpkg: f2fs-tools 1.6.0-1

bump  latest version

Modified:
  f2fs-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 18:20:38 UTC (rev 258802)
+++ PKGBUILD2016-02-02 18:25:10 UTC (rev 258803)
@@ -3,7 +3,7 @@
 # Contributor: Christian Hesse 
 
 pkgname=f2fs-tools
-pkgver=1.5.0
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="Tools for Flash-Friendly File System (F2FS)"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('util-linux')
 license=('GPL')
 
source=("http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$pkgname-$pkgver.tar.gz;)
-md5sums=('a98553e82ff77db7443a7f2f0b796d48')
+md5sums=('9bc8f4cfa47b63c88aedc698bd5160c5')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2016-02-02 Thread Maxime Gauduin
Date: Tuesday, February 2, 2016 @ 20:13:18
  Author: alucryd
Revision: 258810

upgpkg: x265 1.9-1

Modified:
  x265/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 19:09:40 UTC (rev 258809)
+++ PKGBUILD2016-02-02 19:13:18 UTC (rev 258810)
@@ -4,8 +4,8 @@
 # Contributor: kfgz 
 
 pkgname=x265
-pkgver=1.8
-pkgrel=3
+pkgver=1.9
+pkgrel=1
 pkgdesc='Open Source H265/HEVC video encoder'
 arch=('i686' 'x86_64')
 url='https://bitbucket.org/multicoreware/x265'
@@ -14,10 +14,10 @@
 makedepends=('yasm' 'cmake')
 provides=('libx265.so')
 
source=("https://bitbucket.org/multicoreware/x265/downloads/x265_${pkgver}.tar.gz;)
-md5sums=('8b7ef9bc0b5bd26965d05a4508effeed')
+md5sums=('f34a1c4c660ff07511365cb0983cf164')
 
 prepare() {
-  cd x265_11047
+  cd x265_${pkgver}
 
   for d in 8 $([[ $CARCH == 'x86_64' ]] && echo "10 12"); do
 if [[ -d build-$d ]]; then
@@ -30,7 +30,7 @@
 build() {
   if [[ $CARCH == x86_64 ]]; then
 
-cd x265_11047/build-12
+cd x265_${pkgver}/build-12
 
 cmake ../source \
   -DCMAKE_INSTALL_PREFIX='/usr' \
@@ -67,7 +67,7 @@
 
   else
 
-cd x265_11047/build-8
+cd x265_${pkgver}/build-8
 
 cmake ../source \
   -DCMAKE_INSTALL_PREFIX='/usr' \
@@ -77,7 +77,7 @@
 }
 
 package() {
-  cd x265_11047/build-8
+  cd x265_${pkgver}/build-8
 
   make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in zathura/repos (14 files)

2016-02-02 Thread Johannes Löthberg
Date: Tuesday, February 2, 2016 @ 20:13:03
  Author: demize
Revision: 160005

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

Added:
  zathura/repos/community-i686/PATCH-Build-even-without-SyncTeX.patch
(from rev 160004, zathura/trunk/PATCH-Build-even-without-SyncTeX.patch)
  zathura/repos/community-i686/PKGBUILD
(from rev 160004, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 160004, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 160004, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PATCH-Build-even-without-SyncTeX.patch
(from rev 160004, zathura/trunk/PATCH-Build-even-without-SyncTeX.patch)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 160004, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 160004, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 160004, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

-+
 /PKGBUILD   |   94 ++
 /bash-completion|   58 
 /zathura.install|   24 +++
 community-i686/PATCH-Build-even-without-SyncTeX.patch   |   27 
 community-i686/PKGBUILD |   35 -
 community-i686/bash-completion  |   29 
 community-i686/zathura.install  |   12 -
 community-x86_64/PATCH-Build-even-without-SyncTeX.patch |   27 
 community-x86_64/PKGBUILD   |   35 -
 community-x86_64/bash-completion|   29 
 community-x86_64/zathura.install|   12 -
 11 files changed, 230 insertions(+), 152 deletions(-)

Copied: zathura/repos/community-i686/PATCH-Build-even-without-SyncTeX.patch 
(from rev 160004, zathura/trunk/PATCH-Build-even-without-SyncTeX.patch)
===
--- community-i686/PATCH-Build-even-without-SyncTeX.patch   
(rev 0)
+++ community-i686/PATCH-Build-even-without-SyncTeX.patch   2016-02-02 
19:13:03 UTC (rev 160005)
@@ -0,0 +1,27 @@
+From b78be80d138076471cdfdc2c4edab4a3af6241b0 Mon Sep 17 00:00:00 2001
+From: Petr Šabata 
+Date: Mon, 21 Dec 2015 16:57:59 +0100
+Subject: [PATCH] Build even without SyncTeX
+
+---
+ zathura/main.c | 2 --
+ 1 file changed, 0 insertions(+), 2 deletions(-)
+
+diff --git a/zathura/main.c b/zathura/main.c
+index 060382a..1c5b73e 100644
+--- a/zathura/main.c
 b/zathura/main.c
+@@ -135,10 +135,8 @@ main(int argc, char* argv[])
+   gchar* plugin_path= NULL;
+   gchar* loglevel   = NULL;
+   gchar* password   = NULL;
+-#ifdef WITH_SYNCTEX
+   gchar* synctex_editor = NULL;
+   gchar* synctex_fwd= NULL;
+-#endif
+   gchar* mode   = NULL;
+   bool forkback = false;
+   bool print_version= false;
+--
+libgit2 0.23.3
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-02 19:12:51 UTC (rev 160004)
+++ community-i686/PKGBUILD 2016-02-02 19:13:03 UTC (rev 160005)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.3.3
-pkgrel=1
-pkgdesc="Minimalistic document viewer"
-arch=('i686' 'x86_64')
-url="http://pwmt.org/projects/zathura/;
-license=('custom')
-depends=('girara>=0.2.4' 'sqlite' 'desktop-file-utils' 'file')
-makedepends=('python2-docutils')
-optdepends=('zathura-djvu: DjVu support'
-'zathura-pdf-poppler: PDF support using Poppler'
-'zathura-pdf-mupdf: PDF support using MuPDF'
-'zathura-ps: PostScript support')
-install=zathura.install
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-   bash-completion)
-md5sums=('d360252210ce51a29e8d341b1b72a7cc'
- 'cac20c37f0e77ba62a8138788f4ccabb')
-
-build() {
-  cd $srcdir/zathura-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/zathura-$pkgver
-  make install DESTDIR=$pkgdir
-  install -D -m664 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm0644 $srcdir/bash-completion 
$pkgdir/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-i686/PKGBUILD (from rev 160004, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

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

2016-02-02 Thread Maxime Gauduin
Date: Tuesday, February 2, 2016 @ 20:13:35
  Author: alucryd
Revision: 258811

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

Added:
  x265/repos/extra-i686/PKGBUILD
(from rev 258810, x265/trunk/PKGBUILD)
  x265/repos/extra-i686/x265-1.7-fix-slowness-with-gcc-5.1.patch
(from rev 258810, x265/trunk/x265-1.7-fix-slowness-with-gcc-5.1.patch)
  x265/repos/extra-x86_64/PKGBUILD
(from rev 258810, x265/trunk/PKGBUILD)
  x265/repos/extra-x86_64/x265-1.7-fix-slowness-with-gcc-5.1.patch
(from rev 258810, x265/trunk/x265-1.7-fix-slowness-with-gcc-5.1.patch)
Deleted:
  x265/repos/extra-i686/PKGBUILD
  x265/repos/extra-i686/x265-1.7-fix-slowness-with-gcc-5.1.patch
  x265/repos/extra-x86_64/PKGBUILD
  x265/repos/extra-x86_64/x265-1.7-fix-slowness-with-gcc-5.1.patch

---+
 /PKGBUILD |  170 
 /x265-1.7-fix-slowness-with-gcc-5.1.patch |   56 +
 extra-i686/PKGBUILD   |   85 
 extra-i686/x265-1.7-fix-slowness-with-gcc-5.1.patch   |   28 --
 extra-x86_64/PKGBUILD |   85 
 extra-x86_64/x265-1.7-fix-slowness-with-gcc-5.1.patch |   28 --
 6 files changed, 226 insertions(+), 226 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-02 19:13:18 UTC (rev 258810)
+++ extra-i686/PKGBUILD 2016-02-02 19:13:35 UTC (rev 258811)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Maintainer: Maxime Gauduin 
-# Contributor: kfgz 
-
-pkgname=x265
-pkgver=1.8
-pkgrel=3
-pkgdesc='Open Source H265/HEVC video encoder'
-arch=('i686' 'x86_64')
-url='https://bitbucket.org/multicoreware/x265'
-license=('GPL')
-depends=('gcc-libs')
-makedepends=('yasm' 'cmake')
-provides=('libx265.so')
-source=("https://bitbucket.org/multicoreware/x265/downloads/x265_${pkgver}.tar.gz;)
-md5sums=('8b7ef9bc0b5bd26965d05a4508effeed')
-
-prepare() {
-  cd x265_11047
-
-  for d in 8 $([[ $CARCH == 'x86_64' ]] && echo "10 12"); do
-if [[ -d build-$d ]]; then
-  rm -rf build-$d
-fi
-mkdir build-$d
-  done
-}
-
-build() {
-  if [[ $CARCH == x86_64 ]]; then
-
-cd x265_11047/build-12
-
-cmake ../source \
-  -DCMAKE_INSTALL_PREFIX='/usr' \
-  -DHIGH_BIT_DEPTH='TRUE' \
-  -DMAIN12='TRUE' \
-  -DEXPORT_C_API='FALSE' \
-  -DENABLE_CLI='FALSE' \
-  -DENABLE_SHARED='FALSE'
-make
-
-cd ../build-10
-
-cmake ../source \
-  -DCMAKE_INSTALL_PREFIX='/usr' \
-  -DHIGH_BIT_DEPTH='TRUE' \
-  -DEXPORT_C_API='FALSE' \
-  -DENABLE_CLI='FALSE' \
-  -DENABLE_SHARED='FALSE'
-make
-
-cd ../build-8
-
-ln -s ../build-10/libx265.a libx265_main10.a
-ln -s ../build-12/libx265.a libx265_main12.a
-
-cmake ../source \
-  -DCMAKE_INSTALL_PREFIX='/usr' \
-  -DENABLE_SHARED='TRUE' \
-  -DEXTRA_LIB='x265_main10.a;x265_main12.a' \
-  -DEXTRA_LINK_FLAGS='-L.' \
-  -DLINKED_10BIT='TRUE' \
-  -DLINKED_12BIT='TRUE'
-make
-
-  else
-
-cd x265_11047/build-8
-
-cmake ../source \
-  -DCMAKE_INSTALL_PREFIX='/usr' \
-  -DENABLE_SHARED='TRUE'
-
-  fi
-}
-
-package() {
-  cd x265_11047/build-8
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: x265/repos/extra-i686/PKGBUILD (from rev 258810, x265/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-02 19:13:35 UTC (rev 258811)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer: Maxime Gauduin 
+# Contributor: kfgz 
+
+pkgname=x265
+pkgver=1.9
+pkgrel=1
+pkgdesc='Open Source H265/HEVC video encoder'
+arch=('i686' 'x86_64')
+url='https://bitbucket.org/multicoreware/x265'
+license=('GPL')
+depends=('gcc-libs')
+makedepends=('yasm' 'cmake')
+provides=('libx265.so')
+source=("https://bitbucket.org/multicoreware/x265/downloads/x265_${pkgver}.tar.gz;)
+md5sums=('f34a1c4c660ff07511365cb0983cf164')
+
+prepare() {
+  cd x265_${pkgver}
+
+  for d in 8 $([[ $CARCH == 'x86_64' ]] && echo "10 12"); do
+if [[ -d build-$d ]]; then
+  rm -rf build-$d
+fi
+mkdir build-$d
+  done
+}
+
+build() {
+  if [[ $CARCH == x86_64 ]]; then
+
+cd x265_${pkgver}/build-12
+
+cmake ../source \
+  -DCMAKE_INSTALL_PREFIX='/usr' \
+  -DHIGH_BIT_DEPTH='TRUE' \
+  -DMAIN12='TRUE' \
+  -DEXPORT_C_API='FALSE' \
+  -DENABLE_CLI='FALSE' \
+  -DENABLE_SHARED='FALSE'
+make
+
+cd ../build-10
+
+cmake ../source \
+  -DCMAKE_INSTALL_PREFIX='/usr' \
+  -DHIGH_BIT_DEPTH='TRUE' \
+  -DEXPORT_C_API='FALSE' \
+  -DENABLE_CLI='FALSE' \
+  -DENABLE_SHARED='FALSE'
+make
+

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

2016-02-02 Thread Maxime Gauduin
Date: Tuesday, February 2, 2016 @ 20:23:14
  Author: alucryd
Revision: 258817

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-02 19:23:01 UTC (rev 258816)
+++ extra-i686/PKGBUILD 2016-02-02 19:23:14 UTC (rev 258817)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-bad
-pkgver=1.6.3
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Bad Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca'
- 'soundtouch' 'spandsp' 'libdvdnav' 'libmodplug' 'libgme' 'opus' 
'wayland' 'neon' 'libofa' 'fluidsynth'
- 'openjpeg' 'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc' 
'rtmpdump' 'libgudev' 'graphene')
-makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
- 'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb'
- 'qt5-declarative' 'qt5-x11extras' 'qt5-wayland')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('971b29101d6a9c5e3fe94d99d977a227f58f0b2d29b6ca2c7f292052542b3a61')
-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -vi
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
---with-package-name="GStreamer Bad Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---with-gtk=3.0
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # don't have a camera for the camerabin test
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-plugins-bad/repos/extra-i686/PKGBUILD (from rev 258816, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-02 19:23:14 UTC (rev 258817)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-bad
+pkgver=1.6.3
+pkgrel=2
+pkgdesc="GStreamer Multimedia Framework Bad Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca'
+ 'soundtouch' 'spandsp' 'libdvdnav' 'libmodplug' 'libgme' 'opus' 
'wayland' 'neon' 'libofa' 'fluidsynth'
+ 'openjpeg' 'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc' 
'rtmpdump' 'libgudev' 'graphene')
+makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
+ 'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb'
+ 'qt5-declarative' 'qt5-x11extras' 'qt5-wayland')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('971b29101d6a9c5e3fe94d99d977a227f58f0b2d29b6ca2c7f292052542b3a61')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name="GStreamer Bad Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--with-gtk=3.0
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # don't have a camera for the camerabin test
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-02 19:23:01 UTC (rev 258816)
+++ extra-x86_64/PKGBUILD   2016-02-02 19:23:14 UTC (rev 258817)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 

[arch-commits] Commit in zathura-pdf-poppler/repos (8 files)

2016-02-02 Thread Johannes Löthberg
Date: Tuesday, February 2, 2016 @ 20:23:51
  Author: demize
Revision: 160009

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

Added:
  zathura-pdf-poppler/repos/community-i686/PKGBUILD
(from rev 160008, zathura-pdf-poppler/trunk/PKGBUILD)
  zathura-pdf-poppler/repos/community-i686/zathura-pdf-poppler.install
(from rev 160008, zathura-pdf-poppler/trunk/zathura-pdf-poppler.install)
  zathura-pdf-poppler/repos/community-x86_64/PKGBUILD
(from rev 160008, zathura-pdf-poppler/trunk/PKGBUILD)
  zathura-pdf-poppler/repos/community-x86_64/zathura-pdf-poppler.install
(from rev 160008, zathura-pdf-poppler/trunk/zathura-pdf-poppler.install)
Deleted:
  zathura-pdf-poppler/repos/community-i686/PKGBUILD
  zathura-pdf-poppler/repos/community-i686/zathura-pdf-poppler.install
  zathura-pdf-poppler/repos/community-x86_64/PKGBUILD
  zathura-pdf-poppler/repos/community-x86_64/zathura-pdf-poppler.install

--+
 /PKGBUILD|   60 +
 /zathura-pdf-poppler.install |   12 +
 community-i686/PKGBUILD  |   25 --
 community-i686/zathura-pdf-poppler.install   |6 --
 community-x86_64/PKGBUILD|   25 --
 community-x86_64/zathura-pdf-poppler.install |6 --
 6 files changed, 72 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-02 19:23:41 UTC (rev 160008)
+++ community-i686/PKGBUILD 2016-02-02 19:23:51 UTC (rev 160009)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Contributor: karnath 
-
-pkgname=zathura-pdf-poppler
-pkgver=0.2.5
-pkgrel=2
-pkgdesc="Adds pdf support to zathura by using the poppler engine"
-arch=('i686' 'x86_64')
-url="https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/;
-license=('custom')
-depends=('poppler-glib' 'zathura')
-install="$pkgname.install"
-source=("https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('e314b8b136e71aa4925a864141f12d15')
-
-build() {
-  make -C "${srcdir}/$pkgname-$pkgver"
-}
-
-package(){
-  make -C "${srcdir}/$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm0644 "${srcdir}/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: zathura-pdf-poppler/repos/community-i686/PKGBUILD (from rev 160008, 
zathura-pdf-poppler/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-02 19:23:51 UTC (rev 160009)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Johannes Löthberg 
+# Contributor: karnath 
+
+pkgname=zathura-pdf-poppler
+pkgver=0.2.6
+pkgrel=1
+
+pkgdesc="Adds pdf support to zathura by using the poppler engine"
+url="https://pwmt.org/projects/zathura-pdf-poppler/;
+arch=('i686' 'x86_64')
+license=('custom')
+
+depends=('poppler-glib' 'zathura')
+
+install=zathura-pdf-poppler.install
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-poppler-$pkgver.tar.gz)
+
+sha1sums=('5726f9e2688d72dcc2265cb20d9a070849902f77')
+
+build() {
+  make -C zathura-pdf-poppler-$pkgver
+}
+
+package(){
+  make -C zathura-pdf-poppler-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-pdf-poppler-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/zathura-pdf-poppler.install
===
--- community-i686/zathura-pdf-poppler.install  2016-02-02 19:23:41 UTC (rev 
160008)
+++ community-i686/zathura-pdf-poppler.install  2016-02-02 19:23:51 UTC (rev 
160009)
@@ -1,6 +0,0 @@
-post_install(){
-update-desktop-database -q
-}
-post_remove(){
-update-desktop-database -q
-}

Copied: zathura-pdf-poppler/repos/community-i686/zathura-pdf-poppler.install 
(from rev 160008, zathura-pdf-poppler/trunk/zathura-pdf-poppler.install)
===
--- community-i686/zathura-pdf-poppler.install  (rev 0)
+++ community-i686/zathura-pdf-poppler.install  2016-02-02 19:23:51 UTC (rev 
160009)
@@ -0,0 +1,6 @@
+post_install(){
+update-desktop-database -q
+}
+post_remove(){
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-02 19:23:41 UTC (rev 160008)
+++ community-x86_64/PKGBUILD   2016-02-02 19:23:51 UTC (rev 160009)
@@ -1,25 +0,0 @@
-# $Id: 

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

2016-02-02 Thread Ike Devolder
Date: Tuesday, February 2, 2016 @ 20:43:40
  Author: idevolder
Revision: 160019

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

Added:
  kodi/repos/community-i686/PKGBUILD
(from rev 160018, kodi/trunk/PKGBUILD)
  kodi/repos/community-i686/kodi.install
(from rev 160018, kodi/trunk/kodi.install)
  kodi/repos/community-i686/prevent-taglib-from-crashing-kodi.patch
(from rev 160018, kodi/trunk/prevent-taglib-from-crashing-kodi.patch)
  kodi/repos/community-x86_64/PKGBUILD
(from rev 160018, kodi/trunk/PKGBUILD)
  kodi/repos/community-x86_64/kodi.install
(from rev 160018, kodi/trunk/kodi.install)
  kodi/repos/community-x86_64/prevent-taglib-from-crashing-kodi.patch
(from rev 160018, kodi/trunk/prevent-taglib-from-crashing-kodi.patch)
Deleted:
  kodi/repos/community-i686/PKGBUILD
  kodi/repos/community-i686/kodi.install
  kodi/repos/community-i686/prevent-taglib-from-crashing-kodi.patch
  kodi/repos/community-x86_64/PKGBUILD
  kodi/repos/community-x86_64/kodi.install
  kodi/repos/community-x86_64/prevent-taglib-from-crashing-kodi.patch

--+
 /PKGBUILD|  266 +
 /kodi.install|   34 +
 /prevent-taglib-from-crashing-kodi.patch |  192 +
 community-i686/PKGBUILD  |  133 --
 community-i686/kodi.install  |   17 
 community-i686/prevent-taglib-from-crashing-kodi.patch   |   96 
 community-x86_64/PKGBUILD|  133 --
 community-x86_64/kodi.install|   17 
 community-x86_64/prevent-taglib-from-crashing-kodi.patch |   96 
 9 files changed, 492 insertions(+), 492 deletions(-)

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


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

2016-02-02 Thread Tobias Powalowski
Date: Tuesday, February 2, 2016 @ 19:20:38
  Author: tpowa
Revision: 258802

db-move: moved linux-firmware from [testing] to [core] (any)

Added:
  linux-firmware/repos/core-any/PKGBUILD
(from rev 258801, linux-firmware/repos/testing-any/PKGBUILD)
Deleted:
  linux-firmware/repos/core-any/PKGBUILD
  linux-firmware/repos/testing-any/

---+
 /PKGBUILD |   57 
 core-any/PKGBUILD |   57 
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2016-02-02 18:20:16 UTC (rev 258801)
+++ core-any/PKGBUILD   2016-02-02 18:20:38 UTC (rev 258802)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler 
-
-pkgname=linux-firmware
-# Commit date + git rev-parse --short origin/master
-_rev=bbe4917
-pkgver=20151207.${_rev}
-pkgrel=1
-pkgdesc="Firmware files for Linux"
-makedepends=('git')
-arch=('any')
-url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
-license=('GPL2' 'GPL3' 'custom')
-conflicts=('linux-firmware-git'
-   'kernel26-firmware'
-   'ar9170-fw'
-   'iwlwifi-1000-ucode'
-   'iwlwifi-3945-ucode'
-   'iwlwifi-4965-ucode'
-   'iwlwifi-5000-ucode'
-   'iwlwifi-5150-ucode'
-   'iwlwifi-6000-ucode'
-   'rt2870usb-fw'
-   'rt2x00-rt61-fw'
-   'rt2x00-rt71w-fw'
-   'amd-ucode')
-replaces=('kernel26-firmware'
-  'ar9170-fw'
-  'iwlwifi-1000-ucode'
-  'iwlwifi-3945-ucode'
-  'iwlwifi-4965-ucode'
-  'iwlwifi-5000-ucode'
-  'iwlwifi-5150-ucode'
-  'iwlwifi-6000-ucode'
-  'rt2870usb-fw'
-  'rt2x00-rt61-fw'
-  'rt2x00-rt71w-fw'
-  'amd-ucode')
-options=(!strip)
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_rev};)
-md5sums=('SKIP')
-
-package() {
-  cd "${srcdir}/${pkgname}"
-
-  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
-  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
-
-  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
-
-  # Trigger a microcode reload for configurations not using early updates
-  install -d "${pkgdir}/usr/lib/tmpfiles.d"
-  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
->"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-}
-# vim:set ts=2 sw=2 et:

Copied: linux-firmware/repos/core-any/PKGBUILD (from rev 258801, 
linux-firmware/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2016-02-02 18:20:38 UTC (rev 258802)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=linux-firmware
+# Commit date + git rev-parse --short origin/master
+_rev=40e9ae8
+pkgver=20160113.${_rev}
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+makedepends=('git')
+arch=('any')
+url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+conflicts=('linux-firmware-git'
+   'kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw'
+   'amd-ucode')
+replaces=('kernel26-firmware'
+  'ar9170-fw'
+  'iwlwifi-1000-ucode'
+  'iwlwifi-3945-ucode'
+  'iwlwifi-4965-ucode'
+  'iwlwifi-5000-ucode'
+  'iwlwifi-5150-ucode'
+  'iwlwifi-6000-ucode'
+  'rt2870usb-fw'
+  'rt2x00-rt61-fw'
+  'rt2x00-rt71w-fw'
+  'amd-ucode')
+options=(!strip)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_rev};)
+md5sums=('SKIP')
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
+
+  # Trigger a microcode reload for configurations not using early updates
+  install -d "${pkgdir}/usr/lib/tmpfiles.d"
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
+>"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+}
+# vim:set ts=2 sw=2 et:


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

2016-02-02 Thread Tobias Powalowski
Date: Tuesday, February 2, 2016 @ 19:21:04
  Author: tpowa
Revision: 159995

db-move: moved r8168 from [community-testing] to [community] (i686, x86_64)

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 159994, r8168/repos/community-testing-i686/PKGBUILD)
  r8168/repos/community-i686/r8168.install
(from rev 159994, r8168/repos/community-testing-i686/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 159994, r8168/repos/community-testing-x86_64/PKGBUILD)
  r8168/repos/community-x86_64/r8168.install
(from rev 159994, r8168/repos/community-testing-x86_64/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/r8168.install

+
 /PKGBUILD  |   88 +++
 /r8168.install |   34 +++
 community-i686/PKGBUILD|   44 ---
 community-i686/r8168.install   |   17 ---
 community-x86_64/PKGBUILD  |   44 ---
 community-x86_64/r8168.install |   17 ---
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-02 18:21:01 UTC (rev 159994)
+++ community-i686/PKGBUILD 2016-02-02 18:21:04 UTC (rev 159995)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.041.00
-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)
-sha256sums=('d56f60e4157ccbf8f8717270b1acb391b0a959d9a96c2f0b4a91c683aa8b83a5')
-
-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-i686/PKGBUILD (from rev 159994, 
r8168/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-02 18:21:04 UTC (rev 159995)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.041.00
+pkgrel=4
+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)
+sha256sums=('d56f60e4157ccbf8f8717270b1acb391b0a959d9a96c2f0b4a91c683aa8b83a5')
+
+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)")
+   

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

2016-02-02 Thread Tobias Powalowski
Date: Tuesday, February 2, 2016 @ 19:21:13
  Author: tpowa
Revision: 15

db-move: moved virtualbox-modules from [community-testing] to [community] 
(i686, x86_64)

Added:
  virtualbox-modules/repos/community-i686/PKGBUILD
(from rev 159998, virtualbox-modules/repos/community-testing-i686/PKGBUILD)
  virtualbox-modules/repos/community-i686/build.sh
(from rev 159998, virtualbox-modules/repos/community-testing-i686/build.sh)
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
(from rev 159998, 
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
(from rev 159998, 
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-x86_64/PKGBUILD
(from rev 159998, 
virtualbox-modules/repos/community-testing-x86_64/PKGBUILD)
  virtualbox-modules/repos/community-x86_64/build.sh
(from rev 159998, 
virtualbox-modules/repos/community-testing-x86_64/build.sh)
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
(from rev 159998, 
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install
(from rev 159998, 
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-i686/PKGBUILD
  virtualbox-modules/repos/community-i686/build.sh
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-testing-i686/
  virtualbox-modules/repos/community-testing-x86_64/
  virtualbox-modules/repos/community-x86_64/PKGBUILD
  virtualbox-modules/repos/community-x86_64/build.sh
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  138 
 /build.sh |  122 +
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 ++
 community-i686/PKGBUILD   |   69 --
 community-i686/build.sh   |   61 
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   69 --
 community-x86_64/build.sh |   61 
 community-x86_64/virtualbox-guest-modules.install |   21 ---
 community-x86_64/virtualbox-host-modules.install  |   23 ---
 12 files changed, 348 insertions(+), 348 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-02 18:21:10 UTC (rev 159998)
+++ community-i686/PKGBUILD 2016-02-02 18:21:13 UTC (rev 15)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=5.0.14
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.3' 'linux<4.4'
- 'linux-headers>=4.3' 'linux-headers<4.4'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.3-ARCH
-
-build() {
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
-}
-
-package_virtualbox-host-modules(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux>=4.3' 'linux<4.4')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux>=4.3' 'linux<4.4')
-  

[arch-commits] Commit in zathura-pdf-mupdf/repos (4 files)

2016-02-02 Thread Johannes Löthberg
Date: Tuesday, February 2, 2016 @ 20:18:08
  Author: demize
Revision: 160007

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

Added:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
(from rev 160006, zathura-pdf-mupdf/trunk/PKGBUILD)
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD
(from rev 160006, zathura-pdf-mupdf/trunk/PKGBUILD)
Deleted:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-02 19:17:58 UTC (rev 160006)
+++ community-i686/PKGBUILD 2016-02-02 19:18:08 UTC (rev 160007)
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Contributor: Moritz Lipp 
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.2.8
-pkgrel=2
-pkgdesc="PDF support for Zathura (MuPDF backend)"
-arch=('i686' 'x86_64')
-url="https://pwmt.org/projects/zathura-pdf-mupdf/;
-license=('custom')
-depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo')
-conflicts=('zathura-pdf-poppler')
-makedepends=('mupdf>=1.4')
-source=("https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('b0bf109c536bf1da131c38861cebb7e6')
-
-build() {
-  make -C "${srcdir}/$pkgname-$pkgver" MUPDF_LIB="-lmupdf -lmujs"
-}
-
-package(){
-  make -C "${srcdir}/$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm0644 "${srcdir}/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: zathura-pdf-mupdf/repos/community-i686/PKGBUILD (from rev 160006, 
zathura-pdf-mupdf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-02 19:18:08 UTC (rev 160007)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: Moritz Lipp 
+
+pkgname=zathura-pdf-mupdf
+pkgver=0.2.9
+pkgrel=1
+
+pkgdesc="PDF support for Zathura (MuPDF backend)"
+url="https://pwmt.org/projects/zathura-pdf-mupdf/;
+arch=('i686' 'x86_64')
+license=('custom')
+
+conflicts=('zathura-pdf-poppler')
+
+depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo')
+makedepends=('mupdf>=1.4')
+
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-mupdf-$pkgver.tar.gz)
+sha1sums=(55b47ed2962589eeef88168554aa5bd2f6557ed3)
+
+build() {
+  make -C zathura-pdf-mupdf-$pkgver MUPDF_LIB="-lmupdf -lmujs"
+}
+
+package(){
+  make -C zathura-pdf-mupdf-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-pdf-mupdf-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-02 19:17:58 UTC (rev 160006)
+++ community-x86_64/PKGBUILD   2016-02-02 19:18:08 UTC (rev 160007)
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Contributor: Moritz Lipp 
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.2.8
-pkgrel=2
-pkgdesc="PDF support for Zathura (MuPDF backend)"
-arch=('i686' 'x86_64')
-url="https://pwmt.org/projects/zathura-pdf-mupdf/;
-license=('custom')
-depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo')
-conflicts=('zathura-pdf-poppler')
-makedepends=('mupdf>=1.4')
-source=("https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('b0bf109c536bf1da131c38861cebb7e6')
-
-build() {
-  make -C "${srcdir}/$pkgname-$pkgver" MUPDF_LIB="-lmupdf -lmujs"
-}
-
-package(){
-  make -C "${srcdir}/$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm0644 "${srcdir}/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD (from rev 160006, 
zathura-pdf-mupdf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-02 19:18:08 UTC (rev 160007)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: Moritz Lipp 
+
+pkgname=zathura-pdf-mupdf
+pkgver=0.2.9
+pkgrel=1

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

2016-02-02 Thread Johannes Löthberg
Date: Tuesday, February 2, 2016 @ 20:31:31
  Author: demize
Revision: 160013

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

Added:
  zathura-ps/repos/community-i686/PKGBUILD
(from rev 160012, zathura-ps/trunk/PKGBUILD)
  zathura-ps/repos/community-i686/zathura-ps.install
(from rev 160012, zathura-ps/trunk/zathura-ps.install)
  zathura-ps/repos/community-x86_64/PKGBUILD
(from rev 160012, zathura-ps/trunk/PKGBUILD)
  zathura-ps/repos/community-x86_64/zathura-ps.install
(from rev 160012, zathura-ps/trunk/zathura-ps.install)
Deleted:
  zathura-ps/repos/community-i686/PKGBUILD
  zathura-ps/repos/community-i686/zathura-ps.install
  zathura-ps/repos/community-x86_64/PKGBUILD
  zathura-ps/repos/community-x86_64/zathura-ps.install

-+
 /PKGBUILD   |   58 ++
 /zathura-ps.install |   12 +++
 community-i686/PKGBUILD |   24 --
 community-i686/zathura-ps.install   |6 ---
 community-x86_64/PKGBUILD   |   24 --
 community-x86_64/zathura-ps.install |6 ---
 6 files changed, 70 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-02 19:31:25 UTC (rev 160012)
+++ community-i686/PKGBUILD 2016-02-02 19:31:31 UTC (rev 160013)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Sergej Pupykin 
-# Contributor: karnath 
-
-pkgname=zathura-ps
-pkgver=0.2.2
-pkgrel=3
-pkgdesc="Adds ps support to zathura by using the libspectre library"
-arch=('i686' 'x86_64')
-url="https://pwmt.org/projects/zathura/plugins/zathura-ps/;
-license=('custom')
-depends=('libspectre' 'zathura')
-install="$pkgname.install"
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
-md5sums=('338af976c03c0aa1471b156a0efdc45c')
-
-build(){
-  make -C "$pkgname-$pkgver"
-}
-
-package(){
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm0644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: zathura-ps/repos/community-i686/PKGBUILD (from rev 160012, 
zathura-ps/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-02 19:31:31 UTC (rev 160013)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: karnath 
+
+pkgname=zathura-ps
+pkgver=0.2.3
+pkgrel=1
+
+pkgdesc="Adds ps support to zathura by using the libspectre library"
+url="https://pwmt.org/projects/zathura-ps;
+arch=('i686' 'x86_64')
+license=('custom')
+
+depends=('libspectre' 'zathura')
+
+install=zathura-ps.install
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
+
+sha1sums=('893f743a5e54b0cdabf30a50451eb3d427831b17')
+
+build(){
+  make -C zathura-ps-$pkgver
+}
+
+package(){
+  make -C zathura-ps-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-ps-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/zathura-ps.install
===
--- community-i686/zathura-ps.install   2016-02-02 19:31:25 UTC (rev 160012)
+++ community-i686/zathura-ps.install   2016-02-02 19:31:31 UTC (rev 160013)
@@ -1,6 +0,0 @@
-post_install(){
-update-desktop-database -q
-}
-post_remove(){
-update-desktop-database -q
-}

Copied: zathura-ps/repos/community-i686/zathura-ps.install (from rev 160012, 
zathura-ps/trunk/zathura-ps.install)
===
--- community-i686/zathura-ps.install   (rev 0)
+++ community-i686/zathura-ps.install   2016-02-02 19:31:31 UTC (rev 160013)
@@ -0,0 +1,6 @@
+post_install(){
+update-desktop-database -q
+}
+post_remove(){
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-02 19:31:25 UTC (rev 160012)
+++ community-x86_64/PKGBUILD   2016-02-02 19:31:31 UTC (rev 160013)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Sergej Pupykin 
-# Contributor: karnath 
-
-pkgname=zathura-ps
-pkgver=0.2.2
-pkgrel=3
-pkgdesc="Adds ps support to zathura by using the libspectre library"
-arch=('i686' 'x86_64')
-url="https://pwmt.org/projects/zathura/plugins/zathura-ps/;
-license=('custom')
-depends=('libspectre' 'zathura')
-install="$pkgname.install"

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

2016-02-02 Thread Ike Devolder
Date: Tuesday, February 2, 2016 @ 20:46:15
  Author: idevolder
Revision: 160021

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-02 19:46:01 UTC (rev 160020)
+++ community-i686/PKGBUILD 2016-02-02 19:46:15 UTC (rev 160021)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-
-pkgname=libnfs
-pkgver=1.9.8
-pkgrel=1
-pkgdesc="client library for accessing NFS shares"
-arch=('i686' 'x86_64')
-url="https://github.com/sahlberg/libnfs;
-license=('GPL')
-depends=('glibc')
-source=(
-   "https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;
-)
-sha256sums=('e95af693e763a504eee72dacf3dc6c1001d83e40b807e7e1d0be2eaf48af779c')
-
-#prepare() {
-  #cd "$pkgname-$pkgname-$pkgver"
-
-#}
-
-build() {
-   cd "$pkgname-$pkgname-$pkgver"
-
-   autoreconf -vif
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}
-

Copied: libnfs/repos/community-i686/PKGBUILD (from rev 160020, 
libnfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-02 19:46:15 UTC (rev 160021)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+
+pkgname=libnfs
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="client library for accessing NFS shares"
+arch=('i686' 'x86_64')
+url="https://github.com/sahlberg/libnfs;
+license=('GPL')
+depends=('glibc')
+source=(
+   "https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;
+)
+sha256sums=('7f6c62a05c7e0f0749f2b13f178a4ed7aaf17bd09e65a10bb147bfe9807da272')
+
+#prepare() {
+  #cd "$pkgname-$pkgname-$pkgver"
+
+#}
+
+build() {
+   cd "$pkgname-$pkgname-$pkgver"
+
+   autoreconf -vif
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-02 19:46:01 UTC (rev 160020)
+++ community-x86_64/PKGBUILD   2016-02-02 19:46:15 UTC (rev 160021)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-
-pkgname=libnfs
-pkgver=1.9.8
-pkgrel=1
-pkgdesc="client library for accessing NFS shares"
-arch=('i686' 'x86_64')
-url="https://github.com/sahlberg/libnfs;
-license=('GPL')
-depends=('glibc')
-source=(
-   "https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;
-)
-sha256sums=('e95af693e763a504eee72dacf3dc6c1001d83e40b807e7e1d0be2eaf48af779c')
-
-#prepare() {
-  #cd "$pkgname-$pkgname-$pkgver"
-
-#}
-
-build() {
-   cd "$pkgname-$pkgname-$pkgver"
-
-   autoreconf -vif
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}
-

Copied: libnfs/repos/community-x86_64/PKGBUILD (from rev 160020, 
libnfs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-02 19:46:15 UTC (rev 160021)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+
+pkgname=libnfs
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="client library for accessing NFS shares"
+arch=('i686' 'x86_64')
+url="https://github.com/sahlberg/libnfs;
+license=('GPL')
+depends=('glibc')
+source=(
+   "https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;
+)
+sha256sums=('7f6c62a05c7e0f0749f2b13f178a4ed7aaf17bd09e65a10bb147bfe9807da272')
+
+#prepare() {
+  #cd "$pkgname-$pkgname-$pkgver"
+
+#}
+
+build() {
+   cd "$pkgname-$pkgname-$pkgver"
+
+   autoreconf -vif
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}
+


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

2016-02-02 Thread Ike Devolder
Date: Tuesday, February 2, 2016 @ 20:46:01
  Author: idevolder
Revision: 160020

upgpkg: libnfs 1.10.0-1

Modified:
  libnfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 19:43:40 UTC (rev 160019)
+++ PKGBUILD2016-02-02 19:46:01 UTC (rev 160020)
@@ -2,7 +2,7 @@
 # Maintainer: BlackIkeEagle 
 
 pkgname=libnfs
-pkgver=1.9.8
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="client library for accessing NFS shares"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 source=(
"https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;
 )
-sha256sums=('e95af693e763a504eee72dacf3dc6c1001d83e40b807e7e1d0be2eaf48af779c')
+sha256sums=('7f6c62a05c7e0f0749f2b13f178a4ed7aaf17bd09e65a10bb147bfe9807da272')
 
 #prepare() {
   #cd "$pkgname-$pkgname-$pkgver"


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

2016-02-02 Thread Maxime Gauduin
Date: Tuesday, February 2, 2016 @ 20:14:24
  Author: alucryd
Revision: 258813

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-02 19:14:13 UTC (rev 258812)
+++ extra-i686/PKGBUILD 2016-02-02 19:14:24 UTC (rev 258813)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=2.8.6
-pkgrel=1
-epoch=1
-pkgdesc='Complete solution to record, convert and stream audio and video'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL3')
-depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
- 'libass' 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh'
- 'libtheora' 'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg'
- 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
- 'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
- 'libvpx.so' 'libx264.so' 'libx265.so')
-makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
-optdepends=('ladspa: LADSPA filters')
-provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
-  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
-  'libswscale.so')
-source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2{,.asc})
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('40611e329bc354592c6f8f1deb033c31b91f80e91f5707ca4f9afceca78d8e62'
-'SKIP')
-
-build() {
-  cd ffmpeg-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gnutls \
---enable-gpl \
---enable-ladspa \
---enable-libass \
---enable-libbluray \
---enable-libdcadec \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libschroedinger \
---enable-libsoxr \
---enable-libspeex \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvidstab \
---enable-libvorbis \
---enable-libvpx \
---enable-libwebp \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-shared \
---enable-version3 \
---enable-x11grab
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd ffmpeg-${pkgver}
-
-  make DESTDIR="${pkgdir}" install install-man
-  install -Dm 755 tools/qt-faststart "${pkgdir}"/usr/bin/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 258812, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-02 19:14:24 UTC (rev 258813)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=2.8.6
+pkgrel=2
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
+ 'libass' 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh'
+ 'libtheora' 'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg'
+ 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
+ 'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
+ 'libvpx.so' 'libx264.so' 'libx265.so')
+makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
+optdepends=('ladspa: LADSPA filters')
+provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
+  'libavresample.so' 'libavutil.so' 

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

2016-02-02 Thread Maxime Gauduin
Date: Tuesday, February 2, 2016 @ 20:14:13
  Author: alucryd
Revision: 258812

x265 1.9 rebuild: ffmpeg 1:2.8.6-2

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 19:13:35 UTC (rev 258811)
+++ PKGBUILD2016-02-02 19:14:13 UTC (rev 258812)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=2.8.6
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')


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

2016-02-02 Thread Ike Devolder
Date: Tuesday, February 2, 2016 @ 20:43:22
  Author: idevolder
Revision: 160018

upgpkg: kodi 15.2-4

Modified:
  kodi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 19:42:19 UTC (rev 160017)
+++ PKGBUILD2016-02-02 19:43:22 UTC (rev 160018)
@@ -13,7 +13,7 @@
 pkgname=('kodi' 'kodi-eventclients')
 pkgver=15.2
 _codename=Isengard
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url="http://kodi.tv;
 license=('GPL2')


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

2016-02-02 Thread Bartłomiej Piotrowski
Date: Tuesday, February 2, 2016 @ 22:26:13
  Author: bpiotrowski
Revision: 258821

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-02 21:25:46 UTC (rev 258820)
+++ extra-i686/PKGBUILD 2016-02-02 21:26:13 UTC (rev 258821)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Juergen Hoetzel 
-# Contributor: John Proctor 
-
-pkgname=socat
-pkgver=1.7.3.0
-pkgrel=1
-pkgdesc='Multipurpose relay'
-url='http://www.dest-unreach.org/socat/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('readline' 'openssl')
-source=("http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('c09ec6539647cebe8fccdfcf0f1ace1243231ec3')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: socat/repos/extra-i686/PKGBUILD (from rev 258820, socat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-02 21:26:13 UTC (rev 258821)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Juergen Hoetzel 
+# Contributor: John Proctor 
+
+pkgname=socat
+pkgver=1.7.3.1
+pkgrel=1
+pkgdesc='Multipurpose relay'
+url='http://www.dest-unreach.org/socat/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('readline' 'openssl')
+source=("http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('a6f1d8ab3e85f565dbe172f33a9be6708dd52ffb')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-02 21:25:46 UTC (rev 258820)
+++ extra-x86_64/PKGBUILD   2016-02-02 21:26:13 UTC (rev 258821)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Juergen Hoetzel 
-# Contributor: John Proctor 
-
-pkgname=socat
-pkgver=1.7.3.0
-pkgrel=1
-pkgdesc='Multipurpose relay'
-url='http://www.dest-unreach.org/socat/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('readline' 'openssl')
-source=("http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('c09ec6539647cebe8fccdfcf0f1ace1243231ec3')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: socat/repos/extra-x86_64/PKGBUILD (from rev 258820, 
socat/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-02 21:26:13 UTC (rev 258821)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Juergen Hoetzel 
+# Contributor: John Proctor 
+
+pkgname=socat
+pkgver=1.7.3.1
+pkgrel=1
+pkgdesc='Multipurpose relay'
+url='http://www.dest-unreach.org/socat/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('readline' 'openssl')
+source=("http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('a6f1d8ab3e85f565dbe172f33a9be6708dd52ffb')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2016-02-02 Thread Bartłomiej Piotrowski
Date: Tuesday, February 2, 2016 @ 22:25:46
  Author: bpiotrowski
Revision: 258820

upgpkg: socat 1.7.3.1-1

new upstream release

Modified:
  socat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 21:25:20 UTC (rev 258819)
+++ PKGBUILD2016-02-02 21:25:46 UTC (rev 258820)
@@ -4,7 +4,7 @@
 # Contributor: John Proctor 
 
 pkgname=socat
-pkgver=1.7.3.0
+pkgver=1.7.3.1
 pkgrel=1
 pkgdesc='Multipurpose relay'
 url='http://www.dest-unreach.org/socat/'
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=('readline' 'openssl')
 
source=("http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('c09ec6539647cebe8fccdfcf0f1ace1243231ec3')
+sha1sums=('a6f1d8ab3e85f565dbe172f33a9be6708dd52ffb')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-02-02 Thread Johannes Löthberg
Date: Tuesday, February 2, 2016 @ 22:44:30
  Author: demize
Revision: 160035

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

Added:
  io/repos/community-i686/PATCH-Fix-for-inlining-in-C11-mode.patch
(from rev 160034, io/trunk/PATCH-Fix-for-inlining-in-C11-mode.patch)
  io/repos/community-i686/PATCH-added--msse2-to-compile-flags-for.patch
(from rev 160034, io/trunk/PATCH-added--msse2-to-compile-flags-for.patch)
  io/repos/community-i686/PKGBUILD
(from rev 160034, io/trunk/PKGBUILD)
  io/repos/community-x86_64/PATCH-Fix-for-inlining-in-C11-mode.patch
(from rev 160034, io/trunk/PATCH-Fix-for-inlining-in-C11-mode.patch)
  io/repos/community-x86_64/PATCH-added--msse2-to-compile-flags-for.patch
(from rev 160034, io/trunk/PATCH-added--msse2-to-compile-flags-for.patch)
  io/repos/community-x86_64/PKGBUILD
(from rev 160034, io/trunk/PKGBUILD)
Deleted:
  io/repos/community-i686/PATCH-Fix-for-inlining-in-C11-mode.patch
  io/repos/community-i686/PATCH-added--msse2-to-compile-flags-for.patch
  io/repos/community-i686/PKGBUILD
  io/repos/community-x86_64/PATCH-Fix-for-inlining-in-C11-mode.patch

+
 /PATCH-Fix-for-inlining-in-C11-mode.patch  |  114 
++
 /PATCH-added--msse2-to-compile-flags-for.patch |   23 ++
 /PKGBUILD  |   44 +++
 community-i686/PATCH-Fix-for-inlining-in-C11-mode.patch|   57 -
 community-i686/PATCH-added--msse2-to-compile-flags-for.patch   |   23 --
 community-i686/PKGBUILD|   44 ---
 community-x86_64/PATCH-Fix-for-inlining-in-C11-mode.patch  |   57 -
 community-x86_64/PATCH-added--msse2-to-compile-flags-for.patch |   23 ++
 community-x86_64/PKGBUILD  |   44 +++
 9 files changed, 248 insertions(+), 181 deletions(-)

Deleted: community-i686/PATCH-Fix-for-inlining-in-C11-mode.patch
===
--- community-i686/PATCH-Fix-for-inlining-in-C11-mode.patch 2016-02-02 
21:41:25 UTC (rev 160034)
+++ community-i686/PATCH-Fix-for-inlining-in-C11-mode.patch 2016-02-02 
21:44:30 UTC (rev 160035)
@@ -1,57 +0,0 @@
-From 2ab9505240c7d32ea5cb4d367c86af0146ac0b7c Mon Sep 17 00:00:00 2001
-From: Peter Hull 
-Date: Sun, 24 Jan 2016 13:19:27 +
-Subject: [PATCH] Fix for inlining in C11 mode
-

- libs/basekit/source/Common_inline.h | 36 
- 1 file changed, 24 insertions(+), 12 deletions(-)
-
-diff --git a/libs/basekit/source/Common_inline.h 
b/libs/basekit/source/Common_inline.h
-index a4086d7..19f8d47 100755
 a/libs/basekit/source/Common_inline.h
-+++ b/libs/basekit/source/Common_inline.h
-@@ -117,19 +117,31 @@ Kudos to Daniel A. Koepke
-   #endif 
-   
- #elif defined(__linux__) || defined(__OpenBSD__) || defined(__NetBSD__) || 
defined(__FreeBSD__)
--
--  #ifdef IO_IN_C_FILE
--  // in .c 
--  #define IO_DECLARE_INLINES
--  #define IOINLINE inline
--  #define IOINLINE_RECURSIVE inline
-+  #ifdef __GNUC_STDC_INLINE__
-+  #ifdef IO_IN_C_FILE
-+  // in .c
-+  #define IO_DECLARE_INLINES
-+  #define IOINLINE
-+  #define IOINLINE_RECURSIVE
-+  #else
-+  // in .h
-+  #define IO_DECLARE_INLINES
-+  #define IOINLINE inline
-+  #define IOINLINE_RECURSIVE inline
-+  #endif
-   #else
--  // in .h 
--  #define IO_DECLARE_INLINES
--  #define IOINLINE extern inline
--  #define IOINLINE_RECURSIVE extern inline
--  #endif 
--  
-+  #ifdef IO_IN_C_FILE
-+  // in .c
-+  #define IO_DECLARE_INLINES
-+  #define IOINLINE inline
-+  #define IOINLINE_RECURSIVE inline
-+  #else
-+  // in .h
-+  #define IO_DECLARE_INLINES
-+  #define IOINLINE extern inline
-+  #define IOINLINE_RECURSIVE extern inline
-+  #endif
-+  #endif
- #else
- 
-   #ifdef IO_IN_C_FILE

Copied: io/repos/community-i686/PATCH-Fix-for-inlining-in-C11-mode.patch (from 
rev 160034, io/trunk/PATCH-Fix-for-inlining-in-C11-mode.patch)
===
--- community-i686/PATCH-Fix-for-inlining-in-C11-mode.patch 
(rev 0)
+++ community-i686/PATCH-Fix-for-inlining-in-C11-mode.patch 2016-02-02 
21:44:30 UTC (rev 160035)
@@ -0,0 +1,57 @@
+From 2ab9505240c7d32ea5cb4d367c86af0146ac0b7c Mon Sep 17 00:00:00 2001
+From: Peter Hull 
+Date: Sun, 24 Jan 

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

2016-02-02 Thread Johannes Löthberg
Date: Tuesday, February 2, 2016 @ 22:02:21
  Author: demize
Revision: 160028

upgpkg: hub 2.2.3-1

Modified:
  hub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 20:32:38 UTC (rev 160027)
+++ PKGBUILD2016-02-02 21:02:21 UTC (rev 160028)
@@ -1,22 +1,26 @@
 # $Id$
-# Maintainer: Daniel Wallace 
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
 # Contributor: Alfredo Palhares 
 
 pkgname=hub
-_pkgdir=github-hub-
-pkgver=2.2.2
-pkgrel=2
+pkgver=2.2.3
+pkgrel=1
+
 pkgdesc="cli interface for Github"
+url="https://hub.github.com;
 arch=('x86_64' 'i686')
-url="https://hub.github.com;
+license=('MIT')
+
 depends=('git')
 makedepends=('go')
-license=('MIT')
+
+_source_dir=github-hub-88296d1
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
-sha256sums=('6f3967913bb68c65f9f155b6db4af4629558db7ff89034de5f8fe635a55187b5')
+sha256sums=('db21e3ff93ef1747970bb58a59dba4e84c85047ce6ef99cc640a98be71c3702f')
 
 build() {
-  cd "$srcdir/$_pkgdir"*
+  cd $_source_dir
 
   ./script/build
   gzip --best -c man/hub.1> hub.1.gz
@@ -24,14 +28,12 @@
 }
 
 package() {
-  cd "$srcdir/$_pkgdir"*
+  cd $_source_dir
 
-  install -Dm755 "$srcdir/$_pkgdir"*"/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm755 hub "$pkgdir"/usr/bin/hub
 
-  install -Dm644 "$srcdir/$_pkgdir"*"/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.bash_completion.sh" 
"$pkgdir/usr/share/bash-completion/completions/hub"
-  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.zsh_completion" 
"$pkgdir/usr/share/zsh/site-functions/_hub"
-
-  install -Dm644 "$srcdir/$_pkgdir"*"/man/$pkgname.1" 
"$pkgdir/usr/share/man/man1/$pkgname.1"
-
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 etc/hub.bash_completion.sh 
"$pkgdir"/usr/share/bash-completion/completions/hub
+  install -Dm644 etc/hub.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_hub
+  install -Dm644 man/hub.1 "$pkgdir"/usr/share/man/man1/hub.1
 }


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

2016-02-02 Thread Johannes Löthberg
Date: Tuesday, February 2, 2016 @ 22:02:30
  Author: demize
Revision: 160029

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-02 21:02:21 UTC (rev 160028)
+++ community-i686/PKGBUILD 2016-02-02 21:02:30 UTC (rev 160029)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Alfredo Palhares 
-
-pkgname=hub
-_pkgdir=github-hub-
-pkgver=2.2.2
-pkgrel=2
-pkgdesc="cli interface for Github"
-arch=('x86_64' 'i686')
-url="https://hub.github.com;
-depends=('git')
-makedepends=('go')
-license=('MIT')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
-sha256sums=('6f3967913bb68c65f9f155b6db4af4629558db7ff89034de5f8fe635a55187b5')
-
-build() {
-  cd "$srcdir/$_pkgdir"*
-
-  ./script/build
-  gzip --best -c man/hub.1> hub.1.gz
-
-}
-
-package() {
-  cd "$srcdir/$_pkgdir"*
-
-  install -Dm755 "$srcdir/$_pkgdir"*"/$pkgname" "$pkgdir/usr/bin/$pkgname"
-
-  install -Dm644 "$srcdir/$_pkgdir"*"/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.bash_completion.sh" 
"$pkgdir/usr/share/bash-completion/completions/hub"
-  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.zsh_completion" 
"$pkgdir/usr/share/zsh/site-functions/_hub"
-
-  install -Dm644 "$srcdir/$_pkgdir"*"/man/$pkgname.1" 
"$pkgdir/usr/share/man/man1/$pkgname.1"
-
-}

Copied: hub/repos/community-i686/PKGBUILD (from rev 160028, hub/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-02 21:02:30 UTC (rev 160029)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Alfredo Palhares 
+
+pkgname=hub
+pkgver=2.2.3
+pkgrel=1
+
+pkgdesc="cli interface for Github"
+url="https://hub.github.com;
+arch=('x86_64' 'i686')
+license=('MIT')
+
+depends=('git')
+makedepends=('go')
+
+_source_dir=github-hub-88296d1
+source=("$pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
+sha256sums=('db21e3ff93ef1747970bb58a59dba4e84c85047ce6ef99cc640a98be71c3702f')
+
+build() {
+  cd $_source_dir
+
+  ./script/build
+  gzip --best -c man/hub.1> hub.1.gz
+
+}
+
+package() {
+  cd $_source_dir
+
+  install -Dm755 hub "$pkgdir"/usr/bin/hub
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 etc/hub.bash_completion.sh 
"$pkgdir"/usr/share/bash-completion/completions/hub
+  install -Dm644 etc/hub.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_hub
+  install -Dm644 man/hub.1 "$pkgdir"/usr/share/man/man1/hub.1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-02 21:02:21 UTC (rev 160028)
+++ community-x86_64/PKGBUILD   2016-02-02 21:02:30 UTC (rev 160029)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Alfredo Palhares 
-
-pkgname=hub
-_pkgdir=github-hub-
-pkgver=2.2.2
-pkgrel=2
-pkgdesc="cli interface for Github"
-arch=('x86_64' 'i686')
-url="https://hub.github.com;
-depends=('git')
-makedepends=('go')
-license=('MIT')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
-sha256sums=('6f3967913bb68c65f9f155b6db4af4629558db7ff89034de5f8fe635a55187b5')
-
-build() {
-  cd "$srcdir/$_pkgdir"*
-
-  ./script/build
-  gzip --best -c man/hub.1> hub.1.gz
-
-}
-
-package() {
-  cd "$srcdir/$_pkgdir"*
-
-  install -Dm755 "$srcdir/$_pkgdir"*"/$pkgname" "$pkgdir/usr/bin/$pkgname"
-
-  install -Dm644 "$srcdir/$_pkgdir"*"/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.bash_completion.sh" 
"$pkgdir/usr/share/bash-completion/completions/hub"
-  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.zsh_completion" 
"$pkgdir/usr/share/zsh/site-functions/_hub"
-
-  install -Dm644 "$srcdir/$_pkgdir"*"/man/$pkgname.1" 
"$pkgdir/usr/share/man/man1/$pkgname.1"
-
-}

Copied: hub/repos/community-x86_64/PKGBUILD (from rev 160028, 
hub/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2016-02-02 Thread Anatol Pomozov
Date: Tuesday, February 2, 2016 @ 22:24:41
  Author: anatolik
Revision: 258818

upgpkg: libcap 2.25-1

Modified:
  libcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 19:23:14 UTC (rev 258817)
+++ PKGBUILD2016-02-02 21:24:41 UTC (rev 258818)
@@ -4,8 +4,8 @@
 # Contributor: Hugo Doria 
 
 pkgname=libcap
-pkgver=2.24
-pkgrel=2
+pkgver=2.25
+pkgrel=1
 pkgdesc='POSIX 1003.1e capabilities'
 arch=('i686' 'x86_64')
 url='http://sites.google.com/site/fullycapable/'
@@ -13,7 +13,7 @@
 depends=('glibc' 'attr')
 makedepends=('linux-api-headers')
 
source=(https://kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-$pkgver.tar.xz)
-md5sums=('d43ab9f680435a7fff35b4ace8d45b80')
+md5sums=('b839e5d46c2ad33fc8aa2ceb5f77')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-02-02 Thread Anatol Pomozov
Date: Tuesday, February 2, 2016 @ 22:25:20
  Author: anatolik
Revision: 258819

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

Added:
  libcap/repos/testing-i686/
  libcap/repos/testing-i686/PKGBUILD
(from rev 258818, libcap/trunk/PKGBUILD)
  libcap/repos/testing-x86_64/
  libcap/repos/testing-x86_64/PKGBUILD
(from rev 258818, libcap/trunk/PKGBUILD)

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

Copied: libcap/repos/testing-i686/PKGBUILD (from rev 258818, 
libcap/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-02 21:25:20 UTC (rev 258819)
@@ -0,0 +1,33 @@
+#$Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: Hugo Doria 
+
+pkgname=libcap
+pkgver=2.25
+pkgrel=1
+pkgdesc='POSIX 1003.1e capabilities'
+arch=('i686' 'x86_64')
+url='http://sites.google.com/site/fullycapable/'
+license=('GPL2')
+depends=('glibc' 'attr')
+makedepends=('linux-api-headers')
+source=(https://kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-$pkgver.tar.xz)
+md5sums=('b839e5d46c2ad33fc8aa2ceb5f77')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i "/SBINDIR/s#sbin#bin#" Make.Rules
+}
+
+build() {
+  make -C $pkgname-$pkgver KERNEL_HEADERS=/usr/include
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix=/usr lib=/lib DESTDIR="$pkgdir" RAISE_SETFCAP=no install
+
+  install -Dm644 pam_cap/capability.conf \
+"$pkgdir"/usr/share/doc/$pkgname/capability.conf.example
+}

Copied: libcap/repos/testing-x86_64/PKGBUILD (from rev 258818, 
libcap/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-02 21:25:20 UTC (rev 258819)
@@ -0,0 +1,33 @@
+#$Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: Hugo Doria 
+
+pkgname=libcap
+pkgver=2.25
+pkgrel=1
+pkgdesc='POSIX 1003.1e capabilities'
+arch=('i686' 'x86_64')
+url='http://sites.google.com/site/fullycapable/'
+license=('GPL2')
+depends=('glibc' 'attr')
+makedepends=('linux-api-headers')
+source=(https://kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-$pkgver.tar.xz)
+md5sums=('b839e5d46c2ad33fc8aa2ceb5f77')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i "/SBINDIR/s#sbin#bin#" Make.Rules
+}
+
+build() {
+  make -C $pkgname-$pkgver KERNEL_HEADERS=/usr/include
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix=/usr lib=/lib DESTDIR="$pkgdir" RAISE_SETFCAP=no install
+
+  install -Dm644 pam_cap/capability.conf \
+"$pkgdir"/usr/share/doc/$pkgname/capability.conf.example
+}


[arch-commits] Commit in io/trunk (PATCH-Fix-for-inlining-in-C11-mode.patch PKGBUILD)

2016-02-02 Thread Johannes Löthberg
Date: Tuesday, February 2, 2016 @ 22:30:09
  Author: demize
Revision: 160031

upgpkg: io 2015.11.11-1

Requires an inlining fix patch since GCC 5 switched to C11

Added:
  io/trunk/PATCH-Fix-for-inlining-in-C11-mode.patch
Modified:
  io/trunk/PKGBUILD

--+
 PATCH-Fix-for-inlining-in-C11-mode.patch |   57 +
 PKGBUILD |   11 -
 2 files changed, 66 insertions(+), 2 deletions(-)

Added: PATCH-Fix-for-inlining-in-C11-mode.patch
===
--- PATCH-Fix-for-inlining-in-C11-mode.patch(rev 0)
+++ PATCH-Fix-for-inlining-in-C11-mode.patch2016-02-02 21:30:09 UTC (rev 
160031)
@@ -0,0 +1,57 @@
+From 2ab9505240c7d32ea5cb4d367c86af0146ac0b7c Mon Sep 17 00:00:00 2001
+From: Peter Hull 
+Date: Sun, 24 Jan 2016 13:19:27 +
+Subject: [PATCH] Fix for inlining in C11 mode
+
+---
+ libs/basekit/source/Common_inline.h | 36 
+ 1 file changed, 24 insertions(+), 12 deletions(-)
+
+diff --git a/libs/basekit/source/Common_inline.h 
b/libs/basekit/source/Common_inline.h
+index a4086d7..19f8d47 100755
+--- a/libs/basekit/source/Common_inline.h
 b/libs/basekit/source/Common_inline.h
+@@ -117,19 +117,31 @@ Kudos to Daniel A. Koepke
+   #endif 
+   
+ #elif defined(__linux__) || defined(__OpenBSD__) || defined(__NetBSD__) || 
defined(__FreeBSD__)
+-
+-  #ifdef IO_IN_C_FILE
+-  // in .c 
+-  #define IO_DECLARE_INLINES
+-  #define IOINLINE inline
+-  #define IOINLINE_RECURSIVE inline
++  #ifdef __GNUC_STDC_INLINE__
++  #ifdef IO_IN_C_FILE
++  // in .c
++  #define IO_DECLARE_INLINES
++  #define IOINLINE
++  #define IOINLINE_RECURSIVE
++  #else
++  // in .h
++  #define IO_DECLARE_INLINES
++  #define IOINLINE inline
++  #define IOINLINE_RECURSIVE inline
++  #endif
+   #else
+-  // in .h 
+-  #define IO_DECLARE_INLINES
+-  #define IOINLINE extern inline
+-  #define IOINLINE_RECURSIVE extern inline
+-  #endif 
+-  
++  #ifdef IO_IN_C_FILE
++  // in .c
++  #define IO_DECLARE_INLINES
++  #define IOINLINE inline
++  #define IOINLINE_RECURSIVE inline
++  #else
++  // in .h
++  #define IO_DECLARE_INLINES
++  #define IOINLINE extern inline
++  #define IOINLINE_RECURSIVE extern inline
++  #endif
++  #endif
+ #else
+ 
+   #ifdef IO_IN_C_FILE

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 21:12:59 UTC (rev 160030)
+++ PKGBUILD2016-02-02 21:30:09 UTC (rev 160031)
@@ -12,9 +12,16 @@
 depends=('pcre' 'libsndfile' 'libxmu' 'freetype2' 'libedit' 'libxml2' 
'libtiff' 'libevent' 'yajl' 'libmysqlclient' 'lzo' 'libpng' 'python2' 
'util-linux' 'freeglut' 'libjpeg-turbo' 'libtheora')
 makedepends=('cmake' 'git')
 options=('!makeflags' '!buildflags')
-source=("git://github.com/stevedekorte/io#tag=$pkgver")
-md5sums=('SKIP')
+source=("git://github.com/stevedekorte/io#tag=$pkgver"
+PATCH-Fix-for-inlining-in-C11-mode.patch)
+md5sums=('SKIP'
+ 'a3bab046cbc4be88ec95bb22c28abab3')
 
+prepare() {
+  cd io
+  git am ../PATCH-Fix-for-inlining-in-C11-mode.patch
+}
+
 build() {
   cd io
   sed -i "s:20140919:${pkgver//./}:" libs/iovm/source/IoVersion.h


[arch-commits] Commit in io/repos/community-x86_64 (3 files)

2016-02-02 Thread Johannes Löthberg
Date: Tuesday, February 2, 2016 @ 22:30:15
  Author: demize
Revision: 160032

archrelease: copy trunk to community-x86_64

Added:
  io/repos/community-x86_64/PATCH-Fix-for-inlining-in-C11-mode.patch
(from rev 160031, io/trunk/PATCH-Fix-for-inlining-in-C11-mode.patch)
  io/repos/community-x86_64/PKGBUILD
(from rev 160031, io/trunk/PKGBUILD)
Deleted:
  io/repos/community-x86_64/PKGBUILD

--+
 PATCH-Fix-for-inlining-in-C11-mode.patch |   57 ++
 PKGBUILD |   75 +++--
 2 files changed, 98 insertions(+), 34 deletions(-)

Copied: io/repos/community-x86_64/PATCH-Fix-for-inlining-in-C11-mode.patch 
(from rev 160031, io/trunk/PATCH-Fix-for-inlining-in-C11-mode.patch)
===
--- PATCH-Fix-for-inlining-in-C11-mode.patch(rev 0)
+++ PATCH-Fix-for-inlining-in-C11-mode.patch2016-02-02 21:30:15 UTC (rev 
160032)
@@ -0,0 +1,57 @@
+From 2ab9505240c7d32ea5cb4d367c86af0146ac0b7c Mon Sep 17 00:00:00 2001
+From: Peter Hull 
+Date: Sun, 24 Jan 2016 13:19:27 +
+Subject: [PATCH] Fix for inlining in C11 mode
+
+---
+ libs/basekit/source/Common_inline.h | 36 
+ 1 file changed, 24 insertions(+), 12 deletions(-)
+
+diff --git a/libs/basekit/source/Common_inline.h 
b/libs/basekit/source/Common_inline.h
+index a4086d7..19f8d47 100755
+--- a/libs/basekit/source/Common_inline.h
 b/libs/basekit/source/Common_inline.h
+@@ -117,19 +117,31 @@ Kudos to Daniel A. Koepke
+   #endif 
+   
+ #elif defined(__linux__) || defined(__OpenBSD__) || defined(__NetBSD__) || 
defined(__FreeBSD__)
+-
+-  #ifdef IO_IN_C_FILE
+-  // in .c 
+-  #define IO_DECLARE_INLINES
+-  #define IOINLINE inline
+-  #define IOINLINE_RECURSIVE inline
++  #ifdef __GNUC_STDC_INLINE__
++  #ifdef IO_IN_C_FILE
++  // in .c
++  #define IO_DECLARE_INLINES
++  #define IOINLINE
++  #define IOINLINE_RECURSIVE
++  #else
++  // in .h
++  #define IO_DECLARE_INLINES
++  #define IOINLINE inline
++  #define IOINLINE_RECURSIVE inline
++  #endif
+   #else
+-  // in .h 
+-  #define IO_DECLARE_INLINES
+-  #define IOINLINE extern inline
+-  #define IOINLINE_RECURSIVE extern inline
+-  #endif 
+-  
++  #ifdef IO_IN_C_FILE
++  // in .c
++  #define IO_DECLARE_INLINES
++  #define IOINLINE inline
++  #define IOINLINE_RECURSIVE inline
++  #else
++  // in .h
++  #define IO_DECLARE_INLINES
++  #define IOINLINE extern inline
++  #define IOINLINE_RECURSIVE extern inline
++  #endif
++  #endif
+ #else
+ 
+   #ifdef IO_IN_C_FILE

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-02 21:30:09 UTC (rev 160031)
+++ PKGBUILD2016-02-02 21:30:15 UTC (rev 160032)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Gergely Imreh 
- 
-pkgname=io
-pkgver=2013.12.04
-pkgrel=2
-pkgdesc='IO programming language'
-arch=('x86_64' 'i686')
-url='http://iolanguage.com/'
-license=('BSD')
-depends=('pcre' 'libsndfile' 'libxmu' 'freetype2' 'libedit' 'libxml2' 
'libtiff' 'libevent' 'yajl' 'libmysqlclient' 'lzo' 'libpng' 'python2' 
'util-linux' 'freeglut' 'libjpeg-turbo' 'libtheora')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/stevedekorte/io/tarball/$pkgver;)
-options=('!makeflags' '!buildflags')
-sha256sums=('a5ca07b4d211995a0cd9442e1d752b282bee018c6db31899ddd6c5c87c4f')
-
-build() {
-  cd stevedekorte-io-*
-  sed -i "s:20110905:${pkgver//./}:" libs/iovm/source/IoVersion.h
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd stevedekorte-io-*
-  make -C build DESTDIR="$pkgdir" install
-  install -Dm644 license/bsd_license.txt \
-"$pkgdir/usr/share/licenses/$pkgname/bsd_license.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: io/repos/community-x86_64/PKGBUILD (from rev 160031, io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-02 21:30:15 UTC (rev 160032)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Gergely Imreh 
+
+pkgname=io
+pkgver=2015.11.11
+pkgrel=1
+pkgdesc='IO programming language'
+arch=('x86_64' 'i686')
+url='http://iolanguage.com/'

[arch-commits] Commit in io/repos (5 files)

2016-02-02 Thread Johannes Löthberg
Date: Tuesday, February 2, 2016 @ 22:41:25
  Author: demize
Revision: 160034

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

Added:
  io/repos/community-i686/PATCH-Fix-for-inlining-in-C11-mode.patch
(from rev 160033, io/trunk/PATCH-Fix-for-inlining-in-C11-mode.patch)
  io/repos/community-i686/PATCH-added--msse2-to-compile-flags-for.patch
(from rev 160033, io/trunk/PATCH-added--msse2-to-compile-flags-for.patch)
  io/repos/community-i686/PKGBUILD
(from rev 160033, io/trunk/PKGBUILD)
Deleted:
  io/repos/community-i686/PKGBUILD
  io/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   44 +++
 community-i686/PATCH-Fix-for-inlining-in-C11-mode.patch  |   57 ++
 community-i686/PATCH-added--msse2-to-compile-flags-for.patch |   23 
 community-i686/PKGBUILD  |   34 -
 community-x86_64/PKGBUILD|   41 ---
 5 files changed, 124 insertions(+), 75 deletions(-)

Copied: io/repos/community-i686/PATCH-Fix-for-inlining-in-C11-mode.patch (from 
rev 160033, io/trunk/PATCH-Fix-for-inlining-in-C11-mode.patch)
===
--- community-i686/PATCH-Fix-for-inlining-in-C11-mode.patch 
(rev 0)
+++ community-i686/PATCH-Fix-for-inlining-in-C11-mode.patch 2016-02-02 
21:41:25 UTC (rev 160034)
@@ -0,0 +1,57 @@
+From 2ab9505240c7d32ea5cb4d367c86af0146ac0b7c Mon Sep 17 00:00:00 2001
+From: Peter Hull 
+Date: Sun, 24 Jan 2016 13:19:27 +
+Subject: [PATCH] Fix for inlining in C11 mode
+
+---
+ libs/basekit/source/Common_inline.h | 36 
+ 1 file changed, 24 insertions(+), 12 deletions(-)
+
+diff --git a/libs/basekit/source/Common_inline.h 
b/libs/basekit/source/Common_inline.h
+index a4086d7..19f8d47 100755
+--- a/libs/basekit/source/Common_inline.h
 b/libs/basekit/source/Common_inline.h
+@@ -117,19 +117,31 @@ Kudos to Daniel A. Koepke
+   #endif 
+   
+ #elif defined(__linux__) || defined(__OpenBSD__) || defined(__NetBSD__) || 
defined(__FreeBSD__)
+-
+-  #ifdef IO_IN_C_FILE
+-  // in .c 
+-  #define IO_DECLARE_INLINES
+-  #define IOINLINE inline
+-  #define IOINLINE_RECURSIVE inline
++  #ifdef __GNUC_STDC_INLINE__
++  #ifdef IO_IN_C_FILE
++  // in .c
++  #define IO_DECLARE_INLINES
++  #define IOINLINE
++  #define IOINLINE_RECURSIVE
++  #else
++  // in .h
++  #define IO_DECLARE_INLINES
++  #define IOINLINE inline
++  #define IOINLINE_RECURSIVE inline
++  #endif
+   #else
+-  // in .h 
+-  #define IO_DECLARE_INLINES
+-  #define IOINLINE extern inline
+-  #define IOINLINE_RECURSIVE extern inline
+-  #endif 
+-  
++  #ifdef IO_IN_C_FILE
++  // in .c
++  #define IO_DECLARE_INLINES
++  #define IOINLINE inline
++  #define IOINLINE_RECURSIVE inline
++  #else
++  // in .h
++  #define IO_DECLARE_INLINES
++  #define IOINLINE extern inline
++  #define IOINLINE_RECURSIVE extern inline
++  #endif
++  #endif
+ #else
+ 
+   #ifdef IO_IN_C_FILE

Copied: io/repos/community-i686/PATCH-added--msse2-to-compile-flags-for.patch 
(from rev 160033, io/trunk/PATCH-added--msse2-to-compile-flags-for.patch)
===
--- community-i686/PATCH-added--msse2-to-compile-flags-for.patch
(rev 0)
+++ community-i686/PATCH-added--msse2-to-compile-flags-for.patch
2016-02-02 21:41:25 UTC (rev 160034)
@@ -0,0 +1,23 @@
+From 2ca83eac52092eb297b7f3cee3d6057377e57c67 Mon Sep 17 00:00:00 2001
+From: Peter Hull 
+Date: Mon, 25 Jan 2016 09:21:13 +
+Subject: [PATCH] Added -msse2 to compile flags for all sources. Under GCC 5
+ it's needed, otherwise compiling UArray_math.c fails.
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 7e3a3bc..e6d19e5 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -39,7 +39,7 @@ IF(CMAKE_COMPILER_IS_GNUCC)
+   SET(CMAKE_BUILD_TYPE_DebugFast)
+   SET(CMAKE_CXX_FLAGS_DEBUGFAST "-g -O0")
+   SET(CMAKE_C_FLAGS_DEBUGFAST "-g -O0")
+-
++  SET(CMAKE_C_FLAGS "-msse2")
+   if(NOT CMAKE_BUILD_TYPE)
+   SET(CMAKE_BUILD_TYPE "DebugFast")
+   endif(NOT CMAKE_BUILD_TYPE)

Deleted: community-i686/PKGBUILD

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

2016-02-02 Thread Johannes Löthberg
Date: Tuesday, February 2, 2016 @ 22:41:16
  Author: demize
Revision: 160033

upgpkg: io 2015.11.11-1

Applied patch for fixing the inlining of code to work in GCC5 with C11.


Applied patch to require SSE2, to fix building on i686.


Added:
  io/trunk/PATCH-added--msse2-to-compile-flags-for.patch
Modified:
  io/trunk/PKGBUILD

---+
 PATCH-added--msse2-to-compile-flags-for.patch |   23 +++
 PKGBUILD  |9 ++---
 2 files changed, 29 insertions(+), 3 deletions(-)

Added: PATCH-added--msse2-to-compile-flags-for.patch
===
--- PATCH-added--msse2-to-compile-flags-for.patch   
(rev 0)
+++ PATCH-added--msse2-to-compile-flags-for.patch   2016-02-02 21:41:16 UTC 
(rev 160033)
@@ -0,0 +1,23 @@
+From 2ca83eac52092eb297b7f3cee3d6057377e57c67 Mon Sep 17 00:00:00 2001
+From: Peter Hull 
+Date: Mon, 25 Jan 2016 09:21:13 +
+Subject: [PATCH] Added -msse2 to compile flags for all sources. Under GCC 5
+ it's needed, otherwise compiling UArray_math.c fails.
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 7e3a3bc..e6d19e5 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -39,7 +39,7 @@ IF(CMAKE_COMPILER_IS_GNUCC)
+   SET(CMAKE_BUILD_TYPE_DebugFast)
+   SET(CMAKE_CXX_FLAGS_DEBUGFAST "-g -O0")
+   SET(CMAKE_C_FLAGS_DEBUGFAST "-g -O0")
+-
++  SET(CMAKE_C_FLAGS "-msse2")
+   if(NOT CMAKE_BUILD_TYPE)
+   SET(CMAKE_BUILD_TYPE "DebugFast")
+   endif(NOT CMAKE_BUILD_TYPE)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 21:30:15 UTC (rev 160032)
+++ PKGBUILD2016-02-02 21:41:16 UTC (rev 160033)
@@ -13,13 +13,16 @@
 makedepends=('cmake' 'git')
 options=('!makeflags' '!buildflags')
 source=("git://github.com/stevedekorte/io#tag=$pkgver"
-PATCH-Fix-for-inlining-in-C11-mode.patch)
+PATCH-Fix-for-inlining-in-C11-mode.patch
+PATCH-added--msse2-to-compile-flags-for.patch)
 md5sums=('SKIP'
- 'a3bab046cbc4be88ec95bb22c28abab3')
+ 'a3bab046cbc4be88ec95bb22c28abab3'
+ '83552f6cabb4224cbcdcc01cb3bd4b90')
 
 prepare() {
   cd io
-  git am ../PATCH-Fix-for-inlining-in-C11-mode.patch
+  patch -p1 -i../PATCH-Fix-for-inlining-in-C11-mode.patch
+  patch -p1 -i../PATCH-added--msse2-to-compile-flags-for.patch
 }
 
 build() {


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

2016-02-02 Thread Pierre Neidhardt
Date: Wednesday, February 3, 2016 @ 01:27:34
  Author: ambrevar
Revision: 160037

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

Added:
  go/repos/community-testing-i686/PKGBUILD
(from rev 160036, go/trunk/PKGBUILD)
  go/repos/community-testing-i686/go.install
(from rev 160036, go/trunk/go.install)
  go/repos/community-testing-x86_64/PKGBUILD
(from rev 160036, go/trunk/PKGBUILD)
  go/repos/community-testing-x86_64/go.install
(from rev 160036, go/trunk/go.install)
Deleted:
  go/repos/community-testing-i686/PKGBUILD
  go/repos/community-testing-i686/go.install
  go/repos/community-testing-x86_64/PKGBUILD
  go/repos/community-testing-x86_64/go.install

-+
 /PKGBUILD   |  374 ++
 /go.install |   42 +++
 community-testing-i686/PKGBUILD |  186 
 community-testing-i686/go.install   |   21 -
 community-testing-x86_64/PKGBUILD   |  186 
 community-testing-x86_64/go.install |   21 -
 6 files changed, 416 insertions(+), 414 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-02-03 00:26:18 UTC (rev 160036)
+++ community-testing-i686/PKGBUILD 2016-02-03 00:27:34 UTC (rev 160037)
@@ -1,186 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-# Maintainer: Alexander Rødseth 
-# Maintainer: Pierre Neidhardt 
-# Contributor: Rémy Oudompheng 
-# Contributor: Andres Perera 
-# Contributor: Matthew Bauer 
-# Contributor: Christian Himpel 
-# Contributor: Mike Rosset 
-# Contributor: Daniel YC Lin 
-# Contributor: John Luebs 
-
-pkgname=('go' 'go-tools')
-epoch=2
-pkgver=1.5.3
-pkgrel=2
-arch=('x86_64' 'i686')
-url='http://golang.org/'
-license=('BSD')
-makedepends=('inetutils' 'git' 'go')
-options=('!strip' 'staticlibs')
-install="$pkgname.install"
-source=("$pkgname-$pkgver::git+https://go.googlesource.com/go#tag=$pkgname$pkgver;)
-md5sums=('SKIP')
-_gourl=golang.org/x/tools/cmd
-
-build() {
-  cd "$pkgname-$pkgver/src"
-
-  export GOROOT="$srcdir/$pkgname-$pkgver"
-  export GOBIN="$GOROOT/bin"
-  export GOPATH="$srcdir/"
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-
-  #
-  # Arch Linux normally does not enable SSE2 for i686 because of older CPUs.
-  #
-  # However, exceptions are made for:
-  #  * Chromium, which is not expected to be used on older i686 CPUs
-  #  * Julia, which requires SSE2
-  #
-  # Go is so slow that it is unusable on i686 when SSE2 is not enabled,
-  # so I am also making an exception for Go.
-  #
-  # If you really want to build Go without SSE2 support, just uncomment the
-  # following export and rebuild:
-  #
-  # export GO386=387
-  #
-
-  # Crosscompilation for various platforms. This is not strictly required as 
the
-  # compiler can generate libraries on the fly. Prebuilding the libs speeds up
-  # crosscompilation time.
-  #
-  # for os in darwin freebsd linux windows; do
-  #   for arch in 386 amd64 arm; do
-  # export GOOS="$os"
-  # export GOARCH="$arch"
-  # bash make.bash --no-clean
-  #   done
-  # done
-
-  export GOOS=linux
-  case "$CARCH" in
-  x86_64) export GOARCH=amd64 ;;
-  i686) export GOARCH=386 ;;
-  esac
-
-  bash make.bash --no-clean
-
-  # System-wide tools
-  for tool in godex godoc goimports gomvpkg gorename gotype; do
-$GOROOT/bin/go get -d golang.org/x/tools/cmd/$tool
-$GOROOT/bin/go build -v -x -o $GOPATH/bin/$tool $_gourl/$tool
-  done
-
-  # Distribution tools
-  for tool in benchcmp bundle callgraph digraph eg fiximports html2article 
oracle present ssadump stress stringer ; do
-$GOROOT/bin/go get -d golang.org/x/tools/cmd/$tool
-$GOROOT/bin/go build -v -x -o $GOPATH/pkg/tool/${GOOS}_$GOARCH/$tool 
golang.org/x/tools/cmd/$tool
-  done
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  #export GO386=387
-
-  export GOOS=linux
-  case "$CARCH" in
-x86_64) GOARCH=amd64 ;;
-i686) GOARCH=386 ;;
-  esac
-
-  export GOROOT="$srcdir/$pkgname-$pkgver"
-  export GOBIN="$GOROOT/bin"
-  export PATH="$srcdir/$pkgname-$pkgver/bin:$PATH"
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-
-  for tool in godoc goimports gomvpkg gorename gotype \
-benchcmp bundle callgraph digraph eg fiximports html2article oracle 
present ssadump stress stringer; do
-GOPATH="$srcdir" $GOROOT/bin/go test -v -x $_gourl/$tool
-  done
-
-  # TestSimpleMulticastListener will fail in standard chroot
-  cd src && bash run.bash --no-rebuild || true
-}
-
-package_go() {
-  pkgdesc='Compiler and tools for the Go programming language from Google'
-  optdepends=('mercurial: for fetching sources from mercurial repositories'
-  'git: for fetching sources 

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

2016-02-02 Thread Gaetan Bisson
Date: Wednesday, February 3, 2016 @ 01:19:36
  Author: bisson
Revision: 258823

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-03 00:19:00 UTC (rev 258822)
+++ extra-i686/PKGBUILD 2016-02-03 00:19:36 UTC (rev 258823)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Damir Perisa 
-
-pkgname=potrace
-pkgver=1.12
-pkgrel=1
-pkgdesc='Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: 
EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig)'
-url='http://potrace.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-source=("http://potrace.sourceforge.net/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('e66bd7d6ff74fe45a07d4046f6303dec5d23847f')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --with-libpotrace \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: potrace/repos/extra-i686/PKGBUILD (from rev 258822, 
potrace/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-03 00:19:36 UTC (rev 258823)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Damir Perisa 
+
+pkgname=potrace
+pkgver=1.13
+pkgrel=1
+pkgdesc='Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: 
EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig)'
+url='http://potrace.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+source=("http://potrace.sourceforge.net/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('fe8e42e0b5f7d3130b494818d6b1872e29097cd5')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --with-libpotrace \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-03 00:19:00 UTC (rev 258822)
+++ extra-x86_64/PKGBUILD   2016-02-03 00:19:36 UTC (rev 258823)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Damir Perisa 
-
-pkgname=potrace
-pkgver=1.12
-pkgrel=1
-pkgdesc='Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: 
EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig)'
-url='http://potrace.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-source=("http://potrace.sourceforge.net/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('e66bd7d6ff74fe45a07d4046f6303dec5d23847f')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --with-libpotrace \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: potrace/repos/extra-x86_64/PKGBUILD (from rev 258822, 
potrace/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-03 00:19:36 UTC (rev 258823)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Damir Perisa 
+
+pkgname=potrace
+pkgver=1.13
+pkgrel=1
+pkgdesc='Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: 
EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig)'
+url='http://potrace.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+source=("http://potrace.sourceforge.net/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('fe8e42e0b5f7d3130b494818d6b1872e29097cd5')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --with-libpotrace \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2016-02-02 Thread Gaetan Bisson
Date: Wednesday, February 3, 2016 @ 01:19:00
  Author: bisson
Revision: 258822

upstream update

Modified:
  potrace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 21:26:13 UTC (rev 258821)
+++ PKGBUILD2016-02-03 00:19:00 UTC (rev 258822)
@@ -3,7 +3,7 @@
 # Contributor: Damir Perisa 
 
 pkgname=potrace
-pkgver=1.12
+pkgver=1.13
 pkgrel=1
 pkgdesc='Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: 
EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig)'
 url='http://potrace.sourceforge.net/'
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 
source=("http://potrace.sourceforge.net/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('e66bd7d6ff74fe45a07d4046f6303dec5d23847f')
+sha1sums=('fe8e42e0b5f7d3130b494818d6b1872e29097cd5')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-02-02 Thread Felix Yan
Date: Wednesday, February 3, 2016 @ 02:12:57
  Author: fyan
Revision: 160043

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

Added:
  python-pymongo/repos/community-i686/PKGBUILD
(from rev 160042, python-pymongo/trunk/PKGBUILD)
  python-pymongo/repos/community-x86_64/PKGBUILD
(from rev 160042, python-pymongo/trunk/PKGBUILD)
Deleted:
  python-pymongo/repos/community-i686/PKGBUILD
  python-pymongo/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  162 
 community-i686/PKGBUILD   |   73 ---
 community-x86_64/PKGBUILD |   73 ---
 3 files changed, 162 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-03 01:12:33 UTC (rev 160042)
+++ community-i686/PKGBUILD 2016-02-03 01:12:57 UTC (rev 160043)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Maintainer: Felix Yan 
-# Contributor: Thomas S Hatch 
-# Contributor: Jelle van der Waa 
-
-pkgbase=python-pymongo
-pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=3.2
-pkgrel=1
-pkgdesc='Python module for using MongoDB'
-arch=('x86_64' 'i686')
-license=('APACHE')
-url='http://pypi.python.org/pypi/pymongo/'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 
'python2-monotonic' 'mongodb' 'perl')
-source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz;)
-sha256sums=('f50a5380b45a83c5ea1e673ff19363d3cfd5850f7620536e51341d26eb2ae979')
-
-prepare() {
-  cp -a "pymongo-$pkgver" "pymongo2-$pkgver"
-}
-
-build() {
-  cd "$srcdir/pymongo-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/pymongo2-$pkgver"
-  python2 setup.py build
-}
-
-check() {
-  _mongod_run() {
-MONGO_TMP_PORT=$(perl -MSocket -le 'socket S, PF_INET, 
SOCK_STREAM,getprotobyname("tcp");
-  $port = 5;
-  ++$port until bind S, sockaddr_in($port,inet_aton("127.1"));
-  print $port')
-echo "Picked port $MONGO_TMP_PORT to run tests with."
-
-# Start a mongod instance for test
-rm -rf "$srcdir/mongo_tmp"
-mkdir "$srcdir/mongo_tmp"
-rm -f "$srcdir/mongo_tmp.pid"
-mongod --bind_ip localhost --port $MONGO_TMP_PORT --dbpath 
"$srcdir/mongo_tmp" --nojournal \
- --nohttpinterface --noauth --smallfiles --nssize 1 --fork 
--pidfilepath "$srcdir/mongo_tmp.pid" --logpath "$srcdir/mongo_tmp.log"
-
-DB_PORT=$MONGO_TMP_PORT "$@"
-kill $(cat "$srcdir/mongo_tmp.pid")
-  }
-
-  cd "$srcdir/pymongo-$pkgver"
-  _mongod_run python setup.py test
-
-  cd "$srcdir/pymongo2-$pkgver"
-  _mongod_run python2 setup.py test
-}
-
-package_python2-pymongo() {
-  depends=('python2')
-  optdepends=('python2-monotonic: enable support for a monotonic clock')
-
-  cd "pymongo2-$pkgver"
-  python2 setup.py install --root="$pkgdir" --skip-build --optimize=1
-}
-
-package_python-pymongo() {
-  depends=('python')
-
-  cd "pymongo-$pkgver"
-  python setup.py install --root="$pkgdir" --skip-build --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pymongo/repos/community-i686/PKGBUILD (from rev 160042, 
python-pymongo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-03 01:12:57 UTC (rev 160043)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Maintainer: Felix Yan 
+# Contributor: Thomas S Hatch 
+# Contributor: Jelle van der Waa 
+
+pkgbase=python-pymongo
+pkgname=('python-pymongo' 'python2-pymongo')
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Python module for using MongoDB'
+arch=('x86_64' 'i686')
+license=('APACHE')
+url='http://pypi.python.org/pypi/pymongo/'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 
'python2-monotonic' 'mongodb' 'perl')
+source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz;)
+sha256sums=('57a86ca602b0a4d2da1f9f3afa8c59fd8ca62d829f6d8f467eae0b7cb22ba88a')
+
+prepare() {
+  cp -a "pymongo-$pkgver" "pymongo2-$pkgver"
+}
+
+build() {
+  cd "$srcdir/pymongo-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/pymongo2-$pkgver"
+  python2 setup.py build
+}
+
+check() {
+  _mongod_run() {
+MONGO_TMP_PORT=$(perl -MSocket -le 'socket S, PF_INET, 
SOCK_STREAM,getprotobyname("tcp");
+  $port = 5;
+  ++$port until bind S, sockaddr_in($port,inet_aton("127.1"));
+  print $port')
+echo "Picked port $MONGO_TMP_PORT to run tests with."
+
+# Start a mongod instance for test
+rm -rf "$srcdir/mongo_tmp"
+mkdir "$srcdir/mongo_tmp"
+rm -f "$srcdir/mongo_tmp.pid"
+
+# 

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

2016-02-02 Thread Felix Yan
Date: Wednesday, February 3, 2016 @ 02:12:33
  Author: fyan
Revision: 160042

upgpkg: python-pymongo 3.2.1-1

Modified:
  python-pymongo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-03 01:11:13 UTC (rev 160041)
+++ PKGBUILD2016-02-03 01:12:33 UTC (rev 160042)
@@ -6,7 +6,7 @@
 
 pkgbase=python-pymongo
 pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=3.2
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Python module for using MongoDB'
 arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 
'python2-monotonic' 'mongodb' 'perl')
 
source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz;)
-sha256sums=('f50a5380b45a83c5ea1e673ff19363d3cfd5850f7620536e51341d26eb2ae979')
+sha256sums=('57a86ca602b0a4d2da1f9f3afa8c59fd8ca62d829f6d8f467eae0b7cb22ba88a')
 
 prepare() {
   cp -a "pymongo-$pkgver" "pymongo2-$pkgver"
@@ -41,7 +41,15 @@
 rm -rf "$srcdir/mongo_tmp"
 mkdir "$srcdir/mongo_tmp"
 rm -f "$srcdir/mongo_tmp.pid"
-mongod --bind_ip localhost --port $MONGO_TMP_PORT --dbpath 
"$srcdir/mongo_tmp" --nojournal \
+
+# Specifying --storageEngine is needed for i686
+if [ "$CARCH" == "i686" ]; then
+  _storageEngine="--storageEngine=mmapv1"
+else
+  _storageEngine=""
+fi
+
+mongod --bind_ip localhost --port $MONGO_TMP_PORT --dbpath 
"$srcdir/mongo_tmp" --nojournal $_storageEngine \
  --nohttpinterface --noauth --smallfiles --nssize 1 --fork 
--pidfilepath "$srcdir/mongo_tmp.pid" --logpath "$srcdir/mongo_tmp.log"
 
 DB_PORT=$MONGO_TMP_PORT "$@"


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

2016-02-02 Thread Sven-Hendrik Haase
Date: Wednesday, February 3, 2016 @ 02:27:35
  Author: svenstaro
Revision: 160044

upgpkg: uwsgi 2.0.12-3

php 7.0.3 rebuild

Modified:
  uwsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-03 01:12:57 UTC (rev 160043)
+++ PKGBUILD2016-02-03 01:27:35 UTC (rev 160044)
@@ -22,7 +22,7 @@
  uwsgi-plugin-webdav
  mod_proxy_uwsgi)
 pkgver=2.0.12
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 url="http://projects.unbit.it/$pkgbase;
 license=(GPL2)


[arch-commits] Commit in uwsgi/repos (52 files)

2016-02-02 Thread Sven-Hendrik Haase
Date: Wednesday, February 3, 2016 @ 02:27:49
  Author: svenstaro
Revision: 160045

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

Added:
  uwsgi/repos/community-i686/PKGBUILD
(from rev 160044, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-i686/archlinux.ini
(from rev 160044, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-i686/emperor.ini
(from rev 160044, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-i686/emperor.uwsgi.service
(from rev 160044, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-i686/emperor.uwsgi.socket
(from rev 160044, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-i686/php7.patch
(from rev 160044, uwsgi/trunk/php7.patch)
  uwsgi/repos/community-i686/tmpfilesd
(from rev 160044, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-i686/uwsgi.install
(from rev 160044, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-i686/uwsgi_at.service
(from rev 160044, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-i686/uwsgi_at.socket
(from rev 160044, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
(from rev 160044, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
(from rev 160044, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
(from rev 160044, uwsgi/trunk/uwsgi_trick_chroot.patch)
  uwsgi/repos/community-x86_64/PKGBUILD
(from rev 160044, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-x86_64/archlinux.ini
(from rev 160044, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-x86_64/emperor.ini
(from rev 160044, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-x86_64/emperor.uwsgi.service
(from rev 160044, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-x86_64/emperor.uwsgi.socket
(from rev 160044, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-x86_64/php7.patch
(from rev 160044, uwsgi/trunk/php7.patch)
  uwsgi/repos/community-x86_64/tmpfilesd
(from rev 160044, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-x86_64/uwsgi.install
(from rev 160044, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-x86_64/uwsgi_at.service
(from rev 160044, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-x86_64/uwsgi_at.socket
(from rev 160044, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
(from rev 160044, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 160044, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch
(from rev 160044, uwsgi/trunk/uwsgi_trick_chroot.patch)
Deleted:
  uwsgi/repos/community-i686/PKGBUILD
  uwsgi/repos/community-i686/archlinux.ini
  uwsgi/repos/community-i686/emperor.ini
  uwsgi/repos/community-i686/emperor.uwsgi.service
  uwsgi/repos/community-i686/emperor.uwsgi.socket
  uwsgi/repos/community-i686/php7.patch
  uwsgi/repos/community-i686/tmpfilesd
  uwsgi/repos/community-i686/uwsgi.install
  uwsgi/repos/community-i686/uwsgi_at.service
  uwsgi/repos/community-i686/uwsgi_at.socket
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
  uwsgi/repos/community-x86_64/PKGBUILD
  uwsgi/repos/community-x86_64/archlinux.ini
  uwsgi/repos/community-x86_64/emperor.ini
  uwsgi/repos/community-x86_64/emperor.uwsgi.service
  uwsgi/repos/community-x86_64/emperor.uwsgi.socket
  uwsgi/repos/community-x86_64/php7.patch
  uwsgi/repos/community-x86_64/tmpfilesd
  uwsgi/repos/community-x86_64/uwsgi.install
  uwsgi/repos/community-x86_64/uwsgi_at.service
  uwsgi/repos/community-x86_64/uwsgi_at.socket
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch

---+
 /PKGBUILD |  386 
 /archlinux.ini|   10 
 /emperor.ini  |8 
 /emperor.uwsgi.service|   32 +
 /emperor.uwsgi.socket |   18 
 /php7.patch   |  338 +
 /tmpfilesd|2 
 /uwsgi.install|   24 +
 /uwsgi_at.service |   32 +
 /uwsgi_at.socket  |   18 
 /uwsgi_fix_rpath.patch|  132 ++
 /uwsgi_ruby20_compatibility.patch |   84 
 /uwsgi_trick_chroot.patch |   32 +
 community-i686/PKGBUILD   |  193 --
 community-i686/archlinux.ini  |5 
 

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

2016-02-02 Thread Tobias Powalowski
Date: Tuesday, February 2, 2016 @ 19:20:14
  Author: tpowa
Revision: 258800

db-move: moved nvidia from [testing] to [extra] (i686, x86_64)

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 258799, nvidia/repos/testing-i686/PKGBUILD)
  nvidia/repos/extra-i686/nvidia-dkms.install
(from rev 258799, nvidia/repos/testing-i686/nvidia-dkms.install)
  nvidia/repos/extra-i686/nvidia.install
(from rev 258799, nvidia/repos/testing-i686/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 258799, nvidia/repos/testing-x86_64/PKGBUILD)
  nvidia/repos/extra-x86_64/nvidia-dkms.install
(from rev 258799, nvidia/repos/testing-x86_64/nvidia-dkms.install)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 258799, nvidia/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nvidia-dkms.install
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nvidia-dkms.install
  nvidia/repos/extra-x86_64/nvidia.install
  nvidia/repos/testing-i686/
  nvidia/repos/testing-x86_64/

--+
 /PKGBUILD|  164 +
 /nvidia-dkms.install |   60 +
 /nvidia.install  |   26 +
 extra-i686/PKGBUILD  |   82 --
 extra-i686/nvidia-dkms.install   |   30 --
 extra-i686/nvidia.install|   13 --
 extra-x86_64/PKGBUILD|   82 --
 extra-x86_64/nvidia-dkms.install |   30 --
 extra-x86_64/nvidia.install  |   13 --
 9 files changed, 250 insertions(+), 250 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-02 18:20:12 UTC (rev 258799)
+++ extra-i686/PKGBUILD 2016-02-02 18:20:14 UTC (rev 258800)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia
-pkgname=(nvidia nvidia-dkms)
-pkgver=358.16
-_extramodules=extramodules-4.3-ARCH
-pkgrel=3
-pkgdesc="NVIDIA drivers for linux"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.3' 'linux-headers<4.4')
-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;)
-sha512sums_i686=('a5d37fb56a59b9958f6c34139250baf13a1c42ffc70f7deb19ffaac1ae6c2ce80b96649c5797d60754050d75792d14141cd5ebc8820bb73ee4aad4aa6d6c5b20')
-sha512sums_x86_64=('eb1abeebbfa807c784e9019afaa3f238d2142b28467c80dcac8d5199cf1082d72ab417e39660bda076023aecb7d04d9c3c91a2d494f1513cfe82b617b17a2297')
-
-[[ "$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
-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"' 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.3' 'linux<4.4' "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"
-
-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')
-install=nvidia-dkms.install

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

2016-02-02 Thread Tobias Powalowski
Date: Tuesday, February 2, 2016 @ 19:20:12
  Author: tpowa
Revision: 258799

db-move: moved nvidia-304xx from [testing] to [extra] (i686, x86_64)

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 258798, nvidia-304xx/repos/testing-i686/PKGBUILD)
  nvidia-304xx/repos/extra-i686/nvidia-304xx-dkms.install
(from rev 258798, nvidia-304xx/repos/testing-i686/nvidia-304xx-dkms.install)
  nvidia-304xx/repos/extra-i686/nvidia-304xx.install
(from rev 258798, nvidia-304xx/repos/testing-i686/nvidia-304xx.install)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 258798, nvidia-304xx/repos/testing-x86_64/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx-dkms.install
(from rev 258798, 
nvidia-304xx/repos/testing-x86_64/nvidia-304xx-dkms.install)
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx.install
(from rev 258798, nvidia-304xx/repos/testing-x86_64/nvidia-304xx.install)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/nvidia-304xx-dkms.install
  nvidia-304xx/repos/extra-i686/nvidia-304xx.install
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx-dkms.install
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx.install
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-x86_64/

+
 /PKGBUILD  |  132 +++
 /nvidia-304xx-dkms.install |   60 ++
 /nvidia-304xx.install  |   26 ++
 extra-i686/PKGBUILD|   66 ---
 extra-i686/nvidia-304xx-dkms.install   |   30 ---
 extra-i686/nvidia-304xx.install|   13 ---
 extra-x86_64/PKGBUILD  |   66 ---
 extra-x86_64/nvidia-304xx-dkms.install |   30 ---
 extra-x86_64/nvidia-304xx.install  |   13 ---
 9 files changed, 218 insertions(+), 218 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-02 18:19:54 UTC (rev 258798)
+++ extra-i686/PKGBUILD 2016-02-02 18:20:12 UTC (rev 258799)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia-304xx
-pkgname=(nvidia-304xx nvidia-304xx-dkms)
-pkgver=304.131
-_extramodules=extramodules-4.3-ARCH
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.3' 'linux-headers<4.4')
-conflicts=('nvidia')
-license=('custom')
-options=('!strip')
-source=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha512sums=('3e67c40648554dc49472081eee88ae982c3b235b3346e4d9e7fb5ae33ec5f10ed088da804ac7d8bd1565995df3861f12b3560030cd3a19339a2d35768b0a943e'
-
'07e529e4e81c42b43861475029aa0f223f8f3d299be9ddfe820c583e26aae49223a9b0dfee6d66ab09c526554bb581e5f8cf755eda600cb9e0bdac7d5f4acb93')
-
-[[ "$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
-}
-
-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.3' 'linux<4.4' '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')
-install=nvidia-304xx-dkms.install
-
-cd ${_pkg}
-   make -C kernel clean
-install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
-cp -dr --no-preserve='ownership' kernel 
"${pkgdir}"/usr/src/nvidia-${pkgver}
-echo 'blacklist nouveau' > 

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

2016-02-02 Thread Tobias Powalowski
Date: Tuesday, February 2, 2016 @ 19:20:16
  Author: tpowa
Revision: 258801

db-move: moved nvidia-340xx from [testing] to [extra] (i686, x86_64)

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

+
 /PKGBUILD  |  136 +++
 /nvidia-340xx-dkms.install |   60 +
 /nvidia-340xx.install  |   26 +
 extra-i686/PKGBUILD|   68 ---
 extra-i686/nvidia-340xx-dkms.install   |   30 --
 extra-i686/nvidia-340xx.install|   13 --
 extra-x86_64/PKGBUILD  |   68 ---
 extra-x86_64/nvidia-340xx-dkms.install |   30 --
 extra-x86_64/nvidia-340xx.install  |   13 --
 9 files changed, 222 insertions(+), 222 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-02 18:20:14 UTC (rev 258800)
+++ extra-i686/PKGBUILD 2016-02-02 18:20:16 UTC (rev 258801)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia-340xx
-pkgname=(nvidia-340xx nvidia-340xx-dkms)
-pkgver=340.96
-_extramodules=extramodules-4.3-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.3' 'linux-headers<4.4')
-conflicts=('nvidia')
-license=('custom')
-options=(!strip)
-source_i686+=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64+=("ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums_i686=('cb64b165b638671bcdc75bcf297b8d90')
-md5sums_x86_64=('7bdbcee13bade63227933d9217571882')
-
-[[ "$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
-}
-
-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.3' 'linux<4.4' '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')
-install=nvidia-340xx-dkms.install
-
-cd ${_pkg}
-make -C kernel clean
-install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
-cp -dr --no-preserve='ownership' kernel 
"${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/extra-i686/PKGBUILD (from rev 258800, 

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

2016-02-02 Thread Tobias Powalowski
Date: Tuesday, February 2, 2016 @ 19:19:54
  Author: tpowa
Revision: 258798

db-move: moved linux from [testing] to [core] (i686, x86_64)

Added:
  linux/repos/core-i686/0001-4.4-revert-btrfs.patch
(from rev 258797, linux/repos/testing-i686/0001-4.4-revert-btrfs.patch)
  linux/repos/core-i686/0001-4.4-revert-xfs.patch
(from rev 258797, linux/repos/testing-i686/0001-4.4-revert-xfs.patch)
  linux/repos/core-i686/0001-sdhci-revert.patch
(from rev 258797, linux/repos/testing-i686/0001-sdhci-revert.patch)
  linux/repos/core-i686/PKGBUILD
(from rev 258797, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 258797, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 258797, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 258797, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/linux.install
(from rev 258797, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 258797, linux/repos/testing-i686/linux.preset)
  
linux/repos/core-i686/tpmdd-devel-v3-base-platform-fix-binding-for-drivers-without-probe-callback.patch
(from rev 258797, 
linux/repos/testing-i686/tpmdd-devel-v3-base-platform-fix-binding-for-drivers-without-probe-callback.patch)
  linux/repos/core-x86_64/0001-4.4-revert-btrfs.patch
(from rev 258797, linux/repos/testing-x86_64/0001-4.4-revert-btrfs.patch)
  linux/repos/core-x86_64/0001-4.4-revert-xfs.patch
(from rev 258797, linux/repos/testing-x86_64/0001-4.4-revert-xfs.patch)
  linux/repos/core-x86_64/0001-sdhci-revert.patch
(from rev 258797, linux/repos/testing-x86_64/0001-sdhci-revert.patch)
  linux/repos/core-x86_64/PKGBUILD
(from rev 258797, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 258797, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 258797, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 258797, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/linux.install
(from rev 258797, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 258797, linux/repos/testing-x86_64/linux.preset)
  
linux/repos/core-x86_64/tpmdd-devel-v3-base-platform-fix-binding-for-drivers-without-probe-callback.patch
(from rev 258797, 
linux/repos/testing-x86_64/tpmdd-devel-v3-base-platform-fix-binding-for-drivers-without-probe-callback.patch)
Deleted:
  linux/repos/core-i686/0001-disabling-primary-plane-in-the-noatomic-case.patch
  linux/repos/core-i686/CVE-2016-0728.patch
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  
linux/repos/core-x86_64/0001-disabling-primary-plane-in-the-noatomic-case.patch
  linux/repos/core-x86_64/CVE-2016-0728.patch
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

---+
 /PKGBUILD  
   |  632 
 /change-default-console-loglevel.patch 
   |   22 
 /config
   |15792 ++
 /config.x86_64 
   |15310 +
 /linux.install 
   |   74 
 /linux.preset  
   |   28 
 core-i686/0001-4.4-revert-btrfs.patch  
   |   78 
 core-i686/0001-4.4-revert-xfs.patch
   |   39 
 core-i686/0001-disabling-primary-plane-in-the-noatomic-case.patch  
   |   56 
 core-i686/0001-sdhci-revert.patch  
   |   25 
 core-i686/CVE-2016-0728.patch  
   |   78 
 core-i686/PKGBUILD 
   |  301 
 core-i686/change-default-console-loglevel.patch
   |   11 
 core-i686/config   

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

2016-02-02 Thread Maxime Gauduin
Date: Tuesday, February 2, 2016 @ 20:16:59
  Author: alucryd
Revision: 258814

x265 1.9 rebuild: vlc 2.2.1-12

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 19:14:24 UTC (rev 258813)
+++ PKGBUILD2016-02-02 19:16:59 UTC (rev 258814)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.1
-pkgrel=11
+pkgrel=12
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/;


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

2016-02-02 Thread Johannes Löthberg
Date: Tuesday, February 2, 2016 @ 20:31:25
  Author: demize
Revision: 160012

upgpkg: zathura-ps 0.2.3-1

Modified:
  zathura-ps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 19:30:03 UTC (rev 160011)
+++ PKGBUILD2016-02-02 19:31:25 UTC (rev 160012)
@@ -1,24 +1,29 @@
 # $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Sergej Pupykin 
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
 # Contributor: karnath 
 
 pkgname=zathura-ps
-pkgver=0.2.2
-pkgrel=3
+pkgver=0.2.3
+pkgrel=1
+
 pkgdesc="Adds ps support to zathura by using the libspectre library"
+url="https://pwmt.org/projects/zathura-ps;
 arch=('i686' 'x86_64')
-url="https://pwmt.org/projects/zathura/plugins/zathura-ps/;
 license=('custom')
+
 depends=('libspectre' 'zathura')
-install="$pkgname.install"
+
+install=zathura-ps.install
 
source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
-md5sums=('338af976c03c0aa1471b156a0efdc45c')
 
+sha1sums=('893f743a5e54b0cdabf30a50451eb3d427831b17')
+
 build(){
-  make -C "$pkgname-$pkgver"
+  make -C zathura-ps-$pkgver
 }
 
 package(){
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm0644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  make -C zathura-ps-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-ps-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2016-02-02 Thread Felix Yan
Date: Wednesday, February 3, 2016 @ 06:47:08
  Author: fyan
Revision: 160050

upgpkg: lib32-pixman 0.34.0-1

Modified:
  lib32-pixman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-03 02:15:04 UTC (rev 160049)
+++ PKGBUILD2016-02-03 05:47:08 UTC (rev 160050)
@@ -2,7 +2,7 @@
 # Maintainer : Ionut Biru 
 _pkgbasename=pixman
 pkgname=lib32-$_pkgbasename
-pkgver=0.32.8
+pkgver=0.34.0
 pkgrel=1
 pkgdesc="Pixman library (32-bit)"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('lib32-glibc' $_pkgbasename)
 makedepends=('gcc-multilib')
 
source=(http://xorg.freedesktop.org/releases/individual/lib/${_pkgbasename}-${pkgver}.tar.bz2)
-sha1sums=('5c57045622265b877c9bf02d531973eadf942140')
+sha1sums=('367698744e74d6d4f363041482965b9ea7fbe4a5')
 
 build() {
   export CC="gcc -m32"


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

2016-02-02 Thread Felix Yan
Date: Wednesday, February 3, 2016 @ 06:47:26
  Author: fyan
Revision: 160051

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-pixman/repos/multilib-testing-x86_64/
  lib32-pixman/repos/multilib-testing-x86_64/PKGBUILD
(from rev 160050, lib32-pixman/trunk/PKGBUILD)

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

Copied: lib32-pixman/repos/multilib-testing-x86_64/PKGBUILD (from rev 160050, 
lib32-pixman/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2016-02-03 05:47:26 UTC (rev 160051)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Ionut Biru 
+_pkgbasename=pixman
+pkgname=lib32-$_pkgbasename
+pkgver=0.34.0
+pkgrel=1
+pkgdesc="Pixman library (32-bit)"
+arch=('x86_64')
+url="http://xorg.freedesktop.org;
+license=('custom')
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${_pkgbasename}-${pkgver}.tar.bz2)
+sha1sums=('367698744e74d6d4f363041482965b9ea7fbe4a5')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/include
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


[arch-commits] Commit in mdadm/repos (18 files)

2016-02-02 Thread Tobias Powalowski
Date: Tuesday, February 2, 2016 @ 20:09:40
  Author: tpowa
Revision: 258809

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

Added:
  mdadm/repos/testing-i686/
  mdadm/repos/testing-i686/PKGBUILD
(from rev 258808, mdadm/trunk/PKGBUILD)
  mdadm/repos/testing-i686/disable-werror.patch
(from rev 258808, mdadm/trunk/disable-werror.patch)
  mdadm/repos/testing-i686/linux-3.0.patch
(from rev 258808, mdadm/trunk/linux-3.0.patch)
  mdadm/repos/testing-i686/mdadm-fix-udev-rules.patch
(from rev 258808, mdadm/trunk/mdadm-fix-udev-rules.patch)
  mdadm/repos/testing-i686/mdadm.conf
(from rev 258808, mdadm/trunk/mdadm.conf)
  mdadm/repos/testing-i686/mdadm_hook
(from rev 258808, mdadm/trunk/mdadm_hook)
  mdadm/repos/testing-i686/mdadm_install
(from rev 258808, mdadm/trunk/mdadm_install)
  mdadm/repos/testing-i686/mdadm_udev_install
(from rev 258808, mdadm/trunk/mdadm_udev_install)
  mdadm/repos/testing-x86_64/
  mdadm/repos/testing-x86_64/PKGBUILD
(from rev 258808, mdadm/trunk/PKGBUILD)
  mdadm/repos/testing-x86_64/disable-werror.patch
(from rev 258808, mdadm/trunk/disable-werror.patch)
  mdadm/repos/testing-x86_64/linux-3.0.patch
(from rev 258808, mdadm/trunk/linux-3.0.patch)
  mdadm/repos/testing-x86_64/mdadm-fix-udev-rules.patch
(from rev 258808, mdadm/trunk/mdadm-fix-udev-rules.patch)
  mdadm/repos/testing-x86_64/mdadm.conf
(from rev 258808, mdadm/trunk/mdadm.conf)
  mdadm/repos/testing-x86_64/mdadm_hook
(from rev 258808, mdadm/trunk/mdadm_hook)
  mdadm/repos/testing-x86_64/mdadm_install
(from rev 258808, mdadm/trunk/mdadm_install)
  mdadm/repos/testing-x86_64/mdadm_udev_install
(from rev 258808, mdadm/trunk/mdadm_udev_install)

---+
 testing-i686/PKGBUILD |   53 ++
 testing-i686/disable-werror.patch |   11 ++
 testing-i686/linux-3.0.patch  |   45 +
 testing-i686/mdadm-fix-udev-rules.patch   |  137 
 testing-i686/mdadm.conf   |   67 +
 testing-i686/mdadm_hook   |   49 ++
 testing-i686/mdadm_install|   46 +
 testing-i686/mdadm_udev_install   |   25 +
 testing-x86_64/PKGBUILD   |   53 ++
 testing-x86_64/disable-werror.patch   |   11 ++
 testing-x86_64/linux-3.0.patch|   45 +
 testing-x86_64/mdadm-fix-udev-rules.patch |  137 
 testing-x86_64/mdadm.conf |   67 +
 testing-x86_64/mdadm_hook |   49 ++
 testing-x86_64/mdadm_install  |   46 +
 testing-x86_64/mdadm_udev_install |   25 +
 16 files changed, 866 insertions(+)

Copied: mdadm/repos/testing-i686/PKGBUILD (from rev 258808, 
mdadm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-02 19:09:40 UTC (rev 258809)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Judd Vinet 
+pkgname=mdadm
+pkgver=3.4
+pkgrel=1
+pkgdesc="A tool for managing/monitoring Linux md device arrays, also known as 
Software RAID"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://neil.brown.name/blog/mdadm;
+groups=('base')
+conflicts=('mkinitcpio<0.7')
+depends=('glibc')
+backup=('etc/mdadm.conf')
+source=("ftp://ftp.kernel.org/pub/linux/utils/raid/mdadm/mdadm-${pkgver}.tar."{xz,sign}
+mdadm.conf 
+mdadm_install
+mdadm_hook
+mdadm_udev_install
+disable-werror.patch)
+replaces=('raidtools')
+validpgpkeys=('1BC629EBD390D8707B5F497A39EC9EDD566281B9') # Neil Brown
+md5sums=('04b8b21f637540350f8517c7e68d3c63'
+ 'SKIP'
+ '5a37c112aa07dccdde62f9fa5b888607'
+ 'af2f73f0094ebee66f503ca4710c7142'
+ 'fbfb7d07efcbaf5dc61af424c5f6e352'
+ 'b6b0bfd6487c99264578630616dfe5eb'
+ '599745ed2bec4489e83991cff89c46ee')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np0 -i ../disable-werror.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make CXFLAGS="$CFLAGS" BINDIR=/usr/bin UDEVDIR=/usr/lib/udev
+  # build static mdassemble for Arch's initramfs
+  make MDASSEMBLE_AUTO=1 mdassemble
+  
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make INSTALL=/usr/bin/install BINDIR=/usr/bin DESTDIR=$pkgdir 
UDEVDIR=/usr/lib/udev install
+  make SYSTEMD_DIR=$pkgdir/usr/lib/systemd/system install-systemd
+  install -D -m755 mdassemble $pkgdir/usr/bin/mdassemble
+  install -D -m644 ../mdadm.conf $pkgdir/etc/mdadm.conf
+  install -D -m644 ../mdadm_install $pkgdir/usr/lib/initcpio/install/mdadm
+  install -D -m644 ../mdadm_hook $pkgdir/usr/lib/initcpio/hooks/mdadm
+  install -D -m644 ../mdadm_udev_install 
$pkgdir/usr/lib/initcpio/install/mdadm_udev
+}

Copied: 

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

2016-02-02 Thread Ike Devolder
Date: Tuesday, February 2, 2016 @ 20:47:16
  Author: idevolder
Revision: 160023

archrelease: copy trunk to community-any

Added:
  closure-compiler/repos/community-any/PKGBUILD
(from rev 160022, closure-compiler/trunk/PKGBUILD)
Deleted:
  closure-compiler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-02 19:47:08 UTC (rev 160022)
+++ PKGBUILD2016-02-02 19:47:16 UTC (rev 160023)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bram Schoenmakers 
-pkgname=closure-compiler
-pkgver=20151216
-pkgrel=1
-pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
-arch=('any')
-url="https://developers.google.com/closure/compiler/;
-license=('APACHE')
-depends=('java-runtime')
-makedepends=('apache-ant' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
-
-LANG='en_US.UTF-8'
-
-build() {
-   cd "$pkgname-$pkgver"
-
-   ant jar
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-
-   ant test
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-   install -m755 -D build/compiler.jar 
"$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar"
-   mkdir $pkgdir/usr/bin
-   echo '#!/bin/sh
-   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@' > 
"$pkgdir/usr/bin/closure"
-   chmod +x "$pkgdir/usr/bin/closure"
-}
-
-sha256sums=('d03af3451df33187dc9a2d3b6c1292b1598058a7b4f57bb795e9c6d3c7cf3023')

Copied: closure-compiler/repos/community-any/PKGBUILD (from rev 160022, 
closure-compiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-02 19:47:16 UTC (rev 160023)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bram Schoenmakers 
+pkgname=closure-compiler
+pkgver=20160201
+pkgrel=1
+pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
+arch=('any')
+url="https://developers.google.com/closure/compiler/;
+license=('APACHE')
+depends=('java-runtime')
+makedepends=('apache-ant' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
+
+LANG='en_US.UTF-8'
+
+build() {
+   cd "$pkgname-$pkgver"
+
+   ant jar
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+
+   ant test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+   install -m755 -D build/compiler.jar 
"$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar"
+   mkdir $pkgdir/usr/bin
+   echo '#!/bin/sh
+   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@' > 
"$pkgdir/usr/bin/closure"
+   chmod +x "$pkgdir/usr/bin/closure"
+}
+
+sha256sums=('a0074b54bf95ae530a508b9655d593a06c72f2a500cbf2079c790c06fb0ecbae')


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

2016-02-02 Thread Ike Devolder
Date: Tuesday, February 2, 2016 @ 20:47:08
  Author: idevolder
Revision: 160022

upgpkg: closure-compiler 20160201-1

Modified:
  closure-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 19:46:15 UTC (rev 160021)
+++ PKGBUILD2016-02-02 19:47:08 UTC (rev 160022)
@@ -2,7 +2,7 @@
 # Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
 # Contributor: Bram Schoenmakers 
 pkgname=closure-compiler
-pkgver=20151216
+pkgver=20160201
 pkgrel=1
 pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
 arch=('any')
@@ -36,4 +36,4 @@
chmod +x "$pkgdir/usr/bin/closure"
 }
 
-sha256sums=('d03af3451df33187dc9a2d3b6c1292b1598058a7b4f57bb795e9c6d3c7cf3023')
+sha256sums=('a0074b54bf95ae530a508b9655d593a06c72f2a500cbf2079c790c06fb0ecbae')


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

2016-02-02 Thread Felix Yan
Date: Wednesday, February 3, 2016 @ 08:46:08
  Author: fyan
Revision: 258825

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

Added:
  libsndfile/repos/testing-i686/
  libsndfile/repos/testing-i686/PKGBUILD
(from rev 258824, libsndfile/trunk/PKGBUILD)
  libsndfile/repos/testing-x86_64/
  libsndfile/repos/testing-x86_64/PKGBUILD
(from rev 258824, libsndfile/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: libsndfile/repos/testing-i686/PKGBUILD (from rev 258824, 
libsndfile/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-03 07:46:08 UTC (rev 258825)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libsndfile
+pkgver=1.0.26
+pkgrel=1
+pkgdesc="A C library for reading and writing files containing sampled sound"
+arch=('i686' 'x86_64')
+url="http://www.mega-nerd.com/libsndfile;
+license=('LGPL')
+depends=('alsa-lib' 'flac' 'libvorbis')
+checkdepends=('python2')
+source=(http://www.mega-nerd.com/libsndfile/files/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('c9092c06f6ed51034c9e809e150083ff1f55e79e'
+  'SKIP')
+validpgpkeys=('73571E85C19F4281D8C97AA86CA41A7743B8D6C8')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' 
src/binheader_writef_check.py \
+src/create_symbols_file.py programs/test-sndfile-metadata-set.py
+  sed -i 's|python|&2|' src/Makefile.am
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-sqlite
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: libsndfile/repos/testing-x86_64/PKGBUILD (from rev 258824, 
libsndfile/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-03 07:46:08 UTC (rev 258825)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libsndfile
+pkgver=1.0.26
+pkgrel=1
+pkgdesc="A C library for reading and writing files containing sampled sound"
+arch=('i686' 'x86_64')
+url="http://www.mega-nerd.com/libsndfile;
+license=('LGPL')
+depends=('alsa-lib' 'flac' 'libvorbis')
+checkdepends=('python2')
+source=(http://www.mega-nerd.com/libsndfile/files/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('c9092c06f6ed51034c9e809e150083ff1f55e79e'
+  'SKIP')
+validpgpkeys=('73571E85C19F4281D8C97AA86CA41A7743B8D6C8')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' 
src/binheader_writef_check.py \
+src/create_symbols_file.py programs/test-sndfile-metadata-set.py
+  sed -i 's|python|&2|' src/Makefile.am
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-sqlite
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2016-02-02 Thread Felix Yan
Date: Wednesday, February 3, 2016 @ 08:45:45
  Author: fyan
Revision: 258824

upgpkg: libsndfile 1.0.26-1

Modified:
  libsndfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-03 00:19:36 UTC (rev 258823)
+++ PKGBUILD2016-02-03 07:45:45 UTC (rev 258824)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=libsndfile
-pkgver=1.0.25
-pkgrel=3
+pkgver=1.0.26
+pkgrel=1
 pkgdesc="A C library for reading and writing files containing sampled sound"
 arch=('i686' 'x86_64')
 url="http://www.mega-nerd.com/libsndfile;
@@ -11,8 +11,8 @@
 depends=('alsa-lib' 'flac' 'libvorbis')
 checkdepends=('python2')
 
source=(http://www.mega-nerd.com/libsndfile/files/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('e95d9fca57f7ddace9f197071cbcfb92fa16748e'
-  'a93d26016730cb9fa214c753d079ee77dca1f326')
+sha1sums=('c9092c06f6ed51034c9e809e150083ff1f55e79e'
+  'SKIP')
 validpgpkeys=('73571E85C19F4281D8C97AA86CA41A7743B8D6C8')
 
 prepare() {
@@ -19,6 +19,7 @@
   cd ${pkgname}-${pkgver}
   sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' 
src/binheader_writef_check.py \
 src/create_symbols_file.py programs/test-sndfile-metadata-set.py
+  sed -i 's|python|&2|' src/Makefile.am
 }
 
 build() {


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

2016-02-02 Thread Felix Yan
Date: Wednesday, February 3, 2016 @ 08:48:34
  Author: fyan
Revision: 160052

upgpkg: lib32-libsndfile 1.0.26-1

Modified:
  lib32-libsndfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-03 05:47:26 UTC (rev 160051)
+++ PKGBUILD2016-02-03 07:48:34 UTC (rev 160052)
@@ -3,8 +3,8 @@
 
 _pkgbasename=libsndfile
 pkgname=lib32-$_pkgbasename
-pkgver=1.0.25
-pkgrel=3
+pkgver=1.0.26
+pkgrel=1
 pkgdesc="A C library for reading and writing files containing sampled sound 
(32-bit)"
 arch=('x86_64')
 url="http://www.mega-nerd.com/libsndfile;
@@ -14,13 +14,14 @@
 makedepends=('gcc-multilib' 'libtool-multilib')
 
source=(http://www.mega-nerd.com/libsndfile/files/${_pkgbasename}-${pkgver}.tar.gz{,.asc})
 validpgpkeys=(73571E85C19F4281D8C97AA86CA41A7743B8D6C8)
-sha1sums=('e95d9fca57f7ddace9f197071cbcfb92fa16748e'
-  'a93d26016730cb9fa214c753d079ee77dca1f326')
+sha1sums=('c9092c06f6ed51034c9e809e150083ff1f55e79e'
+  'SKIP')
 
 prepare() {
   cd ${_pkgbasename}-${pkgver}
   sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' 
src/binheader_writef_check.py \
 src/create_symbols_file.py programs/test-sndfile-metadata-set.py
+  sed -i 's|python|&2|' src/Makefile.am
 }
 
 build() {


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

2016-02-02 Thread Felix Yan
Date: Wednesday, February 3, 2016 @ 08:48:51
  Author: fyan
Revision: 160053

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libsndfile/repos/multilib-testing-x86_64/
  lib32-libsndfile/repos/multilib-testing-x86_64/PKGBUILD
(from rev 160052, lib32-libsndfile/trunk/PKGBUILD)

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

Copied: lib32-libsndfile/repos/multilib-testing-x86_64/PKGBUILD (from rev 
160052, lib32-libsndfile/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2016-02-03 07:48:51 UTC (rev 160053)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+_pkgbasename=libsndfile
+pkgname=lib32-$_pkgbasename
+pkgver=1.0.26
+pkgrel=1
+pkgdesc="A C library for reading and writing files containing sampled sound 
(32-bit)"
+arch=('x86_64')
+url="http://www.mega-nerd.com/libsndfile;
+license=('LGPL')
+depends=('lib32-alsa-lib' 'lib32-flac' 'lib32-libvorbis' $_pkgbasename)
+checkdepends=('python2')
+makedepends=('gcc-multilib' 'libtool-multilib')
+source=(http://www.mega-nerd.com/libsndfile/files/${_pkgbasename}-${pkgver}.tar.gz{,.asc})
+validpgpkeys=(73571E85C19F4281D8C97AA86CA41A7743B8D6C8)
+sha1sums=('c9092c06f6ed51034c9e809e150083ff1f55e79e'
+  'SKIP')
+
+prepare() {
+  cd ${_pkgbasename}-${pkgver}
+  sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' 
src/binheader_writef_check.py \
+src/create_symbols_file.py programs/test-sndfile-metadata-set.py
+  sed -i 's|python|&2|' src/Makefile.am
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${_pkgbasename}-${pkgver}
+
+  export GETCONF="getconf -v POSIX_V7_ILP32_OFFBIG"
+  export GETCONF_DIR="/usr/lib32/getconf"
+
+  ./configure --prefix=/usr --disable-sqlite --libdir=/usr/lib32
+  make -C src
+}
+
+check() {
+  cd ${_pkgbasename}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${_pkgbasename}-${pkgver}
+  make -C src DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install-pkgconfigDATA
+
+  rm -rf "$pkgdir/usr/include"
+}


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

2016-02-02 Thread Jan Steffens
Date: Tuesday, February 2, 2016 @ 09:02:59
  Author: heftig
Revision: 258769

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-02 07:47:25 UTC (rev 258768)
+++ extra-i686/PKGBUILD 2016-02-02 08:02:59 UTC (rev 258769)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=webkit2gtk
-pkgver=2.10.6
-pkgrel=1
-pkgdesc="GTK+ Web content engine library"
-arch=('i686' 'x86_64')
-url="http://webkitgtk.org/;
-license=('custom')
-depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
-'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3' 'libnotify' 'hyphen')
-makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python')
-optdepends=('gtk2: Netscape plugin support'
-'gst-plugins-base: free media decoding'
-'gst-plugins-good: media decoding'
-'gst-libav: nonfree media decoding')
-options=('!emptydirs')
-source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
-sha256sums=('0b77abcc72a274e8f11e9d9f0f6b116dadeeb8b9d5f22b17b6604ed9ae3fe83c')
-
-prepare() {
-  mkdir build
-
-  cd webkitgtk-$pkgver
-  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
-  rm -r Source/ThirdParty/gtest/
-  rm -r Source/ThirdParty/qunit/
-}
-
-build() {
-  cd build
-  cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
--DENABLE_GTKDOC=ON ../webkitgtk-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -m755 -d "$pkgdir/usr/share/licenses/webkit2gtk"
-  cd "$srcdir/webkitgtk-$pkgver/Source"
-  for f in $(find -name 'COPYING*' -or -name 'LICENSE*'); do
-echo $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
-cat $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
-echo "" >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
-  done
-}

Copied: webkit2gtk/repos/extra-i686/PKGBUILD (from rev 258768, 
webkit2gtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-02 08:02:59 UTC (rev 258769)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.10.7
+pkgrel=1
+pkgdesc="GTK+ Web content engine library"
+arch=('i686' 'x86_64')
+url="http://webkitgtk.org/;
+license=('custom')
+depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
+'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3' 'libnotify' 'hyphen')
+makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python')
+optdepends=('gtk2: Netscape plugin support'
+'gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=('!emptydirs')
+source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
+sha256sums=('990d62c82ed6dede31a6ff0a82d847f16b812842ff3e1093d17113627652864e')
+
+prepare() {
+  mkdir build
+
+  cd webkitgtk-$pkgver
+  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
+  rm -r Source/ThirdParty/gtest/
+  rm -r Source/ThirdParty/qunit/
+}
+
+build() {
+  cd build
+  cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
+-DENABLE_GTKDOC=ON ../webkitgtk-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -m755 -d "$pkgdir/usr/share/licenses/webkit2gtk"
+  cd "$srcdir/webkitgtk-$pkgver/Source"
+  for f in $(find -name 'COPYING*' -or -name 'LICENSE*'); do
+echo $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+cat $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+echo "" >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-02 07:47:25 UTC (rev 258768)
+++ extra-x86_64/PKGBUILD   2016-02-02 08:02:59 UTC (rev 258769)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=webkit2gtk
-pkgver=2.10.6
-pkgrel=1

[arch-commits] Commit in haskell-monad-journal/repos (6 files)

2016-02-02 Thread Felix Yan
Date: Tuesday, February 2, 2016 @ 09:22:44
  Author: fyan
Revision: 159898

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

Added:
  haskell-monad-journal/repos/community-staging-i686/
  haskell-monad-journal/repos/community-staging-i686/PKGBUILD
(from rev 159897, haskell-monad-journal/trunk/PKGBUILD)
  
haskell-monad-journal/repos/community-staging-i686/haskell-monad-journal.install
(from rev 159897, haskell-monad-journal/trunk/haskell-monad-journal.install)
  haskell-monad-journal/repos/community-staging-x86_64/
  haskell-monad-journal/repos/community-staging-x86_64/PKGBUILD
(from rev 159897, haskell-monad-journal/trunk/PKGBUILD)
  
haskell-monad-journal/repos/community-staging-x86_64/haskell-monad-journal.install
(from rev 159897, haskell-monad-journal/trunk/haskell-monad-journal.install)

+
 community-staging-i686/PKGBUILD|   43 +++
 community-staging-i686/haskell-monad-journal.install   |   18 ++
 community-staging-x86_64/PKGBUILD  |   43 +++
 community-staging-x86_64/haskell-monad-journal.install |   18 ++
 4 files changed, 122 insertions(+)

Copied: haskell-monad-journal/repos/community-staging-i686/PKGBUILD (from rev 
159897, haskell-monad-journal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-02 08:22:44 UTC (rev 159898)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-journal
+pkgname=haskell-monad-journal
+pkgver=0.7.1
+pkgrel=4
+pkgdesc="Pure logger typeclass and monad transformer"
+url="http://github.com/phaazon/monad-journal;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-either" "haskell-monad-control" "haskell-mtl"
+ "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('79afa46b66530b7877a1860352ad3696a6ce65f3ad2f17468c3d4e78bc4fd2ad')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-monad-journal/repos/community-staging-i686/haskell-monad-journal.install
 (from rev 159897, haskell-monad-journal/trunk/haskell-monad-journal.install)
===
--- community-staging-i686/haskell-monad-journal.install
(rev 0)
+++ community-staging-i686/haskell-monad-journal.install2016-02-02 
08:22:44 UTC (rev 159898)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-monad-journal
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-monad-journal/repos/community-staging-x86_64/PKGBUILD (from rev 
159897, haskell-monad-journal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-02 08:22:44 UTC (rev 159898)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-journal
+pkgname=haskell-monad-journal
+pkgver=0.7.1
+pkgrel=4
+pkgdesc="Pure logger typeclass and monad transformer"
+url="http://github.com/phaazon/monad-journal;

[arch-commits] Commit in haskell-monad-journal/trunk (PKGBUILD)

2016-02-02 Thread Felix Yan
Date: Tuesday, February 2, 2016 @ 09:22:14
  Author: fyan
Revision: 159897

upgpkg: haskell-monad-journal 0.7.1-4

rebuild with base-orphans-0.5.1

Modified:
  haskell-monad-journal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 07:52:52 UTC (rev 159896)
+++ PKGBUILD2016-02-02 08:22:14 UTC (rev 159897)
@@ -5,7 +5,7 @@
 _hkgname=monad-journal
 pkgname=haskell-monad-journal
 pkgver=0.7.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Pure logger typeclass and monad transformer"
 url="http://github.com/phaazon/monad-journal;
 license=("custom:BSD3")


[arch-commits] Commit in (4 files)

2016-02-02 Thread Felix Yan
Date: Tuesday, February 2, 2016 @ 15:40:52
  Author: fyan
Revision: 159974

addpkg: python-restkit 4.2.2-1

Added:
  python-restkit/
  python-restkit/repos/
  python-restkit/trunk/
  python-restkit/trunk/PKGBUILD

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

Added: python-restkit/trunk/PKGBUILD
===
--- python-restkit/trunk/PKGBUILD   (rev 0)
+++ python-restkit/trunk/PKGBUILD   2016-02-02 14:40:52 UTC (rev 159974)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-restkit
+pkgname=('python2-restkit')
+pkgver=4.2.2
+pkgrel=1
+pkgdesc="An HTTP resource kit for Python"
+arch=('any')
+license=('MIT')
+url="http://benoitc.github.com/restkit;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-http-parser' 
'python2-http-parser'
+ 'python-socketpool' 'python2-socketpool' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-webob' 'python2-webob')
+source=("git+https://github.com/benoitc/restkit.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  sed -i '/data_files/d' restkit/setup.py
+  cp -a restkit{,-py2}
+}
+
+build() {
+  cd "$srcdir/restkit"
+  # python setup.py build
+
+  cd "$srcdir/restkit-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/restkit"
+  # python setup.py test
+
+  cd "$srcdir/restkit-py2"
+  python2 setup.py test
+}
+
+package_python-restkit() {
+  depends=('python-socketpool' 'python-http-parser')
+
+  cd restkit
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-restkit() {
+  depends=('python2-socketpool' 'python2-http-parser')
+
+  cd restkit-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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


[arch-commits] Commit in python-socketpool/repos (2 files)

2016-02-02 Thread Felix Yan
Date: Tuesday, February 2, 2016 @ 15:33:12
  Author: fyan
Revision: 159973

archrelease: copy trunk to community-any

Added:
  python-socketpool/repos/community-any/
  python-socketpool/repos/community-any/PKGBUILD
(from rev 159972, python-socketpool/trunk/PKGBUILD)

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

Copied: python-socketpool/repos/community-any/PKGBUILD (from rev 159972, 
python-socketpool/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-02-02 14:33:12 UTC (rev 159973)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-socketpool
+pkgname=('python-socketpool' 'python2-socketpool')
+pkgver=0.5.3
+pkgrel=1
+pkgdesc="A simple Python socket pool"
+arch=('any')
+license=('MIT')
+url="http://github.com/benoitc/socketpool;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("git+https://github.com/benoitc/socketpool.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  sed -i 's/data_files.*$/)/' socketpool/setup.py
+  cp -a socketpool{,-py2}
+}
+
+build() {
+  cd "$srcdir/socketpool"
+  LC_CTYPE=en_US.UTF-8 python setup.py build
+
+  cd "$srcdir/socketpool-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/socketpool"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" \
+  py.test tests/
+
+  cd "$srcdir/socketpool-py2"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" \
+  py.test2 tests/
+}
+
+package_python-socketpool() {
+  depends=('python')
+
+  cd socketpool
+  LC_CTYPE=en_US.UTF-8 python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-socketpool() {
+  depends=('python2')
+
+  cd socketpool-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in (4 files)

2016-02-02 Thread Felix Yan
Date: Tuesday, February 2, 2016 @ 15:32:54
  Author: fyan
Revision: 159972

addpkg: python-socketpool 0.5.3-1

Added:
  python-socketpool/
  python-socketpool/repos/
  python-socketpool/trunk/
  python-socketpool/trunk/PKGBUILD

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

Added: python-socketpool/trunk/PKGBUILD
===
--- python-socketpool/trunk/PKGBUILD(rev 0)
+++ python-socketpool/trunk/PKGBUILD2016-02-02 14:32:54 UTC (rev 159972)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-socketpool
+pkgname=('python-socketpool' 'python2-socketpool')
+pkgver=0.5.3
+pkgrel=1
+pkgdesc="A simple Python socket pool"
+arch=('any')
+license=('MIT')
+url="http://github.com/benoitc/socketpool;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("git+https://github.com/benoitc/socketpool.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  sed -i 's/data_files.*$/)/' socketpool/setup.py
+  cp -a socketpool{,-py2}
+}
+
+build() {
+  cd "$srcdir/socketpool"
+  LC_CTYPE=en_US.UTF-8 python setup.py build
+
+  cd "$srcdir/socketpool-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/socketpool"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" \
+  py.test tests/
+
+  cd "$srcdir/socketpool-py2"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" \
+  py.test2 tests/
+}
+
+package_python-socketpool() {
+  depends=('python')
+
+  cd socketpool
+  LC_CTYPE=en_US.UTF-8 python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-socketpool() {
+  depends=('python2')
+
+  cd socketpool-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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


[arch-commits] Commit in python-http-parser/repos (4 files)

2016-02-02 Thread Felix Yan
Date: Tuesday, February 2, 2016 @ 15:24:29
  Author: fyan
Revision: 159971

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

Added:
  python-http-parser/repos/community-i686/
  python-http-parser/repos/community-i686/PKGBUILD
(from rev 159970, python-http-parser/trunk/PKGBUILD)
  python-http-parser/repos/community-x86_64/
  python-http-parser/repos/community-x86_64/PKGBUILD
(from rev 159970, python-http-parser/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   53 
 community-x86_64/PKGBUILD |   53 
 2 files changed, 106 insertions(+)

Copied: python-http-parser/repos/community-i686/PKGBUILD (from rev 159970, 
python-http-parser/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-02 14:24:29 UTC (rev 159971)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-http-parser
+pkgname=('python-http-parser' 'python2-http-parser')
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="HTTP request/response parser for Python"
+arch=('i686' 'x86_64')
+license=('MIT')
+url="http://github.com/benoitc/http-parser;
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'git')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("git+https://github.com/benoitc/http-parser.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a http-parser{,-py2}
+}
+
+build() {
+  cd "$srcdir/http-parser"
+  python setup.py build
+
+  cd "$srcdir/http-parser-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/http-parser"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" \
+  py.test testing/
+
+  cd "$srcdir/http-parser-py2"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" \
+  py.test2 testing/
+}
+
+package_python-http-parser() {
+  depends=('python')
+
+  cd http-parser
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-http-parser() {
+  depends=('python2')
+
+  cd http-parser-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: python-http-parser/repos/community-x86_64/PKGBUILD (from rev 159970, 
python-http-parser/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-02 14:24:29 UTC (rev 159971)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-http-parser
+pkgname=('python-http-parser' 'python2-http-parser')
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="HTTP request/response parser for Python"
+arch=('i686' 'x86_64')
+license=('MIT')
+url="http://github.com/benoitc/http-parser;
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'git')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("git+https://github.com/benoitc/http-parser.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a http-parser{,-py2}
+}
+
+build() {
+  cd "$srcdir/http-parser"
+  python setup.py build
+
+  cd "$srcdir/http-parser-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/http-parser"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" \
+  py.test testing/
+
+  cd "$srcdir/http-parser-py2"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" \
+  py.test2 testing/
+}
+
+package_python-http-parser() {
+  depends=('python')
+
+  cd http-parser
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-http-parser() {
+  depends=('python2')
+
+  cd http-parser-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-02-02 Thread Felix Yan
Date: Tuesday, February 2, 2016 @ 15:41:09
  Author: fyan
Revision: 159975

archrelease: copy trunk to community-any

Added:
  python-restkit/repos/community-any/
  python-restkit/repos/community-any/PKGBUILD
(from rev 159974, python-restkit/trunk/PKGBUILD)

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

Copied: python-restkit/repos/community-any/PKGBUILD (from rev 159974, 
python-restkit/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-02-02 14:41:09 UTC (rev 159975)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-restkit
+pkgname=('python2-restkit')
+pkgver=4.2.2
+pkgrel=1
+pkgdesc="An HTTP resource kit for Python"
+arch=('any')
+license=('MIT')
+url="http://benoitc.github.com/restkit;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-http-parser' 
'python2-http-parser'
+ 'python-socketpool' 'python2-socketpool' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-webob' 'python2-webob')
+source=("git+https://github.com/benoitc/restkit.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  sed -i '/data_files/d' restkit/setup.py
+  cp -a restkit{,-py2}
+}
+
+build() {
+  cd "$srcdir/restkit"
+  # python setup.py build
+
+  cd "$srcdir/restkit-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/restkit"
+  # python setup.py test
+
+  cd "$srcdir/restkit-py2"
+  python2 setup.py test
+}
+
+package_python-restkit() {
+  depends=('python-socketpool' 'python-http-parser')
+
+  cd restkit
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-restkit() {
+  depends=('python2-socketpool' 'python2-http-parser')
+
+  cd restkit-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-02-02 Thread Felix Yan
Date: Tuesday, February 2, 2016 @ 15:48:12
  Author: fyan
Revision: 159977

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  121 +++--
 1 file changed, 63 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-02 14:47:54 UTC (rev 159976)
+++ PKGBUILD2016-02-02 14:48:12 UTC (rev 159977)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer : Felix Yan 
-# Contributor: speps 
-# Contributor: Arnau Sanchez 
-
-_name=pyquery
-pkgbase=python-pyquery
-pkgname=('python-pyquery' 'python2-pyquery')
-pkgver=1.2.11
-pkgrel=1
-pkgdesc="A jquery-like library for python."
-arch=('any')
-url="https://github.com/gawel/pyquery/;
-license=('custom:BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-lxml' 
'python2-lxml' 'python-cssselect' 'python2-cssselect')
-checkdepends=('python-requests' 'python2-requests' 'python-webob' 
'python2-webob' 'python-nose' 'python2-nose'
-  'python-coverage' 'python2-coverage' 'python-webtest' 
'python2-webtest' 'python2-beautifulsoup4')
-  # In AUR: 'python-waitress' 'python2-waitress') 
-source=("http://pypi.python.org/packages/source/p/$_name/$_name-$pkgver.tar.gz;
-"https://bitbucket.org/olauzanne/pyquery/raw/b70710332032/LICENSE.txt;)
-sha512sums=('56ee20e0aefdd290069151d5085a876d6502a226ced72bd43e3e88572f31eecee7abecf4bdd38a1a17685021328963e9fe45eaaac121dc880bcb6ba74b8df12d'
-
'4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')
-
-prepare() {
-  cp -a "$_name-$pkgver"{,-python2}
-}
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-
-  cd ../$_name-$pkgver-python2
-  python2 setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  nosetests3 || warning "Tests failed"
-
-  cd ../$_name-$pkgver-python2
-  nosetests2 || warning "Tests failed"
-}
-
-package_python-pyquery() {
-  depends=('python-lxml' 'python-cssselect')
-  cd $_name-$pkgver
-  python3 setup.py install -O1 --root="$pkgdir/"
-
-  install -Dm644 ../LICENSE.txt 
"$pkgdir/usr/share/licenses/python-pyquery/LICENSE"
-}
-
-package_python2-pyquery() {
-  depends=('python2-lxml' 'python2-cssselect')
-  cd $_name-$pkgver-python2
-  python2 setup.py install -O1 --root="$pkgdir/"
-
-  install -Dm644 ../LICENSE.txt 
"$pkgdir/usr/share/licenses/python2-pyquery/LICENSE"
-}

Copied: python-pyquery/repos/community-any/PKGBUILD (from rev 159976, 
python-pyquery/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-02 14:48:12 UTC (rev 159977)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer : Felix Yan 
+# Contributor: speps 
+# Contributor: Arnau Sanchez 
+
+_name=pyquery
+pkgbase=python-pyquery
+pkgname=('python-pyquery' 'python2-pyquery')
+pkgver=1.2.11
+pkgrel=2
+pkgdesc="A jquery-like library for python."
+arch=('any')
+url="https://github.com/gawel/pyquery/;
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-lxml' 
'python2-lxml' 'python-cssselect' 'python2-cssselect')
+checkdepends=('python-requests' 'python2-requests' 'python-webob' 
'python2-webob' 'python-nose' 'python2-nose'
+  'python-coverage' 'python2-coverage' 'python-webtest' 
'python2-webtest' 'python2-beautifulsoup4'
+  'python2-restkit')
+source=("http://pypi.python.org/packages/source/p/$_name/$_name-$pkgver.tar.gz;
+"https://bitbucket.org/olauzanne/pyquery/raw/b70710332032/LICENSE.txt;)
+sha512sums=('56ee20e0aefdd290069151d5085a876d6502a226ced72bd43e3e88572f31eecee7abecf4bdd38a1a17685021328963e9fe45eaaac121dc880bcb6ba74b8df12d'
+
'4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')
+
+prepare() {
+  cp -a "$_name-$pkgver"{,-python2}
+}
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+
+  cd ../$_name-$pkgver-python2
+  python2 setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  nosetests3
+
+  cd ../$_name-$pkgver-python2
+  nosetests2
+}
+
+package_python-pyquery() {
+  depends=('python-lxml' 'python-cssselect')
+  optdepends=('python-webob: query wsgi app')
+
+  cd $_name-$pkgver
+  python3 setup.py install -O1 --root="$pkgdir/"
+
+  install -Dm644 ../LICENSE.txt 
"$pkgdir/usr/share/licenses/python-pyquery/LICENSE"
+}
+
+package_python2-pyquery() {
+  depends=('python2-lxml' 'python2-cssselect')
+  optdepends=('python2-webob: to query wsgi app'
+  'python2-restkit: to get url directly with a HostProxy app')
+
+  cd $_name-$pkgver-python2
+  python2 setup.py install -O1 --root="$pkgdir/"
+
+  

[arch-commits] Commit in lib32-nettle/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2016-02-02 Thread Felix Yan
Date: Tuesday, February 2, 2016 @ 15:59:23
  Author: fyan
Revision: 159981

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nettle/repos/multilib-x86_64/PKGBUILD
(from rev 159980, lib32-nettle/trunk/PKGBUILD)
Deleted:
  lib32-nettle/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-02 14:59:05 UTC (rev 159980)
+++ PKGBUILD2016-02-02 14:59:23 UTC (rev 159981)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Christoph Vigano 
-# Contributor: Andreas Radke 
-# Contributor: bender02 at gmx dot com
-
-_pkgbasename=nettle
-pkgname=lib32-$_pkgbasename
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="A low-level cryptographic library (32-bit)"
-arch=('x86_64')
-url="http://www.lysator.liu.se/~nisse/nettle/;
-license=('GPL2')
-depends=('lib32-gmp' $_pkgbasename)
-makedepends=(gcc-multilib)
-source=(ftp://ftp.gnu.org/gnu/nettle/$_pkgbasename-$pkgver.tar.gz)
-md5sums=('b40fa88dc32f37a182b6b42092ebb144')
-validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller 

-
-build() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---enable-shared --with-include-path=/usr/lib32/gmp
-  make
-}
-
-check() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}

Copied: lib32-nettle/repos/multilib-x86_64/PKGBUILD (from rev 159980, 
lib32-nettle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-02 14:59:23 UTC (rev 159981)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Christoph Vigano 
+# Contributor: Andreas Radke 
+# Contributor: bender02 at gmx dot com
+
+_pkgbasename=nettle
+pkgname=lib32-$_pkgbasename
+pkgver=3.2
+pkgrel=1
+pkgdesc="A low-level cryptographic library (32-bit)"
+arch=('x86_64')
+url="http://www.lysator.liu.se/~nisse/nettle/;
+license=('GPL2')
+depends=('lib32-gmp' $_pkgbasename)
+makedepends=(gcc-multilib)
+source=(ftp://ftp.gnu.org/gnu/nettle/$_pkgbasename-$pkgver.tar.gz)
+md5sums=('afb15b4764ebf1b4e6d06c62bd4d29e4')
+validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller 

+
+build() {
+  cd $_pkgbasename-$pkgver
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--enable-shared --with-include-path=/usr/lib32/gmp
+  make
+}
+
+check() {
+  cd $_pkgbasename-$pkgver
+  make -k check
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR="$pkgdir/" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}


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

2016-02-02 Thread Felix Yan
Date: Tuesday, February 2, 2016 @ 15:59:05
  Author: fyan
Revision: 159980

upgpkg: lib32-nettle 3.2-1

Modified:
  lib32-nettle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 14:49:58 UTC (rev 159979)
+++ PKGBUILD2016-02-02 14:59:05 UTC (rev 159980)
@@ -6,7 +6,7 @@
 
 _pkgbasename=nettle
 pkgname=lib32-$_pkgbasename
-pkgver=3.1.1
+pkgver=3.2
 pkgrel=1
 pkgdesc="A low-level cryptographic library (32-bit)"
 arch=('x86_64')
@@ -15,11 +15,11 @@
 depends=('lib32-gmp' $_pkgbasename)
 makedepends=(gcc-multilib)
 source=(ftp://ftp.gnu.org/gnu/nettle/$_pkgbasename-$pkgver.tar.gz)
-md5sums=('b40fa88dc32f37a182b6b42092ebb144')
+md5sums=('afb15b4764ebf1b4e6d06c62bd4d29e4')
 validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller 

 
 build() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
+  cd $_pkgbasename-$pkgver
 
   export CC="gcc -m32"
   export CXX="g++ -m32"
@@ -31,12 +31,12 @@
 }
 
 check() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
+  cd $_pkgbasename-$pkgver
   make -k check
 }
 
 package() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
+  cd $_pkgbasename-$pkgver
   make DESTDIR="$pkgdir/" install
   rm -rf "${pkgdir}"/usr/{include,share,bin}
 }


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

2016-02-02 Thread Felix Yan
Date: Tuesday, February 2, 2016 @ 15:49:39
  Author: fyan
Revision: 159978

upgpkg: python-sortedcontainers 1.4.4-2

fix dependencies

Modified:
  python-sortedcontainers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 14:48:12 UTC (rev 159977)
+++ PKGBUILD2016-02-02 14:49:39 UTC (rev 159978)
@@ -4,7 +4,7 @@
 pkgbase=python-sortedcontainers
 pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
 pkgver=1.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')
 license=('Apache')
@@ -35,7 +35,7 @@
 }
 
 package_python-sortedcontainers() {
-  depends=('python-yaml')
+  depends=('python')
 
   cd sorted_containers
   python setup.py install --root="${pkgdir}" --optimize=1
@@ -42,7 +42,7 @@
 }
 
 package_python2-sortedcontainers() {
-  depends=('python2-yaml')
+  depends=('python2')
 
   cd sorted_containers-py2
   python2 setup.py install --root="${pkgdir}" --optimize=1


[arch-commits] Commit in python-sortedcontainers/repos/community-any (2 files)

2016-02-02 Thread Felix Yan
Date: Tuesday, February 2, 2016 @ 15:49:58
  Author: fyan
Revision: 159979

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-02 14:49:39 UTC (rev 159978)
+++ PKGBUILD2016-02-02 14:49:58 UTC (rev 159979)
@@ -1,49 +0,0 @@
-# $Id: PKGBUILD 141139 2015-09-20 03:14:59Z fyan $
-# Maintainer: Felix Yan 
-
-pkgbase=python-sortedcontainers
-pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
-pkgver=1.4.4
-pkgrel=1
-pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
-arch=('any')
-license=('Apache')
-url="http://www.grantjenks.com/docs/sortedcontainers/;
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/grantjenks/sorted_containers.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a sorted_containers{,-py2}
-}
-
-build() {
-  cd "$srcdir/sorted_containers"
-  python setup.py build
-
-  cd "$srcdir/sorted_containers-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/sorted_containers"
-  nosetests3
-
-  cd "$srcdir/sorted_containers-py2"
-  nosetests2
-}
-
-package_python-sortedcontainers() {
-  depends=('python-yaml')
-
-  cd sorted_containers
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-sortedcontainers() {
-  depends=('python2-yaml')
-
-  cd sorted_containers-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-sortedcontainers/repos/community-any/PKGBUILD (from rev 159978, 
python-sortedcontainers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-02 14:49:58 UTC (rev 159979)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 141139 2015-09-20 03:14:59Z fyan $
+# Maintainer: Felix Yan 
+
+pkgbase=python-sortedcontainers
+pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
+pkgver=1.4.4
+pkgrel=2
+pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
+arch=('any')
+license=('Apache')
+url="http://www.grantjenks.com/docs/sortedcontainers/;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/grantjenks/sorted_containers.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a sorted_containers{,-py2}
+}
+
+build() {
+  cd "$srcdir/sorted_containers"
+  python setup.py build
+
+  cd "$srcdir/sorted_containers-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/sorted_containers"
+  nosetests3
+
+  cd "$srcdir/sorted_containers-py2"
+  nosetests2
+}
+
+package_python-sortedcontainers() {
+  depends=('python')
+
+  cd sorted_containers
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-sortedcontainers() {
+  depends=('python2')
+
+  cd sorted_containers-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in (4 files)

2016-02-02 Thread Felix Yan
Date: Tuesday, February 2, 2016 @ 15:24:02
  Author: fyan
Revision: 159970

addpkg: python-http-parser 0.8.3-1

Added:
  python-http-parser/
  python-http-parser/repos/
  python-http-parser/trunk/
  python-http-parser/trunk/PKGBUILD

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

Added: python-http-parser/trunk/PKGBUILD
===
--- python-http-parser/trunk/PKGBUILD   (rev 0)
+++ python-http-parser/trunk/PKGBUILD   2016-02-02 14:24:02 UTC (rev 159970)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-http-parser
+pkgname=('python-http-parser' 'python2-http-parser')
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="HTTP request/response parser for Python"
+arch=('i686' 'x86_64')
+license=('MIT')
+url="http://github.com/benoitc/http-parser;
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'git')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("git+https://github.com/benoitc/http-parser.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a http-parser{,-py2}
+}
+
+build() {
+  cd "$srcdir/http-parser"
+  python setup.py build
+
+  cd "$srcdir/http-parser-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/http-parser"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" \
+  py.test testing/
+
+  cd "$srcdir/http-parser-py2"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" \
+  py.test2 testing/
+}
+
+package_python-http-parser() {
+  depends=('python')
+
+  cd http-parser
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-http-parser() {
+  depends=('python2')
+
+  cd http-parser-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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


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

2016-02-02 Thread Felix Yan
Date: Tuesday, February 2, 2016 @ 15:47:54
  Author: fyan
Revision: 159976

upgpkg: python-pyquery 1.2.11-2

fix dependencies

Modified:
  python-pyquery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 14:41:09 UTC (rev 159975)
+++ PKGBUILD2016-02-02 14:47:54 UTC (rev 159976)
@@ -7,7 +7,7 @@
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
 pkgver=1.2.11
-pkgrel=1
+pkgrel=2
 pkgdesc="A jquery-like library for python."
 arch=('any')
 url="https://github.com/gawel/pyquery/;
@@ -14,8 +14,8 @@
 license=('custom:BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-lxml' 
'python2-lxml' 'python-cssselect' 'python2-cssselect')
 checkdepends=('python-requests' 'python2-requests' 'python-webob' 
'python2-webob' 'python-nose' 'python2-nose'
-  'python-coverage' 'python2-coverage' 'python-webtest' 
'python2-webtest' 'python2-beautifulsoup4')
-  # In AUR: 'python-waitress' 'python2-waitress') 
+  'python-coverage' 'python2-coverage' 'python-webtest' 
'python2-webtest' 'python2-beautifulsoup4'
+  'python2-restkit')
 source=("http://pypi.python.org/packages/source/p/$_name/$_name-$pkgver.tar.gz;
 "https://bitbucket.org/olauzanne/pyquery/raw/b70710332032/LICENSE.txt;)
 
sha512sums=('56ee20e0aefdd290069151d5085a876d6502a226ced72bd43e3e88572f31eecee7abecf4bdd38a1a17685021328963e9fe45eaaac121dc880bcb6ba74b8df12d'
@@ -35,14 +35,16 @@
 
 check() {
   cd $_name-$pkgver
-  nosetests3 || warning "Tests failed"
+  nosetests3
 
   cd ../$_name-$pkgver-python2
-  nosetests2 || warning "Tests failed"
+  nosetests2
 }
 
 package_python-pyquery() {
   depends=('python-lxml' 'python-cssselect')
+  optdepends=('python-webob: query wsgi app')
+
   cd $_name-$pkgver
   python3 setup.py install -O1 --root="$pkgdir/"
 
@@ -51,6 +53,9 @@
 
 package_python2-pyquery() {
   depends=('python2-lxml' 'python2-cssselect')
+  optdepends=('python2-webob: to query wsgi app'
+  'python2-restkit: to get url directly with a HostProxy app')
+
   cd $_name-$pkgver-python2
   python2 setup.py install -O1 --root="$pkgdir/"
 


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

2016-02-02 Thread Bartłomiej Piotrowski
Date: Tuesday, February 2, 2016 @ 10:42:55
  Author: bpiotrowski
Revision: 258770

upgpkg: weechat 1.4-1

new upstream release

Modified:
  weechat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 08:02:59 UTC (rev 258769)
+++ PKGBUILD2016-02-02 09:42:55 UTC (rev 258770)
@@ -3,17 +3,18 @@
 # Contributor: lucke 
 
 pkgname=weechat
-pkgver=1.3
-pkgrel=4
+pkgver=1.4
+pkgrel=1
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('i686' 'x86_64')
 url="http://www.weechat.org/;
 license=('GPL')
 depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2'
+ 'lua' 'tcl' 'ruby' 'aspell' 'guile')
 optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
 source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('d315ceb66b03442ded0715f4277bd65f')
+md5sums=('24e23908fc6fb4b55b86ead2c03aa8b3')
 
 prepare() {
   mkdir build


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

2016-02-02 Thread Felix Yan
Date: Tuesday, February 2, 2016 @ 11:16:20
  Author: fyan
Revision: 159905

upgpkg: haskell-descriptive 0.9.4-3

rebuild with base-orphans-0.5.1

Modified:
  haskell-descriptive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 10:01:02 UTC (rev 159904)
+++ PKGBUILD2016-02-02 10:16:20 UTC (rev 159905)
@@ -5,7 +5,7 @@
 _hkgname=descriptive
 pkgname=haskell-descriptive
 pkgver=0.9.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
 url="https://github.com/chrisdone/descriptive;
 license=("custom:BSD3")


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

2016-02-02 Thread Pierre Neidhardt
Date: Tuesday, February 2, 2016 @ 11:51:17
  Author: ambrevar
Revision: 159908

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

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

-+
 community-testing-i686/PKGBUILD |  186 ++
 community-testing-i686/go.install   |   21 +++
 community-testing-x86_64/PKGBUILD   |  186 ++
 community-testing-x86_64/go.install |   21 +++
 4 files changed, 414 insertions(+)

Copied: go/repos/community-testing-i686/PKGBUILD (from rev 159907, 
go/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-02-02 10:51:17 UTC (rev 159908)
@@ -0,0 +1,186 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Maintainer: Alexander Rødseth 
+# Maintainer: Pierre Neidhardt 
+# Contributor: Rémy Oudompheng 
+# Contributor: Andres Perera 
+# Contributor: Matthew Bauer 
+# Contributor: Christian Himpel 
+# Contributor: Mike Rosset 
+# Contributor: Daniel YC Lin 
+# Contributor: John Luebs 
+
+pkgname=('go' 'go-tools')
+epoch=2
+pkgver=1.5.3
+pkgrel=2
+arch=('x86_64' 'i686')
+url='http://golang.org/'
+license=('BSD')
+makedepends=('inetutils' 'git' 'go')
+options=('!strip' 'staticlibs')
+install="$pkgname.install"
+source=("$pkgname-$pkgver::git+https://go.googlesource.com/go#tag=$pkgname$pkgver;)
+md5sums=('SKIP')
+_gourl=golang.org/x/tools/cmd
+
+build() {
+  cd "$pkgname-$pkgver/src"
+
+  export GOROOT="$srcdir/$pkgname-$pkgver"
+  export GOBIN="$GOROOT/bin"
+  export GOPATH="$srcdir/"
+  export GOROOT_FINAL=/usr/lib/go
+  export GOROOT_BOOTSTRAP=/usr/lib/go
+
+  #
+  # Arch Linux normally does not enable SSE2 for i686 because of older CPUs.
+  #
+  # However, exceptions are made for:
+  #  * Chromium, which is not expected to be used on older i686 CPUs
+  #  * Julia, which requires SSE2
+  #
+  # Go is so slow that it is unusable on i686 when SSE2 is not enabled,
+  # so I am also making an exception for Go.
+  #
+  # If you really want to build Go without SSE2 support, just uncomment the
+  # following export and rebuild:
+  #
+  # export GO386=387
+  #
+
+  # Crosscompilation for various platforms. This is not strictly required as 
the
+  # compiler can generate libraries on the fly. Prebuilding the libs speeds up
+  # crosscompilation time.
+  #
+  # for os in darwin freebsd linux windows; do
+  #   for arch in 386 amd64 arm; do
+  # export GOOS="$os"
+  # export GOARCH="$arch"
+  # bash make.bash --no-clean
+  #   done
+  # done
+
+  export GOOS=linux
+  case "$CARCH" in
+  x86_64) export GOARCH=amd64 ;;
+  i686) export GOARCH=386 ;;
+  esac
+
+  bash make.bash --no-clean
+
+  # System-wide tools
+  for tool in godex godoc goimports gomvpkg gorename gotype; do
+$GOROOT/bin/go get -d golang.org/x/tools/cmd/$tool
+$GOROOT/bin/go build -v -x -o $GOPATH/bin/$tool $_gourl/$tool
+  done
+
+  # Distribution tools
+  for tool in benchcmp bundle callgraph digraph eg fiximports html2article 
oracle present ssadump stress stringer ; do
+$GOROOT/bin/go get -d golang.org/x/tools/cmd/$tool
+$GOROOT/bin/go build -v -x -o $GOPATH/pkg/tool/${GOOS}_$GOARCH/$tool 
golang.org/x/tools/cmd/$tool
+  done
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  #export GO386=387
+
+  export GOOS=linux
+  case "$CARCH" in
+x86_64) GOARCH=amd64 ;;
+i686) GOARCH=386 ;;
+  esac
+
+  export GOROOT="$srcdir/$pkgname-$pkgver"
+  export GOBIN="$GOROOT/bin"
+  export PATH="$srcdir/$pkgname-$pkgver/bin:$PATH"
+  export GOROOT_BOOTSTRAP=/usr/lib/go
+
+  for tool in godoc goimports gomvpkg gorename gotype \
+benchcmp bundle callgraph digraph eg fiximports html2article oracle 
present ssadump stress stringer; do
+GOPATH="$srcdir" $GOROOT/bin/go test -v -x $_gourl/$tool
+  done
+
+  # TestSimpleMulticastListener will fail in standard chroot
+  cd src && bash run.bash --no-rebuild || true
+}
+
+package_go() {
+  pkgdesc='Compiler and tools for the Go programming language from Google'
+  optdepends=('mercurial: for fetching sources from mercurial repositories'
+  'git: for fetching sources from git repositories'
+  'bzr: for fetching sources from bazaar repositories'
+  'subversion: for fetching sources from subversion repositories'
+  

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

2016-02-02 Thread Bartłomiej Piotrowski
Date: Tuesday, February 2, 2016 @ 10:43:09
  Author: bpiotrowski
Revision: 258771

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-02 09:42:55 UTC (rev 258770)
+++ extra-i686/PKGBUILD 2016-02-02 09:43:09 UTC (rev 258771)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: lucke 
-
-pkgname=weechat
-pkgver=1.3
-pkgrel=4
-pkgdesc="Fast, light and extensible IRC client (curses UI)"
-arch=('i686' 'x86_64')
-url="http://www.weechat.org/;
-license=('GPL')
-depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('d315ceb66b03442ded0715f4277bd65f')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake -Wno-dev ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
--DENABLE_MAN=ON \
--DENABLE_DOC=ON
-
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="${pkgdir}/" install
-}

Copied: weechat/repos/extra-i686/PKGBUILD (from rev 258770, 
weechat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-02 09:43:09 UTC (rev 258771)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=1.4
+pkgrel=1
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('i686' 'x86_64')
+url="http://www.weechat.org/;
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2'
+ 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('24e23908fc6fb4b55b86ead2c03aa8b3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake -Wno-dev ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+-DENABLE_MAN=ON \
+-DENABLE_DOC=ON
+
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-02 09:42:55 UTC (rev 258770)
+++ extra-x86_64/PKGBUILD   2016-02-02 09:43:09 UTC (rev 258771)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: lucke 
-
-pkgname=weechat
-pkgver=1.3
-pkgrel=4
-pkgdesc="Fast, light and extensible IRC client (curses UI)"
-arch=('i686' 'x86_64')
-url="http://www.weechat.org/;
-license=('GPL')
-depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('d315ceb66b03442ded0715f4277bd65f')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake -Wno-dev ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
--DENABLE_MAN=ON \
--DENABLE_DOC=ON
-
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="${pkgdir}/" install
-}

Copied: weechat/repos/extra-x86_64/PKGBUILD (from rev 258770, 
weechat/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-02 09:43:09 UTC (rev 258771)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=1.4
+pkgrel=1
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('i686' 'x86_64')
+url="http://www.weechat.org/;
+license=('GPL')

[arch-commits] Commit in opera/repos (14 files)

2016-02-02 Thread Ike Devolder
Date: Tuesday, February 2, 2016 @ 11:01:02
  Author: idevolder
Revision: 159904

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

Added:
  opera/repos/community-i686/PKGBUILD
(from rev 159903, opera/trunk/PKGBUILD)
  opera/repos/community-i686/default
(from rev 159903, opera/trunk/default)
  opera/repos/community-i686/opera
(from rev 159903, opera/trunk/opera)
  opera/repos/community-i686/opera.install
(from rev 159903, opera/trunk/opera.install)
  opera/repos/community-x86_64/PKGBUILD
(from rev 159903, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 159903, opera/trunk/default)
  opera/repos/community-x86_64/opera
(from rev 159903, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 159903, opera/trunk/opera.install)
Deleted:
  opera/repos/community-i686/PKGBUILD
  opera/repos/community-i686/opera.install
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install

+
 /PKGBUILD  |  138 +++
 /default   |4 +
 /opera |   13 +++
 /opera.install |   78 ++
 community-i686/PKGBUILD|   44 
 community-i686/default |4 +
 community-i686/opera   |   13 +++
 community-i686/opera.install   |   20 -
 community-x86_64/PKGBUILD  |   69 ---
 community-x86_64/default   |4 -
 community-x86_64/opera |   13 ---
 community-x86_64/opera.install |   39 ---
 12 files changed, 250 insertions(+), 189 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-02 10:00:46 UTC (rev 159903)
+++ community-i686/PKGBUILD 2016-02-02 10:01:02 UTC (rev 159904)
@@ -1,44 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Mateusz Herych 
-# Contributor: ruario 
-# Contributor: Daniel Isenmann 
-# Contributor: dorphell 
-# Contributor: Sigitas Mazaliauskas 
-
-pkgname=opera
-_ver=12.16
-_build=1860
-pkgver=$_ver.$_build
-pkgrel=2
-pkgdesc='Fast and secure web browser and Internet suite'
-arch=('i686' 'x86_64')
-url='http://www.opera.com/browser/'
-license=('custom:opera')
-depends=('gcc-libs' 'libxt' 'freetype2' 'libxext' 'glib2' 'ttf-font'
- 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
-optdepends=('gstreamer0.10-base-plugins: HTML5 Video support'
-'gstreamer0.10-good: HTML5 Video support')
-install=$pkgname.install
-options=(!strip !zipman)
-
-
-  
#source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.i386.linux.tar.xz
-  
#http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.x86_64.linux.tar.xz)
-
-if [[ $CARCH == i686 ]]; then
-  _arch=i386
-  
source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.${_arch}.linux.tar.xz)
-  
sha256sums=('df640656a52b7c714faf25de92d84992116ce8f82b7a67afc1121eb3c428489d')
-elif [[ $CARCH == x86_64 ]]; then
-  _arch=$CARCH
-  
source=(http://get.geo.opera.com/pub/opera/linux/${_ver/./}/opera-${_ver}-${_build}.${_arch}.linux.tar.xz)
-  
sha256sums=('b3b5cada3829d2b3b0e2da25e9444ce9dff73dc6692586ce72cfd4f6431e639e')
-fi
-
-package() {
-  opera-${_ver}-${_build}.${_arch}.linux/install --prefix /usr --repackage 
$pkgdir/usr
-  install -Dm 644 $pkgdir/usr/share/$pkgname/defaults/license.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-}

Copied: opera/repos/community-i686/PKGBUILD (from rev 159903, 
opera/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-02 10:01:02 UTC (rev 159904)
@@ -0,0 +1,69 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Mateusz Herych 
+# Contributor: ruario 
+# Contributor: Daniel Isenmann 
+# Contributor: dorphell 
+# Contributor: Sigitas Mazaliauskas 
+# Contributor: eworm
+
+pkgname=opera
+pkgver=35.0.2066.37
+pkgrel=2
+pkgdesc="A fast and secure web browser"
+url="http://www.opera.com/;
+install=${pkgname}.install
+options=(!strip !zipman)
+license=('custom:opera')
+backup=("etc/$pkgname/default")
+arch=('i686' 'x86_64')
+depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'alsa-lib' 'nss' 'ttf-font' 'libnotify')
+optdepends=(
+'curl: opera crash reporter and autoupdate checker'
+'opera-ffmpeg-codecs: playback of proprietary video/audio'
+)
+source=(
+"opera"
+

  1   2   >