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

2017-02-23 Thread Felix Yan
Date: Friday, February 24, 2017 @ 07:41:48
  Author: felixonmars
Revision: 213681

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

Added:
  fcitx-libpinyin/repos/community-staging-i686/
  fcitx-libpinyin/repos/community-staging-i686/PKGBUILD
(from rev 213680, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-staging-x86_64/
  fcitx-libpinyin/repos/community-staging-x86_64/PKGBUILD
(from rev 213680, fcitx-libpinyin/trunk/PKGBUILD)

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

Copied: fcitx-libpinyin/repos/community-staging-i686/PKGBUILD (from rev 213680, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-24 07:41:48 UTC (rev 213681)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: poplarch 
+
+pkgname=fcitx-libpinyin
+pkgver=0.5.1
+_model=model.text.20161206.tar.gz
+pkgrel=1
+pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-libpinyin";
+license=('GPL')
+depends=('fcitx' 'libpinyin' 'fcitx-qt5' 'qt5-webengine')
+makedepends=('cmake' 'git')
+source=("git+https://github.com/fcitx/fcitx-libpinyin.git#tag=$pkgver";
+"http://download.fcitx-im.org/data/$_model";)
+sha512sums=('SKIP'
+
'26450e347b7a211e5abd94acbb9befc8cee7d8fc20e5161ef11b8b9b1ad47cde4f1add5c41484d9af04e4dde2aa748090e297e799ee7f6d2f9fcec3873eee429')
+
+prepare() {
+  mkdir build
+  ln -s "$srcdir"/$_model fcitx-libpinyin/data/
+}
+
+build() {
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: fcitx-libpinyin/repos/community-staging-x86_64/PKGBUILD (from rev 
213680, fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-24 07:41:48 UTC (rev 213681)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: poplarch 
+
+pkgname=fcitx-libpinyin
+pkgver=0.5.1
+_model=model.text.20161206.tar.gz
+pkgrel=1
+pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-libpinyin";
+license=('GPL')
+depends=('fcitx' 'libpinyin' 'fcitx-qt5' 'qt5-webengine')
+makedepends=('cmake' 'git')
+source=("git+https://github.com/fcitx/fcitx-libpinyin.git#tag=$pkgver";
+"http://download.fcitx-im.org/data/$_model";)
+sha512sums=('SKIP'
+
'26450e347b7a211e5abd94acbb9befc8cee7d8fc20e5161ef11b8b9b1ad47cde4f1add5c41484d9af04e4dde2aa748090e297e799ee7f6d2f9fcec3873eee429')
+
+prepare() {
+  mkdir build
+  ln -s "$srcdir"/$_model fcitx-libpinyin/data/
+}
+
+build() {
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-02-23 Thread Felix Yan
Date: Friday, February 24, 2017 @ 07:41:22
  Author: felixonmars
Revision: 213680

upgpkg: fcitx-libpinyin 0.5.1-1

libpinyin 1.9.91 rebuild

Modified:
  fcitx-libpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-24 07:37:08 UTC (rev 213679)
+++ PKGBUILD2017-02-24 07:41:22 UTC (rev 213680)
@@ -3,8 +3,7 @@
 # Contributor: poplarch 
 
 pkgname=fcitx-libpinyin
-pkgver=0.5.0
-_commit=f403aa9d3beb62b3edd89febc2c456f21c5e6012
+pkgver=0.5.1
 _model=model.text.20161206.tar.gz
 pkgrel=1
 pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
@@ -13,7 +12,7 @@
 license=('GPL')
 depends=('fcitx' 'libpinyin' 'fcitx-qt5' 'qt5-webengine')
 makedepends=('cmake' 'git')
-source=("git+https://github.com/fcitx/fcitx-libpinyin.git#commit=$_commit";
+source=("git+https://github.com/fcitx/fcitx-libpinyin.git#tag=$pkgver";
 "http://download.fcitx-im.org/data/$_model";)
 sha512sums=('SKIP'
 
'26450e347b7a211e5abd94acbb9befc8cee7d8fc20e5161ef11b8b9b1ad47cde4f1add5c41484d9af04e4dde2aa748090e297e799ee7f6d2f9fcec3873eee429')


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

2017-02-23 Thread Felix Yan
Date: Friday, February 24, 2017 @ 07:37:08
  Author: felixonmars
Revision: 213679

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

Added:
  ibus-libpinyin/repos/community-staging-i686/
  ibus-libpinyin/repos/community-staging-i686/PKGBUILD
(from rev 213678, ibus-libpinyin/trunk/PKGBUILD)
  ibus-libpinyin/repos/community-staging-x86_64/
  ibus-libpinyin/repos/community-staging-x86_64/PKGBUILD
(from rev 213678, ibus-libpinyin/trunk/PKGBUILD)

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

Copied: ibus-libpinyin/repos/community-staging-i686/PKGBUILD (from rev 213678, 
ibus-libpinyin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-24 07:37:08 UTC (rev 213679)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor:  Yangtse Su
+# Contributor:  Jekyll Wu
+# Contributor: riverscn
+# Contributor: rainy
+# Contributor: Lee.MaRS
+
+pkgname=ibus-libpinyin
+pkgver=1.8.91
+pkgrel=1
+pkgdesc="Intelligent Pinyin engine based on libpinyin for IBus"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="https://github.com/libpinyin/ibus-libpinyin";
+depends=('ibus' 'libpinyin' 'python-xdg')
+makedepends=('git' 'intltool' 'gnome-common')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libpinyin/ibus-libpinyin/archive/$pkgver.tar.gz";)
+sha512sums=('4b193d3bffaafc9f82dc67a8a7e9e0ce6d5b73322d22334af331a5c835f2a8c8eceb7973904c4c55955a2a4da0703fb01fca6a4a756e8d83b831ac55333667fa')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make NO_INDEX=true DESTDIR="$pkgdir" install
+}

Copied: ibus-libpinyin/repos/community-staging-x86_64/PKGBUILD (from rev 
213678, ibus-libpinyin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-24 07:37:08 UTC (rev 213679)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor:  Yangtse Su
+# Contributor:  Jekyll Wu
+# Contributor: riverscn
+# Contributor: rainy
+# Contributor: Lee.MaRS
+
+pkgname=ibus-libpinyin
+pkgver=1.8.91
+pkgrel=1
+pkgdesc="Intelligent Pinyin engine based on libpinyin for IBus"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="https://github.com/libpinyin/ibus-libpinyin";
+depends=('ibus' 'libpinyin' 'python-xdg')
+makedepends=('git' 'intltool' 'gnome-common')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libpinyin/ibus-libpinyin/archive/$pkgver.tar.gz";)
+sha512sums=('4b193d3bffaafc9f82dc67a8a7e9e0ce6d5b73322d22334af331a5c835f2a8c8eceb7973904c4c55955a2a4da0703fb01fca6a4a756e8d83b831ac55333667fa')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make NO_INDEX=true DESTDIR="$pkgdir" install
+}


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

2017-02-23 Thread Felix Yan
Date: Friday, February 24, 2017 @ 07:36:41
  Author: felixonmars
Revision: 213678

upgpkg: ibus-libpinyin 1.8.91-1

libpinyin 1.9.91 rebuild

Modified:
  ibus-libpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-24 07:32:39 UTC (rev 213677)
+++ PKGBUILD2017-02-24 07:36:41 UTC (rev 213678)
@@ -7,7 +7,7 @@
 # Contributor: Lee.MaRS
 
 pkgname=ibus-libpinyin
-pkgver=1.8.1
+pkgver=1.8.91
 pkgrel=1
 pkgdesc="Intelligent Pinyin engine based on libpinyin for IBus"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('ibus' 'libpinyin' 'python-xdg')
 makedepends=('git' 'intltool' 'gnome-common')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/libpinyin/ibus-libpinyin/archive/$pkgver.tar.gz";)
-sha512sums=('8ba926a31f701824abdd155fdb26f5b72214e3ce71734ce327a4ef16beb178f23b959fb670c8109065c621f39bac13000b9ab27dcc473e173e0645a460e95081')
+sha512sums=('4b193d3bffaafc9f82dc67a8a7e9e0ce6d5b73322d22334af331a5c835f2a8c8eceb7973904c4c55955a2a4da0703fb01fca6a4a756e8d83b831ac55333667fa')
 
 build() {
   cd $pkgname-$pkgver


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

2017-02-23 Thread Felix Yan
Date: Friday, February 24, 2017 @ 07:32:39
  Author: felixonmars
Revision: 213677

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

Added:
  libpinyin/repos/community-staging-i686/
  libpinyin/repos/community-staging-i686/PKGBUILD
(from rev 213676, libpinyin/trunk/PKGBUILD)
  libpinyin/repos/community-staging-x86_64/
  libpinyin/repos/community-staging-x86_64/PKGBUILD
(from rev 213676, libpinyin/trunk/PKGBUILD)

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

Copied: libpinyin/repos/community-staging-i686/PKGBUILD (from rev 213676, 
libpinyin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-24 07:32:39 UTC (rev 213677)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Yangtse  
+# Contributor: WU Jun 
+
+pkgname=libpinyin
+pkgver=1.9.91
+_modelver=14
+pkgrel=1
+pkgdesc="Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/libpinyin/libpinyin";
+license=('GPL')
+# Switching to kyotocabinet will break all existing installation. Requesting a 
migration tool to prevent data loss:
+# https://github.com/libpinyin/libpinyin/issues/44
+depends=('db' 'glib2') # 'kyotocabinet'
+makedepends=('git')
+source=("git+https://github.com/$pkgname/${pkgname}.git#tag=$pkgver";
+
"http://downloads.sourceforge.net/libpinyin/model${_modelver}.text.tar.gz";)
+noextract=("model${_modelver}.text.tar.gz")
+sha512sums=('SKIP'
+
'792d3cf7ab7fdea701737cea66d18f697015f19d18b6d26273db2da0ae28291f38b3d8a5717f595da63fbe573921c552bdce10c4bec9a0834947dfec92265da9')
+
+prepare() {
+  cd ${pkgname}
+
+  cp ../model${_modelver}.text.tar.gz data/
+  sed -i "/wget.*model${_modelver}\.text\.tar\.gz/ d" data/Makefile.am
+}
+
+build() {
+  cd ${pkgname}
+  aclocal && libtoolize --force && autoheader && automake -a && autoconf
+
+  # :/
+  sed -i 's/AX_CXX_COMPILE_STDCXX(11)/AX_CXX_COMPILE_STDCXX_11()/' configure
+
+  ./configure --prefix=/usr # --with-dbm=KyotoCabinet
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+}

Copied: libpinyin/repos/community-staging-x86_64/PKGBUILD (from rev 213676, 
libpinyin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-24 07:32:39 UTC (rev 213677)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Yangtse  
+# Contributor: WU Jun 
+
+pkgname=libpinyin
+pkgver=1.9.91
+_modelver=14
+pkgrel=1
+pkgdesc="Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/libpinyin/libpinyin";
+license=('GPL')
+# Switching to kyotocabinet will break all existing installation. Requesting a 
migration tool to prevent data loss:
+# https://github.com/libpinyin/libpinyin/issues/44
+depends=('db' 'glib2') # 'kyotocabinet'
+makedepends=('git')
+source=("git+https://github.com/$pkgname/${pkgname}.git#tag=$pkgver";
+
"http://downloads.sourceforge.net/libpinyin/model${_modelver}.text.tar.gz";)
+noextract=("model${_modelver}.text.tar.gz")
+sha512sums=('SKIP'
+
'792d3cf7ab7fdea701737cea66d18f697015f19d18b6d26273db2da0ae28291f38b3d8a5717f595da63fbe573921c552bdce10c4bec9a0834947dfec92265da9')
+
+prepare() {
+  cd ${pkgname}
+
+  cp ../model${_modelver}.text.tar.gz data/
+  sed -i "/wget.*model${_modelver}\.text\.tar\.gz/ d" data/Makefile.am
+}
+
+build() {
+  cd ${pkgname}
+  aclocal && libtoolize --force && autoheader && automake -a && autoconf
+
+  # :/
+  sed -i 's/AX_CXX_COMPILE_STDCXX(11)/AX_CXX_COMPILE_STDCXX_11()/' configure
+
+  ./configure --prefix=/usr # --with-dbm=KyotoCabinet
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+}


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

2017-02-23 Thread Felix Yan
Date: Friday, February 24, 2017 @ 07:32:08
  Author: felixonmars
Revision: 213676

upgpkg: libpinyin 1.9.91-1

libpinyin 1.9.91 rebuild

Modified:
  libpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-24 07:14:53 UTC (rev 213675)
+++ PKGBUILD2017-02-24 07:32:08 UTC (rev 213676)
@@ -4,7 +4,7 @@
 # Contributor: WU Jun 
 
 pkgname=libpinyin
-pkgver=1.7.0
+pkgver=1.9.91
 _modelver=14
 pkgrel=1
 pkgdesc="Library to deal with pinyin"


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

2017-02-23 Thread Felix Yan
Date: Friday, February 24, 2017 @ 07:14:53
  Author: felixonmars
Revision: 213675

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 213674, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-24 07:14:34 UTC (rev 213674)
+++ PKGBUILD2017-02-24 07:14:53 UTC (rev 213675)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=4.2.0
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs' 'semver')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng' 'marked-man')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=("git+https://github.com/npm/npm.git#tag=v$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cd npm
-  ln -s /usr/bin/marked{,-man} node_modules/.bin/
-}
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-  
-  # Fix files owned by nobody:
-  chown -R root "$pkgdir/usr/lib/node_modules" 
-
-  # Fix wrong symlinks
-  for _dir in man1 man5 man7; do
-rm -f "$pkgdir"/usr/share/man/$_dir/*
-cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
-done
-  done
-  
-  # Provide node-gyp executable
-  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
-  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-node "$srcdir"/npm/cli.js link $dep;
-  done
-  
-  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 213674, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-24 07:14:53 UTC (rev 213675)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=4.3.0
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs' 'semver')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng' 'marked-man')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=("git+https://github.com/npm/npm.git#tag=v$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cd npm
+  ln -s /usr/bin/marked{,-man} node_modules/.bin/
+}
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+  
+  # Fix files owned by nobody:
+  chown -R root "$pkgdir/usr/lib/node_modules" 
+
+  # Fix wrong symlinks
+  for _dir in man1 man5 man7; do
+rm -f "$pkgdir"/usr/share/man/$_dir/*
+cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
+done
+  done
+  
+  # Provide node-gyp executable
+  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
+  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+node "$srcdir"/npm/cli.js link $dep;
+  done
+  
+  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-02-23 Thread Felix Yan
Date: Friday, February 24, 2017 @ 07:14:34
  Author: felixonmars
Revision: 213674

upgpkg: npm 4.3.0-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-24 03:14:11 UTC (rev 213673)
+++ PKGBUILD2017-02-24 07:14:34 UTC (rev 213674)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=4.2.0
+pkgver=4.3.0
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')


[arch-commits] Commit in kde-development-environment-meta/repos/extra-any (4 files)

2017-02-23 Thread Antonio Rojas
Date: Friday, February 24, 2017 @ 07:13:25
  Author: arojas
Revision: 289473

archrelease: copy trunk to extra-any

Added:
  kde-development-environment-meta/repos/extra-any/PKGBUILD
(from rev 289472, kde-development-environment-meta/trunk/PKGBUILD)
  
kde-development-environment-meta/repos/extra-any/org.kde.development.appdata.xml
(from rev 289472, 
kde-development-environment-meta/trunk/org.kde.development.appdata.xml)
Deleted:
  kde-development-environment-meta/repos/extra-any/PKGBUILD
  
kde-development-environment-meta/repos/extra-any/org.kde.development.appdata.xml

-+
 PKGBUILD|  173 +-
 org.kde.development.appdata.xml |   66 +++---
 2 files changed, 186 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-24 07:09:15 UTC (rev 289472)
+++ PKGBUILD2017-02-24 07:13:25 UTC (rev 289473)
@@ -1,20 +0,0 @@
-# Note: This PKGBUILD is automatically generated by the scripts at 
https://cgit.kde.org/kdesdk-devenv-dependencies.git/
-# Don't manually edit the PKGBUILD, edit the upstream template instead
-
-pkgname=kde-development-environment-meta
-pkgver=20170131
-pkgrel=1
-pkgdesc='Metapackage to install a full KDE development environment'
-arch=(any)
-url='https://phabricator.kde.org/T3722'
-license=(LGPL)
-depends=(akonadi akonadi-calendar akonadi-contacts akonadi-mime akonadi-notes 
akonadi-search attica-qt5 baloo baloo-widgets bash-completion bluez-qt 
calendarsupport clang cmake eventviews extra-cmake-modules frameworkintegration 
gcc git grantleetheme incidenceeditor kactivities kactivities-stats kalarmcal 
karchive kauth kblog kbookmarks kcalcore kcalutils kcmutils kcodecs kcompletion 
kconfig kconfigwidgets kcontacts kcoreaddons kcrash kdbusaddons kde-syndication 
kdeclarative kdelibs4support kdepim-apps-libs kdesignerplugin kdesu kdewebkit 
kdnssd kdoctools kemoticons kfilemetadata kglobalaccel kguiaddons kholidays 
khtml ki18n kiconthemes kidentitymanagement kidletime kimap kinit kio kirigami 
kirigami2 kitemmodels kitemviews kjobwidgets kjs kjsembed kldap kmailtransport 
kmbox kmediaplayer kmime knewstuff knotifications knotifyconfig konqueror 
kontactinterface kpackage kparts kpeople kpimtextedit kplotting kpty kross 
krunner kservice ktexteditor ktextwidgets kunitconversion kwallet kwa
 yland kwidgetsaddons kwindowsystem kxmlgui kxmlrpcclient libgravatar libkcddb 
libkcompactdisc libkdcraw libkdegames libkdepim libkexiv2 libkgapi libkgeomap 
libkipi libkleo libkmahjongg libksane libkscreen libksieve libksysguard 
libktnef libkvkontakte libmediawiki mailcommon mailimporter make messagelib 
modemmanager-qt networkmanager-qt ninja pimcommon plasma-framework prison 
qt5-base qt5-declarative qt5-webengine solid sonnet syntax-highlighting 
threadweaver)
-optdepends=(kate kdevelop plasma-sdk plasma-workspace)
-makedepends=()
-source=(org.kde.development.appdata.xml)
-md5sums=('492b5724bea85b46a72a94de07fec430')
-noextract=()
-
-package() {
-install -Dm644 org.kde.development.appdata.xml 
"$pkgdir"/usr/share/metainfo/org.kde.development.appdata.xml
-}

Copied: kde-development-environment-meta/repos/extra-any/PKGBUILD (from rev 
289472, kde-development-environment-meta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-24 07:13:25 UTC (rev 289473)
@@ -0,0 +1,153 @@
+# Note: This PKGBUILD is automatically generated by the scripts at 
https://cgit.kde.org/kdesdk-devenv-dependencies.git/
+# Don't manually edit the PKGBUILD, edit the upstream template instead
+
+pkgname=kde-development-environment-meta
+pkgver=20170224
+pkgrel=1
+pkgdesc='Metapackage to install a full KDE development environment'
+arch=(any)
+url='https://phabricator.kde.org/T3722'
+license=(LGPL)
+depends=(akonadi
+ akonadi-calendar
+ akonadi-contacts
+ akonadi-mime
+ akonadi-notes
+ akonadi-search
+ attica-qt5
+ baloo
+ baloo-widgets
+ bash-completion
+ bluez-qt
+ calendarsupport
+ clang
+ cmake
+ eventviews
+ extra-cmake-modules
+ frameworkintegration
+ gcc
+ git
+ grantleetheme
+ incidenceeditor
+ kactivities
+ kactivities-stats
+ kalarmcal
+ karchive
+ kauth
+ kblog
+ kbookmarks
+ kcalcore
+ kcalutils
+ kcmutils
+ kcodecs
+ kcompletion
+ kconfig
+ kconfigwidgets
+ kcontacts
+ kcoreaddons
+ kcrash
+ kdbusaddons
+ kde-syndication
+ kdeclarative
+ kdelibs4support
+ kdepim-apps-libs
+ kdesignerplugin
+ kdesu
+ kdewebkit
+ kdnssd
+ kdoctools
+ kemoticons
+ 

[arch-commits] Commit in kde-development-environment-meta/trunk (PKGBUILD)

2017-02-23 Thread Antonio Rojas
Date: Friday, February 24, 2017 @ 07:09:15
  Author: arojas
Revision: 289472

Remove missing dep

Modified:
  kde-development-environment-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-24 07:08:17 UTC (rev 289471)
+++ PKGBUILD2017-02-24 07:09:15 UTC (rev 289472)
@@ -110,7 +110,6 @@
  libkdegames
  libkdepim
  libkexiv2
- libkface
  libkgapi
  libkgeomap
  libkipi


[arch-commits] Commit in kde-development-environment-meta/trunk (2 files)

2017-02-23 Thread Antonio Rojas
Date: Friday, February 24, 2017 @ 07:08:17
  Author: arojas
Revision: 289471

Improve PKGBUILD format and AppStream summary

Modified:
  kde-development-environment-meta/trunk/PKGBUILD
  kde-development-environment-meta/trunk/org.kde.development.appdata.xml

-+
 PKGBUILD|  142 --
 org.kde.development.appdata.xml |2 
 2 files changed, 139 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-24 03:33:08 UTC (rev 289470)
+++ PKGBUILD2017-02-24 07:08:17 UTC (rev 289471)
@@ -2,17 +2,151 @@
 # Don't manually edit the PKGBUILD, edit the upstream template instead
 
 pkgname=kde-development-environment-meta
-pkgver=20170131
+pkgver=20170224
 pkgrel=1
 pkgdesc='Metapackage to install a full KDE development environment'
 arch=(any)
 url='https://phabricator.kde.org/T3722'
 license=(LGPL)
-depends=(akonadi akonadi-calendar akonadi-contacts akonadi-mime akonadi-notes 
akonadi-search attica-qt5 baloo baloo-widgets bash-completion bluez-qt 
calendarsupport clang cmake eventviews extra-cmake-modules frameworkintegration 
gcc git grantleetheme incidenceeditor kactivities kactivities-stats kalarmcal 
karchive kauth kblog kbookmarks kcalcore kcalutils kcmutils kcodecs kcompletion 
kconfig kconfigwidgets kcontacts kcoreaddons kcrash kdbusaddons kde-syndication 
kdeclarative kdelibs4support kdepim-apps-libs kdesignerplugin kdesu kdewebkit 
kdnssd kdoctools kemoticons kfilemetadata kglobalaccel kguiaddons kholidays 
khtml ki18n kiconthemes kidentitymanagement kidletime kimap kinit kio kirigami 
kirigami2 kitemmodels kitemviews kjobwidgets kjs kjsembed kldap kmailtransport 
kmbox kmediaplayer kmime knewstuff knotifications knotifyconfig konqueror 
kontactinterface kpackage kparts kpeople kpimtextedit kplotting kpty kross 
krunner kservice ktexteditor ktextwidgets kunitconversion kwallet kwa
 yland kwidgetsaddons kwindowsystem kxmlgui kxmlrpcclient libgravatar libkcddb 
libkcompactdisc libkdcraw libkdegames libkdepim libkexiv2 libkgapi libkgeomap 
libkipi libkleo libkmahjongg libksane libkscreen libksieve libksysguard 
libktnef libkvkontakte libmediawiki mailcommon mailimporter make messagelib 
modemmanager-qt networkmanager-qt ninja pimcommon plasma-framework prison 
qt5-base qt5-declarative qt5-webengine solid sonnet syntax-highlighting 
threadweaver)
-optdepends=(kate kdevelop plasma-sdk plasma-workspace)
+depends=(akonadi
+ akonadi-calendar
+ akonadi-contacts
+ akonadi-mime
+ akonadi-notes
+ akonadi-search
+ attica-qt5
+ baloo
+ baloo-widgets
+ bash-completion
+ bluez-qt
+ calendarsupport
+ clang
+ cmake
+ eventviews
+ extra-cmake-modules
+ frameworkintegration
+ gcc
+ git
+ grantleetheme
+ incidenceeditor
+ kactivities
+ kactivities-stats
+ kalarmcal
+ karchive
+ kauth
+ kblog
+ kbookmarks
+ kcalcore
+ kcalutils
+ kcmutils
+ kcodecs
+ kcompletion
+ kconfig
+ kconfigwidgets
+ kcontacts
+ kcoreaddons
+ kcrash
+ kdbusaddons
+ kde-syndication
+ kdeclarative
+ kdelibs4support
+ kdepim-apps-libs
+ kdesignerplugin
+ kdesu
+ kdewebkit
+ kdnssd
+ kdoctools
+ kemoticons
+ kfilemetadata
+ kglobalaccel
+ kguiaddons
+ kholidays
+ khtml
+ ki18n
+ kiconthemes
+ kidentitymanagement
+ kidletime
+ kimap
+ kinit
+ kio
+ kirigami
+ kitemmodels
+ kitemviews
+ kjobwidgets
+ kjs
+ kjsembed
+ kldap
+ kmailtransport
+ kmbox
+ kmediaplayer
+ kmime
+ knewstuff
+ knotifications
+ knotifyconfig
+ konqueror
+ kontactinterface
+ kpackage
+ kparts
+ kpeople
+ kpimtextedit
+ kplotting
+ kpty
+ kross
+ krunner
+ kservice
+ ktexteditor
+ ktextwidgets
+ kunitconversion
+ kwallet
+ kwayland
+ kwidgetsaddons
+ kwindowsystem
+ kxmlgui
+ kxmlrpcclient
+ libgravatar
+ libkcddb
+ libkcompactdisc
+ libkdcraw
+ libkdegames
+ libkdepim
+ libkexiv2
+ libkface
+ libkgapi
+ libkgeomap
+ libkipi
+ libkleo
+ libkmahjongg
+ libksane
+ libkscreen
+ libksieve
+ libksysguard
+ libktnef
+ libkvkontakte
+ libmediawiki
+ mailcommon
+ mailimporter
+ make
+ messagelib

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

2017-02-23 Thread Felix Yan
Date: Friday, February 24, 2017 @ 03:33:08
  Author: felixonmars
Revision: 289470

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  166 ++---
 1 file changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-24 03:32:48 UTC (rev 289469)
+++ PKGBUILD2017-02-24 03:33:08 UTC (rev 289470)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=34.2.0
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools";
-makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
- 'python2-pip' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'python2-backports.unittest_mock' 'git')
-source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver";)
-sha512sums=('SKIP')
-
-prepare() {
-  # Don't download and install deps
-  sed -i '/pip.main(args)/d' setuptools/bootstrap.py
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools/setup.cfg
-
-  cp -a setuptools{,-py2}
-
-  cd "$srcdir"/setuptools
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-  sed -i -e "s|'pip'|'pip2'|" 
setuptools/tests/{test_develop.py,test_namespaces.py}
-
-  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-}
-
-build() {
-  cd "$srcdir"/setuptools
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd "$srcdir"/setuptools
-  python setup.py pytest
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py pytest
-)}
-
-package_python-setuptools() {
-  depends=('python-packaging' 'python-appdirs')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
-
-package_python2-setuptools() {
-  depends=('python2-packaging' 'python2-appdirs')
-  provides=('python2-distribute')
-  replaces=('python2-distribute')
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 289469, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-24 03:33:08 UTC (rev 289470)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=34.3.0
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools";
+makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
+ 'python2-pip' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'python2-backports.unittest_mock' 'git')
+source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  # Don't download and install deps
+  sed -i '/pip.main(args)/d' setuptools/bootstrap.py
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools/setup.cfg
+
+  cp -a setuptools{,-py2}
+
+  cd "$srcdir"/setuptools
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+  sed -i -e "s|'pip'|'pip2'|" 
setuptools/tests/{test_develop.py,test_namespaces.py}
+
+  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
+}
+
+build() {
+  cd "$srcdir"/setuptools
+  python bootstrap.py
+  python setup.py build
+
+  cd "$srcdir"/setuptools-py2
+  pytho

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

2017-02-23 Thread Felix Yan
Date: Friday, February 24, 2017 @ 03:32:48
  Author: felixonmars
Revision: 289469

upgpkg: python-setuptools 1:34.3.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 21:10:20 UTC (rev 289468)
+++ PKGBUILD2017-02-24 03:32:48 UTC (rev 289469)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=34.2.0
+pkgver=34.3.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"


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

2017-02-23 Thread Felix Yan
Date: Friday, February 24, 2017 @ 03:14:11
  Author: felixonmars
Revision: 213673

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-24 03:13:37 UTC (rev 213672)
+++ community-i686/PKGBUILD 2017-02-24 03:14:11 UTC (rev 213673)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=hasktags
-pkgver=0.69.2.1
-pkgrel=1
-pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs"
-url="http://github.com/MarcWeber/hasktags";
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi')
-makedepends=("ghc=8.0.1" "haskell-hunit" "haskell-json" "haskell-utf8-string")
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('9d369830ac5e146f7b2a2ed584eec732b0da85af00ed7b91a72e208f6ef5144a')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-runhaskell Setup configure -O --prefix=/usr \
--f-debug
-runhaskell Setup build
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-rm -r "$pkgdir"/usr/{lib,share/doc}
-}

Copied: hasktags/repos/community-i686/PKGBUILD (from rev 213672, 
hasktags/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-24 03:14:11 UTC (rev 213673)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hasktags
+pkgver=0.69.3
+pkgrel=1
+pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs"
+url="http://github.com/MarcWeber/hasktags";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-hunit" "haskell-json" "haskell-utf8-string")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('4e069aa63c2a7d762332d1acbc12a3d705abdc5e24c06d55129e1a3fd66e5afa')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+-f-debug
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-24 03:13:37 UTC (rev 213672)
+++ community-x86_64/PKGBUILD   2017-02-24 03:14:11 UTC (rev 213673)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=hasktags
-pkgver=0.69.2.1
-pkgrel=1
-pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs"
-url="http://github.com/MarcWeber/hasktags";
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi')
-makedepends=("ghc=8.0.1" "haskell-hunit" "haskell-json" "haskell-utf8-string")
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('9d369830ac5e146f7b2a2ed584eec732b0da85af00ed7b91a72e208f6ef5144a')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-runhaskell Setup configure -O --prefix=/usr \
--f-debug
-runhaskell Setup build
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-rm -r "$pkgdir"/usr/{lib,share/doc}
-}

Copied: hasktags/repos/community-x86_64/PKGBUILD (from rev 213672, 
hasktags/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-24 03:14:11 UTC (rev 213673)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hasktags
+pkgver=0.69.3
+pkgrel=1
+pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs"
+url="http://github.

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

2017-02-23 Thread Felix Yan
Date: Friday, February 24, 2017 @ 03:13:37
  Author: felixonmars
Revision: 213672

upgpkg: hasktags 0.69.3-1

Modified:
  hasktags/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 22:38:56 UTC (rev 213671)
+++ PKGBUILD2017-02-24 03:13:37 UTC (rev 213672)
@@ -3,7 +3,7 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hasktags
-pkgver=0.69.2.1
+pkgver=0.69.3
 pkgrel=1
 pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs"
 url="http://github.com/MarcWeber/hasktags";
@@ -12,7 +12,7 @@
 depends=('gmp' 'libffi')
 makedepends=("ghc=8.0.1" "haskell-hunit" "haskell-json" "haskell-utf8-string")
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('9d369830ac5e146f7b2a2ed584eec732b0da85af00ed7b91a72e208f6ef5144a')
+sha256sums=('4e069aa63c2a7d762332d1acbc12a3d705abdc5e24c06d55129e1a3fd66e5afa')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in archlinux-appstream-data/repos/community-any (2 files)

2017-02-23 Thread Antonio Rojas
Date: Thursday, February 23, 2017 @ 22:38:56
  Author: arojas
Revision: 213671

archrelease: copy trunk to community-any

Added:
  archlinux-appstream-data/repos/community-any/PKGBUILD
(from rev 213670, archlinux-appstream-data/trunk/PKGBUILD)
Deleted:
  archlinux-appstream-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-23 22:38:32 UTC (rev 213670)
+++ PKGBUILD2017-02-23 22:38:56 UTC (rev 213671)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=archlinux-appstream-data
-pkgver=20161217
-pkgrel=1
-pkgdesc="Arch Linux application database for AppStream-based software centers"
-arch=(any)
-url="http://www.archlinux.org";
-license=(GPL)
-depends=()
-makedepends=()
-source=(https://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}.xml.gz
- 
https://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-64x64.tar.gz
- 
https://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
-noextract=({core,extra,community}.xml.gz 
{core,extra,community}-icons-{64x64,128x128}.tar.gz)
-md5sums=('46985cb14943dae5009847988cd47b41'
- '9f6458c0c12bef08f62a592dbad87b1b'
- 'd100d7c724849a50cdb72152a3a08a90'
- '31f6566d35ccd604be46ed5b1f813cdf'
- 'bd530e456975f46a9fd888adeda25b86'
- '1f061af5aedad8057fa6f6782da826db'
- '31f6566d35ccd604be46ed5b1f813cdf'
- '1849e17932ebc8bae47c07705760d6e4'
- '055be93409afec419d86daa969f0bb00')
-
-package() {
-  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
-  for _repo in core extra community; do
-   tar -xzf $_repo-icons-64x64.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
-   tar -xzf $_repo-icons-128x128.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
-  done
-  cp *.xml.gz "$pkgdir"/usr/share/app-info/xmls/
-}

Copied: archlinux-appstream-data/repos/community-any/PKGBUILD (from rev 213670, 
archlinux-appstream-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-23 22:38:56 UTC (rev 213671)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=archlinux-appstream-data
+pkgver=20170223
+pkgrel=1
+pkgdesc="Arch Linux application database for AppStream-based software centers"
+arch=(any)
+url="http://www.archlinux.org";
+license=(GPL)
+depends=()
+makedepends=()
+source=(https://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}.xml.gz
+ 
https://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-64x64.tar.gz
+ 
https://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
+noextract=({core,extra,community}.xml.gz 
{core,extra,community}-icons-{64x64,128x128}.tar.gz)
+md5sums=('d2364f9b771d4263fb0a5a0d68ca72d4'
+ '18dbaf8d3e7411ab74b12dfa47bc8c39'
+ '823ebf296e4f8efb74f7efd16439add2'
+ '31f6566d35ccd604be46ed5b1f813cdf'
+ '7058b3567167a0ebe4ae8b29f6a9893e'
+ '7c657dda6e9332f9257d9d2e2316734d'
+ '31f6566d35ccd604be46ed5b1f813cdf'
+ '0e21680520312024f3c1a80428b33e32'
+ '7bf4fc6715ba2ffcb0bada169bf6c6a4')
+
+package() {
+  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
+  for _repo in core extra community; do
+   tar -xzf $_repo-icons-64x64.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
+   tar -xzf $_repo-icons-128x128.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
+  done
+  cp *.xml.gz "$pkgdir"/usr/share/app-info/xmls/
+}


[arch-commits] Commit in archlinux-appstream-data/trunk (PKGBUILD)

2017-02-23 Thread Antonio Rojas
Date: Thursday, February 23, 2017 @ 22:38:32
  Author: arojas
Revision: 213670

Update

Modified:
  archlinux-appstream-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 22:31:25 UTC (rev 213669)
+++ PKGBUILD2017-02-23 22:38:32 UTC (rev 213670)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=archlinux-appstream-data
-pkgver=20161217
+pkgver=20170223
 pkgrel=1
 pkgdesc="Arch Linux application database for AppStream-based software centers"
 arch=(any)
@@ -14,15 +14,15 @@
  
https://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-64x64.tar.gz
  
https://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
 noextract=({core,extra,community}.xml.gz 
{core,extra,community}-icons-{64x64,128x128}.tar.gz)
-md5sums=('46985cb14943dae5009847988cd47b41'
- '9f6458c0c12bef08f62a592dbad87b1b'
- 'd100d7c724849a50cdb72152a3a08a90'
+md5sums=('d2364f9b771d4263fb0a5a0d68ca72d4'
+ '18dbaf8d3e7411ab74b12dfa47bc8c39'
+ '823ebf296e4f8efb74f7efd16439add2'
  '31f6566d35ccd604be46ed5b1f813cdf'
- 'bd530e456975f46a9fd888adeda25b86'
- '1f061af5aedad8057fa6f6782da826db'
+ '7058b3567167a0ebe4ae8b29f6a9893e'
+ '7c657dda6e9332f9257d9d2e2316734d'
  '31f6566d35ccd604be46ed5b1f813cdf'
- '1849e17932ebc8bae47c07705760d6e4'
- '055be93409afec419d86daa969f0bb00')
+ '0e21680520312024f3c1a80428b33e32'
+ '7bf4fc6715ba2ffcb0bada169bf6c6a4')
 
 package() {
   mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}


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

2017-02-23 Thread Sven-Hendrik Haase
Date: Thursday, February 23, 2017 @ 22:31:04
  Author: svenstaro
Revision: 213668

upgpkg: gitlab-runner 1.11.0-1

upstream release 1.11.0

Modified:
  gitlab-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 21:26:26 UTC (rev 213667)
+++ PKGBUILD2017-02-23 22:31:04 UTC (rev 213668)
@@ -2,7 +2,7 @@
 # Contributor: Lubomir 'Kuci' Kucera 
 
 pkgname=gitlab-runner
-pkgver=1.10.4
+pkgver=1.11.0
 pkgrel=1
 pkgdesc="The official GitLab CI runner written in Go"
 arch=('i686' 'x86_64')


[arch-commits] Commit in gitlab-runner/repos (24 files)

2017-02-23 Thread Sven-Hendrik Haase
Date: Thursday, February 23, 2017 @ 22:31:25
  Author: svenstaro
Revision: 213669

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

Added:
  gitlab-runner/repos/community-i686/PKGBUILD
(from rev 213668, gitlab-runner/trunk/PKGBUILD)
  gitlab-runner/repos/community-i686/config.toml
(from rev 213668, gitlab-runner/trunk/config.toml)
  gitlab-runner/repos/community-i686/gitlab-runner.install
(from rev 213668, gitlab-runner/trunk/gitlab-runner.install)
  gitlab-runner/repos/community-i686/gitlab-runner.service
(from rev 213668, gitlab-runner/trunk/gitlab-runner.service)
  gitlab-runner/repos/community-i686/gitlab-runner.sysusers
(from rev 213668, gitlab-runner/trunk/gitlab-runner.sysusers)
  gitlab-runner/repos/community-i686/gitlab-runner.tmpfiles
(from rev 213668, gitlab-runner/trunk/gitlab-runner.tmpfiles)
  gitlab-runner/repos/community-x86_64/PKGBUILD
(from rev 213668, gitlab-runner/trunk/PKGBUILD)
  gitlab-runner/repos/community-x86_64/config.toml
(from rev 213668, gitlab-runner/trunk/config.toml)
  gitlab-runner/repos/community-x86_64/gitlab-runner.install
(from rev 213668, gitlab-runner/trunk/gitlab-runner.install)
  gitlab-runner/repos/community-x86_64/gitlab-runner.service
(from rev 213668, gitlab-runner/trunk/gitlab-runner.service)
  gitlab-runner/repos/community-x86_64/gitlab-runner.sysusers
(from rev 213668, gitlab-runner/trunk/gitlab-runner.sysusers)
  gitlab-runner/repos/community-x86_64/gitlab-runner.tmpfiles
(from rev 213668, gitlab-runner/trunk/gitlab-runner.tmpfiles)
Deleted:
  gitlab-runner/repos/community-i686/PKGBUILD
  gitlab-runner/repos/community-i686/config.toml
  gitlab-runner/repos/community-i686/gitlab-runner.install
  gitlab-runner/repos/community-i686/gitlab-runner.service
  gitlab-runner/repos/community-i686/gitlab-runner.sysusers
  gitlab-runner/repos/community-i686/gitlab-runner.tmpfiles
  gitlab-runner/repos/community-x86_64/PKGBUILD
  gitlab-runner/repos/community-x86_64/config.toml
  gitlab-runner/repos/community-x86_64/gitlab-runner.install
  gitlab-runner/repos/community-x86_64/gitlab-runner.service
  gitlab-runner/repos/community-x86_64/gitlab-runner.sysusers
  gitlab-runner/repos/community-x86_64/gitlab-runner.tmpfiles

-+
 /PKGBUILD   |  148 ++
 /config.toml|2 
 /gitlab-runner.install  |   16 +++
 /gitlab-runner.service  |   34 ++
 /gitlab-runner.sysusers |2 
 /gitlab-runner.tmpfiles |2 
 community-i686/PKGBUILD |   74 ---
 community-i686/config.toml  |1 
 community-i686/gitlab-runner.install|8 -
 community-i686/gitlab-runner.service|   17 ---
 community-i686/gitlab-runner.sysusers   |1 
 community-i686/gitlab-runner.tmpfiles   |1 
 community-x86_64/PKGBUILD   |   74 ---
 community-x86_64/config.toml|1 
 community-x86_64/gitlab-runner.install  |8 -
 community-x86_64/gitlab-runner.service  |   17 ---
 community-x86_64/gitlab-runner.sysusers |1 
 community-x86_64/gitlab-runner.tmpfiles |1 
 18 files changed, 204 insertions(+), 204 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-23 22:31:04 UTC (rev 213668)
+++ community-i686/PKGBUILD 2017-02-23 22:31:25 UTC (rev 213669)
@@ -1,74 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lubomir 'Kuci' Kucera 
-
-pkgname=gitlab-runner
-pkgver=1.10.4
-pkgrel=1
-pkgdesc="The official GitLab CI runner written in Go"
-arch=('i686' 'x86_64')
-url='https://gitlab.com/gitlab-org/gitlab-ci-multi-runner'
-license=('GPL3')
-depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
-makedepends=('git' 'go' 'git' 'go-bindata' 'mercurial')
-install='gitlab-runner.install'
-replaces=('gitlab-ci-multi-runner')
-backup=('etc/gitlab-runner/config.toml')
-noextract=('prebuilt-x86_64.tar.xz'
-   'prebuilt-arm.tar.xz')
-
-# Note: This should be built using git because the runner gets its version 
information from there and I
-# haven't found the place to patch that yet.
-source=("git+https://gitlab.com/gitlab-org/gitlab-ci-multi-runner.git#tag=v${pkgver}";
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/docker/prebuilt-x86_64.tar.xz";
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/docker/prebuilt-arm.tar.xz";
-"gitlab-runner.install"
-"gitlab-runner.service"
-"gitlab-runner.sysusers"
-"gitlab-runner.tmpfiles"
-"config.toml")
-sha512sums=('SKIP'
-
'a584bc59a4a029a9e7c1a32d8f67db1f94a5173b0f5457b677a435601f02842a8ea248ef48c26314c4b53b61dc34db625f4277ddd5b753fd0811af7c8bc3e459'
-
'7d63be0e8b54b978acf2a44d28540217da1927d25246879d3372024

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

2017-02-23 Thread Antonio Rojas
Date: Thursday, February 23, 2017 @ 21:26:26
  Author: arojas
Revision: 213667

Move libconfig to makedepends (FS#53065)

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 20:45:45 UTC (rev 213666)
+++ PKGBUILD2017-02-23 21:26:26 UTC (rev 213667)
@@ -10,8 +10,7 @@
 arch=('i686' 'x86_64')
 url="https://github.com/ldc-developers/ldc";
 license=('BSD')
-depends=('libconfig')
-makedepends=('cmake' 'llvm' 'dmd')
+makedepends=('cmake' 'llvm' 'dmd' 'libconfig')
 
source=("https://github.com/ldc-developers/ldc/releases/download/v$pkgver/ldc-$pkgver-src.tar.gz";
 "ldc2.conf"
)


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

2017-02-23 Thread Christian Hesse
Date: Thursday, February 23, 2017 @ 21:10:15
  Author: eworm
Revision: 289467

upgpkg: curl 7.53.0-2

openssl 1.1.0 rebuild

Modified:
  curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 21:06:39 UTC (rev 289466)
+++ PKGBUILD2017-02-23 21:10:15 UTC (rev 289467)
@@ -7,7 +7,7 @@
 
 pkgname=curl
 pkgver=7.53.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An URL retrieval utility and library"
 arch=('i686' 'x86_64')
 url="https://curl.haxx.se";


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

2017-02-23 Thread Christian Hesse
Date: Thursday, February 23, 2017 @ 21:10:20
  Author: eworm
Revision: 289468

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

Added:
  curl/repos/staging-i686/PKGBUILD
(from rev 289467, curl/trunk/PKGBUILD)
  curl/repos/staging-i686/curlbuild.h
(from rev 289467, curl/trunk/curlbuild.h)
  curl/repos/staging-x86_64/PKGBUILD
(from rev 289467, curl/trunk/PKGBUILD)
  curl/repos/staging-x86_64/curlbuild.h
(from rev 289467, curl/trunk/curlbuild.h)
Deleted:
  curl/repos/staging-i686/0001-vtls-s-SSLEAY-OPENSSL.patch
  curl/repos/staging-i686/PKGBUILD
  curl/repos/staging-i686/curlbuild.h
  curl/repos/staging-x86_64/0001-vtls-s-SSLEAY-OPENSSL.patch
  curl/repos/staging-x86_64/PKGBUILD
  curl/repos/staging-x86_64/curlbuild.h

-+
 /PKGBUILD   |  118 ++
 /curlbuild.h|   18 +++
 staging-i686/0001-vtls-s-SSLEAY-OPENSSL.patch   |   39 ---
 staging-i686/PKGBUILD   |   67 
 staging-i686/curlbuild.h|9 -
 staging-x86_64/0001-vtls-s-SSLEAY-OPENSSL.patch |   39 ---
 staging-x86_64/PKGBUILD |   67 
 staging-x86_64/curlbuild.h  |9 -
 8 files changed, 136 insertions(+), 230 deletions(-)

Deleted: staging-i686/0001-vtls-s-SSLEAY-OPENSSL.patch
===
--- staging-i686/0001-vtls-s-SSLEAY-OPENSSL.patch   2017-02-23 21:10:15 UTC 
(rev 289467)
+++ staging-i686/0001-vtls-s-SSLEAY-OPENSSL.patch   2017-02-23 21:10:20 UTC 
(rev 289468)
@@ -1,39 +0,0 @@
-From a7b38c9dc98481e4a5fc37e51a8690337c674dfb Mon Sep 17 00:00:00 2001
-From: Daniel Stenberg 
-Date: Mon, 26 Dec 2016 00:06:33 +0100
-Subject: vtls: s/SSLEAY/OPENSSL
-
-Fixed an old leftover use of the USE_SSLEAY define which would make a
-socket get removed from the applications sockets to monitor when the
-multi_socket API was used, leading to timeouts.
-
-Bug: #1174

- lib/vtls/vtls.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/lib/vtls/vtls.c b/lib/vtls/vtls.c
-index b808e1c..707f24b 100644
 a/lib/vtls/vtls.c
-+++ b/lib/vtls/vtls.c
-@@ -484,7 +484,7 @@ void Curl_ssl_close_all(struct Curl_easy *data)
-   curlssl_close_all(data);
- }
- 
--#if defined(USE_SSLEAY) || defined(USE_GNUTLS) || defined(USE_SCHANNEL) || \
-+#if defined(USE_OPENSSL) || defined(USE_GNUTLS) || defined(USE_SCHANNEL) || \
- defined(USE_DARWINSSL) || defined(USE_NSS)
- /* This function is for OpenSSL, GnuTLS, darwinssl, and schannel only. */
- int Curl_ssl_getsock(struct connectdata *conn, curl_socket_t *socks,
-@@ -518,7 +518,7 @@ int Curl_ssl_getsock(struct connectdata *conn,
-   (void)numsocks;
-   return GETSOCK_BLANK;
- }
--/* USE_SSLEAY || USE_GNUTLS || USE_SCHANNEL || USE_DARWINSSL || USE_NSS */
-+/* USE_OPENSSL || USE_GNUTLS || USE_SCHANNEL || USE_DARWINSSL || USE_NSS */
- #endif
- 
- void Curl_ssl_close(struct connectdata *conn, int sockindex)
--- 
-cgit v1.1
-

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2017-02-23 21:10:15 UTC (rev 289467)
+++ staging-i686/PKGBUILD   2017-02-23 21:10:20 UTC (rev 289468)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Angel Velasquez 
-# Contributor: Eric Belanger 
-# Contributor: Lucien Immink 
-# Contributor: Daniel J Griffiths 
-
-pkgname=curl
-pkgver=7.52.1
-pkgrel=3
-pkgdesc="An URL retrieval utility and library"
-arch=('i686' 'x86_64')
-url="https://curl.haxx.se";
-license=('MIT')
-depends=('ca-certificates' 'krb5' 'libssh2' 'openssl' 'zlib' 'libpsl')
-provides=('libcurl.so')
-options=('strip' 'debug')
-source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
-'curlbuild.h'
-'0001-vtls-s-SSLEAY-OPENSSL.patch')
-sha512sums=('414c3daa2754172f6fb645b3669d15f621fd248488d88666312963275c19c70d2b0c3b3bcb8d8aa8db6d504a59cb846dd2003ec38080d06caba6dfa8eb2d52ed'
-'SKIP'
-
'4e71366c3faaab76a6e438fcc484fb1ce16b2ae84eefa176879cf164e8fb0b04e4a355384e66a1137e9641e95041ee573553b43da98ec92820696d7256beb4f5'
-
'fb094c61e63a2de9e573c7bcf79d5af04dbaaf136eb0da84c4ddb81a233505c8f20d4761e7f518b8859e176206bd35b252476d00e45291e3e626e43e4dac4a6d')
-validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
-  '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg 
(old key)
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  patch -Np1 -i "$srcdir/0001-vtls-s-SSLEAY-OPENSSL.patch"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --disable-ldap \
-  --disable-ldaps \
-  --enable-ipv6 \
-  --enable-manual \
-  --enable-versioned-symbols \
-  --enable-threaded-resolver \
-  --with-gssapi \
- 

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

2017-02-23 Thread Christian Hesse
Date: Thursday, February 23, 2017 @ 21:06:39
  Author: eworm
Revision: 289466

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

Added:
  curl/repos/testing-i686/
  curl/repos/testing-i686/PKGBUILD
(from rev 289465, curl/trunk/PKGBUILD)
  curl/repos/testing-i686/curlbuild.h
(from rev 289465, curl/trunk/curlbuild.h)
  curl/repos/testing-x86_64/
  curl/repos/testing-x86_64/PKGBUILD
(from rev 289465, curl/trunk/PKGBUILD)
  curl/repos/testing-x86_64/curlbuild.h
(from rev 289465, curl/trunk/curlbuild.h)

+
 testing-i686/PKGBUILD  |   59 +++
 testing-i686/curlbuild.h   |9 ++
 testing-x86_64/PKGBUILD|   59 +++
 testing-x86_64/curlbuild.h |9 ++
 4 files changed, 136 insertions(+)

Copied: curl/repos/testing-i686/PKGBUILD (from rev 289465, curl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-23 21:06:39 UTC (rev 289466)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=curl
+pkgver=7.53.0
+pkgrel=1
+pkgdesc="An URL retrieval utility and library"
+arch=('i686' 'x86_64')
+url="https://curl.haxx.se";
+license=('MIT')
+depends=('ca-certificates' 'krb5' 'libssh2' 'openssl' 'zlib' 'libpsl')
+provides=('libcurl.so')
+options=('strip' 'debug')
+source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+'curlbuild.h')
+sha512sums=('abfcca6938adc975f5062465d0d8a1d80d89c91377eca38337fcf3b1ee11a542ab6c795938d64ae0c442b9a8a65704bd5a4b423be88dd92f7e3bb263fb86fabe'
+'SKIP'
+
'4e71366c3faaab76a6e438fcc484fb1ce16b2ae84eefa176879cf164e8fb0b04e4a355384e66a1137e9641e95041ee573553b43da98ec92820696d7256beb4f5')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
+  '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg 
(old key)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  local wordsize=$(cpp -include 'bits/wordsize.h' <<<'__WORDSIZE' | sed '$!d')
+  local _curlbuild=curlbuild-$wordsize.h
+
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  # devel
+  mv "$pkgdir/usr/include/curl/curlbuild.h" 
"$pkgdir/usr/include/curl/$_curlbuild"
+  install -m644 "$srcdir/curlbuild.h" "$pkgdir/usr/include/curl/curlbuild.h"
+}

Copied: curl/repos/testing-i686/curlbuild.h (from rev 289465, 
curl/trunk/curlbuild.h)
===
--- testing-i686/curlbuild.h(rev 0)
+++ testing-i686/curlbuild.h2017-02-23 21:06:39 UTC (rev 289466)
@@ -0,0 +1,9 @@
+#include 
+
+#if __WORDSIZE == 32
+#include "curlbuild-32.h"
+#elif __WORDSIZE == 64
+#include "curlbuild-64.h"
+#else
+#error "Unknown word size"
+#endif

Copied: curl/repos/testing-x86_64/PKGBUILD (from rev 289465, 
curl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-02-23 21:06:39 UTC (rev 289466)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=curl
+pkgver=7.53.0
+pkgrel=1
+pkgdesc="An URL retrieval utility and library"
+arch=('i686' 'x86_64')
+url="https://curl.haxx.se";
+license=('MIT')
+depends=('ca-certificates' 'krb5' 'libssh2' 'openssl' 'zlib' 'libpsl')
+provides=('libcurl.so')
+options=('strip' 'debug')
+source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+'curlbuild.h')
+sha512sums=('abfcca6938adc975f5062465d0d8a1d80d89c91377eca38337fcf3b1ee11a542ab6c795938d64ae0c442b9a8a65704bd5a4b423be88dd92f7e3bb263fb86fabe'
+'SKIP'
+
'4e71366c3faaab76a6e438fcc484fb1ce16b2ae84eefa176879cf164e8fb0b04e4a355384e66a1137e9641e95041ee573553b43da98ec92820696d7256beb4f5')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
+  '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg 
(old key)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-ldap \
+  --disable-ldaps \
+  -

[arch-commits] Commit in curl/trunk (0001-vtls-s-SSLEAY-OPENSSL.patch PKGBUILD)

2017-02-23 Thread Christian Hesse
Date: Thursday, February 23, 2017 @ 21:06:33
  Author: eworm
Revision: 289465

upgpkg: curl 7.53.0-1

* new upstream release
* drop upstream patch

Modified:
  curl/trunk/PKGBUILD
Deleted:
  curl/trunk/0001-vtls-s-SSLEAY-OPENSSL.patch

--+
 0001-vtls-s-SSLEAY-OPENSSL.patch |   39 -
 PKGBUILD |   18 -
 2 files changed, 5 insertions(+), 52 deletions(-)

Deleted: 0001-vtls-s-SSLEAY-OPENSSL.patch
===
--- 0001-vtls-s-SSLEAY-OPENSSL.patch2017-02-23 20:36:27 UTC (rev 289464)
+++ 0001-vtls-s-SSLEAY-OPENSSL.patch2017-02-23 21:06:33 UTC (rev 289465)
@@ -1,39 +0,0 @@
-From a7b38c9dc98481e4a5fc37e51a8690337c674dfb Mon Sep 17 00:00:00 2001
-From: Daniel Stenberg 
-Date: Mon, 26 Dec 2016 00:06:33 +0100
-Subject: vtls: s/SSLEAY/OPENSSL
-
-Fixed an old leftover use of the USE_SSLEAY define which would make a
-socket get removed from the applications sockets to monitor when the
-multi_socket API was used, leading to timeouts.
-
-Bug: #1174

- lib/vtls/vtls.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/lib/vtls/vtls.c b/lib/vtls/vtls.c
-index b808e1c..707f24b 100644
 a/lib/vtls/vtls.c
-+++ b/lib/vtls/vtls.c
-@@ -484,7 +484,7 @@ void Curl_ssl_close_all(struct Curl_easy *data)
-   curlssl_close_all(data);
- }
- 
--#if defined(USE_SSLEAY) || defined(USE_GNUTLS) || defined(USE_SCHANNEL) || \
-+#if defined(USE_OPENSSL) || defined(USE_GNUTLS) || defined(USE_SCHANNEL) || \
- defined(USE_DARWINSSL) || defined(USE_NSS)
- /* This function is for OpenSSL, GnuTLS, darwinssl, and schannel only. */
- int Curl_ssl_getsock(struct connectdata *conn, curl_socket_t *socks,
-@@ -518,7 +518,7 @@ int Curl_ssl_getsock(struct connectdata *conn,
-   (void)numsocks;
-   return GETSOCK_BLANK;
- }
--/* USE_SSLEAY || USE_GNUTLS || USE_SCHANNEL || USE_DARWINSSL || USE_NSS */
-+/* USE_OPENSSL || USE_GNUTLS || USE_SCHANNEL || USE_DARWINSSL || USE_NSS */
- #endif
- 
- void Curl_ssl_close(struct connectdata *conn, int sockindex)
--- 
-cgit v1.1
-

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 20:36:27 UTC (rev 289464)
+++ PKGBUILD2017-02-23 21:06:33 UTC (rev 289465)
@@ -6,8 +6,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=curl
-pkgver=7.52.1
-pkgrel=3
+pkgver=7.53.0
+pkgrel=1
 pkgdesc="An URL retrieval utility and library"
 arch=('i686' 'x86_64')
 url="https://curl.haxx.se";
@@ -16,21 +16,13 @@
 provides=('libcurl.so')
 options=('strip' 'debug')
 source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
-'curlbuild.h'
-'0001-vtls-s-SSLEAY-OPENSSL.patch')
-sha512sums=('414c3daa2754172f6fb645b3669d15f621fd248488d88666312963275c19c70d2b0c3b3bcb8d8aa8db6d504a59cb846dd2003ec38080d06caba6dfa8eb2d52ed'
+'curlbuild.h')
+sha512sums=('abfcca6938adc975f5062465d0d8a1d80d89c91377eca38337fcf3b1ee11a542ab6c795938d64ae0c442b9a8a65704bd5a4b423be88dd92f7e3bb263fb86fabe'
 'SKIP'
-
'4e71366c3faaab76a6e438fcc484fb1ce16b2ae84eefa176879cf164e8fb0b04e4a355384e66a1137e9641e95041ee573553b43da98ec92820696d7256beb4f5'
-
'fb094c61e63a2de9e573c7bcf79d5af04dbaaf136eb0da84c4ddb81a233505c8f20d4761e7f518b8859e176206bd35b252476d00e45291e3e626e43e4dac4a6d')
+
'4e71366c3faaab76a6e438fcc484fb1ce16b2ae84eefa176879cf164e8fb0b04e4a355384e66a1137e9641e95041ee573553b43da98ec92820696d7256beb4f5')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
   '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg 
(old key)
 
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  patch -Np1 -i "$srcdir/0001-vtls-s-SSLEAY-OPENSSL.patch"
-}
-
 build() {
   cd "$pkgname-$pkgver"
 


[arch-commits] Commit in gst-editing-services/repos (4 files)

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

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

Added:
  gst-editing-services/repos/community-i686/PKGBUILD
(from rev 213665, gst-editing-services/trunk/PKGBUILD)
  gst-editing-services/repos/community-x86_64/PKGBUILD
(from rev 213665, gst-editing-services/trunk/PKGBUILD)
Deleted:
  gst-editing-services/repos/community-i686/PKGBUILD
  gst-editing-services/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-23 20:45:30 UTC (rev 213665)
+++ community-i686/PKGBUILD 2017-02-23 20:45:45 UTC (rev 213666)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Lubosz Sarnecki 
-# Contributor: Kerrick Staley 
-# Contributor: Thijs Vermeir 
-
-pkgname=gst-editing-services
-pkgver=1.10.2
-pkgrel=1
-pkgdesc='GStreamer editing services'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://gstreamer.freedesktop.org/modules/gst-editing-services.html'
-depends=('gst-plugins-base')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection'
-'bash-completion')
-validpgpkeys=('7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5')
-source=("https://gstreamer.freedesktop.org/src/gstreamer-editing-services/gstreamer-editing-services-$pkgver.tar.xz"{,.asc})
-sha256sums=('db159aeb9df5959f7b246d4b6fcbc8d01cec2ced6d539d00c608458a245fa743'
-'SKIP')
-
-build() {
-  cd "$srcdir"/gstreamer-editing-services-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/gstreamer-editing-services-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-editing-services/repos/community-i686/PKGBUILD (from rev 213665, 
gst-editing-services/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-23 20:45:45 UTC (rev 213666)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Lubosz Sarnecki 
+# Contributor: Kerrick Staley 
+# Contributor: Thijs Vermeir 
+
+pkgname=gst-editing-services
+pkgver=1.10.4
+pkgrel=1
+pkgdesc='GStreamer editing services'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://gstreamer.freedesktop.org/modules/gst-editing-services.html'
+depends=('gst-plugins-base')
+makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection'
+'bash-completion' 'python2-gobject')
+checkdepends=('gst-plugins-good' 'gst-plugins-bad')
+source=("https://gstreamer.freedesktop.org/src/gstreamer-editing-services/gstreamer-editing-services-$pkgver.tar.xz"{,.asc})
+sha256sums=('f2ad6d02dc9d12e899059796e8de03a662f41e4d732797fb4b5ecbc973582144'
+'SKIP')
+validpgpkeys=('7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5')
+
+build() {
+  cd "$srcdir"/gstreamer-editing-services-$pkgver
+  ./configure --prefix=/usr --enable-gtk-doc \
+--with-package-name="GStreamer (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/";
+  make
+}
+
+check() {
+  cd "$srcdir"/gstreamer-editing-services-$pkgver
+  # Broken on i686
+  make check || :
+}
+
+package() {
+  cd "$srcdir"/gstreamer-editing-services-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-23 20:45:30 UTC (rev 213665)
+++ community-x86_64/PKGBUILD   2017-02-23 20:45:45 UTC (rev 213666)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Lubosz Sarnecki 
-# Contributor: Kerrick Staley 
-# Contributor: Thijs Vermeir 
-
-pkgname=gst-editing-services
-pkgver=1.10.2
-pkgrel=1
-pkgdesc='GStreamer editing services'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://gstreamer.freedesktop.org/modules/gst-editing-services.html'
-depends=('gst-plugins-base')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection'
-'bash-completion')
-validpgpkeys=('7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5')
-source=("https://gstreamer.freedesktop.org/src/gstreamer-editing-services/gstreamer-editing-services-$pkgver.tar.xz"{,.asc})
-sha256sums=('db159aeb9df5959f7b246d4b6fcbc8d01cec2ced6d539d00c608458a245fa743'
-'SKIP')
-
-build() {
-  cd "$srcdir"/gstreamer-editing-services-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/gstreamer-editing-services-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-editing-services/repos/community-x86_64/PKGBUILD (from rev 213665, 
gst-editing-services/trunk/PKGBUILD)
==

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

2017-02-23 Thread Jaroslav Lichtblau
Date: Thursday, February 23, 2017 @ 20:45:17
  Author: jlichtblau
Revision: 213664

upgpkg: youtube-dl 2017.02.22-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 20:45:11 UTC (rev 213663)
+++ PKGBUILD2017-02-23 20:45:17 UTC (rev 213664)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2017.02.21
+pkgver=2017.02.22
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('af68839011c083278dae50652926cc132796aa45e861d7e7719236064ddf1002'
+sha256sums=('51f45723f1e39eb2c780bf1b490ec9150efdac9db86d3010f8fcc53400c87129'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 


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

2017-02-23 Thread Jaroslav Lichtblau
Date: Thursday, February 23, 2017 @ 20:45:30
  Author: jlichtblau
Revision: 213665

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 213664, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-23 20:45:17 UTC (rev 213664)
+++ PKGBUILD2017-02-23 20:45:30 UTC (rev 213665)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2017.02.21
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('af68839011c083278dae50652926cc132796aa45e861d7e7719236064ddf1002'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 213664, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-23 20:45:30 UTC (rev 213665)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2017.02.22
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('51f45723f1e39eb2c780bf1b490ec9150efdac9db86d3010f8fcc53400c87129'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-02-23 Thread Jan Steffens
Date: Thursday, February 23, 2017 @ 20:45:11
  Author: heftig
Revision: 213663

1.10.4-1

Modified:
  gst-editing-services/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 20:33:48 UTC (rev 213662)
+++ PKGBUILD2017-02-23 20:45:11 UTC (rev 213663)
@@ -5,7 +5,7 @@
 # Contributor: Thijs Vermeir 
 
 pkgname=gst-editing-services
-pkgver=1.10.2
+pkgver=1.10.4
 pkgrel=1
 pkgdesc='GStreamer editing services'
 arch=('i686' 'x86_64')
@@ -13,18 +13,27 @@
 url='http://gstreamer.freedesktop.org/modules/gst-editing-services.html'
 depends=('gst-plugins-base')
 makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection'
-'bash-completion')
-validpgpkeys=('7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5')
+'bash-completion' 'python2-gobject')
+checkdepends=('gst-plugins-good' 'gst-plugins-bad')
 
source=("https://gstreamer.freedesktop.org/src/gstreamer-editing-services/gstreamer-editing-services-$pkgver.tar.xz"{,.asc})
-sha256sums=('db159aeb9df5959f7b246d4b6fcbc8d01cec2ced6d539d00c608458a245fa743'
+sha256sums=('f2ad6d02dc9d12e899059796e8de03a662f41e4d732797fb4b5ecbc973582144'
 'SKIP')
+validpgpkeys=('7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5')
 
 build() {
   cd "$srcdir"/gstreamer-editing-services-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --enable-gtk-doc \
+--with-package-name="GStreamer (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/";
   make
 }
 
+check() {
+  cd "$srcdir"/gstreamer-editing-services-$pkgver
+  # Broken on i686
+  make check || :
+}
+
 package() {
   cd "$srcdir"/gstreamer-editing-services-$pkgver
   make DESTDIR="$pkgdir" install


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

2017-02-23 Thread Jan Steffens
Date: Thursday, February 23, 2017 @ 20:36:27
  Author: heftig
Revision: 289464

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

Added:
  gst-python/repos/extra-i686/PKGBUILD
(from rev 289463, gst-python/trunk/PKGBUILD)
  gst-python/repos/extra-x86_64/PKGBUILD
(from rev 289463, gst-python/trunk/PKGBUILD)
Deleted:
  gst-python/repos/extra-i686/PKGBUILD
  gst-python/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-23 20:36:02 UTC (rev 289463)
+++ extra-i686/PKGBUILD 2017-02-23 20:36:27 UTC (rev 289464)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Jan de Groot 
-
-pkgbase=gst-python
-pkgname=(gst-python gst-python2)
-pkgver=1.10.2
-pkgrel=2
-pkgdesc="GStreamer Python binding overrides"
-url="https://gstreamer.freedesktop.org/";
-arch=(i686 x86_64)
-license=(LGPL)
-makedepends=(pkg-config python-gobject python2-gobject gst-plugins-base git)
-_commit=4c635b97a1b202b6bb7d32a8f7f5ceaa12eeb60f  # tags/1.10.2^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-python#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir py2 py3
-  cd $pkgbase
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-
-_build() (
-  cd $1
-  # Out-of-tree build fails to check
-  cp -a ../$pkgbase/* .
-  ./configure --prefix=/usr
-  make
-)
-
-build() {
-  _build py3
-  PYTHON=python2 _build py2
-}
-
-check() {
-  make -C py3 check
-  make -C py2 check
-}
-
-package_gst-python() {
-  pkgdesc="${pkgdesc//Python/Python 3}"
-  depends=(python-gobject gst-plugins-base)
-
-  make -C py3 DESTDIR="$pkgdir" install
-}
-
-package_gst-python2() {
-  pkgdesc="${pkgdesc//Python/Python 2}"
-  depends=(python2-gobject gst-plugins-base)
-
-  make -C py2 DESTDIR="$pkgdir" install
-}

Copied: gst-python/repos/extra-i686/PKGBUILD (from rev 289463, 
gst-python/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-23 20:36:27 UTC (rev 289464)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Jan de Groot 
+
+pkgbase=gst-python
+pkgname=(gst-python gst-python2)
+pkgver=1.10.4
+pkgrel=1
+pkgdesc="GStreamer Python binding overrides"
+url="https://gstreamer.freedesktop.org/";
+arch=(i686 x86_64)
+license=(LGPL)
+makedepends=(pkg-config python-gobject python2-gobject gst-plugins-base git)
+_commit=921b9c1ac8383bb35e9e8711e73169a6b84da017  # tags/1.10.4^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-python#commit=$_commit";
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir py2 py3
+  cd $pkgbase
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+
+_build() (
+  cd $1
+  # Out-of-tree build fails to check
+  cp -a ../$pkgbase/* .
+  ./configure --prefix=/usr
+  make
+)
+
+build() {
+  _build py3
+  PYTHON=python2 _build py2
+}
+
+check() {
+  make -C py3 check
+  make -C py2 check
+}
+
+package_gst-python() {
+  pkgdesc="${pkgdesc//Python/Python 3}"
+  depends=(python-gobject gst-plugins-base)
+
+  make -C py3 DESTDIR="$pkgdir" install
+}
+
+package_gst-python2() {
+  pkgdesc="${pkgdesc//Python/Python 2}"
+  depends=(python2-gobject gst-plugins-base)
+
+  make -C py2 DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-23 20:36:02 UTC (rev 289463)
+++ extra-x86_64/PKGBUILD   2017-02-23 20:36:27 UTC (rev 289464)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Jan de Groot 
-
-pkgbase=gst-python
-pkgname=(gst-python gst-python2)
-pkgver=1.10.2
-pkgrel=2
-pkgdesc="GStreamer Python binding overrides"
-url="https://gstreamer.freedesktop.org/";
-arch=(i686 x86_64)
-license=(LGPL)
-makedepends=(pkg-config python-gobject python2-gobject gst-plugins-base git)
-_commit=4c635b97a1b202b6bb7d32a8f7f5ceaa12eeb60f  # tags/1.10.2^0
-source=("git+https://anongit.freedesktop.org/

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

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

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-23 20:35:37 UTC (rev 289462)
+++ extra-i686/PKGBUILD 2017-02-23 20:36:02 UTC (rev 289463)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-ugly
-pkgver=1.10.3
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
-url="https://gstreamer.freedesktop.org/";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gst-plugins-base-libs libdvdread lame libmpeg2 a52dec libmad 
libsidplay
- libcdio libx264 opencore-amr mpg123)
-makedepends=(python gtk-doc x264 autoconf-archive git)
-options=(!emptydirs)
-_commit=11a16f4fbf660298ef93306f795eeab62f62e0cc  # tags/1.10.3^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/"; \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-plugins-ugly/repos/extra-i686/PKGBUILD (from rev 289462, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-23 20:36:02 UTC (rev 289463)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-ugly
+pkgver=1.10.4
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
+url="https://gstreamer.freedesktop.org/";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gst-plugins-base-libs libdvdread lame libmpeg2 a52dec libmad 
libsidplay
+ libcdio libx264 opencore-amr mpg123)
+makedepends=(python gtk-doc x264 autoconf-archive git)
+options=(!emptydirs)
+_commit=11ebdb0f755452e10a25ee1b739695dfd4d70b5a  # tags/1.10.4^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly#commit=$_commit";
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/"; \
+--enable-experimental --enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-23 20:35:37 UTC (rev 289462)
+++ extra-x86_64/PKGBUILD   2017-02-23 20:36:02 UTC (rev 289463)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-ugly
-pkgver=1.10.3
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
-url="https://gstreamer.freedesktop.org/";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gst-plugins-base-libs libdvdread lame libmpeg2 a52dec libmad 
libsidplay
-  

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

2017-02-23 Thread Jan Steffens
Date: Thursday, February 23, 2017 @ 20:35:13
  Author: heftig
Revision: 289461

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

Added:
  gstreamer-vaapi/repos/extra-i686/PKGBUILD
(from rev 289460, gstreamer-vaapi/trunk/PKGBUILD)
  gstreamer-vaapi/repos/extra-x86_64/PKGBUILD
(from rev 289460, gstreamer-vaapi/trunk/PKGBUILD)
Deleted:
  gstreamer-vaapi/repos/extra-i686/PKGBUILD
  gstreamer-vaapi/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-23 20:33:52 UTC (rev 289460)
+++ extra-i686/PKGBUILD 2017-02-23 20:35:13 UTC (rev 289461)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gstreamer-vaapi
-pkgver=1.10.3
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework VAAPI Plugin"
-url="https://gstreamer.freedesktop.org/";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
-makedepends=(gtk-doc git python)
-options=(!emptydirs)
-_commit=cb74d44c2e5b9508145fa13b1a3e3284a069f38b  # tags/1.10.3^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer-vaapi#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer VAAPI Plugin (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/"; \
---disable-builtin-libvpx \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gstreamer-vaapi/repos/extra-i686/PKGBUILD (from rev 289460, 
gstreamer-vaapi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-23 20:35:13 UTC (rev 289461)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gstreamer-vaapi
+pkgver=1.10.4
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework VAAPI Plugin"
+url="https://gstreamer.freedesktop.org/";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
+makedepends=(gtk-doc git python)
+options=(!emptydirs)
+_commit=8e6acddcb01ed1056022d12e886db8edcb7c0a2e  # tags/1.10.4^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer-vaapi#commit=$_commit";
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer VAAPI Plugin (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/"; \
+--disable-builtin-libvpx \
+--enable-experimental --enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-23 20:33:52 UTC (rev 289460)
+++ extra-x86_64/PKGBUILD   2017-02-23 20:35:13 UTC (rev 289461)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gstreamer-vaapi
-pkgver=1.10.3
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework VAAPI Plugin"
-url="https://gstreamer.freedesktop.org/";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
-makedepends=(gtk-doc git python)
-options=(!emptydirs)
-_commit=cb74d44c2e5b9508145fa13b1a3e3284a069f38b  # tags/1.10.3^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer-vaapi#commit=$_commit";
-"g

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

2017-02-23 Thread Jan Steffens
Date: Thursday, February 23, 2017 @ 20:35:37
  Author: heftig
Revision: 289462

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

Added:
  gst-libav/repos/extra-i686/PKGBUILD
(from rev 289461, gst-libav/trunk/PKGBUILD)
  gst-libav/repos/extra-x86_64/PKGBUILD
(from rev 289461, gst-libav/trunk/PKGBUILD)
Deleted:
  gst-libav/repos/extra-i686/PKGBUILD
  gst-libav/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-23 20:35:13 UTC (rev 289461)
+++ extra-i686/PKGBUILD 2017-02-23 20:35:37 UTC (rev 289462)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-libav
-pkgver=1.10.3
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin"
-url="https://gstreamer.freedesktop.org/";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gst-plugins-base-libs bzip2 ffmpeg)
-makedepends=(python gtk-doc autoconf-archive git)
-options=(!emptydirs)
-provides=("gst-ffmpeg=$pkgver-$pkgrel")
-_commit=fbc5e5dadcc99551efb32cd5fb2749e83b2334b6  # tags/1.10.3^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-libav#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";
-"git+https://git.videolan.org/git/ffmpeg";)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git config --local submodule.gst-libs/ext/libav.url "$srcdir/ffmpeg"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer ffmpeg Plugin (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/"; \
---with-system-libav 
--with-libav-extra-configure="--enable-runtime-cpudetect" \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-libav/repos/extra-i686/PKGBUILD (from rev 289461, 
gst-libav/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-23 20:35:37 UTC (rev 289462)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-libav
+pkgver=1.10.4
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin"
+url="https://gstreamer.freedesktop.org/";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gst-plugins-base-libs bzip2 ffmpeg)
+makedepends=(python gtk-doc autoconf-archive git)
+options=(!emptydirs)
+provides=("gst-ffmpeg=$pkgver-$pkgrel")
+_commit=6c97daeb78fe17149c2172292d17c22804338430  # tags/1.10.4^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-libav#commit=$_commit";
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";
+"git+https://git.videolan.org/git/ffmpeg";)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git config --local submodule.gst-libs/ext/libav.url "$srcdir/ffmpeg"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer ffmpeg Plugin (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/"; \
+--with-system-libav 
--with-libav-extra-configure="--enable-runtime-cpudetect" \
+--enable-experimental --enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-23 20:35:13 UTC (rev 289461)
+++ extra-x86_64/PKGBUILD   2017-02-23 20:35:37 UTC (rev 289462)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan d

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

2017-02-23 Thread Jelle van der Waa
Date: Thursday, February 23, 2017 @ 20:33:48
  Author: jelle
Revision: 213662

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

Added:
  mosquitto/repos/community-i686/PKGBUILD
(from rev 213661, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-i686/mosquitto.install
(from rev 213661, mosquitto/trunk/mosquitto.install)
  mosquitto/repos/community-i686/mosquitto.service
(from rev 213661, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-x86_64/PKGBUILD
(from rev 213661, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-x86_64/mosquitto.install
(from rev 213661, mosquitto/trunk/mosquitto.install)
  mosquitto/repos/community-x86_64/mosquitto.service
(from rev 213661, mosquitto/trunk/mosquitto.service)
Deleted:
  mosquitto/repos/community-i686/PKGBUILD
  mosquitto/repos/community-i686/mosquitto.install
  mosquitto/repos/community-i686/mosquitto.service
  mosquitto/repos/community-x86_64/PKGBUILD
  mosquitto/repos/community-x86_64/mosquitto.install
  mosquitto/repos/community-x86_64/mosquitto.service

+
 /PKGBUILD  |   80 +++
 /mosquitto.install |8 +++
 /mosquitto.service |   24 ++
 community-i686/PKGBUILD|   40 -
 community-i686/mosquitto.install   |4 -
 community-i686/mosquitto.service   |   12 -
 community-x86_64/PKGBUILD  |   40 -
 community-x86_64/mosquitto.install |4 -
 community-x86_64/mosquitto.service |   12 -
 9 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-23 20:33:35 UTC (rev 213661)
+++ community-i686/PKGBUILD 2017-02-23 20:33:48 UTC (rev 213662)
@@ -1,40 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Radek Podgorny 
-# Contributor: Dan Anderson 
-
-pkgname=mosquitto
-pkgver=1.4.10
-pkgrel=3
-pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
-arch=('i686' 'x86_64')
-url="http://mosquitto.org/";
-depends=('openssl' 'c-ares' 'libwebsockets')
-makedepends=('docbook-xsl' 'c-ares')
-license=('BSD')
-source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "$pkgname.install")
-install=$pkgname.install
-backup=("etc/$pkgname/$pkgname.conf")
-sha256sums=('437648d68a4a781dd8d913814cd5451f59ab4a5fcf84cccaf7c36e6a07459770'
-'SKIP'
-'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
-'43e65aef96a8cab33b62e66bdaa18c071ad20d9654f9e6a4af5716e4f4daabe6')
-validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
-
-build() {
-  cd "$pkgname-$pkgver"
-  # FIX upstream by making SBINDIR=foo or use CMAKE
-  sed -i 's|/sbin|/bin|g' src/Makefile
-  make WITH_WEBSOCKETS=yes
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make prefix=/usr DESTDIR="$pkgdir/" install
-
-  # Shipped in git.
-  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" 
"$pkgdir/etc/$pkgname/$pkgname.conf"
-}

Copied: mosquitto/repos/community-i686/PKGBUILD (from rev 213661, 
mosquitto/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-23 20:33:48 UTC (rev 213662)
@@ -0,0 +1,40 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Radek Podgorny 
+# Contributor: Dan Anderson 
+
+pkgname=mosquitto
+pkgver=1.4.11
+pkgrel=1
+pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
+arch=('i686' 'x86_64')
+url="http://mosquitto.org/";
+depends=('openssl' 'c-ares' 'libwebsockets')
+makedepends=('docbook-xsl' 'c-ares')
+license=('BSD')
+source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "$pkgname.install")
+install=$pkgname.install
+backup=("etc/$pkgname/$pkgname.conf")
+sha256sums=('ca47533bbc1b7c5e15d6e5d96d3efc59677f2515b6692263c34b7c48f33280c5'
+'SKIP'
+'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
+'43e65aef96a8cab33b62e66bdaa18c071ad20d9654f9e6a4af5716e4f4daabe6')
+validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
+
+build() {
+  cd "$pkgname-$pkgver"
+  # FIX upstream by making SBINDIR=foo or use CMAKE
+  sed -i 's|/sbin|/bin|g' src/Makefile
+  make WITH_WEBSOCKETS=yes
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make prefix=/usr DESTDIR="$pkgdir/" install
+
+  # Shipped in git.
+  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" 
"$pkgdir/etc/$pkgname/$pkgname.conf"
+}


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

2017-02-23 Thread Jelle van der Waa
Date: Thursday, February 23, 2017 @ 20:33:35
  Author: jelle
Revision: 213661

upgpkg: mosquitto 1.4.11-1

Modified:
  mosquitto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 19:43:46 UTC (rev 213660)
+++ PKGBUILD2017-02-23 20:33:35 UTC (rev 213661)
@@ -3,8 +3,8 @@
 # Contributor: Dan Anderson 
 
 pkgname=mosquitto
-pkgver=1.4.10
-pkgrel=4
+pkgver=1.4.11
+pkgrel=1
 pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
 arch=('i686' 'x86_64')
 url="http://mosquitto.org/";
@@ -14,7 +14,7 @@
 source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "$pkgname.install")
 install=$pkgname.install
 backup=("etc/$pkgname/$pkgname.conf")
-sha256sums=('437648d68a4a781dd8d913814cd5451f59ab4a5fcf84cccaf7c36e6a07459770'
+sha256sums=('ca47533bbc1b7c5e15d6e5d96d3efc59677f2515b6692263c34b7c48f33280c5'
 'SKIP'
 '3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
 '43e65aef96a8cab33b62e66bdaa18c071ad20d9654f9e6a4af5716e4f4daabe6')


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

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

1.10.4-1

Modified:
  gstreamer-vaapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 20:27:41 UTC (rev 289459)
+++ PKGBUILD2017-02-23 20:33:52 UTC (rev 289460)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gstreamer-vaapi
-pkgver=1.10.3
+pkgver=1.10.4
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework VAAPI Plugin"
 url="https://gstreamer.freedesktop.org/";
@@ -11,7 +11,7 @@
 depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
 makedepends=(gtk-doc git python)
 options=(!emptydirs)
-_commit=cb74d44c2e5b9508145fa13b1a3e3284a069f38b  # tags/1.10.3^0
+_commit=8e6acddcb01ed1056022d12e886db8edcb7c0a2e  # tags/1.10.4^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer-vaapi#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


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

2017-02-23 Thread Jan Steffens
Date: Thursday, February 23, 2017 @ 20:27:41
  Author: heftig
Revision: 289459

1.10.4-1

Modified:
  gst-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 20:26:15 UTC (rev 289458)
+++ PKGBUILD2017-02-23 20:27:41 UTC (rev 289459)
@@ -5,14 +5,14 @@
 
 pkgbase=gst-python
 pkgname=(gst-python gst-python2)
-pkgver=1.10.2
-pkgrel=2
+pkgver=1.10.4
+pkgrel=1
 pkgdesc="GStreamer Python binding overrides"
 url="https://gstreamer.freedesktop.org/";
 arch=(i686 x86_64)
 license=(LGPL)
 makedepends=(pkg-config python-gobject python2-gobject gst-plugins-base git)
-_commit=4c635b97a1b202b6bb7d32a8f7f5ceaa12eeb60f  # tags/1.10.2^0
+_commit=921b9c1ac8383bb35e9e8711e73169a6b84da017  # tags/1.10.4^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-python#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


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

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

1.10.4-1

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-23 20:26:00 UTC (rev 289456)
+++ PKGBUILD2017-02-23 20:26:12 UTC (rev 289457)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gst-plugins-ugly
-pkgver=1.10.3
+pkgver=1.10.4
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -13,7 +13,7 @@
  libcdio libx264 opencore-amr mpg123)
 makedepends=(python gtk-doc x264 autoconf-archive git)
 options=(!emptydirs)
-_commit=11a16f4fbf660298ef93306f795eeab62f62e0cc  # tags/1.10.3^0
+_commit=11ebdb0f755452e10a25ee1b739695dfd4d70b5a  # tags/1.10.4^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


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

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

1.10.4-1

Modified:
  gst-libav/trunk/PKGBUILD

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

1.10.4-1

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

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


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

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

1.10.4-1

Modified:
  gst-plugins-good/trunk/PKGBUILD

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

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


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

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

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

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

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

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

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

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

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

1.10.4-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

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


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

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

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

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

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

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

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

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

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

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

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

Update to 1.5

Modified:
  pynormaliz/trunk/PKGBUILD

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

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


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

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

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

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

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

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

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

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

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

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

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

1.10.4-1

Modified:
  gstreamer/trunk/PKGBUILD

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

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


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

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

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

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

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

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

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

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

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

1.10.5-1

Modified:
  tracker/trunk/PKGBUILD

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

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


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

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

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

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

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

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2017-02-23 18:19:10 UTC (rev 289445)
+++ extra-i686/LICENSE  2017-02-23 18:19:17 UTC (rev 289446)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/ 

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

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

upgpkg: mesa 17.0.0-2

remove conflicts array from mesa-libgl package

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

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

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


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

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

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

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

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

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

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

upgpkg: linux-lts 4.4.51-1

upstream update 4.4.51

Modified:
  linux-lts/trunk/PKGBUILD

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

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


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

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

upgpkg: lib32-mesa 17.0.0-2

remove conflicts array from lib32-mesa-libgl package

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

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

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


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

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

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: LICENSE
===
--- LICENSE 2017-02-23 18:05:15 UTC (rev 213657)
+++ LICENSE 2017-02-23 18:05:20 UTC (rev 213658)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

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

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

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

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

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

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

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

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

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

upgpkg: bumblebee 3.2.1-13

pkgrel bump to 13

Modified:
  bumblebee/trunk/PKGBUILD

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

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


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

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

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

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

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

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

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

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

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

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

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

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

oops wrong repos

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


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

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

upgpkg: bumblebee 3.2.1-12

remove conflicts/provides nvidia 340 and 304 gl packages

Modified:
  bumblebee/trunk/PKGBUILD

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

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


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

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

upgpkg: linux-lts 4.4.50-2

apply fix for CVE-2017-6074

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

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

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

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

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


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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

upgpkg: fio 2.18-1

Modified:
  fio/trunk/PKGBUILD

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

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


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

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

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

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

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

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

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

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

upgpkg: stack 1.3.2-44

rebuild with persistent-sqlite,2.6.0.1

Modified:
  stack/trunk/PKGBUILD

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

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


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

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

archrelease: copy trunk to multilib-testing-x86_64

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

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

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


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

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

upgpkg: lib32-util-linux 2.29.2-1

upstream new release

Modified:
  lib32-util-linux/trunk/PKGBUILD

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

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


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

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

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

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

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

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

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

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

upgpkg: util-linux 2.29.2-1

upstream new release

Modified:
  util-linux/trunk/PKGBUILD

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

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


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

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

upgpkg: nvidia-304xx-utils 304.135-3

remove useless conflicts/provides

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

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

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


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

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

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

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

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

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

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

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

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

remove useless conflicts/provides

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

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

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


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

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

archrelease: copy trunk to multilib-x86_64

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

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

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

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

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

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

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

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

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

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

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

upgpkg: nvidia-340xx-utils 340.102-5

remove useless conflicts/provides

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

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

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


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

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

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

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

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

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

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

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

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

upgpkg: git-annex 6.20170214-7

rebuild with persistent-sqlite,2.6.0.1

Modified:
  git-annex/trunk/PKGBUILD

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

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


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

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

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

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

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

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

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

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

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

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

upgpkg: wireguard 0.0.20170223-1

new upstream release

Modified:
  wireguard/trunk/PKGBUILD

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

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


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

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

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

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

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

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

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

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

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

upgpkg: haskell-persistent-sqlite 2.6.0.1-1

rebuild with persistent-sqlite,2.6.0.1

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

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


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

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

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

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

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

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

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


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

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

upgpkg: nano 2.7.5-1

upstream update 2.7.5

Modified:
  nano/trunk/PKGBUILD

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

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


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

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

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

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

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

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

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

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

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


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

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

upgpkg: rust-racer 2.0.6-1

upstream release 2.0.6

Modified:
  rust-racer/trunk/PKGBUILD

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

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


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

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

archrelease: copy trunk to community-any

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

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

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

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

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

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

upgpkg: matrix-synapse 0.19.2-1

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

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

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


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


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

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

archrelease: copy trunk to community-any

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

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

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

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


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

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

upgpkg: udiskie 1.6.0-1

Modified:
  udiskie/trunk/PKGBUILD

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

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


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

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

archrelease: copy trunk to multilib-x86_64

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

upgpkg: nvidia-304xx-utils 304.135-2

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

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

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

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


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

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

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

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

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

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

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

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

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

Drop unused patch

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

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

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

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

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

Drop ancient provides/replaces and install file

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

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

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

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


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

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

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

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

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

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

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

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

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

  1   2   >