[arch-commits] Commit in apricots/repos/extra-x86_64 (8 files)

2020-05-29 Thread Allan McRae via arch-commits
Date: Saturday, May 30, 2020 @ 03:21:13
  Author: allan
Revision: 387888

archrelease: copy trunk to extra-x86_64

Added:
  apricots/repos/extra-x86_64/PKGBUILD
(from rev 387887, apricots/trunk/PKGBUILD)
  apricots/repos/extra-x86_64/apricots-0.2.6-freealut.patch
(from rev 387887, apricots/trunk/apricots-0.2.6-freealut.patch)
  apricots/repos/extra-x86_64/apricots.desktop
(from rev 387887, apricots/trunk/apricots.desktop)
  apricots/repos/extra-x86_64/apricots.png
(from rev 387887, apricots/trunk/apricots.png)
Deleted:
  apricots/repos/extra-x86_64/PKGBUILD
  apricots/repos/extra-x86_64/apricots-0.2.6-freealut.patch
  apricots/repos/extra-x86_64/apricots.desktop
  apricots/repos/extra-x86_64/apricots.png

---+
 PKGBUILD  |   82 ++---
 apricots-0.2.6-freealut.patch |  152 
 apricots.desktop  |   20 ++---
 3 files changed, 127 insertions(+), 127 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-30 03:20:40 UTC (rev 387887)
+++ PKGBUILD2020-05-30 03:21:13 UTC (rev 387888)
@@ -1,41 +0,0 @@
-# Contributor: Damir Perisa 
-
-pkgname=apricots
-pkgver=0.2.6
-pkgrel=11
-pkgdesc="A simple 2D flying/bombing game similar to basic side scrollers"
-url="https://web.archive.org/web/20060426053238/http://www.fishies.org.uk/apricots.html;
-arch=(x86_64)
-license=(GPL)
-depends=(gcc-libs sdl freealut hicolor-icon-theme)
-backup=(etc/apricots.cfg)
-source=("https://web.archive.org/web/20060426053238/http://www.fishies.org.uk/apricots-0.2.6.tar.gz;
-apricots.desktop apricots.png
-apricots-0.2.6-freealut.patch)
-sha512sums=('37f72f527eff0df9de8e7b69c8c6efc8857445095282e6a6a5493533aa75d967ddfc33a4f3776972f46b43d7040aff011e3888e91eff4ee831fab610bf9695b6'
-
'9f2255f440fef17dccb38474edc5bef9f9770d026bbbc074e0a4dbd4bcc6fb639e00e7c6f370c67f478d6bc0d869f3c40bcfc0b493a08bff531fd754b7282d75'
-
'77061be211c4f03e21af3b6c0f43d1be6b1d2b323415d7e0c03daf1b29d6010ac69b1f7e27057ff399f91987f6b10b8e78f66d669cb81f396ae2cfc209b41983'
-
'002cc098dc0239c2fb771560d0957b93242d03055ade9a02e015e8a1e867ef06feb66499e3a39d1fea5261ede98b7193e256a0fc2cccb785df4e709cd3ca6efc')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../apricots-0.2.6-freealut.patch
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  install -Dt . /usr/bin/libtool
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver install prefix="$pkgdir/usr"
-
-  install -Dt "$pkgdir/etc" -m644 "$pkgdir/usr/share/apricots/apricots.cfg"
-  ln -srft "$pkgdir/usr/share/apricots" "$pkgdir/etc/apricots.cfg"
-
-  install -Dt "$pkgdir/usr/share/applications" -m644 apricots.desktop
-  install -Dt "$pkgdir/usr/share/icons/hicolor/24x24/apps" -m644 apricots.png
-}

Copied: apricots/repos/extra-x86_64/PKGBUILD (from rev 387887, 
apricots/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-30 03:21:13 UTC (rev 387888)
@@ -0,0 +1,41 @@
+# Contributor: Damir Perisa 
+
+pkgname=apricots
+pkgver=0.2.6
+pkgrel=12
+pkgdesc="A simple 2D flying/bombing game similar to basic side scrollers"
+url="https://web.archive.org/web/20060426053238/http://www.fishies.org.uk/apricots.html;
+arch=(x86_64)
+license=(GPL)
+depends=(gcc-libs sdl freealut hicolor-icon-theme)
+backup=(etc/apricots.cfg)
+source=("https://web.archive.org/web/20060426053238/http://www.fishies.org.uk/apricots-0.2.6.tar.gz;
+apricots.desktop apricots.png
+apricots-0.2.6-freealut.patch)
+sha512sums=('37f72f527eff0df9de8e7b69c8c6efc8857445095282e6a6a5493533aa75d967ddfc33a4f3776972f46b43d7040aff011e3888e91eff4ee831fab610bf9695b6'
+
'9f2255f440fef17dccb38474edc5bef9f9770d026bbbc074e0a4dbd4bcc6fb639e00e7c6f370c67f478d6bc0d869f3c40bcfc0b493a08bff531fd754b7282d75'
+
'77061be211c4f03e21af3b6c0f43d1be6b1d2b323415d7e0c03daf1b29d6010ac69b1f7e27057ff399f91987f6b10b8e78f66d669cb81f396ae2cfc209b41983'
+
'002cc098dc0239c2fb771560d0957b93242d03055ade9a02e015e8a1e867ef06feb66499e3a39d1fea5261ede98b7193e256a0fc2cccb785df4e709cd3ca6efc')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../apricots-0.2.6-freealut.patch
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  install -Dt . /usr/bin/libtool
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver install prefix="$pkgdir/usr"
+
+  install -Dt "$pkgdir/etc" -m644 "$pkgdir/usr/share/apricots/apricots.cfg"
+  ln -srft "$pkgdir/usr/share/apricots" "$pkgdir/etc/apricots.cfg"
+
+  install -Dt "$pkgdir/usr/share/applications" -m644 apricots.desktop
+  install -Dt "$pkgdir/usr/share/icons/hicolor/24x24/apps" -m644 apricots.png
+}

Deleted: apricots-0.2.6-freealut.patch

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

2020-05-29 Thread Allan McRae via arch-commits
Date: Saturday, May 30, 2020 @ 03:20:40
  Author: allan
Revision: 387887

upgpkg: apricots 0.2.6-12: rebuild for reproducibility

Modified:
  apricots/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-30 03:11:55 UTC (rev 387886)
+++ PKGBUILD2020-05-30 03:20:40 UTC (rev 387887)
@@ -2,7 +2,7 @@
 
 pkgname=apricots
 pkgver=0.2.6
-pkgrel=11
+pkgrel=12
 pkgdesc="A simple 2D flying/bombing game similar to basic side scrollers"
 
url="https://web.archive.org/web/20060426053238/http://www.fishies.org.uk/apricots.html;
 arch=(x86_64)


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Saturday, May 30, 2020 @ 03:11:55
  Author: felixonmars
Revision: 637317

archrelease: copy trunk to community-staging-x86_64

Added:
  xmobar/repos/community-staging-x86_64/
  xmobar/repos/community-staging-x86_64/PKGBUILD
