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

2020-12-06 Thread Xyne via arch-commits
Date: Monday, December 7, 2020 @ 07:46:43
  Author: xyne
Revision: 771365

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 771364, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-07 07:46:28 UTC (rev 771364)
+++ PKGBUILD2020-12-07 07:46:43 UTC (rev 771365)
@@ -1,38 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2020.12
-pkgrel=1
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="https://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-backup=(etc/xdg/reflector/reflector.conf)
-source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.tar.xz
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.tar.xz.sig
-)
-sha512sums=(
-  
c2132624a7254cb5c28e5b9fdd6581f1a9914e74e2c6eb2cc6b01f5cc846dfee2d8c44c1d6e930b2590c8c6a61f9316a571c985a942d4ce11615e91380622808
-  
50cc7079167755d71d0d3069339870db67c4943e316a7006a1eb7b6ca7fd03368cb06e93971885335f2084f417ed6b8c2f17212f074aeebf8901d84db9dc4c64
-)
-md5sums=(
-  af78ffa1b7e96cbac8248e50f9966028
-  b4fc43a6ee03c56f05f14b2aef4f0c00
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
-  install -Dm644 'reflector.service' 
"$pkgdir/usr/lib/systemd/system/reflector.service"
-  install -Dm644 'reflector.timer' 
"$pkgdir/usr/lib/systemd/system/reflector.timer"
-  install -Dm644 'reflector.conf' "$pkgdir/etc/xdg/reflector/reflector.conf"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 771364, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-07 07:46:43 UTC (rev 771365)
@@ -0,0 +1,38 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2020.12.7.1
+pkgrel=1
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="https://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+backup=(etc/xdg/reflector/reflector.conf)
+source=(
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.7.1.tar.xz
+  
https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.7.1.tar.xz.sig
+)
+sha512sums=(
+  
c5ed14bfd2c87ef5610dd47f25a4d05cbd3135f1ebe96ef561f15cf22e1aba9f6187f7e559ebcb710421cea469133ae25df41120f7aa039cf593df4a4bdf0099
+  
44f9c296a791340fa68a8b36ae2e36ac02f50b45a39ad64c9a39f4399368b56fccb5a13410b2f6cd139d30c042c856b62ca1af07bd46fa9602e1ea1e9f8a8eaa
+)
+md5sums=(
+  37fbf996520ef477cd0da992717bf45c
+  c98ea75033579be65c9b20bba4466873
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "man/${pkgname}.1.gz" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
+  install -Dm644 'reflector.service' 
"$pkgdir/usr/lib/systemd/system/reflector.service"
+  install -Dm644 'reflector.timer' 
"$pkgdir/usr/lib/systemd/system/reflector.timer"
+  install -Dm644 'reflector.conf' "$pkgdir/etc/xdg/reflector/reflector.conf"
+}
+
+
+# vim: set ts=2 sw=2 et:


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

2020-12-06 Thread Xyne via arch-commits
Date: Monday, December 7, 2020 @ 07:46:28
  Author: xyne
Revision: 771364

upgpkg: reflector 2020.12.7.1-1: version 2020.12.7.1

Modified:
  reflector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 07:39:23 UTC (rev 771363)
+++ PKGBUILD2020-12-07 07:46:28 UTC (rev 771364)
@@ -1,6 +1,6 @@
 #Maintainer: Xyne 
 pkgname=reflector
-pkgver=2020.12
+pkgver=2020.12.7.1
 pkgrel=1
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
@@ -10,16 +10,16 @@
 optdepends=('rsync: rate rsync mirrors')
 backup=(etc/xdg/reflector/reflector.conf)
 source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.tar.xz
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.tar.xz.sig
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.7.1.tar.xz
+  
https://xyne.archlinux.ca/projects/reflector/src/reflector-2020.12.7.1.tar.xz.sig
 )
 sha512sums=(
-  
c2132624a7254cb5c28e5b9fdd6581f1a9914e74e2c6eb2cc6b01f5cc846dfee2d8c44c1d6e930b2590c8c6a61f9316a571c985a942d4ce11615e91380622808
-  
50cc7079167755d71d0d3069339870db67c4943e316a7006a1eb7b6ca7fd03368cb06e93971885335f2084f417ed6b8c2f17212f074aeebf8901d84db9dc4c64
+  
c5ed14bfd2c87ef5610dd47f25a4d05cbd3135f1ebe96ef561f15cf22e1aba9f6187f7e559ebcb710421cea469133ae25df41120f7aa039cf593df4a4bdf0099
+  
44f9c296a791340fa68a8b36ae2e36ac02f50b45a39ad64c9a39f4399368b56fccb5a13410b2f6cd139d30c042c856b62ca1af07bd46fa9602e1ea1e9f8a8eaa
 )
 md5sums=(
-  af78ffa1b7e96cbac8248e50f9966028
-  b4fc43a6ee03c56f05f14b2aef4f0c00
+  37fbf996520ef477cd0da992717bf45c
+  c98ea75033579be65c9b20bba4466873
 )
 validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
 


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

2020-12-06 Thread Jiachen Yang via arch-commits
Date: Monday, December 7, 2020 @ 07:39:23
  Author: farseerfc
Revision: 771363

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-07 07:38:56 UTC (rev 771362)
+++ PKGBUILD2020-12-07 07:39:23 UTC (rev 771363)
@@ -1,44 +0,0 @@
-# Maintainer: Jiachen YANG 
-# Contributor: Dan Beste 
-
-pkgname='stratis-cli'
-pkgver=2.2.1
-_pkgver=$pkgver
-pkgrel=2
-pkgdesc='A CLI for the Stratis Project.'
-arch=('any')
-license=('Apache')
-url='https://stratis-storage.github.io/'
-depends=('python-dbus-client-gen' 'python-into-dbus' 'python-justbytes' 
'python-dateutil' 'python-semantic-version' 'python-psutil')
-makedepends=('dbus-glib' 'git' 'mpfr' 'python-argparse' 'python-dbus' 
'python-pip' 'asciidoc')
-# checkdepends=('python-nose' 'python-hypothesis' 'stratisd')
-source=(
-  
"${pkgname}-${_pkgver}.tar.gz::https://github.com/stratis-storage/stratis-cli/archive/v${_pkgver}.tar.gz;
-)
-sha256sums=('247c5780c3c0f84ba5ef35e4ea17b8cfb01bafef8a9fa3e1292656500c4d')
-
-### ignore tests because it requires root permission to access stratisd
-# check() {
-#   cd "${pkgname}-${_pkgver}"
-#   export STRATISD="/usr/bin/stratisd"
-#   nosetests
-# }
-
-build () {
-  cd "${pkgname}-${_pkgver}/docs"
-  make stratis.8
-}
-package() {
-  cd "${pkgname}-${_pkgver}"
-
-  python setup.py install --root="${pkgdir}" --optimize=1
-
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
-   install -D -m644 "shell-completion/bash/stratis" 
"$pkgdir/usr/share/bash-completion/completions/stratis"
-   install -D -m644 "shell-completion/zsh/_stratis" 
"$pkgdir/usr/share/zsh/site-functions/_stratis"
-
-  cd "docs"
-  install -D -m644 stratis.8 "${pkgdir}/usr/share/man/man8/stratis.8"
-}
-
-# vim: ts=2 sw=2 et:

Copied: stratis-cli/repos/community-any/PKGBUILD (from rev 771362, 
stratis-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-07 07:39:23 UTC (rev 771363)
@@ -0,0 +1,44 @@
+# Maintainer: Jiachen YANG 
+# Contributor: Dan Beste 
+
+pkgname='stratis-cli'
+pkgver=2.3.0
+_pkgver=$pkgver
+pkgrel=1
+pkgdesc='A CLI for the Stratis Project.'
+arch=('any')
+license=('Apache')
+url='https://stratis-storage.github.io/'
+depends=('python-dbus-client-gen' 'python-into-dbus' 'python-justbytes' 
'python-dateutil' 'python-semantic-version' 'python-psutil')
+makedepends=('dbus-glib' 'git' 'mpfr' 'python-argparse' 'python-dbus' 
'python-pip' 'asciidoc')
+# checkdepends=('python-nose' 'python-hypothesis' 'stratisd')
+source=(
+  
"${pkgname}-${_pkgver}.tar.gz::https://github.com/stratis-storage/stratis-cli/archive/v${_pkgver}.tar.gz;
+)
+sha256sums=('a2b5931c910b74bfc1ca306177d597013238383b80cf7c967743df199ef8bbd4')
+
+### ignore tests because it requires root permission to access stratisd
+# check() {
+#   cd "${pkgname}-${_pkgver}"
+#   export STRATISD="/usr/bin/stratisd"
+#   nosetests
+# }
+
+build () {
+  cd "${pkgname}-${_pkgver}/docs"
+  make stratis.8
+}
+package() {
+  cd "${pkgname}-${_pkgver}"
+
+  python setup.py install --root="${pkgdir}" --optimize=1
+
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
+   install -D -m644 "shell-completion/bash/stratis" 
"$pkgdir/usr/share/bash-completion/completions/stratis"
+   install -D -m644 "shell-completion/zsh/_stratis" 
"$pkgdir/usr/share/zsh/site-functions/_stratis"
+
+  cd "docs"
+  install -D -m644 stratis.8 "${pkgdir}/usr/share/man/man8/stratis.8"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in htop/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-12-06 Thread Christian Hesse via arch-commits
Date: Monday, December 7, 2020 @ 07:39:22
  Author: eworm
Revision: 403042

archrelease: copy trunk to testing-x86_64

Added:
  htop/repos/testing-x86_64/
  htop/repos/testing-x86_64/PKGBUILD
(from rev 403041, htop/trunk/PKGBUILD)

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

Copied: htop/repos/testing-x86_64/PKGBUILD (from rev 403041, 
htop/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-07 07:39:22 UTC (rev 403042)
@@ -0,0 +1,45 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Daniel J Griffiths 
+
+pkgname=htop
+pkgver=3.0.3
+pkgrel=1
+pkgdesc='Interactive process viewer'
+arch=('x86_64')
+url='https://htop.dev/'
+license=('GPL')
+depends=('ncurses' 'libncursesw.so' 'libnl')
+makedepends=('lm_sensors')
+optdepends=('lm_sensors: show cpu temperatures'
+'lsof: show files opened by a process'
+'strace: attach to a running process')
+options=('!emptydirs')
+source=("https://github.com/htop-dev/htop/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('725103929c925a7252b4dedeb29b3a1da86a2f74e96c50eb9ea6c8fec1942cd2')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  autoreconf -fi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --enable-cgroup \
+  --enable-delayacct \
+  --enable-openvz \
+  --enable-unicode \
+  --enable-vserver
+
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}


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

2020-12-06 Thread Christian Hesse via arch-commits
Date: Monday, December 7, 2020 @ 07:39:18
  Author: eworm
Revision: 403041

upgpkg: htop 3.0.3-1: new upstream release

Modified:
  htop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 06:52:56 UTC (rev 403040)
+++ PKGBUILD2020-12-07 07:39:18 UTC (rev 403041)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=htop
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc='Interactive process viewer'
 arch=('x86_64')
@@ -11,11 +11,13 @@
 url='https://htop.dev/'
 license=('GPL')
 depends=('ncurses' 'libncursesw.so' 'libnl')
-optdepends=('lsof: show files opened by a process'
+makedepends=('lm_sensors')
+optdepends=('lm_sensors: show cpu temperatures'
+'lsof: show files opened by a process'
 'strace: attach to a running process')
 options=('!emptydirs')
 
source=("https://github.com/htop-dev/htop/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('b4744a3bea279f2a3725ed8e5e35ffd9cb10d66673bf07c8fe21feb3c4661305')
+sha256sums=('725103929c925a7252b4dedeb29b3a1da86a2f74e96c50eb9ea6c8fec1942cd2')
 
 prepare() {
   cd "$pkgname-$pkgver"


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

2020-12-06 Thread Jiachen Yang via arch-commits
Date: Monday, December 7, 2020 @ 07:38:56
  Author: farseerfc
Revision: 771362

upgpkg: stratis-cli 2.3.0-1: stratis-cli 2.3.0

Modified:
  stratis-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 07:32:10 UTC (rev 771361)
+++ PKGBUILD2020-12-07 07:38:56 UTC (rev 771362)
@@ -2,9 +2,9 @@
 # Contributor: Dan Beste 
 
 pkgname='stratis-cli'
-pkgver=2.2.1
+pkgver=2.3.0
 _pkgver=$pkgver
-pkgrel=2
+pkgrel=1
 pkgdesc='A CLI for the Stratis Project.'
 arch=('any')
 license=('Apache')
@@ -15,7 +15,7 @@
 source=(
   
"${pkgname}-${_pkgver}.tar.gz::https://github.com/stratis-storage/stratis-cli/archive/v${_pkgver}.tar.gz;
 )
-sha256sums=('247c5780c3c0f84ba5ef35e4ea17b8cfb01bafef8a9fa3e1292656500c4d')
+sha256sums=('a2b5931c910b74bfc1ca306177d597013238383b80cf7c967743df199ef8bbd4')
 
 ### ignore tests because it requires root permission to access stratisd
 # check() {


[arch-commits] Commit in stratisd/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-12-06 Thread Jiachen Yang via arch-commits
Date: Monday, December 7, 2020 @ 07:32:10
  Author: farseerfc
Revision: 771361

archrelease: copy trunk to community-x86_64

Added:
  stratisd/repos/community-x86_64/PKGBUILD
(from rev 771360, stratisd/trunk/PKGBUILD)
Deleted:
  stratisd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-07 07:31:42 UTC (rev 771360)
+++ PKGBUILD2020-12-07 07:32:10 UTC (rev 771361)
@@ -1,56 +0,0 @@
-# Maintainer: Jiachen YANG 
-# Contributor: Dan Beste 
-
-pkgname='stratisd'
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='Easy to use local storage management for Linux.'
-arch=('x86_64')
-url='https://stratis-storage.github.io/'
-license=('MPL2')
-makedepends=('asciidoc' 'cargo' 'rust' 'clang')
-depends=('dbus' 'cryptsetup' 'util-linux-libs')
-optdepends=('stratis-cli: command line interface')
-checkdepends=('python-pyudev')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/stratis-storage/stratisd/archive/v${pkgver}.tar.gz;)
-b2sums=('e7c41ed6f8c358b9659142d7512975baa2d3fbfc79a2e6da59c5a79dde8ddbd65b00fcbce903d861178eac9cdccf98ca44b9ba3a4008ba3485fa4e70c4e09b7f')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  # patch systemd config
-  sed -i 's,/usr/libexec,/usr/bin,g' stratisd.service
-  # patch dbus config
-  sed -i 's, --debug,,g' org.storage.stratis2.service
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  # Release
-  make release
-  make stratisd.8
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-
-  make test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -D -m755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -D -m755 "target/release/stratis_dbusquery_version" 
"${pkgdir}/usr/bin/stratis_dbusquery_version"
-  install -D -m755 "target/release/stratis_uuids_to_names" 
"${pkgdir}/usr/lib/udev/stratis_uuids_to_names"
-  install -D -m755 "developer_tools/stratis_migrate_symlinks.sh" 
"${pkgdir}/usr/bin/stratis_migrate_symlinks.sh"
-  install -D -m644 udev/11-stratisd.rules 
"${pkgdir}/usr/lib/udev/rules.d/11-stratisd.rules"
-  install -D -m644 stratisd.service 
"${pkgdir}/usr/lib/systemd/system/stratisd.service"
-  install -D -m644 org.storage.stratis2.service 
"${pkgdir}/usr/share/dbus-1/system-services/org.storage.stratis2.service"
-  install -D -m644 stratisd.conf 
"${pkgdir}/usr/share/dbus-1/system.d/stratisd.conf"
-  install -D -m644 docs/stratisd.8 "${pkgdir}/usr/share/man/man8/stratisd.8"
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: stratisd/repos/community-x86_64/PKGBUILD (from rev 771360, 
stratisd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-07 07:32:10 UTC (rev 771361)
@@ -0,0 +1,56 @@
+# Maintainer: Jiachen YANG 
+# Contributor: Dan Beste 
+
+pkgname='stratisd'
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Easy to use local storage management for Linux.'
+arch=('x86_64')
+url='https://stratis-storage.github.io/'
+license=('MPL2')
+makedepends=('asciidoc' 'cargo' 'rust' 'clang')
+depends=('dbus' 'cryptsetup' 'util-linux-libs')
+optdepends=('stratis-cli: command line interface')
+checkdepends=('python-pyudev')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/stratis-storage/stratisd/archive/v${pkgver}.tar.gz;)
+b2sums=('6ff63dad45c4a160017ece60dca399f3c9f635103576b0028b657e94dbf7e5156ae6a41cf417dd43a1eb3735eb728b1352b045185742a3de8b26b4bca833e144')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  # patch systemd config
+  sed -i 's,/usr/libexec,/usr/bin,g' stratisd.service
+  # patch dbus config
+  sed -i 's, --debug,,g' org.storage.stratis2.service
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  # Release
+  make release
+  make stratisd.8
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+
+  make test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -D -m755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -D -m755 "target/release/stratis_dbusquery_version" 
"${pkgdir}/usr/bin/stratis_dbusquery_version"
+  install -D -m755 "target/release/stratis_uuids_to_names" 
"${pkgdir}/usr/lib/udev/stratis_uuids_to_names"
+  install -D -m755 "developer_tools/stratis_migrate_symlinks.sh" 
"${pkgdir}/usr/bin/stratis_migrate_symlinks.sh"
+  install -D -m644 udev/11-stratisd.rules 
"${pkgdir}/usr/lib/udev/rules.d/11-stratisd.rules"
+  install -D -m644 stratisd.service 
"${pkgdir}/usr/lib/systemd/system/stratisd.service"
+  install -D -m644 org.storage.stratis2.service 
"${pkgdir}/usr/share/dbus-1/system-services/org.storage.stratis2.service"
+  install -D -m644 stratisd.conf 
"${pkgdir}/usr/share/dbus-1/system.d/stratisd.conf"
+  install -D -m644 docs/stratisd.8 "${pkgdir}/usr/share/man/man8/stratisd.8"
+  install -D -m644 LICENSE 

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

2020-12-06 Thread Jiachen Yang via arch-commits
Date: Monday, December 7, 2020 @ 07:31:42
  Author: farseerfc
Revision: 771360

upgpkg: stratisd 2.3.0-1: stratisd 2.3.0

Modified:
  stratisd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 07:22:46 UTC (rev 771359)
+++ PKGBUILD2020-12-07 07:31:42 UTC (rev 771360)
@@ -2,7 +2,7 @@
 # Contributor: Dan Beste 
 
 pkgname='stratisd'
-pkgver=2.2.1
+pkgver=2.3.0
 pkgrel=1
 pkgdesc='Easy to use local storage management for Linux.'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 optdepends=('stratis-cli: command line interface')
 checkdepends=('python-pyudev')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/stratis-storage/stratisd/archive/v${pkgver}.tar.gz;)
-b2sums=('e7c41ed6f8c358b9659142d7512975baa2d3fbfc79a2e6da59c5a79dde8ddbd65b00fcbce903d861178eac9cdccf98ca44b9ba3a4008ba3485fa4e70c4e09b7f')
+b2sums=('6ff63dad45c4a160017ece60dca399f3c9f635103576b0028b657e94dbf7e5156ae6a41cf417dd43a1eb3735eb728b1352b045185742a3de8b26b4bca833e144')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2020-12-06 Thread Jiachen Yang via arch-commits
Date: Monday, December 7, 2020 @ 07:22:46
  Author: farseerfc
Revision: 771359

archrelease: copy trunk to community-any

Added:
  python-hs-dbus-signature/repos/community-any/PKGBUILD
(from rev 771358, python-hs-dbus-signature/trunk/PKGBUILD)
Deleted:
  python-hs-dbus-signature/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-07 07:22:17 UTC (rev 771358)
+++ PKGBUILD2020-12-07 07:22:46 UTC (rev 771359)
@@ -1,30 +0,0 @@
-# Maintainer: Jiachen YANG 
-
-pkgname=python-hs-dbus-signature
-_pkgname=hs-dbus-signature
-pkgver=0.06
-pkgrel=5
-pkgdesc="dbus signature hypothesis strategy generator"
-url="https://github.com/stratis-storage/hs-dbus-signature;
-depends=('python-hypothesis' )
-makedepends=('python' 'python-setuptools')
-checkdepends=('python-nose')
-license=('MPL2')
-arch=('any')
-source=("https://github.com/stratis-storage/${_pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('1fa4f8cea63cabac761b32fa851cc1e85abc60a354c55fbce133412b89ee6dbd')
-
-check() {
-cd ${_pkgname}-${pkgver}
-nosetests
-}
- 
-build() {
-cd ${_pkgname}-${pkgver}
-python setup.py build
-}
-
-package() {
-cd ${_pkgname}-${pkgver}
-python setup.py install --root="${pkgdir}" --optimize=1 
-}

Copied: python-hs-dbus-signature/repos/community-any/PKGBUILD (from rev 771358, 
python-hs-dbus-signature/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-07 07:22:46 UTC (rev 771359)
@@ -0,0 +1,30 @@
+# Maintainer: Jiachen YANG 
+
+pkgname=python-hs-dbus-signature
+_pkgname=hs-dbus-signature
+pkgver=0.07
+pkgrel=1
+pkgdesc="dbus signature hypothesis strategy generator"
+url="https://github.com/stratis-storage/hs-dbus-signature;
+depends=('python-hypothesis' )
+makedepends=('python' 'python-setuptools')
+checkdepends=('python-nose')
+license=('MPL2')
+arch=('any')
+source=("https://github.com/stratis-storage/${_pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('eb4ff3c5bc16bb6c64a0e5447d4f870a3d0f667d3ca3a88118ba0d4bfef775fa')
+
+check() {
+cd ${_pkgname}-${pkgver}
+nosetests
+}
+ 
+build() {
+cd ${_pkgname}-${pkgver}
+python setup.py build
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+python setup.py install --root="${pkgdir}" --optimize=1 
+}


[arch-commits] Commit in python-hs-dbus-signature/trunk (PKGBUILD)

2020-12-06 Thread Jiachen Yang via arch-commits
Date: Monday, December 7, 2020 @ 07:22:17
  Author: farseerfc
Revision: 771358

upgpkg: python-hs-dbus-signature 0.07-1: python-hs-dbus-signature 0.07

Modified:
  python-hs-dbus-signature/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 07:18:26 UTC (rev 771357)
+++ PKGBUILD2020-12-07 07:22:17 UTC (rev 771358)
@@ -2,8 +2,8 @@
 
 pkgname=python-hs-dbus-signature
 _pkgname=hs-dbus-signature
-pkgver=0.06
-pkgrel=5
+pkgver=0.07
+pkgrel=1
 pkgdesc="dbus signature hypothesis strategy generator"
 url="https://github.com/stratis-storage/hs-dbus-signature;
 depends=('python-hypothesis' )
@@ -12,7 +12,7 @@
 license=('MPL2')
 arch=('any')
 
source=("https://github.com/stratis-storage/${_pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('1fa4f8cea63cabac761b32fa851cc1e85abc60a354c55fbce133412b89ee6dbd')
+sha256sums=('eb4ff3c5bc16bb6c64a0e5447d4f870a3d0f667d3ca3a88118ba0d4bfef775fa')
 
 check() {
 cd ${_pkgname}-${pkgver}


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

2020-12-06 Thread Jiachen Yang via arch-commits
Date: Monday, December 7, 2020 @ 07:18:26
  Author: farseerfc
Revision: 771357

archrelease: copy trunk to community-any

Added:
  python-ghp-import/repos/community-any/PKGBUILD
(from rev 771356, python-ghp-import/trunk/PKGBUILD)
Deleted:
  python-ghp-import/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-07 07:17:54 UTC (rev 771356)
+++ PKGBUILD2020-12-07 07:18:26 UTC (rev 771357)
@@ -1,29 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: valère monseur 
-
-pkgname=python-ghp-import
-_pkgname=ghp-import
-pkgver=0.5.5
-pkgrel=6
-pkgdesc='Copy your docs directly to the gh-pages branch'
-arch=('any')
-url="https://pypi.python.org/pypi/ghp-import;
-license=(custom:Tumbolia)
-depends=('python')
-makedepends=('python-setuptools' 'git')
-replaces=('ghp-import')
-conflicts=('ghp-import')
-source=("https://github.com/davisp/${_pkgname}/archive/${pkgver}.tar.gz;)
-#source=("${_pkgname}-${pkgver}::git+https://github.com/davisp/ghp-import.git#commit=ab2637fb7a84ed79d6baeb74db7f9e544a448a04;)
-sha512sums=('2c8204c38fe63417f59cad064e2080606974764e0ae014b13577db0f17686abdce947e6a086784019a658545c302dbf46dc6df958f44e64ddae95032f718684a')
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  LC_CTYPE=en_US.UTF-8 python setup.py build
-}
-
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  LC_CTYPE=en_US.UTF-8 python setup.py install --root="$pkgdir" -O1
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-ghp-import/repos/community-any/PKGBUILD (from rev 771356, 
python-ghp-import/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-07 07:18:26 UTC (rev 771357)
@@ -0,0 +1,30 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: valère monseur 
+
+pkgname=python-ghp-import
+_pkgname=ghp-import
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Copy your docs directly to the gh-pages branch'
+arch=('any')
+url="https://pypi.python.org/pypi/ghp-import;
+license=(custom:Tumbolia)
+depends=('python')
+makedepends=('python-setuptools' 'git')
+replaces=('ghp-import')
+conflicts=('ghp-import')
+source=("${_pkgname}-${pkgver}.tar.gz::https://pypi.python.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+#source=("https://github.com/davisp/${_pkgname}/archive/${pkgver}.tar.gz;)
+#source=("${_pkgname}-${pkgver}::git+https://github.com/davisp/ghp-import.git#commit=ab2637fb7a84ed79d6baeb74db7f9e544a448a04;)
+sha512sums=('0e9a0549aea10e4a34942ae2fcc7e6f49ae061e69d4d64725d5dee8e1bd265fc7ec867ab51ca594a6a522a3a2ba78b47776fe2617f45bab4d5faa85512ea30a2')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  LC_CTYPE=en_US.UTF-8 python setup.py build
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  LC_CTYPE=en_US.UTF-8 python setup.py install --root="$pkgdir" -O1
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-12-06 Thread Jiachen Yang via arch-commits
Date: Monday, December 7, 2020 @ 07:17:54
  Author: farseerfc
Revision: 771356

upgpkg: python-ghp-import 1.0.0-1: python-ghp-import 1.0.0

Modified:
  python-ghp-import/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 06:53:10 UTC (rev 771355)
+++ PKGBUILD2020-12-07 07:17:54 UTC (rev 771356)
@@ -3,8 +3,8 @@
 
 pkgname=python-ghp-import
 _pkgname=ghp-import
-pkgver=0.5.5
-pkgrel=6
+pkgver=1.0.0
+pkgrel=1
 pkgdesc='Copy your docs directly to the gh-pages branch'
 arch=('any')
 url="https://pypi.python.org/pypi/ghp-import;
@@ -13,9 +13,10 @@
 makedepends=('python-setuptools' 'git')
 replaces=('ghp-import')
 conflicts=('ghp-import')
-source=("https://github.com/davisp/${_pkgname}/archive/${pkgver}.tar.gz;)
+source=("${_pkgname}-${pkgver}.tar.gz::https://pypi.python.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+#source=("https://github.com/davisp/${_pkgname}/archive/${pkgver}.tar.gz;)
 
#source=("${_pkgname}-${pkgver}::git+https://github.com/davisp/ghp-import.git#commit=ab2637fb7a84ed79d6baeb74db7f9e544a448a04;)
-sha512sums=('2c8204c38fe63417f59cad064e2080606974764e0ae014b13577db0f17686abdce947e6a086784019a658545c302dbf46dc6df958f44e64ddae95032f718684a')
+sha512sums=('0e9a0549aea10e4a34942ae2fcc7e6f49ae061e69d4d64725d5dee8e1bd265fc7ec867ab51ca594a6a522a3a2ba78b47776fe2617f45bab4d5faa85512ea30a2')
 
 build() {
   cd "${srcdir}/${_pkgname}-${pkgver}"


[arch-commits] Commit in aarch64-linux-gnu-gdb/trunk (PKGBUILD)

2020-12-06 Thread Anatol Pomozov via arch-commits
Date: Monday, December 7, 2020 @ 06:29:47
  Author: anatolik
Revision: 771354

Enable source highlighting

Modified:
  aarch64-linux-gnu-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 04:54:50 UTC (rev 771353)
+++ PKGBUILD2020-12-07 06:29:47 UTC (rev 771354)
@@ -8,7 +8,7 @@
 arch=(x86_64)
 url='https://www.gnu.org/software/gdb/'
 license=(GPL3)
-depends=(xz ncurses expat python guile gdb-common mpfr libelf)
+depends=(xz ncurses expat python guile gdb-common mpfr libelf source-highlight)
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
@@ -28,6 +28,7 @@
   ../configure \
 --target=$_target \
 --prefix=/usr \
+--enable-source-highlight \
 --enable-languages=c,c++ \
 --disable-multilib \
 --enable-interwork \


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

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Monday, December 7, 2020 @ 04:54:50
  Author: foutrelis
Revision: 771353

archrelease: copy trunk to community-staging-x86_64

Added:
  supercollider/repos/community-staging-x86_64/
  supercollider/repos/community-staging-x86_64/PKGBUILD
(from rev 771352, supercollider/trunk/PKGBUILD)
  supercollider/repos/community-staging-x86_64/supercollider.install
(from rev 771352, supercollider/trunk/supercollider.install)

---+
 PKGBUILD  |   92 
 supercollider.install |8 
 2 files changed, 100 insertions(+)

Copied: supercollider/repos/community-staging-x86_64/PKGBUILD (from rev 771352, 
supercollider/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-07 04:54:50 UTC (rev 771353)
@@ -0,0 +1,92 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: osc 
+
+_name=SuperCollider
+pkgname=supercollider
+pkgver=3.11.2
+pkgrel=2
+pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
+arch=('x86_64')
+url="https://supercollider.github.io;
+license=('GPL3')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc'  'libx11' 'qt5-base' 'qt5-svg' 'qt5-webengine'
+'qt5-websockets')
+makedepends=('abletonlink' 'alsa-lib' 'avahi' 'boost' 'cmake' 'emacs' 'fftw'
+'libsndfile' 'qt5-tools' 'readline' 'systemd-libs' 'yaml-cpp')
+checkdepends=('xorg-server-xvfb')
+optdepends=('emacs: emacs interface'
+'gedit: gedit interface'
+'sc3-plugins: additional extension plugins for scsynth')
+provides=('libscsynth.so' "sclang=${pkgver}" "scsynth=${pkgver}")
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source.tar.bz2"{,.asc}
+
"${pkgname}-3.11.1-devendor_abletonlink.patch::https://github.com/supercollider/supercollider/pull/4836/commits/95bd9721226f3cb1bba903bea8154cee5859cfb8.patch;
+
"${pkgname}-3.11.2-fix_4992.patch::https://github.com/dvzrv/supercollider/commit/9563fb5e73425a2ee0370162178964cceb559d5d.patch;
+
"${pkgname}-3.11.2-boost-1.74.patch::https://github.com/supercollider/supercollider/commit/cc873049ff9249a33567e4cbcdeffeb6806a30d6.patch;
+)
+install="${pkgname}.install"
+sha512sums=('636062c6acf8be43260632287b587f167352079c4e86ede34d1c6056180bfdb3ae50d6a3ff4f349327a3ab6af0eb01ac503d6b22667b4799dfcddd9c6489a23c'
+'SKIP'
+
'6a31c8c2edd102b806cfe110c2f27516e9fe05a7b074d50e14d5aad69cb80a2badfcb3a20f942d6dee90dfaf4bf5ae7eb8b8ef8c517ea8e0110bee7f0c2c4f40'
+
'9cf9f96c91f267a9f1a4ab423731d87c808acee84c06a81f58821caffab433d099d198df85f1e3829e772d59028907eb65fec155c6e31fee010e2573084b5c7c'
+
'e50660ec5ecd19464ecfe22a0a4cab2df58c9eefb3d19c71763b95d2a0e8fecd7feb4fa3722965e10c3e7f36151fc255c9a8af22caee9d00f1d29af3860569ba')
+b2sums=('3713561e5ebee6dd4c08baa8aaaf4a422ab983480c76b2176373ce3cd080128f9392b50482e02dc82dce235e928d058c42722e0863dad9f6d2dd086894cd85da'
+'SKIP'
+
'c589ea2451b4c232fa34de1b442e6822fb5867475b0e0bb7b94563cbfac54f09f47a7be8cf1e9f4a2896ffa678db40d718ec9ee301ad037eaebeb71772e773e4'
+
'1037589e0210d4ca86986a44c657539d2ffb6ca1684777b5bd38dfe3fdadfcd3d14df4d16a4af29643ca15647e96915e99866bb04626e8947ab38ae4d303225f'
+
'c3eafd046222c43e06f83eb222da96bf5a4410fbe46894e1dda36c096a7656a56ef9a193b54767fd4eb835cefe56024e75ade31ed1d7721812bd0a471876a02a')
+validpgpkeys=('0B7D1EA4E32B5C3C4275D3C70796CC538BEFF177') # Brian Heim 

+
+
+prepare() {
+  mv -v "${_name}-${pkgver}-Source" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # devendoring Ableton Link:
+  # https://github.com/supercollider/supercollider/issues/4818
+  # https://github.com/supercollider/supercollider/pull/4836
+  echo "Applying patch: ../${pkgname}-3.11.1-devendor_abletonlink.patch"
+  patch -Np1 -i "../${pkgname}-3.11.1-devendor_abletonlink.patch"
+  # fix linker issues with libscsynth.so (backported patch)
+  # https://github.com/supercollider/supercollider/issues/4992
+  echo "Applying patch: ../${pkgname}-3.11.2-fix_4992.patch"
+  patch -Np1 -i "../${pkgname}-3.11.2-fix_4992.patch"
+
+  echo "Applying patch: ../${pkgname}-3.11.2-boost-1.74.patch"
+  patch -Np1 -i "../${pkgname}-3.11.2-boost-1.74.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CFLAGS+=" -DNDEBUG"
+  export CXXFLAGS+=" -DNDEBUG"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='None' \
+-DBoost_NO_BOOST_CMAKE=ON \
+-DLIBSCSYNTH=ON \
+-DFORTIFY=ON \
+-DSYSTEM_ABLETON_LINK=ON \
+-DSYSTEM_BOOST=ON \
+-DSYSTEM_YAMLCPP=ON \
+-DSC_VIM=OFF \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  xvfb-run make test ARGS="-VV -d -j1" -C build
+}

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

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Monday, December 7, 2020 @ 04:54:45
  Author: foutrelis
Revision: 771352

upgpkg: supercollider 3.11.2-2: boost 1.74.0 rebuild

Modified:
  supercollider/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 04:51:31 UTC (rev 771351)
+++ PKGBUILD2020-12-07 04:54:45 UTC (rev 771352)
@@ -5,7 +5,7 @@
 _name=SuperCollider
 pkgname=supercollider
 pkgver=3.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
 arch=('x86_64')
 url="https://supercollider.github.io;


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

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Monday, December 7, 2020 @ 04:51:31
  Author: foutrelis
Revision: 771351

Fix build with boost 1.74

Modified:
  supercollider/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 01:15:27 UTC (rev 771350)
+++ PKGBUILD2020-12-07 04:51:31 UTC (rev 771351)
@@ -23,16 +23,19 @@
 
source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source.tar.bz2"{,.asc}
 
"${pkgname}-3.11.1-devendor_abletonlink.patch::https://github.com/supercollider/supercollider/pull/4836/commits/95bd9721226f3cb1bba903bea8154cee5859cfb8.patch;
 
"${pkgname}-3.11.2-fix_4992.patch::https://github.com/dvzrv/supercollider/commit/9563fb5e73425a2ee0370162178964cceb559d5d.patch;
+
"${pkgname}-3.11.2-boost-1.74.patch::https://github.com/supercollider/supercollider/commit/cc873049ff9249a33567e4cbcdeffeb6806a30d6.patch;
 )
 install="${pkgname}.install"
 
sha512sums=('636062c6acf8be43260632287b587f167352079c4e86ede34d1c6056180bfdb3ae50d6a3ff4f349327a3ab6af0eb01ac503d6b22667b4799dfcddd9c6489a23c'
 'SKIP'
 
'6a31c8c2edd102b806cfe110c2f27516e9fe05a7b074d50e14d5aad69cb80a2badfcb3a20f942d6dee90dfaf4bf5ae7eb8b8ef8c517ea8e0110bee7f0c2c4f40'
-
'9cf9f96c91f267a9f1a4ab423731d87c808acee84c06a81f58821caffab433d099d198df85f1e3829e772d59028907eb65fec155c6e31fee010e2573084b5c7c')
+
'9cf9f96c91f267a9f1a4ab423731d87c808acee84c06a81f58821caffab433d099d198df85f1e3829e772d59028907eb65fec155c6e31fee010e2573084b5c7c'
+
'e50660ec5ecd19464ecfe22a0a4cab2df58c9eefb3d19c71763b95d2a0e8fecd7feb4fa3722965e10c3e7f36151fc255c9a8af22caee9d00f1d29af3860569ba')
 
b2sums=('3713561e5ebee6dd4c08baa8aaaf4a422ab983480c76b2176373ce3cd080128f9392b50482e02dc82dce235e928d058c42722e0863dad9f6d2dd086894cd85da'
 'SKIP'
 
'c589ea2451b4c232fa34de1b442e6822fb5867475b0e0bb7b94563cbfac54f09f47a7be8cf1e9f4a2896ffa678db40d718ec9ee301ad037eaebeb71772e773e4'
-
'1037589e0210d4ca86986a44c657539d2ffb6ca1684777b5bd38dfe3fdadfcd3d14df4d16a4af29643ca15647e96915e99866bb04626e8947ab38ae4d303225f')
+
'1037589e0210d4ca86986a44c657539d2ffb6ca1684777b5bd38dfe3fdadfcd3d14df4d16a4af29643ca15647e96915e99866bb04626e8947ab38ae4d303225f'
+
'c3eafd046222c43e06f83eb222da96bf5a4410fbe46894e1dda36c096a7656a56ef9a193b54767fd4eb835cefe56024e75ade31ed1d7721812bd0a471876a02a')
 validpgpkeys=('0B7D1EA4E32B5C3C4275D3C70796CC538BEFF177') # Brian Heim 

 
 
@@ -48,6 +51,9 @@
   # https://github.com/supercollider/supercollider/issues/4992
   echo "Applying patch: ../${pkgname}-3.11.2-fix_4992.patch"
   patch -Np1 -i "../${pkgname}-3.11.2-fix_4992.patch"
+
+  echo "Applying patch: ../${pkgname}-3.11.2-boost-1.74.patch"
+  patch -Np1 -i "../${pkgname}-3.11.2-boost-1.74.patch"
 }
 
 build() {


[arch-commits] Commit in gnome-chess/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 7, 2020 @ 03:14:23
  Author: heftig
Revision: 403039

archrelease: copy trunk to extra-x86_64

Added:
  gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 403038, gnome-chess/trunk/PKGBUILD)
Deleted:
  gnome-chess/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-07 03:14:10 UTC (rev 403038)
+++ PKGBUILD2020-12-07 03:14:23 UTC (rev 403039)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.38.0
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-url="https://wiki.gnome.org/Apps/Chess;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 librsvg)
-makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson) 
-optdepends=('gnuchess: Play against computer')
-groups=(gnome-extra)
-_commit=a6dfe62507bbdec461c1b3ee8c47fd36934e3b5d  # tags/3.38.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-chess.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-chess/repos/extra-x86_64/PKGBUILD (from rev 403038, 
gnome-chess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-07 03:14:23 UTC (rev 403039)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.38.1
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+url="https://wiki.gnome.org/Apps/Chess;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 librsvg)
+makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson) 
+optdepends=('gnuchess: Play against computer')
+groups=(gnome-extra)
+_commit=433ffc18de77c6db9236d0e6d815e67ced98489a  # tags/3.38.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-chess.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 7, 2020 @ 03:14:10
  Author: heftig
Revision: 403038

3.38.1-1

Modified:
  gnome-chess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 00:50:10 UTC (rev 403037)
+++ PKGBUILD2020-12-07 03:14:10 UTC (rev 403038)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-chess
-pkgver=3.38.0
+pkgver=3.38.1
 pkgrel=1
 pkgdesc="Play the classic two-player boardgame of chess"
 url="https://wiki.gnome.org/Apps/Chess;
@@ -12,7 +12,7 @@
 makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson) 
 optdepends=('gnuchess: Play against computer')
 groups=(gnome-extra)
-_commit=a6dfe62507bbdec461c1b3ee8c47fd36934e3b5d  # tags/3.38.0^0
+_commit=433ffc18de77c6db9236d0e6d815e67ced98489a  # tags/3.38.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-chess.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Monday, December 7, 2020 @ 01:15:24
  Author: foutrelis
Revision: 771349

upgpkg: yosys 0.9-9: boost 1.74.0 rebuild

Modified:
  yosys/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 01:08:02 UTC (rev 771348)
+++ PKGBUILD2020-12-07 01:15:24 UTC (rev 771349)
@@ -4,7 +4,7 @@
 
 pkgname=yosys
 pkgver=0.9
-pkgrel=8
+pkgrel=9
 pkgdesc='A framework for RTL synthesis'
 arch=('x86_64')
 url='http://www.clifford.at/yosys/'


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

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Monday, December 7, 2020 @ 01:15:27
  Author: foutrelis
Revision: 771350

archrelease: copy trunk to community-staging-x86_64

Added:
  yosys/repos/community-staging-x86_64/
  yosys/repos/community-staging-x86_64/PKGBUILD
(from rev 771349, yosys/trunk/PKGBUILD)

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

Copied: yosys/repos/community-staging-x86_64/PKGBUILD (from rev 771349, 
yosys/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-07 01:15:27 UTC (rev 771350)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Benoît Allard 
+# Contributor: killruana 
+
+pkgname=yosys
+pkgver=0.9
+pkgrel=9
+pkgdesc='A framework for RTL synthesis'
+arch=('x86_64')
+url='http://www.clifford.at/yosys/'
+license=('custom:ISC')
+depends=('abc' 'bash' 'boost-libs' 'tcl' 'libffi' 'python' 'protobuf')
+makedepends=('boost')
+checkdepends=('iverilog')
+optdepends=('graphviz: Schematics display support'
+'xdot: Display netlists')
+source=("https://github.com/cliffordwolf/yosys/archive/$pkgname-$pkgver.tar.gz;)
+sha512sums=('6ae0f822ca0e3ec749773dae89e948488b698aaa149e73f04604dd899ac403a3073645f0e27382801f5f1a9483d87ef4066fde5dc797181eff06684de7a5b138')
+
+_make() {
+make \
+PREFIX="/usr" \
+CONFIG=gcc \
+ENABLE_TCL=1 \
+ENABLE_ABC=1 \
+ENABLE_GLOB=1 \
+ENABLE_PLUGINS=1 \
+ENABLE_LIBYOSYS=1 \
+ENABLE_PROTOBUF=1 \
+ENABLE_ZLIB=1 \
+ENABLE_PYOSYS=1 \
+ABCEXTERNAL=abc \
+BOOST_PYTHON_LIB="-lpython3.9 -lboost_python39" $@
+}
+
+build() {
+cd $pkgname-$pkgname-$pkgver
+_make
+}
+
+check() {
+cd $pkgname-$pkgname-$pkgver
+_make test
+}
+
+package() {
+cd $pkgname-$pkgname-$pkgver
+_make DESTDIR="$pkgdir" PYTHON_PREFIX="$pkgdir/usr" install
+
+install -Dm644 COPYING -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


[arch-commits] Commit in prusa-slicer/repos (3 files)

2020-12-06 Thread Felix Yan via arch-commits
Date: Monday, December 7, 2020 @ 01:08:02
  Author: felixonmars
Revision: 771348

archrelease: copy trunk to community-staging-x86_64

Added:
  prusa-slicer/repos/community-staging-x86_64/
  prusa-slicer/repos/community-staging-x86_64/PKGBUILD
(from rev 771347, prusa-slicer/trunk/PKGBUILD)
  prusa-slicer/repos/community-staging-x86_64/prusa-slicer.desktop
(from rev 771347, prusa-slicer/trunk/prusa-slicer.desktop)

--+
 PKGBUILD |   54 +
 prusa-slicer.desktop |   10 +
 2 files changed, 64 insertions(+)

Copied: prusa-slicer/repos/community-staging-x86_64/PKGBUILD (from rev 771347, 
prusa-slicer/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-07 01:08:02 UTC (rev 771348)
@@ -0,0 +1,54 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=prusa-slicer
+pkgver=2.2.0
+pkgrel=8
+pkgdesc="G-code generator for 3D printers (Prusa fork of Slic3r)"
+arch=(x86_64)
+url="https://github.com/prusa3d/PrusaSlicer;
+license=(AGPL3)
+depends=(boost-libs curl glew intel-tbb nlopt wxgtk2 qhull openvdb cgal) 
#wxgtk3)
+makedepends=(cmake boost cereal eigen expat gtest libpng systemd)
+replaces=(slic3r-prusa3d)
+source=(${url}/archive/version_${pkgver}/${pkgname}-${pkgver}.tar.gz
+${pkgname}-boost-1.73.patch::${url}/commit/3a194f918716.patch
+${pkgname}.desktop)
+sha256sums=('e6e0c83bf92e448ec058fd3063b84caca69f58b8b419e48eace6e8ce534937c0'
+'630b9db185ef3891387f3ade3eb29611eef7f7fc3fd8579b84864b936abf4b6f'
+'9d21467c541b809f149b39c7c6b4f60b2c866823021fb6f8a076290583982d11')
+
+prepare() {
+  cd PrusaSlicer-version_${pkgver}
+  sed -i '1i\#include ' src/slic3r/GUI/Mouse3DController.hpp
+  patch -Np1 -i ../${pkgname}-boost-1.73.patch
+}
+
+build() {
+  cmake -B build -S PrusaSlicer-version_${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DSLIC3R_FHS=ON \
+-DSLIC3R_PCH=OFF \
+-DSLIC3R_WX_STABLE=ON #\
+#-DSLIC3R_GTK=3 \
+#-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+  make -C build
+}
+
+check() {
+  cd build
+  ctest -v
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+
+  # Desktop file
+  install -Dm644 ${pkgname}.desktop -t "${pkgdir}"/usr/share/applications/
+
+  # Desktop icons
+  for i in 32 128 192 ; do
+mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/
+ln -s /usr/share/PrusaSlicer/icons/PrusaSlicer_${i}px.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/${pkgname}.png
+  done
+}

Copied: prusa-slicer/repos/community-staging-x86_64/prusa-slicer.desktop (from 
rev 771347, prusa-slicer/trunk/prusa-slicer.desktop)
===
--- community-staging-x86_64/prusa-slicer.desktop   
(rev 0)
+++ community-staging-x86_64/prusa-slicer.desktop   2020-12-07 01:08:02 UTC 
(rev 771348)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=PrusaSlicer
+Exec=/usr/bin/prusa-slicer
+Icon=prusa-slicer
+Terminal=false
+Type=Application
+StartupNotify=false
+MimeType=model/stl;application/vnd.ms-3mfdocument;application/prs.wavefront-obj;application/x-amf;
+Categories=Graphics;3DGraphics;
+Keywords=3D;Printing;Slicer;


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Monday, December 7, 2020 @ 01:07:49
  Author: felixonmars
Revision: 771347

upgpkg: prusa-slicer 2.2.0-8: boost 1.74.0 rebuild

Modified:
  prusa-slicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 00:59:45 UTC (rev 771346)
+++ PKGBUILD2020-12-07 01:07:49 UTC (rev 771347)
@@ -2,7 +2,7 @@
 
 pkgname=prusa-slicer
 pkgver=2.2.0
-pkgrel=7
+pkgrel=8
 pkgdesc="G-code generator for 3D printers (Prusa fork of Slic3r)"
 arch=(x86_64)
 url="https://github.com/prusa3d/PrusaSlicer;


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

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Monday, December 7, 2020 @ 00:59:45
  Author: foutrelis
Revision: 771346

Fix build with boost 1.73

Modified:
  prusa-slicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 00:36:35 UTC (rev 771345)
+++ PKGBUILD2020-12-07 00:59:45 UTC (rev 771346)
@@ -11,10 +11,18 @@
 makedepends=(cmake boost cereal eigen expat gtest libpng systemd)
 replaces=(slic3r-prusa3d)
 source=(${url}/archive/version_${pkgver}/${pkgname}-${pkgver}.tar.gz
+${pkgname}-boost-1.73.patch::${url}/commit/3a194f918716.patch
 ${pkgname}.desktop)
 sha256sums=('e6e0c83bf92e448ec058fd3063b84caca69f58b8b419e48eace6e8ce534937c0'
+'630b9db185ef3891387f3ade3eb29611eef7f7fc3fd8579b84864b936abf4b6f'
 '9d21467c541b809f149b39c7c6b4f60b2c866823021fb6f8a076290583982d11')
 
+prepare() {
+  cd PrusaSlicer-version_${pkgver}
+  sed -i '1i\#include ' src/slic3r/GUI/Mouse3DController.hpp
+  patch -Np1 -i ../${pkgname}-boost-1.73.patch
+}
+
 build() {
   cmake -B build -S PrusaSlicer-version_${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \


[arch-commits] Commit in gstreamer-vaapi/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 7, 2020 @ 00:50:10
  Author: heftig
Revision: 403037

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-07 00:49:56 UTC (rev 403036)
+++ PKGBUILD2020-12-07 00:50:10 UTC (rev 403037)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gstreamer-vaapi
-pkgver=1.18.1
-pkgrel=1
-pkgdesc="Multimedia graph framework - vaapi plugin"
-url="https://gstreamer.freedesktop.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(gst-plugins-bad libva libxrandr)
-makedepends=(python git meson gtk3)
-_commit=f9e925af3645439f7b7a4580700fcd6ce17fc1c9  # tags/1.18.1^0
-source=("git+https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgbase build \
--D doc=disabled \
--D package-origin="https://www.archlinux.org/;
-  meson compile -C build
-}
-
-check() (
-  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
-  export XDG_RUNTIME_DIR
-
-  # Fails without hardware
-  meson test -C build --print-errorlogs || :
-)
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gstreamer-vaapi/repos/extra-x86_64/PKGBUILD (from rev 403036, 
gstreamer-vaapi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-07 00:50:10 UTC (rev 403037)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gstreamer-vaapi
+pkgver=1.18.2
+pkgrel=1
+pkgdesc="Multimedia graph framework - vaapi plugin"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(gst-plugins-bad libva libxrandr)
+makedepends=(python git meson gtk3)
+_commit=153325f39ab6b94fd9f607cd33986132a00459ea  # tags/1.18.2^0
+source=("git+https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D doc=disabled \
+-D package-origin="https://www.archlinux.org/;
+  meson compile -C build
+}
+
+check() (
+  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
+  export XDG_RUNTIME_DIR
+
+  # Fails without hardware
+  meson test -C build --print-errorlogs || :
+)
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 7, 2020 @ 00:49:56
  Author: heftig
Revision: 403036

1.18.2-1

Modified:
  gstreamer-vaapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 00:49:18 UTC (rev 403035)
+++ PKGBUILD2020-12-07 00:49:56 UTC (rev 403036)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gstreamer-vaapi
-pkgver=1.18.1
+pkgver=1.18.2
 pkgrel=1
 pkgdesc="Multimedia graph framework - vaapi plugin"
 url="https://gstreamer.freedesktop.org/;
@@ -9,7 +9,7 @@
 license=(LGPL)
 depends=(gst-plugins-bad libva libxrandr)
 makedepends=(python git meson gtk3)
-_commit=f9e925af3645439f7b7a4580700fcd6ce17fc1c9  # tags/1.18.1^0
+_commit=153325f39ab6b94fd9f607cd33986132a00459ea  # tags/1.18.2^0
 
source=("git+https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gst-python/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 7, 2020 @ 00:49:18
  Author: heftig
Revision: 403035

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-07 00:49:18 UTC (rev 403034)
+++ PKGBUILD2020-12-07 00:49:18 UTC (rev 403035)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Jan de Groot 
-
-pkgname=gst-python
-pkgver=1.18.1
-pkgrel=3
-pkgdesc="Multimedia graph framework - python bindings"
-url="https://gstreamer.freedesktop.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(python-gobject gst-plugins-base-libs)
-makedepends=(git meson)
-_commit=576dbbf3a198b1759485a4232820d4c34b41365b  # tags/1.18.1^0
-source=("git+https://gitlab.freedesktop.org/gstreamer/gst-python.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
-  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
-}

Copied: gst-python/repos/extra-x86_64/PKGBUILD (from rev 403033, 
gst-python/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-07 00:49:18 UTC (rev 403035)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Jan de Groot 
+
+pkgname=gst-python
+pkgver=1.18.2
+pkgrel=1
+pkgdesc="Multimedia graph framework - python bindings"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(python-gobject gst-plugins-base-libs)
+makedepends=(git meson)
+_commit=54e2576b10e5f98b6ab9b0db6c0daf4723064dff  # tags/1.18.2^0
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-python.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
+}


[arch-commits] Commit in gst-libav/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 7, 2020 @ 00:49:18
  Author: heftig
Revision: 403034

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-07 00:48:56 UTC (rev 403033)
+++ PKGBUILD2020-12-07 00:49:18 UTC (rev 403034)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-libav
-pkgver=1.18.1
-pkgrel=1
-pkgdesc="Multimedia graph framework - libav plugin"
-url="https://gstreamer.freedesktop.org/;
-arch=(x86_64)
-license=(GPL)
-depends=(gst-plugins-base-libs bzip2 ffmpeg)
-makedepends=(python git meson)
-provides=("gst-ffmpeg=$pkgver-$pkgrel")
-_commit=097313530cae4a49437a779a9ded0ade8113c26b  # tags/1.18.1^0
-source=("git+https://gitlab.freedesktop.org/gstreamer/gst-libav.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D doc=disabled \
--D package-name="GStreamer FFmpeg Plugin (Arch Linux)" \
--D package-origin="https://www.archlinux.org/;
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gst-libav/repos/extra-x86_64/PKGBUILD (from rev 403033, 
gst-libav/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-07 00:49:18 UTC (rev 403034)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-libav
+pkgver=1.18.2
+pkgrel=1
+pkgdesc="Multimedia graph framework - libav plugin"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(GPL)
+depends=(gst-plugins-base-libs bzip2 ffmpeg)
+makedepends=(python git meson)
+provides=("gst-ffmpeg=$pkgver-$pkgrel")
+_commit=20352236c2c22cd4b48d30c4218218e22e07ef77  # tags/1.18.2^0
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-libav.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D doc=disabled \
+-D package-name="GStreamer FFmpeg Plugin (Arch Linux)" \
+-D package-origin="https://www.archlinux.org/;
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 7, 2020 @ 00:48:56
  Author: heftig
Revision: 403033

1.18.2-1

Modified:
  gst-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 00:48:16 UTC (rev 403032)
+++ PKGBUILD2020-12-07 00:48:56 UTC (rev 403033)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=gst-python
-pkgver=1.18.1
-pkgrel=3
+pkgver=1.18.2
+pkgrel=1
 pkgdesc="Multimedia graph framework - python bindings"
 url="https://gstreamer.freedesktop.org/;
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(LGPL)
 depends=(python-gobject gst-plugins-base-libs)
 makedepends=(git meson)
-_commit=576dbbf3a198b1759485a4232820d4c34b41365b  # tags/1.18.1^0
+_commit=54e2576b10e5f98b6ab9b0db6c0daf4723064dff  # tags/1.18.2^0
 
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-python.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 7, 2020 @ 00:48:16
  Author: heftig
Revision: 403032

1.18.2-1

Modified:
  gst-libav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 00:48:01 UTC (rev 403031)
+++ PKGBUILD2020-12-07 00:48:16 UTC (rev 403032)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gst-libav
-pkgver=1.18.1
+pkgver=1.18.2
 pkgrel=1
 pkgdesc="Multimedia graph framework - libav plugin"
 url="https://gstreamer.freedesktop.org/;
@@ -11,7 +11,7 @@
 depends=(gst-plugins-base-libs bzip2 ffmpeg)
 makedepends=(python git meson)
 provides=("gst-ffmpeg=$pkgver-$pkgrel")
-_commit=097313530cae4a49437a779a9ded0ade8113c26b  # tags/1.18.1^0
+_commit=20352236c2c22cd4b48d30c4218218e22e07ef77  # tags/1.18.2^0
 
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-libav.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gst-plugins-good/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 7, 2020 @ 00:48:01
  Author: heftig
Revision: 403031

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |  146 ++---
 1 file changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-07 00:48:01 UTC (rev 403030)
+++ PKGBUILD2020-12-07 00:48:01 UTC (rev 403031)
@@ -1,73 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=gst-plugins-good
-pkgname=(gst-plugins-good gst-plugin-gtk gst-plugin-qmlgl)
-pkgver=1.18.1
-pkgrel=1
-pkgdesc="Multimedia graph framework - good plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(libpulse libsoup gst-plugins-base-libs wavpack aalib taglib libdv 
libshout libvpx
- gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev speex flac
- libraw1394 lame mpg123 twolame)
-makedepends=(python git meson jack2 gtk3 
qt5-{tools,declarative,x11extras,wayland} nasm)
-checkdepends=(gst-plugins-base xorg-server-xvfb)
-options=(!emptydirs)
-_commit=7c44cdb0e00dd1c9932d8e5194b09fcf4e1e6fc1  # tags/1.18.1^0
-source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D doc=disabled \
--D rpicamsrc=disabled \
--D gobject-cast-checks=disabled \
--D package-name="GStreamer Good Plugins (Arch Linux)" \
--D package-origin="https://www.archlinux.org/;
-  meson compile -C build
-}
-
-check() (
-  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
-  export XDG_RUNTIME_DIR
-
-  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' \
-meson test -C build --print-errorlogs
-)
-
-package_gst-plugins-good() {
-  depends+=(libjack.so)
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  for _x in gtk qmlgl; do
-mkdir -p "$_x/lib/gstreamer-1.0"
-_f="lib/gstreamer-1.0/libgst${_x}.so"
-mv "$pkgdir/usr/$_f" "$_x/$_f"
-  done
-}
-
-package_gst-plugin-gtk() {
-  pkgdesc="${pkgdesc%-*}- gtk plugin"
-  depends=(gst-plugins-base-libs gtk3)
-
-  mv gtk "$pkgdir/usr"
-}
-
-package_gst-plugin-qmlgl() {
-  pkgdesc="${pkgdesc%-*}- qmlgl plugin"
-  depends=(gst-plugins-base-libs qt5-{declarative,x11extras,wayland})
-
-  mv qmlgl "$pkgdir/usr"
-}

Copied: gst-plugins-good/repos/extra-x86_64/PKGBUILD (from rev 403028, 
gst-plugins-good/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-07 00:48:01 UTC (rev 403031)
@@ -0,0 +1,73 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=gst-plugins-good
+pkgname=(gst-plugins-good gst-plugin-gtk gst-plugin-qmlgl)
+pkgver=1.18.2
+pkgrel=1
+pkgdesc="Multimedia graph framework - good plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(libpulse libsoup gst-plugins-base-libs wavpack aalib taglib libdv 
libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev speex flac
+ libraw1394 lame mpg123 twolame)
+makedepends=(python git meson jack2 gtk3 
qt5-{tools,declarative,x11extras,wayland} nasm)
+checkdepends=(gst-plugins-base xorg-server-xvfb)
+options=(!emptydirs)
+_commit=cc896a7e9031de420ab915ab94451ffa9c1bf26d  # tags/1.18.2^0
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D doc=disabled \
+-D rpicamsrc=disabled \
+-D gobject-cast-checks=disabled \
+-D package-name="GStreamer Good Plugins (Arch Linux)" \
+-D package-origin="https://www.archlinux.org/;
+  meson compile -C build
+}
+
+check() (
+  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
+  export XDG_RUNTIME_DIR
+
+  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' \
+meson test -C build --print-errorlogs
+)
+
+package_gst-plugins-good() {
+  depends+=(libjack.so)
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  for _x in gtk qmlgl; do
+mkdir -p "$_x/lib/gstreamer-1.0"
+_f="lib/gstreamer-1.0/libgst${_x}.so"
+mv "$pkgdir/usr/$_f" "$_x/$_f"
+  done
+}
+
+package_gst-plugin-gtk() {
+  pkgdesc="${pkgdesc%-*}- gtk plugin"
+  depends=(gst-plugins-base-libs gtk3)
+
+  mv gtk "$pkgdir/usr"
+}
+
+package_gst-plugin-qmlgl() {
+  pkgdesc="${pkgdesc%-*}- qmlgl plugin"
+  

[arch-commits] Commit in gst-plugins-bad/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 7, 2020 @ 00:48:01
  Author: heftig
Revision: 403030

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |  255 ++---
 1 file changed, 127 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-07 00:48:00 UTC (rev 403029)
+++ PKGBUILD2020-12-07 00:48:01 UTC (rev 403030)
@@ -1,128 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=gst-plugins-bad
-pkgname=(gst-plugins-bad-libs gst-plugins-bad gst-plugin-opencv)
-pkgver=1.18.1
-pkgrel=1
-pkgdesc="Multimedia graph framework - bad plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(gst-plugins-base-libs orc libdrm libx11 libgudev libusb libvdpau
- libxkbcommon-x11)
-makedepends=(mjpegtools curl chromaprint libmms faad2 libdca libdvdnav
- libmodplug libgme nettle libkate wayland libofa openjpeg2 libwebp
- libsrtp sbc rtmpdump libexif libdvdread wildmidi ladspa openal
- vulkan-icd-loader libfdk-aac faac soundtouch spandsp neon
- webrtc-audio-processing libdc1394 libmpcdec zvbi openexr libbs2b
- libnice lcms2 bluez-libs glu srt aom x265 liblrdf libde265 zbar
- librsvg fluidsynth lilv lv2 gst-plugins-good python git
- gobject-introspection vulkan-headers vulkan-validation-layers
- wayland-protocols gtk3 meson shaderc libavtp svt-hevc libmicrodns
- zxing-cpp opencv libva)
-checkdepends=(xorg-server-xvfb)
-options=(!emptydirs)
-_commit=e5c3c106a2da607953fea36e3a253b382c939684  # tags/1.18.1^0
-source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  git cherry-pick -n 3ea6387f969c0b08027fc959b8b8cd102708bceb  # Fix 
svthevcenc test
-  git cherry-pick -n 77f28ee3e71d1c5bd8278967963b08b226515dd1  # opencv 4.5
-}
-
-build() {
-  arch-meson $pkgbase build \
--D directfb=disabled \
--D doc=disabled \
--D flite=disabled \
--D gsm=disabled \
--D iqa=disabled \
--D magicleap=disabled \
--D msdk=disabled \
--D nvdec=disabled \
--D nvenc=disabled \
--D openh264=disabled \
--D openmpt=disabled \
--D openni2=disabled \
--D opensles=disabled \
--D tinyalsa=disabled \
--D voaacenc=disabled \
--D voamrwbenc=disabled \
--D wasapi2=disabled \
--D wasapi=disabled \
--D wpe=disabled \
--D gobject-cast-checks=disabled \
--D package-name="GStreamer Bad Plugins (Arch Linux)" \
--D package-origin="https://www.archlinux.org/;
-  meson compile -C build
-}
-
-check() (
-  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
-  export XDG_RUNTIME_DIR
-
-  # elements_dtls test hangs sometimes
-  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' \
-meson test -C build --print-errorlogs || :
-)
-
-package_gst-plugins-bad-libs() {
-  pkgdesc="${pkgdesc% plugins}"
-  provides=("gst-transcoder=$pkgver")
-  conflicts=("gst-transcoder<1.18.0")
-  replaces=("gst-transcoder<1.18.0")
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  mkdir -p ext/lib/gstreamer-1.0
-  for _x in aom assrender bs2b bz2 chromaprint closedcaption colormanagement \
-curl dc1394 de265 dtls dtsdec faac faad fdkaac fluidsynthmidi gme \
-hls kate ladspa lv2 mms modplug mpeg2enc mplex musepack \
-neonhttpsrc ofa openal openexr openjpeg opusparse resindvd rsvg \
-rtmp sbc sctp smoothstreaming sndfile soundtouch spandsp srt srtp \
-teletext ttmlsubs vulkan waylandsink webp webrtc webrtcdsp \
-wildmidi x265 zbar va svthevcenc avtp zxing microdns; do
-_x="lib/gstreamer-1.0/libgst${_x}.so"
-mv "$pkgdir/usr/$_x" "ext/$_x"
-  done
-
-  mkdir -p opencv/{lib,include/gstreamer-1.0/gst}
-  mv -t opencv/lib "$pkgdir"/usr/lib/*opencv*
-  mv -t opencv/include/gstreamer-1.0/gst \
-"$pkgdir"/usr/include/gstreamer-1.0/gst/opencv
-
-  for _x in opencv; do
-mkdir -p "$_x/lib/gstreamer-1.0"
-_f="lib/gstreamer-1.0/libgst${_x}.so"
-mv "$pkgdir/usr/$_f" "$_x/$_f"
-  done
-}
-
-package_gst-plugins-bad() {
-  depends=("gst-plugins-bad-libs=$pkgver" gst-plugins-good
-   aom libass libbs2b bzip2 chromaprint pango lcms2 curl libxml2
-   libdc1394 libde265 openssl libdca faac faad2 libfdk-aac fluidsynth
-   libgme nettle libkate liblrdf lilv libmms libmodplug mjpegtools
-   libmpcdec neon libofa openal openexr openjpeg2 opus libdvdnav
-   libdvdread librsvg rtmpdump sbc libsndfile soundtouch spandsp srt
-   

[arch-commits] Commit in gst-plugins-ugly/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 7, 2020 @ 00:48:00
  Author: heftig
Revision: 403029

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-07 00:47:46 UTC (rev 403028)
+++ PKGBUILD2020-12-07 00:48:00 UTC (rev 403029)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-ugly
-pkgver=1.18.1
-pkgrel=1
-pkgdesc="Multimedia graph framework - ugly plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(gst-plugins-base-libs libdvdread libmpeg2 a52dec libsidplay libcdio
- x264 opencore-amr)
-makedepends=(python git meson)
-_commit=720672eed30b3be47b2f26d67554786c0d3693ad  # tags/1.18.1^0
-source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D doc=disabled \
--D gobject-cast-checks=disabled \
--D package-name="GStreamer Ugly Plugins (Arch Linux)" \
--D package-origin="https://www.archlinux.org/;
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gst-plugins-ugly/repos/extra-x86_64/PKGBUILD (from rev 403028, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-07 00:48:00 UTC (rev 403029)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-ugly
+pkgver=1.18.2
+pkgrel=1
+pkgdesc="Multimedia graph framework - ugly plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(gst-plugins-base-libs libdvdread libmpeg2 a52dec libsidplay libcdio
+ x264 opencore-amr)
+makedepends=(python git meson)
+_commit=45c7522506ff49fcde0933c65c1eba48e1df7500  # tags/1.18.2^0
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D doc=disabled \
+-D gobject-cast-checks=disabled \
+-D package-name="GStreamer Ugly Plugins (Arch Linux)" \
+-D package-origin="https://www.archlinux.org/;
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 7, 2020 @ 00:47:46
  Author: heftig
Revision: 403028

1.18.2-1

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 00:47:18 UTC (rev 403027)
+++ PKGBUILD2020-12-07 00:47:46 UTC (rev 403028)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-bad
 pkgname=(gst-plugins-bad-libs gst-plugins-bad gst-plugin-opencv)
-pkgver=1.18.1
+pkgver=1.18.2
 pkgrel=1
 pkgdesc="Multimedia graph framework - bad plugins"
 url="https://gstreamer.freedesktop.org/;
@@ -23,7 +23,7 @@
  zxing-cpp opencv libva)
 checkdepends=(xorg-server-xvfb)
 options=(!emptydirs)
-_commit=e5c3c106a2da607953fea36e3a253b382c939684  # tags/1.18.1^0
+_commit=b375ee4cdbcb98687c226d6564f8678a809cf02a  # tags/1.18.2^0
 
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -47,8 +47,6 @@
 -D iqa=disabled \
 -D magicleap=disabled \
 -D msdk=disabled \
--D nvdec=disabled \
--D nvenc=disabled \
 -D openh264=disabled \
 -D openmpt=disabled \
 -D openni2=disabled \
@@ -116,6 +114,7 @@
libsrtp zvbi vulkan-icd-loader libxcb wayland libwebp libnice
webrtc-audio-processing wildmidi x265 zbar libavtp svt-hevc
libmicrodns zxing-cpp libva)
+  optdepends=('nvidia-utils: nvcodec plugin')
 
   mv ext "$pkgdir/usr"
 }


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

2020-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 7, 2020 @ 00:47:18
  Author: heftig
Revision: 403027

1.18.2-1

Modified:
  gst-plugins-good/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 00:47:03 UTC (rev 403026)
+++ PKGBUILD2020-12-07 00:47:18 UTC (rev 403027)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-good
 pkgname=(gst-plugins-good gst-plugin-gtk gst-plugin-qmlgl)
-pkgver=1.18.1
+pkgver=1.18.2
 pkgrel=1
 pkgdesc="Multimedia graph framework - good plugins"
 url="https://gstreamer.freedesktop.org/;
@@ -15,7 +15,7 @@
 makedepends=(python git meson jack2 gtk3 
qt5-{tools,declarative,x11extras,wayland} nasm)
 checkdepends=(gst-plugins-base xorg-server-xvfb)
 options=(!emptydirs)
-_commit=7c44cdb0e00dd1c9932d8e5194b09fcf4e1e6fc1  # tags/1.18.1^0
+_commit=cc896a7e9031de420ab915ab94451ffa9c1bf26d  # tags/1.18.2^0
 
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 7, 2020 @ 00:47:03
  Author: heftig
Revision: 403026

1.18.2-1

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 00:43:58 UTC (rev 403025)
+++ PKGBUILD2020-12-07 00:47:03 UTC (rev 403026)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gst-plugins-ugly
-pkgver=1.18.1
+pkgver=1.18.2
 pkgrel=1
 pkgdesc="Multimedia graph framework - ugly plugins"
 url="https://gstreamer.freedesktop.org/;
@@ -11,7 +11,7 @@
 depends=(gst-plugins-base-libs libdvdread libmpeg2 a52dec libsidplay libcdio
  x264 opencore-amr)
 makedepends=(python git meson)
-_commit=720672eed30b3be47b2f26d67554786c0d3693ad  # tags/1.18.1^0
+_commit=45c7522506ff49fcde0933c65c1eba48e1df7500  # tags/1.18.2^0
 
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gst-plugins-base/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 7, 2020 @ 00:43:58
  Author: heftig
Revision: 403025

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |  132 ++---
 1 file changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-07 00:43:57 UTC (rev 403024)
+++ PKGBUILD2020-12-07 00:43:58 UTC (rev 403025)
@@ -1,66 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=gst-plugins-base
-pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.18.1
-pkgrel=1
-pkgdesc="Multimedia graph framework - base plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(gstreamer orc libxv iso-codes libgudev mesa)
-makedepends=(alsa-lib cdparanoia libvisual libvorbis libtheora pango opus
- graphene libpng libjpeg gobject-introspection git meson
- gtk3 qt5-{base,tools,x11extras} clutter sdl2 glu)
-checkdepends=(xorg-server-xvfb)
-options=(!emptydirs)
-_commit=4013b8003e78971dd01b055066c12f8aaadb8897  # tags/1.18.1^0
-source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  arch-meson $pkgbase build \
--D doc=disabled \
--D tremor=disabled \
--D gobject-cast-checks=disabled \
--D package-name="GStreamer Base Plugins (Arch Linux)" \
--D package-origin="https://www.archlinux.org/;
-  meson compile -C build
-}
-
-check() (
-  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
-  export XDG_RUNTIME_DIR
-
-  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' \
-meson test -C build --print-errorlogs
-)
-
-package_gst-plugins-base-libs() {
-  pkgdesc="${pkgdesc% plugins}"
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  mkdir -p ext/lib/gstreamer-1.0
-  for _x in alsa cdparanoia libvisual ogg opengl opus pango theora vorbis; do
-_x="lib/gstreamer-1.0/libgst${_x}.so"
-mv "$pkgdir/usr/$_x" "ext/$_x"
-  done
-}
-
-package_gst-plugins-base() {
-  depends=("gst-plugins-base-libs=$pkgver"
-   alsa-lib cdparanoia libvisual libvorbis libtheora pango opus 
graphene libpng libjpeg)
-
-  mv ext "$pkgdir/usr"
-}

Copied: gst-plugins-base/repos/extra-x86_64/PKGBUILD (from rev 403023, 
gst-plugins-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-07 00:43:58 UTC (rev 403025)
@@ -0,0 +1,66 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=gst-plugins-base
+pkgname=(gst-plugins-base-libs gst-plugins-base)
+pkgver=1.18.2
+pkgrel=1
+pkgdesc="Multimedia graph framework - base plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(gstreamer orc libxv iso-codes libgudev mesa)
+makedepends=(alsa-lib cdparanoia libvisual libvorbis libtheora pango opus
+ graphene libpng libjpeg gobject-introspection git meson
+ gtk3 qt5-{base,tools,x11extras} clutter sdl2 glu)
+checkdepends=(xorg-server-xvfb)
+options=(!emptydirs)
+_commit=5203547110c6387d479b3a7588af2675a5b17ceb  # tags/1.18.2^0
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D doc=disabled \
+-D tremor=disabled \
+-D gobject-cast-checks=disabled \
+-D package-name="GStreamer Base Plugins (Arch Linux)" \
+-D package-origin="https://www.archlinux.org/;
+  meson compile -C build
+}
+
+check() (
+  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
+  export XDG_RUNTIME_DIR
+
+  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' \
+meson test -C build --print-errorlogs
+)
+
+package_gst-plugins-base-libs() {
+  pkgdesc="${pkgdesc% plugins}"
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  mkdir -p ext/lib/gstreamer-1.0
+  for _x in alsa cdparanoia libvisual ogg opengl opus pango theora vorbis; do
+_x="lib/gstreamer-1.0/libgst${_x}.so"
+mv "$pkgdir/usr/$_x" "ext/$_x"
+  done
+}
+
+package_gst-plugins-base() {
+  depends=("gst-plugins-base-libs=$pkgver"
+   alsa-lib cdparanoia libvisual libvorbis libtheora pango opus 
graphene libpng libjpeg)
+
+  mv ext "$pkgdir/usr"
+}


[arch-commits] Commit in gstreamer-docs/repos/extra-any (PKGBUILD PKGBUILD)

2020-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 7, 2020 @ 00:43:57
  Author: heftig
Revision: 403024

archrelease: copy trunk to extra-any

Added:
  gstreamer-docs/repos/extra-any/PKGBUILD
(from rev 403023, gstreamer-docs/trunk/PKGBUILD)
Deleted:
  gstreamer-docs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-07 00:43:44 UTC (rev 403023)
+++ PKGBUILD2020-12-07 00:43:57 UTC (rev 403024)
@@ -1,22 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gstreamer-docs
-pkgver=1.18.1
-pkgrel=1
-pkgdesc="Multimedia graph framework - documentation"
-url="https://gstreamer.freedesktop.org/;
-arch=(any)
-license=(GPL3 LGPL custom:BSD custom:CC-BY-SA-4.0 custom:MIT custom:OPL)
-source=("https://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('db5aa6a95891727f8794218985c90237c4477b5096b985b80d2575f243d6f65a'
-'SKIP')
-validpgpkeys=(D637032E45B8C6585B9456565D2EEE6F6F349D7C) # Tim Müller 

-
-package() {
-  cd $pkgname-$pkgver
-
-  mkdir -p "$pkgdir/usr/share"
-  cp -a devhelp "$pkgdir/usr/share/devhelp"
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING LICENSE*
-}

Copied: gstreamer-docs/repos/extra-any/PKGBUILD (from rev 403023, 
gstreamer-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-07 00:43:57 UTC (rev 403024)
@@ -0,0 +1,22 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gstreamer-docs
+pkgver=1.18.2
+pkgrel=1
+pkgdesc="Multimedia graph framework - documentation"
+url="https://gstreamer.freedesktop.org/;
+arch=(any)
+license=(GPL3 LGPL custom:BSD custom:CC-BY-SA-4.0 custom:MIT custom:OPL)
+source=("https://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('15eacf888d572d3e3590142dafaf4d32e88a2641a640efa1f226501a827d191e'
+'SKIP')
+validpgpkeys=(D637032E45B8C6585B9456565D2EEE6F6F349D7C) # Tim Müller 

+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p "$pkgdir/usr/share"
+  cp -a devhelp "$pkgdir/usr/share/devhelp"
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING LICENSE*
+}


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

2020-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 7, 2020 @ 00:43:44
  Author: heftig
Revision: 403023

1.18.2-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 00:43:20 UTC (rev 403022)
+++ PKGBUILD2020-12-07 00:43:44 UTC (rev 403023)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.18.1
+pkgver=1.18.2
 pkgrel=1
 pkgdesc="Multimedia graph framework - base plugins"
 url="https://gstreamer.freedesktop.org/;
@@ -15,7 +15,7 @@
  gtk3 qt5-{base,tools,x11extras} clutter sdl2 glu)
 checkdepends=(xorg-server-xvfb)
 options=(!emptydirs)
-_commit=4013b8003e78971dd01b055066c12f8aaadb8897  # tags/1.18.1^0
+_commit=5203547110c6387d479b3a7588af2675a5b17ceb  # tags/1.18.2^0
 
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 7, 2020 @ 00:43:20
  Author: heftig
Revision: 403022

1.18.2-1

Modified:
  gstreamer-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 00:40:57 UTC (rev 403021)
+++ PKGBUILD2020-12-07 00:43:20 UTC (rev 403022)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gstreamer-docs
-pkgver=1.18.1
+pkgver=1.18.2
 pkgrel=1
 pkgdesc="Multimedia graph framework - documentation"
 url="https://gstreamer.freedesktop.org/;
@@ -8,7 +8,7 @@
 arch=(any)
 license=(GPL3 LGPL custom:BSD custom:CC-BY-SA-4.0 custom:MIT custom:OPL)
 
source=("https://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('db5aa6a95891727f8794218985c90237c4477b5096b985b80d2575f243d6f65a'
+sha256sums=('15eacf888d572d3e3590142dafaf4d32e88a2641a640efa1f226501a827d191e'
 'SKIP')
 validpgpkeys=(D637032E45B8C6585B9456565D2EEE6F6F349D7C) # Tim Müller 

 


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

2020-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 7, 2020 @ 00:40:57
  Author: heftig
Revision: 403021

archrelease: copy trunk to extra-x86_64

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

---+
 PKGBUILD  |   88 ++--
 gstreamer.install |   14 
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-07 00:40:23 UTC (rev 403020)
+++ PKGBUILD2020-12-07 00:40:57 UTC (rev 403021)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gstreamer
-pkgver=1.18.1
-pkgrel=1
-pkgdesc="Multimedia graph framework - core"
-url="https://gstreamer.freedesktop.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(libxml2 glib2 libunwind libcap libelf python)
-makedepends=(gobject-introspection git valgrind bash-completion meson gmp gsl 
gtk3)
-_commit=29a8099d1d4bd8717c13923e710e92e67e335353  # tags/1.18.1^0
-install=gstreamer.install
-source=("git+https://gitlab.freedesktop.org/gstreamer/gstreamer.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D doc=disabled \
--D ptp-helper-permissions=capabilities \
--D dbghelp=disabled \
--D gobject-cast-checks=disabled \
--D package-name="GStreamer (Arch Linux)" \
--D package-origin="https://www.archlinux.org/;
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gstreamer/repos/extra-x86_64/PKGBUILD (from rev 403020, 
gstreamer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-07 00:40:57 UTC (rev 403021)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gstreamer
+pkgver=1.18.2
+pkgrel=1
+pkgdesc="Multimedia graph framework - core"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(libxml2 glib2 libunwind libcap libelf python)
+makedepends=(gobject-introspection git valgrind bash-completion meson gmp gsl 
gtk3)
+_commit=6a62351b8a8afce82d2ceba79f79dae6af5f15cf  # tags/1.18.2^0
+install=gstreamer.install
+source=("git+https://gitlab.freedesktop.org/gstreamer/gstreamer.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D doc=disabled \
+-D ptp-helper-permissions=capabilities \
+-D dbghelp=disabled \
+-D gobject-cast-checks=disabled \
+-D package-name="GStreamer (Arch Linux)" \
+-D package-origin="https://www.archlinux.org/;
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: gstreamer.install
===
--- gstreamer.install   2020-12-07 00:40:23 UTC (rev 403020)
+++ gstreamer.install   2020-12-07 00:40:57 UTC (rev 403021)
@@ -1,7 +0,0 @@
-post_install() {
-  post_upgrade $1 ''
-}
-
-post_upgrade() {
-  setcap cap_net_bind_service,cap_net_admin+ep 
usr/lib/gstreamer-1.0/gst-ptp-helper
-}

Copied: gstreamer/repos/extra-x86_64/gstreamer.install (from rev 403020, 
gstreamer/trunk/gstreamer.install)
===
--- gstreamer.install   (rev 0)
+++ gstreamer.install   2020-12-07 00:40:57 UTC (rev 403021)
@@ -0,0 +1,7 @@
+post_install() {
+  post_upgrade $1 ''
+}
+
+post_upgrade() {
+  setcap cap_net_bind_service,cap_net_admin+ep 
usr/lib/gstreamer-1.0/gst-ptp-helper
+}


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

2020-12-06 Thread Jan Steffens via arch-commits
Date: Monday, December 7, 2020 @ 00:40:23
  Author: heftig
Revision: 403020

1.18.2-1

Modified:
  gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 23:27:28 UTC (rev 403019)
+++ PKGBUILD2020-12-07 00:40:23 UTC (rev 403020)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gstreamer
-pkgver=1.18.1
+pkgver=1.18.2
 pkgrel=1
 pkgdesc="Multimedia graph framework - core"
 url="https://gstreamer.freedesktop.org/;
@@ -10,7 +10,7 @@
 license=(LGPL)
 depends=(libxml2 glib2 libunwind libcap libelf python)
 makedepends=(gobject-introspection git valgrind bash-completion meson gmp gsl 
gtk3)
-_commit=29a8099d1d4bd8717c13923e710e92e67e335353  # tags/1.18.1^0
+_commit=6a62351b8a8afce82d2ceba79f79dae6af5f15cf  # tags/1.18.2^0
 install=gstreamer.install
 
source=("git+https://gitlab.freedesktop.org/gstreamer/gstreamer.git#commit=$_commit;)
 sha256sums=('SKIP')


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

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Monday, December 7, 2020 @ 00:36:35
  Author: foutrelis
Revision: 771345

archrelease: copy trunk to community-staging-x86_64

Added:
  freecad/repos/community-staging-x86_64/
  freecad/repos/community-staging-x86_64/FindPySide2Tools.cmake
(from rev 771344, freecad/trunk/FindPySide2Tools.cmake)
  freecad/repos/community-staging-x86_64/PKGBUILD
(from rev 771344, freecad/trunk/PKGBUILD)
  freecad/repos/community-staging-x86_64/freecad.xml
(from rev 771344, freecad/trunk/freecad.xml)

+
 FindPySide2Tools.cmake |  112 ++
 PKGBUILD   |  125 +++
 freecad.xml|9 +++
 3 files changed, 246 insertions(+)

Copied: freecad/repos/community-staging-x86_64/FindPySide2Tools.cmake (from rev 
771344, freecad/trunk/FindPySide2Tools.cmake)
===
--- community-staging-x86_64/FindPySide2Tools.cmake 
(rev 0)
+++ community-staging-x86_64/FindPySide2Tools.cmake 2020-12-07 00:36:35 UTC 
(rev 771345)
@@ -0,0 +1,112 @@
+# Try to find PySide2 utilities, PYSIDE2UIC and PYSIDE2RCC:
+# PYSIDE2UICBINARY - Location of PYSIDE2UIC executable
+# PYSIDE2RCCBINARY - Location of PYSIDE2RCC executable
+# PYSIDE2_TOOLS_FOUND - PySide2 utilities found.
+
+# Also provides macro similar to FindQt4.cmake's WRAP_UI and WRAP_RC,
+# for the automatic generation of Python code from Qt4's user interface
+# ('.ui') and resource ('.qrc') files. These macros are called:
+# - PYSIDE_WRAP_UI
+# - PYSIDE_WRAP_RC
+
+IF(PYSIDE2UICBINARY AND PYSIDE2RCCBINARY)
+  # Already in cache, be silent
+  set(PYSIDE2_TOOLS_FOUND_QUIETLY TRUE)
+ENDIF(PYSIDE2UICBINARY AND PYSIDE2RCCBINARY)
+
+if(WIN32 OR ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
+#pyside2 tools are often in same location as python interpreter
+get_filename_component(PYTHON_BIN_DIR ${PYTHON_EXECUTABLE} PATH)
+set(PYSIDE_BIN_DIR ${PYTHON_BIN_DIR})
+endif(WIN32 OR ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
+
+# Since Qt v5.14, pyside2-uic and pyside2-rcc are directly provided by Qt5Core 
uic and rcc, with '-g python' option
+# We test Qt5Core version to act accordingly
+
+FIND_PACKAGE(Qt5Core)
+
+IF(Qt5Core_VERSION VERSION_LESS 5.14)
+  # Legacy (< 5.14)
+  FIND_PROGRAM(PYSIDE2UICBINARY NAMES python2-pyside2-uic pyside2-uic 
pyside2-uic-${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR} pyuic5 HINTS 
${PYSIDE_BIN_DIR})
+  FIND_PROGRAM(PYSIDE2RCCBINARY NAMES pyside2-rcc 
pyside2-rcc-${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR} pyrcc5 HINTS 
${PYSIDE_BIN_DIR})
+  set(UICOPTIONS "")
+  set(RCCOPTIONS "")
+ELSE(Qt5Core_VERSION VERSION_LESS 5.14)
+  # New (>= 5.14)
+  FIND_PROGRAM(PYSIDE2UICBINARY NAMES uic-qt5 uic pyside2-uic)
+  set(UICOPTIONS "--generator=python")
+  FIND_PROGRAM(PYSIDE2RCCBINARY NAMES rcc-qt5 rcc pyside2-rcc)
+  set(RCCOPTIONS "--generator=python" "--compress-algo=zlib" "--compress=1")
+ENDIF(Qt5Core_VERSION VERSION_LESS 5.14)
+
+MACRO(PYSIDE_WRAP_UI outfiles)
+  FOREACH(it ${ARGN})
+GET_FILENAME_COMPONENT(outfile ${it} NAME_WE)
+GET_FILENAME_COMPONENT(infile ${it} ABSOLUTE)
+SET(outfile ${CMAKE_CURRENT_BINARY_DIR}/ui_${outfile}.py)
+#ADD_CUSTOM_TARGET(${it} ALL
+#  DEPENDS ${outfile}
+#)
+if(WIN32 OR APPLE)
+ADD_CUSTOM_COMMAND(OUTPUT ${outfile}
+  COMMAND ${PYSIDE2UICBINARY} ${UICOPTIONS} ${infile} -o ${outfile}
+  MAIN_DEPENDENCY ${infile}
+)
+else()
+# Especially on Open Build Service we don't want changing date like
+# pyside2-uic generates in comments at beginning., which is why
+# we follow the tool command with in-place sed.
+ADD_CUSTOM_COMMAND(OUTPUT ${outfile}
+  COMMAND "${PYSIDE2UICBINARY}" ${UICOPTIONS} "${infile}" -o 
"${outfile}"
+  COMMAND sed -i "/^# /d" "${outfile}"
+  MAIN_DEPENDENCY "${infile}"
+)
+endif()
+list(APPEND ${outfiles} ${outfile})
+  ENDFOREACH(it)
+ENDMACRO (PYSIDE_WRAP_UI)
+
+MACRO(PYSIDE_WRAP_RC outfiles)
+  FOREACH(it ${ARGN})
+GET_FILENAME_COMPONENT(outfile ${it} NAME_WE)
+GET_FILENAME_COMPONENT(infile ${it} ABSOLUTE)
+SET(outfile "${CMAKE_CURRENT_BINARY_DIR}/${outfile}_rc.py")
+#ADD_CUSTOM_TARGET(${it} ALL
+#  DEPENDS ${outfile}
+#)
+if(WIN32 OR APPLE)
+ADD_CUSTOM_COMMAND(OUTPUT ${outfile}
+  COMMAND ${PYSIDE2RCCBINARY} ${RCCOPTIONS} ${infile} -o ${outfile}
+  MAIN_DEPENDENCY ${infile}
+)
+else()
+# Especially on Open Build Service we don't want changing date like
+# pyside-rcc generates in comments at beginning, which is why
+# we follow the tool command with in-place sed.
+ADD_CUSTOM_COMMAND(OUTPUT "${outfile}"
+  COMMAND "${PYSIDE2RCCBINARY}" ${RCCOPTIONS} "${infile}" 
${PY_ATTRIBUTE} -o "${outfile}"
+  COMMAND sed -i "/^# /d" "${outfile}"
+  

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

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Monday, December 7, 2020 @ 00:36:26
  Author: foutrelis
Revision: 771344

upgpkg: freecad 0.18.5-3: boost 1.74.0 rebuild

Modified:
  freecad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 00:25:37 UTC (rev 771343)
+++ PKGBUILD2020-12-07 00:36:26 UTC (rev 771344)
@@ -10,7 +10,7 @@
 
 pkgname=freecad
 pkgver=0.18.5
-pkgrel=2
+pkgrel=3
 pkgdesc='General purpose 3D CAD modeler'
 arch=(x86_64)
 url='https://freecadweb.org/'


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

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Monday, December 7, 2020 @ 00:25:37
  Author: foutrelis
Revision: 771343

Fix build with boost 1.73

Modified:
  freecad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 00:25:04 UTC (rev 771342)
+++ PKGBUILD2020-12-07 00:25:37 UTC (rev 771343)
@@ -23,10 +23,12 @@
 
source=("git+https://github.com/FreeCAD/FreeCAD#commit=980bf9060e28555fecd9e3462f68ca74007b70f8;
 # tag: 0.18.4
 
'https://raw.githubusercontent.com/FreeCAD/FreeCAD/d06d5687c1498354483aff95093d7f798c2985f2/cMake/FindPySide2Tools.cmake'
 
"$pkgname-py39.patch::https://github.com/FreeCAD/FreeCAD/commit/ae641dc5278e.patch;
+
"$pkgname-boost-1.73.patch::https://github.com/FreeCAD/FreeCAD/commit/200c7c7e00d5.patch;
 freecad.xml)
 sha256sums=('SKIP'
 '421a364ad214a25be578d81edc9960daab87d7b26f341022aa22dd15b9df621b'
 'de1d61c18d329e0903d5c1bc27b9c4e28c4911380bdd4b6c49da5b63740862f1'
+'99a55f06e9d3be3385cb41d747b1a6c9515b010d867bdeeda000a45c0014a89e'
 '4ee1daf47c8371a3e17173d85a0dd4a106dacd7899d783ccd97a6f3e0dd1a21f')
 
 prepare() {
@@ -33,6 +35,7 @@
   cd FreeCAD
 
   patch -Np1 -i ../$pkgname-py39.patch
+  patch -Np1 -i ../$pkgname-boost-1.73.patch
 
   # Use the fixed version of FindPySide2Tools.cmake
   cp -f "$srcdir/FindPySide2Tools.cmake" cMake/FindPySide2Tools.cmake


[arch-commits] Commit in utox/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-12-06 Thread Jiachen Yang via arch-commits
Date: Monday, December 7, 2020 @ 00:25:04
  Author: farseerfc
Revision: 771342

archrelease: copy trunk to community-x86_64

Added:
  utox/repos/community-x86_64/PKGBUILD
(from rev 771341, utox/trunk/PKGBUILD)
Deleted:
  utox/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-07 00:24:27 UTC (rev 771341)
+++ PKGBUILD2020-12-07 00:25:04 UTC (rev 771342)
@@ -1,57 +0,0 @@
-# Maintainer: NicoHood 
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-# Contributor: Grayhatter
-# Contributor: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Madotsuki 
-
-pkgname=utox
-_pkgname=uTox
-pkgver=0.17.2
-pkgrel=2
-pkgdesc='Lightweight Tox client'
-arch=('x86_64')
-url="https://github.com/uTox/uTox;
-license=('GPL3')
-depends=('fontconfig'
- 'libfilteraudio'
- 'libxext'
- 'libxrender'
- 'openal'
- 'toxcore'
- 'v4l-utils'
- 'hicolor-icon-theme')
-optdepends=('gtk3: GTK file picker'
-'libdbus: Notification support')
-makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus' 'check' git)
-#_commit=fa06d80ec5104092c43169d2abf9cce94622eadf
-#source=("git+https://github.com/uTox/uTox#commit=$_commit;
-#"git+https://github.com/nothings/stb;
-#"git+https://github.com/compuphase/minIni;
-#"git+https://github.com/nayuki/QR-Code-generator;)
-source=("$_pkgname-$pkgver-full.tar.gz::https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/$_pkgname-$pkgver-full.tar.gz;
-   
"$_pkgname-$pkgver-full.tar.gz.asc::https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/$_pkgname-$pkgver-full.tar.gz.asc;)
-sha512sums=('7a358ac0aad0b85b952c2a2dc4c37486e83b16a6beab2a50b4543b09916dcea6efdedb8ef3d32ca8799bbf762b26e36af6a42692113d612c7ef3f09505a0b705'
-'SKIP')
-
-#pgp keys taken from https://github.com/uTox/uTox/blob/develop/README.md#team
-validpgpkeys=(
-"E5926050AE9C234AFF8496FEBE4F41DE1DD0"
-"7AED9A170C81E601DA4EEE279043061421EF90FA"
-"9D1D599088E223DD99007DE2AEA10D4EA0530876"
-"B7008FF12C079BF6E6EA19D1601A604B7E605776"
-"E28E7252B1E7FCFED358CF8E3763B3A793AAFA0F"
-"BCEE99DCA339ABF9CC36428D61A9B9AFD2E53885"
-"A25156FC7AFB5C0365A0407E6F5DD1C5371DE665"
-)
-
-build() {
-cd "${_pkgname}"
-cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF 
-DCMAKE_INSTALL_PREFIX=/usr
-make
-}
-
-package() {
-cd "${_pkgname}"
-make PREFIX="/usr" DESTDIR="${pkgdir}" install
-}

Copied: utox/repos/community-x86_64/PKGBUILD (from rev 771341, 
utox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-07 00:25:04 UTC (rev 771342)
@@ -0,0 +1,57 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Grayhatter
+# Contributor: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Madotsuki 
+
+pkgname=utox
+_pkgname=uTox
+pkgver=0.18.0
+pkgrel=1
+pkgdesc='Lightweight Tox client'
+arch=('x86_64')
+url="https://github.com/uTox/uTox;
+license=('GPL3')
+depends=('fontconfig'
+ 'libfilteraudio'
+ 'libxext'
+ 'libxrender'
+ 'openal'
+ 'toxcore'
+ 'v4l-utils'
+ 'hicolor-icon-theme')
+optdepends=('gtk3: GTK file picker'
+'libdbus: Notification support')
+makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus' 'check' git)
+#_commit=fa06d80ec5104092c43169d2abf9cce94622eadf
+#source=("git+https://github.com/uTox/uTox#commit=$_commit;
+#"git+https://github.com/nothings/stb;
+#"git+https://github.com/compuphase/minIni;
+#"git+https://github.com/nayuki/QR-Code-generator;)
+source=("$_pkgname-$pkgver-full.tar.gz::https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/$_pkgname-$pkgver-full.tar.gz;
+   
"$_pkgname-$pkgver-full.tar.gz.asc::https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/$_pkgname-$pkgver-full.tar.gz.asc;)
+sha512sums=('173a00381e2f81510b117cb4efed7300bbd285d032447bbb2494c5d49c1563f1d414499cd7781bf782cc68b8072896e668bf4f23d4cef90490c631e8d7f1c2a8'
+'SKIP')
+
+#pgp keys taken from https://github.com/uTox/uTox/blob/develop/README.md#team
+validpgpkeys=(
+"E5926050AE9C234AFF8496FEBE4F41DE1DD0"
+"7AED9A170C81E601DA4EEE279043061421EF90FA"
+"9D1D599088E223DD99007DE2AEA10D4EA0530876"
+"B7008FF12C079BF6E6EA19D1601A604B7E605776"
+"E28E7252B1E7FCFED358CF8E3763B3A793AAFA0F"
+"BCEE99DCA339ABF9CC36428D61A9B9AFD2E53885"
+"A25156FC7AFB5C0365A0407E6F5DD1C5371DE665"
+)
+
+build() {
+cd "${_pkgname}"
+cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF 
-DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd "${_pkgname}"
+make PREFIX="/usr" DESTDIR="${pkgdir}" install
+}


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

2020-12-06 Thread Jiachen Yang via arch-commits
Date: Monday, December 7, 2020 @ 00:24:27
  Author: farseerfc
Revision: 771341

upgpkg: utox 0.18.0-1: utox 0.18.0

Modified:
  utox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 00:06:09 UTC (rev 771340)
+++ PKGBUILD2020-12-07 00:24:27 UTC (rev 771341)
@@ -7,8 +7,8 @@
 
 pkgname=utox
 _pkgname=uTox
-pkgver=0.17.2
-pkgrel=2
+pkgver=0.18.0
+pkgrel=1
 pkgdesc='Lightweight Tox client'
 arch=('x86_64')
 url="https://github.com/uTox/uTox;
@@ -31,7 +31,7 @@
 #"git+https://github.com/nayuki/QR-Code-generator;)
 
source=("$_pkgname-$pkgver-full.tar.gz::https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/$_pkgname-$pkgver-full.tar.gz;

"$_pkgname-$pkgver-full.tar.gz.asc::https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/$_pkgname-$pkgver-full.tar.gz.asc;)
-sha512sums=('7a358ac0aad0b85b952c2a2dc4c37486e83b16a6beab2a50b4543b09916dcea6efdedb8ef3d32ca8799bbf762b26e36af6a42692113d612c7ef3f09505a0b705'
+sha512sums=('173a00381e2f81510b117cb4efed7300bbd285d032447bbb2494c5d49c1563f1d414499cd7781bf782cc68b8072896e668bf4f23d4cef90490c631e8d7f1c2a8'
 'SKIP')
 
 #pgp keys taken from https://github.com/uTox/uTox/blob/develop/README.md#team


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Monday, December 7, 2020 @ 00:06:09
  Author: felixonmars
Revision: 771340

archrelease: copy trunk to community-staging-x86_64

Added:
  performous/repos/community-staging-x86_64/
  performous/repos/community-staging-x86_64/PKGBUILD
(from rev 771339, performous/trunk/PKGBUILD)
  performous/repos/community-staging-x86_64/boost-1.67.patch
(from rev 771339, performous/trunk/boost-1.67.patch)
  performous/repos/community-staging-x86_64/performous-boost-1.69.patch
(from rev 771339, performous/trunk/performous-boost-1.69.patch)
  performous/repos/community-staging-x86_64/performous-boost-1.70.patch
(from rev 771339, performous/trunk/performous-boost-1.70.patch)
  performous/repos/community-staging-x86_64/performous-boost-1.73.patch
(from rev 771339, performous/trunk/performous-boost-1.73.patch)
  performous/repos/community-staging-x86_64/performous-libswresample.patch
(from rev 771339, performous/trunk/performous-libswresample.patch)
  performous/repos/community-staging-x86_64/performous-opencv4.patch
(from rev 771339, performous/trunk/performous-opencv4.patch)

+
 PKGBUILD   |   55 +
 boost-1.67.patch   |   22 ++
 performous-boost-1.69.patch|   22 ++
 performous-boost-1.70.patch|   10 +
 performous-boost-1.73.patch|   26 ++
 performous-libswresample.patch |  380 +++
 performous-opencv4.patch   |   41 
 7 files changed, 556 insertions(+)

Copied: performous/repos/community-staging-x86_64/PKGBUILD (from rev 771339, 
performous/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-07 00:06:09 UTC (rev 771340)
@@ -0,0 +1,55 @@
+# Maintainer : Laurent Carlier 
+# Contributor: Christoph Zeiler 
+
+pkgname=performous
+pkgver=1.1
+pkgrel=27
+pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
+arch=('x86_64')
+url="https://performous.org/;
+license=('GPL')
+depends=('boost-libs' 'libepoxy' 'libxml++2.6' 'portaudio' 'portmidi' 
'librsvg' 'ffmpeg' 'opencv' 'sdl2')
+makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
+optdepends=('performous-freesongs: free songs for performous')
+source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz
+boost-1.67.patch
+performous-libswresample.patch
+performous-opencv4.patch
+performous-boost-1.69.patch
+performous-boost-1.70.patch
+performous-boost-1.73.patch)
+sha512sums=('6659aa03960e68d7af65b072e179e42b122d2a39d25229c6daf765146379a115a52e51c1dc2bc69081ea17fe7a22f1d7007b7cf9e09bc32d134c3ad8e3444dd1'
+
'dde4ac66d92a5a269237abb27fc5140bf87fd07b1d1e333d0e47c13b05a66b08347883380a575f0635c871236519710e791d99d3bd06700dd48341f5e50fd8b1'
+
'f85b9a5c1b1bf0f1f5df7fb13945856cbca19bc5e49e3bb6f3cff302110b08275e97496ec70f23a8e9c77246b92ddde82652888d6a4c2e888a8bae311f17'
+
'854d969de951a5f380ddd1523b3d66639ef19b16af161466dfef3c697280c95884a3e34258dc86bb7eef1143ca24de44ae2dfccb5ce76fd333784b62f0762f56'
+
'6e2d619ba55294ad901f84e3d3a30fe08f092521b4e19041ce4eb19dddc3d8021dfd5697947489a8312246c71ff7b544af4562fa4dfc744f9c27c7bc59b8e9bd'
+
'7a4a11f0150930ea0527067519487629e714bc732eb111c1d4ca9b13cd8d0775182b22f8a96093223f7aab8524f63bdf901886169e6559adcd5e6b6a9b14edb4'
+
'd291621b191c0e55a47232e63a75d4059e2a983c78f9ad7d3a9709293fe22486f307d641ccecf2f0a56ff784b8a3cb6be35a531cb8adf5d35ff2ee3d333d5c40')
+
+prepare() {
+  cd performous-${pkgver}
+  patch -Np1 -i ../boost-1.67.patch
+  patch -Np1 -i ../performous-libswresample.patch
+  patch -p1 -i ../performous-opencv4.patch # Fix build with openCV 4
+  patch -p1 -i ../performous-boost-1.69.patch # Fix build with boost 1.69
+  patch -p1 -i ../performous-boost-1.70.patch # Fix build with boost 1.70
+  patch -p1 -i ../performous-boost-1.73.patch # Fix build with boost 1.73
+}
+
+build() {
+  cd performous-${pkgver}
+
+  mkdir -p build
+  cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_CXX_FLAGS="${CXXFLAGS} -I/usr/include/harfbuzz" # Workaround build 
failure with pango 1.44
+  make
+}
+
+package() {
+  cd performous-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+}

Copied: performous/repos/community-staging-x86_64/boost-1.67.patch (from rev 
771339, performous/trunk/boost-1.67.patch)
===
--- community-staging-x86_64/boost-1.67.patch   (rev 0)
+++ community-staging-x86_64/boost-1.67.patch   2020-12-07 00:06:09 UTC (rev 
771340)
@@ -0,0 +1,22 @@
+Only in performous-1.1: build
+diff -upr performous-1.1.orig/game/audio.cc performous-1.1/game/audio.cc
+--- performous-1.1.orig/game/audio.cc  2016-01-23 12:40:01.0 +0200
 

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

2020-12-06 Thread Felix Yan via arch-commits
Date: Monday, December 7, 2020 @ 00:05:46
  Author: felixonmars
Revision: 771339

upgpkg: performous 1.1-27: boost 1.74.0 rebuild

Modified:
  performous/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 00:05:03 UTC (rev 771338)
+++ PKGBUILD2020-12-07 00:05:46 UTC (rev 771339)
@@ -3,7 +3,7 @@
 
 pkgname=performous
 pkgver=1.1
-pkgrel=26
+pkgrel=27
 pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
 arch=('x86_64')
 url="https://performous.org/;


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

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Monday, December 7, 2020 @ 00:05:03
  Author: foutrelis
Revision: 771338

archrelease: copy trunk to community-staging-x86_64

Added:
  powerdns/repos/community-staging-x86_64/
  powerdns/repos/community-staging-x86_64/PKGBUILD
(from rev 771337, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-staging-x86_64/boost-1.73.patch
(from rev 771337, powerdns/trunk/boost-1.73.patch)
  powerdns/repos/community-staging-x86_64/sysusers.conf
(from rev 771337, powerdns/trunk/sysusers.conf)

--+
 PKGBUILD |   83 +
 boost-1.73.patch |   59 +
 sysusers.conf|1 
 3 files changed, 143 insertions(+)

Copied: powerdns/repos/community-staging-x86_64/PKGBUILD (from rev 771337, 
powerdns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-07 00:05:03 UTC (rev 771338)
@@ -0,0 +1,83 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+# Contributor: Remi Gacogne 
+# Contributor: Pieter Lexis 
+
+pkgname=powerdns
+pkgver=4.3.1
+pkgrel=2
+pkgdesc='Authoritative DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('boost-libs' 'libcurl.so' 'libsodium' 'lmdb' 'luajit' 'openssl' 
'protobuf'
+ 'sqlite' 'systemd-libs')
+makedepends=('boost' 'geoip' 'libldap' 'mariadb-libs' 'curl' 'libmaxminddb'
+ 'postgresql-libs' 'systemd' 'tinycdb' 'unixodbc' 'yaml-cpp')
+optdepends=('geoip: GeoIP backend'
+'mariadb-libs: MariaDB/MySQL and MyDNS backend'
+'libldap: LDAP backend'
+'libmaxminddb: MaxMindDB GeoIP2 database for the GeoIP backend'
+'postgresql-libs: PostgreSQL backend'
+'unixodbc: ODBC backend'
+'tinycdb: TinyDNS backend'
+'yaml-cpp: GeoIP backend')
+provides=('pdns')
+conflicts=('pdns')
+backup=('etc/powerdns/pdns.conf')
+source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
+boost-1.73.patch
+sysusers.conf)
+sha512sums=('e61e23544f1e57c1ec3a85b4edbc3ff3e8e831410237afdc8896e9f34602774c1dc8bd02eb7440e765262fcc988f98e47b6f1b7945427b1f4a59dd6b84b9437e'
+'SKIP'
+
'ba902584687f0243a5d44a7733ed817432c603c0cdfd4d80e416b7dfac76f6631e256c5b59507e14a171cc63e47c8d0c8066bb54da0578c66f2ae64abce51fcf'
+
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
+validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 

+  '16E12866B7738C73976A57436FFC33439B0D04DF'   # Peter van Dijk 

+  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3' ) # Pieter Lexis 

+
+prepare() {
+  cd pdns-${pkgver}
+  patch -Np1 -i ../boost-1.73.patch
+  # Patch the Makefile.in's so /powerdns is used instead of /pdns (for e.g. 
$LIBDIR)
+  # This allows for running pdns_server without setting `module-dir` in the 
config.
+  find . -name 'Makefile.in' -exec sed -i 's,pkglibdir = 
\$(libdir)/@PACKAGE@,pkglibdir = $(libdir)/powerdns,' {} \;
+}
+
+build() {
+  cd pdns-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/powerdns \
+--sbindir=/usr/bin \
+--with-modules='' \
+--with-dynmodules="bind geoip gmysql godbc gpgsql gsqlite3 ldap lmdb lua2 
pipe random remote tinydns" \
+--docdir=/usr/share/doc/powerdns \
+--with-libsodium \
+--enable-tools \
+--enable-ixfrdist \
+--disable-dependency-tracking \
+--disable-silent-rules \
+--enable-reproducible \
+--enable-unit-tests \
+--enable-systemd \
+--with-service-user=powerdns \
+--with-service-group=powerdns
+  make
+}
+
+check() {
+  make -C pdns-${pkgver} check
+}
+
+package() {
+  make -C pdns-${pkgver} DESTDIR="${pkgdir}" install
+  install -Dm 644 sysusers.conf "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
+  mv "${pkgdir}/etc/powerdns/pdns.conf"{-dist,}
+  # Ensure we run as the powerdns user
+  sed -i "s,^# \(set.id=\),\1${pkgname}," "${pkgdir}/etc/powerdns/pdns.conf"
+}
+
+# vim: ts=2 sw=2 et:

Copied: powerdns/repos/community-staging-x86_64/boost-1.73.patch (from rev 
771337, powerdns/trunk/boost-1.73.patch)
===
--- community-staging-x86_64/boost-1.73.patch   (rev 0)
+++ community-staging-x86_64/boost-1.73.patch   2020-12-07 00:05:03 UTC (rev 
771338)
@@ -0,0 +1,59 @@
+diff --git a/pdns/ixfrdist-web.cc b/pdns/ixfrdist-web.cc
+index 485e720..58e4720 100644
+--- a/pdns/ixfrdist-web.cc
 b/pdns/ixfrdist-web.cc
+@@ -32,7 +32,7 @@ IXFRDistWebServer::IXFRDistWebServer(const ComboAddress 
, const Ne
+ {
+   d_ws->setACL(acl);
+   d_ws->setLogLevel(loglevel);
+-  

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

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Monday, December 7, 2020 @ 00:04:58
  Author: foutrelis
Revision: 771337

upgpkg: powerdns 4.3.1-2: boost 1.74.0 rebuild

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 00:04:07 UTC (rev 771336)
+++ PKGBUILD2020-12-07 00:04:58 UTC (rev 771337)
@@ -7,7 +7,7 @@
 
 pkgname=powerdns
 pkgver=4.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Authoritative DNS server'
 url='https://www.powerdns.com/'
 arch=('x86_64')


[arch-commits] Commit in performous/trunk (PKGBUILD performous-boost-1.73.patch)

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Monday, December 7, 2020 @ 00:04:07
  Author: foutrelis
Revision: 771336

Fix build with boost 1.73 (patch by loqs)

Added:
  performous/trunk/performous-boost-1.73.patch
Modified:
  performous/trunk/PKGBUILD

-+
 PKGBUILD|7 +--
 performous-boost-1.73.patch |   26 ++
 2 files changed, 31 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 23:59:48 UTC (rev 771335)
+++ PKGBUILD2020-12-07 00:04:07 UTC (rev 771336)
@@ -16,13 +16,15 @@
 performous-libswresample.patch
 performous-opencv4.patch
 performous-boost-1.69.patch
-performous-boost-1.70.patch)
+performous-boost-1.70.patch
+performous-boost-1.73.patch)
 
sha512sums=('6659aa03960e68d7af65b072e179e42b122d2a39d25229c6daf765146379a115a52e51c1dc2bc69081ea17fe7a22f1d7007b7cf9e09bc32d134c3ad8e3444dd1'
 
'dde4ac66d92a5a269237abb27fc5140bf87fd07b1d1e333d0e47c13b05a66b08347883380a575f0635c871236519710e791d99d3bd06700dd48341f5e50fd8b1'
 
'f85b9a5c1b1bf0f1f5df7fb13945856cbca19bc5e49e3bb6f3cff302110b08275e97496ec70f23a8e9c77246b92ddde82652888d6a4c2e888a8bae311f17'
 
'854d969de951a5f380ddd1523b3d66639ef19b16af161466dfef3c697280c95884a3e34258dc86bb7eef1143ca24de44ae2dfccb5ce76fd333784b62f0762f56'
 
'6e2d619ba55294ad901f84e3d3a30fe08f092521b4e19041ce4eb19dddc3d8021dfd5697947489a8312246c71ff7b544af4562fa4dfc744f9c27c7bc59b8e9bd'
-
'7a4a11f0150930ea0527067519487629e714bc732eb111c1d4ca9b13cd8d0775182b22f8a96093223f7aab8524f63bdf901886169e6559adcd5e6b6a9b14edb4')
+
'7a4a11f0150930ea0527067519487629e714bc732eb111c1d4ca9b13cd8d0775182b22f8a96093223f7aab8524f63bdf901886169e6559adcd5e6b6a9b14edb4'
+
'd291621b191c0e55a47232e63a75d4059e2a983c78f9ad7d3a9709293fe22486f307d641ccecf2f0a56ff784b8a3cb6be35a531cb8adf5d35ff2ee3d333d5c40')
 
 prepare() {
   cd performous-${pkgver}
@@ -31,6 +33,7 @@
   patch -p1 -i ../performous-opencv4.patch # Fix build with openCV 4
   patch -p1 -i ../performous-boost-1.69.patch # Fix build with boost 1.69
   patch -p1 -i ../performous-boost-1.70.patch # Fix build with boost 1.70
+  patch -p1 -i ../performous-boost-1.73.patch # Fix build with boost 1.73
 }
 
 build() {

Added: performous-boost-1.73.patch
===
--- performous-boost-1.73.patch (rev 0)
+++ performous-boost-1.73.patch 2020-12-07 00:04:07 UTC (rev 771336)
@@ -0,0 +1,26 @@
+diff --git a/game/engine.cc b/game/engine.cc
+index 9f0f7ef..560ce71 100644
+--- a/game/engine.cc
 b/game/engine.cc
+@@ -8,6 +8,8 @@
+ #include 
+ #include 
+ 
++using namespace boost::placeholders;
++
+ const double Engine::TIMESTEP = 0.01;
+ 
+ Engine::Engine(Audio& audio, VocalTrackPtrs vocals, Database& database):
+diff --git a/game/surface.cc b/game/surface.cc
+index 75356fe..34951f9 100644
+--- a/game/surface.cc
 b/game/surface.cc
+@@ -16,6 +16,8 @@
+ 
+ using std::uint32_t;
+ 
++using namespace boost::placeholders;
++
+ Shader& getShader(std::string const& name) {
+   return Game::getSingletonPtr()->window().shader(name);  // FIXME
+ }
\ No newline at end of file


[arch-commits] Commit in powerdns/trunk (PKGBUILD boost-1.73.patch)

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Sunday, December 6, 2020 @ 23:59:48
  Author: foutrelis
Revision: 771335

Fix build with boost 1.73 (patch by loqs)

Added:
  powerdns/trunk/boost-1.73.patch
Modified:
  powerdns/trunk/PKGBUILD

--+
 PKGBUILD |3 ++
 boost-1.73.patch |   59 +
 2 files changed, 62 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 23:45:22 UTC (rev 771334)
+++ PKGBUILD2020-12-06 23:59:48 UTC (rev 771335)
@@ -28,9 +28,11 @@
 conflicts=('pdns')
 backup=('etc/powerdns/pdns.conf')
 source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
+boost-1.73.patch
 sysusers.conf)
 
sha512sums=('e61e23544f1e57c1ec3a85b4edbc3ff3e8e831410237afdc8896e9f34602774c1dc8bd02eb7440e765262fcc988f98e47b6f1b7945427b1f4a59dd6b84b9437e'
 'SKIP'
+
'ba902584687f0243a5d44a7733ed817432c603c0cdfd4d80e416b7dfac76f6631e256c5b59507e14a171cc63e47c8d0c8066bb54da0578c66f2ae64abce51fcf'
 
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
 validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 

   '16E12866B7738C73976A57436FFC33439B0D04DF'   # Peter van Dijk 

@@ -38,6 +40,7 @@
 
 prepare() {
   cd pdns-${pkgver}
+  patch -Np1 -i ../boost-1.73.patch
   # Patch the Makefile.in's so /powerdns is used instead of /pdns (for e.g. 
$LIBDIR)
   # This allows for running pdns_server without setting `module-dir` in the 
config.
   find . -name 'Makefile.in' -exec sed -i 's,pkglibdir = 
\$(libdir)/@PACKAGE@,pkglibdir = $(libdir)/powerdns,' {} \;

Added: boost-1.73.patch
===
--- boost-1.73.patch(rev 0)
+++ boost-1.73.patch2020-12-06 23:59:48 UTC (rev 771335)
@@ -0,0 +1,59 @@
+diff --git a/pdns/ixfrdist-web.cc b/pdns/ixfrdist-web.cc
+index 485e720..58e4720 100644
+--- a/pdns/ixfrdist-web.cc
 b/pdns/ixfrdist-web.cc
+@@ -32,7 +32,7 @@ IXFRDistWebServer::IXFRDistWebServer(const ComboAddress 
, const Ne
+ {
+   d_ws->setACL(acl);
+   d_ws->setLogLevel(loglevel);
+-  d_ws->registerWebHandler("/metrics", 
boost::bind(::getMetrics, this, _1, _2));
++  d_ws->registerWebHandler("/metrics", 
std::bind(::getMetrics, this, std::placeholders::_1, 
std::placeholders::_2));
+   d_ws->bind();
+ }
+ 
+diff --git a/pdns/webserver.cc b/pdns/webserver.cc
+index eafd305..b47cc6d 100644
+--- a/pdns/webserver.cc
 b/pdns/webserver.cc
+@@ -107,7 +107,7 @@ static void bareHandlerWrapper(WebServer::HandlerFunction 
handler, YaHTTP::Reque
+ 
+ void WebServer::registerBareHandler(const string& url, HandlerFunction 
handler)
+ {
+-  YaHTTP::THandlerFunction f = boost::bind(, handler, _1, 
_2);
++  YaHTTP::THandlerFunction f = std::bind(, handler, 
std::placeholders::_1, std::placeholders::_2);
+   YaHTTP::Router::Any(url, f);
+ }
+ 
+@@ -179,7 +179,7 @@ void WebServer::apiWrapper(WebServer::HandlerFunction 
handler, HttpRequest* req,
+ }
+ 
+ void WebServer::registerApiHandler(const string& url, HandlerFunction 
handler, bool allowPassword) {
+-  HandlerFunction f = boost::bind(::apiWrapper, this, handler, _1, 
_2, allowPassword);
++  HandlerFunction f = std::bind(::apiWrapper, this, handler, 
std::placeholders::_1, std::placeholders::_2, allowPassword);
+   registerBareHandler(url, f);
+ }
+ 
+@@ -196,7 +196,7 @@ void WebServer::webWrapper(WebServer::HandlerFunction 
handler, HttpRequest* req,
+ }
+ 
+ void WebServer::registerWebHandler(const string& url, HandlerFunction 
handler) {
+-  HandlerFunction f = boost::bind(::webWrapper, this, handler, _1, 
_2);
++  HandlerFunction f = std::bind(::webWrapper, this, handler, 
std::placeholders::_1, std::placeholders::_2);
+   registerBareHandler(url, f);
+ }
+ 
+diff --git a/pdns/ws-auth.cc b/pdns/ws-auth.cc
+index 8a8c433..df0e633 100644
+--- a/pdns/ws-auth.cc
 b/pdns/ws-auth.cc
+@@ -2328,8 +2328,8 @@ void AuthWebServer::webThread()
+   d_ws->registerApiHandler("/api", );
+ }
+ if (::arg().mustDo("webserver")) {
+-  d_ws->registerWebHandler("/style.css", 
boost::bind(::cssfunction, this, _1, _2));
+-  d_ws->registerWebHandler("/", 
boost::bind(::indexfunction, this, _1, _2));
++  d_ws->registerWebHandler("/style.css", 
std::bind(::cssfunction, this, std::placeholders::_1, 
std::placeholders::_2));
++  d_ws->registerWebHandler("/", std::bind(::indexfunction, 
this, std::placeholders::_1, std::placeholders::_2));
+ }
+ d_ws->go();
+   }
\ No newline at end of file


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 23:45:22
  Author: felixonmars
Revision: 771334

archrelease: copy trunk to community-staging-x86_64

Added:
  zcash/repos/community-staging-x86_64/
  zcash/repos/community-staging-x86_64/PKGBUILD
(from rev 771333, zcash/trunk/PKGBUILD)
  zcash/repos/community-staging-x86_64/use-system-rust.patch
(from rev 771333, zcash/trunk/use-system-rust.patch)
  zcash/repos/community-staging-x86_64/zcashd.service
(from rev 771333, zcash/trunk/zcashd.service)

---+
 PKGBUILD  |   78 
 use-system-rust.patch |   14 
 zcashd.service|9 +
 3 files changed, 101 insertions(+)

Copied: zcash/repos/community-staging-x86_64/PKGBUILD (from rev 771333, 
zcash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-06 23:45:22 UTC (rev 771334)
@@ -0,0 +1,78 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=zcash
+pkgver=4.1.1
+_commit=6d856869e9c4cb9e6f3332db6fb04b956bb9fd3d
+_db_version=6.2.23
+_db_sha256_hash=47612c8991aa9ac2f6be721267c8d3cdccf5ac83105df8e50809daea24e95dc7
+pkgrel=2
+pkgdesc='Permissionless financial system employing zero-knowledge security'
+arch=('x86_64')
+url='https://z.cash/'
+license=('MIT')
+depends=('boost-libs' 'libevent' 'utf8cpp' 'zeromq')
+makedepends=('boost' 'cmake' 'git' 'gmock' 'python' 'rust' 'wget')
+checkdepends=('python-pyblake2' 'python-pyzmq' 'python-requests' 
'python-simplejson')
+source=("git+https://github.com/zcash/zcash.git#commit=${_commit};
+"https://download.oracle.com/berkeley-db/db-${_db_version}.tar.gz;
+'use-system-rust.patch'
+'zcashd.service')
+sha256sums=('SKIP'
+"${_db_sha256_hash}"
+'119e787cb22f2941ead286d2621fae7d6c4de6216e24615eb3c0f875e7a2547f'
+'7b0919ac447824199aff8c17b5a5799b46414818c6aed314506c5295d0ce9ccd')
+
+prepare() {
+cd ${pkgname}
+
+# Set gitattributes on src/clientversion.cpp
+git archive --format=tar ${_commit} -- src/clientversion.cpp | tar -xf -
+
+patch -Np1 -i ../use-system-rust.patch
+}
+
+build() {
+cd "db-${_db_version}/build_unix"
+
+../dist/configure \
+--prefix=/ \
+--disable-shared \
+--enable-cxx \
+--disable-replication \
+--enable-option-checking \
+--with-pic
+make libdb_cxx-6.2.a libdb-6.2.a
+make DESTDIR="${srcdir}/db-root" install
+
+cd "${srcdir}/${pkgname}"
+
+CPPFLAGS="${CPPFLAGS} -I${srcdir}/db-root/include -I/usr/include/utf8cpp"
+LDFLAGS="${LDFLAGS} -L${srcdir}/db-root/lib"
+
+./autogen.sh
+./configure --prefix=/usr \
+--enable-online-rust
+make RUST_TARGET=x86_64-unknown-linux-gnu
+}
+
+check() {
+cd ${pkgname}
+
+./zcutil/fetch-params.sh --testnet
+export RUST_TARGET=x86_64-unknown-linux-gnu
+./qa/zcash/full_test_suite.py || true
+}
+
+package() {
+cd ${pkgname}
+
+make DESTDIR="${pkgdir}" RUST_TARGET=x86_64-unknown-linux-gnu install
+
+for ext in '-cli' '-tx' 'd'; do
+install -Dm644 contrib/zcash${ext}.bash-completion \
+"${pkgdir}"/usr/share/bash-completion/completions/zcash${ext}
+done
+
+install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../zcashd.service
+install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
+}

Copied: zcash/repos/community-staging-x86_64/use-system-rust.patch (from rev 
771333, zcash/trunk/use-system-rust.patch)
===
--- community-staging-x86_64/use-system-rust.patch  
(rev 0)
+++ community-staging-x86_64/use-system-rust.patch  2020-12-06 23:45:22 UTC 
(rev 771334)
@@ -0,0 +1,14 @@
+--- a/qa/zcash/full_test_suite.py
 b/qa/zcash/full_test_suite.py
+@@ -149,9 +149,9 @@
+ return False
+ 
+ rust_env = os.environ.copy()
+-rust_env['RUSTC'] = os.path.join(arch_dir, 'native', 'bin', 'rustc')
++rust_env['RUSTC'] = 'rustc'
+ return subprocess.call([
+-os.path.join(arch_dir, 'native', 'bin', 'cargo'),
++'cargo',
+ 'test',
+ '--manifest-path',
+ os.path.join(REPOROOT, 'Cargo.toml'),

Copied: zcash/repos/community-staging-x86_64/zcashd.service (from rev 771333, 
zcash/trunk/zcashd.service)
===
--- community-staging-x86_64/zcashd.service (rev 0)
+++ community-staging-x86_64/zcashd.service 2020-12-06 23:45:22 UTC (rev 
771334)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Zcash daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/zcashd
+
+[Install]
+WantedBy=default.target


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 23:45:08
  Author: felixonmars
Revision: 771333

upgpkg: zcash 4.1.1-2: boost 1.74.0 rebuild

Modified:
  zcash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 23:41:01 UTC (rev 771332)
+++ PKGBUILD2020-12-06 23:45:08 UTC (rev 771333)
@@ -5,7 +5,7 @@
 _commit=6d856869e9c4cb9e6f3332db6fb04b956bb9fd3d
 _db_version=6.2.23
 
_db_sha256_hash=47612c8991aa9ac2f6be721267c8d3cdccf5ac83105df8e50809daea24e95dc7
-pkgrel=1
+pkgrel=2
 pkgdesc='Permissionless financial system employing zero-knowledge security'
 arch=('x86_64')
 url='https://z.cash/'


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

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Sunday, December 6, 2020 @ 23:41:01
  Author: foutrelis
Revision: 771332

archrelease: copy trunk to community-staging-x86_64

Added:
  powerdns-recursor/repos/community-staging-x86_64/
  powerdns-recursor/repos/community-staging-x86_64/PKGBUILD
(from rev 771331, powerdns-recursor/trunk/PKGBUILD)
  powerdns-recursor/repos/community-staging-x86_64/boost-1.73.patch
(from rev 771331, powerdns-recursor/trunk/boost-1.73.patch)
  powerdns-recursor/repos/community-staging-x86_64/sysusers.conf
(from rev 771331, powerdns-recursor/trunk/sysusers.conf)

--+
 PKGBUILD |   61 +
 boost-1.73.patch |   57 +
 sysusers.conf|1 
 3 files changed, 119 insertions(+)

Copied: powerdns-recursor/repos/community-staging-x86_64/PKGBUILD (from rev 
771331, powerdns-recursor/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-06 23:41:01 UTC (rev 771332)
@@ -0,0 +1,61 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Jan Steffens 
+# Contributor: Remi Gacogne 
+
+pkgname=powerdns-recursor
+pkgver=4.3.5
+pkgrel=3
+pkgdesc='Resolving DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('gcc-libs' 'boost-libs' 'libsodium' 'systemd-libs' 'luajit' 'openssl' 
'protobuf'
+ 'libboost_context.so' 'fstrm' 'net-snmp' 'libprotobuf.so')
+makedepends=('boost' 'inetutils' 'pandoc' 'ragel' 'systemd')
+provides=('pdns-recursor')
+conflicts=('pdns-recursor')
+backup=('etc/powerdns/recursor.conf')
+source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc}
+boost-1.73.patch
+sysusers.conf)
+sha512sums=('2d39e6016000951c0beca38b26c41664b57c059dee762d7499f34e599ed6c2653af73edb31ba5a8d35f749534f24c0d85b6aedf4c35dc8a05777ffebd1b25851'
+'SKIP'
+
'5000bcb3e58c559d4e59105cedc7befb037bca3ef62730718ee6113c940fdb462d0ff7b47b8881d30139d7dfd1e5832a33dbe7f57b48e385f5359406486de7fe'
+
'63b3f0664d38fbbcb6b1c914cee050a27eca0a15550962973743580dd5d3ace2e68272ca2d856d53cc74001fe9246d61207ebbc74524c096736777ed08c88e72')
+validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Pieter Lexis 

+  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 

+  '16E12866B7738C73976A57436FFC33439B0D04DF') # Winkels, Erik 

+
+prepare() {
+  cd pdns-recursor-${pkgver}
+  patch -Np1 -i ../boost-1.73.patch
+  autoreconf -i
+}
+
+build() {
+  cd pdns-recursor-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc/powerdns \
+--disable-silent-rules \
+--enable-reproducible \
+--enable-systemd \
+--with-protobuf \
+--with-libsodium \
+--with-lua=luajit \
+--with-service-user=pdns-recursor \
+--with-service-group=pdns-recursor
+  make
+}
+
+package() {
+  cd pdns-recursor-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  mv "${pkgdir}/etc/powerdns/recursor.conf"{-dist,}
+  install -Dm 644 "${srcdir}/sysusers.conf" 
"${pkgdir}/usr/lib/sysusers.d/powerdns-recursor.conf"
+}
+
+# vim: ts=2 sw=2 et:

Copied: powerdns-recursor/repos/community-staging-x86_64/boost-1.73.patch (from 
rev 771331, powerdns-recursor/trunk/boost-1.73.patch)
===
--- community-staging-x86_64/boost-1.73.patch   (rev 0)
+++ community-staging-x86_64/boost-1.73.patch   2020-12-06 23:41:01 UTC (rev 
771332)
@@ -0,0 +1,57 @@
+diff --git a/webserver.cc b/webserver.cc
+index eafd305..b47cc6d 100644
+--- a/webserver.cc
 b/webserver.cc
+@@ -107,7 +107,7 @@ static void bareHandlerWrapper(WebServer::HandlerFunction 
handler, YaHTTP::Reque
+ 
+ void WebServer::registerBareHandler(const string& url, HandlerFunction 
handler)
+ {
+-  YaHTTP::THandlerFunction f = boost::bind(, handler, _1, 
_2);
++  YaHTTP::THandlerFunction f = std::bind(, handler, 
std::placeholders::_1, std::placeholders::_2);
+   YaHTTP::Router::Any(url, f);
+ }
+ 
+@@ -179,7 +179,7 @@ void WebServer::apiWrapper(WebServer::HandlerFunction 
handler, HttpRequest* req,
+ }
+ 
+ void WebServer::registerApiHandler(const string& url, HandlerFunction 
handler, bool allowPassword) {
+-  HandlerFunction f = boost::bind(::apiWrapper, this, handler, _1, 
_2, allowPassword);
++  HandlerFunction f = std::bind(::apiWrapper, this, handler, 
std::placeholders::_1, std::placeholders::_2, allowPassword);
+   registerBareHandler(url, f);
+ }
+ 
+@@ -196,7 +196,7 @@ void WebServer::webWrapper(WebServer::HandlerFunction 
handler, HttpRequest* req,
+ }
+ 
+ void WebServer::registerWebHandler(const string& url, HandlerFunction 
handler) {
+-  HandlerFunction f = boost::bind(::webWrapper, this, handler, _1, 

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

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Sunday, December 6, 2020 @ 23:40:56
  Author: foutrelis
Revision: 771331

upgpkg: powerdns-recursor 4.3.5-3: boost 1.74.0 rebuild

Modified:
  powerdns-recursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 23:38:07 UTC (rev 771330)
+++ PKGBUILD2020-12-06 23:40:56 UTC (rev 771331)
@@ -6,7 +6,7 @@
 
 pkgname=powerdns-recursor
 pkgver=4.3.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Resolving DNS server'
 url='https://www.powerdns.com/'
 arch=('x86_64')


[arch-commits] Commit in powerdns-recursor/trunk (PKGBUILD boost-1.73.patch)

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Sunday, December 6, 2020 @ 23:38:07
  Author: foutrelis
Revision: 771330

Fix build with boost 1.73 (patch by loqs)

Added:
  powerdns-recursor/trunk/boost-1.73.patch
Modified:
  powerdns-recursor/trunk/PKGBUILD

--+
 PKGBUILD |3 ++
 boost-1.73.patch |   57 +
 2 files changed, 60 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 23:37:13 UTC (rev 771329)
+++ PKGBUILD2020-12-06 23:38:07 UTC (rev 771330)
@@ -18,9 +18,11 @@
 conflicts=('pdns-recursor')
 backup=('etc/powerdns/recursor.conf')
 
source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc}
+boost-1.73.patch
 sysusers.conf)
 
sha512sums=('2d39e6016000951c0beca38b26c41664b57c059dee762d7499f34e599ed6c2653af73edb31ba5a8d35f749534f24c0d85b6aedf4c35dc8a05777ffebd1b25851'
 'SKIP'
+
'5000bcb3e58c559d4e59105cedc7befb037bca3ef62730718ee6113c940fdb462d0ff7b47b8881d30139d7dfd1e5832a33dbe7f57b48e385f5359406486de7fe'
 
'63b3f0664d38fbbcb6b1c914cee050a27eca0a15550962973743580dd5d3ace2e68272ca2d856d53cc74001fe9246d61207ebbc74524c096736777ed08c88e72')
 validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Pieter Lexis 

   'FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 

@@ -28,6 +30,7 @@
 
 prepare() {
   cd pdns-recursor-${pkgver}
+  patch -Np1 -i ../boost-1.73.patch
   autoreconf -i
 }
 

Added: boost-1.73.patch
===
--- boost-1.73.patch(rev 0)
+++ boost-1.73.patch2020-12-06 23:38:07 UTC (rev 771330)
@@ -0,0 +1,57 @@
+diff --git a/webserver.cc b/webserver.cc
+index eafd305..b47cc6d 100644
+--- a/webserver.cc
 b/webserver.cc
+@@ -107,7 +107,7 @@ static void bareHandlerWrapper(WebServer::HandlerFunction 
handler, YaHTTP::Reque
+ 
+ void WebServer::registerBareHandler(const string& url, HandlerFunction 
handler)
+ {
+-  YaHTTP::THandlerFunction f = boost::bind(, handler, _1, 
_2);
++  YaHTTP::THandlerFunction f = std::bind(, handler, 
std::placeholders::_1, std::placeholders::_2);
+   YaHTTP::Router::Any(url, f);
+ }
+ 
+@@ -179,7 +179,7 @@ void WebServer::apiWrapper(WebServer::HandlerFunction 
handler, HttpRequest* req,
+ }
+ 
+ void WebServer::registerApiHandler(const string& url, HandlerFunction 
handler, bool allowPassword) {
+-  HandlerFunction f = boost::bind(::apiWrapper, this, handler, _1, 
_2, allowPassword);
++  HandlerFunction f = std::bind(::apiWrapper, this, handler, 
std::placeholders::_1, std::placeholders::_2, allowPassword);
+   registerBareHandler(url, f);
+ }
+ 
+@@ -196,7 +196,7 @@ void WebServer::webWrapper(WebServer::HandlerFunction 
handler, HttpRequest* req,
+ }
+ 
+ void WebServer::registerWebHandler(const string& url, HandlerFunction 
handler) {
+-  HandlerFunction f = boost::bind(::webWrapper, this, handler, _1, 
_2);
++  HandlerFunction f = std::bind(::webWrapper, this, handler, 
std::placeholders::_1, std::placeholders::_2);
+   registerBareHandler(url, f);
+ }
+ 
+diff --git a/ws-recursor.cc b/ws-recursor.cc
+index 26f992f..21946e8 100644
+--- a/ws-recursor.cc
 b/ws-recursor.cc
+@@ -382,9 +382,9 @@ static void apiServerCacheFlush(HttpRequest* req, 
HttpResponse* resp) {
+   DNSName canon = apiNameToDNSName(req->getvars["domain"]);
+   bool subtree = (req->getvars.count("subtree") > 0 && 
req->getvars["subtree"].compare("true") == 0);
+ 
+-  int count = broadcastAccFunction(boost::bind(pleaseWipeCache, 
canon, subtree));
+-  count += broadcastAccFunction(boost::bind(pleaseWipePacketCache, 
canon, subtree));
+-  count += 
broadcastAccFunction(boost::bind(pleaseWipeAndCountNegCache, canon, 
subtree));
++  int count = broadcastAccFunction(std::bind(pleaseWipeCache, 
canon, subtree));
++  count += broadcastAccFunction(std::bind(pleaseWipePacketCache, 
canon, subtree));
++  count += 
broadcastAccFunction(std::bind(pleaseWipeAndCountNegCache, canon, 
subtree));
+   resp->setBody(Json::object {
+ { "count", count },
+ { "result", "Flushed cache." }
+@@ -664,7 +664,7 @@ void AsyncServerNewConnectionMT(void *p) {
+ void AsyncServer::asyncWaitForConnections(FDMultiplexer* fdm, const 
newconnectioncb_t& callback)
+ {
+   d_asyncNewConnectionCallback = callback;
+-  fdm->addReadFD(d_server_socket.getHandle(), 
boost::bind(::newConnection, this));
++  fdm->addReadFD(d_server_socket.getHandle(), 
std::bind(::newConnection, this));
+ }
+ 
+ void AsyncServer::newConnection()
\ No newline at end of file


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 23:37:00
  Author: felixonmars
Revision: 771328

upgpkg: mapnik 3.0.23-3: boost 1.74.0 rebuild

Modified:
  mapnik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 23:31:57 UTC (rev 771327)
+++ PKGBUILD2020-12-06 23:37:00 UTC (rev 771328)
@@ -5,7 +5,7 @@
 
 pkgname=mapnik
 pkgver=3.0.23
-pkgrel=2
+pkgrel=3
 pkgdesc="Free Toolkit for developing mapping applications and rendering 
beautiful maps"
 arch=('x86_64')
 url="https://mapnik.org/;


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 23:37:13
  Author: felixonmars
Revision: 771329

archrelease: copy trunk to community-staging-x86_64

Added:
  mapnik/repos/community-staging-x86_64/
  mapnik/repos/community-staging-x86_64/PKGBUILD
(from rev 771328, mapnik/trunk/PKGBUILD)
  mapnik/repos/community-staging-x86_64/mapnik-boost173.patch
(from rev 771328, mapnik/trunk/mapnik-boost173.patch)

---+
 PKGBUILD  |   49 
 mapnik-boost173.patch |  492 
 2 files changed, 541 insertions(+)

Copied: mapnik/repos/community-staging-x86_64/PKGBUILD (from rev 771328, 
mapnik/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-06 23:37:13 UTC (rev 771329)
@@ -0,0 +1,49 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sergej Pupykin 
+# Contributor: David Dent 
+# Contributor: orbisvicis 
+
+pkgname=mapnik
+pkgver=3.0.23
+pkgrel=3
+pkgdesc="Free Toolkit for developing mapping applications and rendering 
beautiful maps"
+arch=('x86_64')
+url="https://mapnik.org/;
+license=('LGPL')
+depends=('boost-libs' 'cairo' 'freetype2' 'gdal' 'harfbuzz' 'icu' 
'libjpeg-turbo' 'libpng'
+ 'libtiff' 'libwebp' 'libxml2' 'postgresql-libs' 'proj' 'sqlite' 
'zlib')
+makedepends=('boost' 'scons')
+source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver.tar.bz2
+mapnik-boost173.patch
+
mapnik-freetype2.patch::https://github.com/mapnik/mapnik/pull/3892.patch)
+sha256sums=('4b1352e01f7ce25ab099e586d7ae98e0b74145a3bf94dd365cb0a2bdab3b9dc2'
+'fc6fb17c90dd1b2d861a5d8886797a5536bc31ab4b018ba1688f41fb25be27b4'
+'774a8590b698e9dc2a483e6ff48781ed0400ba06b901f12a1ed50c9114833d47')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-v$pkgver
+
+  patch -Np1 -i ../mapnik-boost173.patch
+
+  # Use pkg-config to find FreeType2 if available
+  # https://github.com/mapnik/mapnik/pull/3892
+  patch -Np1 -i "${srcdir}"/mapnik-freetype2.patch
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-v$pkgver
+  scons configure  FAST=True \
+PREFIX="/usr" \
+INPUT_PLUGINS=all \
+XMLPARSER=libxml2 \
+DESTDIR="$pkgdir" \
+CUSTOM_CXXFLAGS="$CXXFLAGS" \
+CUSTOM_LDFLAGS="$LDFLAGS" \
+CUSTOM_DEFINES="-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1"
+  scons $(expr "$MAKEFLAGS" : '.*\(\-j[0-9]\+\)')
+}
+
+package(){
+  cd "${srcdir}"/$pkgname-v$pkgver
+  scons install
+}

Copied: mapnik/repos/community-staging-x86_64/mapnik-boost173.patch (from rev 
771328, mapnik/trunk/mapnik-boost173.patch)
===
--- community-staging-x86_64/mapnik-boost173.patch  
(rev 0)
+++ community-staging-x86_64/mapnik-boost173.patch  2020-12-06 23:37:13 UTC 
(rev 771329)
@@ -0,0 +1,492 @@
+commit 7a25bedb31159093300f525a6cda46cce5cfc450
+Author: Artem Pavlenko 
+Date:   Mon May 11 22:18:55 2020 +0100
+
+Add support for boost 1.73
+
+diff --git a/include/mapnik/json/feature_generator_grammar.hpp 
b/include/mapnik/json/feature_generator_grammar.hpp
+index 7bfbbc5e2..5df0cf938 100644
+--- a/include/mapnik/json/feature_generator_grammar.hpp
 b/include/mapnik/json/feature_generator_grammar.hpp
+@@ -30,88 +30,86 @@
+ #include 
+ 
+ // boost
++#include 
+ #include 
++#include 
++#include 
++
++namespace mapnik {
++
++struct kv_store
++{
++using value_type = mapnik::feature_impl::value_type;
++using iterator_type = mapnik::feature_kv_iterator2;
++kv_store(mapnik::feature_impl const& f)
++: start_(mapnik::value_not_null(),f.begin(),f.end()),
++  end_(mapnik::value_not_null(),f.end(),f.end())
++{}
++iterator_type start_;
++iterator_type end_;
++};
++
++}
+ 
+ namespace boost { namespace spirit { namespace traits {
+ 
+ template <>
+-struct is_container : mpl::false_ {} ;
++struct is_container : mpl::false_ {} ;
+ 
+ template <>
+-struct container_iterator
++struct container_iterator
+ {
+-using type = mapnik::feature_kv_iterator2;
++using type = mapnik::kv_store::iterator_type;
+ };
+ 
+ template <>
+-struct begin_container
++struct begin_container
+ {
+-static mapnik::feature_kv_iterator2
+-call (mapnik::feature_impl const& f)
++static mapnik::kv_store::iterator_type
++call (mapnik::kv_store const& kv)
+ {
+-return 
mapnik::feature_kv_iterator2(mapnik::value_not_null(),f.begin(),f.end());
++return kv.start_;
+ }
+ };
+ 
+ template <>
+-struct end_container
++struct end_container
+ {
+-static mapnik::feature_kv_iterator2
+-call (mapnik::feature_impl const& f)
++static mapnik::kv_store::iterator_type
++call (mapnik::kv_store const& kv)
+ {
+-return 
mapnik::feature_kv_iterator2(mapnik::value_not_null(),f.end(),f.end());
++return kv.end_;
+ }
+ };
+ 
+-#if 

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

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Sunday, December 6, 2020 @ 23:31:57
  Author: foutrelis
Revision: 771327

archrelease: copy trunk to community-staging-x86_64

Added:
  aegisub/repos/community-staging-x86_64/
  aegisub/repos/community-staging-x86_64/PKGBUILD
(from rev 771326, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-staging-x86_64/boost-1.68.patch
(from rev 771326, aegisub/trunk/boost-1.68.patch)
  aegisub/repos/community-staging-x86_64/fix-ffms2-compat-2.patch
(from rev 771326, aegisub/trunk/fix-ffms2-compat-2.patch)
  aegisub/repos/community-staging-x86_64/fix-ffms2-compat-3.patch
(from rev 771326, aegisub/trunk/fix-ffms2-compat-3.patch)
  aegisub/repos/community-staging-x86_64/fix-ffms2-compat.patch
(from rev 771326, aegisub/trunk/fix-ffms2-compat.patch)
  aegisub/repos/community-staging-x86_64/icu59.patch
(from rev 771326, aegisub/trunk/icu59.patch)
  aegisub/repos/community-staging-x86_64/make-4.3.patch
(from rev 771326, aegisub/trunk/make-4.3.patch)

--+
 PKGBUILD |   93 
 boost-1.68.patch |   34 +
 fix-ffms2-compat-2.patch |   23 
 fix-ffms2-compat-3.patch |  106 ++
 fix-ffms2-compat.patch   |  257 +
 icu59.patch  |   11 +
 make-4.3.patch   |   23 
 7 files changed, 547 insertions(+)

Copied: aegisub/repos/community-staging-x86_64/PKGBUILD (from rev 771326, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-06 23:31:57 UTC (rev 771327)
@@ -0,0 +1,93 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: kozec 
+# Contributor: Limao Luo 
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=42
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=(x86_64)
+url=http://www.aegisub.org
+license=(
+  GPL
+  BSD
+)
+depends=(
+  alsa-lib
+  boost-libs
+  fftw
+  fontconfig
+  hunspell
+  icu
+  libass.so
+  libffms2.so
+  libgl
+  libpulse
+  wxgtk3
+  zlib
+)
+makedepends=(
+  boost
+  git
+  intltool
+  mesa
+)
+source=(
+  git+https://github.com/Aegisub/Aegisub.git?signed#tag=v${pkgver}
+  boost-1.68.patch
+  icu59.patch
+  make-4.3.patch
+  fix-ffms2-compat.patch
+  fix-ffms2-compat-2.patch
+  fix-ffms2-compat-3.patch
+)
+validpgpkeys=(6DD9508BCB1CE31AF295FF9B6A889F50A8B00C08) # Thomas Goyne 

+sha256sums=('SKIP'
+'aa1689a2204f6a617000f3380b8dea9c3dca4f500d0643e05172750c49cc5a21'
+'29d8cc91e73602d5e3c8517c977dcc77cb84af7d42787f510d487d0a6abf7fa6'
+'1e350a04c152075b369176f8e0b7f691a792de0d5091568e2388e6bd677180e1'
+'1361e782a19d1e6cdd0dabe0a5e7dedd3d750ea5c18884eee807c70637811fad'
+'c5753b989896d1f29722fbf748a2177ffd2d73538020bedaadbf3bca73a3c6d7'
+'301ee822a01bad9004c8cab4e96d8bf3fe378a31956c0bd784e0bc245de57c5c')
+
+prepare() {
+  cd Aegisub
+
+  patch -Np1 -i ../boost-1.68.patch
+  sed 's|gil/gil_all.hpp|gil.hpp|g' -i src/*.cpp # boost 1.69
+  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile # missing link flag
+  sed 's/^Exec=/Exec=env GDK_BACKEND=x11 /' -i 
packages/desktop/aegisub.desktop.template.in # fix running under wayland
+  sed  -i 's/-Wno-c++11-narrowing/-Wno-narrowing/' configure.ac
+  patch -Np1 -i ../icu59.patch
+  patch -Np1 -i ../make-4.3.patch
+  patch -p1 -i ../fix-ffms2-compat.patch
+  patch -p1 -i ../fix-ffms2-compat-2.patch
+  patch -p1 -i ../fix-ffms2-compat-3.patch
+
+  ./autogen.sh
+}
+
+build() {
+  cd Aegisub
+
+  # http://site.icu-project.org/download/61#TOC-Migration-Issues
+  CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
+  ./configure \
+--prefix=/usr \
+--with-wx-config=/usr/bin/wx-config-gtk3 \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd Aegisub
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-x86_64/boost-1.68.patch (from rev 
771326, aegisub/trunk/boost-1.68.patch)
===
--- community-staging-x86_64/boost-1.68.patch   (rev 0)
+++ community-staging-x86_64/boost-1.68.patch   2020-12-06 23:31:57 UTC (rev 
771327)
@@ -0,0 +1,34 @@
+From d8336d2fed73c72d1227b343d6acfb991bc1651b Mon Sep 17 00:00:00 2001
+From: Jan Beich 
+Date: Mon, 9 Jul 2018 20:15:29 +
+Subject: [PATCH] Keep using std::distance after Boost 1.68
+
+src/search_replace_engine.cpp:256:14: error: call to
+  'distance' is ambiguous
+count += distance(
+ ^~~~
+/usr/include/c++/v1/iterator:511:1: note: candidate function [with _InputIter =
+  

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

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Sunday, December 6, 2020 @ 23:31:49
  Author: foutrelis
Revision: 771326

upgpkg: aegisub 3.2.2-42: boost 1.74.0 rebuild

Modified:
  aegisub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 23:28:55 UTC (rev 771325)
+++ PKGBUILD2020-12-06 23:31:49 UTC (rev 771326)
@@ -4,7 +4,7 @@
 
 pkgname=aegisub
 pkgver=3.2.2
-pkgrel=41
+pkgrel=42
 pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
 arch=(x86_64)
 url=http://www.aegisub.org


[arch-commits] Commit in mapnik/trunk (mapnik-boost173.patch)

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Sunday, December 6, 2020 @ 23:28:55
  Author: foutrelis
Revision: 771325

Actually add the patch

Added:
  mapnik/trunk/mapnik-boost173.patch

---+
 mapnik-boost173.patch |  492 
 1 file changed, 492 insertions(+)

Added: mapnik-boost173.patch
===
--- mapnik-boost173.patch   (rev 0)
+++ mapnik-boost173.patch   2020-12-06 23:28:55 UTC (rev 771325)
@@ -0,0 +1,492 @@
+commit 7a25bedb31159093300f525a6cda46cce5cfc450
+Author: Artem Pavlenko 
+Date:   Mon May 11 22:18:55 2020 +0100
+
+Add support for boost 1.73
+
+diff --git a/include/mapnik/json/feature_generator_grammar.hpp 
b/include/mapnik/json/feature_generator_grammar.hpp
+index 7bfbbc5e2..5df0cf938 100644
+--- a/include/mapnik/json/feature_generator_grammar.hpp
 b/include/mapnik/json/feature_generator_grammar.hpp
+@@ -30,88 +30,86 @@
+ #include 
+ 
+ // boost
++#include 
+ #include 
++#include 
++#include 
++
++namespace mapnik {
++
++struct kv_store
++{
++using value_type = mapnik::feature_impl::value_type;
++using iterator_type = mapnik::feature_kv_iterator2;
++kv_store(mapnik::feature_impl const& f)
++: start_(mapnik::value_not_null(),f.begin(),f.end()),
++  end_(mapnik::value_not_null(),f.end(),f.end())
++{}
++iterator_type start_;
++iterator_type end_;
++};
++
++}
+ 
+ namespace boost { namespace spirit { namespace traits {
+ 
+ template <>
+-struct is_container : mpl::false_ {} ;
++struct is_container : mpl::false_ {} ;
+ 
+ template <>
+-struct container_iterator
++struct container_iterator
+ {
+-using type = mapnik::feature_kv_iterator2;
++using type = mapnik::kv_store::iterator_type;
+ };
+ 
+ template <>
+-struct begin_container
++struct begin_container
+ {
+-static mapnik::feature_kv_iterator2
+-call (mapnik::feature_impl const& f)
++static mapnik::kv_store::iterator_type
++call (mapnik::kv_store const& kv)
+ {
+-return 
mapnik::feature_kv_iterator2(mapnik::value_not_null(),f.begin(),f.end());
++return kv.start_;
+ }
+ };
+ 
+ template <>
+-struct end_container
++struct end_container
+ {
+-static mapnik::feature_kv_iterator2
+-call (mapnik::feature_impl const& f)
++static mapnik::kv_store::iterator_type
++call (mapnik::kv_store const& kv)
+ {
+-return 
mapnik::feature_kv_iterator2(mapnik::value_not_null(),f.end(),f.end());
++return kv.end_;
+ }
+ };
+ 
+-#if BOOST_VERSION >= 106900
+-template <>
+-struct transform_attribute
+-: detail::transform_attribute_base
+-{};
+-
+-template <>
+-struct transform_attribute, const mapnik::feature_impl &,
+-  boost::spirit::karma::domain, void>
+-: detail::transform_attribute_base, mapnik::feature_impl const&,  
boost::spirit::karma::domain>
+-{};
+-#endif
+ }}}
+ 
+-namespace mapnik { namespace json {
+-
+-namespace karma = boost::spirit::karma;
++BOOST_FUSION_ADAPT_ADT(
++mapnik::feature_impl,
++(int, int, obj.id(), /**/)
++(mapnik::geometry::geometryconst&, 
mapnik::geometry::geometry const&, obj.get_geometry(),/**/)
++(mapnik::kv_store const, mapnik::kv_store const, mapnik::kv_store(obj), 
/**/))
+ 
++namespace mapnik { namespace json {
++namespace detail {
+ template 
+-struct get_id
+-{
+-using feature_type = T;
+-using result_type = mapnik::value_integer;
+-result_type operator() (feature_type const& f) const
+-{
+-return f.id();
+-}
+-};
++#if BOOST_VERSION >= 107000
++struct attribute_type { using type = T();};
++#else
++struct attribute_type { using type = T const&();};
++#endif
++}
+ 
+-struct extract_geometry
+-{
+-using result_type = mapnik::geometry::geometry const&;
+-template 
+-result_type operator() (T const& f) const
+-{
+-return f.get_geometry();
+-}
+-};
++namespace karma = boost::spirit::karma;
+ 
+ template 
+ struct feature_generator_grammar :
+-karma::grammar
++karma::grammar::type>
+ {
+ feature_generator_grammar();
+-karma::rule feature;
+-geometry_generator_grammar > geometry;
+-properties_generator_grammar properties;
+-boost::phoenix::function > id_;
+-boost::phoenix::function geom_;
++karma::rule::type> feature;
++geometry_generator_grammar> geometry;
++properties_generator_grammar properties;
+ };
+ 
+ }}
+diff --git a/include/mapnik/json/feature_generator_grammar_impl.hpp 
b/include/mapnik/json/feature_generator_grammar_impl.hpp
+index baf4be853..fd65e7320 100644
+--- a/include/mapnik/json/feature_generator_grammar_impl.hpp
 b/include/mapnik/json/feature_generator_grammar_impl.hpp
+@@ -29,13 +29,11 @@ feature_generator_grammar::feature_generator_gramma
+   : feature_generator_grammar::base_type(feature)
+ {
+ boost::spirit::karma::lit_type lit;
+-boost::spirit::karma::uint_type uint_;
+-boost::spirit::karma::_val_type 

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

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Sunday, December 6, 2020 @ 23:28:40
  Author: foutrelis
Revision: 771324

archrelease: copy trunk to community-staging-x86_64

Added:
  innoextract/repos/community-staging-x86_64/
  innoextract/repos/community-staging-x86_64/PKGBUILD
(from rev 771323, innoextract/trunk/PKGBUILD)

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

Copied: innoextract/repos/community-staging-x86_64/PKGBUILD (from rev 771323, 
innoextract/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-06 23:28:40 UTC (rev 771324)
@@ -0,0 +1,35 @@
+# Maintainer: Alad Wenter 
+# Contributor: carstene1ns 
+# Contributor: Sam S. 
+# Contributor: Daniel Scharrer 
+pkgname=innoextract
+pkgver=1.9
+pkgrel=2
+pkgdesc="A tool to extract installers created by Inno Setup"
+url='https://constexpr.org/innoextract/'
+arch=('x86_64')
+license=('ZLIB')
+depends=('boost-libs' 'xz')
+makedepends=('boost' 'cmake')
+source=("https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz;
+"https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz.sig;)
+sha256sums=('6344a69fc1ed847d4ed3e272e0da5998948c6b828cb7af39c6321aba6cf88126'
+'SKIP')
+validpgpkeys=("ADE9653703D4ADE0E997758128555A66D7E1DEC9") # Daniel Scharrer 

+
+build() {
+cd "$pkgname-$pkgver"
+
+# https://github.com/dscharrer/innoextract/issues/88
+cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBoost_NO_BOOST_CMAKE=ON
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
+
+install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+install -m644  CHANGELOG "$pkgdir/usr/share/doc/$pkgname/CHANGELOG"
+install -Dm644 LICENSE   "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Sunday, December 6, 2020 @ 23:28:37
  Author: foutrelis
Revision: 771323

upgpkg: innoextract 1.9-2: boost 1.74.0 rebuild

Modified:
  innoextract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 23:23:37 UTC (rev 771322)
+++ PKGBUILD2020-12-06 23:28:37 UTC (rev 771323)
@@ -4,7 +4,7 @@
 # Contributor: Daniel Scharrer 
 pkgname=innoextract
 pkgver=1.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool to extract installers created by Inno Setup"
 url='https://constexpr.org/innoextract/'
 arch=('x86_64')


[arch-commits] Commit in libreoffice-fresh/repos (7 files)

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Sunday, December 6, 2020 @ 23:27:28
  Author: foutrelis
Revision: 403019

archrelease: copy trunk to staging-x86_64

Added:
  libreoffice-fresh/repos/staging-x86_64/
  libreoffice-fresh/repos/staging-x86_64/PKGBUILD
(from rev 403018, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-x86_64/liborcus-0.16.diff
(from rev 403018, libreoffice-fresh/trunk/liborcus-0.16.diff)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.csh
(from rev 403018, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.sh
(from rev 403018, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 403018, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/staging-x86_64/soffice-template.desktop.in
(from rev 403018, libreoffice-fresh/trunk/soffice-template.desktop.in)

--+
 PKGBUILD |  386 +
 liborcus-0.16.diff   | 1255 +
 libreoffice-fresh.csh|7 
 libreoffice-fresh.sh |7 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 soffice-template.desktop.in  |7 
 6 files changed, 1680 insertions(+)

Copied: libreoffice-fresh/repos/staging-x86_64/PKGBUILD (from rev 403018, 
libreoffice-fresh/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-12-06 23:27:28 UTC (rev 403019)
@@ -0,0 +1,386 @@
+# Maintainer: AndyRTR 
+# Maintainer: Bartłomiej Piotrowski 
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
+pkgbase=libreoffice-fresh
+pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
+_LOver=7.0.3.1
+pkgver=7.0.3
+pkgrel=5
+arch=('x86_64')
+license=('LGPL3')
+url="https://www.libreoffice.org/;
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.7' 'libwpd>=0.9.2' 
'libwps'
+   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
+   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'nss' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gst-plugins-base-libs'
+   'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'ant'
+   'gperf' 'gtk3' 'qt5-base' 'plasma-framework' 'cppunit' 'beanshell' 
'clucene'
+   'junit' 'libmythes' 'libwpg'  'java-environment=11' 'postgresql-libs' 
'mariadb-libs' 'libgl'
+   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops'  'mdds'
+   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'ttf-carlito' 'libxinerama' 
'libpagemaker' 'glm'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
+   'libexttextcat' 'libcmis' 'gobject-introspection' # 'libfbclient'
+   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
+   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'  'boost' 
'libnumbertext'
+   'libffi'
+)
+
+_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror="https://dev-builds.libreoffice.org/pre-releases/src;
+_additional_source_url="https://dev-www.libreoffice.org/src;
+_additional_source_url2="https://dev-www.libreoffice.org/extern;
+source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
+   ${_additional_source_url}/language-subtag-registry-2019-04-03.tar.bz2
+   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
+   
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
+   
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
+   ${_additional_source_url}/pdfium-4137.tar.bz2
+   ${_additional_source_url}/dtoa-20180411.tgz
+   ${_additional_source_url}/lxml-4.1.1.tgz
+   ${_additional_source_url}/Firebird-3.0.0.32483-0.tar.bz2
+   

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

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Sunday, December 6, 2020 @ 23:27:17
  Author: foutrelis
Revision: 403018

upgpkg: libreoffice-fresh 7.0.3-5: boost 1.74.0 rebuild

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 22:58:26 UTC (rev 403017)
+++ PKGBUILD2020-12-06 23:27:17 UTC (rev 403018)
@@ -12,7 +12,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=7.0.3.1
 pkgver=7.0.3
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 license=('LGPL3')
 url="https://www.libreoffice.org/;


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 23:23:37
  Author: felixonmars
Revision: 771322

archrelease: copy trunk to community-staging-x86_64

Added:
  sympol/repos/community-staging-x86_64/
  sympol/repos/community-staging-x86_64/PKGBUILD
(from rev 771321, sympol/trunk/PKGBUILD)
  sympol/repos/community-staging-x86_64/cddlib-0.94k.patch
(from rev 771321, sympol/trunk/cddlib-0.94k.patch)
  sympol/repos/community-staging-x86_64/sympol-fix-headers.patch
(from rev 771321, sympol/trunk/sympol-fix-headers.patch)

--+
 PKGBUILD |   39 +
 cddlib-0.94k.patch   |   14 +
 sympol-fix-headers.patch |   47 +
 3 files changed, 100 insertions(+)

Copied: sympol/repos/community-staging-x86_64/PKGBUILD (from rev 771321, 
sympol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-06 23:23:37 UTC (rev 771322)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=sympol
+pkgver=0.1.9
+pkgrel=7
+pkgdesc="A C++ tool to work with symmetric polyhedra"
+arch=(x86_64)
+url="http://www.math.uni-rostock.de/~rehn/software/sympol.html;
+license=(GPL2)
+source=($pkgname-$pkgver::"https://github.com/tremlin/SymPol/archive/v$pkgver.tar.gz;
+cddlib-0.94k.patch
+sympol-fix-headers.patch)
+depends=(boost-libs lrs cddlib)
+makedepends=(cmake permlib eigen bliss)
+sha256sums=('6753b8fb30745b66a0886e125c18b539417afcf62b804799eb220bd5a59ccc37'
+'23f85255ad1acbaf9c63134c6d331e0f3b8d06230a05e3f63e57399863579649'
+'f3ed90e6b9af5dae0728c52ce4bb9107f3040481cac6c08116dbf8c19bfe3971')
+
+prepare() {
+  cd SymPol-$pkgver
+  sed -e '/(external/d' -i CMakeLists.txt # Don't use bundled cddlib and lrslib
+  sed -e 's|lrsgmp|lrs|' -i sympol/CMakeLists.txt # Fix linking to system lrs
+  rm -r external/{lrslib*,cddlib*}
+  sed -e '/lrs_mp_close/d' -i sympol/raycomputationlrs.cpp # Fix build with 
lrs 0.5 (Fedora)
+  patch -p1 -i ../cddlib-0.94k.patch # Fix build with cddlib 0.94k
+  patch -p1 -i ../sympol-fix-headers.patch # Keep headers directory structure
+}
+
+build() {
+  cmake -B build -S SymPol-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_CXX_FLAGS="${CXXFLAGS} -I/usr/include/lrslib -DMA -DGMP 
-DBLISS_USE_GMP"
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Copied: sympol/repos/community-staging-x86_64/cddlib-0.94k.patch (from rev 
771321, sympol/trunk/cddlib-0.94k.patch)
===
--- community-staging-x86_64/cddlib-0.94k.patch (rev 0)
+++ community-staging-x86_64/cddlib-0.94k.patch 2020-12-06 23:23:37 UTC (rev 
771322)
@@ -0,0 +1,14 @@
+diff -upr SymPol-0.1.9.orig/sympol/raycomputationcdd.cpp 
SymPol-0.1.9/sympol/raycomputationcdd.cpp
+--- SymPol-0.1.9.orig/sympol/raycomputationcdd.cpp 2016-05-08 
22:52:35.0 +0300
 SymPol-0.1.9/sympol/raycomputationcdd.cpp  2020-12-07 01:19:11.840719385 
+0200
+@@ -25,8 +25,8 @@
+ #include "polyhedron.h"
+ 
+ extern "C" {
+-  #include 
+-  #include 
++  #include 
++  #include 
+ }
+ 
+ #include 

Copied: sympol/repos/community-staging-x86_64/sympol-fix-headers.patch (from 
rev 771321, sympol/trunk/sympol-fix-headers.patch)
===
--- community-staging-x86_64/sympol-fix-headers.patch   
(rev 0)
+++ community-staging-x86_64/sympol-fix-headers.patch   2020-12-06 23:23:37 UTC 
(rev 771322)
@@ -0,0 +1,47 @@
+diff --git a/sympol/CMakeLists.txt b/sympol/CMakeLists.txt
+index de9b4a8..da759d6 100644
+--- a/sympol/CMakeLists.txt
 b/sympol/CMakeLists.txt
+@@ -99,11 +99,6 @@ install(FILES
+   configuration.h
+   facesuptosymmetrylist.h
+   facewithdata.h
+-  matrix/algorithm.h
+-  matrix/invert.h
+-  matrix/matrix.h
+-  matrix/rank.h
+-  matrix/zmatrix.h
+   polyhedrondatastorage.h
+   polyhedron.h
+   polyhedronio.h
+@@ -122,6 +117,16 @@ install(FILES
+   symmetrycomputationidm.h
+   symmetrycomputationidmmemento.h
+   symmetrycomputationmemento.h
++  types.h
++  DESTINATION ${INCLUDE_INSTALL_DIR}/sympol)
++install(FILES
++  matrix/algorithm.h
++  matrix/invert.h
++  matrix/matrix.h
++  matrix/rank.h
++  matrix/zmatrix.h
++  DESTINATION ${INCLUDE_INSTALL_DIR}/sympol/matrix)
++install(FILES
+   symmetrygroupconstruction/computesymmetries.h
+   symmetrygroupconstruction/graphconstructionbliss.h
+   symmetrygroupconstruction/graphconstructiondefault.h
+@@ -129,10 +134,11 @@ install(FILES
+   symmetrygroupconstruction/matrixconstructiondefault.h
+   symmetrygroupconstruction/matrixconstructioneigen.h
+   symmetrygroupconstruction/matrixconstruction.h
+-  types.h
++  DESTINATION 

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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 23:23:23
  Author: felixonmars
Revision: 771321

upgpkg: sympol 0.1.9-7: boost 1.74.0 rebuild

Modified:
  sympol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 23:20:35 UTC (rev 771320)
+++ PKGBUILD2020-12-06 23:23:23 UTC (rev 771321)
@@ -2,7 +2,7 @@
 
 pkgname=sympol
 pkgver=0.1.9
-pkgrel=6
+pkgrel=7
 pkgdesc="A C++ tool to work with symmetric polyhedra"
 arch=(x86_64)
 url="http://www.math.uni-rostock.de/~rehn/software/sympol.html;


[arch-commits] Commit in sympol/trunk (PKGBUILD cddlib-0.94k.patch)

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Sunday, December 6, 2020 @ 23:20:35
  Author: foutrelis
Revision: 771320

Fix build with cddlib 0.94k

Added:
  sympol/trunk/cddlib-0.94k.patch
Modified:
  sympol/trunk/PKGBUILD

+
 PKGBUILD   |3 +++
 cddlib-0.94k.patch |   14 ++
 2 files changed, 17 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 23:03:58 UTC (rev 771319)
+++ PKGBUILD2020-12-06 23:20:35 UTC (rev 771320)
@@ -8,10 +8,12 @@
 url="http://www.math.uni-rostock.de/~rehn/software/sympol.html;
 license=(GPL2)
 
source=($pkgname-$pkgver::"https://github.com/tremlin/SymPol/archive/v$pkgver.tar.gz;
+cddlib-0.94k.patch
 sympol-fix-headers.patch)
 depends=(boost-libs lrs cddlib)
 makedepends=(cmake permlib eigen bliss)
 sha256sums=('6753b8fb30745b66a0886e125c18b539417afcf62b804799eb220bd5a59ccc37'
+'23f85255ad1acbaf9c63134c6d331e0f3b8d06230a05e3f63e57399863579649'
 'f3ed90e6b9af5dae0728c52ce4bb9107f3040481cac6c08116dbf8c19bfe3971')
 
 prepare() {
@@ -20,6 +22,7 @@
   sed -e 's|lrsgmp|lrs|' -i sympol/CMakeLists.txt # Fix linking to system lrs
   rm -r external/{lrslib*,cddlib*}
   sed -e '/lrs_mp_close/d' -i sympol/raycomputationlrs.cpp # Fix build with 
lrs 0.5 (Fedora)
+  patch -p1 -i ../cddlib-0.94k.patch # Fix build with cddlib 0.94k
   patch -p1 -i ../sympol-fix-headers.patch # Keep headers directory structure
 }
 

Added: cddlib-0.94k.patch
===
--- cddlib-0.94k.patch  (rev 0)
+++ cddlib-0.94k.patch  2020-12-06 23:20:35 UTC (rev 771320)
@@ -0,0 +1,14 @@
+diff -upr SymPol-0.1.9.orig/sympol/raycomputationcdd.cpp 
SymPol-0.1.9/sympol/raycomputationcdd.cpp
+--- SymPol-0.1.9.orig/sympol/raycomputationcdd.cpp 2016-05-08 
22:52:35.0 +0300
 SymPol-0.1.9/sympol/raycomputationcdd.cpp  2020-12-07 01:19:11.840719385 
+0200
+@@ -25,8 +25,8 @@
+ #include "polyhedron.h"
+ 
+ extern "C" {
+-  #include 
+-  #include 
++  #include 
++  #include 
+ }
+ 
+ #include 


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

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Sunday, December 6, 2020 @ 23:03:58
  Author: foutrelis
Revision: 771319

Fix build with boost 1.74 (patch from Fedora)

Modified:
  mapnik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 22:56:41 UTC (rev 771318)
+++ PKGBUILD2020-12-06 23:03:58 UTC (rev 771319)
@@ -14,13 +14,17 @@
  'libtiff' 'libwebp' 'libxml2' 'postgresql-libs' 'proj' 'sqlite' 
'zlib')
 makedepends=('boost' 'scons')
 
source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver.tar.bz2
+mapnik-boost173.patch
 
mapnik-freetype2.patch::https://github.com/mapnik/mapnik/pull/3892.patch)
 sha256sums=('4b1352e01f7ce25ab099e586d7ae98e0b74145a3bf94dd365cb0a2bdab3b9dc2'
+'fc6fb17c90dd1b2d861a5d8886797a5536bc31ab4b018ba1688f41fb25be27b4'
 '774a8590b698e9dc2a483e6ff48781ed0400ba06b901f12a1ed50c9114833d47')
 
 prepare() {
   cd "${srcdir}"/$pkgname-v$pkgver
 
+  patch -Np1 -i ../mapnik-boost173.patch
+
   # Use pkg-config to find FreeType2 if available
   # https://github.com/mapnik/mapnik/pull/3892
   patch -Np1 -i "${srcdir}"/mapnik-freetype2.patch


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:58:26
  Author: felixonmars
Revision: 403017

archrelease: copy trunk to staging-x86_64

Added:
  libreoffice-still/repos/staging-x86_64/
  libreoffice-still/repos/staging-x86_64/PKGBUILD
(from rev 403016, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.csh
(from rev 403016, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.sh
(from rev 403016, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 403016, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/staging-x86_64/soffice-template.desktop.in
(from rev 403016, libreoffice-still/trunk/soffice-template.desktop.in)

--+
 PKGBUILD |  377 +
 libreoffice-still.csh|7 
 libreoffice-still.sh |7 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 soffice-template.desktop.in  |7 
 5 files changed, 416 insertions(+)

Copied: libreoffice-still/repos/staging-x86_64/PKGBUILD (from rev 403016, 
libreoffice-still/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-12-06 22:58:26 UTC (rev 403017)
@@ -0,0 +1,377 @@
+# Maintainer: AndyRTR 
+# Maintainer: Bartłomiej Piotrowski 
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
+pkgbase=libreoffice-still
+pkgname=('libreoffice-still-sdk' 'libreoffice-still')
+_LOver=6.4.7.2
+pkgver=6.4.7
+pkgrel=5
+arch=('x86_64')
+license=('LGPL3')
+url="https://www.libreoffice.org/;
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.7' 'libwpd>=0.9.2' 
'libwps'
+   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
+   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'nss' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gst-plugins-base-libs'
+   'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'ant'
+   'gperf' 'gtk3' 'qt5-base' 'plasma-framework' 'cppunit' 'beanshell' 
'clucene'
+   'junit' 'libmythes' 'libwpg'  'java-environment=8' 'postgresql-libs' 
'mariadb-libs' 'libgl'
+   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops'  'mdds'
+   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'ttf-carlito' 'libxinerama' 
'libpagemaker' 'glm'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' # 'liborcus' 
+   'libexttextcat' 'libcmis' 'gobject-introspection' # 'libfbclient'
+   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
+   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'  'boost' 
'libnumbertext'
+   'libffi'
+)
+
+_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror="https://dev-builds.libreoffice.org/pre-releases/src;
+_additional_source_url="https://dev-www.libreoffice.org/src;
+_additional_source_url2="https://dev-www.libreoffice.org/extern;
+source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
+   ${_additional_source_url}/language-subtag-registry-2019-04-03.tar.bz2
+   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
+   
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
+   
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
+   ${_additional_source_url}/pdfium-4137.tar.bz2
+   ${_additional_source_url}/lxml-4.1.1.tgz
+   ${_additional_source_url}/Firebird-3.0.0.32483-0.tar.bz2
+   ${_additional_source_url}/QR-Code-generator-1.4.0.tar.gz
+   ${_additional_source_url}/liborcus-0.15.3.tar.gz
+   
${_additional_source_url2}/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar
  # for test suite
+   

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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:58:02
  Author: felixonmars
Revision: 403016

upgpkg: libreoffice-still 6.4.7-5: boost 1.74.0 rebuild

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 22:40:03 UTC (rev 403015)
+++ PKGBUILD2020-12-06 22:58:02 UTC (rev 403016)
@@ -12,7 +12,7 @@
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
 _LOver=6.4.7.2
 pkgver=6.4.7
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 license=('LGPL3')
 url="https://www.libreoffice.org/;


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:56:41
  Author: felixonmars
Revision: 771318

archrelease: copy trunk to community-staging-x86_64

Added:
  swift/repos/community-staging-x86_64/
  swift/repos/community-staging-x86_64/PKGBUILD
(from rev 771317, swift/trunk/PKGBUILD)
  swift/repos/community-staging-x86_64/build-fix.patch
(from rev 771317, swift/trunk/build-fix.patch)
  
swift/repos/community-staging-x86_64/swift-4.0.2-boost-1.69-compatibility.patch
(from rev 771317, swift/trunk/swift-4.0.2-boost-1.69-compatibility.patch)
  swift/repos/community-staging-x86_64/swift-4.0.2-qt-5.11-compatibility.patch
(from rev 771317, swift/trunk/swift-4.0.2-qt-5.11-compatibility.patch)
  swift/repos/community-staging-x86_64/swift-4.0.2-qt-5.15-compatibility.patch
(from rev 771317, swift/trunk/swift-4.0.2-qt-5.15-compatibility.patch)

+
 PKGBUILD   |   54 ++
 build-fix.patch|   32 +++
 swift-4.0.2-boost-1.69-compatibility.patch |   77 +++
 swift-4.0.2-qt-5.11-compatibility.patch|   35 
 swift-4.0.2-qt-5.15-compatibility.patch|   10 +++
 5 files changed, 208 insertions(+)

Copied: swift/repos/community-staging-x86_64/PKGBUILD (from rev 771317, 
swift/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-06 22:56:41 UTC (rev 771318)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Previous maintainer: Emmanuel Gil Peyrot 
+
+pkgbase='swift'
+pkgname=('swift-im' 'swiften')
+pkgver=4.0.2
+pkgrel=2
+arch=('x86_64')
+pkgdesc='XMPP client written in C++ with Qt and Swiften'
+url="http://swift.im/;
+license=('GPL3')
+makedepends=('python2' 'openssl' 'boost' 'qt5-base' 'qt5-multimedia'
+ 'qt5-webkit' 'qt5-x11extras' 'qt5-tools' 'qt5-svg')
+source=("http://swift.im/downloads/releases/$pkgbase-$pkgver/$pkgbase-$pkgver.tar.gz;
+'swift-4.0.2-boost-1.69-compatibility.patch'
+'swift-4.0.2-qt-5.11-compatibility.patch'
+'swift-4.0.2-qt-5.15-compatibility.patch')
+sha256sums=('1c7c9fb981ecb9b589890c36523dbbabde2f0a708f71a66eb71e9526bf8e0a70'
+'d166362c146f859ec89c535f8676ac12c6e51e281e6c88c5e36b25e4ea5655d1'
+'7970844d39c38ff6d36c2d1e26c145495ff8f5a5a31a399467eca66854dc3e67'
+'18feef21870b0f441a6fb0faf7b35a826cfec4fe4a1d717bbb1c373a8c1ccb95')
+
+# Those options need to be consistent between each scons invocation.
+_scons_options=(max_jobs=1 optimize=1 debug=0 swiften_dll=1 
cflags="${CPPFLAGS} ${CFLAGS}" cxxflags="${CPPFLAGS} ${CFLAGS}" 
linkflags="${LDFLAGS}")
+
+prepare() {
+  cd $pkgbase-$pkgver
+  patch -p1 -i ../swift-4.0.2-boost-1.69-compatibility.patch
+  patch -p1 -i ../swift-4.0.2-qt-5.11-compatibility.patch
+  patch -p1 -i ../swift-4.0.2-qt-5.15-compatibility.patch
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  ./scons "${_scons_options[@]}" Swift Swiften
+}
+
+package_swift-im() {
+  pkgdesc='XMPP client written in C++ with Qt and Swiften'
+  depends=("swiften=$pkgver" 'qt5-base' 'qt5-multimedia' 'qt5-webkit'
+   'qt5-x11extras' 'qt5-svg' 'libxss' 'hicolor-icon-theme')
+
+  cd $pkgbase-$pkgver
+  ./scons "${_scons_options[@]}" SWIFT_INSTALLDIR="$pkgdir"/usr/ "$pkgdir"/usr/
+}
+
+package_swiften() {
+  pkgdesc='XMPP library written in C++ with Boost'
+  depends=('boost-libs' 'libxml2' 'libidn' 'avahi' 'openssl')
+
+  cd $pkgbase-$pkgver
+  ./scons "${_scons_options[@]}" SWIFTEN_INSTALLDIR="$pkgdir"/usr/ 
"$pkgdir"/usr/
+}

Copied: swift/repos/community-staging-x86_64/build-fix.patch (from rev 771317, 
swift/trunk/build-fix.patch)
===
--- community-staging-x86_64/build-fix.patch(rev 0)
+++ community-staging-x86_64/build-fix.patch2020-12-06 22:56:41 UTC (rev 
771318)
@@ -0,0 +1,32 @@
+diff -wbBur swift-4.0.2/Swift/QtUI/UserSearch/QtUserSearchWindow.h 
swift-4.0.2.my/Swift/QtUI/UserSearch/QtUserSearchWindow.h
+--- swift-4.0.2/Swift/QtUI/UserSearch/QtUserSearchWindow.h 2018-04-06 
13:06:46.0 +0300
 swift-4.0.2.my/Swift/QtUI/UserSearch/QtUserSearchWindow.h  2019-10-08 
20:52:23.171475337 +0300
+@@ -9,6 +9,7 @@
+ #include 
+ 
+ #include 
++#include 
+ 
+ #include 
+ 
+diff -wbBur swift-4.0.2/Swiften/Network/PlatformNATTraversalWorker.cpp 
swift-4.0.2.my/Swiften/Network/PlatformNATTraversalWorker.cpp
+--- swift-4.0.2/Swiften/Network/PlatformNATTraversalWorker.cpp 2018-04-06 
13:06:46.0 +0300
 swift-4.0.2.my/Swiften/Network/PlatformNATTraversalWorker.cpp  
2019-10-08 21:12:25.284754131 +0300
+@@ -157,7 +157,7 @@
+ miniUPnPInterface = new MiniUPnPInterface();
+ miniUPnPSupported = miniUPnPInterface->isAvailable();
+ }
+-SWIFT_LOG(debug) << "UPnP NAT traversal 

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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:56:21
  Author: felixonmars
Revision: 771317

upgpkg: swift 4.0.2-2: boost 1.74.0 rebuild

Modified:
  swift/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 22:49:57 UTC (rev 771316)
+++ PKGBUILD2020-12-06 22:56:21 UTC (rev 771317)
@@ -5,7 +5,7 @@
 pkgbase='swift'
 pkgname=('swift-im' 'swiften')
 pkgver=4.0.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 pkgdesc='XMPP client written in C++ with Qt and Swiften'
 url="http://swift.im/;


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

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Sunday, December 6, 2020 @ 22:49:57
  Author: foutrelis
Revision: 771316

archrelease: copy trunk to community-staging-x86_64

Added:
  srslte/repos/community-staging-x86_64/
  srslte/repos/community-staging-x86_64/PKGBUILD
(from rev 771315, srslte/trunk/PKGBUILD)
  srslte/repos/community-staging-x86_64/srslte-avx2.install
(from rev 771315, srslte/trunk/srslte-avx2.install)
  srslte/repos/community-staging-x86_64/srslte.install
(from rev 771315, srslte/trunk/srslte.install)

-+
 PKGBUILD|   85 ++
 srslte-avx2.install |4 ++
 srslte.install  |4 ++
 3 files changed, 93 insertions(+)

Copied: srslte/repos/community-staging-x86_64/PKGBUILD (from rev 771315, 
srslte/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-06 22:49:57 UTC (rev 771316)
@@ -0,0 +1,85 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgbase=srslte
+pkgname=($pkgbase $pkgbase-avx2)
+_pkgname=srsLTE
+pkgver=20.04.2
+_pkgver=release_${pkgver//./_}
+pkgrel=2
+pkgdesc='Open source SDR LTE software suite from Software Radio Systems (SRS)'
+arch=('x86_64')
+url='https://www.srslte.com'
+license=('AGPL3')
+depends=('fftw' 'mbedtls' 'boost-libs' 'lksctp-tools' 'libconfig'
+ 'libuhd' 'soapysdr' 'bladerf' 'zeromq' 'pcsclite' 'srsgui')
+makedepends=('cmake' 'boost')
+provides=('srsue' 'srsenb' 'srsenb')
+conflicts=('srsue' 'srsenb' 'srsenb')
+source=("$_pkgname-$pkgver.tar.gz::https://github.com/srsLTE/srsLTE/archive/$_pkgver.tar.gz;)
+sha512sums=('2db146ab30e19fe2027252d5f4fd8c52385923e24d721f4deee01a99b8fbb9b03758997bc336fb0773e0633f0cdf1fa769e3f251e7b02b18a8f0e2d6d25e42d7')
+
+prepare() {
+  cd $_pkgname-$_pkgver
+
+  # Disable failing test
+  sed -i '/add_test(ue_rf_failure/d' srsue/src/CMakeLists.txt
+
+  mkdir build
+
+  cp -r "$srcdir"/$_pkgname-$_pkgver "$srcdir"/$_pkgname-avx2-$_pkgver
+}
+
+build() {
+  echo 'Building srslte...'
+  cd "$srcdir"/$_pkgname-$_pkgver/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_GENERIC=True
+
+  make
+
+  echo 'Building srslte-avx2...'
+  cd "$srcdir"/$_pkgname-avx2-$_pkgver/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_GENERIC=True \
+-DHAVE_AVX2=True
+
+  make
+}
+
+check() {
+  echo 'Running tests for srslte...'
+  cd "$srcdir"/$_pkgname-$_pkgver/build
+
+  ctest $(echo $MAKEFLAGS | grep -Po '\-j[0-9][0-9]*')
+
+  echo 'Running tests for srslte-avx2...'
+  cd "$srcdir"/$_pkgname-avx2-$_pkgver/build
+
+  ctest $(echo $MAKEFLAGS | grep -Po '\-j[0-9][0-9]*')
+}
+
+package_srslte() {
+  install=$pkgname.install
+
+  cd $_pkgname-$_pkgver/build
+
+  make DESTDIR="$pkgdir" install
+}
+
+package_srslte-avx2() {
+  pkgdesc="$pkgdesc (with AVX2 extensions)"
+  provides=($pkgbase)
+  conflicts=($pkgbase)
+  install=$pkgname.install
+
+  cd $_pkgname-avx2-$_pkgver/build
+
+  make DESTDIR="$pkgdir" install
+}
+

Copied: srslte/repos/community-staging-x86_64/srslte-avx2.install (from rev 
771315, srslte/trunk/srslte-avx2.install)
===
--- community-staging-x86_64/srslte-avx2.install
(rev 0)
+++ community-staging-x86_64/srslte-avx2.install2020-12-06 22:49:57 UTC 
(rev 771316)
@@ -0,0 +1,4 @@
+post_install(){
+echo 'The binaries in the package include AVX2 instructions.'
+echo 'If your CPU does not support them please use the sdrangel package.'
+}

Copied: srslte/repos/community-staging-x86_64/srslte.install (from rev 771315, 
srslte/trunk/srslte.install)
===
--- community-staging-x86_64/srslte.install (rev 0)
+++ community-staging-x86_64/srslte.install 2020-12-06 22:49:57 UTC (rev 
771316)
@@ -0,0 +1,4 @@
+post_install(){
+echo 'The binaries in the package have limited SIMD support.'
+echo 'Please consider using srslte-avx2 if your CPU supports AVX2 
extensions, it will give you a bigperformance boost.'
+}


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

2020-12-06 Thread Evangelos Foutras via arch-commits
Date: Sunday, December 6, 2020 @ 22:49:53
  Author: foutrelis
Revision: 771315

upgpkg: srslte 20.04.2-2: boost 1.74 rebuild

Modified:
  srslte/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 22:43:37 UTC (rev 771314)
+++ PKGBUILD2020-12-06 22:49:53 UTC (rev 771315)
@@ -5,7 +5,7 @@
 _pkgname=srsLTE
 pkgver=20.04.2
 _pkgver=release_${pkgver//./_}
-pkgrel=1
+pkgrel=2
 pkgdesc='Open source SDR LTE software suite from Software Radio Systems (SRS)'
 arch=('x86_64')
 url='https://www.srslte.com'


[arch-commits] Commit in monero-gui/repos (3 files)

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:43:37
  Author: felixonmars
Revision: 771314

archrelease: copy trunk to community-staging-x86_64

Added:
  monero-gui/repos/community-staging-x86_64/
  monero-gui/repos/community-staging-x86_64/PKGBUILD
(from rev 771313, monero-gui/trunk/PKGBUILD)
  monero-gui/repos/community-staging-x86_64/monero-gui.desktop
(from rev 771313, monero-gui/trunk/monero-gui.desktop)

+
 PKGBUILD   |   70 +++
 monero-gui.desktop |   15 ++
 2 files changed, 85 insertions(+)

Copied: monero-gui/repos/community-staging-x86_64/PKGBUILD (from rev 771313, 
monero-gui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-06 22:43:37 UTC (rev 771314)
@@ -0,0 +1,70 @@
+# Maintainer: kpcyrd 
+
+pkgname=monero-gui
+pkgver=0.17.1.5
+_commit=96f9c11320ee3c4f1f1c35f3ac8e8f78340bd378
+pkgrel=2
+pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
+license=('BSD')
+arch=('x86_64')
+url="https://getmonero.org/;
+depends=('monero' 'boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 
'pcsclite' 'hidapi' 'unbound' 'hicolor-icon-theme' 'libusb' 'libudev.so'
+'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
+makedepends=('git' 'cmake' 'boost' 'qt5-tools')
+source=(
+"git+https://github.com/monero-project/monero-gui?signed#commit=${_commit};
+"git+https://github.com/monero-project/monero;
+"git+https://github.com/monero-project/unbound.git;
+"git+https://github.com/monero-project/miniupnp.git;
+"git+https://github.com/Tencent/rapidjson.git;
+"git+https://github.com/trezor/trezor-common.git;
+"git+https://github.com/tevador/randomx.git;
+"git+https://github.com/monero-project/supercop.git;
+"monero-gui.desktop"
+)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'8aa10a47c3217e5bf12bb40a02828bb75cb38e4b5b124a8b05e487e7d3212c132911d5025193d4a7d984aebef94177dee42acf958c11a18b99fd13e872a771e8')
+validpgpkeys=(
+  '8777AB8F778EE89487A2F8E7F4ACA0183641E010' # luigi 
+  '487277A8BD0A209C16B700F3C64552D877C32479' # Alexander Blair (Snipa / 
Snipa22) 
+)
+
+prepare() {
+  cd "${pkgname}"
+  git submodule init
+  git config submodule.monero.url "$srcdir/monero"
+  git submodule update
+  cd monero
+  git config submodule.external/unbound.url "$srcdir/unbound"
+  git config submodule.external/miniupnp.url "$srcdir/miniupnp"
+  git config submodule.external/rapidjson.url "$srcdir/rapidjson"
+  git config submodule.external/trezor-common.url "$srcdir/trezor-common"
+  git config submodule.external/randomx.url "$srcdir/randomx"
+  git config submodule.external/supercop.url "$srcdir/supercop"
+  git submodule update
+}
+
+build() {
+  cd "${pkgname}"
+  ARCH=default make release
+}
+
+package() {
+  cd "${pkgname}"
+  install -Dm755 build/release/bin/monero-wallet-gui -t "${pkgdir}/usr/bin"
+  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  install -Dm644 ../monero-gui.desktop -t "${pkgdir}/usr/share/applications"
+  for x in 16 24 32 48 64 96 128 256; do
+install -Dm644 "images/appicons/${x}x${x}.png" 
"${pkgdir}/usr/share/icons/hicolor/${x}x${x}/apps/monero-gui.png"
+  done
+}
+
+# vim: ts=2 sw=2 et:

Copied: monero-gui/repos/community-staging-x86_64/monero-gui.desktop (from rev 
771313, monero-gui/trunk/monero-gui.desktop)
===
--- community-staging-x86_64/monero-gui.desktop (rev 0)
+++ community-staging-x86_64/monero-gui.desktop 2020-12-06 22:43:37 UTC (rev 
771314)
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Name=Monero GUI
+GenericName=Monero-GUI
+X-GNOME-FullName=Monero-GUI
+Comment=Monero GUI
+Keywords=Monero;
+Exec=monero-wallet-gui %u
+Terminal=false
+Type=Application
+Icon=monero
+Categories=Network;GNOME;Qt;
+MimeType=x-scheme-handler/monero;x-scheme-handler/moneroseed
+StartupNotify=true
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-UsesNotifications=true


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:43:24
  Author: felixonmars
Revision: 771313

upgpkg: monero-gui 0.17.1.5-2: boost 1.74.0 rebuild

Modified:
  monero-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 22:42:20 UTC (rev 771312)
+++ PKGBUILD2020-12-06 22:43:24 UTC (rev 771313)
@@ -3,7 +3,7 @@
 pkgname=monero-gui
 pkgver=0.17.1.5
 _commit=96f9c11320ee3c4f1f1c35f3ac8e8f78340bd378
-pkgrel=1
+pkgrel=2
 pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
 license=('BSD')
 arch=('x86_64')


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:42:20
  Author: felixonmars
Revision: 771312

archrelease: copy trunk to community-staging-x86_64

Added:
  guitarix/repos/community-staging-x86_64/
  guitarix/repos/community-staging-x86_64/PKGBUILD
(from rev 771311, guitarix/trunk/PKGBUILD)

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

Copied: guitarix/repos/community-staging-x86_64/PKGBUILD (from rev 771311, 
guitarix/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-06 22:42:20 UTC (rev 771312)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge https://guitarix.org;
+license=('GPL3')
+groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio')
+depends=('atkmm' 'bluez-libs' 'cairo' 'cairomm' 'gcc-libs' 'gdk-pixbuf2'
+'glibc' 'glibmm' 'gtkmm3' 'libsigc++' 'libx11' 'pangomm' 'ttf-roboto')
+makedepends=('avahi' 'curl' 'boost' 'eigen' 'faust' 'fftw' 'glib2' 'gperf'
+'gtk3' 'intltool' 'jack' 'ladspa' 'liblo' 'liblrdf' 'lilv' 'lv2' 'pango'
+'sassc' 'waf' 'zita-convolver' 'zita-resampler')
+optdepends=('new-session-manager: for session management')
+provides=('guitarix2' 'libgxw.so' 'libgxwmm.so' 'ladspa-host' 'lv2-host')
+conflicts=('guitarix2')
+replaces=('guitarix2')
+source=("${pkgname}-${pkgver}.tar.xz::https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}2-${pkgver}.tar.xz;)
+sha512sums=('27fe6f2b87c8913feafae1c17472150d37df46ed3437b033cd22f509edf67420fb8f4024e404d5bec901a687dbe948acda702bf37cb0c738feb5b3b8e5ebb8aa')
+b2sums=('d3caa51f297153c16df624ababaffc1405ddb10f04ae01672720bb2229d4be3426b33f75021b1862f996fb09466eaad008f748b42cb8382f08d14e23758cfc9b')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  waf configure --prefix=/usr \
+--enable-nls \
+--ladspa \
+--new-ladspa \
+--shared-lib \
+--lib-dev \
+--ldflags="${LDFLAGS}"
+  waf build -vv
+}
+
+package() {
+  depends+=('libavahi-common.so' 'libavahi-gobject.so' 'libboost_iostreams.so'
+  'libcurl.so' 'libfftw3f.so' 'libgdk-3.so' 'libgio-2.0.so' 'libglib-2.0.so'
+  'libgobject-2.0.so' 'libjack.so' 'liblilv-0.so' 'liblo.so' 'liblrdf.so'
+  'libpangocairo-1.0.so' 'libpango-1.0.so' 'libsndfile.so'
+  'libzita-convolver.so' 'libzita-resampler.so')
+  cd "${pkgname}-${pkgver}"
+  waf install --destdir="${pkgdir}"
+  # docs
+  install -vDm 644 {changelog,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:42:09
  Author: felixonmars
Revision: 771311

upgpkg: guitarix 0.41.0-2: boost 1.74.0 rebuild

Modified:
  guitarix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 22:40:36 UTC (rev 771310)
+++ PKGBUILD2020-12-06 22:42:09 UTC (rev 771311)
@@ -2,7 +2,7 @@
 
 pkgname=guitarix
 pkgver=0.41.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
 arch=('x86_64')
 url="https://guitarix.org;


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:40:36
  Author: felixonmars
Revision: 771310

archrelease: copy trunk to community-staging-x86_64

Added:
  luminancehdr/repos/community-staging-x86_64/
  luminancehdr/repos/community-staging-x86_64/PKGBUILD
(from rev 771309, luminancehdr/trunk/PKGBUILD)
  luminancehdr/repos/community-staging-x86_64/luminancehdr.changelog
(from rev 771309, luminancehdr/trunk/luminancehdr.changelog)

+
 PKGBUILD   |   32 ++
 luminancehdr.changelog |  102 +++
 2 files changed, 134 insertions(+)

Copied: luminancehdr/repos/community-staging-x86_64/PKGBUILD (from rev 771309, 
luminancehdr/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-06 22:40:36 UTC (rev 771310)
@@ -0,0 +1,32 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dmitry N. Shilov 
+
+pkgname=luminancehdr
+pkgver=2.6.0
+pkgrel=10
+pkgdesc='Open source graphical user interface application that aims to provide 
a workflow for HDR imaging'
+arch=('x86_64')
+url='http://qtpfsgui.sourceforge.net/'
+license=('GPL')
+depends=('exiv2' 'fftw' 'gsl' 'lcms2' 'libraw' 'openexr' 'qt5-webengine' 
'qt5-svg'
+ 'qt5-webkit' 'ccfits' 'desktop-file-utils' 'hicolor-icon-theme' 
'boost-libs')
+makedepends=('cmake' 'boost' 'gtest' 'qt5-tools' 'eigen')
+optdepends=('hugin: align image stack functionality')
+changelog=$pkgname.changelog
+options=('!emptydirs')
+source=(https://sourceforge.net/projects/qtpfsgui/files/luminance/$pkgver/luminance-hdr-$pkgver.tar.bz2)
+sha256sums=('d7d2003e0ef4ead6f4b4c526bc44749a1fb845e795e0c5b7c35a393b0c0518a1')
+
+build() {
+  cd "${srcdir}"/luminance-hdr-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${srcdir}"/luminance-hdr-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: luminancehdr/repos/community-staging-x86_64/luminancehdr.changelog 
(from rev 771309, luminancehdr/trunk/luminancehdr.changelog)
===
--- community-staging-x86_64/luminancehdr.changelog 
(rev 0)
+++ community-staging-x86_64/luminancehdr.changelog 2020-12-06 22:40:36 UTC 
(rev 771310)
@@ -0,0 +1,102 @@
+2019-06-10 Jaroslav Lichtblau 
+   * luminancehdr 2.6.0-1
+
+2017-12-30 Jaroslav Lichtblau 
+   * luminancehdr 2.5.1-6 boost 1.66.0 rebuild
+
+2017-09-10 Jaroslav Lichtblau 
+   * luminancehdr 2.5.1-5 boost 1.65.1 rebuild
+
+2017-08-16 Jaroslav Lichtblau 
+   * luminancehdr 2.5.1-4 FS#55166 fix
+
+2017-07-14 Jaroslav Lichtblau 
+   * luminancehdr 2.5.1-3 exiv2 0.26 rebuild
+
+2017-06-24 Jaroslav Lichtblau 
+   * luminancehdr 2.5.1-2 gsl 2.4 rebuild
+
+2017-06-04 Jaroslav Lichtblau 
+   * luminancehdr 2.5.1-1
+
+2017-05-19 Jaroslav Lichtblau 
+   * luminancehdr 2.5.0-3 boost 1.64.0 rebuild
+
+2017-04-18 Jaroslav Lichtblau 
+   * luminancehdr 2.5.0-1
+
+2017-01-07 Jaroslav Lichtblau 
+   * luminancehdr 2.4.0-9 libraw 0.18 rebuild
+
+2016-05-01 Jaroslav Lichtblau 
+   * luminancehdr 2.4.0-8 pacman hooks rebuild
+
+2016-02-20 Jaroslav Lichtblau 
+   * luminancehdr 2.4.0-7 gsl 2.1 rebuild
+
+2015-08-27 Jaroslav Lichtblau 
+   * luminancehdr 2.4.0-5 libraw 0.17 rebuild
+
+2015-07-03 Jaroslav Lichtblau 
+   * luminancehdr 2.4.0-4 exiv2-0.25 rebuild
+
+2015-05-14 Jaroslav Lichtblau 
+   * luminancehdr 2.4.0-3
+
+2014-02-04 Jaroslav Lichtblau 
+   * luminancehdr 2.4.0-1
+
+2014-01-20 Jaroslav Lichtblau 
+   * luminancehdr 2.3.1-4 libraw rebuild
+
+2013-06-15 Jaroslav Lichtblau 
+   * luminancehdr 2.3.1-3 libraw rebuild
+
+2013-04-20 Jaroslav Lichtblau 
+   * luminancehdr 2.3.1-1
+
+2012-07-30 Jaroslav Lichtblau 
+   * luminancehdr 2.3.0-2 exiv2-0.23 rebuild
+
+2012-07-07 Jaroslav Lichtblau 
+   * luminancehdr 2.3.0-1
+
+2012-03-18 Jaroslav Lichtblau 
+   * luminancehdr 2.2.1-1
+
+2012-01-27 Eric Belanger  
+   * Rebuild against libpng 1.5 and libtiff 4.0
+
+2011-08-21 Jaroslav Lichtblau 
+   * luminancehdr 2.1.0-1
+
+2011-05-01 Jaroslav Lichtblau 
+   * luminancehdr 2.0.2-1
+
+2010-10-19 Jaroslav Lichtblau 
+   * exiv2 0.20 rebuild
+
+2010-10-17 Jaroslav Lichtblau 
+   * Update to major release 2.0.1
+
+2010-06-27 Jaroslav Lichtblau 
+   * Package renamed to LuminanceHDR
+   * Update to major release 2.0.0
+
+2010-03-09 Andrea Scarpino 
+   * exiv2 0.19 rebuild
+
+2009-11-02 Biru Ionut 
+   * add translation and fix segfault on old i686 procesors
+
+2009-04-29 Jaroslav Lichtblau 
+   * Update to major release v1.9.3
+
+2009-04-04 Jaroslav Lichtblau 
+   * Minor version (v1.9.2-3) update caused by exiv2 upgrade.
+
+2008-11-04 Jaroslav Lichtblau 
+   * Minor version 

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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:40:07
  Author: felixonmars
Revision: 771309

upgpkg: luminancehdr 2.6.0-10: boost 1.74.0 rebuild

Modified:
  luminancehdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 22:39:08 UTC (rev 771308)
+++ PKGBUILD2020-12-06 22:40:07 UTC (rev 771309)
@@ -4,7 +4,7 @@
 
 pkgname=luminancehdr
 pkgver=2.6.0
-pkgrel=9
+pkgrel=10
 pkgdesc='Open source graphical user interface application that aims to provide 
a workflow for HDR imaging'
 arch=('x86_64')
 url='http://qtpfsgui.sourceforge.net/'


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:39:08
  Author: felixonmars
Revision: 771308

archrelease: copy trunk to community-staging-x86_64

Added:
  adriconf/repos/community-staging-x86_64/
  adriconf/repos/community-staging-x86_64/PKGBUILD
(from rev 771307, adriconf/trunk/PKGBUILD)

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

Copied: adriconf/repos/community-staging-x86_64/PKGBUILD (from rev 771307, 
adriconf/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-06 22:39:08 UTC (rev 771308)
@@ -0,0 +1,41 @@
+# Maintainer: Balló György 
+
+pkgname=adriconf
+pkgver=2.4
+pkgrel=2
+pkgdesc="GUI tool to configure Mesa drivers by setting options and writing 
them to the standard drirc file"
+arch=(x86_64)
+url="https://gitlab.freedesktop.org/mesa/adriconf;
+license=(GPL3)
+depends=(boost-libs gtkmm3 libxml++ pciutils)
+makedepends=(boost cmake git)
+_commit=bc310a88b251c8a1d4e14f4a6b18f07498b35e2a  # tags/v2.4
+source=("git+https://gitlab.freedesktop.org/mesa/adriconf#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_UNIT_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  cd ../$pkgname
+  install -Dm644 flatpak/org.freedesktop.adriconf.metainfo.xml 
"$pkgdir/usr/share/metainfo/org.freedesktop.adriconf.metainfo.xml"
+  install -Dm644 flatpak/org.freedesktop.adriconf.desktop 
"$pkgdir/usr/share/applications/org.freedesktop.adriconf.desktop"
+  install -Dm644 flatpak/org.freedesktop.adriconf.png 
"$pkgdir/usr/share/icons/hicolor/256x256/apps/org.freedesktop.adriconf.png"
+}


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:38:45
  Author: felixonmars
Revision: 771307

upgpkg: adriconf 2.4-2: boost 1.74.0 rebuild

Modified:
  adriconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 22:38:25 UTC (rev 771306)
+++ PKGBUILD2020-12-06 22:38:45 UTC (rev 771307)
@@ -2,7 +2,7 @@
 
 pkgname=adriconf
 pkgver=2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="GUI tool to configure Mesa drivers by setting options and writing 
them to the standard drirc file"
 arch=(x86_64)
 url="https://gitlab.freedesktop.org/mesa/adriconf;


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:38:25
  Author: felixonmars
Revision: 771306

archrelease: copy trunk to community-staging-x86_64

Added:
  widelands/repos/community-staging-x86_64/
  widelands/repos/community-staging-x86_64/PKGBUILD
(from rev 771305, widelands/trunk/PKGBUILD)
  widelands/repos/community-staging-x86_64/widelands.desktop
(from rev 771305, widelands/trunk/widelands.desktop)
  widelands/repos/community-staging-x86_64/widelands.png
(from rev 771305, widelands/trunk/widelands.png)

---+
 PKGBUILD  |   50 ++
 widelands.desktop |8 
 2 files changed, 58 insertions(+)

Copied: widelands/repos/community-staging-x86_64/PKGBUILD (from rev 771305, 
widelands/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-06 22:38:25 UTC (rev 771306)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Arkham 
+# Contributor: Christoph Zeiler 
+
+pkgname=widelands
+pkgver=21
+_realver=build${pkgver}
+pkgrel=2
+pkgdesc="A realtime strategy game with emphasis on economy and transport"
+arch=('x86_64')
+url="https://widelands.org/;
+license=('GPL')
+depends=('sdl2_mixer' 'sdl2_image' 'sdl2_net' 'sdl2_ttf' 'sdl2_gfx' 'lua' 
'glew' 'python' 'boost-libs' 'dbus')
+makedepends=('cmake' 'boost' 'mesa' 'ninja' 'git')
+replaces=('widelands-data')
+source=("git+https://github.com/widelands/widelands.git#tag=build$pkgver;
+$pkgname.desktop
+$pkgname.png)
+sha512sums=('SKIP'
+
'ef7e54ffba11a2fe54d2cafc0a12fcbe5028e861b9b980f549317b159c8532ee62423af8724b05cfd344017097e022215fa750f4ca9afffa57703d434017d727'
+
'f7db9d7584ec8431f2f1857baddeb32cd3ae182343e7f0369e61fb444514bd9c2e6a3931ae34f24cc994840dffbbe4451f33845798f3d582f41b31f451b261ac')
+
+build() {
+  cd $pkgname
+
+  cmake . \
+  -G Ninja . \
+  -Bbuild \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWL_INSTALL_BASEDIR=/usr \
+  -DWL_INSTALL_DATADIR=/usr/share/widelands
+  ninja -C build
+}
+
+package() {
+  cd $pkgname
+
+  DESTDIR="$pkgdir" ninja -C build install
+
+  mkdir -p "$pkgdir"/usr/bin
+  mv "$pkgdir"/usr/{widelands,wl_map_object_info,wl_map_info} "$pkgdir"/usr/bin
+  mv "$pkgdir"/usr/{VERSION,ChangeLog,CREDITS} "$pkgdir"/usr/share/widelands
+
+  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+  mv "$pkgdir"/usr/COPYING "$pkgdir"/usr/share/licenses/$pkgname
+
+  install -Dm644 "$srcdir"/$pkgname.png 
"$pkgdir"/usr/share/pixmaps/$pkgname.png
+  install -Dm644 "$srcdir"/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
+}

Copied: widelands/repos/community-staging-x86_64/widelands.desktop (from rev 
771305, widelands/trunk/widelands.desktop)
===
--- community-staging-x86_64/widelands.desktop  (rev 0)
+++ community-staging-x86_64/widelands.desktop  2020-12-06 22:38:25 UTC (rev 
771306)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Widelands
+GenericName=Widelands
+Comment=Realtime strategy game
+Icon=widelands
+Exec=widelands
+Type=Application
+Categories=Game;StrategyGame;

Copied: widelands/repos/community-staging-x86_64/widelands.png (from rev 
771305, widelands/trunk/widelands.png)
===
(Binary files differ)


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:38:00
  Author: felixonmars
Revision: 771305

upgpkg: widelands 21-2: boost 1.74.0 rebuild

Modified:
  widelands/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 22:37:42 UTC (rev 771304)
+++ PKGBUILD2020-12-06 22:38:00 UTC (rev 771305)
@@ -5,7 +5,7 @@
 pkgname=widelands
 pkgver=21
 _realver=build${pkgver}
-pkgrel=1
+pkgrel=2
 pkgdesc="A realtime strategy game with emphasis on economy and transport"
 arch=('x86_64')
 url="https://widelands.org/;


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:37:42
  Author: felixonmars
Revision: 771304

archrelease: copy trunk to community-staging-x86_64

Added:
  liblas/repos/community-staging-x86_64/
  liblas/repos/community-staging-x86_64/PKGBUILD
(from rev 771303, liblas/trunk/PKGBUILD)
  liblas/repos/community-staging-x86_64/fix-gdal-2.5.patch
(from rev 771303, liblas/trunk/fix-gdal-2.5.patch)

+
 PKGBUILD   |   56 +++
 fix-gdal-2.5.patch |   28 +
 2 files changed, 84 insertions(+)

Copied: liblas/repos/community-staging-x86_64/PKGBUILD (from rev 771303, 
liblas/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-06 22:37:42 UTC (rev 771304)
@@ -0,0 +1,56 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=liblas
+pkgver=1.8.1.r120+ge12742f4
+pkgrel=2
+pkgdesc="C/C++ library for reading and writing the very common LAS LiDAR 
format"
+arch=(x86_64)
+url="https://liblas.org/;
+license=(BSD)
+depends=(boost-libs gdal laszip2 libgeotiff proj)
+makedepends=(cmake boost git)
+#source=(https://download.osgeo.org/liblas/libLAS-${pkgver}.tar.bz2)
+#md5sums=('2e6a975dafdf57f59a385ccb87eb5919')
+#sha256sums=('9adb4a98c63b461ed2bc82e214ae522cbd809cff578f28511122efe6c7ea4e76')
+source=(git+https://github.com/libLAS/libLAS.git#commit=e12742f4152146d3a71f9b2de573257e91736c93
+fix-gdal-2.5.patch)
+sha256sums=(SKIP 
c492dd229664c0f1be1a7ca7a7e2df0414a04e2ac89dc5b5ce61463fbe84a6af)
+
+pkgver() {
+  cd libLAS
+  git describe --tags | sed 's/^mfoc-//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
+}
+
+prepare() {
+  cd libLAS
+  # https://github.com/libLAS/libLAS/issues/164
+  patch -Np1 -i ../fix-gdal-2.5.patch
+  # Find our laszip 2.x version
+  sed -i 's@laszip/@laszip2/@g' cmake/modules/FindLASzip.cmake
+  sed -i 's@laszip/@laszip2/@g' src/header.cpp
+  sed -i 's@laszip/@laszip2/@g' src/version.cpp
+  sed -i 's@laszip/@laszip2/@g' src/detail/zippoint.cpp
+  sed -i 's@laszip/@laszip2/@g' src/detail/reader/zipreader.cpp
+  sed -i 's@laszip/@laszip2/@g' src/detail/writer/zipwriter.cpp
+}
+
+build() {
+  #cmake -B build -S libLAS-${pkgver} \
+  cmake -B build -S libLAS \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_GDAL=True \
+-DWITH_GEOTIFF=True \
+-DWITH_LASZIP=True \
+-DWITH_UTILITIES=True \
+-DCMAKE_INSTALL_RPATH=/usr/lib/laszip2 \
+-DLASZIP_INCLUDE_DIR=/usr/include \
+-DLASZIP_LIBRARY=/usr/lib/laszip2/liblaszip.so \
+-G "Unix Makefiles"
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  #install -Dm644 libLAS-${pkgver}/LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+  install -Dm644 libLAS/LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}

Copied: liblas/repos/community-staging-x86_64/fix-gdal-2.5.patch (from rev 
771303, liblas/trunk/fix-gdal-2.5.patch)
===
--- community-staging-x86_64/fix-gdal-2.5.patch (rev 0)
+++ community-staging-x86_64/fix-gdal-2.5.patch 2020-12-06 22:37:42 UTC (rev 
771304)
@@ -0,0 +1,28 @@
+diff --git a/src/gt_wkt_srs.cpp b/src/gt_wkt_srs.cpp
+--- a/src/gt_wkt_srs.cpp
 b/src/gt_wkt_srs.cpp
+@@ -299,7 +299,6 @@ char *GTIFGetOGISDefn( GTIF *hGTIF, GTIFDefn * psDefn )
+ oSRS.SetFromUserInput(pszWKT);
+ oSRS.SetExtension( "PROJCS", "PROJ4",
+"+proj=merc +a=6378137 +b=6378137 
+lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext  
+no_defs" );
+-oSRS.FixupOrdering();
+ CPLFree(pszWKT);
+ pszWKT = NULL;
+ oSRS.exportToWkt();
+@@ -505,7 +504,6 @@ char *GTIFGetOGISDefn( GTIF *hGTIF, GTIFDefn * psDefn )
+ {
+ char   *pszWKT;
+ oSRS.morphFromESRI();
+-oSRS.FixupOrdering();
+ if( oSRS.exportToWkt(  ) == OGRERR_NONE )
+ return pszWKT;
+ }
+@@ -1107,8 +1105,6 @@ char *GTIFGetOGISDefn( GTIF *hGTIF, GTIFDefn * psDefn )
+ /*  */
+ char   *pszWKT;
+
+-oSRS.FixupOrdering();
+-
+ if( oSRS.exportToWkt(  ) == OGRERR_NONE )
+ return pszWKT;
+ else


[arch-commits] Commit in libpst/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:37:35
  Author: felixonmars
Revision: 403014

archrelease: copy trunk to staging-x86_64

Added:
  libpst/repos/staging-x86_64/
  libpst/repos/staging-x86_64/PKGBUILD
(from rev 403013, libpst/trunk/PKGBUILD)

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

Copied: libpst/repos/staging-x86_64/PKGBUILD (from rev 403013, 
libpst/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-12-06 22:37:35 UTC (rev 403014)
@@ -0,0 +1,40 @@
+# Maintainer: Jan de Groot 
+
+pkgbase=libpst
+pkgname=('libpst' 'libpst-docs')
+pkgver=0.6.75
+pkgrel=3
+arch=('x86_64')
+url="https://www.five-ten-sg.com/libpst/;
+license=('GPL')
+makedepends=('python' 'boost' 'libgsf')
+source=(https://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
+sha256sums=('2f9ddc4727af8e058e07bcedfa108e4555a9519405a47a1fce01e6420dc90c88')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --disable-static --enable-libpst-shared --disable-dii
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_libpst() {
+  pkgdesc="Outlook .pst file converter"
+  depends=('gcc-libs' 'libgsf')
+  optdepends=('boost-libs: for libpst python interface')
+  options=('!docs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libpst-docs() {
+  pkgdesc="Documentation for Outlook .pst file converter"
+  options=('docs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="${pkgdir}" install-htmlDATA
+  cd html
+  make DESTDIR="${pkgdir}" install-htmldevelDATA
+}


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:37:27
  Author: felixonmars
Revision: 771303

upgpkg: liblas 1.8.1.r120+ge12742f4-2: boost 1.74.0 rebuild

Modified:
  liblas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 22:35:32 UTC (rev 771302)
+++ PKGBUILD2020-12-06 22:37:27 UTC (rev 771303)
@@ -2,7 +2,7 @@
 
 pkgname=liblas
 pkgver=1.8.1.r120+ge12742f4
-pkgrel=1
+pkgrel=2
 pkgdesc="C/C++ library for reading and writing the very common LAS LiDAR 
format"
 arch=(x86_64)
 url="https://liblas.org/;


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:37:22
  Author: felixonmars
Revision: 403013

upgpkg: libpst 0.6.75-3: boost 1.74.0 rebuild

Modified:
  libpst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 22:35:51 UTC (rev 403012)
+++ PKGBUILD2020-12-06 22:37:22 UTC (rev 403013)
@@ -3,7 +3,7 @@
 pkgbase=libpst
 pkgname=('libpst' 'libpst-docs')
 pkgver=0.6.75
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="https://www.five-ten-sg.com/libpst/;
 license=('GPL')


[arch-commits] Commit in libphonenumber/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:35:51
  Author: felixonmars
Revision: 403012

archrelease: copy trunk to staging-x86_64

Added:
  libphonenumber/repos/staging-x86_64/
  libphonenumber/repos/staging-x86_64/PKGBUILD
(from rev 403011, libphonenumber/trunk/PKGBUILD)

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

Copied: libphonenumber/repos/staging-x86_64/PKGBUILD (from rev 403011, 
libphonenumber/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-12-06 22:35:51 UTC (rev 403012)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libphonenumber
+pkgver=8.12.9
+pkgrel=2
+pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
+url="https://github.com/googlei18n/libphonenumber;
+arch=(x86_64)
+license=(Apache)
+depends=(icu protobuf boost-libs)
+makedepends=(boost cmake gtest git 'java-environment>=9')
+provides=(libgeocoding.so libphonenumber.so)
+_commit=b2fe9d3aca30c9a1ca4297810457283c39ab5dd0  # tags/v8.12.9^0
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  CFLAGS+=" $CPPFLAGS"
+  CXXFLAGS+=" $CPPFLAGS"
+  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
+  CXXFLAGS+=" -Wno-error=unused-variable"  # this is nuts
+  cmake -S $pkgname/cpp -B build \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  cmake --build build
+}
+
+check() {
+  cmake --build build --target tests
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:35:41
  Author: felixonmars
Revision: 403011

upgpkg: libphonenumber 8.12.9-2: boost 1.74.0 rebuild

Modified:
  libphonenumber/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 22:10:29 UTC (rev 403010)
+++ PKGBUILD2020-12-06 22:35:41 UTC (rev 403011)
@@ -2,7 +2,7 @@
 
 pkgname=libphonenumber
 pkgver=8.12.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
 url="https://github.com/googlei18n/libphonenumber;
 arch=(x86_64)


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:35:32
  Author: felixonmars
Revision: 771302

archrelease: copy trunk to community-staging-x86_64

Added:
  openscad/repos/community-staging-x86_64/
  openscad/repos/community-staging-x86_64/CHANGELOG
(from rev 771301, openscad/trunk/CHANGELOG)
  openscad/repos/community-staging-x86_64/PKGBUILD
(from rev 771301, openscad/trunk/PKGBUILD)
  openscad/repos/community-staging-x86_64/openscad-boost-1.74.patch
(from rev 771301, openscad/trunk/openscad-boost-1.74.patch)

---+
 CHANGELOG |  183 
 PKGBUILD  |   64 +++
 openscad-boost-1.74.patch |   28 ++
 3 files changed, 275 insertions(+)

Copied: openscad/repos/community-staging-x86_64/CHANGELOG (from rev 771301, 
openscad/trunk/CHANGELOG)
===
--- community-staging-x86_64/CHANGELOG  (rev 0)
+++ community-staging-x86_64/CHANGELOG  2020-12-06 22:35:32 UTC (rev 771302)
@@ -0,0 +1,183 @@
+2020-05-14 Kyle Keen 
+   * 2019.05-7
+   - explicitly depend on nettle to fix headless installs
+
+2020-04-25 foutrelis
+   * 2019.05-6
+   - glew 2.2.0 rebuild
+
+2020-01-27 felixonmars
+   * 2019.05-5
+   - boost 1.72.0 rebuild
+
+2020-01-27 foutrelis
+   * 2019.05-4
+   - Update checkdepends: xproto -> xorgproto
+
+2019-11-20 Kyle Keen 
+   * 2019.05-4
+   - build with lib3mf-1 (FS#64355)
+
+2019-10-22 Kyle Keen 
+   * 2019.05-3
+   - build with libspnav
+
+2019-09-13 Felix Yan
+   * 2019.05-2
+   - Rebuild for boost 1.71.0
+
+2019-05-14 Kyle Keen 
+   * 2019.05-1
+   - New release!
+
+2018-02-07 Kyle Keen 
+   * 2015.03.03-15
+   - Switch to Qt5
+
+2017-12-27 Kyle Keen 
+   * 2015.03.03-14
+   - Rebuild for boost 1.66.0
+
+2017-09-10 Kyle Keen 
+   * 2015.03.03-13
+   - Rebuild for boost 1.65.1
+
+2017-08-03 felixonmars 
+   * 2015.03.03-12
+   - Rebuild for GLEW 2.1.0 rebuild
+
+2017-05-30 Kyle Keen 
+   * 2015.03.03-11
+   - Rebuild for cgal 4.10
+
+2017-05-22 Antonio Rojas 
+   * 2015.03.03-10
+   - Rebuild for boost 1.64
+
+2017-02-25 Antonio Rojas 
+   * 2015.03.03-9
+   - Rebuild for qscintilla 2.10
+
+2017-01-02 Antonio Rojas 
+   * 2015.03.03-8
+   - Rebuild for boost 1.63
+
+2016-10-08 Kyle Keen 
+   * 2015.03.03-7
+   - Rebuild for boost 1.62
+
+2016-09-20 Kyle Keen 
+   * 2015.03.03-6
+   - Rebuild for cgal 4.9
+
+2016-08-24 Kyle Keen 
+   * 2015.03.03-5
+   - Rebuild for boost 1.61
+
+2016-08-01 Kyle Keen 
+   * 2015.03.03-4
+   - Rebuild for glew
+
+2016-05-12 Kyle Keen 
+   * 2015.03.03-3
+   - Rebuild for boost-1.60.0-5
+
+2016-04-28 Kyle Keen 
+   * 2015.03.03-2
+   - Rebuild for install hooks
+
+2015-04-18 Kyle Keen 
+   * 2015.03.03-1
+   - Update to latest release
+   - Rebuild for cgal-4.8
+
+2015-11-16 Kyle Keen 
+   * 2015.03.02-1
+   - Bugfix release
+
+2015-10-19 Kyle Keen 
+   * 2015.03.01-5
+   - No changes
+   - Rebuild for cgal-4.7
+
+2015-10-02 foutrelis
+   * 2015.03.01-4
+   - No changes
+
+2015-04-29 Kyle Keen 
+   * 2015.03.01-3
+   - No changes
+   - Rebuild for qscintilla-2.9-1
+
+2015-04-22 Kyle Keen 
+   * 2015.03.01-2
+   - No changes
+   - Rebuild for boost-1.58.0-1
+
+2015-04-22 Kyle Keen 
+   * 2015.03.01-1
+   - Bugfix release
+
+2015-04-11 Kyle Keen 
+   * 2015.03-2
+   - No changes
+   - Rebuild for cgal-4.6-1
+
+2015-03-10 Kyle Keen 
+   * 2015.03-1
+   - New release
+   - Now uses qscintilla for the editor
+
+2014-11-04 Kyle Keen 
+   * 2014.03-5
+   - No changes
+   - Rebuild for boost-1.57.0-1
+
+2014-08-18 Kyle Keen 
+   * 2014.03-4
+   - No changes
+   - Rebuild for boost-1.56.0-1
+
+2014-08-18 Kyle Keen 
+   * 2014.03-3
+   - No changes
+   - Rebuild for glew-1.11.0-1
+
+2014-08-12 Kyle Keen 
+   * 2014.03-2
+   - No changes
+   - Rebuild for boost-1.56.0-1
+
+2014-03-09 Kyle Keen 
+
+   * 2014.03-1
+   - New release
+   - MIME associations
+
+2014-02-10 Kyle Keen 
+
+   * 2013.06-3
+   - Moved package to [community]
+   - Explicit boost depends
+   - Use official resources
+
+2014-02-07 Chirantan Ekbote 
+
+   * 2013.06-2
+   - Update makedepends since eigen3 has now become eigen in [extra]
+
+2013-06-19 Chirantan Ekbote 
+
+   * 2013.06-1 :
+   - Updated to version 2013.06
+
+2013-03-01 Chirantan Ekbote 
+
+   * 2013.01-2 :
+   Dependency qt replaced with qt4
+
+2013-01-23 Chirantan Ekbote 
+
+   * 2013.01-1 :
+   New upstream release.
+   Dependency eigen2 repaced by eigen3

Copied: openscad/repos/community-staging-x86_64/PKGBUILD (from rev 771301, 
openscad/trunk/PKGBUILD)

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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:35:17
  Author: felixonmars
Revision: 771301

upgpkg: openscad 2019.05-8: boost 1.74.0 rebuild

Modified:
  openscad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 22:35:09 UTC (rev 771300)
+++ PKGBUILD2020-12-06 22:35:17 UTC (rev 771301)
@@ -4,7 +4,7 @@
 # Contributor: Pierre DOUCET 
 pkgname=openscad
 pkgver=2019.05
-pkgrel=7
+pkgrel=8
 pkgdesc="The programmers solid 3D CAD modeller"
 url="http://openscad.org/;
 arch=('x86_64')


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:35:09
  Author: felixonmars
Revision: 771300

archrelease: copy trunk to community-staging-x86_64

Added:
  openmw/repos/community-staging-x86_64/
  openmw/repos/community-staging-x86_64/PKGBUILD
(from rev 771299, openmw/trunk/PKGBUILD)
  openmw/repos/community-staging-x86_64/openmw-0.46.0-missing-include.patch
(from rev 771299, openmw/trunk/openmw-0.46.0-missing-include.patch)

-+
 PKGBUILD|   39 ++
 openmw-0.46.0-missing-include.patch |   19 
 2 files changed, 58 insertions(+)

Copied: openmw/repos/community-staging-x86_64/PKGBUILD (from rev 771299, 
openmw/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-06 22:35:09 UTC (rev 771300)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sandy Carter 
+
+pkgname=openmw
+pkgver=0.46.0
+pkgrel=4
+pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
+arch=('x86_64')
+url="http://www.openmw.org;
+license=('GPL3' 'MIT' 'custom')
+depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 
'unshield' 'libxt')
+makedepends=('cmake' 'boost' 'doxygen' 'ninja' 'git')
+source=("git+https://github.com/OpenMW/openmw.git#tag=openmw-$pkgver;
+openmw-0.46.0-missing-include.patch)
+sha512sums=('SKIP'
+
'd0d47fe249e8fb366e00e272dc62853f8a2aaa75d45d83d270891e76674c1382fd3405e674e3b6c383bbc17125c4471893e77251744deae4d17bc373d847a638')
+
+prepare() {
+  cd openmw
+  patch -Np1 -i ${srcdir}/openmw-0.46.0-missing-include.patch
+}
+
+build() {
+  cd openmw
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DDESIRED_QT_VERSION=5 \
+-GNinja \
+-Bbuild
+  ninja -C build
+}
+
+package() {
+  cd openmw
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:

Copied: 
openmw/repos/community-staging-x86_64/openmw-0.46.0-missing-include.patch (from 
rev 771299, openmw/trunk/openmw-0.46.0-missing-include.patch)
===
--- community-staging-x86_64/openmw-0.46.0-missing-include.patch
(rev 0)
+++ community-staging-x86_64/openmw-0.46.0-missing-include.patch
2020-12-06 22:35:09 UTC (rev 771300)
@@ -0,0 +1,19 @@
+Fixes build on ~arch system, patch from upstream, to be dropped for 0.47
+
+From 10daadefbea1f62a818c339dc7f3d69a858bc8a6 Mon Sep 17 00:00:00 2001
+From: elsid 
+Date: Thu, 30 Apr 2020 21:57:22 +0200
+Subject: [PATCH] Add missing include
+
+diff --git a/components/detournavigator/offmeshconnectionsmanager.hpp 
b/components/detournavigator/offmeshconnectionsmanager.hpp
+index 30d7976aec..155ce32963 100644
+--- a/components/detournavigator/offmeshconnectionsmanager.hpp
 b/components/detournavigator/offmeshconnectionsmanager.hpp
+@@ -13,6 +13,7 @@
+ 
+ #include 
+ 
++#include 
+ #include 
+ #include 
+ #include 


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:34:57
  Author: felixonmars
Revision: 771299

upgpkg: openmw 0.46.0-4: boost 1.74.0 rebuild

Modified:
  openmw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 22:33:21 UTC (rev 771298)
+++ PKGBUILD2020-12-06 22:34:57 UTC (rev 771299)
@@ -3,7 +3,7 @@
 
 pkgname=openmw
 pkgver=0.46.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
 arch=('x86_64')
 url="http://www.openmw.org;


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:33:21
  Author: felixonmars
Revision: 771298

archrelease: copy trunk to community-staging-x86_64

Added:
  libasl/repos/community-staging-x86_64/
  libasl/repos/community-staging-x86_64/PKGBUILD
(from rev 771297, libasl/trunk/PKGBUILD)
  libasl/repos/community-staging-x86_64/suppress-deprecated-warnings.patch
(from rev 771297, libasl/trunk/suppress-deprecated-warnings.patch)
  libasl/repos/community-staging-x86_64/vtk-8.0.patch
(from rev 771297, libasl/trunk/vtk-8.0.patch)

+
 PKGBUILD   |   51 +++
 suppress-deprecated-warnings.patch |   12 
 vtk-8.0.patch  |   29 +++
 3 files changed, 92 insertions(+)

Copied: libasl/repos/community-staging-x86_64/PKGBUILD (from rev 771297, 
libasl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-06 22:33:21 UTC (rev 771298)
@@ -0,0 +1,51 @@
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Andrejs Mivreņiks 
+
+pkgname=libasl
+pkgver=0.1.7
+pkgrel=16
+pkgdesc='Free and open source hardware accelerated multiphysics simulation 
platform (Advanced Simulation Library)'
+arch=('x86_64')
+url='http://asl.org.il/'
+license=('AGPL3')
+depends=('boost-libs' 'opencl-icd-loader' 'libmatio' 'vtk' 'libjpeg' 'libpng' 
'libtiff'
+ 'freetype2' 'libgl')
+# Workaround for https://bugs.archlinux.org/task/57236
+depends+=('netcdf')
+makedepends=('cmake' 'opencl-headers' 'boost' 'mesa-libgl')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AvtechScientific/ASL/archive/v${pkgver}.tar.gz;
+'suppress-deprecated-warnings.patch'
+'vtk-8.0.patch')
+sha512sums=('337754adefa8619bbc2ab0e06fc811dd1cc550252b165241a265f87224aa84c5ee69fb3bf60324093df5b21aa87712e2210d4bcdd8593f0740183574528a30bd'
+
'6aecf660790ea2ba0d9de48aef4c4a1058b07d04cbc74ad6a9f127a51f02b39fdab5f8faa269d0bbbc003ea5cea6910f54a7d980fbf5e641629869e20528f70a'
+
'1e1e679003ae0f750db1728196b7e4a8703304592f05698f24c359f185d8873e2c623b8152a63737b000109d88de38618b984865669652eb23b27396dd7dad79')
+
+prepare() {
+  rm -rf "build"
+  mkdir "build"
+
+  # patch to suppress 'deprecated' warning messages
+  # caused by 'opencl-headers' since update to 2.0
+  cd "ASL-${pkgver}"
+  patch -p1 -i "${srcdir}/suppress-deprecated-warnings.patch"
+  # update cmake to allow vtk>=8.0
+  patch -p1 -i "${srcdir}/vtk-8.0.patch"
+}
+
+build() {
+  cd "build"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_SHARED_LIBS=ON \
+-DWITH_EXAMPLES=ON \
+-DWITH_MATIO=ON \
+-DWITH_API_DOC=OFF \
+-DWITH_TESTS=OFF \
+"../ASL-${pkgver}"
+  make
+}
+
+package() {
+  cd "build"
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
libasl/repos/community-staging-x86_64/suppress-deprecated-warnings.patch (from 
rev 771297, libasl/trunk/suppress-deprecated-warnings.patch)
===
--- community-staging-x86_64/suppress-deprecated-warnings.patch 
(rev 0)
+++ community-staging-x86_64/suppress-deprecated-warnings.patch 2020-12-06 
22:33:21 UTC (rev 771298)
@@ -0,0 +1,12 @@
+diff -ruN ASL-0.1.7-orig/CMakeLists.txt ASL-0.1.7/CMakeLists.txt
+--- ASL-0.1.7-orig/CMakeLists.txt  2017-08-07 17:47:37.522927767 +0300
 ASL-0.1.7/CMakeLists.txt   2017-08-07 17:47:58.382410158 +0300
+@@ -37,7 +37,7 @@
+   set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive -std=c++11")
+ else()
+   set(CMAKE_CXX_STANDARD 11)
+-  set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive")
++  set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive -Wno-deprecated 
-Wno-deprecated-declarations -Wno-ignored-attributes")
+ endif()
+ 
+ # Enable supplied cmake includes and modules

Copied: libasl/repos/community-staging-x86_64/vtk-8.0.patch (from rev 771297, 
libasl/trunk/vtk-8.0.patch)
===
--- community-staging-x86_64/vtk-8.0.patch  (rev 0)
+++ community-staging-x86_64/vtk-8.0.patch  2020-12-06 22:33:21 UTC (rev 
771298)
@@ -0,0 +1,29 @@
+diff -ruN ASL-0.1.7-orig/CMakeLists.txt ASL-0.1.7/CMakeLists.txt
+--- ASL-0.1.7-orig/CMakeLists.txt  2017-09-27 16:59:25.073568503 +0300
 ASL-0.1.7/CMakeLists.txt   2017-09-27 17:00:07.945853532 +0300
+@@ -1,6 +1,6 @@
+ #
+ # Advanced Simulation Library 
+-# 
++#
+ # Copyright 2015 Avtech Scientific 
+ #
+ #
+@@ -55,7 +55,7 @@
+ # ToDo: remove support for VTK 6.1 at some point in future
+ find_package(VTK 6.1 QUIET COMPONENTS vtkRenderingCore vtkImagingCore 
vtkFiltersCore vtkIOCore vtkIOGeometry vtkIOLegacy vtkIOXML vtkIOMINC 
vtkCommonCore vtkViewsCore vtkftgl 

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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:33:07
  Author: felixonmars
Revision: 771297

upgpkg: libasl 0.1.7-16: boost 1.74.0 rebuild

Modified:
  libasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 22:32:47 UTC (rev 771296)
+++ PKGBUILD2020-12-06 22:33:07 UTC (rev 771297)
@@ -3,7 +3,7 @@
 
 pkgname=libasl
 pkgver=0.1.7
-pkgrel=15
+pkgrel=16
 pkgdesc='Free and open source hardware accelerated multiphysics simulation 
platform (Advanced Simulation Library)'
 arch=('x86_64')
 url='http://asl.org.il/'
@@ -49,4 +49,3 @@
   cd "build"
   make DESTDIR="${pkgdir}" install
 }
-


[arch-commits] Commit in swift/trunk (4 files)

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 22:32:47
  Author: jelle
Revision: 771296

FS#68081 Fix build with Qt 5.15

Fix build with Qt 5.15 and Boost and add FULL RELRO.

Added:
  swift/trunk/swift-4.0.2-boost-1.69-compatibility.patch
  swift/trunk/swift-4.0.2-qt-5.11-compatibility.patch
  swift/trunk/swift-4.0.2-qt-5.15-compatibility.patch
Modified:
  swift/trunk/PKGBUILD

+
 PKGBUILD   |   20 ---
 swift-4.0.2-boost-1.69-compatibility.patch |   77 +++
 swift-4.0.2-qt-5.11-compatibility.patch|   35 
 swift-4.0.2-qt-5.15-compatibility.patch|   10 +++
 4 files changed, 135 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 22:31:17 UTC (rev 771295)
+++ PKGBUILD2020-12-06 22:32:47 UTC (rev 771296)
@@ -13,21 +13,27 @@
 makedepends=('python2' 'openssl' 'boost' 'qt5-base' 'qt5-multimedia'
  'qt5-webkit' 'qt5-x11extras' 'qt5-tools' 'qt5-svg')
 
source=("http://swift.im/downloads/releases/$pkgbase-$pkgver/$pkgbase-$pkgver.tar.gz;
-   "build-fix.patch")
+'swift-4.0.2-boost-1.69-compatibility.patch'
+'swift-4.0.2-qt-5.11-compatibility.patch'
+'swift-4.0.2-qt-5.15-compatibility.patch')
 sha256sums=('1c7c9fb981ecb9b589890c36523dbbabde2f0a708f71a66eb71e9526bf8e0a70'
-'f1b710245c5630aea585378875b334aa05dea7cb85a80f156e8494d1d5ad9a47')
+'d166362c146f859ec89c535f8676ac12c6e51e281e6c88c5e36b25e4ea5655d1'
+'7970844d39c38ff6d36c2d1e26c145495ff8f5a5a31a399467eca66854dc3e67'
+'18feef21870b0f441a6fb0faf7b35a826cfec4fe4a1d717bbb1c373a8c1ccb95')
 
 # Those options need to be consistent between each scons invocation.
-_scons_options='max_jobs=1 optimize=1 debug=0 swiften_dll=1'
+_scons_options=(max_jobs=1 optimize=1 debug=0 swiften_dll=1 
cflags="${CPPFLAGS} ${CFLAGS}" cxxflags="${CPPFLAGS} ${CFLAGS}" 
linkflags="${LDFLAGS}")
 
 prepare() {
   cd $pkgbase-$pkgver
-  patch -p1 <"$srcdir"/build-fix.patch
+  patch -p1 -i ../swift-4.0.2-boost-1.69-compatibility.patch
+  patch -p1 -i ../swift-4.0.2-qt-5.11-compatibility.patch
+  patch -p1 -i ../swift-4.0.2-qt-5.15-compatibility.patch
 }
 
 build() {
   cd $pkgbase-$pkgver
-  ./scons $_scons_options Swift Swiften
+  ./scons "${_scons_options[@]}" Swift Swiften
 }
 
 package_swift-im() {
@@ -36,7 +42,7 @@
'qt5-x11extras' 'qt5-svg' 'libxss' 'hicolor-icon-theme')
 
   cd $pkgbase-$pkgver
-  ./scons $_scons_options SWIFT_INSTALLDIR="$pkgdir"/usr/ "$pkgdir"/usr/
+  ./scons "${_scons_options[@]}" SWIFT_INSTALLDIR="$pkgdir"/usr/ "$pkgdir"/usr/
 }
 
 package_swiften() {
@@ -44,5 +50,5 @@
   depends=('boost-libs' 'libxml2' 'libidn' 'avahi' 'openssl')
 
   cd $pkgbase-$pkgver
-  ./scons $_scons_options SWIFTEN_INSTALLDIR="$pkgdir"/usr/ "$pkgdir"/usr/
+  ./scons "${_scons_options[@]}" SWIFTEN_INSTALLDIR="$pkgdir"/usr/ 
"$pkgdir"/usr/
 }

Added: swift-4.0.2-boost-1.69-compatibility.patch
===
--- swift-4.0.2-boost-1.69-compatibility.patch  (rev 0)
+++ swift-4.0.2-boost-1.69-compatibility.patch  2020-12-06 22:32:47 UTC (rev 
771296)
@@ -0,0 +1,77 @@
+From a21993d750396d755717df21e331df87af8a0c6a Mon Sep 17 00:00:00 2001
+From: Bruce Stephens 
+Date: Wed, 9 Jan 2019 16:21:20 +
+Subject: [PATCH] Don't assume that tribool has an implicit bool conversion
+
+In boost 1.68.0 the conversion is implicit, but in 1.69.0 it's
+explicit and we must explicitly call it.
+
+Change-Id: I24eb78be7510c89b88342d28c539cad4977f99fd
+---
+ Swiften/Network/PlatformNATTraversalWorker.cpp | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Swiften/Network/PlatformNATTraversalWorker.cpp 
b/Swiften/Network/PlatformNATTraversalWorker.cpp
+index f56de0b78b..eaa13b30d3 100644
+--- a/Swiften/Network/PlatformNATTraversalWorker.cpp
 b/Swiften/Network/PlatformNATTraversalWorker.cpp
+@@ -157,7 +157,7 @@ NATTraversalInterface* 
PlatformNATTraversalWorker::getNATTraversalInterface() co
+ miniUPnPInterface = new MiniUPnPInterface();
+ miniUPnPSupported = miniUPnPInterface->isAvailable();
+ }
+-SWIFT_LOG(debug) << "UPnP NAT traversal supported: " << miniUPnPSupported 
<< std::endl;
++SWIFT_LOG(debug) << "UPnP NAT traversal supported: " << 
static_cast(miniUPnPSupported) << std::endl;
+ if (miniUPnPSupported) {
+ return miniUPnPInterface;
+ }
+@@ -168,7 +168,7 @@ NATTraversalInterface* 
PlatformNATTraversalWorker::getNATTraversalInterface() co
+ natPMPInterface = new NATPMPInterface();
+ natPMPSupported = natPMPInterface->isAvailable();
+ }
+-SWIFT_LOG(debug) << "NAT-PMP NAT traversal supported: " << 
natPMPSupported << std::endl;
++SWIFT_LOG(debug) << "NAT-PMP NAT traversal supported: " << 
static_cast(natPMPSupported) << std::endl;
+ 

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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:31:17
  Author: felixonmars
Revision: 771295

archrelease: copy trunk to community-staging-x86_64

Added:
  glob2/repos/community-staging-x86_64/
  glob2/repos/community-staging-x86_64/PKGBUILD
(from rev 771294, glob2/trunk/PKGBUILD)
  glob2/repos/community-staging-x86_64/fix-ftbfs-gcc49.diff
(from rev 771294, glob2/trunk/fix-ftbfs-gcc49.diff)
  glob2/repos/community-staging-x86_64/glob2-0.9.4.1-gcc44.patch
(from rev 771294, glob2/trunk/glob2-0.9.4.1-gcc44.patch)
  glob2/repos/community-staging-x86_64/glob2-bool.patch
(from rev 771294, glob2/trunk/glob2-bool.patch)
  glob2/repos/community-staging-x86_64/glob2-gcc6.patch
(from rev 771294, glob2/trunk/glob2-gcc6.patch)
  glob2/repos/community-staging-x86_64/glob2-scons3.patch
(from rev 771294, glob2/trunk/glob2-scons3.patch)
  glob2/repos/community-staging-x86_64/scons-python3.patch
(from rev 771294, glob2/trunk/scons-python3.patch)

---+
 PKGBUILD  |   54 +
 fix-ftbfs-gcc49.diff  |   14 ++
 glob2-0.9.4.1-gcc44.patch |   87 +++
 glob2-bool.patch  |   13 ++
 glob2-gcc6.patch  |   28 +
 glob2-scons3.patch|   26 
 scons-python3.patch   |  243 
 7 files changed, 465 insertions(+)

Copied: glob2/repos/community-staging-x86_64/PKGBUILD (from rev 771294, 
glob2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-06 22:31:17 UTC (rev 771295)
@@ -0,0 +1,54 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Rødseth 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Roman Kyrylych 
+
+pkgname=glob2
+pkgver=0.9.4.4
+pkgrel=40
+pkgdesc='An innovative Real-Time Strategy game which reduces micro-management 
by automatically assigning tasks to units'
+arch=('x86_64')
+url='https://www.globulation2.org/'
+license=('GPL3')
+depends=('boost-libs' 'sdl_net' 'sdl_image' 'sdl_ttf' 'libvorbis' 'speex' 'glu'
+ 'fribidi' 'xdg-utils' 'libgl' 'hicolor-icon-theme')
+makedepends=('scons' 'boost' 'mesa' 'patch')
+source=(https://dl.sv.nongnu.org/releases/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz
+glob2-0.9.4.1-gcc44.patch fix-ftbfs-gcc49.diff
+glob2-gcc6.patch
+glob2-scons3.patch
+glob2-bool.patch
+scons-python3.patch)
+sha256sums=('0f4d898ec6b05ce27b4a12ef242cc26571304b90d2509932a4743c71311314b8'
+'3a0cfc06696d1aaf2d7948b5f6a09a8ce96492767039dc09bfc25182b92d7b7a'
+'2bf0e51ca5de8c6f4910b68522a0265e07bb32beefe13b9912b59e5954c5bfba'
+'a371eb801407a75021c1a0105ffa1e713358d7def3eba8a9bd861f528e051d9b'
+'4b7833d58d62abb8c737cb60e959fe3bb27cc4a19917e4fd5fca7a7debada5cc'
+'81d28fde429be01ae2398ca33537daf9203bafb45182d51f04b2d00dd173b591'
+'6daec0ee916f6bbc4e9696a0a713e2b06e4951381d508af814e67e980bd28664')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  patch -p0 -i "$srcdir/glob2-0.9.4.1-gcc44.patch"
+  patch -p1 -i "$srcdir/fix-ftbfs-gcc49.diff"
+  patch -p1 -i "$srcdir/glob2-gcc6.patch"
+  patch -p1 -i "$srcdir/glob2-scons3.patch"
+  patch -p1 -i "$srcdir/glob2-bool.patch"
+  patch -p1 -i ../scons-python3.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  scons LINKFLAGS="-lboost_system"
+}
+
+package () {
+  cd "$pkgname-$pkgver"
+
+  scons install BINDIR="$pkgdir/usr/bin" INSTALLDIR="$pkgdir/usr/share"
+  find "$pkgdir/usr/share" -type f -exec chmod 644 '{}' \;
+  install -Dm644 "data/icons/$pkgname-icon-48x48.png" \
+"$pkgdir/usr/share/pixmaps/$pkgname-icon-48x48.png"
+}

Copied: glob2/repos/community-staging-x86_64/fix-ftbfs-gcc49.diff (from rev 
771294, glob2/trunk/fix-ftbfs-gcc49.diff)
===
--- community-staging-x86_64/fix-ftbfs-gcc49.diff   
(rev 0)
+++ community-staging-x86_64/fix-ftbfs-gcc49.diff   2020-12-06 22:31:17 UTC 
(rev 771295)
@@ -0,0 +1,14 @@
+Index: glob2-0.9.4.4/src/Game.h
+===
+--- glob2-0.9.4.4.orig/src/Game.h  2014-07-14 10:36:36.705074927 +0800
 glob2-0.9.4.4/src/Game.h   2014-07-14 10:38:28.733077827 +0800
+@@ -148,7 +148,8 @@
+   TOP_TO_BOTTOM,
+   BOTTOM_TO_TOP
+   };
+-  
++
++public:
+   struct BuildProject
+   {
+   int posX;

Copied: glob2/repos/community-staging-x86_64/glob2-0.9.4.1-gcc44.patch (from 
rev 771294, glob2/trunk/glob2-0.9.4.1-gcc44.patch)
===
--- community-staging-x86_64/glob2-0.9.4.1-gcc44.patch  
(rev 0)
+++ community-staging-x86_64/glob2-0.9.4.1-gcc44.patch  2020-12-06 22:31:17 UTC 
(rev 771295)
@@ -0,0 +1,87 @@
+diff -up 

  1   2   3   4   5   >