(from rev 637316, xmobar/trunk/PKGBUILD)

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 637316, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-30 03:11:55 UTC (rev 637317)
@@ -0,0 +1,63 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.33
+pkgrel=60
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('BSD')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 
'haskell-parsec-numbers'
+ 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-cereal' 
'haskell-netlink'
+ 'haskell-text' 'haskell-async' 'haskell-aeson'
+ 'haskell-timezone-olson' 'haskell-timezone-series' 'alsa-lib'
+ 'haskell-extensible-exceptions' 'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-alsa-core' 'haskell-alsa-mixer')
+makedepends=('ghc' 'haskell-hspec' 'haskell-temporary')
+source=(https://github.com/jaor/xmobar/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('3a85a7c68d905dc88e181a921299d30adbb300f190a91e93d83b4fdf7a4f78f0646ec976bc405c0a82ca5547f159e5d64073d28a6a36ed83f5c831c1919c44b9')
+
+prepare() {
+  cd xmobar-$pkgver
+  sed -e 's/&& <.*,/,/g' -e 's/==.*,/,/g' -i xmobar.cabal
+}
+
+build() {
+  cd xmobar-${pkgver}
+
+  _flags=(with_xft with_utf8 with_inotify with_mpd with_alsa with_nl80211
+  with_datezone with_mpris with_dbus with_xpm with_threaded
+  with_rtsopts with_weather)
+
+  runhaskell setup configure -O \
+--enable-shared \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--prefix=/usr \
+--dynlibdir=/usr/lib \
+--libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' \
+--flags="${_flags[*]}" \
+--enable-tests
+  runhaskell setup build
+}
+
+check() {
+  cd xmobar-${pkgver}
+  runhaskell setup test
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Saturday, May 30, 2020 @ 03:12:09
  Author: felixonmars
Revision: 637318

upgpkg: libime 0.0.0.20200530-1

Modified:
  libime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-30 03:11:55 UTC (rev 637317)
+++ PKGBUILD2020-05-30 03:12:09 UTC (rev 637318)
@@ -2,8 +2,8 @@
 # Contributor: csslayer 
 
 pkgname=libime
-pkgver=0.0.0.20200528.1
-_commit=db41de29d98c331ce5e0bf137b366417ecfcb189
+pkgver=0.0.0.20200530
+_commit=019727df2027cb2eefe4f1947c10f81130ffdb66
 _kenlmcommit=96d303cfb1a0c21b8f060dbad640d7ab301c019a
 _lm_sc_ver=20140820
 _dict_ver=20200310
@@ -22,7 +22,7 @@
 noextract=(lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2
dict.utf8-$_dict_ver.tar.xz
table.tar.gz)
-sha512sums=('f0647919cafe11a33f4b630857fc7f22c132a4a49db951396652225077e01b506fcfbba6b3ecc9513a4252ec50daa0dacd2a22e10dee8ee5837b56ff9a981dbf'
+sha512sums=('f291e62499b20dce00179540fbb9bceb4d4dd5c198b9c8e56aaa9520cca8a048a4a946b4526bd91dcd863f90c195eaf3af668b6568ffac87f6300914b74d7b9c'
 
'c39210f5a52512b23ab20ecd396def4780ea78eef25ed935dec2667ad68ae822c0e53556725374fed6ccb427732a9101e76467b487eb729539f063b28ca17d3e'
 
'ea3ede62eb993c4d21ca7cf339635f4686493a0cefd57df4a31f00a001e67502a13ff9612ff667b941b82b47de00be9f3c9689677d04195a7ef8716bac087519'
 
'c50323faac069940da65c508f52372e902657c38d82c48570b1133a34c96fd0cb63f254e390d6d3ff200024b79ee30bc0499c17191949c7a4b0eba167fd1ee14'


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Saturday, May 30, 2020 @ 03:11:55
  Author: felixonmars
Revision: 387886

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-30 03:11:40 UTC (rev 387885)
+++ PKGBUILD2020-05-30 03:11:55 UTC (rev 387886)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-mako
-pkgver=1.1.2
-pkgrel=3
-pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
-arch=('any')
-url="https://www.makotemplates.org/;
-license=('MIT')
-depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-checkdepends=('python-pytest' 'python-mock' 'python-babel' 'python-pygments'
-  'python-dogpile.cache')
-source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('73b7a32ceb6e39dc2491734546c83a752bf0c8bc7546bb236801c02a5bccc5b59f2440333a328ff747eee936612dd12279f08d27d76f065fd589081d232692a8'
-'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-build() {
-  cd Mako-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd Mako-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd Mako-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 387885, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-30 03:11:55 UTC (rev 387886)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-mako
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
+arch=('any')
+url="https://www.makotemplates.org/;
+license=('MIT')
+depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+checkdepends=('python-pytest' 'python-mock' 'python-babel' 'python-pygments'
+  'python-dogpile.cache')
+source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
+sha512sums=('a9b94fa34a61e7794b6e4549fa0bada6ff84dfb0d9edb8d5c7f9b95d12184fa4499f42303cfee720b576a9f7e986a57d91ad3aeb26c9f93154dbc08fb2975952'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+build() {
+  cd Mako-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd Mako-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd Mako-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Saturday, May 30, 2020 @ 03:12:25
  Author: felixonmars
Revision: 637319

archrelease: copy trunk to community-x86_64

Added:
  libime/repos/community-x86_64/PKGBUILD
(from rev 637318, libime/trunk/PKGBUILD)
Deleted:
  libime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-30 03:12:09 UTC (rev 637318)
+++ PKGBUILD2020-05-30 03:12:25 UTC (rev 637319)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=libime
-pkgver=0.0.0.20200528.1
-_commit=db41de29d98c331ce5e0bf137b366417ecfcb189
-_kenlmcommit=96d303cfb1a0c21b8f060dbad640d7ab301c019a
-_lm_sc_ver=20140820
-_dict_ver=20200310
-pkgrel=1
-pkgdesc="A library to support generic input method implementation"
-arch=('x86_64')
-url="https://github.com/fcitx/libime;
-license=('GPL')
-depends=('boost-libs' 'fcitx5')
-makedepends=('boost' 'extra-cmake-modules' 'python')
-source=($pkgname-$_commit.tar.gz::https://github.com/fcitx/libime/archive/$_commit.tar.gz
-
kenlm-$_kenlmcommit.tar.gz::https://github.com/kpu/kenlm/archive/$_kenlmcommit.tar.gz
-https://download.fcitx-im.org/data/lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2
-https://download.fcitx-im.org/data/dict.utf8-$_dict_ver.tar.xz
-https://download.fcitx-im.org/data/table.tar.gz)
-noextract=(lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2
-   dict.utf8-$_dict_ver.tar.xz
-   table.tar.gz)
-sha512sums=('f0647919cafe11a33f4b630857fc7f22c132a4a49db951396652225077e01b506fcfbba6b3ecc9513a4252ec50daa0dacd2a22e10dee8ee5837b56ff9a981dbf'
-
'c39210f5a52512b23ab20ecd396def4780ea78eef25ed935dec2667ad68ae822c0e53556725374fed6ccb427732a9101e76467b487eb729539f063b28ca17d3e'
-
'ea3ede62eb993c4d21ca7cf339635f4686493a0cefd57df4a31f00a001e67502a13ff9612ff667b941b82b47de00be9f3c9689677d04195a7ef8716bac087519'
-
'c50323faac069940da65c508f52372e902657c38d82c48570b1133a34c96fd0cb63f254e390d6d3ff200024b79ee30bc0499c17191949c7a4b0eba167fd1ee14'
-
'99e1d69c679355fcf3e117a1ef39b131cbd3af841387d2335757247d840b90ff6b7323e16fca98cf7a043033faf250d2e9c6d47b96845d18c278a0cf6f30fec9')
-
-prepare() {
-  cd $pkgname-$_commit/src/libime/core
-  rmdir kenlm
-  ln -s "$srcdir"/kenlm-$_kenlmcommit ./kenlm
-
-  cd "$srcdir"/$pkgname-$_commit/data
-  ln -s "$srcdir"/lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2
-  ln -s "$srcdir"/dict.utf8-$_dict_ver.tar.xz
-  ln -s "$srcdir"/table.tar.gz
-}
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: libime/repos/community-x86_64/PKGBUILD (from rev 637318, 
libime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-30 03:12:25 UTC (rev 637319)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=libime
+pkgver=0.0.0.20200530
+_commit=019727df2027cb2eefe4f1947c10f81130ffdb66
+_kenlmcommit=96d303cfb1a0c21b8f060dbad640d7ab301c019a
+_lm_sc_ver=20140820
+_dict_ver=20200310
+pkgrel=1
+pkgdesc="A library to support generic input method implementation"
+arch=('x86_64')
+url="https://github.com/fcitx/libime;
+license=('GPL')
+depends=('boost-libs' 'fcitx5')
+makedepends=('boost' 'extra-cmake-modules' 'python')
+source=($pkgname-$_commit.tar.gz::https://github.com/fcitx/libime/archive/$_commit.tar.gz
+
kenlm-$_kenlmcommit.tar.gz::https://github.com/kpu/kenlm/archive/$_kenlmcommit.tar.gz
+https://download.fcitx-im.org/data/lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2
+https://download.fcitx-im.org/data/dict.utf8-$_dict_ver.tar.xz
+https://download.fcitx-im.org/data/table.tar.gz)
+noextract=(lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2
+   dict.utf8-$_dict_ver.tar.xz
+   table.tar.gz)
+sha512sums=('f291e62499b20dce00179540fbb9bceb4d4dd5c198b9c8e56aaa9520cca8a048a4a946b4526bd91dcd863f90c195eaf3af668b6568ffac87f6300914b74d7b9c'
+
'c39210f5a52512b23ab20ecd396def4780ea78eef25ed935dec2667ad68ae822c0e53556725374fed6ccb427732a9101e76467b487eb729539f063b28ca17d3e'
+
'ea3ede62eb993c4d21ca7cf339635f4686493a0cefd57df4a31f00a001e67502a13ff9612ff667b941b82b47de00be9f3c9689677d04195a7ef8716bac087519'
+
'c50323faac069940da65c508f52372e902657c38d82c48570b1133a34c96fd0cb63f254e390d6d3ff200024b79ee30bc0499c17191949c7a4b0eba167fd1ee14'
+
'99e1d69c679355fcf3e117a1ef39b131cbd3af841387d2335757247d840b90ff6b7323e16fca98cf7a043033faf250d2e9c6d47b96845d18c278a0cf6f30fec9')
+
+prepare() {
+  cd $pkgname-$_commit/src/libime/core
+  rmdir kenlm
+  ln -s "$srcdir"/kenlm-$_kenlmcommit ./kenlm
+
+  cd "$srcdir"/$pkgname-$_commit/data
+  ln -s 

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

2020-05-29 Thread Felix Yan via arch-commits
Date: Saturday, May 30, 2020 @ 03:11:40
  Author: felixonmars
Revision: 387885

upgpkg: python-mako 1.1.3-1

Modified:
  python-mako/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 22:13:39 UTC (rev 387884)
+++ PKGBUILD2020-05-30 03:11:40 UTC (rev 387885)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-mako
-pkgver=1.1.2
-pkgrel=3
+pkgver=1.1.3
+pkgrel=1
 pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
 arch=('any')
 url="https://www.makotemplates.org/;
@@ -11,7 +11,7 @@
 checkdepends=('python-pytest' 'python-mock' 'python-babel' 'python-pygments'
   'python-dogpile.cache')
 source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('73b7a32ceb6e39dc2491734546c83a752bf0c8bc7546bb236801c02a5bccc5b59f2440333a328ff747eee936612dd12279f08d27d76f065fd589081d232692a8'
+sha512sums=('a9b94fa34a61e7794b6e4549fa0bada6ff84dfb0d9edb8d5c7f9b95d12184fa4499f42303cfee720b576a9f7e986a57d91ad3aeb26c9f93154dbc08fb2975952'
 'SKIP')
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
 


[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2020-05-29 Thread Felix Yan via arch-commits
Date: Saturday, May 30, 2020 @ 03:11:21
  Author: felixonmars
Revision: 637315

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 637314, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-30 03:11:07 UTC (rev 637314)
+++ PKGBUILD2020-05-30 03:11:21 UTC (rev 637315)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=202005290559
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2ray/domain-list-community;
-license=('MIT')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('85ced01b71ae8b12f18225ca08cb5ed9e9c151de268e966de968420bbb55326f34f885b7b76fa02bd9dce8381adf720673d553141fb23d4830a494ac7eb626ea')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2ray
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
-
-  go get github.com/golang/protobuf/proto
-  go get -insecure v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2ray/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
637314, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-30 03:11:21 UTC (rev 637315)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=202005292154
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2ray/domain-list-community;
+license=('MIT')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
+sha512sums=('59b54e3f70213b5da73d04c937810a0388334e90c669d5ada9a6f5981c96ab9b2f6ef93493119e52ac671cabb7d6a97e86bef393c5e5e1e69089c6079b58af1f')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2ray
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
+
+  go get github.com/golang/protobuf/proto
+  go get -insecure v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2ray/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

2020-05-29 Thread Felix Yan via arch-commits
Date: Saturday, May 30, 2020 @ 03:11:07
  Author: felixonmars
Revision: 637314

upgpkg: v2ray-domain-list-community 202005292154-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-30 03:10:19 UTC (rev 637313)
+++ PKGBUILD2020-05-30 03:11:07 UTC (rev 637314)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=202005290559
+pkgver=202005292154
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('85ced01b71ae8b12f18225ca08cb5ed9e9c151de268e966de968420bbb55326f34f885b7b76fa02bd9dce8381adf720673d553141fb23d4830a494ac7eb626ea')
+sha512sums=('59b54e3f70213b5da73d04c937810a0388334e90c669d5ada9a6f5981c96ab9b2f6ef93493119e52ac671cabb7d6a97e86bef393c5e5e1e69089c6079b58af1f')
 
 prepare() {
   mkdir .gopath


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Saturday, May 30, 2020 @ 03:11:42
  Author: felixonmars
Revision: 637316

upgpkg: xmobar 0.33-60: rebuild with http-client 0.7.0

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-30 03:11:21 UTC (rev 637315)
+++ PKGBUILD2020-05-30 03:11:42 UTC (rev 637316)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.33
-pkgrel=59
+pkgrel=60
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('BSD')


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Saturday, May 30, 2020 @ 03:10:19
  Author: felixonmars
Revision: 637313

archrelease: copy trunk to community-staging-x86_64

Added:
  taskell/repos/community-staging-x86_64/
  taskell/repos/community-staging-x86_64/PKGBUILD
(from rev 637312, taskell/trunk/PKGBUILD)

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

Copied: taskell/repos/community-staging-x86_64/PKGBUILD (from rev 637312, 
taskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-30 03:10:19 UTC (rev 637313)
@@ -0,0 +1,44 @@
+# Maintainer: Jelle van der Waa https://hackage.haskell.org/package/$pkgname;
+depends=(ghc-libs haskell-aeson haskell-attoparsec haskell-brick 
haskell-config-ini haskell-file-embed haskell-fold-debounce haskell-http-client 
haskell-http-conduit haskell-http-types haskell-lens haskell-tz haskell-vty 
haskell-classy-prelude)
+makedepends=(ghc)
+source=(https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('4c55922ad9f6c529a8c8ca73602b9f42fa3cda4945fe8edaa554909334445e089db0b7a5ba7f6804bdf618274543fd6598d19802907a0ae661571ed48366376b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/== *0.50/==0.54/;s/== *5.26/==5.28/;s/< *4/<5/;s/< *2/<3/;s/< 
*1/<2/;s/< *0.7/<1/' $pkgname.cabal
+}
+
+build() {
+  cd $pkgname-$pkgver
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--datasubdir=$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Saturday, May 30, 2020 @ 03:10:06
  Author: felixonmars
Revision: 637312

upgpkg: taskell 1.9.2.0-103: rebuild with http-client 0.7.0

Modified:
  taskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-30 03:01:43 UTC (rev 637311)
+++ PKGBUILD2020-05-30 03:10:06 UTC (rev 637312)
@@ -2,7 +2,7 @@
 
 pkgname=taskell
 pkgver=1.9.2.0
-pkgrel=102
+pkgrel=103
 pkgdesc='A command-line kanban board/task manager'
 license=(BSD)
 arch=(x86_64)
@@ -14,7 +14,7 @@
 
 prepare() {
   cd $pkgname-$pkgver
-  sed -i -e 's/== *0.50/==0.54/' -e 's/== *5.26/==5.28/' -e 's/< *4/<5/' -e 
's/< *2/<3/' -e 's/< *1/<2/' $pkgname.cabal
+  sed -i 's/== *0.50/==0.54/;s/== *5.26/==5.28/;s/< *4/<5/;s/< *2/<3/;s/< 
*1/<2/;s/< *0.7/<1/' $pkgname.cabal
 }
 
 build() {


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

2020-05-29 Thread Anatol Pomozov via arch-commits
Date: Saturday, May 30, 2020 @ 03:01:43
  Author: anatolik
Revision: 637311

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab-gitaly/repos/community-testing-x86_64/
  gitlab-gitaly/repos/community-testing-x86_64/PKGBUILD
(from rev 637310, gitlab-gitaly/trunk/PKGBUILD)
  gitlab-gitaly/repos/community-testing-x86_64/configs.patch
(from rev 637310, gitlab-gitaly/trunk/configs.patch)
  gitlab-gitaly/repos/community-testing-x86_64/gitlab-gitaly.service
(from rev 637310, gitlab-gitaly/trunk/gitlab-gitaly.service)

---+
 PKGBUILD  |   59 +
 configs.patch |   95 
 gitlab-gitaly.service |   25 
 3 files changed, 179 insertions(+)

Copied: gitlab-gitaly/repos/community-testing-x86_64/PKGBUILD (from rev 637310, 
gitlab-gitaly/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-30 03:01:43 UTC (rev 637311)
@@ -0,0 +1,59 @@
+# Maintainer: Sven-Hendrik Haase 
+
+# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
+# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
+# need this again at some point in the future.
+pkgname=gitlab-gitaly
+pkgver=13.0.3
+pkgrel=1
+pkgdesc="Speed up Git access using caching"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitaly;
+license=('MIT')
+depends=(glibc ruby libxml2 libxslt libssh2)
+options=(!buildflags)
+makedepends=(go ruby-bundler cmake)
+backup=("etc/gitlab-gitaly/config.toml")
+_tag=v${pkgver}
+source=("https://gitlab.com/gitlab-org/gitaly/-/archive/${_tag}/gitaly-${_tag}.tar.gz;
+
"ruby27.patch::https://gitlab.com/gitlab-org/gitaly/-/merge_requests/2227.patch;
+"configs.patch"
+"gitlab-gitaly.service")
+sha512sums=('d6250ca446227b00ccb5a402953a14cca1736f36806be53d9502b06153e0249730a1ffd27c6653b17f13098f53887ff09e6c016f474cadcc23cc79a4dc9c8de5'
+
'e51d384769ebf40be76043572cd0287ab0c2df192e764b814c12e5780ebbac2eac5082594ec93436cffa5d62e47942219fa4b37c476652f5120d16c98945a053'
+
'28bfb8f290d6d6206b75e2f35d8fd15b298baa005b533648550f224c6bf4fd16eeda4e2b8ff3231873ef208172f391a553956684f81867451bc08b7ad18d581f'
+
'e6c31cab200424af118ee9da4def0963a52727f33025fdbdb515c6c1337a9b32f4a377bd925fdd33ffe7b91371ce1d5d70847e07c2b73eac1e85d3f38f5e1261')
+
+prepare() {
+  cd gitaly-$_tag
+
+  patch -p1 < ../configs.patch
+  # At this point the config file should not contain any references to 
'/home/git'
+
+  patch -p1 < ../ruby27.patch
+
+  # https://github.com/bundler/bundler/issues/6882
+  sed -e '/BUNDLED WITH/,+1d' -i ruby/Gemfile.lock
+}
+
+build() {
+  cd gitaly-$_tag
+
+  bundle config force_ruby_platform true # build from sources as some prebuilt 
gems are not available for newer ruby
+  make BUILD_TAGS="tracer_static tracer_static_jaeger"
+}
+
+package() {
+  cd gitaly-$_tag
+
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+  mkdir -p ${pkgdir}/etc/gitlab-gitaly
+  mkdir -p ${pkgdir}/usr/share/webapps/gitlab-gitaly
+  cp -r ruby ${pkgdir}/usr/share/webapps/gitlab-gitaly/ruby
+
+  install -Dm644 config.toml.example "${pkgdir}/etc/${pkgname}/config.toml"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-gitaly.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-gitaly.service"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gitlab-gitaly/repos/community-testing-x86_64/configs.patch (from rev 
637310, gitlab-gitaly/trunk/configs.patch)
===
--- community-testing-x86_64/configs.patch  (rev 0)
+++ community-testing-x86_64/configs.patch  2020-05-30 03:01:43 UTC (rev 
637311)
@@ -0,0 +1,95 @@
+commit e70c0ab485e0ee789ae2d3c2657f8b3ad5f2a6db
+Author: Anatol Pomozov 
+Date:   Tue May 26 00:26:02 2020 -0700
+
+Patch config files with Arch Linux specific locations
+
+Arch uses upstream's default config files as a base for its configs.
+But directory structure at Arch is completely different from the default
+one specified by gitlab project.
+We used to have a lot of seds expressions to adjust the files but as
+complexity of configs grew 'sed' makes it easy to miss a changed/added
+option.
+
+Track set of diffs as a patch. If upstream modifies config file then it
+will cause a conflict that needs to be reviewed manually.
+
+diff --git a/config.toml.example b/config.toml.example
+index aaab83c2..46bbad26 100644
+--- a/config.toml.example
 b/config.toml.example
+@@ -2,10 +2,10 @@
+ # Documentation lives at https://docs.gitlab.com/ee/administration/gitaly/ and
+ # https://docs.gitlab.com/ee//administration/gitaly/reference
+ 
+-socket_path = 

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

2020-05-29 Thread Anatol Pomozov via arch-commits
Date: Saturday, May 30, 2020 @ 03:01:08
  Author: anatolik
Revision: 637310

upgpkg: gitlab-gitaly 13.0.3-1

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-30 02:58:07 UTC (rev 637309)
+++ PKGBUILD2020-05-30 03:01:08 UTC (rev 637310)
@@ -4,7 +4,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab-gitaly
-pkgver=13.0.1
+pkgver=13.0.3
 pkgrel=1
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
@@ -19,7 +19,7 @@
 
"ruby27.patch::https://gitlab.com/gitlab-org/gitaly/-/merge_requests/2227.patch;
 "configs.patch"
 "gitlab-gitaly.service")
-sha512sums=('48bcd1aa5efc33c3c9bb9028dc1ff7b459a65cf11601847f7989d25100ad3106b71658939763eef6d9063a8e01c936a4b8a57da32426cc83b928dc7203d6592f'
+sha512sums=('d6250ca446227b00ccb5a402953a14cca1736f36806be53d9502b06153e0249730a1ffd27c6653b17f13098f53887ff09e6c016f474cadcc23cc79a4dc9c8de5'
 
'e51d384769ebf40be76043572cd0287ab0c2df192e764b814c12e5780ebbac2eac5082594ec93436cffa5d62e47942219fa4b37c476652f5120d16c98945a053'
 
'28bfb8f290d6d6206b75e2f35d8fd15b298baa005b533648550f224c6bf4fd16eeda4e2b8ff3231873ef208172f391a553956684f81867451bc08b7ad18d581f'
 
'e6c31cab200424af118ee9da4def0963a52727f33025fdbdb515c6c1337a9b32f4a377bd925fdd33ffe7b91371ce1d5d70847e07c2b73eac1e85d3f38f5e1261')


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

2020-05-29 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, May 30, 2020 @ 02:58:07
  Author: yan12125
Revision: 637309

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-30 02:57:46 UTC (rev 637308)
+++ PKGBUILD2020-05-30 02:58:07 UTC (rev 637309)
@@ -1,38 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-aioitertools
-_pkgname=aioitertools
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='Implementation of itertools, builtins, and more for AsyncIO and 
mixed-type iterables'
-arch=(any)
-url='https://github.com/jreese/aioitertools'
-license=(MIT)
-depends=(python python-typing_extensions)
-makedepends=(python-setuptools)
-source=("https://files.pythonhosted.org/packages/source/a/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha256sums=('341cb05a0903177ef1b73d4cc12c92aee18e81c364e0138f4efc7ec3c47b8177')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  # setup.py generated by flit uses setuptools-specific install_requires but
-  # imports setup() from distutils.core
-  # https://github.com/takluyver/flit/blob/2.3.0/flit/sdist.py#L16
-  sed -i 's#distutils.core#setuptools#' setup.py
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-  python -m unittest -v aioitertools.tests
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-aioitertools/repos/community-any/PKGBUILD (from rev 637308, 
python-aioitertools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-30 02:58:07 UTC (rev 637309)
@@ -0,0 +1,31 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-aioitertools
+_pkgname=aioitertools
+pkgver=0.7.0
+pkgrel=2
+pkgdesc='Implementation of itertools, builtins, and more for AsyncIO and 
mixed-type iterables'
+arch=(any)
+url='https://github.com/omnilib/aioitertools'
+license=(MIT)
+depends=(python python-typing_extensions)
+makedepends=(python-build python-install python-flit)
+source=("https://files.pythonhosted.org/packages/source/a/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha256sums=('341cb05a0903177ef1b73d4cc12c92aee18e81c364e0138f4efc7ec3c47b8177')
+
+build() {
+  cd $_pkgname-$pkgver
+  python -m build
+  python -m install --cache dist/*.whl
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  python -m unittest -v aioitertools.tests
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python -m install --skip-build -d "$pkgdir"
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2020-05-29 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, May 30, 2020 @ 02:57:46
  Author: yan12125
Revision: 637308

upgpkg: python-aioitertools 0.7.0-2; use new PEP517 packaging stack by FFY00; 
update URL

Modified:
  python-aioitertools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-30 02:51:49 UTC (rev 637307)
+++ PKGBUILD2020-05-30 02:57:46 UTC (rev 637308)
@@ -3,27 +3,20 @@
 pkgname=python-aioitertools
 _pkgname=aioitertools
 pkgver=0.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Implementation of itertools, builtins, and more for AsyncIO and 
mixed-type iterables'
 arch=(any)
-url='https://github.com/jreese/aioitertools'
+url='https://github.com/omnilib/aioitertools'
 license=(MIT)
 depends=(python python-typing_extensions)
-makedepends=(python-setuptools)
+makedepends=(python-build python-install python-flit)
 
source=("https://files.pythonhosted.org/packages/source/a/$_pkgname/$_pkgname-$pkgver.tar.gz;)
 sha256sums=('341cb05a0903177ef1b73d4cc12c92aee18e81c364e0138f4efc7ec3c47b8177')
 
-prepare() {
-  cd $_pkgname-$pkgver
-  # setup.py generated by flit uses setuptools-specific install_requires but
-  # imports setup() from distutils.core
-  # https://github.com/takluyver/flit/blob/2.3.0/flit/sdist.py#L16
-  sed -i 's#distutils.core#setuptools#' setup.py
-}
-
 build() {
   cd $_pkgname-$pkgver
-  python setup.py build
+  python -m build
+  python -m install --cache dist/*.whl
 }
 
 check() {
@@ -33,6 +26,6 @@
 
 package() {
   cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  python -m install --skip-build -d "$pkgdir"
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
 }


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

2020-05-29 Thread Anatol Pomozov via arch-commits
Date: Saturday, May 30, 2020 @ 02:51:49
  Author: anatolik
Revision: 637307

Fix ruby 2.7 warnings

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-30 00:27:53 UTC (rev 637306)
+++ PKGBUILD2020-05-30 02:51:49 UTC (rev 637307)
@@ -16,9 +16,11 @@
 backup=("etc/gitlab-gitaly/config.toml")
 _tag=v${pkgver}
 
source=("https://gitlab.com/gitlab-org/gitaly/-/archive/${_tag}/gitaly-${_tag}.tar.gz;
+
"ruby27.patch::https://gitlab.com/gitlab-org/gitaly/-/merge_requests/2227.patch;
 "configs.patch"
 "gitlab-gitaly.service")
 
sha512sums=('48bcd1aa5efc33c3c9bb9028dc1ff7b459a65cf11601847f7989d25100ad3106b71658939763eef6d9063a8e01c936a4b8a57da32426cc83b928dc7203d6592f'
+
'e51d384769ebf40be76043572cd0287ab0c2df192e764b814c12e5780ebbac2eac5082594ec93436cffa5d62e47942219fa4b37c476652f5120d16c98945a053'
 
'28bfb8f290d6d6206b75e2f35d8fd15b298baa005b533648550f224c6bf4fd16eeda4e2b8ff3231873ef208172f391a553956684f81867451bc08b7ad18d581f'
 
'e6c31cab200424af118ee9da4def0963a52727f33025fdbdb515c6c1337a9b32f4a377bd925fdd33ffe7b91371ce1d5d70847e07c2b73eac1e85d3f38f5e1261')
 
@@ -28,6 +30,8 @@
   patch -p1 < ../configs.patch
   # At this point the config file should not contain any references to 
'/home/git'
 
+  patch -p1 < ../ruby27.patch
+
   # https://github.com/bundler/bundler/issues/6882
   sed -e '/BUNDLED WITH/,+1d' -i ruby/Gemfile.lock
 }


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

2020-05-29 Thread Daniel M. Capella via arch-commits
Date: Saturday, May 30, 2020 @ 00:27:53
  Author: polyzen
Revision: 637306

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-30 00:27:28 UTC (rev 637305)
+++ PKGBUILD2020-05-30 00:27:53 UTC (rev 637306)
@@ -1,36 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Daniel M. Capella 
-# Contributor: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2020.05.08
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="https://ytdl-org.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'python-pycryptodome: for hlsnative downloader')
-source=("https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('86310db8516f41d697dc8923d4bb252ec110913e267a3c373b6a66a13552fd9b'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/vendor_completions.d|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

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


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

2020-05-29 Thread Daniel M. Capella via arch-commits
Date: Saturday, May 30, 2020 @ 00:27:28
  Author: polyzen
Revision: 637305

upgpkg: youtube-dl 2020.05.29-1

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 23:32:22 UTC (rev 637304)
+++ PKGBUILD2020-05-30 00:27:28 UTC (rev 637305)
@@ -3,7 +3,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2020.05.08
+pkgver=2020.05.29
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -15,7 +15,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-pycryptodome: for hlsnative downloader')
 
source=("https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('86310db8516f41d697dc8923d4bb252ec110913e267a3c373b6a66a13552fd9b'
+sha256sums=('23ba8f31df7f11c0acab9ca71a29a1a89e8697aceac957b0bbd19ce896552f84'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.


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

2020-05-29 Thread Anatol Pomozov via arch-commits
Date: Friday, May 29, 2020 @ 23:32:22
  Author: anatolik
Revision: 637304

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab/repos/community-testing-x86_64/
  gitlab/repos/community-testing-x86_64/PKGBUILD
(from rev 637303, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-testing-x86_64/build_fix.patch
(from rev 637303, gitlab/trunk/build_fix.patch)
  gitlab/repos/community-testing-x86_64/configs.patch
(from rev 637303, gitlab/trunk/configs.patch)
  gitlab/repos/community-testing-x86_64/environment
(from rev 637303, gitlab/trunk/environment)
  gitlab/repos/community-testing-x86_64/gitlab-backup.service
(from rev 637303, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-testing-x86_64/gitlab-backup.timer
(from rev 637303, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-testing-x86_64/gitlab-mailroom.service
(from rev 637303, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-testing-x86_64/gitlab-puma.service
(from rev 637303, gitlab/trunk/gitlab-puma.service)
  gitlab/repos/community-testing-x86_64/gitlab-sidekiq.service
(from rev 637303, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-testing-x86_64/gitlab.install
(from rev 637303, gitlab/trunk/gitlab.install)
  gitlab/repos/community-testing-x86_64/gitlab.logrotate
(from rev 637303, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-testing-x86_64/gitlab.target
(from rev 637303, gitlab/trunk/gitlab.target)
  gitlab/repos/community-testing-x86_64/gitlab.tmpfiles.d
(from rev 637303, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-testing-x86_64/ruby27-pop-extra-arg.patch
(from rev 637303, gitlab/trunk/ruby27-pop-extra-arg.patch)

+
 PKGBUILD   |  194 +++
 build_fix.patch|   23 +
 configs.patch  |  184 
 environment|3 
 gitlab-backup.service  |   19 
 gitlab-backup.timer|   10 ++
 gitlab-mailroom.service|   21 
 gitlab-puma.service|   33 +++
 gitlab-sidekiq.service |   30 ++
 gitlab.install |   34 +++
 gitlab.logrotate   |6 +
 gitlab.target  |7 +
 gitlab.tmpfiles.d  |1 
 ruby27-pop-extra-arg.patch |   26 +
 14 files changed, 591 insertions(+)

Copied: gitlab/repos/community-testing-x86_64/PKGBUILD (from rev 637303, 
gitlab/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-29 23:32:22 UTC (rev 637304)
@@ -0,0 +1,194 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Jonas Heinrich 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+# Contributor: Caleb Maclennan 
+
+# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
+# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
+# need this again at some point in the future.
+pkgname=gitlab
+pkgver=13.0.3
+pkgrel=1
+pkgdesc="Project management and code hosting application"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-foss;
+license=('MIT')
+options=(!buildflags)
+depends=('ruby' 'ruby-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs' 'openssl')
+makedepends=('cmake' 'postgresql' 'yarn' 'go' 'nodejs')
+optdepends=('postgresql: database backend'
+'python-docutils: reStructuredText markup language support'
+'smtp-server: mail server in order to receive mail notifications')
+backup=("etc/webapps/gitlab/database.yml"
+"etc/webapps/gitlab/gitlab.yml"
+"etc/webapps/gitlab/resque.yml"
+"etc/webapps/gitlab/puma.rb"
+"etc/webapps/gitlab/smtp_settings.rb"
+"etc/logrotate.d/gitlab")
+source=(git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v$pkgver
+configs.patch
+build_fix.patch
+environment
+gitlab-puma.service
+gitlab-sidekiq.service
+gitlab-backup.service
+gitlab-mailroom.service
+gitlab-backup.timer
+gitlab.target
+gitlab.tmpfiles.d
+gitlab.logrotate
+ruby27-pop-extra-arg.patch)
+install='gitlab.install'
+sha512sums=('SKIP'
+
'9b054872e2017dae3acd0534c0608634cf7c5f996672e589c3b9988ce18b110423b63f5207585c2ba4941b516606a2a9a8db6fd320012a4d90cf3beca147a220'
+
'9623de113358d3d6e49047f688e272d9394579734ace1bd647497e8717a90784546d27e547a29197a16c80d72ad9f2c79eb65f8edc631deadf2ec90ee86ea44b'
+
'5b1ca2958f03a5baf1c5576a1568072e8ed749e2d15745ecbcc4860d2dbd543f2f3ed077e8d87afac2670c9436b19fe498217b49916d56a4e31fb9811aeb9067'
+ 

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

2020-05-29 Thread Anatol Pomozov via arch-commits
Date: Friday, May 29, 2020 @ 23:31:13
  Author: anatolik
Revision: 637303

upgpkg: gitlab 13.0.3-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 22:04:28 UTC (rev 637302)
+++ PKGBUILD2020-05-29 23:31:13 UTC (rev 637303)
@@ -10,7 +10,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab
-pkgver=13.0.1
+pkgver=13.0.3
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -152,9 +152,7 @@
   ln -fs "${_datadir}/uploads" "${pkgdir}${_appdir}/public/uploads"
 
   # TODO: workhorse and shell secret files are the application data and should 
be stored under /var/lib/gitlab
-  mv "${pkgdir}${_appdir}/.gitlab_workhorse_secret" 
"${pkgdir}${_etcdir}/gitlab_workhorse_secret"
   ln -fs "${_etcdir}/gitlab_workhorse_secret" 
"${pkgdir}${_appdir}/.gitlab_workhorse_secret"
-
   ln -fs /etc/webapps/gitlab-shell/secret 
"${pkgdir}${_appdir}/.gitlab_shell_secret"
 
   # Install config files
@@ -171,7 +169,7 @@
   ln -fs "${_etcdir}/secrets.yml" "${pkgdir}${_appdir}/config/secrets.yml"
 
   # files with passwords/secrets are set world-unreadable
-  for secret_file in gitlab_workhorse_secret smtp_settings.rb; do
+  for secret_file in smtp_settings.rb; do
 chmod 660 "${pkgdir}${_etcdir}/${secret_file}"
 # TODO: should we just leave the secret files root owned?
 chown root:105 "${pkgdir}${_etcdir}/${secret_file}"


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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 22:13:39
  Author: heftig
Revision: 387884

archrelease: copy trunk to staging-x86_64

Added:
  gst-plugins-bad/repos/staging-x86_64/
  
gst-plugins-bad/repos/staging-x86_64/0001-vulkan-Drop-use-of-VK_RESULT_BEGIN_RANGE.patch
(from rev 387883, 
gst-plugins-bad/trunk/0001-vulkan-Drop-use-of-VK_RESULT_BEGIN_RANGE.patch)
  gst-plugins-bad/repos/staging-x86_64/PKGBUILD
(from rev 387883, gst-plugins-bad/trunk/PKGBUILD)

-+
 0001-vulkan-Drop-use-of-VK_RESULT_BEGIN_RANGE.patch |   46 +++
 PKGBUILD|  111 ++
 2 files changed, 157 insertions(+)

Copied: 
gst-plugins-bad/repos/staging-x86_64/0001-vulkan-Drop-use-of-VK_RESULT_BEGIN_RANGE.patch
 (from rev 387883, 
gst-plugins-bad/trunk/0001-vulkan-Drop-use-of-VK_RESULT_BEGIN_RANGE.patch)
===
--- staging-x86_64/0001-vulkan-Drop-use-of-VK_RESULT_BEGIN_RANGE.patch  
(rev 0)
+++ staging-x86_64/0001-vulkan-Drop-use-of-VK_RESULT_BEGIN_RANGE.patch  
2020-05-29 22:13:39 UTC (rev 387884)
@@ -0,0 +1,46 @@
+From 29bf8d8528ec694f65c8fae310adac996322cc74 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 9 May 2020 19:59:46 +0200
+Subject: [PATCH] vulkan: Drop use of VK_RESULT_BEGIN_RANGE
+
+This was removed in Vulkan 1.2.140.
+
+> Shortly after 2020-04-24, we will be removing the automatically
+> generated `VK_*_BEGIN_RANGE`, `VK_*_END_RANGE`, and `VK_*_RANGE_SIZE`
+> tokens from the Vulkan headers. These tokens are currently defined for
+> some enumerated types, but are explicitly not part of the Vulkan API.
+> They existed only to support some Vulkan implementation internals,
+> which no longer require them. We will be accepting comments on this
+> topic in [#1230], but we strongly suggest any external projects using
+> these tokens immediately migrate away from them.
+
+[#1230]: https://github.com/KhronosGroup/Vulkan-Docs/issues/1230
+---
+ ext/vulkan/vkerror.c | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/ext/vulkan/vkerror.c b/ext/vulkan/vkerror.c
+index 3fec27e4d..c91589d9b 100644
+--- a/ext/vulkan/vkerror.c
 b/ext/vulkan/vkerror.c
+@@ -27,7 +27,7 @@
+ #include "vkerror.h"
+ 
+ /* *INDENT-OFF* */
+-static const struct 
++static const struct
+ {
+   VkResult result;
+   const char *str;
+@@ -63,8 +63,6 @@ _vk_result_to_string (VkResult result)
+ 
+   if (result >= 0)
+ return NULL;
+-  if (result < VK_RESULT_BEGIN_RANGE)
+-return "Unknown Error";
+ 
+   for (i = 0; i < G_N_ELEMENTS (vk_result_string_map); i++) {
+ if (result == vk_result_string_map[i].result)
+-- 
+2.26.2
+

Copied: gst-plugins-bad/repos/staging-x86_64/PKGBUILD (from rev 387883, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-29 22:13:39 UTC (rev 387884)
@@ -0,0 +1,111 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=gst-plugins-bad
+pkgname=(gst-plugins-bad-libs gst-plugins-bad)
+pkgver=1.16.2
+pkgrel=12
+pkgdesc="GStreamer open-source multimedia framework bad plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(gst-plugins-base-libs orc libdrm libx11 libgudev libusb libvdpau)
+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 gtk-doc git
+ gobject-introspection vulkan-headers vulkan-validation-layers
+ wayland-protocols gtk3 meson)
+checkdepends=(xorg-server-xvfb)
+options=(!emptydirs)
+_commit=a6f26408f74a60d02ce6b4f0daee392ce847055f  # tags/1.16.2^0
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git#commit=$_commit;
+0001-vulkan-Drop-use-of-VK_RESULT_BEGIN_RANGE.patch)
+sha256sums=('SKIP'
+'0c6c51a371d8f381a2190280913cc41e06c17c25dbb1167043072003b3f0d338')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+
+  # Fix build with neon 0.31
+  git cherry-pick -n f10b424418e448211e3427a76fcd046e157ef0b7
+
+  # Fix build with vulkan-headers 1.2.140
+  git apply -3 ../0001-vulkan-Drop-use-of-VK_RESULT_BEGIN_RANGE.patch
+
+  # Fix build with GCC 10
+  git cherry-pick -n a0cd455dd0e0375c6395fe732173225ea7e18562
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D directfb=disabled \
+  

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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 22:13:18
  Author: heftig
Revision: 387883

1.16.2-12: aom rebuild

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 21:49:37 UTC (rev 387882)
+++ PKGBUILD2020-05-29 22:13:18 UTC (rev 387883)
@@ -4,7 +4,7 @@
 pkgbase=gst-plugins-bad
 pkgname=(gst-plugins-bad-libs gst-plugins-bad)
 pkgver=1.16.2
-pkgrel=11
+pkgrel=12
 pkgdesc="GStreamer open-source multimedia framework bad plugins"
 url="https://gstreamer.freedesktop.org/;
 arch=(x86_64)
@@ -66,11 +66,9 @@
 -D wasapi=disabled \
 -D wpe=disabled \
 -D gobject-cast-checks=disabled \
--D glib-asserts=disabled \
--D glib-checks=disabled \
 -D package-name="GStreamer Bad Plugins (Arch Linux)" \
 -D package-origin="https://www.archlinux.org/;
-  ninja -C build
+  meson compile -C build
 }
 
 check() (


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

2020-05-29 Thread Antonio Rojas via arch-commits
Date: Friday, May 29, 2020 @ 22:04:28
  Author: arojas
Revision: 637302

archrelease: copy trunk to community-x86_64

Added:
  pam_mount/repos/community-x86_64/PKGBUILD
(from rev 637301, pam_mount/trunk/PKGBUILD)
  pam_mount/repos/community-x86_64/pam_mount-luks2.patch
(from rev 637301, pam_mount/trunk/pam_mount-luks2.patch)
Deleted:
  pam_mount/repos/community-x86_64/PKGBUILD

---+
 PKGBUILD  |   86 +---
 pam_mount-luks2.patch |   52 +
 2 files changed, 98 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-29 22:03:59 UTC (rev 637301)
+++ PKGBUILD2020-05-29 22:04:28 UTC (rev 637302)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Sirius Bakke 
-
-pkgname=pam_mount
-pkgver=2.16
-pkgrel=6
-pkgdesc="A PAM module that can mount volumes for a user session"
-arch=(x86_64)
-url="http://pam-mount.sourceforge.net/;
-license=(GPL)
-depends=(pcre util-linux libhx libxml2 cryptsetup)
-backup=('etc/security/pam_mount.conf.xml')
-options=(!emptydirs)
-source=("https://downloads.sourceforge.net/project/pam-mount/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('ae0207ea6c96189414f906a7b0880abc7751a98e26b3d0375c9afab3722471e7'
-'SKIP')
-validpgpkeys=(2F8BFE96D14F8B560FBC1F1DA28BDFEEB5A2B2FF) # Jan Engelhardt 

-
-build() {
-  cd $pkgname-$pkgver
-  aclocal
-  libtoolize
-  automake --add-missing
-  autoreconf
-  ./configure \
-   --prefix=/usr \
-   --with-ssbindir=/usr/bin \
-   --sbindir=/usr/bin \
-   --with-slibdir=/usr/lib \
-   --sysconfdir=/etc \
-   --localstatedir=/var
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix overlinking
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pam_mount/repos/community-x86_64/PKGBUILD (from rev 637301, 
pam_mount/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-29 22:04:28 UTC (rev 637302)
@@ -0,0 +1,46 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Sirius Bakke 
+
+pkgname=pam_mount
+pkgver=2.16
+pkgrel=7
+pkgdesc="A PAM module that can mount volumes for a user session"
+arch=(x86_64)
+url="http://pam-mount.sourceforge.net/;
+license=(GPL)
+depends=(pcre util-linux libhx libxml2 cryptsetup)
+backup=('etc/security/pam_mount.conf.xml')
+options=(!emptydirs)
+source=("https://downloads.sourceforge.net/project/pam-mount/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
+ pam_mount-luks2.patch)
+sha256sums=('ae0207ea6c96189414f906a7b0880abc7751a98e26b3d0375c9afab3722471e7'
+'SKIP'
+'b11f3ed8d95b25089963b74bead65d8100825c7d6043187008334bea8ebeb091')
+validpgpkeys=(2F8BFE96D14F8B560FBC1F1DA28BDFEEB5A2B2FF) # Jan Engelhardt 

+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../pam_mount-luks2.patch # Add support for 
LUKS2
+}
+
+build() {
+  cd $pkgname-$pkgver
+  aclocal
+  libtoolize
+  automake --add-missing
+  autoreconf
+  ./configure \
+   --prefix=/usr \
+   --with-ssbindir=/usr/bin \
+   --sbindir=/usr/bin \
+   --with-slibdir=/usr/lib \
+   --sysconfdir=/etc \
+   --localstatedir=/var
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix overlinking
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: pam_mount/repos/community-x86_64/pam_mount-luks2.patch (from rev 
637301, pam_mount/trunk/pam_mount-luks2.patch)
===
--- pam_mount-luks2.patch   (rev 0)
+++ pam_mount-luks2.patch   2020-05-29 22:04:28 UTC (rev 637302)
@@ -0,0 +1,52 @@
+From d4434c05e7c0cf05d87089404cfa2deedc60811a Mon Sep 17 00:00:00 2001
+From: Ingo Franzki 
+Date: Mon, 29 Oct 2018 16:47:40 +0100
+Subject: [PATCH] crypto: Add support for LUKS2
+
+Cryptsetup version 2.0 added support for LUKS2.
+This patch adds support for mounting LUKS2 volumes with
+pam_mount.
+
+Signed-off-by: Ingo Franzki 
+Signed-off-by: Till Maas 
+---
+ src/crypto-dmc.c | 10 --
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+diff --git a/src/crypto-dmc.c b/src/crypto-dmc.c
+index d0ab6ca..abd0358 100644
+--- a/src/crypto-dmc.c
 b/src/crypto-dmc.c
+@@ -21,6 +21,12 @@
+ #include "libcryptmount.h"
+ #include "pam_mount.h"
+ 
++#ifndef CRYPT_LUKS
++  #define CRYPT_LUKS  NULL /* Passing NULL to crypt_load will
++  default to LUKS(1) on older
++  libcryptsetup versions. */
++#endif
++
+ /**
+  * dmc_is_luks - check if @path points to a LUKS volume (cf. normal dm-crypt)
+  * @path: path to the crypto container
+@@ -48,7 +54,7 @@ 

[arch-commits] Commit in pam_mount/trunk (PKGBUILD pam_mount-luks2.patch)

2020-05-29 Thread Antonio Rojas via arch-commits
Date: Friday, May 29, 2020 @ 22:03:59
  Author: arojas
Revision: 637301

Add support for LUKS2 (FS#66753)

Added:
  pam_mount/trunk/pam_mount-luks2.patch
Modified:
  pam_mount/trunk/PKGBUILD

---+
 PKGBUILD  |   12 ---
 pam_mount-luks2.patch |   52 
 2 files changed, 61 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 21:49:51 UTC (rev 637300)
+++ PKGBUILD2020-05-29 22:03:59 UTC (rev 637301)
@@ -4,7 +4,7 @@
 
 pkgname=pam_mount
 pkgver=2.16
-pkgrel=6
+pkgrel=7
 pkgdesc="A PAM module that can mount volumes for a user session"
 arch=(x86_64)
 url="http://pam-mount.sourceforge.net/;
@@ -12,11 +12,17 @@
 depends=(pcre util-linux libhx libxml2 cryptsetup)
 backup=('etc/security/pam_mount.conf.xml')
 options=(!emptydirs)
-source=("https://downloads.sourceforge.net/project/pam-mount/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+source=("https://downloads.sourceforge.net/project/pam-mount/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
+ pam_mount-luks2.patch)
 sha256sums=('ae0207ea6c96189414f906a7b0880abc7751a98e26b3d0375c9afab3722471e7'
-'SKIP')
+'SKIP'
+'b11f3ed8d95b25089963b74bead65d8100825c7d6043187008334bea8ebeb091')
 validpgpkeys=(2F8BFE96D14F8B560FBC1F1DA28BDFEEB5A2B2FF) # Jan Engelhardt 

 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../pam_mount-luks2.patch # Add support for 
LUKS2
+}
+
 build() {
   cd $pkgname-$pkgver
   aclocal

Added: pam_mount-luks2.patch
===
--- pam_mount-luks2.patch   (rev 0)
+++ pam_mount-luks2.patch   2020-05-29 22:03:59 UTC (rev 637301)
@@ -0,0 +1,52 @@
+From d4434c05e7c0cf05d87089404cfa2deedc60811a Mon Sep 17 00:00:00 2001
+From: Ingo Franzki 
+Date: Mon, 29 Oct 2018 16:47:40 +0100
+Subject: [PATCH] crypto: Add support for LUKS2
+
+Cryptsetup version 2.0 added support for LUKS2.
+This patch adds support for mounting LUKS2 volumes with
+pam_mount.
+
+Signed-off-by: Ingo Franzki 
+Signed-off-by: Till Maas 
+---
+ src/crypto-dmc.c | 10 --
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+diff --git a/src/crypto-dmc.c b/src/crypto-dmc.c
+index d0ab6ca..abd0358 100644
+--- a/src/crypto-dmc.c
 b/src/crypto-dmc.c
+@@ -21,6 +21,12 @@
+ #include "libcryptmount.h"
+ #include "pam_mount.h"
+ 
++#ifndef CRYPT_LUKS
++  #define CRYPT_LUKS  NULL /* Passing NULL to crypt_load will
++  default to LUKS(1) on older
++  libcryptsetup versions. */
++#endif
++
+ /**
+  * dmc_is_luks - check if @path points to a LUKS volume (cf. normal dm-crypt)
+  * @path: path to the crypto container
+@@ -48,7 +54,7 @@ EXPORT_SYMBOL int ehd_is_luks(const char *path, bool blkdev)
+ 
+   ret = crypt_init(, device);
+   if (ret == 0) {
+-  ret = crypt_load(cd, CRYPT_LUKS1, NULL);
++  ret = crypt_load(cd, CRYPT_LUKS, NULL);
+   if (ret == -EINVAL)
+   ret = false;
+   else if (ret == 0)
+@@ -106,7 +112,7 @@ static bool dmc_run(const struct ehd_mount_request *req,
+ #endif
+   }
+ 
+-  ret = crypt_load(cd, CRYPT_LUKS1, NULL);
++  ret = crypt_load(cd, CRYPT_LUKS, NULL);
+   if (ret == 0) {
+   ret = crypt_activate_by_passphrase(cd, mt->crypto_name,
+ CRYPT_ANY_SLOT, req->key_data, req->key_size, flags);
+-- 
+2.24.1


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

2020-05-29 Thread Filipe Laíns via arch-commits
Date: Friday, May 29, 2020 @ 21:49:39
  Author: ffy00
Revision: 637299

upgpkg: python-fastapi 0.55.1-1

Added:
  python-fastapi/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-29 21:49:39 UTC (rev 637299)
@@ -0,0 +1,69 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=fastapi
+pkgname=python-$_pkgname
+pkgver=0.55.1
+pkgrel=1
+pkgdesc='FastAPI framework, high performance, easy to learn, fast to code, 
ready for production'
+arch=('any')
+url='https://github.com/tiangolo/fastapi'
+license=('MIT')
+depends=('python-starlette' 'python-pydantic')
+optdepends=('python-requests' 'python-aiofiles' 'python-jinja' 
'python-itsdangerous'
+'python-yaml' 'python-graphene' 'python-ujson' 'python-orjson'
+'python-email-validator' 'python-async_generator')
+makedepends=('python-build' 'python-install' 'python-flit')
+# We can't use python-pytest-runner in PEP517 workflows so I am using 
python-pyproject2setuppy as a workaround
+# Relevant: https://github.com/pytest-dev/pytest/issues/7281
+checkdepends=('python-pytest-runner' 'python-pyproject2setuppy' 
'python-pytest-cov' 'mypy'
+  'python-requests' 'python-aiofiles' 'python-jinja' 
'python-itsdangerous'
+  'python-yaml' 'python-graphene' 'python-ujson' 'python-orjson'
+  'python-email-validator' 'python-async_generator' 'python-pyjwt'
+  'python-sqlalchemy' 'python-peewee' 'python-flask' 
'python-passlib'
+  'python-bcrypt')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('2a529f2eafe04ee78e8feb54dd53b36af08ee3c90f06fbb9207c724d52b520c2a3c2ea0db4793a32b45d545aed53d4fb388e0b90364bd4b36dfc4f391d84ca34')
+
+# TODO: package python-multipart
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # don't pin starlette dependency
+  sed -i 's|starlette.*"|starlette"|' pyproject.toml
+
+  # needs python-databases
+  rm tests/test_tutorial/test_async_sql_databases/test_tutorial001.py
+
+  # need python-multipart
+  rm tests/test_forms_from_non_typing_sequences.py
+  rm tests/test_security_oauth2{,_optional}.py
+  rm tests/test_tutorial/test_request_files/test_tutorial00{1,2}.py
+  rm tests/test_tutorial/test_request_forms/test_tutorial001.py
+  rm tests/test_tutorial/test_request_forms_and_files/test_tutorial001.py
+  rm tests/test_tutorial/test_security/test_tutorial00{3,5}.py
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python -m build
+  python -m install --cache dist/*.whl
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python -m pyproject2setuppy.main pytest
+
+  mypy -p fastapi
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python -m install --skip-build -d "$pkgdir"
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 21:49:37
  Author: heftig
Revision: 387882

meson

Modified:
  gstreamer-vaapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 21:48:52 UTC (rev 387881)
+++ PKGBUILD2020-05-29 21:49:37 UTC (rev 387882)
@@ -24,7 +24,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


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

2020-05-29 Thread Filipe Laíns via arch-commits
Date: Friday, May 29, 2020 @ 21:49:51
  Author: ffy00
Revision: 637300

archrelease: copy trunk to community-any

Added:
  python-fastapi/repos/community-any/
  python-fastapi/repos/community-any/PKGBUILD
(from rev 637299, python-fastapi/trunk/PKGBUILD)

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

Copied: python-fastapi/repos/community-any/PKGBUILD (from rev 637299, 
python-fastapi/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-05-29 21:49:51 UTC (rev 637300)
@@ -0,0 +1,69 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=fastapi
+pkgname=python-$_pkgname
+pkgver=0.55.1
+pkgrel=1
+pkgdesc='FastAPI framework, high performance, easy to learn, fast to code, 
ready for production'
+arch=('any')
+url='https://github.com/tiangolo/fastapi'
+license=('MIT')
+depends=('python-starlette' 'python-pydantic')
+optdepends=('python-requests' 'python-aiofiles' 'python-jinja' 
'python-itsdangerous'
+'python-yaml' 'python-graphene' 'python-ujson' 'python-orjson'
+'python-email-validator' 'python-async_generator')
+makedepends=('python-build' 'python-install' 'python-flit')
+# We can't use python-pytest-runner in PEP517 workflows so I am using 
python-pyproject2setuppy as a workaround
+# Relevant: https://github.com/pytest-dev/pytest/issues/7281
+checkdepends=('python-pytest-runner' 'python-pyproject2setuppy' 
'python-pytest-cov' 'mypy'
+  'python-requests' 'python-aiofiles' 'python-jinja' 
'python-itsdangerous'
+  'python-yaml' 'python-graphene' 'python-ujson' 'python-orjson'
+  'python-email-validator' 'python-async_generator' 'python-pyjwt'
+  'python-sqlalchemy' 'python-peewee' 'python-flask' 
'python-passlib'
+  'python-bcrypt')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('2a529f2eafe04ee78e8feb54dd53b36af08ee3c90f06fbb9207c724d52b520c2a3c2ea0db4793a32b45d545aed53d4fb388e0b90364bd4b36dfc4f391d84ca34')
+
+# TODO: package python-multipart
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # don't pin starlette dependency
+  sed -i 's|starlette.*"|starlette"|' pyproject.toml
+
+  # needs python-databases
+  rm tests/test_tutorial/test_async_sql_databases/test_tutorial001.py
+
+  # need python-multipart
+  rm tests/test_forms_from_non_typing_sequences.py
+  rm tests/test_security_oauth2{,_optional}.py
+  rm tests/test_tutorial/test_request_files/test_tutorial00{1,2}.py
+  rm tests/test_tutorial/test_request_forms/test_tutorial001.py
+  rm tests/test_tutorial/test_request_forms_and_files/test_tutorial001.py
+  rm tests/test_tutorial/test_security/test_tutorial00{3,5}.py
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python -m build
+  python -m install --cache dist/*.whl
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python -m pyproject2setuppy.main pytest
+
+  mypy -p fastapi
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python -m install --skip-build -d "$pkgdir"
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 21:48:52
  Author: heftig
Revision: 387881

meson

Modified:
  gst-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 21:48:37 UTC (rev 387880)
+++ PKGBUILD2020-05-29 21:48:52 UTC (rev 387881)
@@ -27,7 +27,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 21:48:37
  Author: heftig
Revision: 387880

meson

Modified:
  gst-libav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 21:48:09 UTC (rev 387879)
+++ PKGBUILD2020-05-29 21:48:37 UTC (rev 387880)
@@ -28,7 +28,7 @@
   arch-meson $pkgname build \
 -D package-name="GStreamer FFmpeg Plugin (Arch Linux)" \
 -D package-origin="https://www.archlinux.org/;
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 21:48:09
  Author: heftig
Revision: 387879

meson

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 21:47:44 UTC (rev 387878)
+++ PKGBUILD2020-05-29 21:48:09 UTC (rev 387879)
@@ -27,11 +27,9 @@
 build() {
   arch-meson $pkgname build \
 -D gobject-cast-checks=disabled \
--D glib-asserts=disabled \
--D glib-checks=disabled \
 -D package-name="GStreamer Ugly Plugins (Arch Linux)" \
 -D package-origin="https://www.archlinux.org/;
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 21:47:44
  Author: heftig
Revision: 387878

meson

Modified:
  gst-plugins-good/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 21:47:22 UTC (rev 387877)
+++ PKGBUILD2020-05-29 21:47:44 UTC (rev 387878)
@@ -31,11 +31,9 @@
 build() {
   arch-meson $pkgname build \
 -D gobject-cast-checks=disabled \
--D glib-asserts=disabled \
--D glib-checks=disabled \
 -D package-name="GStreamer Good Plugins (Arch Linux)" \
 -D package-origin="https://www.archlinux.org/;
-  ninja -C build
+  meson compile -C build
 }
 
 check() (


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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 21:47:22
  Author: heftig
Revision: 387877

meson

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 21:47:01 UTC (rev 387876)
+++ PKGBUILD2020-05-29 21:47:22 UTC (rev 387877)
@@ -32,11 +32,9 @@
   arch-meson $pkgbase build \
 -D tremor=disabled \
 -D gobject-cast-checks=disabled \
--D glib-asserts=enabled \
--D glib-checks=enabled \
 -D package-name="GStreamer Base Plugins (Arch Linux)" \
 -D package-origin="https://www.archlinux.org/;
-  ninja -C build
+  meson compile -C build
 }
 
 check() (


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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 21:47:01
  Author: heftig
Revision: 387876

meson

Modified:
  gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 21:18:30 UTC (rev 387875)
+++ PKGBUILD2020-05-29 21:47:01 UTC (rev 387876)
@@ -30,11 +30,9 @@
 -D ptp-helper-permissions=capabilities \
 -D dbghelp=disabled \
 -D gobject-cast-checks=disabled \
--D glib-asserts=enabled \
--D glib-checks=enabled \
 -D package-name="GStreamer (Arch Linux)" \
 -D package-origin="https://www.archlinux.org/;
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


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

2020-05-29 Thread Kyle Keen via arch-commits
Date: Friday, May 29, 2020 @ 21:44:57
  Author: kkeen
Revision: 637298

archrelease: copy trunk to community-x86_64

Added:
  racket/repos/community-x86_64/PKGBUILD
(from rev 637297, racket/trunk/PKGBUILD)
Deleted:
  racket/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-29 21:44:32 UTC (rev 637297)
+++ PKGBUILD2020-05-29 21:44:57 UTC (rev 637298)
@@ -1,72 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Eric Bélanger 
-
-pkgbase=racket
-pkgname=(racket racket-minimal)
-pkgver=7.5
-pkgrel=2
-pkgdesc="A full-spectrum language with DrRacket IDE.  Formerly known as PLT 
Scheme."
-arch=('x86_64')
-url="https://racket-lang.org/;
-license=('GPL3' 'LGPL3' 'custom')
-depends=('gtk3')
-makedepends=('gsfonts' 'sqlite')
-options=('!strip' '!emptydirs')
-conflicts=('racket-docs')
-replaces=('racket-docs')
-source=("https://download.racket-lang.org/installers/${pkgver}/${pkgname}-${pkgver}-src.tgz;)
-# 
"https://mirror.racket-lang.org/installers/${pkgver}/racket-minimal-${pkgver}-src.tgz;
-sha1sums=('c24b8ef6b52fcb0c0b89754acd86b63d681f4caf')
-
-prepare() {
-  cd "$pkgbase-$pkgver"
-  echo "Icon=drracket" >> share/pkgs/drracket/drracket/drracket.desktop
-}
-
-build() {
-  cd "$pkgbase-$pkgver/src"
-  [ "$CARCH" == "x86_64" ] && export CFLAGS+=" -fPIC"
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared
-  make
-}
-
-package_racket() {
-  cd "$pkgbase-$pkgver/src"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING-libscheme.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -Dm644 ../share/pkgs/drracket/drracket/drracket.desktop 
"$pkgdir/usr/share/applications/drracket.desktop"
-  install -d "$pkgdir"/usr/share/icons/hicolor/{16x16,32x32,48x48,256x256}/apps
-  ln -s /usr/share/racket/pkgs/icons/plt-16x16.png 
"$pkgdir/usr/share/icons/hicolor/16x16/apps/drracket.png"
-  ln -s /usr/share/racket/pkgs/icons/plt-32x32.png 
"$pkgdir/usr/share/icons/hicolor/32x32/apps/drracket.png"
-  ln -s /usr/share/racket/pkgs/icons/plt-48x48.png 
"$pkgdir/usr/share/icons/hicolor/48x48/apps/drracket.png"
-  ln -s /usr/share/racket/pkgs/icons/plt-logo-red-diffuse.png 
"$pkgdir/usr/share/icons/hicolor/256x256/apps/drracket.png"
-}
-
-package_racket-minimal() {
-  pkgdesc="Minimal Racket installation, without DrRacket/docs."
-  depends=('libffi')
-  conflicts=('racket')
-  provides=('racket')
-  replaces=()
-
-  # The -minimal tarball uses the SAME extract path.
-  # 99% identical sources anyway, manually apply the difference.
-  # Thankfully these builds happen in the given order
-  # so we can save some time and reuse the previous build.
-  cd "$pkgbase-$pkgver"
-  echo '((root "pkgs/racket-lib"))' > share/links.rktd
-  _libhash=$(grep -oP '\("racket-lib".*?#f\)\)' share/pkgs/pkgs.rktd)
-  echo "#hash($_libhash)" > share/pkgs/pkgs.rktd
-  cd share/pkgs
-  find . -not -name '.' -not -name '*pkgs.rktd' -not -regex '.*/racket-lib.*' 
-delete
-  cd ../../src
-
-  make DESTDIR="${pkgdir}" install
-
-  find "$pkgdir/usr/share/doc/" -delete
-  install -d "$pkgdir/usr/share/doc/racket/"
-  touch "$pkgdir/usr/share/doc/racket/docindex.sqlite"  # FS#60413
-
-  install -Dm644 COPYING-libscheme.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: racket/repos/community-x86_64/PKGBUILD (from rev 637297, 
racket/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-29 21:44:57 UTC (rev 637298)
@@ -0,0 +1,72 @@
+# Maintainer: Kyle Keen 
+# Contributor: Eric Bélanger 
+
+pkgbase=racket
+pkgname=(racket racket-minimal)
+pkgver=7.7
+pkgrel=1
+pkgdesc="A full-spectrum language with DrRacket IDE.  Formerly known as PLT 
Scheme."
+arch=('x86_64')
+url="https://racket-lang.org/;
+license=('Apache' 'GPL3' 'LGPL3' 'custom')
+depends=('gtk3')
+makedepends=('gsfonts' 'sqlite')
+options=('!strip' '!emptydirs')
+conflicts=('racket-docs')
+replaces=('racket-docs')
+source=("https://download.racket-lang.org/installers/${pkgver}/${pkgname}-${pkgver}-src.tgz;)
+# 
"https://mirror.racket-lang.org/installers/${pkgver}/racket-minimal-${pkgver}-src.tgz;
+sha1sums=('ba0e99bf9a33ec2e32ba9f69affec085b01ea2ba')
+
+prepare() {
+  cd "$pkgbase-$pkgver"
+  echo "Icon=drracket" >> share/pkgs/drracket/drracket/drracket.desktop
+}
+
+build() {
+  cd "$pkgbase-$pkgver/src"
+  [ "$CARCH" == "x86_64" ] && export CFLAGS+=" -fPIC"
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared
+  make
+}
+
+package_racket() {
+  cd "$pkgbase-$pkgver/src"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE*.txt
+  install -Dm644 ../share/pkgs/drracket/drracket/drracket.desktop 
"$pkgdir/usr/share/applications/drracket.desktop"
+  install -d 

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

2020-05-29 Thread Kyle Keen via arch-commits
Date: Friday, May 29, 2020 @ 21:44:32
  Author: kkeen
Revision: 637297

upgpkg: racket 7.7-1

Modified:
  racket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 21:19:38 UTC (rev 637296)
+++ PKGBUILD2020-05-29 21:44:32 UTC (rev 637297)
@@ -3,12 +3,12 @@
 
 pkgbase=racket
 pkgname=(racket racket-minimal)
-pkgver=7.5
-pkgrel=2
+pkgver=7.7
+pkgrel=1
 pkgdesc="A full-spectrum language with DrRacket IDE.  Formerly known as PLT 
Scheme."
 arch=('x86_64')
 url="https://racket-lang.org/;
-license=('GPL3' 'LGPL3' 'custom')
+license=('Apache' 'GPL3' 'LGPL3' 'custom')
 depends=('gtk3')
 makedepends=('gsfonts' 'sqlite')
 options=('!strip' '!emptydirs')
@@ -16,7 +16,7 @@
 replaces=('racket-docs')
 
source=("https://download.racket-lang.org/installers/${pkgver}/${pkgname}-${pkgver}-src.tgz;)
 # 
"https://mirror.racket-lang.org/installers/${pkgver}/racket-minimal-${pkgver}-src.tgz;
-sha1sums=('c24b8ef6b52fcb0c0b89754acd86b63d681f4caf')
+sha1sums=('ba0e99bf9a33ec2e32ba9f69affec085b01ea2ba')
 
 prepare() {
   cd "$pkgbase-$pkgver"
@@ -33,8 +33,8 @@
 package_racket() {
   cd "$pkgbase-$pkgver/src"
   make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING-libscheme.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE*.txt
   install -Dm644 ../share/pkgs/drracket/drracket/drracket.desktop 
"$pkgdir/usr/share/applications/drracket.desktop"
   install -d "$pkgdir"/usr/share/icons/hicolor/{16x16,32x32,48x48,256x256}/apps
   ln -s /usr/share/racket/pkgs/icons/plt-16x16.png 
"$pkgdir/usr/share/icons/hicolor/16x16/apps/drracket.png"
@@ -68,5 +68,5 @@
   install -d "$pkgdir/usr/share/doc/racket/"
   touch "$pkgdir/usr/share/doc/racket/docindex.sqlite"  # FS#60413
 
-  install -Dm644 COPYING-libscheme.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE*.txt
 }


[arch-commits] Commit in (python-fastapi python-fastapi/repos python-fastapi/trunk)

2020-05-29 Thread Filipe Laíns via arch-commits
Date: Friday, May 29, 2020 @ 21:19:38
  Author: ffy00
Revision: 637296

add root structure

Added:
  python-fastapi/
  python-fastapi/repos/
  python-fastapi/trunk/


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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 21:18:30
  Author: heftig
Revision: 637295

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-librsvg/repos/multilib-x86_64/PKGBUILD
(from rev 637294, lib32-librsvg/trunk/PKGBUILD)
  lib32-librsvg/repos/multilib-x86_64/lto.diff
(from rev 637294, lib32-librsvg/trunk/lto.diff)
  lib32-librsvg/repos/multilib-x86_64/multilib.diff
(from rev 637294, lib32-librsvg/trunk/multilib.diff)
Deleted:
  lib32-librsvg/repos/multilib-x86_64/PKGBUILD
  lib32-librsvg/repos/multilib-x86_64/lto.diff
  lib32-librsvg/repos/multilib-x86_64/multilib.diff

---+
 PKGBUILD  |  134 
 lto.diff  |   20 
 multilib.diff |   66 +--
 3 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-29 21:17:45 UTC (rev 637294)
+++ PKGBUILD2020-05-29 21:18:30 UTC (rev 637295)
@@ -1,67 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: jtts 
-# Contributor: Jan de Groot 
-
-pkgname=lib32-librsvg
-pkgver=2.48.4
-pkgrel=1
-pkgdesc="SVG rendering library (32-bit)"
-url="https://wiki.gnome.org/Projects/LibRsvg;
-arch=(x86_64)
-license=(LGPL)
-depends=(lib32-gdk-pixbuf2 lib32-pango lib32-libxml2 librsvg)
-makedepends=(gobject-introspection gtk-doc git rust lib32-rust-libs)
-checkdepends=(ttf-dejavu)
-provides=(librsvg-${pkgver%%.*}.so)
-_commit=02b95cbc15643716372be53bb2982966c2fbd7b6  # tags/2.48.4^0
-source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
-lto.diff multilib.diff)
-sha256sums=('SKIP'
-'3cc8ad1af515b2cb4071f0647319c1cf3280dc054875634239061800af1616b6'
-'c32283a724e8d1a87ad64330ee72781396b6f439dcae0f56da074e9a988ec544')
-
-pkgver() {
-  cd librsvg
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd librsvg
-
-  # Turn LTO back on
-  git apply -3 ../lto.diff
-
-  # Hack to cross-compile rust only
-  git apply -3 ../multilib.diff
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-  export RUST_TARGET=i686-unknown-linux-gnu
-
-  cd librsvg
-  ./configure --prefix=/usr --disable-static --disable-vala \
---disable-gtk-doc --disable-introspection --libdir=/usr/lib32
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-}
-
-check() {
-  cd librsvg
-  # Reftests are probably broken
-  # some reference images were created without the requested fonts
-  make check || :
-}
-
-package() {
-  cd librsvg
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-librsvg/repos/multilib-x86_64/PKGBUILD (from rev 637294, 
lib32-librsvg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-29 21:18:30 UTC (rev 637295)
@@ -0,0 +1,67 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: jtts 
+# Contributor: Jan de Groot 
+
+pkgname=lib32-librsvg
+pkgver=2.48.5
+pkgrel=1
+pkgdesc="SVG rendering library (32-bit)"
+url="https://wiki.gnome.org/Projects/LibRsvg;
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-gdk-pixbuf2 lib32-pango lib32-libxml2 librsvg)
+makedepends=(gobject-introspection gtk-doc git rust lib32-rust-libs)
+checkdepends=(ttf-dejavu)
+provides=(librsvg-${pkgver%%.*}.so)
+_commit=b85e41b72a8921e85b0a2a77558332d8f7919cfa  # tags/2.48.5^0
+source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
+lto.diff multilib.diff)
+sha256sums=('SKIP'
+'3cc8ad1af515b2cb4071f0647319c1cf3280dc054875634239061800af1616b6'
+'c32283a724e8d1a87ad64330ee72781396b6f439dcae0f56da074e9a988ec544')
+
+pkgver() {
+  cd librsvg
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd librsvg
+
+  # Turn LTO back on
+  git apply -3 ../lto.diff
+
+  # Hack to cross-compile rust only
+  git apply -3 ../multilib.diff
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+  export RUST_TARGET=i686-unknown-linux-gnu
+
+  cd librsvg
+  ./configure --prefix=/usr --disable-static --disable-vala \
+--disable-gtk-doc --disable-introspection --libdir=/usr/lib32
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd librsvg
+  # Reftests are probably broken
+  # some reference images were created without the requested fonts
+  make check || :
+}
+
+package() {
+  cd librsvg
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: lto.diff
===
--- lto.diff2020-05-29 21:17:45 UTC (rev 

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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 21:18:30
  Author: heftig
Revision: 387875

archrelease: copy trunk to extra-x86_64

Added:
  librsvg/repos/extra-x86_64/PKGBUILD
(from rev 387873, librsvg/trunk/PKGBUILD)
  librsvg/repos/extra-x86_64/lto.diff
(from rev 387874, librsvg/trunk/lto.diff)
Deleted:
  librsvg/repos/extra-x86_64/PKGBUILD
  librsvg/repos/extra-x86_64/lto.diff

--+
 PKGBUILD |  112 ++---
 lto.diff |   20 +-
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-29 21:18:28 UTC (rev 387874)
+++ PKGBUILD2020-05-29 21:18:30 UTC (rev 387875)
@@ -1,56 +0,0 @@
-# Maintainer: Jan de Groot 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=librsvg
-pkgver=2.48.4
-pkgrel=1
-epoch=2
-pkgdesc="SVG rendering library"
-url="https://wiki.gnome.org/Projects/LibRsvg;
-arch=(x86_64)
-license=(LGPL)
-depends=(gdk-pixbuf2 pango)
-makedepends=(gobject-introspection vala gtk-doc git rust)
-checkdepends=(ttf-dejavu)
-provides=(librsvg-${pkgver%%.*}.so)
-_commit=02b95cbc15643716372be53bb2982966c2fbd7b6  # tags/2.48.4^0
-source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
-lto.diff)
-sha256sums=('SKIP'
-'3cc8ad1af515b2cb4071f0647319c1cf3280dc054875634239061800af1616b6')
-
-pkgver() {
-  cd librsvg
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd librsvg
-
-  # Turn LTO back on
-  git apply -3 ../lto.diff
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd librsvg
-  ./configure --prefix=/usr --disable-static --enable-vala \
---enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-}
-
-check() {
-  cd librsvg
-  # Reftests are probably broken
-  # some reference images were created without the requested fonts
-  make check || :
-}
-
-package() {
-  cd librsvg
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: librsvg/repos/extra-x86_64/PKGBUILD (from rev 387873, 
librsvg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-29 21:18:30 UTC (rev 387875)
@@ -0,0 +1,56 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=librsvg
+pkgver=2.48.5
+pkgrel=1
+epoch=2
+pkgdesc="SVG rendering library"
+url="https://wiki.gnome.org/Projects/LibRsvg;
+arch=(x86_64)
+license=(LGPL)
+depends=(gdk-pixbuf2 pango)
+makedepends=(gobject-introspection vala gtk-doc git rust)
+checkdepends=(ttf-dejavu)
+provides=(librsvg-${pkgver%%.*}.so)
+_commit=b85e41b72a8921e85b0a2a77558332d8f7919cfa  # tags/2.48.5^0
+source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
+lto.diff)
+sha256sums=('SKIP'
+'3cc8ad1af515b2cb4071f0647319c1cf3280dc054875634239061800af1616b6')
+
+pkgver() {
+  cd librsvg
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd librsvg
+
+  # Turn LTO back on
+  git apply -3 ../lto.diff
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd librsvg
+  ./configure --prefix=/usr --disable-static --enable-vala \
+--enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd librsvg
+  # Reftests are probably broken
+  # some reference images were created without the requested fonts
+  make check || :
+}
+
+package() {
+  cd librsvg
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: lto.diff
===
--- lto.diff2020-05-29 21:18:28 UTC (rev 387874)
+++ lto.diff2020-05-29 21:18:30 UTC (rev 387875)
@@ -1,10 +0,0 @@
-diff --git i/Cargo.toml w/Cargo.toml
-index 818fa620..c776b113 100644
 i/Cargo.toml
-+++ w/Cargo.toml
-@@ -8,3 +8,5 @@ members = [
- 
- [profile.release]
- debug = true
-+lto = "fat"
-+codegen-units = 1

Copied: librsvg/repos/extra-x86_64/lto.diff (from rev 387874, 
librsvg/trunk/lto.diff)
===
--- lto.diff(rev 0)
+++ lto.diff2020-05-29 21:18:30 UTC (rev 387875)
@@ -0,0 +1,10 @@
+diff --git i/Cargo.toml w/Cargo.toml
+index 818fa620..c776b113 100644
+--- i/Cargo.toml
 w/Cargo.toml
+@@ -8,3 +8,5 @@ members = [
+ 
+ [profile.release]
+ debug = true
++lto = "fat"
++codegen-units = 1


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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 21:18:28
  Author: heftig
Revision: 387874

archrelease: copy trunk to extra-x86_64

Added:
  vte3/repos/extra-x86_64/PKGBUILD
(from rev 387873, vte3/trunk/PKGBUILD)
Deleted:
  vte3/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-29 21:17:49 UTC (rev 387873)
+++ PKGBUILD2020-05-29 21:18:28 UTC (rev 387874)
@@ -1,63 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.60.2
-pkgrel=2
-pkgdesc="Virtual Terminal Emulator widget"
-url="https://wiki.gnome.org/Apps/Terminal/VTE;
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk3 pcre2 gnutls fribidi systemd-libs)
-makedepends=(gobject-introspection vala git gtk-doc gperf meson)
-_commit=c893450ae32b85870df3313021d9ce1fdfcbe49e  # tags/0.60.2^0
-source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd vte
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd vte
-}
-
-build() {
-  arch-meson vte build -D docs=true -D b_lto=false
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_vte3() {
-  depends+=(vte-common)
-  provides+=(libvte-2.91.so)
-
-  DESTDIR="$pkgdir" meson install -C build
-
-### Split vte-common
-  _pick vte-common "$pkgdir"/etc/profile.d
-  _pick vte-common "$pkgdir"/usr/lib/{systemd,vte-urlencode-cwd}
-}
-
-package_vte-common() {
-  pkgdesc="Files shared by VTE libraries"
-  depends=(sh)
-  mv vte-common/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: vte3/repos/extra-x86_64/PKGBUILD (from rev 387873, vte3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-29 21:18:28 UTC (rev 387874)
@@ -0,0 +1,63 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.60.3
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget"
+url="https://wiki.gnome.org/Apps/Terminal/VTE;
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3 pcre2 gnutls fribidi systemd-libs)
+makedepends=(gobject-introspection vala git gtk-doc gperf meson)
+_commit=14e68fbe47de262e8b25d8bbbf6eef6fd7c28cc2  # tags/0.60.3^0
+source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd vte
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd vte
+}
+
+build() {
+  arch-meson vte build -D docs=true -D b_lto=false
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_vte3() {
+  depends+=(vte-common)
+  provides+=(libvte-2.91.so)
+
+  DESTDIR="$pkgdir" meson install -C build
+
+### Split vte-common
+  _pick vte-common "$pkgdir"/etc/profile.d
+  _pick vte-common "$pkgdir"/usr/lib/{systemd,vte-urlencode-cwd}
+}
+
+package_vte-common() {
+  pkgdesc="Files shared by VTE libraries"
+  depends=(sh)
+  mv vte-common/* "$pkgdir"
+}
+
+# vim:set sw=2 et:


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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 21:17:49
  Author: heftig
Revision: 387873

0.60.3-1

Modified:
  vte3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 21:17:44 UTC (rev 387872)
+++ PKGBUILD2020-05-29 21:17:49 UTC (rev 387873)
@@ -3,8 +3,8 @@
 
 pkgbase=vte3
 pkgname=(vte3 vte-common)
-pkgver=0.60.2
-pkgrel=2
+pkgver=0.60.3
+pkgrel=1
 pkgdesc="Virtual Terminal Emulator widget"
 url="https://wiki.gnome.org/Apps/Terminal/VTE;
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(LGPL)
 depends=(gtk3 pcre2 gnutls fribidi systemd-libs)
 makedepends=(gobject-introspection vala git gtk-doc gperf meson)
-_commit=c893450ae32b85870df3313021d9ce1fdfcbe49e  # tags/0.60.2^0
+_commit=14e68fbe47de262e8b25d8bbbf6eef6fd7c28cc2  # tags/0.60.3^0
 source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 21:17:44
  Author: heftig
Revision: 387872

2.48.5-1

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 21:05:05 UTC (rev 387871)
+++ PKGBUILD2020-05-29 21:17:44 UTC (rev 387872)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=librsvg
-pkgver=2.48.4
+pkgver=2.48.5
 pkgrel=1
 epoch=2
 pkgdesc="SVG rendering library"
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection vala gtk-doc git rust)
 checkdepends=(ttf-dejavu)
 provides=(librsvg-${pkgver%%.*}.so)
-_commit=02b95cbc15643716372be53bb2982966c2fbd7b6  # tags/2.48.4^0
+_commit=b85e41b72a8921e85b0a2a77558332d8f7919cfa  # tags/2.48.5^0
 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
 lto.diff)
 sha256sums=('SKIP'


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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 21:17:45
  Author: heftig
Revision: 637294

2.48.5-1

Modified:
  lib32-librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 21:16:13 UTC (rev 637293)
+++ PKGBUILD2020-05-29 21:17:45 UTC (rev 637294)
@@ -4,7 +4,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=lib32-librsvg
-pkgver=2.48.4
+pkgver=2.48.5
 pkgrel=1
 pkgdesc="SVG rendering library (32-bit)"
 url="https://wiki.gnome.org/Projects/LibRsvg;
@@ -14,7 +14,7 @@
 makedepends=(gobject-introspection gtk-doc git rust lib32-rust-libs)
 checkdepends=(ttf-dejavu)
 provides=(librsvg-${pkgver%%.*}.so)
-_commit=02b95cbc15643716372be53bb2982966c2fbd7b6  # tags/2.48.4^0
+_commit=b85e41b72a8921e85b0a2a77558332d8f7919cfa  # tags/2.48.5^0
 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
 lto.diff multilib.diff)
 sha256sums=('SKIP'


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

2020-05-29 Thread Filipe Laíns via arch-commits
Date: Friday, May 29, 2020 @ 21:16:13
  Author: ffy00
Revision: 637293

archrelease: copy trunk to community-any

Added:
  python-starlette/repos/community-any/
  python-starlette/repos/community-any/PKGBUILD
(from rev 637292, python-starlette/trunk/PKGBUILD)

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

Copied: python-starlette/repos/community-any/PKGBUILD (from rev 637292, 
python-starlette/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-05-29 21:16:13 UTC (rev 637293)
@@ -0,0 +1,54 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=starlette
+pkgname=python-$_pkgname
+pkgver=0.13.4
+pkgrel=1
+pkgdesc='The little ASGI framework that shines'
+arch=('any')
+url='https://github.com/encode/starlette'
+license=('BSD')
+depends=('python')
+optdepends=('python-aiofiles' 'python-graphene' 'python-itsdangerous' 
'python-jinja'
+'python-yaml' 'python-requests' 'python-ujson')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner'
+  'python-aiofiles' 'python-graphene' 'python-itsdangerous' 
'python-jinja'
+  'python-yaml' 'python-requests' 'python-ujson')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('ca986f60f1735b73844648c92aec6f4b3695923c806fcab9321912a38c8e53c6c9cd1373ee4912d7bbfe0052666507ad625ae1d16dbf80459534c066aaec828b')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # python-graphene is broken (FS#66833)
+  rm tests/test_graphql.py
+
+  # needs python-multipart
+  rm tests/test_formparsers.py
+
+  # needs python-databases
+  rm tests/test_database.py
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  # test_request_form_urlencoded needs python-multipart
+  python setup.py pytest --addopts -k-test_request_form_urlencoded
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2020-05-29 Thread Filipe Laíns via arch-commits
Date: Friday, May 29, 2020 @ 21:16:03
  Author: ffy00
Revision: 637292

upgpkg: python-starlette 0.13.4-1

Added:
  python-starlette/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-29 21:16:03 UTC (rev 637292)
@@ -0,0 +1,54 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=starlette
+pkgname=python-$_pkgname
+pkgver=0.13.4
+pkgrel=1
+pkgdesc='The little ASGI framework that shines'
+arch=('any')
+url='https://github.com/encode/starlette'
+license=('BSD')
+depends=('python')
+optdepends=('python-aiofiles' 'python-graphene' 'python-itsdangerous' 
'python-jinja'
+'python-yaml' 'python-requests' 'python-ujson')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner'
+  'python-aiofiles' 'python-graphene' 'python-itsdangerous' 
'python-jinja'
+  'python-yaml' 'python-requests' 'python-ujson')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('ca986f60f1735b73844648c92aec6f4b3695923c806fcab9321912a38c8e53c6c9cd1373ee4912d7bbfe0052666507ad625ae1d16dbf80459534c066aaec828b')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # python-graphene is broken (FS#66833)
+  rm tests/test_graphql.py
+
+  # needs python-multipart
+  rm tests/test_formparsers.py
+
+  # needs python-databases
+  rm tests/test_database.py
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  # test_request_form_urlencoded needs python-multipart
+  python setup.py pytest --addopts -k-test_request_form_urlencoded
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 20:55:38
  Author: heftig
Revision: 387870

archrelease: copy trunk to staging-x86_64

Added:
  vlc/repos/staging-x86_64/
  vlc/repos/staging-x86_64/PKGBUILD
(from rev 387869, vlc/trunk/PKGBUILD)
  vlc/repos/staging-x86_64/lua53_compat.patch
(from rev 387869, vlc/trunk/lua53_compat.patch)
  vlc/repos/staging-x86_64/qt_5_15.patch
(from rev 387869, vlc/trunk/qt_5_15.patch)
  vlc/repos/staging-x86_64/update-vlc-plugin-cache.hook
(from rev 387869, vlc/trunk/update-vlc-plugin-cache.hook)

--+
 PKGBUILD |  246 +
 lua53_compat.patch   |   30 +
 qt_5_15.patch|   33 +
 update-vlc-plugin-cache.hook |   11 +
 4 files changed, 320 insertions(+)

Copied: vlc/repos/staging-x86_64/PKGBUILD (from rev 387869, vlc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-29 20:55:38 UTC (rev 387870)
@@ -0,0 +1,246 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Sarah Hay 
+# Contributor: Martin Sandsmark 
+
+pkgname=vlc
+_vlcver=3.0.10
+# optional fixup version including hyphen
+_vlcfixupver=
+pkgver=${_vlcver}${_vlcfixupver//-/.r}
+pkgrel=3
+pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
+url='https://www.videolan.org/vlc/'
+arch=('x86_64')
+license=('LGPL2.1' 'GPL2')
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua' 'libidn'
+ 'libmatroska' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 'libmad'
+ 'libmpeg2' 'xcb-util-keysyms' 'libtar' 'libxinerama' 'libsecret'
+ 'libarchive' 'qt5-base' 'qt5-x11extras' 'qt5-svg' 'freetype2'
+ 'fribidi' 'harfbuzz' 'fontconfig' 'libxml2' 'gnutls' 'libplacebo'
+ 'wayland-protocols' 'aribb24')
+makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
+ 'flac' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
+ 'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'systemd-libs'
+ 'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss' 'smbclient'
+ 'vcdimager' 'libssh2' 'mesa' 'protobuf' 'libnfs' 'mpg123'
+ 'libdvdread' 'libdvdnav' 'libogg' 'libshout' 'libmodplug' 'libvpx'
+ 'libvorbis' 'speex' 'opus' 'libtheora' 'libpng' 'libjpeg-turbo'
+ 'libx265.so' 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger'
+ 'sdl_image' 'libpulse' 'alsa-lib' 'jack' 'libsamplerate' 'libsoxr'
+ 'lirc' 'libgoom2' 'projectm' 'chromaprint' 'aom' 'srt' 'dav1d')
+optdepends=('avahi: service discovery using bonjour protocol'
+'aom: AOM AV1 codec'
+'gst-plugins-base-libs: for libgst plugins'
+'dav1d: dav1d AV1 decoder'
+'libdvdcss: decoding encrypted DVDs'
+'libavc1394: devices using the 1394ta AV/C'
+'libdc1394: IEEE 1394 access plugin'
+'kwallet: kwallet keystore'
+'libva-vdpau-driver: vdpau backend nvidia'
+'libva-intel-driver: video backend intel'
+'libbluray: Blu-Ray video input'
+'flac: Free Lossless Audio Codec plugin'
+'twolame: TwoLAME mpeg2 encoder plugin'
+'libgme: Game Music Emu plugin'
+'vcdimager: navigate VCD with libvcdinfo'
+'libmtp: MTP devices discovery'
+'systemd-libs: udev services discovery'
+'smbclient: SMB access plugin'
+'libcdio: audio CD playback'
+'gnu-free-fonts: subtitle font '
+'ttf-dejavu: subtitle font'
+'libssh2: sftp access'
+'libnfs: NFS access'
+'mpg123: mpg123 codec'
+'protobuf: chromecast streaming'
+'libmicrodns: mDNS services discovery (chromecast etc)'
+'lua-socket: http interface'
+'live-media: RTSP input'
+'libdvdread: DVD input module'
+'libdvdnav: DVD with navigation input module'
+'libogg: Ogg and OggSpots codec'
+'libshout: shoutcast/icecast output plugin'
+'libmodplug: MOD output plugin'
+'libvpx: VP8 and VP9 codec'
+'libvorbis: Vorbis decoder/encoder'
+'speex: Speex codec'
+'opus: opus codec'
+'libtheora: theora codec'
+'libpng: PNG support'
+'libjpeg-turbo: JPEG support'
+'librsvg: SVG plugin'
+'x264: H264 encoding'
+'x265: HEVC/H.265 encoder'
+'zvbi: VBI/Teletext/webcam/v4l2 capture/decoding'
+'libass: Subtitle support'
+'libkate: Kate codec'
+'libtiger: Tiger rendering for Kate streams'
+'sdl_image: SDL image support'
+'srt: SRT input/output plugin'
+'aalib: ASCII art video output'
+

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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 20:55:10
  Author: heftig
Revision: 387869

3.0.10-3: aom rebuild

Added:
  vlc/trunk/qt_5_15.patch
Modified:
  vlc/trunk/PKGBUILD

---+
 PKGBUILD  |4 +++-
 qt_5_15.patch |   33 +
 2 files changed, 36 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 20:30:23 UTC (rev 387868)
+++ PKGBUILD2020-05-29 20:55:10 UTC (rev 387869)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=2
+pkgrel=3
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -97,10 +97,12 @@
 options=('!emptydirs')
 
source=(https://download.videolan.org/${pkgname}/${_vlcver}/${pkgname}-${_vlcver}${_vlcfixupver}.tar.xz{,.asc}
 update-vlc-plugin-cache.hook
+qt_5_15.patch
 lua53_compat.patch)
 
sha512sums=('dcfa39e3e61bf522ea3a0e1686251356ec262dd8826fc64ccae5ac34a62f72ddc9fe9f2e2b45588013d5907e39649cf39d0c9156980d1eb679eac9b9cb434341'
 'SKIP'
 
'b247510ffeadfd439a5dadd170c91900b6cdb05b5ca00d38b1a17c720ffe5a9f75a32e0cb1af5ebefdf1c23c5acc53513ed983a736e8fa30dd8fad237ef49dd3'
+
'43446257248461e7e6c237dbc63d58b994f4ce527573ff67437e3bade6ffb752aad94de19309c9cdca5f513e5c42f9d0c8b1db36198af6d41e18d3634c08761f'
 
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f')
 validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
 

Added: qt_5_15.patch
===
--- qt_5_15.patch   (rev 0)
+++ qt_5_15.patch   2020-05-29 20:55:10 UTC (rev 387869)
@@ -0,0 +1,33 @@
+diff -u -r vlc-3.0.10/modules/gui/qt/components/playlist/views.cpp 
vlc-3.0.10-qt-5.15/modules/gui/qt/components/playlist/views.cpp
+--- vlc-3.0.10/modules/gui/qt/components/playlist/views.cpp2017-11-24 
15:29:17.0 +
 vlc-3.0.10-qt-5.15/modules/gui/qt/components/playlist/views.cpp
2020-05-29 20:50:09.267959371 +
+@@ -27,6 +27,7 @@
+ #include "input_manager.hpp"  /* THEMIM */
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+diff -u -r vlc-3.0.10/modules/gui/qt/dialogs/plugins.cpp 
vlc-3.0.10-qt-5.15/modules/gui/qt/dialogs/plugins.cpp
+--- vlc-3.0.10/modules/gui/qt/dialogs/plugins.cpp  2017-11-24 
15:29:17.0 +
 vlc-3.0.10-qt-5.15/modules/gui/qt/dialogs/plugins.cpp  2020-05-29 
20:49:44.114275108 +
+@@ -53,6 +53,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+diff -u -r vlc-3.0.10/modules/gui/qt/util/timetooltip.hpp 
vlc-3.0.10-qt-5.15/modules/gui/qt/util/timetooltip.hpp
+--- vlc-3.0.10/modules/gui/qt/util/timetooltip.hpp 2018-05-03 
12:03:21.0 +
 vlc-3.0.10-qt-5.15/modules/gui/qt/util/timetooltip.hpp 2020-05-29 
20:40:30.306628713 +
+@@ -24,6 +24,7 @@
+ 
+ #include "qt.hpp"
+ 
++#include 
+ #include 
+ 
+ class TimeTooltip : public QWidget


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

2020-05-29 Thread Filipe Laíns via arch-commits
Date: Friday, May 29, 2020 @ 20:50:44
  Author: ffy00
Revision: 637290

archrelease: copy trunk to community-any

Added:
  python-pydantic/repos/community-any/
  python-pydantic/repos/community-any/PKGBUILD
(from rev 637289, python-pydantic/trunk/PKGBUILD)

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

Copied: python-pydantic/repos/community-any/PKGBUILD (from rev 637289, 
python-pydantic/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-05-29 20:50:44 UTC (rev 637290)
@@ -0,0 +1,40 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=pydantic
+pkgname=python-$_pkgname
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='Data parsing and validation using Python type hints'
+arch=('any')
+url='https://github.com/samuelcolvin/pydantic'
+license=('MIT')
+depends=('python')
+optdepends=('python-email-validator: email'
+'python-typing-extensions: typing_extensions')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('beadba0f57bd669ac97f4d7288cdf9598f6c791f46258ba75a3ec93361ebba010d7b1784e8b50534b12f9fb3606e8cc0cbbc7a9321a1d9a6a29e1e73a057f9c4')
+
+prepare() {
+  rm $_pkgname-$pkgver/tests/test_validators.py
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


[arch-commits] Commit in (3 files)

2020-05-29 Thread Filipe Laíns via arch-commits
Date: Friday, May 29, 2020 @ 20:51:22
  Author: ffy00
Revision: 637291

add root structure

Added:
  python-starlette/
  python-starlette/repos/
  python-starlette/trunk/


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

2020-05-29 Thread Filipe Laíns via arch-commits
Date: Friday, May 29, 2020 @ 20:50:41
  Author: ffy00
Revision: 637289

upgpkg: python-pydantic 1.5.1-1

Added:
  python-pydantic/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-29 20:50:41 UTC (rev 637289)
@@ -0,0 +1,40 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=pydantic
+pkgname=python-$_pkgname
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='Data parsing and validation using Python type hints'
+arch=('any')
+url='https://github.com/samuelcolvin/pydantic'
+license=('MIT')
+depends=('python')
+optdepends=('python-email-validator: email'
+'python-typing-extensions: typing_extensions')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('beadba0f57bd669ac97f4d7288cdf9598f6c791f46258ba75a3ec93361ebba010d7b1784e8b50534b12f9fb3606e8cc0cbbc7a9321a1d9a6a29e1e73a057f9c4')
+
+prepare() {
+  rm $_pkgname-$pkgver/tests/test_validators.py
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


[arch-commits] Commit in (3 files)

2020-05-29 Thread Filipe Laíns via arch-commits
Date: Friday, May 29, 2020 @ 20:43:23
  Author: ffy00
Revision: 637288

add root structure

Added:
  python-pydantic/
  python-pydantic/repos/
  python-pydantic/trunk/


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

2020-05-29 Thread Filipe Laíns via arch-commits
Date: Friday, May 29, 2020 @ 20:41:55
  Author: ffy00
Revision: 637286

upgpkg: python-flit 2.3.0-3 (fix missing dependencies in python-flit)

Modified:
  python-flit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 20:37:31 UTC (rev 637285)
+++ PKGBUILD2020-05-29 20:41:55 UTC (rev 637286)
@@ -4,7 +4,7 @@
 pkgbase=python-$_pkgname
 pkgname=($pkgbase{,-core})
 pkgver=2.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Simplified packaging of Python modules'
 arch=('any')
 url='https://github.com/takluyver/flit'
@@ -38,7 +38,7 @@
 }
 
 package_python-flit() {
-  dependens+=('python-flit-core' 'python-requests' 'python-docutils' 
'python-pytoml')
+  depends+=('python-flit-core' 'python-requests' 'python-docutils' 
'python-pytoml')
 
   cd $_pkgname-$pkgver
 


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

2020-05-29 Thread Filipe Laíns via arch-commits
Date: Friday, May 29, 2020 @ 20:41:59
  Author: ffy00
Revision: 637287

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-29 20:41:55 UTC (rev 637286)
+++ PKGBUILD2020-05-29 20:41:59 UTC (rev 637287)
@@ -1,59 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=flit
-pkgbase=python-$_pkgname
-pkgname=($pkgbase{,-core})
-pkgver=2.3.0
-pkgrel=2
-pkgdesc='Simplified packaging of Python modules'
-arch=('any')
-url='https://github.com/takluyver/flit'
-license=('BSD')
-depends=('python')
-makedepends=('python-build' 'python-install' 'python-pyproject2setuppy'
- 'python-requests' 'python-docutils' 'python-pytoml')
-checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-testpath' 
'python-responses')
-source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('d60ad9ac7d5a0af7a5f8ed095c3f828a714b7f1aa27609e4baa89cd4d9a51da37749bccb9b794c0c3c37cee3cc073b9a251d49b2c18f5b1b2902c7a0838b527c')
-
-prepare() {
-  rm $_pkgname-$pkgver/tests/test_installfrom.py
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  PYTHONPATH=flit_core python -m pyproject2setuppy.main build
-
-  cd flit_core
-
-  python -m build
-  python -m install --cache dist/*.whl
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  PYTHONPATH=flit_core python -m pyproject2setuppy.main pytest
-}
-
-package_python-flit() {
-  dependens+=('python-flit-core' 'python-requests' 'python-docutils' 
'python-pytoml')
-
-  cd $_pkgname-$pkgver
-
-  PYTHONPATH=flit_core python -m pyproject2setuppy.main install 
--root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-flit-core() {
-  pkgdesc+=' (core backend)'
-
-  cd $_pkgname-$pkgver/flit_core
-
-  python -m install --skip-build -d "$pkgdir" dist/*.whl
-
-  install -Dm 644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-flit/repos/community-any/PKGBUILD (from rev 637286, 
python-flit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-29 20:41:59 UTC (rev 637287)
@@ -0,0 +1,59 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=flit
+pkgbase=python-$_pkgname
+pkgname=($pkgbase{,-core})
+pkgver=2.3.0
+pkgrel=3
+pkgdesc='Simplified packaging of Python modules'
+arch=('any')
+url='https://github.com/takluyver/flit'
+license=('BSD')
+depends=('python')
+makedepends=('python-build' 'python-install' 'python-pyproject2setuppy'
+ 'python-requests' 'python-docutils' 'python-pytoml')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-testpath' 
'python-responses')
+source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('d60ad9ac7d5a0af7a5f8ed095c3f828a714b7f1aa27609e4baa89cd4d9a51da37749bccb9b794c0c3c37cee3cc073b9a251d49b2c18f5b1b2902c7a0838b527c')
+
+prepare() {
+  rm $_pkgname-$pkgver/tests/test_installfrom.py
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  PYTHONPATH=flit_core python -m pyproject2setuppy.main build
+
+  cd flit_core
+
+  python -m build
+  python -m install --cache dist/*.whl
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  PYTHONPATH=flit_core python -m pyproject2setuppy.main pytest
+}
+
+package_python-flit() {
+  depends+=('python-flit-core' 'python-requests' 'python-docutils' 
'python-pytoml')
+
+  cd $_pkgname-$pkgver
+
+  PYTHONPATH=flit_core python -m pyproject2setuppy.main install 
--root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-flit-core() {
+  pkgdesc+=' (core backend)'
+
+  cd $_pkgname-$pkgver/flit_core
+
+  python -m install --skip-build -d "$pkgdir" dist/*.whl
+
+  install -Dm 644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2020-05-29 Thread Filipe Laíns via arch-commits
Date: Friday, May 29, 2020 @ 20:37:31
  Author: ffy00
Revision: 637285

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-29 20:37:22 UTC (rev 637284)
+++ PKGBUILD2020-05-29 20:37:31 UTC (rev 637285)
@@ -1,52 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=flit
-pkgbase=python-$_pkgname
-#pkgname=($pkgbase{,-core})
-pkgname=$pkgbase-core
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='Simplified packaging of Python modules'
-arch=('any')
-url='https://github.com/takluyver/flit'
-license=('BSD')
-makedepends=('python-build' 'python-install') # 'python-pyproject2setuppy'
-# 'python-requests' 'python-docutils' 'python-pytoml')
-#checkdepends=('python-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('d60ad9ac7d5a0af7a5f8ed095c3f828a714b7f1aa27609e4baa89cd4d9a51da37749bccb9b794c0c3c37cee3cc073b9a251d49b2c18f5b1b2902c7a0838b527c')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  # blocked by pyproject2setuppy not supporting flit.scripts
-  #PYTHONPATH=flit_core python -m pyproject2setuppy.main build
-
-  cd flit_core
-
-  python -m build
-  python -m install --cache dist/*.whl
-}
-
-#check() {
-#  cd $_pkgname-$pkgver
-#
-#  python -m pyproject2setuppy.main pytest
-#}
-
-#package_python-flit() {
-#  dependencies=('python-flit-core' 'python-requests' 'python-docutils' 
'python-pytoml')
-#
-#  cd $_pkgname-$pkgver
-#
-#  python -m pyproject2setuppy.main install --root="$pkgdir" --optimize=1 
--skip-build
-#}
-
-package_python-flit-core() {
-  pkgdesc+=' (core backend)'
-
-  cd $_pkgname-$pkgver/flit_core
-
-  python -m install --skip-build -d "$pkgdir" dist/*.whl
-}
-

Copied: python-flit/repos/community-any/PKGBUILD (from rev 637284, 
python-flit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-29 20:37:31 UTC (rev 637285)
@@ -0,0 +1,59 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=flit
+pkgbase=python-$_pkgname
+pkgname=($pkgbase{,-core})
+pkgver=2.3.0
+pkgrel=2
+pkgdesc='Simplified packaging of Python modules'
+arch=('any')
+url='https://github.com/takluyver/flit'
+license=('BSD')
+depends=('python')
+makedepends=('python-build' 'python-install' 'python-pyproject2setuppy'
+ 'python-requests' 'python-docutils' 'python-pytoml')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-testpath' 
'python-responses')
+source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('d60ad9ac7d5a0af7a5f8ed095c3f828a714b7f1aa27609e4baa89cd4d9a51da37749bccb9b794c0c3c37cee3cc073b9a251d49b2c18f5b1b2902c7a0838b527c')
+
+prepare() {
+  rm $_pkgname-$pkgver/tests/test_installfrom.py
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  PYTHONPATH=flit_core python -m pyproject2setuppy.main build
+
+  cd flit_core
+
+  python -m build
+  python -m install --cache dist/*.whl
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  PYTHONPATH=flit_core python -m pyproject2setuppy.main pytest
+}
+
+package_python-flit() {
+  dependens+=('python-flit-core' 'python-requests' 'python-docutils' 
'python-pytoml')
+
+  cd $_pkgname-$pkgver
+
+  PYTHONPATH=flit_core python -m pyproject2setuppy.main install 
--root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-flit-core() {
+  pkgdesc+=' (core backend)'
+
+  cd $_pkgname-$pkgver/flit_core
+
+  python -m install --skip-build -d "$pkgdir" dist/*.whl
+
+  install -Dm 644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2020-05-29 Thread Filipe Laíns via arch-commits
Date: Friday, May 29, 2020 @ 20:37:22
  Author: ffy00
Revision: 637284

upgpkg: python-flit 2.3.0-2 (release python-flit)

Modified:
  python-flit/trunk/PKGBUILD

--+
 PKGBUILD |   47 +++
 1 file changed, 27 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 20:24:40 UTC (rev 637283)
+++ PKGBUILD2020-05-29 20:37:22 UTC (rev 637284)
@@ -2,25 +2,28 @@
 
 _pkgname=flit
 pkgbase=python-$_pkgname
-#pkgname=($pkgbase{,-core})
-pkgname=$pkgbase-core
+pkgname=($pkgbase{,-core})
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Simplified packaging of Python modules'
 arch=('any')
 url='https://github.com/takluyver/flit'
 license=('BSD')
-makedepends=('python-build' 'python-install') # 'python-pyproject2setuppy'
-# 'python-requests' 'python-docutils' 'python-pytoml')
-#checkdepends=('python-pytest-runner')
+depends=('python')
+makedepends=('python-build' 'python-install' 'python-pyproject2setuppy'
+ 'python-requests' 'python-docutils' 'python-pytoml')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-testpath' 
'python-responses')
 source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
 
sha512sums=('d60ad9ac7d5a0af7a5f8ed095c3f828a714b7f1aa27609e4baa89cd4d9a51da37749bccb9b794c0c3c37cee3cc073b9a251d49b2c18f5b1b2902c7a0838b527c')
 
+prepare() {
+  rm $_pkgname-$pkgver/tests/test_installfrom.py
+}
+
 build() {
   cd $_pkgname-$pkgver
 
-  # blocked by pyproject2setuppy not supporting flit.scripts
-  #PYTHONPATH=flit_core python -m pyproject2setuppy.main build
+  PYTHONPATH=flit_core python -m pyproject2setuppy.main build
 
   cd flit_core
 
@@ -28,20 +31,22 @@
   python -m install --cache dist/*.whl
 }
 
-#check() {
-#  cd $_pkgname-$pkgver
-#
-#  python -m pyproject2setuppy.main pytest
-#}
+check() {
+  cd $_pkgname-$pkgver
 
-#package_python-flit() {
-#  dependencies=('python-flit-core' 'python-requests' 'python-docutils' 
'python-pytoml')
-#
-#  cd $_pkgname-$pkgver
-#
-#  python -m pyproject2setuppy.main install --root="$pkgdir" --optimize=1 
--skip-build
-#}
+  PYTHONPATH=flit_core python -m pyproject2setuppy.main pytest
+}
 
+package_python-flit() {
+  dependens+=('python-flit-core' 'python-requests' 'python-docutils' 
'python-pytoml')
+
+  cd $_pkgname-$pkgver
+
+  PYTHONPATH=flit_core python -m pyproject2setuppy.main install 
--root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
 package_python-flit-core() {
   pkgdesc+=' (core backend)'
 
@@ -48,5 +53,7 @@
   cd $_pkgname-$pkgver/flit_core
 
   python -m install --skip-build -d "$pkgdir" dist/*.whl
+
+  install -Dm 644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 


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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 20:30:22
  Author: heftig
Revision: 387867

archrelease: copy trunk to staging-x86_64

Added:
  xine-lib/repos/staging-x86_64/
  xine-lib/repos/staging-x86_64/PKGBUILD
(from rev 387866, xine-lib/trunk/PKGBUILD)

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

Copied: xine-lib/repos/staging-x86_64/PKGBUILD (from rev 387866, 
xine-lib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-29 20:30:22 UTC (rev 387867)
@@ -0,0 +1,54 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=xine-lib
+pkgver=1.2.10
+pkgrel=4
+pkgdesc="Multimedia playback engine"
+arch=('x86_64')
+url="https://www.xine-project.org;
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama' 'libnsl')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 'libdvdnav'
+ 'libmpcdec' 'libcaca' 'libbluray' 'libvdpau' 'glu' 'gdk-pixbuf2'
+ 'dav1d')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'glu: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libdvdnav: for using the dvd plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'libvdpau: for using the VDPAU plugin' \
+'smbclient: for using the samba plugin' \
+'dav1d: for using the dav1d decoder' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin')
+source=(https://downloads.sourceforge.net/project/xine/xine-lib/$pkgver/xine-lib-$pkgver.tar.xz)
+sha512sums=('1cbe033da606d67a0a59f19968b2fe1cb46eaeb32c4b4aca7b91125b7230e15bd36d1e3e39e48e6eda56e556018f9f9bf84acb0012d3dd634306e7110fdc4c5f')
+b2sums=('e1bc088814c951ff56e55b626fe1f6f34c3da744e716de369a68e6c82a5adc414b452675ad19a5f82500bade6795b54efd503de8ffe4f1e65b534317ca0a26af')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CFLAGS+=" -fcommon"
+  ./configure \
+  --prefix=/usr \
+  --with-wavpack \
+  --enable-vdpau \
+  --with-external-dvdnav
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 20:30:05
  Author: heftig
Revision: 387866

3.36.3-2: libphonenumber 8.12

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 20:26:30 UTC (rev 387865)
+++ PKGBUILD2020-05-29 20:30:05 UTC (rev 387866)
@@ -3,7 +3,7 @@
 
 pkgname=evolution-data-server
 pkgver=3.36.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Centralized access to appointments and contacts"
 url="https://wiki.gnome.org/Apps/Evolution;
 arch=(x86_64)


[arch-commits] Commit in evolution-data-server/repos (2 files)

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 20:30:23
  Author: heftig
Revision: 387868

archrelease: copy trunk to testing-x86_64

Added:
  evolution-data-server/repos/testing-x86_64/
  evolution-data-server/repos/testing-x86_64/PKGBUILD
(from rev 387866, evolution-data-server/trunk/PKGBUILD)

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

Copied: evolution-data-server/repos/testing-x86_64/PKGBUILD (from rev 387866, 
evolution-data-server/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-05-29 20:30:23 UTC (rev 387868)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.36.3
+pkgrel=2
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
+provides=(libcamel-1.2.so libebackend-1.2.so libebook-1.2.so 
libebook-contacts-1.2.so
+  libecal-2.0.so libedata-book-1.2.so libedata-cal-2.0.so 
libedataserver-1.2.so
+  libedataserverui-1.2.so)
+license=(GPL)
+_commit=f58afb0709c41fdf3222c5814389d45631ef0a4b  # tags/3.36.3^0
+source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cmake -H$pkgname -Bbuild -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DENABLE_INTROSPECTION=ON \
+-DENABLE_VALA_BINDINGS=ON \
+-DENABLE_GTK_DOC=ON \
+-DWITH_PHONENUMBER=ON
+  cmake --build build
+}
+
+check() {
+  # libedata-book tests fail because they try to
+  # mkdir /usr/lib/evolution-data-server/camel-providers
+  cmake --build build --target test || :
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 20:26:30
  Author: heftig
Revision: 387865

1.2.10-4: aom rebuild

Modified:
  xine-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 20:20:19 UTC (rev 387864)
+++ PKGBUILD2020-05-29 20:26:30 UTC (rev 387865)
@@ -2,7 +2,7 @@
 
 pkgname=xine-lib
 pkgver=1.2.10
-pkgrel=3
+pkgrel=4
 pkgdesc="Multimedia playback engine"
 arch=('x86_64')
 url="https://www.xine-project.org;
@@ -38,6 +38,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
+  CFLAGS+=" -fcommon"
   ./configure \
   --prefix=/usr \
   --with-wavpack \


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

2020-05-29 Thread Filipe Laíns via arch-commits
Date: Friday, May 29, 2020 @ 20:24:40
  Author: ffy00
Revision: 637283

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-29 20:24:28 UTC (rev 637282)
+++ PKGBUILD2020-05-29 20:24:40 UTC (rev 637283)
@@ -1,26 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=pyproject2setuppy
-pkgname=python-$_pkgname
-pkgver=5.1
-pkgrel=1
-pkgdesc='Cheap builder for pyproject-based build systems'
-arch=('any')
-url='https://github.com/mgorny/pyproject2setuppy'
-license=('GPL')
-depends=('python-setuptools' 'python-toml')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('6c67d3e0ce7b23ccdc3c1c3a7df607dc01e42031aaacc679913b661f192ed4e014c39db2084b1fb3092a8c63ada23f03c27c8f4e7d6e09c49ab13f5f73a18260')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-

Copied: python-pyproject2setuppy/repos/community-any/PKGBUILD (from rev 637282, 
python-pyproject2setuppy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-29 20:24:40 UTC (rev 637283)
@@ -0,0 +1,26 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=pyproject2setuppy
+pkgname=python-$_pkgname
+pkgver=6
+pkgrel=1
+pkgdesc='Cheap builder for pyproject-based build systems'
+arch=('any')
+url='https://github.com/mgorny/pyproject2setuppy'
+license=('GPL')
+depends=('python-setuptools' 'python-toml')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('bb41c75d3d2dd319eb9d6ea51ef9fa3adf0c827c0693b6ed6ad98a3ac01aecd6287cd3f1ee8b34631e459f239bf75fe3e54bab1f87f68016ffbc1d678aed7528')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


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

2020-05-29 Thread Filipe Laíns via arch-commits
Date: Friday, May 29, 2020 @ 20:24:28
  Author: ffy00
Revision: 637282

upgpkg: python-pyproject2setuppy 6-1

Modified:
  python-pyproject2setuppy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 20:21:20 UTC (rev 637281)
+++ PKGBUILD2020-05-29 20:24:28 UTC (rev 637282)
@@ -2,7 +2,7 @@
 
 _pkgname=pyproject2setuppy
 pkgname=python-$_pkgname
-pkgver=5.1
+pkgver=6
 pkgrel=1
 pkgdesc='Cheap builder for pyproject-based build systems'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('python-setuptools' 'python-toml')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('6c67d3e0ce7b23ccdc3c1c3a7df607dc01e42031aaacc679913b661f192ed4e014c39db2084b1fb3092a8c63ada23f03c27c8f4e7d6e09c49ab13f5f73a18260')
+sha512sums=('bb41c75d3d2dd319eb9d6ea51ef9fa3adf0c827c0693b6ed6ad98a3ac01aecd6287cd3f1ee8b34631e459f239bf75fe3e54bab1f87f68016ffbc1d678aed7528')
 
 build() {
   cd $_pkgname-$pkgver


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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 20:21:20
  Author: heftig
Revision: 637281

archrelease: copy trunk to community-staging-x86_64

Added:
  emby-server/repos/community-staging-x86_64/
  emby-server/repos/community-staging-x86_64/PKGBUILD
(from rev 637280, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-staging-x86_64/Permission_to_distribute.mbox
(from rev 637280, emby-server/trunk/Permission_to_distribute.mbox)
  emby-server/repos/community-staging-x86_64/emby-server
(from rev 637280, emby-server/trunk/emby-server)
  emby-server/repos/community-staging-x86_64/emby-server.conf
(from rev 637280, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-staging-x86_64/emby-server.install
(from rev 637280, emby-server/trunk/emby-server.install)
  emby-server/repos/community-staging-x86_64/emby-server.service
(from rev 637280, emby-server/trunk/emby-server.service)
  emby-server/repos/community-staging-x86_64/license.docx
(from rev 637280, emby-server/trunk/license.docx)

---+
 PKGBUILD  |  131 
 Permission_to_distribute.mbox |   81 
 emby-server   |   10 +++
 emby-server.conf  |5 +
 emby-server.install   |9 ++
 emby-server.service   |   26 +++
 6 files changed, 262 insertions(+)

Copied: emby-server/repos/community-staging-x86_64/PKGBUILD (from rev 637280, 
emby-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-29 20:21:20 UTC (rev 637281)
@@ -0,0 +1,131 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Daniel Seymour 
+
+pkgname=emby-server
+pkgver=4.4.2.0
+_ffmpeg_ver=2020_02_24
+pkgrel=2
+pkgdesc='Bring together your videos, music, photos, and live television'
+arch=(x86_64)
+url=https://emby.media
+license=(custom)
+depends=(
+  alsa-lib
+  aom
+  bzip2
+  dotnet-runtime
+  expat
+  fontconfig
+  fribidi
+  glibc
+  gmp
+  gnutls
+  lame
+  libass.so
+  libdav1d.so
+  libdrm
+  libfreetype.so
+  libjpeg-turbo
+  libmfx
+  libpng
+  libtheora
+  libva-drm.so
+  libva.so
+  libvorbisenc.so
+  libvorbis.so
+  libwebp
+  libx264.so
+  opus
+  skia-sharp
+  sqlite
+  zlib
+  zvbi
+)
+makedepends=(
+  ffnvcodec-headers8.1
+  nasm
+)
+optdepends=(
+  'intel-media-sdk: Intel QuickSync support (requires Emby Premiere)'
+  'nvidia-utils: Nvidia NVDEC/NVENC support (requires Emby Premiere)'
+)
+source=(
+  
https://github.com/MediaBrowser/Emby.Releases/releases/download/${pkgver}/embyserver-netcore_${pkgver}.zip
+  https://mediabrowser.github.io/embytools/ffmpeg-${_ffmpeg_ver}.tar.gz
+  https://mediabrowser.github.io/embytools/ffdetect-${_ffmpeg_ver}-x64.tar.xz
+  emby-server
+  emby-server.conf
+  emby-server.service
+  license.docx
+  Permission_to_distribute.mbox
+)
+noextract=(license.docx)
+backup=(etc/conf.d/emby-server)
+install=emby-server.install
+sha256sums=('36c65cfbd41ec83d415c098384032cd414da4f670e77013da7eb901bd16afe27'
+'6d115633eeb1d48a80f07f53c2e8c43093bd56a4a3d7d8b3d6207c4f473a61e0'
+'50ed2c4b4a8bc62baf92ac6192c8fe21a00dd77b0079d5a971958f412bc2bf9e'
+'ee6ed36a13fcd8fd0b2b818eac742cc2cc2513d7f8f6cd867fa8d1c45ef3dd22'
+'d1a805284d8a1329f6f6e736423be747d8951c5a9600fbb79c13a6f9be7149c0'
+'54bf6a38fcea32fae8468e217a0b1a66a50f5f1a5674fce35fefb6c3881bb827'
+'a6d7ea65dcb06392479a85e1a10a7aeb872d803da6f784f6935fcd4ee63008c6'
+'716cc88f47b829937884e765add9fe54ed27f0f4d1cec1a18045feb138fb66c9')
+
+prepare() {
+  rm -rf system/{electron,runtimes/{osx,tizen*,win*}}
+}
+
+build() {
+  cd ffmpeg-${_ffmpeg_ver}_public
+
+  export PKG_CONFIG_PATH=/usr/lib/ffnvcodec8.1/pkgconfig
+
+  ./configure \
+--disable-doc \
+--disable-ffplay \
+--disable-shared \
+--disable-vdpau \
+--disable-libxcb \
+--disable-lzma \
+--disable-sdl2 \
+--disable-xlib \
+--enable-fontconfig \
+--enable-gmp \
+--enable-gnutls \
+--enable-gpl \
+--enable-libaom \
+--enable-libass \
+--enable-libdav1d \
+--enable-libdrm \
+--enable-libfreetype \
+--enable-libfribidi \
+--enable-libmfx \
+--enable-libmp3lame \
+--enable-libopus \
+--enable-libtheora \
+--enable-libvorbis \
+--enable-libwebp \
+--enable-libx264 \
+--enable-libzvbi \
+--enable-version3 \
+--enable-nvdec \
+--enable-nvenc \
+--enable-static \
+--enable-vaapi
+  make
+}
+
+package() {
+  install -dm 755 "${pkgdir}"/usr/lib
+  cp -dr --no-preserve='ownership' system "${pkgdir}"/usr/lib/emby-server
+  ln -s ../libSkiaSharp.so.68.0.0 
"${pkgdir}"/usr/lib/emby-server/libSkiaSharp.so
+  install -Dm 755 emby-server -t "${pkgdir}"/usr/bin/
+  install -Dm 755 bin/ffdetect "${pkgdir}"/usr/bin/ffdetect-emby
+  install 

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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 20:20:51
  Author: heftig
Revision: 637280

4.4.2.0-2: aom rebuild

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 19:20:30 UTC (rev 637279)
+++ PKGBUILD2020-05-29 20:20:51 UTC (rev 637280)
@@ -4,7 +4,7 @@
 pkgname=emby-server
 pkgver=4.4.2.0
 _ffmpeg_ver=2020_02_24
-pkgrel=1
+pkgrel=2
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=(x86_64)
 url=https://emby.media


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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 20:20:19
  Author: heftig
Revision: 387864

archrelease: copy trunk to staging-x86_64

Added:
  ffmpeg/repos/staging-x86_64/
  ffmpeg/repos/staging-x86_64/PKGBUILD
(from rev 387863, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/staging-x86_64/vmaf-model-path.patch
(from rev 387863, ffmpeg/trunk/vmaf-model-path.patch)

---+
 PKGBUILD  |  179 
 vmaf-model-path.patch |   13 +++
 2 files changed, 192 insertions(+)

Copied: ffmpeg/repos/staging-x86_64/PKGBUILD (from rev 387863, 
ffmpeg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-29 20:20:19 UTC (rev 387864)
@@ -0,0 +1,179 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=4.2.3
+pkgrel=3
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=(x86_64)
+url=https://ffmpeg.org/
+license=(GPL3)
+depends=(
+  alsa-lib
+  aom
+  bzip2
+  fontconfig
+  fribidi
+  gmp
+  gnutls
+  gsm
+  jack
+  lame
+  libass.so
+  libavc1394
+  libbluray.so
+  libdav1d.so
+  libdrm
+  libfreetype.so
+  libiec61883
+  libmfx
+  libmodplug
+  libomxil-bellagio
+  libpulse
+  libraw1394
+  libsoxr
+  libssh
+  libtheora
+  libva.so
+  libva-drm.so
+  libva-x11.so
+  libvdpau
+  libvidstab.so
+  libvorbisenc.so
+  libvorbis.so
+  libvpx.so
+  libwebp
+  libx11
+  libx264.so
+  libx265.so
+  libxcb
+  libxext
+  libxml2
+  libxv
+  libxvidcore.so
+  opencore-amr
+  openjpeg2
+  opus
+  sdl2
+  speex
+  srt
+  v4l-utils
+  vmaf
+  xz
+  zlib
+)
+makedepends=(
+  ffnvcodec-headers
+  git
+  ladspa
+  nasm
+)
+optdepends=(
+  'intel-media-sdk: Intel QuickSync support'
+  'ladspa: LADSPA filters'
+  'nvidia-utils: Nvidia NVDEC/NVENC support'
+)
+provides=(
+  libavcodec.so
+  libavdevice.so
+  libavfilter.so
+  libavformat.so
+  libavutil.so
+  libpostproc.so
+  libswresample.so
+  libswscale.so
+)
+source=(
+  
git+https://git.ffmpeg.org/ffmpeg.git#tag=d3b963cc41824a3c5b2758ac896fb23e20a87875
+  vmaf-model-path.patch
+)
+sha256sums=(
+  SKIP
+  8dff51f84a5f7460f8893f0514812f5d2bd668c3276ef7ab7713c99b71d7bd8d
+)
+
+pkgver() {
+  cd ffmpeg
+
+  git describe --tags | sed 's/^n//'
+}
+
+prepare() {
+  cd ffmpeg
+
+  # lavf/mp3dec: don't adjust start time; packets are not adjusted
+  # https://crbug.com/1062037
+  git cherry-pick -n 460132c9980f8a1f501a1f69477bca49e1641233
+
+  patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
+}
+
+build() {
+  cd ffmpeg
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--disable-stripping \
+--enable-avisynth \
+--enable-fontconfig \
+--enable-gmp \
+--enable-gnutls \
+--enable-gpl \
+--enable-ladspa \
+--enable-libaom \
+--enable-libass \
+--enable-libbluray \
+--enable-libdav1d \
+--enable-libdrm \
+--enable-libfreetype \
+--enable-libfribidi \
+--enable-libgsm \
+--enable-libiec61883 \
+--enable-libjack \
+--enable-libmfx \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-libsoxr \
+--enable-libspeex \
+--enable-libsrt \
+--enable-libssh \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvidstab \
+--enable-libvmaf \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libwebp \
+--enable-libx264 \
+--enable-libx265 \
+--enable-libxcb \
+--enable-libxml2 \
+--enable-libxvid \
+--enable-nvdec \
+--enable-nvenc \
+--enable-omx \
+--enable-shared \
+--enable-version3
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play}.1
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C ffmpeg install install-man
+  install -Dm 755 ffmpeg/tools/qt-faststart "${pkgdir}"/usr/bin/
+}
+
+# vim: ts=2 sw=2 et:

Copied: ffmpeg/repos/staging-x86_64/vmaf-model-path.patch (from rev 387863, 
ffmpeg/trunk/vmaf-model-path.patch)
===
--- staging-x86_64/vmaf-model-path.patch(rev 0)
+++ staging-x86_64/vmaf-model-path.patch2020-05-29 20:20:19 UTC (rev 
387864)
@@ -0,0 +1,13 @@
+diff --git a/libavfilter/vf_libvmaf.c b/libavfilter/vf_libvmaf.c
+index 249e50c720..9b791e19b1 100644
+--- a/libavfilter/vf_libvmaf.c
 b/libavfilter/vf_libvmaf.c
+@@ -72,7 +72,7 @@ typedef struct LIBVMAFContext {
+ #define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM
+ 
+ static const AVOption libvmaf_options[] = {
+-{"model_path",  "Set the model to be used for computing vmaf.",   
  OFFSET(model_path), 

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

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 20:20:04
  Author: heftig
Revision: 387863

4.2.3-3

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 19:54:17 UTC (rev 387862)
+++ PKGBUILD2020-05-29 20:20:04 UTC (rev 387863)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2.3
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -87,8 +87,10 @@
   libswresample.so
   libswscale.so
 )
-source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=d3b963cc41824a3c5b2758ac896fb23e20a87875
-vmaf-model-path.patch)
+source=(
+  
git+https://git.ffmpeg.org/ffmpeg.git#tag=d3b963cc41824a3c5b2758ac896fb23e20a87875
+  vmaf-model-path.patch
+)
 sha256sums=(
   SKIP
   8dff51f84a5f7460f8893f0514812f5d2bd668c3276ef7ab7713c99b71d7bd8d


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

2020-05-29 Thread Filipe Laíns via arch-commits
Date: Friday, May 29, 2020 @ 19:20:30
  Author: ffy00
Revision: 637279

archrelease: copy trunk to community-any

Added:
  python-flit/repos/community-any/
  python-flit/repos/community-any/PKGBUILD
(from rev 637278, python-flit/trunk/PKGBUILD)

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

Copied: python-flit/repos/community-any/PKGBUILD (from rev 637278, 
python-flit/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-05-29 19:20:30 UTC (rev 637279)
@@ -0,0 +1,52 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=flit
+pkgbase=python-$_pkgname
+#pkgname=($pkgbase{,-core})
+pkgname=$pkgbase-core
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Simplified packaging of Python modules'
+arch=('any')
+url='https://github.com/takluyver/flit'
+license=('BSD')
+makedepends=('python-build' 'python-install') # 'python-pyproject2setuppy'
+# 'python-requests' 'python-docutils' 'python-pytoml')
+#checkdepends=('python-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('d60ad9ac7d5a0af7a5f8ed095c3f828a714b7f1aa27609e4baa89cd4d9a51da37749bccb9b794c0c3c37cee3cc073b9a251d49b2c18f5b1b2902c7a0838b527c')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  # blocked by pyproject2setuppy not supporting flit.scripts
+  #PYTHONPATH=flit_core python -m pyproject2setuppy.main build
+
+  cd flit_core
+
+  python -m build
+  python -m install --cache dist/*.whl
+}
+
+#check() {
+#  cd $_pkgname-$pkgver
+#
+#  python -m pyproject2setuppy.main pytest
+#}
+
+#package_python-flit() {
+#  dependencies=('python-flit-core' 'python-requests' 'python-docutils' 
'python-pytoml')
+#
+#  cd $_pkgname-$pkgver
+#
+#  python -m pyproject2setuppy.main install --root="$pkgdir" --optimize=1 
--skip-build
+#}
+
+package_python-flit-core() {
+  pkgdesc+=' (core backend)'
+
+  cd $_pkgname-$pkgver/flit_core
+
+  python -m install --skip-build -d "$pkgdir" dist/*.whl
+}
+


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

2020-05-29 Thread Filipe Laíns via arch-commits
Date: Friday, May 29, 2020 @ 19:20:21
  Author: ffy00
Revision: 637278

upgpkg: python-flit 2.3.0-1

Added:
  python-flit/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-29 19:20:21 UTC (rev 637278)
@@ -0,0 +1,52 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=flit
+pkgbase=python-$_pkgname
+#pkgname=($pkgbase{,-core})
+pkgname=$pkgbase-core
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Simplified packaging of Python modules'
+arch=('any')
+url='https://github.com/takluyver/flit'
+license=('BSD')
+makedepends=('python-build' 'python-install') # 'python-pyproject2setuppy'
+# 'python-requests' 'python-docutils' 'python-pytoml')
+#checkdepends=('python-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('d60ad9ac7d5a0af7a5f8ed095c3f828a714b7f1aa27609e4baa89cd4d9a51da37749bccb9b794c0c3c37cee3cc073b9a251d49b2c18f5b1b2902c7a0838b527c')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  # blocked by pyproject2setuppy not supporting flit.scripts
+  #PYTHONPATH=flit_core python -m pyproject2setuppy.main build
+
+  cd flit_core
+
+  python -m build
+  python -m install --cache dist/*.whl
+}
+
+#check() {
+#  cd $_pkgname-$pkgver
+#
+#  python -m pyproject2setuppy.main pytest
+#}
+
+#package_python-flit() {
+#  dependencies=('python-flit-core' 'python-requests' 'python-docutils' 
'python-pytoml')
+#
+#  cd $_pkgname-$pkgver
+#
+#  python -m pyproject2setuppy.main install --root="$pkgdir" --optimize=1 
--skip-build
+#}
+
+package_python-flit-core() {
+  pkgdesc+=' (core backend)'
+
+  cd $_pkgname-$pkgver/flit_core
+
+  python -m install --skip-build -d "$pkgdir" dist/*.whl
+}
+


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Friday, May 29, 2020 @ 19:11:17
  Author: felixonmars
Revision: 637276

upgpkg: tamarin-prover 1.4.1-351: rebuild with http-client 0.7.0

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 19:09:38 UTC (rev 637275)
+++ PKGBUILD2020-05-29 19:11:17 UTC (rev 637276)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.1
-pkgrel=350
+pkgrel=351
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="https://tamarin-prover.github.io;
 license=("GPL")


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Friday, May 29, 2020 @ 19:11:31
  Author: felixonmars
Revision: 637277

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 637276, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
637276, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-29 19:11:31 UTC (rev 637277)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.1
+pkgrel=351
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="https://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 
'haskell-binary-instances' 'haskell-binary-orphans'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-monad-unlift'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'haskell-threads'
+ 'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 
'haskell-yesod-static'
+ 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
+sha512sums=('4d3aeae02be5d430bff6c55d78656e3c9a648674d235bfeb36ce227a39abd3054a132b99ff8040abf05d8e26506fe85d21ecfb6fce73062dd45b5ba98d941144')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+
+sed -i 's/binary-orphans/binary-instances/' $pkgname.cabal
+sed -i 's/Data.Binary.Orphans/Data.Binary.Instances/' src/Web/Types.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tamarin.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Friday, May 29, 2020 @ 19:09:38
  Author: felixonmars
Revision: 637275

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   79 
 stack.install |4 ++
 2 files changed, 83 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 637274, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-29 19:09:38 UTC (rev 637275)
@@ -0,0 +1,79 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=2.3.1
+pkgrel=24
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-colour' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-extra' 'haskell-file-embed' 'haskell-filelock' 
'haskell-fsnotify'
+ 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security' 'haskell-hashable'
+ 'haskell-hi-file-parser' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-mono-traversable' 
'haskell-mustache'
+ 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-generic' 
'haskell-optparse-simple'
+ 'haskell-pantry' 'haskell-path' 'haskell-path-io' 'haskell-persistent'
+ 'haskell-persistent-sqlite' 'haskell-persistent-template' 
'haskell-primitive'
+ 'haskell-project-template' 'haskell-regex-applicative-text' 
'haskell-retry' 'haskell-rio'
+ 'haskell-rio-prettyprint' 'haskell-split' 'haskell-streaming-commons' 
'haskell-tar'
+ 'haskell-temporary' 'haskell-text-metrics' 'haskell-th-reify-many' 
'haskell-tls'
+ 'haskell-typed-process' 'haskell-unicode-transforms' 
'haskell-unix-compat'
+ 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-yaml'
+ 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-raw-strings-qq'
+ 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  sed -i -e '/semigroups/d' $pkgname.cabal
+
+  sed -i 's/map show errs/map show (toList errs)/' src/Stack/SDist.hs
+}
+
+build() {
+  cd $pkgname
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build \
+  --ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd $pkgname
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 637274, 
stack/trunk/stack.install)
===
--- 

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

2020-05-29 Thread Felix Yan via arch-commits
Date: Friday, May 29, 2020 @ 19:09:18
  Author: felixonmars
Revision: 637274

upgpkg: stack 2.3.1-24: rebuild with http-client 0.7.0

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 19:05:49 UTC (rev 637273)
+++ PKGBUILD2020-05-29 19:09:18 UTC (rev 637274)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.3.1
-pkgrel=23
+pkgrel=24
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Friday, May 29, 2020 @ 19:05:49
  Author: felixonmars
Revision: 637273

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 637272, shellcheck/trunk/PKGBUILD)

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 637272, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-29 19:05:49 UTC (rev 637273)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.1
+pkgrel=34
+pkgdesc="Shell script analysis tool"
+url="https://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('95ca827f50035e352eabfbee9eb1791278f7c18c10c3a6c2656c5b9e87396b7b6c088f4cefa3d6f954ac6c2765ea50e232985b9f3eeea2dbe77c17473cc4a437')
+
+prepare() {
+cd $pkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+
+./manpage
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Friday, May 29, 2020 @ 19:05:35
  Author: felixonmars
Revision: 637272

upgpkg: shellcheck 0.7.1-34: rebuild with http-client 0.7.0

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 19:02:42 UTC (rev 637271)
+++ PKGBUILD2020-05-29 19:05:35 UTC (rev 637272)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.1
-pkgrel=33
+pkgrel=34
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Friday, May 29, 2020 @ 19:02:42
  Author: felixonmars
Revision: 637271

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 637270, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 637270, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-29 19:02:42 UTC (rev 637271)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=7.0.1
+pkgrel=9
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-ranged-sets' 'haskell-aeson' 
'haskell-ansi-wl-pprint'
+ 'haskell-base64-bytestring' 'haskell-case-insensitive' 
'haskell-cassava'
+ 'haskell-configurator-pg' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-cookie' 'haskell-either' 'haskell-gitrev' 'haskell-hasql' 
'haskell-hasql-pool'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-parsec' 'haskell-protolude' 'haskell-regex-tdfa' 
'haskell-scientific'
+ 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-middleware-static'
+ 'haskell-auto-update' 'haskell-retry' 'haskell-warp')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-monad-control' 
'haskell-transformers-base')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('0e6270ff4762b444b4d3791ceea4bb468bc316c9d2103f9d355e2e6108bb4bb51b302499b68a5cfc4ff14f503bdd95985481f7fb6eb6dbb158f1f5350857cf1b')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/5432/9824/' test/fixtures/dumpfixture.sh
+sed -i 's/< *1.5/<2/' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createdb postgrest_test
+
+# TODO: user authentication issue?
+POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test || warning 
"Tests failed"
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Friday, May 29, 2020 @ 19:02:29
  Author: felixonmars
Revision: 637270

upgpkg: postgrest 7.0.1-9: rebuild with http-client 0.7.0

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 18:59:30 UTC (rev 637269)
+++ PKGBUILD2020-05-29 19:02:29 UTC (rev 637270)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=7.0.1
-pkgrel=8
+pkgrel=9
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Friday, May 29, 2020 @ 18:59:30
  Author: felixonmars
Revision: 637269

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 637268, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
637268, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-29 18:59:30 UTC (rev 637269)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.6.3
+pkgrel=2
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-gitrev' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('dbe9a3b8b1b48e00d6f35a523f31c999890669ea3c16c848b4f68f8b89ba2713ce8ed8da36ff70da882d6b8e33c9953b93943457255efb8f474b8e7cf586264f')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-enable_flaky_tests
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Friday, May 29, 2020 @ 18:59:17
  Author: felixonmars
Revision: 637268

upgpkg: pandoc-crossref 0.3.6.3-2: rebuild with http-client 0.7.0

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 18:56:23 UTC (rev 637267)
+++ PKGBUILD2020-05-29 18:59:17 UTC (rev 637268)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Friday, May 29, 2020 @ 18:56:23
  Author: felixonmars
Revision: 637267

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 637266, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
637266, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-29 18:56:23 UTC (rev 637267)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.13.3.0
+pkgrel=41
+pkgdesc="A static website compiler library"
+url="https://jaspervdj.be/hakyll;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-memory' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('104b0ab5092d2f0b7017ff8beae2bbe2fdcbfe37fe9d2cf3165227856e2ab3e13d25f0b4827aab450b5ded447763044580a63a41762e3523f29eb1e647666918')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *2.1/<3/;s/< *1.3/<2/;s/< *0.0.12/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning 
"https://github.com/jaspervdj/hakyll/issues/682;
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Friday, May 29, 2020 @ 18:56:05
  Author: felixonmars
Revision: 637266

upgpkg: haskell-hakyll 4.13.3.0-41: rebuild with http-client 0.7.0

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 18:54:16 UTC (rev 637265)
+++ PKGBUILD2020-05-29 18:56:05 UTC (rev 637266)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.13.3.0
-pkgrel=40
+pkgrel=41
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll;
 license=("BSD")


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Friday, May 29, 2020 @ 18:54:06
  Author: felixonmars
Revision: 637264

upgpkg: pandoc-citeproc 0.17-116: rebuild with http-client 0.7.0

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 18:51:22 UTC (rev 637263)
+++ PKGBUILD2020-05-29 18:54:06 UTC (rev 637264)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.17
-pkgrel=115
+pkgrel=116
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Friday, May 29, 2020 @ 18:54:16
  Author: felixonmars
Revision: 637265

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 637264, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
637264, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-29 18:54:16 UTC (rev 637265)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.17
+pkgrel=116
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-base-compat' 'haskell-data-default' 'haskell-hs-bibutils' 
'haskell-libyaml'
+ 'haskell-network' 'haskell-old-locale' 'pandoc' 
'haskell-pandoc-types' 'haskell-rfc5051'
+ 'haskell-safe' 'haskell-setenv' 'haskell-split' 'haskell-syb' 
'haskell-tagsoup'
+ 'haskell-temporary' 'haskell-text-icu' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-xml-conduit' 'haskell-yaml' 'haskell-hsyaml' 
'haskell-hsyaml-aeson')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('65bc510c1208d5c76884c1b5898d033abd06ebce040c36e1ec2f11fd0107fbb6ac838e0be6d97c40c9b2893ba6bdc38d2bf5c12fec7db069bbabd37d6d07b4e7')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+sed -i 's/< *1.5/<2/' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+# https://github.com/jgm/pandoc-citeproc/issues/342
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Friday, May 29, 2020 @ 18:51:22
  Author: felixonmars
Revision: 637263

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 637262, pandoc/trunk/PKGBUILD)

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 637262, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-29 18:51:22 UTC (rev 637263)
@@ -0,0 +1,75 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.9.2.1
+pkgrel=55
+pkgdesc='Conversion between markup formats'
+url='https://pandoc.org'
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-base64-bytestring' 'haskell-blaze-html' 
'haskell-blaze-markup'
+ 'haskell-case-insensitive' 'haskell-cmark-gfm' 'haskell-data-default' 
'haskell-doclayout'
+ 'haskell-doctemplates' 'haskell-emojis' 'haskell-glob'
+ 'haskell-haddock-library' 'haskell-ipynb' 'haskell-jira-wiki-markup' 
'haskell-skylighting'
+ 'haskell-skylighting-core' 'haskell-hslua' 
'haskell-hslua-module-system'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-safe' 
'haskell-split'
+ 'haskell-texmath' 'haskell-network' 'haskell-pandoc-types' 
'haskell-random'
+ 'haskell-scientific' 'haskell-tagsoup' 'haskell-temporary' 
'haskell-text-conversions'
+ 'haskell-network-uri' 'haskell-unicode-transforms' 
'haskell-unordered-containers'
+ 'haskell-zip-archive' 'haskell-vector' 'haskell-xml' 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-lua'
+ 'haskell-tasty-quickcheck' 'haskell-tasty-golden' 
'haskell-quickcheck'
+ 'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
pandoc-revert-noprelude.patch::https://github.com/jgm/pandoc/commit/a9ef15bbd574bf09827c2c25ef1cd3efaf288f7c.patch
+
pandoc-skylighting-0.8.4.patch::https://github.com/jgm/pandoc/commit/46179d5b3e84b5c709e09924cbda524230ebd3fe.patch)
+sha512sums=('35ac491a7e0a2f6d8fe0f2c2ffe265748b13920904e974f88c92b3f82edb2f1c03e28ebef1bc344ead13d566117a5e50707a68edc49f95159157f974210b23b2'
+
'ca91b56003c02cd10cc9a073f63eac6e3d4371ebec80bb85500ea67e8aa0ac8938fb5487651ad72e6f964b9d5266c1578e649323e3390037fb87b443850eb4e1'
+
'3c057b1bb41cf2346e4fb63c50d3edb745eb598ef5d69c63bc0de0dcfa8e55fce0e4d19d5ce4872ca5fede10ee0f3621fb350d7e162fe63a8d0e1dea8b796e5b')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+patch -p1 -i ../pandoc-revert-noprelude.patch
+patch -p1 -i ../pandoc-skylighting-0.8.4.patch || :
+sed -i 's/< 1.1/< 1.2/;s/< *2.14/<3/;s/< *1.3/<2/;s/< *1.5/<2/;s/< 
*0.7/<1/' $pkgname.cabal
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-trypandoc -f-embed_data_files -f-static
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+install -Dm644 

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

2020-05-29 Thread Felix Yan via arch-commits
Date: Friday, May 29, 2020 @ 18:51:13
  Author: felixonmars
Revision: 637262

upgpkg: pandoc 2.9.2.1-55: rebuild with http-client 0.7.0

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 18:40:12 UTC (rev 637261)
+++ PKGBUILD2020-05-29 18:51:13 UTC (rev 637262)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.9.2.1
-pkgrel=54
+pkgrel=55
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')
@@ -40,7 +40,7 @@
 cd "${srcdir}/$pkgname-${pkgver}"
 patch -p1 -i ../pandoc-revert-noprelude.patch
 patch -p1 -i ../pandoc-skylighting-0.8.4.patch || :
-sed -i 's/< 1.1/< 1.2/;s/< *2.14/<3/;s/< *1.3/<2/;s/< *1.5/<2/' 
$pkgname.cabal
+sed -i 's/< 1.1/< 1.2/;s/< *2.14/<3/;s/< *1.3/<2/;s/< *1.5/<2/;s/< 
*0.7/<1/' $pkgname.cabal
 
 # TODO: find a better solution
 sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Friday, May 29, 2020 @ 18:40:12
  Author: felixonmars
Revision: 637261

archrelease: copy trunk to community-staging-x86_64

Added:
  idris/repos/community-staging-x86_64/
  idris/repos/community-staging-x86_64/PKGBUILD
(from rev 637260, idris/trunk/PKGBUILD)

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

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 637260, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-29 18:40:12 UTC (rev 637261)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.3.3
+pkgrel=8
+pkgdesc="Functional Programming Language with Dependent Types"
+url="https://www.idris-lang.org/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-base64-bytestring' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cheapskate' 'haskell-code-page' 
'haskell-fingertree'
+ 'haskell-fsnotify' 'haskell-haskeline0.7' 'haskell-ieee754' 
'haskell-libffi' 'haskell-megaparsec'
+ 'haskell-network' 'haskell-optparse-applicative' 
'haskell-parser-combinators'
+ 'haskell-regex-tdfa' 'haskell-safe' 'haskell-split' 
'haskell-terminal-size'
+ 'haskell-uniplate' 'haskell-unordered-containers' 
'haskell-utf8-string' 'haskell-vector'
+ 'haskell-vector-binary-instances' 'haskell-zip-archive')
+makedepends=('ghc' 'haskell-tagged' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-rerun'
+ 'nodejs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;)
+sha512sums=('fc5c65847c8021ed691c7968043a04fcffaed3a44a6339f611fed616fddefa1b5bc2da8e7e6662dfa552981688a1c96571eadc197e4e50ba060de3c6ddbd03de')
+
+prepare() {
+cd Idris-dev-$pkgver
+sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
+libs/*/Makefile
+sed -i -e 's/< *1.5/<2/;s/haskeline >= 0.7$/haskeline >= 0.7 \&\& < 0.8/' 
idris.cabal
+}
+
+build() {
+cd Idris-dev-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP -f-release -f-freestanding -f-CI -f-execonly 
--ghc-option='-pie'
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd Idris-dev-$pkgver
+# TODO: figure out the tests
+PATH="$PWD/dist/build:$PWD/dist/build/idris:$PATH" 
LD_LIBRARY_PATH="$PWD/dist/build" IDRIS_LIBRARY_PATH="$PWD/libs" runhaskell 
Setup test || warning "Tests failed"
+}
+
+package() {
+cd Idris-dev-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-05-29 Thread Felix Yan via arch-commits
Date: Friday, May 29, 2020 @ 18:40:02
  Author: felixonmars
Revision: 637260

upgpkg: idris 1.3.3-8: rebuild with http-client 0.7.0

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 18:31:05 UTC (rev 637259)
+++ PKGBUILD2020-05-29 18:40:02 UTC (rev 637260)
@@ -3,7 +3,7 @@
 
 pkgname=idris
 pkgver=1.3.3
-pkgrel=7
+pkgrel=8
 pkgdesc="Functional Programming Language with Dependent Types"
 url="https://www.idris-lang.org/;
 license=("BSD")


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

2020-05-29 Thread Lukas Fleischer via arch-commits
Date: Friday, May 29, 2020 @ 18:30:55
  Author: lfleischer
Revision: 637257

db-move: moved sysdig from [community-staging] to [community-testing] (x86_64)

Added:
  sysdig/repos/community-testing-x86_64/
  sysdig/repos/community-testing-x86_64/PKGBUILD
(from rev 637256, sysdig/repos/community-staging-x86_64/PKGBUILD)
  sysdig/repos/community-testing-x86_64/bashcomp-location.patch
(from rev 637256, 
sysdig/repos/community-staging-x86_64/bashcomp-location.patch)
  sysdig/repos/community-testing-x86_64/glibc.patch
(from rev 637256, sysdig/repos/community-staging-x86_64/glibc.patch)
  sysdig/repos/community-testing-x86_64/linux-5.6.patch
(from rev 637256, sysdig/repos/community-staging-x86_64/linux-5.6.patch)
Deleted:
  sysdig/repos/community-staging-x86_64/

-+
 PKGBUILD|   54 ++
 bashcomp-location.patch |   13 +++
 glibc.patch |   12 ++
 linux-5.6.patch |   35 +
 4 files changed, 114 insertions(+)

Copied: sysdig/repos/community-testing-x86_64/PKGBUILD (from rev 637256, 
sysdig/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-29 18:30:55 UTC (rev 637257)
@@ -0,0 +1,54 @@
+# Maintainer: Massimiliano Torromeo 
+# Contribuitor: Alfredo Palhares 
+# Contribuitor: Christian Babeux 
+
+pkgname=sysdig
+pkgver=0.26.7
+pkgrel=2
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('x86_64')
+url="https://www.sysdig.com/;
+license=('GPL2' 'Apache' 'MIT')
+depends=('dkms' 'jsoncpp' 'libjsoncpp.so' 'luajit' 'curl' 'libcurl.so' 'jq' 
'libb64' 'intel-tbb' 'grpc')
+makedepends=('cmake' 'pandoc' 'gtest')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+"bashcomp-location.patch"
+"glibc.patch")
+sha256sums=('c82aa4201e8ad37e22c780c27c28ac28359a8e677b4dc0ea295eb1452115d6c0'
+'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b'
+'9d9ee715500cb5c3709cf6a77e95421edaaae5f15dbb1c7c8ad2147cc9637939')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 -i "$srcdir"/bashcomp-location.patch
+  patch -p1 -i "$srcdir"/glibc.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+
+  cmake .. \
+-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_CXX_FLAGS="${CXXFLAGS} ${CPPFLAGS} 
-Wno-deprecated-declarations" \
+-DCMAKE_C_FLAGS="${CFLAGS} ${CPPFLAGS} -Wno-deprecated-declarations" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_DEPS=OFF \
+-DBUILD_DRIVER=OFF \
+-DBUILD_LIBSCAP_EXAMPLES=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  install -dm755 "$pkgdir"/usr/share/licenses/$pkgname
+  install -m644 NOTICES COPYING "$pkgdir"/usr/share/licenses/$pkgname
+
+  cd build
+  make install DESTDIR="$pkgdir"
+}

Copied: sysdig/repos/community-testing-x86_64/bashcomp-location.patch (from rev 
637256, sysdig/repos/community-staging-x86_64/bashcomp-location.patch)
===
--- community-testing-x86_64/bashcomp-location.patch
(rev 0)
+++ community-testing-x86_64/bashcomp-location.patch2020-05-29 18:30:55 UTC 
(rev 637257)
@@ -0,0 +1,13 @@
+diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
+index ded65e9..fd2a59b 100644
+--- a/scripts/CMakeLists.txt
 b/scripts/CMakeLists.txt
+@@ -2,7 +2,7 @@ configure_file(debian/postinst.in debian/postinst)
+ configure_file(debian/prerm.in debian/prerm)
+ 
+ install(FILES completions/bash/sysdig
+-  DESTINATION "${DIR_ETC}/bash_completion.d")
++  DESTINATION "share/bash-completion/completions/")
+ 
+ install(FILES completions/zsh/_sysdig
+   DESTINATION share/zsh/vendor-completions)

Copied: sysdig/repos/community-testing-x86_64/glibc.patch (from rev 637256, 
sysdig/repos/community-staging-x86_64/glibc.patch)
===
--- community-testing-x86_64/glibc.patch(rev 0)
+++ community-testing-x86_64/glibc.patch2020-05-29 18:30:55 UTC (rev 
637257)
@@ -0,0 +1,12 @@
+diff --git a/userspace/libscap/scap_fds.c b/userspace/libscap/scap_fds.c
+index 452353a..c1e38b1 100644
+--- a/userspace/libscap/scap_fds.c
 b/userspace/libscap/scap_fds.c
+@@ -25,6 +25,7 @@ limitations under the License.
+ #include "scap_savefile.h"
+ #include 
+ #include 
++#include 
+ #include 
+ #include "uthash.h"
+ #ifdef _WIN32

Copied: sysdig/repos/community-testing-x86_64/linux-5.6.patch (from rev 637256, 
sysdig/repos/community-staging-x86_64/linux-5.6.patch)

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

2020-05-29 Thread Lukas Fleischer via arch-commits
Date: Friday, May 29, 2020 @ 18:30:48
  Author: lfleischer
Revision: 637256

db-move: moved strawberry from [community-staging] to [community-testing] 
(x86_64)

Added:
  strawberry/repos/community-testing-x86_64/
  strawberry/repos/community-testing-x86_64/PKGBUILD
(from rev 637255, strawberry/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  strawberry/repos/community-staging-x86_64/

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

Copied: strawberry/repos/community-testing-x86_64/PKGBUILD (from rev 637255, 
strawberry/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-29 18:30:48 UTC (rev 637256)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+
+pkgname=strawberry
+pkgver=0.6.11
+pkgrel=2
+pkgdesc="A music player aimed at audio enthusiasts and music collectors"
+arch=(x86_64)
+url="https://www.strawbs.org/;
+license=(GPL3)
+depends=(chromaprint protobuf gst-plugins-base gst-plugins-good qt5-x11extras 
udisks2 libcdio libgpod libmtp fftw)
+makedepends=(cmake boost qt5-tools)
+optdepends=('gst-libav: additional codecs'
+'gst-plugins-bad: additional codecs'
+'gst-plugins-ugly: additional codecs')
+source=("https://github.com/jonaski/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=('84b71b33b5f80b7e86682e49f15289c2c00ab89d47e3722f762dda0d6965a201')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_SYSTEM_TAGLIB=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-29 Thread Lukas Fleischer via arch-commits
Date: Friday, May 29, 2020 @ 18:31:05
  Author: lfleischer
Revision: 637259

db-move: moved unbound from [community-staging] to [community-testing] (x86_64)

Added:
  unbound/repos/community-testing-x86_64/
  unbound/repos/community-testing-x86_64/PKGBUILD
(from rev 637258, unbound/repos/community-staging-x86_64/PKGBUILD)
  unbound/repos/community-testing-x86_64/hook
(from rev 637258, unbound/repos/community-staging-x86_64/hook)
  unbound/repos/community-testing-x86_64/sysusers.d
(from rev 637258, unbound/repos/community-staging-x86_64/sysusers.d)
  unbound/repos/community-testing-x86_64/tmpfiles.d
(from rev 637258, unbound/repos/community-staging-x86_64/tmpfiles.d)
Deleted:
  unbound/repos/community-staging-x86_64/

+
 PKGBUILD   |   69 +++
 hook   |   10 
 sysusers.d |1 
 tmpfiles.d |1 
 4 files changed, 81 insertions(+)

Copied: unbound/repos/community-testing-x86_64/PKGBUILD (from rev 637258, 
unbound/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-29 18:31:05 UTC (rev 637259)
@@ -0,0 +1,69 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.10.1
+pkgrel=2
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='https://unbound.net/'
+license=('custom:BSD')
+arch=('x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'hiredis' 
'ldns' 'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D'
+  '21615A7F2478EA8C27DD26B830918D8275724222')
+source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sysusers.d'
+'tmpfiles.d'
+'hook')
+sha256sums=('b73677c21a71cf92f15cc8cfe76a3d875e40f65b6150081c39620b286582d536'
+'SKIP'
+'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
+'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
+'afb7a0a5e2da327c27c8f666b1ffaf34689121684c301928624221ac1d0c066a')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/# trust-anchor-file:/c\\ttrust-anchor-file: 
/etc/unbound/trusted-key.key' -i doc/example.conf.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --sbindir=/usr/bin \
+   --disable-rpath \
+   --enable-dnscrypt \
+   --enable-dnstap \
+   --enable-pie \
+   --enable-relro-now \
+   --enable-subnet \
+   --enable-systemd \
+   --enable-tfo-client \
+   --enable-tfo-server \
+   --enable-cachedb \
+   --with-libhiredis \
+   --with-conf-file=/etc/unbound/unbound.conf \
+   --with-pidfile=/run/unbound.pid \
+   --with-rootkey-file=/etc/trusted-key.key \
+   --with-libevent \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 contrib/unbound.service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 ../sysusers.d "${pkgdir}/usr/lib/sysusers.d/unbound.conf"
+
+   # Trust anchor file available from within unbound's chroot.
+   install -Dm644 ../tmpfiles.d "${pkgdir}/usr/lib/tmpfiles.d/unbound.conf"
+   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
+}

Copied: unbound/repos/community-testing-x86_64/hook (from rev 637258, 
unbound/repos/community-staging-x86_64/hook)
===
--- community-testing-x86_64/hook   (rev 0)
+++ community-testing-x86_64/hook   2020-05-29 18:31:05 UTC (rev 637259)
@@ -0,0 +1,10 @@
+[Trigger]
+Type = Path
+Target = etc/trusted-key.key
+Operation = Install
+Operation = Upgrade
+
+[Action]
+Description = Updating trusted-key.key for unbound...
+When = PostTransaction
+Exec = /bin/cp -f /etc/trusted-key.key /etc/unbound/

Copied: unbound/repos/community-testing-x86_64/sysusers.d (from rev 637258, 
unbound/repos/community-staging-x86_64/sysusers.d)
===
--- community-testing-x86_64/sysusers.d (rev 0)
+++ community-testing-x86_64/sysusers.d 2020-05-29 18:31:05 UTC (rev 637259)
@@ -0,0 +1 @@
+u unbound - "unbound" /etc/unbound

Copied: 

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

2020-05-29 Thread Lukas Fleischer via arch-commits
Date: Friday, May 29, 2020 @ 18:31:00
  Author: lfleischer
Revision: 637258

db-move: moved umurmur from [community-staging] to [community-testing] (x86_64)

Added:
  umurmur/repos/community-testing-x86_64/
  umurmur/repos/community-testing-x86_64/PKGBUILD
(from rev 637257, umurmur/repos/community-staging-x86_64/PKGBUILD)
  umurmur/repos/community-testing-x86_64/umurmur.service
(from rev 637257, umurmur/repos/community-staging-x86_64/umurmur.service)
  umurmur/repos/community-testing-x86_64/umurmur.sysusers
(from rev 637257, umurmur/repos/community-staging-x86_64/umurmur.sysusers)
  umurmur/repos/community-testing-x86_64/umurmur.tmpfiles
(from rev 637257, umurmur/repos/community-staging-x86_64/umurmur.tmpfiles)
Deleted:
  umurmur/repos/community-staging-x86_64/

--+
 PKGBUILD |   56 +
 umurmur.service  |   26 
 umurmur.sysusers |1 
 umurmur.tmpfiles |1 
 4 files changed, 84 insertions(+)

Copied: umurmur/repos/community-testing-x86_64/PKGBUILD (from rev 637257, 
umurmur/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-29 18:31:00 UTC (rev 637258)
@@ -0,0 +1,56 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Runge 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Robert Knauer 
+# Contributor: xav 
+
+pkgname=umurmur
+pkgver=0.2.17
+pkgrel=18
+pkgdesc='Minimalistic Mumble server'
+url="https://github.com/umurmur/umurmur;
+arch=('x86_64')
+license=('BSD')
+depends=('glibc')
+makedepends=('cmake' 'libconfig' 'protobuf-c' 'mbedtls')
+backup=('etc/umurmur/umurmur.conf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/umurmur/umurmur/archive/${pkgver}.tar.gz
+umurmur.sysusers
+umurmur.service
+umurmur.tmpfiles)
+sha256sums=('e77b7b6616768f4a1c07442afe49a772692f667b00c23cc85909d4dd0ce206d2'
+'0fc68df464ee51a431d934d068aed0be5f8c5e64d0bd29848f97532d39f8c310'
+'b8b22b6299777fbd1d12e3105280c8585ceca9b6caf7b8d3ab0642c5a56b031f'
+'287068f47fc035a70e2ae0c8434e8013f176d185bf7688216c36976982fe4491')
+sha512sums=('a496a51fd7815ad117f5aee17bb78cbd319c584ad60ab8aebbfd8ddf7b1760f443f2337bc74be1e0d5af17d3c3df2ae6c9060eca576cf1e6ed4c6cb0825e9c15'
+
'd84950a32ab8a2e84f5fe333cd2894e52aba624531644d106c982aa4ff04271d318543398fa7f48c719f26338679fa971bb5332472e9040ac9aa8a9b4a1f2832'
+
'746a3e2d9e8c5154bdfb2cef6cbe39cccf0356bc1dde0434b92ec1a6b224a5bfa51fd15483c3ac5a75292eae7a6d4b0431ecb2a586bdd9fcc3fe9b2a7bff64a1'
+
'825b50448231b5d791e87d7c4c471fdfe2e9a1560dad6fc90c2f4f8d0c5ed682291bf20b147a6a8c7ae361aeb8b1a11c24c6d41ffc17f06fb0f5ccd8208a899a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CFLAGS+=" ${CPPFLAGS}"
+  export CXXFLAGS+=" ${CPPFLAGS}"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_BUILD_TYPE='None' \
+-DSSL=mbedtls \
+-Wno-dev \
+-B build \
+-S .
+  make -C build
+}
+
+package() {
+  depends+=('libconfig.so' 'libmbedcrypto.so' 'libmbedtls.so' 'libmbedx509.so' 
'libprotobuf-c.so')
+  cd ${pkgname}-${pkgver}
+  make -C build DESTDIR="${pkgdir}" install
+  install -vDm 640 "${pkgdir}/usr/etc/umurmur.conf" -t "${pkgdir}/etc/umurmur"
+  rm -r "${pkgdir}/usr/etc"
+  install -vDm 644 "${srcdir}/umurmur.service" -t 
"${pkgdir}/usr/lib/systemd/system"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  install -vDm 644 "${srcdir}/umurmur.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/umurmur.conf"
+  install -vDm 644 "${srcdir}/umurmur.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/umurmur.conf"
+}
+
+# vim: ts=2 sw=2 et:

Copied: umurmur/repos/community-testing-x86_64/umurmur.service (from rev 
637257, umurmur/repos/community-staging-x86_64/umurmur.service)
===
--- community-testing-x86_64/umurmur.service(rev 0)
+++ community-testing-x86_64/umurmur.service2020-05-29 18:31:00 UTC (rev 
637258)
@@ -0,0 +1,26 @@
+[Unit]
+Description=Minimalistic Mumble server
+After=network.target
+
+[Service]
+Type=simple
+User=umurmur
+Group=umurmur
+PIDFile=/run/umurmurd.pid
+ExecStartPre=/usr/bin/umurmurd -t -c /etc/umurmur/umurmur.conf
+ExecStart=/usr/bin/umurmurd -d -r -c /etc/umurmur/umurmur.conf
+ExecReload=/bin/kill -HUP $MAINPID
+PrivateDevices=yes
+PrivateTmp=yes
+ProtectSystem=strict
+ReadWriteDirectories=/etc/umurmur
+ProtectHome=yes
+ProtectControlGroups=yes
+ProtectKernelModules=yes
+ProtectKernelTunables=yes
+LockPersonality=yes
+NoNewPrivileges=yes
+LimitRTPRIO=1
+
+[Install]
+WantedBy=multi-user.target

Copied: umurmur/repos/community-testing-x86_64/umurmur.sysusers (from rev 
637257, umurmur/repos/community-staging-x86_64/umurmur.sysusers)

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

2020-05-29 Thread Lukas Fleischer via arch-commits
Date: Friday, May 29, 2020 @ 18:30:34
  Author: lfleischer
Revision: 637253

db-move: moved postgis from [community-staging] to [community-testing] (x86_64)

Added:
  postgis/repos/community-testing-x86_64/
  postgis/repos/community-testing-x86_64/PKGBUILD
(from rev 637252, postgis/repos/community-staging-x86_64/PKGBUILD)
  postgis/repos/community-testing-x86_64/postgis.changelog
(from rev 637252, postgis/repos/community-staging-x86_64/postgis.changelog)
Deleted:
  postgis/repos/community-staging-x86_64/

---+
 PKGBUILD  |   29 +++
 postgis.changelog |  137 
 2 files changed, 166 insertions(+)

Copied: postgis/repos/community-testing-x86_64/PKGBUILD (from rev 637252, 
postgis/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-29 18:30:34 UTC (rev 637253)
@@ -0,0 +1,29 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=postgis
+pkgver=3.0.1
+pkgrel=3
+pkgdesc="Adds support for geographic objects to PostgreSQL"
+arch=('x86_64')
+url="https://postgis.net/;
+license=('GPL')
+depends=('postgresql' 'gdal' 'json-c' 'proj' 'protobuf-c')
+makedepends=('clang' 'llvm')
+changelog=$pkgname.changelog
+source=(https://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('5a5432f95150d9bae9215c6d1c7bb354e060482a7c379daa9b8384e1d03e6353')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: postgis/repos/community-testing-x86_64/postgis.changelog (from rev 
637252, postgis/repos/community-staging-x86_64/postgis.changelog)
===
--- community-testing-x86_64/postgis.changelog  (rev 0)
+++ community-testing-x86_64/postgis.changelog  2020-05-29 18:30:34 UTC (rev 
637253)
@@ -0,0 +1,137 @@
+2020-02-23 Jaroslav Lichtblau 
+* postgis-3.0.1-1
+
+2019-11-27 Jaroslav Lichtblau 
+* postgis-3.0.0-1
+
+2019-10-16 Jaroslav Lichtblau 
+* postgis-2.5.3-2 protobuf 3.10 rebuild
+
+2019-09-18 Jaroslav Lichtblau 
+* postgis-2.5.3-1
+
+2019-06-16 Jaroslav Lichtblau 
+* postgis-2.5.2-1
+
+2019-03-04 Jaroslav Lichtblau 
+* postgis-2.5.1-2 - protobuf 3.7.0 rebuild
+
+2018-11-21 Jaroslav Lichtblau 
+* postgis-2.5.1-1
+
+2018-11-17 Jaroslav Lichtblau 
+* postgis-2.5.0-2 - postgresql rebuild
+
+2018-09-30 Jaroslav Lichtblau 
+* postgis-2.5.0-1
+
+2018-09-02 Jaroslav Lichtblau 
+* postgis-2.4.4-5 protobuf 3.6.1 rebuild
+
+2018-07-29 Jaroslav Lichtblau 
+* postgis-2.4.4-4 protobuf 3.6.0 rebuild
+
+2018-05-16 Jaroslav Lichtblau 
+* postgis-2.4.4-2 proj soname rebuild
+
+2018-05-12 Jaroslav Lichtblau 
+* postgis-2.4.4-1
+
+2018-01-16 Jaroslav Lichtblau 
+* postgis-2.4.3-1
+
+2017-11-16 Jaroslav Lichtblau 
+* postgis-2.4.2-1
+
+2017-11-12 Jaroslav Lichtblau 
+* postgis-2.4.1-2 postgresql 10.1 rebuild, FS#56296 + FS#56266 fix
+
+2017-10-21 Jaroslav Lichtblau 
+* postgis-2.4.1-1
+
+2017-10-21 Jaroslav Lichtblau 
+* postgis-2.4.0-1
+
+2017-07-03 Jaroslav Lichtblau 
+* postgis-2.3.3-1
+
+2017-03-02 Jaroslav Lichtblau 
+* postgis-2.3.2-1
+
+2016-12-12 Jaroslav Lichtblau 
+* postgis-2.3.1-1
+
+2016-11-21 Jaroslav Lichtblau 
+* postgis-2.3.0-2 postgresql 9.6.1 rebuild
+
+2016-09-30 Jaroslav Lichtblau 
+* postgis-2.3.0-1
+
+2016-09-14 Jaroslav Lichtblau 
+* postgis-2.2.2-2 proj 4.9.3 rebuild
+
+2016-05-16 Jaroslav Lichtblau 
+* postgis-2.2.2-1
+
+2016-01-22 Jaroslav Lichtblau 
+* postgis-2.2.1-2 postgresql 9.5 rebuild
+
+2016-01-09 Jaroslav Lichtblau 
+* postgis-2.2.1-1
+
+2015-10-22 Jaroslav Lichtblau 
+* postgis-2.2.0-1
+
+2015-09-12 Jaroslav Lichtblau 
+* postgis-2.1.8-1
+
+2015-06-28 Jaroslav Lichtblau 
+* postgis-2.1.5-2 gdal 2.0.0 rebuild
+
+2015-03-14 Jaroslav Lichtblau 
+* postgis-2.1.5-2 proj soname rebuild
+
+2015-01-20 Jaroslav Lichtblau 
+* postgis-2.1.5-1
+
+2014-09-12 Jaroslav Lichtblau 
+* postgis-2.1.4-1
+
+2014-05-25 Jaroslav Lichtblau 
+* postgis-2.1.3-1
+
+2014-04-02 Jaroslav Lichtblau 
+* postgis-2.1.2-1
+
+2013-11-11 Jaroslav Lichtblau 
+* postgis-2.1.1-1
+
+2013-08-22 Maxime Gauduin 
+* postgis-2.1.0-1
+* Fixes FS#35816
+
+2013-06-15 Jaroslav Lichtblau 
+* postgis-2.0.3-1
+
+2013-01-05 Jaroslav Lichtblau 
+* postgis-2.0.2-1
+
+2012-09-24 Dan McGee 
+* Rebuild for PostgreSQL 9.2.x
+* Update to minor release 2.0.1
+
+2012-05-31 Andrea Scarpino 
+* Add JSON-C support
+* Build utils (FS#25836)
+
+2012-05-31 Andrea Scarpino 
+* Update to major release 2.0.0-1
+
+2011-10-26 Jaroslav 

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

2020-05-29 Thread Lukas Fleischer via arch-commits
Date: Friday, May 29, 2020 @ 18:30:13
  Author: lfleischer
Revision: 637248

db-move: moved mumble from [community-staging] to [community-testing] (x86_64)

Added:
  mumble/repos/community-testing-x86_64/
  mumble/repos/community-testing-x86_64/PKGBUILD
(from rev 637247, mumble/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  mumble/repos/community-staging-x86_64/

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

Copied: mumble/repos/community-testing-x86_64/PKGBUILD (from rev 637247, 
mumble/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-29 18:30:13 UTC (rev 637248)
@@ -0,0 +1,74 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: David Runge 
+# Contributor: Lauri Niskanen 
+# Contributor: sebastian.sal...@gmx.de
+# Contributor: Doc Angelo
+
+pkgname=mumble
+pkgver=1.3.0
+pkgrel=9
+arch=('x86_64')
+pkgdesc="A voice chat application similar to TeamSpeak"
+license=('BSD')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libspeechd' 'libx11' 'libxi'
+'lsb-release' 'openssl' 'opus' 'qt5-base' 'qt5-svg' 'speex' 'xdg-utils')
+makedepends=('alsa-lib' 'avahi' 'boost' 'jack' 'libpulse' 'libsndfile' 'mesa'
+'protobuf' 'python' 'qt5-tools')
+optdepends=('speech-dispatcher: Text-to-speech support'
+'espeak-ng: Text-to-speech support')
+url="https://www.mumble.info/;
+source=("https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz"{,.sig}
+
"${pkgname}-1.3.0-jack.patch::https://github.com/mumble-voip/mumble/pull/3990.patch;)
+sha512sums=('2a629fc97f3c7c587c9a3b40fc96cf15d668acada37282ec1c4a5b169ad37717d60af94d12c7bce45f2816c265f76a99ebad40a006adcf8ca38a117e7c0a4122'
+'SKIP'
+
'11e4e1b65b8d1fb0aa07b0eff131026a6f8d6063ed57b67d9ea23152ff55e9fdb5f65691089fa8b0498d7609f6bad7e1367eb5c8b9adfd1db1d48c908618d217')
+validpgpkeys=('56D0B23AE00B1EE9A8BAAC0F5B8CF87BB893449B') # Mumble Automatic 
Build Infrastructure 2019 
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # changing the default to *not* unconditionally and automatically start a
+  # JACK server, when mumble is started
+  # https://bugs.archlinux.org/task/62755
+  # https://github.com/mumble-voip/mumble/issues/3989
+  patch -Np1 -i "../${pkgname}-1.3.0-jack.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  qmake-qt5 main.pro \
+CONFIG+="no-bundled-opus no-bundled-speex no-g15 no-xevie no-server \
+no-embed-qt-translations no-update packaged" \
+DEFINES+="PLUGIN_PATH=/usr/lib/mumble" \
+INCLUDEPATH+="/usr/include/speech-dispatcher"
+  make release
+}
+
+package() {
+  depends+=('libasound.so' 'libdns_sd.so' 'libjack.so' 'libprotobuf.so'
+  'libpulse.so' 'libsndfile.so')
+  cd "$pkgname-$pkgver"
+  # mumble has no install target: 
https://github.com/mumble-voip/mumble/issues/1029
+  # binaries and scripts
+  install -vDm 755 release/mumble -t "$pkgdir/usr/bin"
+  install -vDm 755 scripts/mumble-overlay -t "$pkgdir/usr/bin/"
+  # (vendored) libs
+  install -vdm 755 "$pkgdir/usr/lib/mumble/"
+  local _lib
+  for _lib in release/*.so*; do
+if [ -L "$_lib" ]; then
+  cp -vP "$_lib" "$pkgdir/usr/lib/mumble/"
+else
+  install -vDm 755 "$_lib" -t "$pkgdir/usr/lib/mumble/"
+fi
+  done
+  install -vDm 755 release/plugins/*.so -t "$pkgdir/usr/lib/mumble/"
+  # XDG desktop integration
+  install -vDm 644 scripts/mumble.desktop -t "$pkgdir/usr/share/applications"
+  # man page
+  install -vDm 644 "man/${pkgname}"*.1 -t "$pkgdir/usr/share/man/man1/"
+  # XDG desktop icons
+  install -vDm 644 icons/mumble.svg -t 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/"
+  # license
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+# vim: sw=2:ts=2 et:


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

2020-05-29 Thread Lukas Fleischer via arch-commits
Date: Friday, May 29, 2020 @ 18:30:26
  Author: lfleischer
Revision: 637251

db-move: moved nsjail from [community-staging] to [community-testing] (x86_64)

Added:
  nsjail/repos/community-testing-x86_64/
  nsjail/repos/community-testing-x86_64/PKGBUILD
(from rev 637250, nsjail/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  nsjail/repos/community-staging-x86_64/

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

Copied: nsjail/repos/community-testing-x86_64/PKGBUILD (from rev 637250, 
nsjail/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-29 18:30:26 UTC (rev 637251)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani  
+
+pkgname=nsjail
+pkgver=2.9
+pkgrel=5
+pkgdesc="Light-weight process isolation tool"
+arch=(x86_64)
+url="https://nsjail.com;
+license=(Apache)
+depends=(protobuf libnl)
+makedepends=(git)
+source=("https://github.com/google/nsjail/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
'git+https://github.com/google/kafel.git#commit=722b93a630e53ca472a4c69f61cb3dfc44ea5041')
+sha256sums=('f8578a48330d3d089c9234a2b562be08043f8fe77453c322724acdf403d0afc3'
+'SKIP')
+
+prepare() {
+mv kafel ${pkgname}-${pkgver}
+sed -e 's|-Werror||' -i $pkgname-$pkgver/Makefile
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+install -Dm755 nsjail -t "${pkgdir}"/usr/bin/ 
+}


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

2020-05-29 Thread Lukas Fleischer via arch-commits
Date: Friday, May 29, 2020 @ 18:30:06
  Author: lfleischer
Revision: 637243

db-move: moved hyperion from [community-staging] to [community-testing] (x86_64)

Added:
  hyperion/repos/community-testing-x86_64/
  
hyperion/repos/community-testing-x86_64/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch
(from rev 637242, 
hyperion/repos/community-staging-x86_64/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch)
  hyperion/repos/community-testing-x86_64/PKGBUILD
(from rev 637242, hyperion/repos/community-staging-x86_64/PKGBUILD)
  hyperion/repos/community-testing-x86_64/hyperion.install
(from rev 637242, hyperion/repos/community-staging-x86_64/hyperion.install)
  hyperion/repos/community-testing-x86_64/hyperion.sysusers
(from rev 637242, hyperion/repos/community-staging-x86_64/hyperion.sysusers)
  hyperion/repos/community-testing-x86_64/hyperiond.service
(from rev 637242, hyperion/repos/community-staging-x86_64/hyperiond.service)
Deleted:
  hyperion/repos/community-staging-x86_64/

--+
 0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch |   26 ++
 PKGBUILD |   66 +
 hyperion.install |   20 +
 hyperion.sysusers|2 
 hyperiond.service|   14 +++
 5 files changed, 128 insertions(+)

Copied: 
hyperion/repos/community-testing-x86_64/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch
 (from rev 637242, 
hyperion/repos/community-staging-x86_64/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch)
===
--- 
community-testing-x86_64/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch   
(rev 0)
+++ 
community-testing-x86_64/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch   
2020-05-29 18:30:06 UTC (rev 637243)
@@ -0,0 +1,26 @@
+From 88ae95d522bfdda4c29a1116367aad8c7d948779 Mon Sep 17 00:00:00 2001
+From: Jelle van der Waa 
+Date: Sat, 21 Oct 2017 12:46:49 +0200
+Subject: [PATCH] Fix no decleration of `assert` with GCC 7.2
+
+Add a missing include for cassert to fix the -fpermissive compiler
+error.
+---
+ include/utils/Image.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/include/utils/Image.h b/include/utils/Image.h
+index e8c82e4..dad57a2 100644
+--- a/include/utils/Image.h
 b/include/utils/Image.h
+@@ -1,6 +1,7 @@
+ #pragma once
+ 
+ // STL includes
++#include 
+ #include 
+ #include 
+ #include 
+-- 
+2.14.2
+

Copied: hyperion/repos/community-testing-x86_64/PKGBUILD (from rev 637242, 
hyperion/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-29 18:30:06 UTC (rev 637243)
@@ -0,0 +1,66 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Christopher Reimer 
+
+pkgname=hyperion
+pkgver=1.03.2
+pkgrel=21
+pkgdesc="An opensource 'AmbiLight' implementation"
+arch=('x86_64')
+url="https://github.com/hyperion-project/hyperion;
+license=('MIT')
+depends=('libusb' 'protobuf' 'python' 'qt5-base')
+optdepends=('xorg-server: X11 grabbing')
+makedepends=('cmake')
+backup=('etc/hyperion/hyperion.config.json')
+install='hyperion.install'
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tvdzwan/${pkgname}/archive/${pkgver}.tar.gz;
+"0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch"
+"hyperion.sysusers"
+"hyperiond.service"
+"hyperion.install")
+sha512sums=('7406f5bdf323d2799fb375557603fefd1f077cda287b5aa9ff10251b22d8dd07590458515b0e01ef97fba80885aab1aa72bd8b5d26873ad8ebcc1ba53d6776ec'
+
'11c51f6085d78bb75a7d73372262eedc2dab84b9d37ee1850f6b8d8c9cfe85d72a69b7d755e169028c6f7150f09201ded7d32a4edf15130ca2a12a188fe5945c'
+
'80764d3abdfb7e6e7f65913e9c89dd61b425ffb80e9ab4f9df7739abe32117441095ac7b45792acd5d2a516cf4aca3e21062b119f5790aae3b178036db74ce61'
+
'f8c23ba920ce683e731237c164f4f70f94d635398be5cc43ce1af48bb8ab672da47397979a825a5761dacb1ae18a1c5fc840b168c8f1e3ae411908e0e92a0c5b'
+
'ff5ed8ed647a621b73e922590616e4f5d63f0a7e243aa3de0f8382a835e83166a0e04944396a61a03645cc00853251690a514b3772f163f445240e4f55f18fb5')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+patch -Np1 -i 
"${srcdir}/0001-Fix-no-decleration-of-assert-with-GCC-7.2.patch"
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+mkdir -p build
+cd build
+cmake -DCMAKE_INSTALL_PREFIX="${pkgdir}/usr" \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_QT5=ON \
+-DPLATFORM=x86 \
+-DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc \
+-DUSE_SYSTEM_PROTO_LIBS=ON \
+..
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+  

[arch-commits] Commit in murmur/repos (9 files)

2020-05-29 Thread Lukas Fleischer via arch-commits
Date: Friday, May 29, 2020 @ 18:30:18
  Author: lfleischer
Revision: 637249

db-move: moved murmur from [community-staging] to [community-testing] (x86_64)

Added:
  murmur/repos/community-testing-x86_64/
  murmur/repos/community-testing-x86_64/PKGBUILD
(from rev 637248, murmur/repos/community-staging-x86_64/PKGBUILD)
  
murmur/repos/community-testing-x86_64/a48aea18b6c7ee534cd21f7febfe253e31b33eda.patch
(from rev 637248, 
murmur/repos/community-staging-x86_64/a48aea18b6c7ee534cd21f7febfe253e31b33eda.patch)
  murmur/repos/community-testing-x86_64/murmur.dbus.conf
(from rev 637248, murmur/repos/community-staging-x86_64/murmur.dbus.conf)
  murmur/repos/community-testing-x86_64/murmur.install
(from rev 637248, murmur/repos/community-staging-x86_64/murmur.install)
  murmur/repos/community-testing-x86_64/murmur.service
(from rev 637248, murmur/repos/community-staging-x86_64/murmur.service)
  murmur/repos/community-testing-x86_64/murmur.sysusers
(from rev 637248, murmur/repos/community-staging-x86_64/murmur.sysusers)
  murmur/repos/community-testing-x86_64/murmur.tmpfiles
(from rev 637248, murmur/repos/community-staging-x86_64/murmur.tmpfiles)
Deleted:
  murmur/repos/community-staging-x86_64/

+
 PKGBUILD   |   70 +++
 a48aea18b6c7ee534cd21f7febfe253e31b33eda.patch |   42 +
 murmur.dbus.conf   |   22 +++
 murmur.install |6 +
 murmur.service |   15 
 murmur.sysusers|1 
 murmur.tmpfiles|2 
 7 files changed, 158 insertions(+)

Copied: murmur/repos/community-testing-x86_64/PKGBUILD (from rev 637248, 
murmur/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-29 18:30:18 UTC (rev 637249)
@@ -0,0 +1,70 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: David Runge 
+# Contributor: Otto Allmendinger 
+# Contributor: Malte Rabenseifner 
+
+_name=mumble
+pkgname=murmur
+pkgver=1.3.0
+pkgrel=8
+pkgdesc="The voice chat application server for Mumble"
+arch=('x86_64')
+url="https://wiki.mumble.info/wiki/Main_Page;
+license=('BSD')
+depends=('gcc-libs' 'glibc' 'grpc' 'lsb-release' 'openssl' 'qt5-base'
+'zeroc-ice')
+makedepends=('avahi' 'boost' 'libcap' 'protobuf' 'python' 'qt5-tools')
+backup=("etc/murmur.ini")
+install="murmur.install"
+source=("https://github.com/mumble-voip/${_name}/releases/download/${pkgver}/${_name}-${pkgver}.tar.gz"{,.sig}
+a48aea18b6c7ee534cd21f7febfe253e31b33eda.patch
+"murmur.dbus.conf"
+"murmur.service"
+"murmur.sysusers"
+"murmur.tmpfiles")
+sha512sums=('2a629fc97f3c7c587c9a3b40fc96cf15d668acada37282ec1c4a5b169ad37717d60af94d12c7bce45f2816c265f76a99ebad40a006adcf8ca38a117e7c0a4122'
+'SKIP'
+
'2f379e355227e37f2d23d984d3a59779e3b7a2206865db8c9e4c9cb4eba563ca468744d862e29892919d8d2798576d2e011c658b48ca0acdde63e8a5cc577119'
+
'97c7effdddec324e40195c36ef4927950a5de26d2ee2d268d89df6fb547207bbbe30292773316cae6f57ec9923244f205fb0edc377b798771ba7385e3c11d86a'
+
'2059eeac32cc078168a2ea56fe3034df69814516303adeffb8062c7b90a88177a536e6a6742196ee90370084d4e536f825b1744f8bed2bb704159a8a8bccb606'
+
'5af28d0c2b2b072cfbd500b5f63549e88a86cf3fc15e4d2df89e787c4d2bafdecbe078a518e0d1b25d82f9873cb06838ec1c9ebed625ffb7e8c80fcd942ebf74'
+
'411784e8e0dcf6c163780ae895ae1a6bdad0bb2dd2b128911c484ac3eff073d95c5791b625493a2b8296d24bd7e6ac72d3c42180817e48b29f0c6a8fd841807c')
+validpgpkeys=('56D0B23AE00B1EE9A8BAAC0F5B8CF87BB893449B') # Mumble Automatic 
Build Infrastructure 2019 
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # setting default configuration
+  sed -e "1i; vi:ft=cfg" \
+  -e "s|database=|database=/var/db/murmur/murmur.sqlite|" \
+  -e "s|;logfile=murmur.log|logfile=|" \
+  -e "s|;uname=|uname=murmur|" \
+  -i scripts/murmur.ini
+
+  # See https://github.com/mumble-voip/mumble/pull/4032
+  patch -Np1 -i "$srcdir"/a48aea18b6c7ee534cd21f7febfe253e31b33eda.patch
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  qmake-qt5 main.pro CONFIG+="no-client grpc"
+  make release
+}
+
+package() {
+  depends+=('libcap.so' 'libdns_sd.so' 'libprotobuf.so')
+  cd "${pkgname}-${pkgver}"
+  # murmur has no install target: 
https://github.com/mumble-voip/mumble/issues/1029
+  install -vDm 755 release/murmurd -t "${pkgdir}"/usr/bin
+  install -vDm 640 scripts/murmur.ini -t "${pkgdir}"/etc
+  install -vDm 644 "${srcdir}"/murmur.dbus.conf 
"${pkgdir}"/usr/share/dbus-1/system.d/murmur.conf
+  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+  

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

2020-05-29 Thread Lukas Fleischer via arch-commits
Date: Friday, May 29, 2020 @ 18:30:07
  Author: lfleischer
Revision: 637244

db-move: moved knot from [community-staging] to [community-testing] (x86_64)

Added:
  knot/repos/community-testing-x86_64/
  knot/repos/community-testing-x86_64/PKGBUILD
(from rev 637243, knot/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  knot/repos/community-staging-x86_64/

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

Copied: knot/repos/community-testing-x86_64/PKGBUILD (from rev 637243, 
knot/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-29 18:30:07 UTC (rev 637244)
@@ -0,0 +1,61 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Ondřej Surý 
+# Contributor: Julian Brost 
+# Contributor: Oleander Reis 
+# Contributor: Otto Sabart 
+
+pkgname=knot
+pkgver=2.9.5
+pkgrel=2
+pkgdesc="High-performance authoritative-only DNS server"
+arch=(x86_64)
+url="https://www.knot-dns.cz/;
+license=(GPL3)
+depends=(libedit gnutls liburcu lmdb
+ libidn2 systemd libcap-ng
+ fstrm protobuf-c libmaxminddb)
+backup=('etc/knot/knot.conf')
+source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=(1109a8ba212ff8ddfdbaf44a6f8fc13a2b880a98a9e54c19112ba72a1aacbf76 
SKIP)
+validpgpkeys=(742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB) # Daniel Salzman 

+
+build() {
+cd ${pkgname}-${pkgver}
+
+./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--libexecdir=/usr/lib/knot \
+--with-rundir=/run/knot \
+--with-storage=/var/lib/knot \
+--enable-recvmmsg \
+--enable-dnstap \
+--enable-systemd \
+--enable-reuseport \
+--disable-silent-rules
+
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" install
+
+# Don’t keep those empty dir, manage them with systemd-tmpfiles instead
+rmdir "${pkgdir}"/{var/{lib/{knot/,},},run/{knot/,}}
+
+rm "${pkgdir}"/etc/knot/example.com.zone
+mv "${pkgdir}"/etc/knot/{knot.sample.conf,knot.conf}
+
+install -Dm644 distro/common/knot.service -t 
"${pkgdir}"/usr/lib/systemd/system/
+install -Dm644 distro/arch/knot.tmpfiles.arch 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
+install -Dm644 distro/arch/knot.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
+}


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

2020-05-29 Thread Lukas Fleischer via arch-commits
Date: Friday, May 29, 2020 @ 18:30:11
  Author: lfleischer
Revision: 637247

db-move: moved mosh from [community-staging] to [community-testing] (x86_64)

Added:
  mosh/repos/community-testing-x86_64/
  mosh/repos/community-testing-x86_64/PKGBUILD
(from rev 637246, mosh/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  mosh/repos/community-staging-x86_64/

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

Copied: mosh/repos/community-testing-x86_64/PKGBUILD (from rev 637246, 
mosh/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-29 18:30:11 UTC (rev 637247)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Christian Neukirchen 
+# Contributor: Thomas Weißschuh 
+
+pkgname=mosh
+pkgver=1.3.2
+pkgrel=12
+pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
+arch=(x86_64)
+url='https://mosh.org/'
+license=(GPL3)
+depends=(libutempter openssh openssl perl-io-tty protobuf)
+makedepends=(git)
+options=(!emptydirs)
+source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --enable-ufw --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C $pkgname install
+  install -Dm644 "$pkgname/conf/bash-completion/completions/$pkgname" \
+"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+}
+
+# getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog
+# vim: ts=2 sw=2 et:


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

2020-05-29 Thread Lukas Fleischer via arch-commits
Date: Friday, May 29, 2020 @ 18:30:23
  Author: lfleischer
Revision: 637250

db-move: moved nageru from [community-staging] to [community-testing] (x86_64)

Added:
  nageru/repos/community-testing-x86_64/
  nageru/repos/community-testing-x86_64/PKGBUILD
(from rev 637249, nageru/repos/community-staging-x86_64/PKGBUILD)
  nageru/repos/community-testing-x86_64/luajit-patch.patch
(from rev 637249, nageru/repos/community-staging-x86_64/luajit-patch.patch)
  nageru/repos/community-testing-x86_64/meson-options.patch
(from rev 637249, nageru/repos/community-staging-x86_64/meson-options.patch)
Deleted:
  nageru/repos/community-staging-x86_64/

-+
 PKGBUILD|   43 +++
 luajit-patch.patch  |  113 ++
 meson-options.patch |   13 +
 3 files changed, 169 insertions(+)

Copied: nageru/repos/community-testing-x86_64/PKGBUILD (from rev 637249, 
nageru/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-29 18:30:23 UTC (rev 637250)
@@ -0,0 +1,43 @@
+# Maintainer: Morten Linderud 
+
+pkgname=nageru
+pkgver=1.8.6
+pkgrel=6
+pkgdesc="live video mixer, based around the standard M/E workflow."
+arch=(x86_64)
+url="https://nageru.sesse.net/;
+license=('GPL3')
+depends=('libmicrohttpd' 'ffmpeg' 'libx264' 'protobuf' 
+ 'movit' 'bmusb' 'qcustomplot' 'pciutils' 'zita-resampler'
+ 'sqlite3' 'luajit' 'cmake')
+makedepends=('meson' 'eigen')
+source=("https://nageru.sesse.net/nageru-${pkgver}.tar.gz;
+"meson-options.patch"
+"luajit-patch.patch")
+sha256sums=('67dcb070a23589f624d7067c4b09fe11faa9b1c756b884c50473545fdf7817b3'
+'1bb7d87d6d6359ffe95d605c29ff5f73728929d9393498b74fdf36c6469fdaba'
+'480c4de61188684fc8d1727a2e3ec615d33892234e8466db8011589e9277bdf7')
+
+prepare() {
+cd "$pkgname-$pkgver"
+patch -Np1 -i "${srcdir}/luajit-patch.patch"
+patch -Np1 -i "${srcdir}/meson-options.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  arch-meson ../build
+  ninja -v -C ../build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  ninja -C ../build test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  DESTDIR="$pkgdir" ninja -C ../build install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nageru/repos/community-testing-x86_64/luajit-patch.patch (from rev 
637249, nageru/repos/community-staging-x86_64/luajit-patch.patch)
===
--- community-testing-x86_64/luajit-patch.patch (rev 0)
+++ community-testing-x86_64/luajit-patch.patch 2020-05-29 18:30:23 UTC (rev 
637250)
@@ -0,0 +1,113 @@
+diff --git a/README b/README
+index ed86214..86eb42a 100644
+--- a/README
 b/README
+@@ -70,7 +70,7 @@ Nageru currently needs:
+  - libzita-resampler, for resampling sound sources so that they are in sync
+between sources, and also for oversampling for the peak meter.
+ 
+- - LuaJIT, for driving the theme engine. You will need at least version 2.1.
++ - LuaJIT, for driving the theme engine.
+ 
+  - libjpeg, for encoding MJPEG streams when VA-API JPEG support is not
+available.
+@@ -257,3 +257,27 @@ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE 
SOFTWARE BE LIABLE
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
++
++
++Marked parts of theme.cpp (Lua shims):
++
++The MIT License (MIT)
++
++Copyright (c) 2013 Hisham Muhammad
++
++Permission is hereby granted, free of charge, to any person obtaining a copy 
of
++this software and associated documentation files (the "Software"), to deal in
++the Software without restriction, including without limitation the rights to
++use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of
++the Software, and to permit persons to whom the Software is furnished to do 
so,
++subject to the following conditions:
++
++The above copyright notice and this permission notice shall be included in all
++copies or substantial portions of the Software.
++
++THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
++IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS
++FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
++COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
++IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
++CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+diff --git a/nageru/theme.cpp b/nageru/theme.cpp
+index dc73c2c..43174fa 100644
+--- a/nageru/theme.cpp
 b/nageru/theme.cpp
+@@ -41,6 +41,67 @@
+ #include "pbo_frame_allocator.h"
+ #include "scene.h"
+ 
++#if !defined 

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

2020-05-29 Thread Lukas Fleischer via arch-commits
Date: Friday, May 29, 2020 @ 18:30:41
  Author: lfleischer
Revision: 637254

db-move: moved powerdns from [community-staging] to [community-testing] (x86_64)

Added:
  powerdns/repos/community-testing-x86_64/
  powerdns/repos/community-testing-x86_64/PKGBUILD
(from rev 637253, powerdns/repos/community-staging-x86_64/PKGBUILD)
  powerdns/repos/community-testing-x86_64/sysusers.conf
(from rev 637253, powerdns/repos/community-staging-x86_64/sysusers.conf)
Deleted:
  powerdns/repos/community-staging-x86_64/

---+
 PKGBUILD  |   81 
 sysusers.conf |1 
 2 files changed, 82 insertions(+)

Copied: powerdns/repos/community-testing-x86_64/PKGBUILD (from rev 637253, 
powerdns/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-29 18:30:41 UTC (rev 637254)
@@ -0,0 +1,81 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+# Contributor: Remi Gacogne 
+# Contributor: Pieter Lexis 
+
+pkgname=powerdns
+pkgver=4.2.2
+pkgrel=2
+pkgdesc='Authoritative DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('boost-libs' 'botan>=2.7.0' 'libsodium' 'luajit' 'openssl' 'protobuf'
+ 'sqlite' 'systemd' 'lua' 'curl' 'libcurl.so')
+makedepends=('boost' 'geoip' 'libldap' 'mariadb-libs' 'opendbx'
+ 'postgresql-libs' 'tinycdb' 'unixodbc' 'yaml-cpp')
+optdepends=('geoip: GeoIP backend'
+'mariadb-libs: MariaDB/MySQL and MyDNS backend'
+'libldap: LDAP backend'
+'opendbx: OpenDBX 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}
+sysusers.conf
+
${pkgname}-gcc10.patch::https://github.com/PowerDNS/pdns/commit/ffb885e937c27bb1c62dee8f18c58.patch)
+sha512sums=('b9d0daadd89f4ab009981305d2c323ab75e283b59b94f764d53c37984a2b6200debe4e514572eac49973fcba2034df65214afb949ce3b1b4ff57b07b07f6e608'
+'SKIP'
+
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a'
+
'3685c8e08df2073351e3cd722ea1d7d19236c148d3a88368884ae5eb0a4fcd084eb2b62082e7f326e0770cd56c184a0f14fb026c02c0111a8386b6a0a46db3e5')
+validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 

+  '16E12866B7738C73976A57436FFC33439B0D04DF'   # Peter van Dijk 

+  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3' ) # Pieter Lexis 

+
+prepare() {
+  cd pdns-${pkgver}
+  # 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,' {} \;
+  patch -Np1 < "${srcdir}/${pkgname}-gcc10.patch"
+}
+
+build() {
+  cd pdns-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/powerdns \
+--sbindir=/usr/bin \
+--with-modules='' \
+--with-dynmodules="bind geoip gmysql godbc gpgsql gsqlite3 ldap lua mydns 
opendbx pipe random remote tinydns" \
+--docdir=/usr/share/doc/powerdns \
+--enable-libsodium \
+--enable-botan \
+--enable-tools \
+--disable-dependency-tracking \
+--disable-silent-rules \
+--enable-reproducible \
+--enable-unit-tests \
+--enable-systemd
+  make
+}
+
+check() {
+  make -C pdns-${pkgver} check
+}
+
+package() {
+  make -C pdns-${pkgver} DESTDIR="${pkgdir}" install
+  install -D -m644 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-testing-x86_64/sysusers.conf (from rev 637253, 
powerdns/repos/community-staging-x86_64/sysusers.conf)
===
--- community-testing-x86_64/sysusers.conf  (rev 0)
+++ community-testing-x86_64/sysusers.conf  2020-05-29 18:30:41 UTC (rev 
637254)
@@ -0,0 +1 @@
+u powerdns - "PowerDNS Authoritative Server" -


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

2020-05-29 Thread Lukas Fleischer via arch-commits
Date: Friday, May 29, 2020 @ 18:30:29
  Author: lfleischer
Revision: 637252

db-move: moved paraview from [community-staging] to [community-testing] (x86_64)

Added:
  paraview/repos/community-testing-x86_64/
  paraview/repos/community-testing-x86_64/PKGBUILD
(from rev 637251, paraview/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  paraview/repos/community-staging-x86_64/

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

Copied: paraview/repos/community-testing-x86_64/PKGBUILD (from rev 637251, 
paraview/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-29 18:30:29 UTC (rev 637252)
@@ -0,0 +1,72 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Mathieu Westphal 
+# Contributor: Stéphane Gaudreault 
+# Contributor: 
+
+_pkg=paraview
+_mpi=openmpi
+pkgname=${_pkg}
+#-${_mpi}
+pkgver=5.8.0
+pkgrel=7
+pkgdesc="Parallel Visualization application using VTK (${_mpi} version)"
+arch=(x86_64)
+url="https://www.paraview.org;
+license=(BSD custom)
+depends=(boost-libs qt5-tools qt5-x11extras qt5-svg intel-tbb openmpi ffmpeg
+ ospray python-numpy cgns protobuf
+ double-conversion expat freetype2 gdal glew hdf5 libjpeg jsoncpp
+ libjsoncpp.so libxml2 lz4 xz python-mpi4py netcdf libogg libpng pdal
+ pugixml libtheora libtiff zlib)
+#gl2ps
+#libharu
+optdepends=(python-matplotlib)
+makedepends=(cmake boost mesa gcc-fortran ninja qt5-tools qt5-xmlpatterns 
eigen pegtl utf8cpp)
+conflicts=(vtk)
+source=("${url}/files/v${pkgver:0:3}/ParaView-v${pkgver/R/-R}.tar.xz"
+
paraview-cgns-4.1.patch::https://gitlab.kitware.com/paraview/paraview/-/commit/3d48a287141eb911b4888440e09c262743b4db3c.patch)
+sha256sums=('219e4107abf40317ce054408e9c3b22fb935d464238c1c00c0161f1c8697a3f9'
+'785cb6bd349608f441ec90ac0bd3059efc3a14856c3513733729605ee240cf90')
+
+prepare() {
+cd ParaView-v${pkgver/R/-R}
+patch -p1 -i ../paraview-cgns-4.1.patch
+}
+
+build() {
+# Note regarding use of system dependencies:
+# GL2PS has non-upstreamed patches
+# LIBHARU blocked by https://github.com/libharu/libharu/pull/157
+cmake -B build -S ParaView-v${pkgver/R/-R} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPARAVIEW_ENABLE_FFMPEG=ON \
+-DPARAVIEW_ENABLE_GDAL=ON \
+-DPARAVIEW_ENABLE_MOTIONFX=ON \
+-DPARAVIEW_ENABLE_PDAL=ON \
+-DPARAVIEW_ENABLE_VISITBRIDGE=ON \
+-DPARAVIEW_ENABLE_XDMF3=ON \
+-DPARAVIEW_INSTALL_DEVELOPMENT_FILES=ON \
+-DPARAVIEW_USE_MPI=ON \
+-DPARAVIEW_USE_PYTHON=ON \
+-DPARAVIEW_USE_RAYTRACING=ON \
+-DPARAVIEW_BUILD_WITH_EXTERNAL=ON \
+-DVTK_MODULE_USE_EXTERNAL_VTK_gl2ps=OFF \
+-DVTK_MODULE_USE_EXTERNAL_VTK_libharu=OFF \
+-DVTK_SMP_IMPLEMENTATION_TYPE=TBB \
+-DVTKm_ENABLE_MPI=ON \
+-DVTK_MODULE_ENABLE_VTK_IOGDAL=YES \
+-DVTK_MODULE_ENABLE_VTK_IOPDAL=YES \
+-DCMAKE_C_FLAGS="-DH5_USE_110_API" \
+-DCMAKE_CXX_FLAGS="-DH5_USE_110_API" \
+-GNinja
+
+ninja -C build ${MAKEFLAGS}
+}
+
+package() {
+DESTDIR="${pkgdir}" ninja -C build install
+
+# Install license
+install -Dm644 ParaView-v${pkgver/R/-R}/License_v1.2.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2020-05-29 Thread Lukas Fleischer via arch-commits
Date: Friday, May 29, 2020 @ 18:30:45
  Author: lfleischer
Revision: 637255

db-move: moved powerdns-recursor from [community-staging] to 
[community-testing] (x86_64)

Added:
  powerdns-recursor/repos/community-testing-x86_64/
  powerdns-recursor/repos/community-testing-x86_64/PKGBUILD
(from rev 637254, powerdns-recursor/repos/community-staging-x86_64/PKGBUILD)
  powerdns-recursor/repos/community-testing-x86_64/sysusers.conf
(from rev 637254, 
powerdns-recursor/repos/community-staging-x86_64/sysusers.conf)
Deleted:
  powerdns-recursor/repos/community-staging-x86_64/

---+
 PKGBUILD  |   61 
 sysusers.conf |1 
 2 files changed, 62 insertions(+)

Copied: powerdns-recursor/repos/community-testing-x86_64/PKGBUILD (from rev 
637254, powerdns-recursor/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-29 18:30:45 UTC (rev 637255)
@@ -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.1
+pkgrel=1
+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}
+sysusers.conf
+
${pkgname}-gcc10.patch::https://github.com/PowerDNS/pdns/commit/ffb885e937c27bb1c62dee8f18c58.patch)
+sha512sums=('49ae4957ef202f94ec87e6449dfa9c147689b5576ca1002e0155319099d698300c113e221571f6d41cb1cdc1649619621c2ccf8105620c25452ac30bd83e46b8'
+'SKIP'
+
'63b3f0664d38fbbcb6b1c914cee050a27eca0a15550962973743580dd5d3ace2e68272ca2d856d53cc74001fe9246d61207ebbc74524c096736777ed08c88e72'
+
'3685c8e08df2073351e3cd722ea1d7d19236c148d3a88368884ae5eb0a4fcd084eb2b62082e7f326e0770cd56c184a0f14fb026c02c0111a8386b6a0a46db3e5')
+validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Pieter Lexis 

+  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 

+  '16E12866B7738C73976A57436FFC33439B0D04DF') # Winkels, Erik 

+
+prepare() {
+  cd pdns-recursor-${pkgver}
+  patch -Np1 < "${srcdir}/${pkgname}-gcc10.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-testing-x86_64/sysusers.conf (from 
rev 637254, powerdns-recursor/repos/community-staging-x86_64/sysusers.conf)
===
--- community-testing-x86_64/sysusers.conf  (rev 0)
+++ community-testing-x86_64/sysusers.conf  2020-05-29 18:30:45 UTC (rev 
637255)
@@ -0,0 +1 @@
+u pdns-recursor - "PowerDNS Recursor" -


  1   2   3   4   5   >