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

2022-09-11 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 11, 2022 @ 10:46:18
  Author: alucryd
Revision: 455894

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-11 10:46:09 UTC (rev 455893)
+++ PKGBUILD2022-09-11 10:46:18 UTC (rev 455894)
@@ -1,34 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-patiencediff
-pkgver=0.2.2
-pkgrel=3
-pkgdesc='Patiencediff Python and C implementations'
-arch=(x86_64)
-url=https://www.breezy-vcs.org/
-license=(GPL2)
-depends=(python)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=e287b9397072399b3c8c902a660c71e17e2c2325
-source=(git+https://github.com/breezy-team/patiencediff.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd patiencediff
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd patiencediff
-  python setup.py build
-}
-
-package() {
-  cd patiencediff
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-patiencediff/repos/extra-x86_64/PKGBUILD (from rev 455893, 
python-patiencediff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-11 10:46:18 UTC (rev 455894)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-patiencediff
+pkgver=0.2.3
+pkgrel=1
+pkgdesc='Patiencediff Python and C implementations'
+arch=(x86_64)
+url=https://www.breezy-vcs.org/
+license=(GPL2)
+depends=(python)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=4f60045d63e618aff2f81e44a1f7d472428f84e1
+source=(git+https://github.com/breezy-team/patiencediff.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd patiencediff
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd patiencediff
+  python setup.py build
+}
+
+package() {
+  cd patiencediff
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:



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

2022-09-11 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 11, 2022 @ 10:46:09
  Author: alucryd
Revision: 455893

upgpkg: python-patiencediff 0.2.3-1

Modified:
  python-patiencediff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-11 09:58:35 UTC (rev 455892)
+++ PKGBUILD2022-09-11 10:46:09 UTC (rev 455893)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-patiencediff
-pkgver=0.2.2
-pkgrel=3
+pkgver=0.2.3
+pkgrel=1
 pkgdesc='Patiencediff Python and C implementations'
 arch=(x86_64)
 url=https://www.breezy-vcs.org/
@@ -12,7 +12,7 @@
   git
   python-setuptools
 )
-_tag=e287b9397072399b3c8c902a660c71e17e2c2325
+_tag=4f60045d63e618aff2f81e44a1f7d472428f84e1
 source=(git+https://github.com/breezy-team/patiencediff.git#tag=${_tag})
 sha256sums=(SKIP)
 



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

2022-09-11 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 11, 2022 @ 10:45:47
  Author: alucryd
Revision: 1300533

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-11 10:45:37 UTC (rev 1300532)
+++ PKGBUILD2022-09-11 10:45:47 UTC (rev 1300533)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Sven Schneider 
-
-pkgname=python-graphene
-pkgver=3.1.0
-pkgrel=1
-pkgdesc='GraphQL framework for Python'
-arch=(any)
-url=https://graphene-python.org/
-license=(MIT)
-depends=(
-  python-aniso8601
-  python-graphql-core
-  python-graphql-relay
-  python-six
-)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=5475a7ad1ff982b973f4c8c2a4507020c8682e15
-source=(git+https://github.com/graphql-python/graphene.git#tag=${_tag})
-sha512sums=(SKIP)
-
-pkgver() {
-  cd graphene
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd graphene
-
-  python setup.py build
-}
-
-package() {
-  cd graphene
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-graphene
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-graphene/repos/community-any/PKGBUILD (from rev 1300532, 
python-graphene/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-11 10:45:47 UTC (rev 1300533)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Sven Schneider 
+
+pkgname=python-graphene
+pkgver=3.1.1
+pkgrel=1
+pkgdesc='GraphQL framework for Python'
+arch=(any)
+url=https://graphene-python.org/
+license=(MIT)
+depends=(
+  python-aniso8601
+  python-graphql-core
+  python-graphql-relay
+  python-six
+)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=b20bbdcdf728eb1e009edb20da62df1f13fb165f
+source=(git+https://github.com/graphql-python/graphene.git#tag=${_tag})
+sha512sums=(SKIP)
+
+pkgver() {
+  cd graphene
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd graphene
+
+  python setup.py build
+}
+
+package() {
+  cd graphene
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-graphene
+}
+
+# vim: ts=2 sw=2 et:



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

2022-09-11 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 11, 2022 @ 10:45:37
  Author: alucryd
Revision: 1300532

upgpkg: python-graphene 3.1.1-1

Modified:
  python-graphene/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-11 10:45:01 UTC (rev 1300531)
+++ PKGBUILD2022-09-11 10:45:37 UTC (rev 1300532)
@@ -2,7 +2,7 @@
 # Contributor: Sven Schneider 
 
 pkgname=python-graphene
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc='GraphQL framework for Python'
 arch=(any)
@@ -18,7 +18,7 @@
   git
   python-setuptools
 )
-_tag=5475a7ad1ff982b973f4c8c2a4507020c8682e15
+_tag=b20bbdcdf728eb1e009edb20da62df1f13fb165f
 source=(git+https://github.com/graphql-python/graphene.git#tag=${_tag})
 sha512sums=(SKIP)
 



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

2022-09-11 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 11, 2022 @ 10:45:01
  Author: alucryd
Revision: 1300531

archrelease: copy trunk to community-any

Added:
  python-django-extensions/repos/community-any/PKGBUILD
(from rev 1300530, python-django-extensions/trunk/PKGBUILD)
Deleted:
  python-django-extensions/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-11 10:44:50 UTC (rev 1300530)
+++ PKGBUILD2022-09-11 10:45:01 UTC (rev 1300531)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Jeremy Audet 
-# Contributor: Dominik Kozaczko 
-# Contributor: Alper Kanat 
-# Contributor: Apkawa 
-# Contributor: Schnouki 
-
-pkgname=python-django-extensions
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='A collection of custom extensions for the Django Framework'
-arch=(any)
-url=https://github.com/django-extensions/django-extensions
-license=(MIT)
-depends=(
-  python-django
-  python-six
-)
-makedepends=(
-  git
-  python-setuptools
-)
-optdepends=(
-  'graphviz: graph_models extension'
-  'ipython: shell_plus extension'
-  'python-werkzeug: runserver_plus extension'
-)
-_tag=97a9250a143f580c2aeb2ae0bc9074760bb5ac6b
-source=(git+https://github.com/django-extensions/django-extensions.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd django-extensions
-
-  git describe --tags
-}
-
-build() {
-  cd django-extensions
-
-  python setup.py build
-}
-
-package() {
-  cd django-extensions
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-django-extensions/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-django-extensions/repos/community-any/PKGBUILD (from rev 
1300530, python-django-extensions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-11 10:45:01 UTC (rev 1300531)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jeremy Audet 
+# Contributor: Dominik Kozaczko 
+# Contributor: Alper Kanat 
+# Contributor: Apkawa 
+# Contributor: Schnouki 
+
+pkgname=python-django-extensions
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='A collection of custom extensions for the Django Framework'
+arch=(any)
+url=https://github.com/django-extensions/django-extensions
+license=(MIT)
+depends=(
+  python-django
+  python-six
+)
+makedepends=(
+  git
+  python-setuptools
+)
+optdepends=(
+  'graphviz: graph_models extension'
+  'ipython: shell_plus extension'
+  'python-werkzeug: runserver_plus extension'
+)
+_tag=b987e681afbfe8bcfbc11937b08499a52272ed48
+source=(git+https://github.com/django-extensions/django-extensions.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd django-extensions
+
+  git describe --tags
+}
+
+build() {
+  cd django-extensions
+
+  python setup.py build
+}
+
+package() {
+  cd django-extensions
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-django-extensions/
+}
+
+# vim: ts=2 sw=2 et:



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

2022-09-11 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 11, 2022 @ 10:44:50
  Author: alucryd
Revision: 1300530

upgpkg: python-django-extensions 3.2.1-1

Modified:
  python-django-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-11 10:44:29 UTC (rev 1300529)
+++ PKGBUILD2022-09-11 10:44:50 UTC (rev 1300530)
@@ -6,7 +6,7 @@
 # Contributor: Schnouki 
 
 pkgname=python-django-extensions
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='A collection of custom extensions for the Django Framework'
 arch=(any)
@@ -25,7 +25,7 @@
   'ipython: shell_plus extension'
   'python-werkzeug: runserver_plus extension'
 )
-_tag=97a9250a143f580c2aeb2ae0bc9074760bb5ac6b
+_tag=b987e681afbfe8bcfbc11937b08499a52272ed48
 
source=(git+https://github.com/django-extensions/django-extensions.git#tag=${_tag})
 sha256sums=(SKIP)
 



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

2022-09-11 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 11, 2022 @ 10:44:29
  Author: alucryd
Revision: 1300529

archrelease: copy trunk to community-any

Added:
  python-discogs-client/repos/community-any/PKGBUILD
(from rev 1300528, python-discogs-client/trunk/PKGBUILD)
Deleted:
  python-discogs-client/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-11 10:44:20 UTC (rev 1300528)
+++ PKGBUILD2022-09-11 10:44:29 UTC (rev 1300529)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Guillaume Hayot 
-# Contributor: Arvedui 
-# Contributor: Marc Plano-Lesay 
-# Contributor: Joost Bremmer 
-
-pkgname=python-discogs-client
-pkgver=2.3.15
-pkgrel=1
-pkgdesc='Python Client for the Discogs API'
-arch=(any)
-url=https://github.com/joalla/discogs_client
-license=(BSD)
-depends=(
-  python-dateutil
-  python-six
-  python-requests
-  python-oauthlib
-)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=1003cd382c92cedcb971384d24f7c55de28209ad
-source=(git+https://github.com/joalla/discogs_client.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd discogs_client
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd discogs_client
-  python setup.py build
-}
-
-package() {
-  cd discogs_client
-  python setup.py install --root=$pkgdir --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-discogs-client
-}
-
-# vim: set ts=2 sw=2 et:

Copied: python-discogs-client/repos/community-any/PKGBUILD (from rev 1300528, 
python-discogs-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-11 10:44:29 UTC (rev 1300529)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Guillaume Hayot 
+# Contributor: Arvedui 
+# Contributor: Marc Plano-Lesay 
+# Contributor: Joost Bremmer 
+
+pkgname=python-discogs-client
+pkgver=2.4
+pkgrel=1
+pkgdesc='Python Client for the Discogs API'
+arch=(any)
+url=https://github.com/joalla/discogs_client
+license=(BSD)
+depends=(
+  python-dateutil
+  python-six
+  python-requests
+  python-oauthlib
+)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=a3736e335ba3a50fef4fdd4e9dd2de899b4527a0
+source=(git+https://github.com/joalla/discogs_client.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd discogs_client
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd discogs_client
+  python setup.py build
+}
+
+package() {
+  cd discogs_client
+  python setup.py install --root=$pkgdir --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-discogs-client
+}
+
+# vim: set ts=2 sw=2 et:



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

2022-09-11 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 11, 2022 @ 10:44:20
  Author: alucryd
Revision: 1300528

upgpkg: python-discogs-client 2.4-1

Modified:
  python-discogs-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-11 10:42:00 UTC (rev 1300527)
+++ PKGBUILD2022-09-11 10:44:20 UTC (rev 1300528)
@@ -5,7 +5,7 @@
 # Contributor: Joost Bremmer 
 
 pkgname=python-discogs-client
-pkgver=2.3.15
+pkgver=2.4
 pkgrel=1
 pkgdesc='Python Client for the Discogs API'
 arch=(any)
@@ -21,7 +21,7 @@
   git
   python-setuptools
 )
-_tag=1003cd382c92cedcb971384d24f7c55de28209ad
+_tag=a3736e335ba3a50fef4fdd4e9dd2de899b4527a0
 source=(git+https://github.com/joalla/discogs_client.git#tag=${_tag})
 b2sums=(SKIP)
 



[arch-commits] Commit in skia-sharp/repos/community-x86_64 (4 files)

2022-09-11 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 11, 2022 @ 10:42:00
  Author: alucryd
Revision: 1300527

archrelease: copy trunk to community-x86_64

Added:
  skia-sharp/repos/community-x86_64/PKGBUILD
(from rev 1300526, skia-sharp/trunk/PKGBUILD)
  skia-sharp/repos/community-x86_64/skia-sharp-missing-include.patch
(from rev 1300526, skia-sharp/trunk/skia-sharp-missing-include.patch)
Deleted:
  skia-sharp/repos/community-x86_64/PKGBUILD
  skia-sharp/repos/community-x86_64/skia-sharp-missing-include.patch

--+
 PKGBUILD |  212 ++---
 skia-sharp-missing-include.patch |   24 ++--
 2 files changed, 118 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-11 10:41:49 UTC (rev 1300526)
+++ PKGBUILD2022-09-11 10:42:00 UTC (rev 1300527)
@@ -1,106 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=skia-sharp
-pkgver=2.88.0
-_major=88
-_minor=0
-_release=0
-pkgrel=1
-pkgdesc='The Skia 2D Graphics library from Google exposed to .NET languages 
and runtimes across the board'
-arch=(x86_64)
-url=https://github.com/mono/SkiaSharp
-license=(MIT)
-depends=(
-  expat
-  fontconfig
-  libfreetype.so
-  libjpeg-turbo
-  libheif
-  libpng
-  libwebp
-  zlib
-)
-makedepends=(
-  clang
-  git
-  python
-)
-provides=(libSkiaSharp.so)
-_tag=2e12735359928ead60dd08cdf0b983c4e3d4dc56
-source=(
-  git+https://github.com/mono/SkiaSharp.git#tag=${_tag}
-  git+https://chromium.googlesource.com/chromium/tools/depot_tools.git
-  git+https://github.com/mono/skia.git
-  skia-sharp-missing-include.patch
-)
-b2sums=('SKIP'
-'SKIP'
-'SKIP'
-
'8b4c33381f5557fceae587fd1b8f7ac6fc75814fbb27db6eb6b0c772825f87d779d8e3d38849603a4f6c7c5ec7cdb88f34ecc58c0e0f83f1890b730b9df7')
-
-pkgver() {
-  cd SkiaSharp
-  git describe --tags | sed 's/^v//; s/-preview.*//'
-}
-
-prepare() {
-  cd SkiaSharp
-  for submodule in externals/{depot_tools,skia}; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../${submodule#*/}
-git submodule update ${submodule}
-  done
-
-  pushd externals/skia
-  patch -Np1 -i ../../../skia-sharp-missing-include.patch
-  python tools/git-sync-deps
-  popd
-}
-
-build(){
-  cd SkiaSharp/externals/skia
-
-  export PATH="${srcdir}/SkiaSharp/externals/depot_tools:$PATH"
-
-  CFLAGS="$CFLAGS \
--I/usr/include/freetype2 \
--DSKIA_C_DLL"
-
-  extra_cflags=""
-  for cflag in $CFLAGS; do
-extra_cflags+="\"${cflag}\","
-  done
-  extra_ldflags=""
-  for ldflag in $LDFLAGS; do
-extra_ldflags+="\"${ldflag}\","
-  done
-
-  bin/gn gen out \
---args="target_os=\"linux\" \
-target_cpu=\"x64\" \
-cc=\"clang\" \
-cxx=\"clang++\" \
-extra_cflags=[${extra_cflags}] \
-extra_ldflags=[${extra_ldflags}] \
-skia_enable_gpu=true \
-skia_enable_tools=false \
-skia_use_dng_sdk=true \
-skia_use_heif=true \
-skia_use_icu=false \
-skia_use_piex=true \
-skia_use_sfntly=false \
-is_component_build=false \
-is_debug=false \
-is_official_build=true \
-linux_soname_version=\"${_major}.${_minor}.${_release}\""
-  ninja -C out
-}
-
-package() {
-  install -Dm 755 
SkiaSharp/externals/skia/out/libSkiaSharp.so.${_major}.${_minor}.${_release} -t 
"${pkgdir}"/usr/lib/
-  ln -s libSkiaSharp.so.${_major}.${_minor}.${_release} 
"${pkgdir}"/usr/lib/libSkiaSharp.so.${_major}
-  ln -s libSkiaSharp.so.${_major} "${pkgdir}"/usr/lib/libSkiaSharp.so
-  install -Dm 644 SkiaSharp/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/skia-sharp/
-}
-
-# vim: ts=2 sw=2 et:

Copied: skia-sharp/repos/community-x86_64/PKGBUILD (from rev 1300526, 
skia-sharp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-11 10:42:00 UTC (rev 1300527)
@@ -0,0 +1,106 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=skia-sharp
+pkgver=2.88.2
+_major=88
+_minor=0
+_release=0
+pkgrel=1
+pkgdesc='The Skia 2D Graphics library from Google exposed to .NET languages 
and runtimes across the board'
+arch=(x86_64)
+url=https://github.com/mono/SkiaSharp
+license=(MIT)
+depends=(
+  expat
+  fontconfig
+  libfreetype.so
+  libjpeg-turbo
+  libheif
+  libpng
+  libwebp
+  zlib
+)
+makedepends=(
+  clang
+  git
+  python
+)
+provides=(libSkiaSharp.so)
+_tag=193b587552cb0ed39372a049d7e6c692db98c267
+source=(
+  git+https://github.com/mono/SkiaSharp.git#tag=${_tag}
+  git+https://chromium.googlesource.com/chromium/tools/depot_tools.git
+  git+https://github.com/mono/skia.git
+  skia-sharp-missing-include.patch
+)
+b2sums=('SKIP'
+'SKIP'
+'SKIP'
+

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

2022-09-11 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 11, 2022 @ 10:41:49
  Author: alucryd
Revision: 1300526

upgpkg: skia-sharp 2.88.2-1

Modified:
  skia-sharp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-11 10:41:01 UTC (rev 1300525)
+++ PKGBUILD2022-09-11 10:41:49 UTC (rev 1300526)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=skia-sharp
-pkgver=2.88.0
+pkgver=2.88.2
 _major=88
 _minor=0
 _release=0
@@ -26,7 +26,7 @@
   python
 )
 provides=(libSkiaSharp.so)
-_tag=2e12735359928ead60dd08cdf0b983c4e3d4dc56
+_tag=193b587552cb0ed39372a049d7e6c692db98c267
 source=(
   git+https://github.com/mono/SkiaSharp.git#tag=${_tag}
   git+https://chromium.googlesource.com/chromium/tools/depot_tools.git



[arch-commits] Commit in ppsspp/repos/community-x86_64 (8 files)

2022-09-11 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 11, 2022 @ 10:41:01
  Author: alucryd
Revision: 1300525

archrelease: copy trunk to community-x86_64

Added:
  ppsspp/repos/community-x86_64/PKGBUILD
(from rev 1300524, ppsspp/trunk/PKGBUILD)
  ppsspp/repos/community-x86_64/ppsspp-qt.desktop
(from rev 1300524, ppsspp/trunk/ppsspp-qt.desktop)
  ppsspp/repos/community-x86_64/ppsspp-sdl.desktop
(from rev 1300524, ppsspp/trunk/ppsspp-sdl.desktop)
  ppsspp/repos/community-x86_64/ppsspp-system-zstd.patch
(from rev 1300524, ppsspp/trunk/ppsspp-system-zstd.patch)
Deleted:
  ppsspp/repos/community-x86_64/PKGBUILD
  ppsspp/repos/community-x86_64/ppsspp-qt.desktop
  ppsspp/repos/community-x86_64/ppsspp-sdl.desktop
  ppsspp/repos/community-x86_64/ppsspp-system-zstd.patch

--+
 PKGBUILD |  296 ++---
 ppsspp-qt.desktop|   18 +-
 ppsspp-sdl.desktop   |   18 +-
 ppsspp-system-zstd.patch |   84 ++--
 4 files changed, 208 insertions(+), 208 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-11 10:40:47 UTC (rev 1300524)
+++ PKGBUILD2022-09-11 10:41:01 UTC (rev 1300525)
@@ -1,148 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ben Reedy 
-# Contributor: Clement Guerin 
-# Contributor: Thiago Kenji Okada 
-
-pkgbase=ppsspp
-pkgname=(
-  ppsspp
-  ppsspp-assets
-)
-pkgver=1.13.1
-pkgrel=1
-pkgdesc='A PSP emulator written in C++'
-arch=(x86_64)
-url=https://www.ppsspp.org/
-license=(GPL2)
-makedepends=(
-  clang
-  cmake
-  git
-  glew
-  glu
-  libglvnd
-  libzip
-  ninja
-  python
-  qt5-base
-  qt5-multimedia
-  qt5-tools
-  sdl2
-  snappy
-  zlib
-)
-_tag=97762ec6fdb7f2509be7d06c50937380dca9ead9
-source=(
-  git+https://github.com/hrydgard/ppsspp.git#tag=${_tag}
-  git+https://github.com/Kingcom/armips.git
-  git+https://github.com/discordapp/discord-rpc.git
-  git+https://github.com/hrydgard/ppsspp-ffmpeg.git
-  ppsspp-glslang::git+https://github.com/hrydgard/glslang.git
-  git+https://github.com/hrydgard/ppsspp-lang.git
-  ppsspp-miniupnp::git+https://github.com/hrydgard/miniupnp.git
-  git+https://github.com/Tencent/rapidjson.git
-  git+https://github.com/KhronosGroup/SPIRV-Cross.git
-  armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git
-  ppsspp-sdl.desktop
-  ppsspp-qt.desktop
-)
-b2sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'c6bcdfedee866dfdcc82a8c333c31ff73ed0beec65b63acec8bc8186383c0bc9f0912f21bb9715b665e8dc1793b1a85599761f9037856fa54ad8aa3bfdbfd468'
-
'328e2ba47b78d242b0ec6ba6bfa039c77a36d1ef7246e5c2c2432d8e976e9360baf505eb05f48408ede1a30545cbbb7f875bf5ebd0252cef35523d449b8254a0')
-
-pkgver() {
-  cd ppsspp
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd ppsspp
-
-  for submodule in assets/lang ext/{glslang,miniupnp} ffmpeg; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
-git submodule update ${submodule}
-  done
-
-  for submodule in ext/{armips,discord-rpc,rapidjson,SPIRV-Cross}; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../${submodule#*/}
-git submodule update ${submodule}
-  done
-
-  cd ext/armips
-
-  for submodule in ext/tinyformat; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../../../armips-${submodule#*/}
-git submodule update ${submodule}
-  done
-}
-
-build() {
-  export CC=clang
-  export CXX=clang++
-  cmake -S ppsspp -B build-sdl -G Ninja \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_SKIP_RPATH=ON \
--DHEADLESS=ON \
--DOpenGL_GL_PREFERENCE=GLVND \
--DUSE_SYSTEM_LIBZIP=ON \
--DUSE_SYSTEM_SNAPPY=ON \
--DUSE_SYSTEM_ZSTD=ON \
--DUSING_QT_UI=OFF
-  cmake --build build-sdl
-  cmake -S ppsspp -B build-qt -G Ninja \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_SKIP_RPATH=ON \
--DHEADLESS=OFF \
--DOpenGL_GL_PREFERENCE=GLVND \
--DUSE_SYSTEM_LIBZIP=ON \
--DUSE_SYSTEM_SNAPPY=ON \
--DUSE_SYSTEM_ZSTD=ON \
--DUSING_QT_UI=ON
-  cmake --build build-qt
-}
-
-package_ppsspp() {
-  depends=(
-glew
-glibc
-hicolor-icon-theme
-libgl
-libzip
-ppsspp-assets
-qt5-base
-qt5-multimedia
-sdl2
-snappy
-zlib
-zstd
-  )
-
-  install -Dm 755 build-sdl/PPSSPPSDL -t "${pkgdir}"/usr/bin/
-  install -Dm 755 build-sdl/PPSSPPHeadless -t "${pkgdir}"/usr/bin/
-  install -Dm 755 build-qt/PPSSPPQt -t "${pkgdir}"/usr/bin/
-  install -dm 755 "${pkgdir}"/usr/share/icons
-  cp -dr --no-preserve=ownership ppsspp/icons/hicolor 
"${pkgdir}"/usr/share/icons/
-  install -Dm 644 ppsspp/icons/icon-512.svg 
"${pkgdir}"/usr/share/pixmaps/ppsspp.svg
-  install -Dm 644 ppsspp-sdl.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 

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

2022-09-11 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 11, 2022 @ 10:40:47
  Author: alucryd
Revision: 1300524

upgpkg: ppsspp 1.13.2-1

Modified:
  ppsspp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-11 10:40:32 UTC (rev 1300523)
+++ PKGBUILD2022-09-11 10:40:47 UTC (rev 1300524)
@@ -9,7 +9,7 @@
   ppsspp
   ppsspp-assets
 )
-pkgver=1.13.1
+pkgver=1.13.2
 pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=(x86_64)
@@ -32,7 +32,7 @@
   snappy
   zlib
 )
-_tag=97762ec6fdb7f2509be7d06c50937380dca9ead9
+_tag=816897166fd51c800ce51f9a16d3d89462fdfe0d
 source=(
   git+https://github.com/hrydgard/ppsspp.git#tag=${_tag}
   git+https://github.com/Kingcom/armips.git



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

2022-09-11 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 11, 2022 @ 10:40:32
  Author: alucryd
Revision: 1300523

archrelease: copy trunk to community-x86_64

Added:
  neatvnc/repos/community-x86_64/PKGBUILD
(from rev 1300522, neatvnc/trunk/PKGBUILD)
Deleted:
  neatvnc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-11 10:40:22 UTC (rev 1300522)
+++ PKGBUILD2022-09-11 10:40:32 UTC (rev 1300523)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Andri Yngvason 
-
-pkgname=neatvnc
-pkgver=0.5.3
-pkgrel=1
-pkgdesc='Fast and neat VNC server library'
-arch=(x86_64)
-url=https://github.com/any1/neatvnc
-license=(custom:ISC)
-depends=(
-  glibc
-  gnutls
-  libaml.so
-  libavcodec.so
-  libdrm
-  libpixman-1.so
-  libturbojpeg.so
-  mesa
-  zlib
-)
-makedepends=(
-  git
-  meson
-  ninja
-)
-provides=(libneatvnc.so)
-_tag=29ce32732f5c98cede0ae80bb6fb69101a6fe84d
-source=(git+https://github.com/any1/neatvnc.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd neatvnc
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  arch-meson neatvnc build \
--Djpeg=enabled \
--Dtls=enabled
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  install -Dm 644 neatvnc/COPYING -t "${pkgdir}"/usr/share/licenses/neatvnc
-}
-
-# vim: ts=2 sw=2 et:

Copied: neatvnc/repos/community-x86_64/PKGBUILD (from rev 1300522, 
neatvnc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-11 10:40:32 UTC (rev 1300523)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Andri Yngvason 
+
+pkgname=neatvnc
+pkgver=0.5.4
+pkgrel=1
+pkgdesc='Fast and neat VNC server library'
+arch=(x86_64)
+url=https://github.com/any1/neatvnc
+license=(custom:ISC)
+depends=(
+  glibc
+  gnutls
+  libaml.so
+  libavcodec.so
+  libdrm
+  libpixman-1.so
+  libturbojpeg.so
+  mesa
+  zlib
+)
+makedepends=(
+  git
+  meson
+  ninja
+)
+provides=(libneatvnc.so)
+_tag=68581dbb7073f7e60e411f1ca065d4d7bb6fd9ba
+source=(git+https://github.com/any1/neatvnc.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd neatvnc
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  arch-meson neatvnc build \
+-Djpeg=enabled \
+-Dtls=enabled
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  install -Dm 644 neatvnc/COPYING -t "${pkgdir}"/usr/share/licenses/neatvnc
+}
+
+# vim: ts=2 sw=2 et:



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

2022-09-11 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 11, 2022 @ 10:40:22
  Author: alucryd
Revision: 1300522

upgpkg: neatvnc 0.5.4-1

Modified:
  neatvnc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-11 09:30:34 UTC (rev 1300521)
+++ PKGBUILD2022-09-11 10:40:22 UTC (rev 1300522)
@@ -2,7 +2,7 @@
 # Contributor: Andri Yngvason 
 
 pkgname=neatvnc
-pkgver=0.5.3
+pkgver=0.5.4
 pkgrel=1
 pkgdesc='Fast and neat VNC server library'
 arch=(x86_64)
@@ -25,7 +25,7 @@
   ninja
 )
 provides=(libneatvnc.so)
-_tag=29ce32732f5c98cede0ae80bb6fb69101a6fe84d
+_tag=68581dbb7073f7e60e411f1ca065d4d7bb6fd9ba
 source=(git+https://github.com/any1/neatvnc.git#tag=${_tag})
 b2sums=(SKIP)
 



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

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 16:04:59
  Author: alucryd
Revision: 455144

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/PKGBUILD
(from rev 455143, libva/trunk/PKGBUILD)
Deleted:
  libva/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-06 16:04:50 UTC (rev 455143)
+++ PKGBUILD2022-09-06 16:04:59 UTC (rev 455144)
@@ -1,68 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-
-pkgname=libva
-pkgver=2.15.0
-pkgrel=4
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=(x86_64)
-url=https://01.org/linuxmedia/vaapi
-license=(MIT)
-depends=(
-  libdrm
-  libgl
-  libx11
-  libxext
-  libxfixes
-  wayland
-)
-makedepends=(
-  git
-  libglvnd
-  mesa
-  meson
-)
-optdepends=(
-  'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
-  'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
-  'libva-mesa-drivers: backend for AMD and Nvidia GPUs'
-)
-provides=(
-  libva-drm.so
-  libva-glx.so
-  libva-wayland.so
-  libva-x11.so
-  libva.so
-)
-backup=(etc/libva.conf)
-options=(debug)
-_tag=b095d10bf355110352e75c22e581018a7ea7de5a
-source=(git+https://github.com/intel/libva.git#tag=${_tag})
-sha256sums=(SKIP)
-
-prebare() {
-  cd libva
-  git cherry-pick -n c49f7ea61116b030c9df251f111fffbc3235d224 # 
https://bugs.archlinux.org/task/75312
-}
-
-pkgver() {
-  cd libva
-  git describe --tags
-}
-
-build() {
-  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
-  arch-meson libva build
-  meson compile -C build
-}
-
-package() {
-  meson install -C build --destdir "${pkgdir}"
-  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+
+pkgname=libva
+pkgver=2.15.0
+pkgrel=5
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=(x86_64)
+url=https://01.org/linuxmedia/vaapi
+license=(MIT)
+depends=(
+  libdrm
+  libgl
+  libx11
+  libxext
+  libxfixes
+  wayland
+)
+makedepends=(
+  git
+  libglvnd
+  mesa
+  meson
+)
+optdepends=(
+  'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
+  'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
+  'libva-mesa-driver: backend for AMD and Nvidia GPUs'
+)
+provides=(
+  libva-drm.so
+  libva-glx.so
+  libva-wayland.so
+  libva-x11.so
+  libva.so
+)
+backup=(etc/libva.conf)
+options=(debug)
+_tag=b095d10bf355110352e75c22e581018a7ea7de5a
+source=(git+https://github.com/intel/libva.git#tag=${_tag})
+sha256sums=(SKIP)
+
+prebare() {
+  cd libva
+  git cherry-pick -n c49f7ea61116b030c9df251f111fffbc3235d224 # 
https://bugs.archlinux.org/task/75312
+}
+
+pkgver() {
+  cd libva
+  git describe --tags
+}
+
+build() {
+  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
+  arch-meson libva build
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "${pkgdir}"
+  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <

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

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 16:04:50
  Author: alucryd
Revision: 455143

libva 2.15.0-5: fix optdep name

Modified:
  libva/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 14:47:31 UTC (rev 455142)
+++ PKGBUILD2022-09-06 16:04:50 UTC (rev 455143)
@@ -4,7 +4,7 @@
 
 pkgname=libva
 pkgver=2.15.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Video Acceleration (VA) API for Linux'
 arch=(x86_64)
 url=https://01.org/linuxmedia/vaapi
@@ -26,7 +26,7 @@
 optdepends=(
   'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
   'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
-  'libva-mesa-drivers: backend for AMD and Nvidia GPUs'
+  'libva-mesa-driver: backend for AMD and Nvidia GPUs'
 )
 provides=(
   libva-drm.so



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

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 14:27:43
  Author: alucryd
Revision: 455140

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/PKGBUILD
(from rev 455139, libva/trunk/PKGBUILD)
Deleted:
  libva/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-06 14:27:33 UTC (rev 455139)
+++ PKGBUILD2022-09-06 14:27:43 UTC (rev 455140)
@@ -1,68 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-
-pkgname=libva
-pkgver=2.15.0
-pkgrel=3
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=(x86_64)
-url=https://01.org/linuxmedia/vaapi
-license=(MIT)
-depends=(
-  libdrm
-  libgl
-  libx11
-  libxext
-  libxfixes
-  wayland
-)
-makedepends=(
-  git
-  libglvnd
-  mesa
-  meson
-)
-optdepends=(
-  'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
-  'libva-vdpau-driver: backend for Nvidia and AMD GPUs'
-  'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
-)
-provides=(
-  libva-drm.so
-  libva-glx.so
-  libva-wayland.so
-  libva-x11.so
-  libva.so
-)
-backup=(etc/libva.conf)
-options=(debug)
-_tag=b095d10bf355110352e75c22e581018a7ea7de5a
-source=(git+https://github.com/intel/libva.git#tag=${_tag})
-sha256sums=(SKIP)
-
-prebare() {
-  cd libva
-  git cherry-pick -n c49f7ea61116b030c9df251f111fffbc3235d224 # 
https://bugs.archlinux.org/task/75312
-}
-
-pkgver() {
-  cd libva
-  git describe --tags
-}
-
-build() {
-  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
-  arch-meson libva build
-  meson compile -C build
-}
-
-package() {
-  meson install -C build --destdir "${pkgdir}"
-  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+
+pkgname=libva
+pkgver=2.15.0
+pkgrel=4
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=(x86_64)
+url=https://01.org/linuxmedia/vaapi
+license=(MIT)
+depends=(
+  libdrm
+  libgl
+  libx11
+  libxext
+  libxfixes
+  wayland
+)
+makedepends=(
+  git
+  libglvnd
+  mesa
+  meson
+)
+optdepends=(
+  'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
+  'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
+  'libva-mesa-drivers: backend for AMD and Nvidia GPUs'
+)
+provides=(
+  libva-drm.so
+  libva-glx.so
+  libva-wayland.so
+  libva-x11.so
+  libva.so
+)
+backup=(etc/libva.conf)
+options=(debug)
+_tag=b095d10bf355110352e75c22e581018a7ea7de5a
+source=(git+https://github.com/intel/libva.git#tag=${_tag})
+sha256sums=(SKIP)
+
+prebare() {
+  cd libva
+  git cherry-pick -n c49f7ea61116b030c9df251f111fffbc3235d224 # 
https://bugs.archlinux.org/task/75312
+}
+
+pkgver() {
+  cd libva
+  git describe --tags
+}
+
+build() {
+  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
+  arch-meson libva build
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "${pkgdir}"
+  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <

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

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 14:27:33
  Author: alucryd
Revision: 455139

libva 2.15.0-4: fix optdeps

Modified:
  libva/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 14:24:11 UTC (rev 455138)
+++ PKGBUILD2022-09-06 14:27:33 UTC (rev 455139)
@@ -4,7 +4,7 @@
 
 pkgname=libva
 pkgver=2.15.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Video Acceleration (VA) API for Linux'
 arch=(x86_64)
 url=https://01.org/linuxmedia/vaapi
@@ -25,8 +25,8 @@
 )
 optdepends=(
   'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
-  'libva-vdpau-driver: backend for Nvidia and AMD GPUs'
   'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
+  'libva-mesa-drivers: backend for AMD and Nvidia GPUs'
 )
 provides=(
   libva-drm.so



[arch-commits] Commit in lightdm/repos/extra-x86_64 (20 files)

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 14:23:08
  Author: alucryd
Revision: 455136

archrelease: copy trunk to extra-x86_64

Added:
  lightdm/repos/extra-x86_64/PKGBUILD
(from rev 455135, lightdm/trunk/PKGBUILD)
  lightdm/repos/extra-x86_64/Xsession
(from rev 455135, lightdm/trunk/Xsession)
  lightdm/repos/extra-x86_64/keys/
  lightdm/repos/extra-x86_64/lightdm-autologin.pam
(from rev 455135, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/extra-x86_64/lightdm-default-config.patch
(from rev 455135, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/extra-x86_64/lightdm.pam
(from rev 455135, lightdm/trunk/lightdm.pam)
  lightdm/repos/extra-x86_64/lightdm.rules
(from rev 455135, lightdm/trunk/lightdm.rules)
  lightdm/repos/extra-x86_64/lightdm.service
(from rev 455135, lightdm/trunk/lightdm.service)
  lightdm/repos/extra-x86_64/lightdm.sysusers
(from rev 455135, lightdm/trunk/lightdm.sysusers)
  lightdm/repos/extra-x86_64/lightdm.tmpfiles
(from rev 455135, lightdm/trunk/lightdm.tmpfiles)
Deleted:
  lightdm/repos/extra-x86_64/PKGBUILD
  lightdm/repos/extra-x86_64/Xsession
  lightdm/repos/extra-x86_64/keys/
  lightdm/repos/extra-x86_64/lightdm-autologin.pam
  lightdm/repos/extra-x86_64/lightdm-default-config.patch
  lightdm/repos/extra-x86_64/lightdm.pam
  lightdm/repos/extra-x86_64/lightdm.rules
  lightdm/repos/extra-x86_64/lightdm.service
  lightdm/repos/extra-x86_64/lightdm.sysusers
  lightdm/repos/extra-x86_64/lightdm.tmpfiles

--+
 PKGBUILD |  322 -
 Xsession |  128 
 lightdm-autologin.pam|   26 +--
 lightdm-default-config.patch |   80 +-
 lightdm.pam  |   14 -
 lightdm.rules|   30 +--
 lightdm.service  |   28 +--
 lightdm.sysusers |2 
 lightdm.tmpfiles |   10 -
 9 files changed, 320 insertions(+), 320 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-06 14:22:47 UTC (rev 455135)
+++ PKGBUILD2022-09-06 14:23:08 UTC (rev 455136)
@@ -1,161 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Morfeo 
-
-pkgbase=lightdm
-pkgname=(
-  lightdm
-  liblightdm-qt5
-)
-pkgver=1.32.0
-pkgrel=3
-epoch=1
-pkgdesc='A lightweight display manager'
-arch=(x86_64)
-url=https://github.com/canonical/lightdm
-license=(
-  GPL3
-  LGPL3
-)
-makedepends=(
-  glib2
-  git
-  gobject-introspection
-  gtk-doc
-  intltool
-  itstool
-  libgcrypt
-  libx11
-  libxcb
-  libxdmcp
-  libxklavier
-  pam
-  polkit
-  qt5-base
-  vala
-  xorg-server
-  xorg-xmodmap
-  xorg-xrdb
-  yelp-tools
-)
-_tag=9e72b5b3072ff9990211f35aa2a48e971ff710c7
-source=(
-  git+https://github.com/CanonicalLtd/lightdm.git?signed#tag=${_tag}
-  lightdm.service
-  lightdm.sysusers
-  lightdm.tmpfiles
-  lightdm.pam
-  lightdm-autologin.pam
-  lightdm.rules
-  lightdm-default-config.patch
-  Xsession
-)
-validpgpkeys=(497851B5D455C606543F2B9318EAA1890F7C882E) # Robert Ancell 

-b2sums=('SKIP'
-
'edf722759d922428f5aba6793923e3b1846ddcfab67fe3e2bac109edf16219e037242aa5536fbab346e04295069b4fc0fa98062e3006088ec9780c58e503463a'
-
'901702d0bc471de1f8f796576f4d3b451daf632dd703fecc3be7228f9b8deb911d834cd53e8fd5ee24227f46be6a4789b1983a96ec7c32d170d7427ef00c5293'
-
'8d04b2f9b861a65707bc1965a80f64d4e03cfe09c84addda27e8dca74b40f4fe85c43773e41dcb972772df7684d4bfc2aacd32c9bc1ac9fa1c2a8d6c27cd02b2'
-
'11f4c568c6b766d3baf65ea91be2ec0641381a6c195ef460a9a0e282591c1211603d0a3db630e901079fba28819a4efab45bb8b722947dfac37659daafe14aaf'
-
'3349ad387eb3c928e3314f557800f88abb58eb2d5f2e4ccb882c4469f7ed26f940cd70a89ad33484eb3f14246ea7c7402a24396aeeea7046c002bedace631c26'
-
'9e7b4f2adacfa18e9c029f93b922da45e3326266495a1919465f299fa630d769eaaa2101d76966cea496f66c4bd8469c73ef55acde5cd19fa559921c192acd04'
-
'f252322abfc5351c076ab64c4891a31fcb4cf806ad186d8287f23ae968164f612ff140da83160ebe7e6633d3b039dc4791fa4dd7dbc363dadec544a341675aa2'
-
'7785c19bb2343732d75dd2abd744148ae8baa6d8ad2b295a8e28d5eb78d7bd525e17784ae8a75784ab4cdb3fde73c66789b1bc033c53dafe13f8d19988e5ba18')
-
-prepare() {
-  cd lightdm
-  patch -Np1 -i ../lightdm-default-config.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd lightdm
-  git describe --tags
-}
-
-build() {
-  cd lightdm
-  export MOC5=moc-qt5
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/lightdm \
---localstatedir=/var \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---disable-static \
---disable-tests \
---enable-gtk-doc \
---with-greeter-user=lightdm \
---with-greeter-session=lightdm-gtk-greeter
-  make
-}
-
-package_lightdm() {
-  depends=(
-glib2
-libgcrypt
-libx11
-libxcb
-libxdmcp
-libxklavier
-pam
-polkit
-xorg-server
-xorg-xmodmap
-xorg-xrdb
-  )
-  

[arch-commits] Commit in lightdm/trunk (PKGBUILD lightdm-default-config.patch)

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 14:22:47
  Author: alucryd
Revision: 455135

FS#59322: lightdm 1:1.32.0-4

Modified:
  lightdm/trunk/PKGBUILD
  lightdm/trunk/lightdm-default-config.patch

--+
 PKGBUILD |4 ++--
 lightdm-default-config.patch |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 14:13:44 UTC (rev 455134)
+++ PKGBUILD2022-09-06 14:22:47 UTC (rev 455135)
@@ -7,7 +7,7 @@
   liblightdm-qt5
 )
 pkgver=1.32.0
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc='A lightweight display manager'
 arch=(x86_64)
@@ -57,7 +57,7 @@
 
'11f4c568c6b766d3baf65ea91be2ec0641381a6c195ef460a9a0e282591c1211603d0a3db630e901079fba28819a4efab45bb8b722947dfac37659daafe14aaf'
 
'3349ad387eb3c928e3314f557800f88abb58eb2d5f2e4ccb882c4469f7ed26f940cd70a89ad33484eb3f14246ea7c7402a24396aeeea7046c002bedace631c26'
 
'9e7b4f2adacfa18e9c029f93b922da45e3326266495a1919465f299fa630d769eaaa2101d76966cea496f66c4bd8469c73ef55acde5cd19fa559921c192acd04'
-
'f252322abfc5351c076ab64c4891a31fcb4cf806ad186d8287f23ae968164f612ff140da83160ebe7e6633d3b039dc4791fa4dd7dbc363dadec544a341675aa2'
+
'd404466a551a42ac486564c5016baaae2276ec4126ae237538836e27e58b645dccf3ad3197c5c89d637d9bb678c3d7c0568a114d22fea2abec2d5e4eb0fb2721'
 
'7785c19bb2343732d75dd2abd744148ae8baa6d8ad2b295a8e28d5eb78d7bd525e17784ae8a75784ab4cdb3fde73c66789b1bc033c53dafe13f8d19988e5ba18')
 
 prepare() {

Modified: lightdm-default-config.patch
===
--- lightdm-default-config.patch2022-09-06 14:13:44 UTC (rev 455134)
+++ lightdm-default-config.patch2022-09-06 14:22:47 UTC (rev 455135)
@@ -37,4 +37,4 @@
 +minimum-uid=1000
  hidden-users=nobody nobody4 noaccess
 -hidden-shells=/bin/false /usr/sbin/nologin /sbin/nologin
-+hidden-shells=/bin/false /usr/bin/nologin /bin/nologin
++hidden-shells=/bin/false /usr/bin/nologin /bin/nologin /sbin/nologin



[arch-commits] Commit in lightdm-gtk-greeter/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 14:13:44
  Author: alucryd
Revision: 455134

archrelease: copy trunk to extra-x86_64

Added:
  lightdm-gtk-greeter/repos/extra-x86_64/PKGBUILD
(from rev 455133, lightdm-gtk-greeter/trunk/PKGBUILD)
Deleted:
  lightdm-gtk-greeter/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-06 14:13:36 UTC (rev 455133)
+++ PKGBUILD2022-09-06 14:13:44 UTC (rev 455134)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Padfoot 
-
-pkgname=lightdm-gtk-greeter
-pkgver=2.0.8
-pkgrel=2
-epoch=1
-pkgdesc='GTK+ greeter for LightDM'
-arch=(x86_64)
-url=https://github.com/Xubuntu/lightdm-gtk-greeter
-license=(
-  GPL3
-  LGPL3
-)
-depends=(
-  gtk3
-  lightdm
-)
-makedepends=(
-  exo
-  git
-  gobject-introspection
-  intltool
-  xfce4-dev-tools
-)
-backup=(etc/lightdm/lightdm-gtk-greeter.conf)
-_tag=8008f297f7d0b34b875a837d41f77cf57e7b3f7c
-source=(git+https://github.com/Xubuntu/lightdm-gtk-greeter.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd lightdm-gtk-greeter
-
-  git describe --tags | sed 's/^lightdm-gtk-greeter-//'
-}
-
-prepare() {
-  cd lightdm-gtk-greeter
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd lightdm-gtk-greeter
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/lightdm \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-libxklavier \
---enable-kill-on-sigterm \
---disable-libido \
---disable-libindicator \
---disable-static
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C lightdm-gtk-greeter install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lightdm-gtk-greeter/repos/extra-x86_64/PKGBUILD (from rev 455133, 
lightdm-gtk-greeter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-06 14:13:44 UTC (rev 455134)
@@ -0,0 +1,62 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Padfoot 
+
+pkgname=lightdm-gtk-greeter
+pkgver=2.0.8
+pkgrel=3
+epoch=1
+pkgdesc='GTK+ greeter for LightDM'
+arch=(x86_64)
+url=https://github.com/Xubuntu/lightdm-gtk-greeter
+license=(
+  GPL3
+  LGPL3
+)
+depends=(
+  gtk3
+  lightdm
+)
+makedepends=(
+  exo
+  git
+  gobject-introspection
+  intltool
+  xfce4-dev-tools
+)
+backup=(etc/lightdm/lightdm-gtk-greeter.conf)
+_tag=8008f297f7d0b34b875a837d41f77cf57e7b3f7c
+source=(git+https://github.com/Xubuntu/lightdm-gtk-greeter.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd lightdm-gtk-greeter
+  git describe --tags | sed 's/^lightdm-gtk-greeter-//'
+}
+
+prepare() {
+  cd lightdm-gtk-greeter
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd lightdm-gtk-greeter
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/lightdm \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-libxklavier \
+--enable-kill-on-sigterm \
+--disable-at-spi-command \
+--disable-indicator-services-command \
+--disable-libido \
+--disable-libindicator \
+--disable-static
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C lightdm-gtk-greeter install
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in lightdm-gtk-greeter/trunk (PKGBUILD)

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 14:13:36
  Author: alucryd
Revision: 455133

FS#61249: lightdm-gtk-greeter 1:2.0.8-3

Modified:
  lightdm-gtk-greeter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 14:00:31 UTC (rev 455132)
+++ PKGBUILD2022-09-06 14:13:36 UTC (rev 455133)
@@ -3,7 +3,7 @@
 
 pkgname=lightdm-gtk-greeter
 pkgver=2.0.8
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='GTK+ greeter for LightDM'
 arch=(x86_64)
@@ -30,19 +30,16 @@
 
 pkgver() {
   cd lightdm-gtk-greeter
-
   git describe --tags | sed 's/^lightdm-gtk-greeter-//'
 }
 
 prepare() {
   cd lightdm-gtk-greeter
-
   NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
   cd lightdm-gtk-greeter
-
   ./configure \
 --prefix=/usr \
 --libexecdir=/usr/lib/lightdm \
@@ -50,6 +47,8 @@
 --sysconfdir=/etc \
 --with-libxklavier \
 --enable-kill-on-sigterm \
+--disable-at-spi-command \
+--disable-indicator-services-command \
 --disable-libido \
 --disable-libindicator \
 --disable-static



[arch-commits] Commit in lightdm/repos/extra-x86_64 (20 files)

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 14:00:31
  Author: alucryd
Revision: 455132

archrelease: copy trunk to extra-x86_64

Added:
  lightdm/repos/extra-x86_64/PKGBUILD
(from rev 455131, lightdm/trunk/PKGBUILD)
  lightdm/repos/extra-x86_64/Xsession
(from rev 455131, lightdm/trunk/Xsession)
  lightdm/repos/extra-x86_64/keys/
  lightdm/repos/extra-x86_64/lightdm-autologin.pam
(from rev 455131, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/extra-x86_64/lightdm-default-config.patch
(from rev 455131, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/extra-x86_64/lightdm.pam
(from rev 455131, lightdm/trunk/lightdm.pam)
  lightdm/repos/extra-x86_64/lightdm.rules
(from rev 455131, lightdm/trunk/lightdm.rules)
  lightdm/repos/extra-x86_64/lightdm.service
(from rev 455131, lightdm/trunk/lightdm.service)
  lightdm/repos/extra-x86_64/lightdm.sysusers
(from rev 455131, lightdm/trunk/lightdm.sysusers)
  lightdm/repos/extra-x86_64/lightdm.tmpfiles
(from rev 455131, lightdm/trunk/lightdm.tmpfiles)
Deleted:
  lightdm/repos/extra-x86_64/PKGBUILD
  lightdm/repos/extra-x86_64/Xsession
  lightdm/repos/extra-x86_64/keys/
  lightdm/repos/extra-x86_64/lightdm-autologin.pam
  lightdm/repos/extra-x86_64/lightdm-default-config.patch
  lightdm/repos/extra-x86_64/lightdm.pam
  lightdm/repos/extra-x86_64/lightdm.rules
  lightdm/repos/extra-x86_64/lightdm.service
  lightdm/repos/extra-x86_64/lightdm.sysusers
  lightdm/repos/extra-x86_64/lightdm.tmpfiles

--+
 PKGBUILD |  318 -
 Xsession |  128 
 lightdm-autologin.pam|   26 +--
 lightdm-default-config.patch |   80 +-
 lightdm.pam  |   14 -
 lightdm.rules|   30 +--
 lightdm.service  |   28 +--
 lightdm.sysusers |2 
 lightdm.tmpfiles |   10 -
 9 files changed, 320 insertions(+), 316 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-06 14:00:08 UTC (rev 455131)
+++ PKGBUILD2022-09-06 14:00:31 UTC (rev 455132)
@@ -1,157 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Morfeo 
-
-pkgbase=lightdm
-pkgname=(
-  lightdm
-  liblightdm-qt5
-)
-pkgver=1.32.0
-pkgrel=2
-epoch=1
-pkgdesc='A lightweight display manager'
-arch=(x86_64)
-url=https://github.com/canonical/lightdm
-license=(
-  GPL3
-  LGPL3
-)
-makedepends=(
-  glib2
-  git
-  gobject-introspection
-  gtk-doc
-  intltool
-  itstool
-  libgcrypt
-  libx11
-  libxcb
-  libxdmcp
-  libxklavier
-  pam
-  polkit
-  qt5-base
-  vala
-  xorg-server
-  yelp-tools
-)
-_tag=9e72b5b3072ff9990211f35aa2a48e971ff710c7
-source=(
-  git+https://github.com/CanonicalLtd/lightdm.git?signed#tag=${_tag}
-  lightdm.service
-  lightdm.sysusers
-  lightdm.tmpfiles
-  lightdm.pam
-  lightdm-autologin.pam
-  lightdm.rules
-  lightdm-default-config.patch
-  Xsession
-)
-validpgpkeys=(497851B5D455C606543F2B9318EAA1890F7C882E) # Robert Ancell 

-b2sums=('SKIP'
-
'edf722759d922428f5aba6793923e3b1846ddcfab67fe3e2bac109edf16219e037242aa5536fbab346e04295069b4fc0fa98062e3006088ec9780c58e503463a'
-
'901702d0bc471de1f8f796576f4d3b451daf632dd703fecc3be7228f9b8deb911d834cd53e8fd5ee24227f46be6a4789b1983a96ec7c32d170d7427ef00c5293'
-
'8d04b2f9b861a65707bc1965a80f64d4e03cfe09c84addda27e8dca74b40f4fe85c43773e41dcb972772df7684d4bfc2aacd32c9bc1ac9fa1c2a8d6c27cd02b2'
-
'11f4c568c6b766d3baf65ea91be2ec0641381a6c195ef460a9a0e282591c1211603d0a3db630e901079fba28819a4efab45bb8b722947dfac37659daafe14aaf'
-
'3349ad387eb3c928e3314f557800f88abb58eb2d5f2e4ccb882c4469f7ed26f940cd70a89ad33484eb3f14246ea7c7402a24396aeeea7046c002bedace631c26'
-
'9e7b4f2adacfa18e9c029f93b922da45e3326266495a1919465f299fa630d769eaaa2101d76966cea496f66c4bd8469c73ef55acde5cd19fa559921c192acd04'
-
'f252322abfc5351c076ab64c4891a31fcb4cf806ad186d8287f23ae968164f612ff140da83160ebe7e6633d3b039dc4791fa4dd7dbc363dadec544a341675aa2'
-
'7785c19bb2343732d75dd2abd744148ae8baa6d8ad2b295a8e28d5eb78d7bd525e17784ae8a75784ab4cdb3fde73c66789b1bc033c53dafe13f8d19988e5ba18')
-
-prepare() {
-  cd lightdm
-  patch -Np1 -i ../lightdm-default-config.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd lightdm
-  git describe --tags
-}
-
-build() {
-  cd lightdm
-  export MOC5=moc-qt5
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/lightdm \
---localstatedir=/var \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---disable-static \
---disable-tests \
---enable-gtk-doc \
---with-greeter-user=lightdm \
---with-greeter-session=lightdm-gtk-greeter
-  make
-}
-
-package_lightdm() {
-  depends=(
-glib2
-libgcrypt
-libx11
-libxcb
-libxdmcp
-libxklavier
-pam
-polkit
-xorg-server
-  )
-  optdepends=(
-'accountsservice: Enhanced user accounts handling'
-

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

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 14:00:08
  Author: alucryd
Revision: 455131

lightdm 1:1.32.0-3: add dep on xorg-xmodmap and xorg-xrdb

Modified:
  lightdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 13:52:13 UTC (rev 455130)
+++ PKGBUILD2022-09-06 14:00:08 UTC (rev 455131)
@@ -7,7 +7,7 @@
   liblightdm-qt5
 )
 pkgver=1.32.0
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='A lightweight display manager'
 arch=(x86_64)
@@ -33,6 +33,8 @@
   qt5-base
   vala
   xorg-server
+  xorg-xmodmap
+  xorg-xrdb
   yelp-tools
 )
 _tag=9e72b5b3072ff9990211f35aa2a48e971ff710c7
@@ -97,6 +99,8 @@
 pam
 polkit
 xorg-server
+xorg-xmodmap
+xorg-xrdb
   )
   optdepends=(
 'accountsservice: Enhanced user accounts handling'



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

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 13:52:13
  Author: alucryd
Revision: 455130

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/PKGBUILD
(from rev 455129, libva/trunk/PKGBUILD)
Deleted:
  libva/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-06 13:52:04 UTC (rev 455129)
+++ PKGBUILD2022-09-06 13:52:13 UTC (rev 455130)
@@ -1,65 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-
-pkgname=libva
-pkgver=2.15.0
-pkgrel=2
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=(x86_64)
-url=https://01.org/linuxmedia/vaapi
-license=(MIT)
-depends=(
-  libdrm
-  libgl
-  libx11
-  libxext
-  libxfixes
-  wayland
-)
-makedepends=(
-  git
-  libglvnd
-  mesa
-  meson
-)
-optdepends=(
-  'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
-  'libva-vdpau-driver: backend for Nvidia and AMD GPUs'
-  'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
-)
-provides=(
-  libva-drm.so
-  libva-glx.so
-  libva-wayland.so
-  libva-x11.so
-  libva.so
-)
-backup=(etc/libva.conf)
-options=(debug)
-_tag=b095d10bf355110352e75c22e581018a7ea7de5a
-source=(git+https://github.com/intel/libva.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libva
-
-  git describe --tags
-}
-
-build() {
-  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
-  arch-meson libva build
-  meson compile -C build
-}
-
-package() {
-  meson install -C build --destdir "${pkgdir}"
-  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-
-  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+
+pkgname=libva
+pkgver=2.15.0
+pkgrel=3
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=(x86_64)
+url=https://01.org/linuxmedia/vaapi
+license=(MIT)
+depends=(
+  libdrm
+  libgl
+  libx11
+  libxext
+  libxfixes
+  wayland
+)
+makedepends=(
+  git
+  libglvnd
+  mesa
+  meson
+)
+optdepends=(
+  'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
+  'libva-vdpau-driver: backend for Nvidia and AMD GPUs'
+  'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
+)
+provides=(
+  libva-drm.so
+  libva-glx.so
+  libva-wayland.so
+  libva-x11.so
+  libva.so
+)
+backup=(etc/libva.conf)
+options=(debug)
+_tag=b095d10bf355110352e75c22e581018a7ea7de5a
+source=(git+https://github.com/intel/libva.git#tag=${_tag})
+sha256sums=(SKIP)
+
+prebare() {
+  cd libva
+  git cherry-pick -n c49f7ea61116b030c9df251f111fffbc3235d224 # 
https://bugs.archlinux.org/task/75312
+}
+
+pkgver() {
+  cd libva
+  git describe --tags
+}
+
+build() {
+  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
+  arch-meson libva build
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "${pkgdir}"
+  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <

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

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 13:52:04
  Author: alucryd
Revision: 455129

FS#75312: libva 2.15.0-3

Modified:
  libva/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 13:41:54 UTC (rev 455128)
+++ PKGBUILD2022-09-06 13:52:04 UTC (rev 455129)
@@ -1,10 +1,10 @@
-# Maintainer: Maxime Gauduin 
+# Maintainer: Maxime Gauduin 
 # Contributor: Bartłomiej Piotrowski 
 # Contributor: Ionut Biru 
 
 pkgname=libva
 pkgver=2.15.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Video Acceleration (VA) API for Linux'
 arch=(x86_64)
 url=https://01.org/linuxmedia/vaapi
@@ -41,9 +41,13 @@
 source=(git+https://github.com/intel/libva.git#tag=${_tag})
 sha256sums=(SKIP)
 
+prebare() {
+  cd libva
+  git cherry-pick -n c49f7ea61116b030c9df251f111fffbc3235d224 # 
https://bugs.archlinux.org/task/75312
+}
+
 pkgver() {
   cd libva
-
   git describe --tags
 }
 
@@ -56,7 +60,6 @@
 package() {
   meson install -C build --destdir "${pkgdir}"
   install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-
   install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <

[arch-commits] Commit in lightdm/repos/extra-x86_64 (20 files)

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 13:35:32
  Author: alucryd
Revision: 455124

archrelease: copy trunk to extra-x86_64

Added:
  lightdm/repos/extra-x86_64/PKGBUILD
(from rev 455123, lightdm/trunk/PKGBUILD)
  lightdm/repos/extra-x86_64/Xsession
(from rev 455123, lightdm/trunk/Xsession)
  lightdm/repos/extra-x86_64/keys/
  lightdm/repos/extra-x86_64/lightdm-autologin.pam
(from rev 455123, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/extra-x86_64/lightdm-default-config.patch
(from rev 455123, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/extra-x86_64/lightdm.pam
(from rev 455123, lightdm/trunk/lightdm.pam)
  lightdm/repos/extra-x86_64/lightdm.rules
(from rev 455123, lightdm/trunk/lightdm.rules)
  lightdm/repos/extra-x86_64/lightdm.service
(from rev 455123, lightdm/trunk/lightdm.service)
  lightdm/repos/extra-x86_64/lightdm.sysusers
(from rev 455123, lightdm/trunk/lightdm.sysusers)
  lightdm/repos/extra-x86_64/lightdm.tmpfiles
(from rev 455123, lightdm/trunk/lightdm.tmpfiles)
Deleted:
  lightdm/repos/extra-x86_64/PKGBUILD
  lightdm/repos/extra-x86_64/Xsession
  lightdm/repos/extra-x86_64/keys/
  lightdm/repos/extra-x86_64/lightdm-autologin.pam
  lightdm/repos/extra-x86_64/lightdm-default-config.patch
  lightdm/repos/extra-x86_64/lightdm.pam
  lightdm/repos/extra-x86_64/lightdm.rules
  lightdm/repos/extra-x86_64/lightdm.service
  lightdm/repos/extra-x86_64/lightdm.sysusers
  lightdm/repos/extra-x86_64/lightdm.tmpfiles

--+
 PKGBUILD |  312 -
 Xsession |  128 
 lightdm-autologin.pam|   26 +--
 lightdm-default-config.patch |   80 +-
 lightdm.pam  |   14 -
 lightdm.rules|   30 +--
 lightdm.service  |   28 +--
 lightdm.sysusers |2 
 lightdm.tmpfiles |   10 -
 9 files changed, 316 insertions(+), 314 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-06 13:35:11 UTC (rev 455123)
+++ PKGBUILD2022-09-06 13:35:32 UTC (rev 455124)
@@ -1,155 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Morfeo 
-
-pkgbase=lightdm
-pkgname=(
-  lightdm
-  liblightdm-qt5
-)
-pkgver=1.32.0
-pkgrel=1
-epoch=1
-pkgdesc='A lightweight display manager'
-arch=(x86_64)
-url=https://github.com/canonical/lightdm
-license=(
-  GPL3
-  LGPL3
-)
-makedepends=(
-  glib2
-  git
-  gobject-introspection
-  gtk-doc
-  intltool
-  itstool
-  libgcrypt
-  libx11
-  libxcb
-  libxdmcp
-  libxklavier
-  pam
-  polkit
-  qt5-base
-  vala
-  yelp-tools
-)
-_tag=9e72b5b3072ff9990211f35aa2a48e971ff710c7
-source=(
-  git+https://github.com/CanonicalLtd/lightdm.git?signed#tag=${_tag}
-  lightdm.service
-  lightdm.sysusers
-  lightdm.tmpfiles
-  lightdm.pam
-  lightdm-autologin.pam
-  lightdm.rules
-  lightdm-default-config.patch
-  Xsession
-)
-validpgpkeys=(497851B5D455C606543F2B9318EAA1890F7C882E) # Robert Ancell 

-b2sums=('SKIP'
-
'edf722759d922428f5aba6793923e3b1846ddcfab67fe3e2bac109edf16219e037242aa5536fbab346e04295069b4fc0fa98062e3006088ec9780c58e503463a'
-
'901702d0bc471de1f8f796576f4d3b451daf632dd703fecc3be7228f9b8deb911d834cd53e8fd5ee24227f46be6a4789b1983a96ec7c32d170d7427ef00c5293'
-
'8d04b2f9b861a65707bc1965a80f64d4e03cfe09c84addda27e8dca74b40f4fe85c43773e41dcb972772df7684d4bfc2aacd32c9bc1ac9fa1c2a8d6c27cd02b2'
-
'11f4c568c6b766d3baf65ea91be2ec0641381a6c195ef460a9a0e282591c1211603d0a3db630e901079fba28819a4efab45bb8b722947dfac37659daafe14aaf'
-
'3349ad387eb3c928e3314f557800f88abb58eb2d5f2e4ccb882c4469f7ed26f940cd70a89ad33484eb3f14246ea7c7402a24396aeeea7046c002bedace631c26'
-
'9e7b4f2adacfa18e9c029f93b922da45e3326266495a1919465f299fa630d769eaaa2101d76966cea496f66c4bd8469c73ef55acde5cd19fa559921c192acd04'
-
'f252322abfc5351c076ab64c4891a31fcb4cf806ad186d8287f23ae968164f612ff140da83160ebe7e6633d3b039dc4791fa4dd7dbc363dadec544a341675aa2'
-
'7785c19bb2343732d75dd2abd744148ae8baa6d8ad2b295a8e28d5eb78d7bd525e17784ae8a75784ab4cdb3fde73c66789b1bc033c53dafe13f8d19988e5ba18')
-
-prepare() {
-  cd lightdm
-  patch -Np1 -i ../lightdm-default-config.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd lightdm
-  git describe --tags
-}
-
-build() {
-  cd lightdm
-  export MOC5=moc-qt5
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/lightdm \
---localstatedir=/var \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---disable-static \
---disable-tests \
---enable-gtk-doc \
---with-greeter-user=lightdm \
---with-greeter-session=lightdm-gtk-greeter
-  make
-}
-
-package_lightdm() {
-  depends=(
-glib2
-libgcrypt
-libx11
-libxcb
-libxdmcp
-libxklavier
-pam
-polkit
-  )
-  optdepends=(
-'accountsservice: Enhanced user accounts handling'
-'lightdm-gtk-greeter: GTK 

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

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 13:35:11
  Author: alucryd
Revision: 455123

lightdm 1:1.32.0-2: add depends on xorg-server

Modified:
  lightdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 13:11:33 UTC (rev 455122)
+++ PKGBUILD2022-09-06 13:35:11 UTC (rev 455123)
@@ -7,7 +7,7 @@
   liblightdm-qt5
 )
 pkgver=1.32.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='A lightweight display manager'
 arch=(x86_64)
@@ -32,6 +32,7 @@
   polkit
   qt5-base
   vala
+  xorg-server
   yelp-tools
 )
 _tag=9e72b5b3072ff9990211f35aa2a48e971ff710c7
@@ -95,6 +96,7 @@
 libxklavier
 pam
 polkit
+xorg-server
   )
   optdepends=(
 'accountsservice: Enhanced user accounts handling'



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

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 13:11:33
  Author: alucryd
Revision: 455122

archrelease: copy trunk to extra-x86_64

Added:
  ffmpeg/repos/extra-x86_64/PKGBUILD
(from rev 455121, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/extra-x86_64/add-av_stream_get_first_dts-for-chromium.patch
(from rev 455121, 
ffmpeg/trunk/add-av_stream_get_first_dts-for-chromium.patch)
  ffmpeg/repos/extra-x86_64/ffmpeg-vmaf2.x.patch
(from rev 455121, ffmpeg/trunk/ffmpeg-vmaf2.x.patch)
  ffmpeg/repos/extra-x86_64/keys/
Deleted:
  ffmpeg/repos/extra-x86_64/PKGBUILD
  ffmpeg/repos/extra-x86_64/add-av_stream_get_first_dts-for-chromium.patch
  ffmpeg/repos/extra-x86_64/ffmpeg-vmaf2.x.patch
  ffmpeg/repos/extra-x86_64/keys/

+
 PKGBUILD   |  385 ++--
 add-av_stream_get_first_dts-for-chromium.patch |   62 
 ffmpeg-vmaf2.x.patch   | 1910 +++
 3 files changed, 1184 insertions(+), 1173 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-06 13:11:20 UTC (rev 455121)
+++ PKGBUILD2022-09-06 13:11:33 UTC (rev 455122)
@@ -1,187 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=5.1.1
-pkgrel=2
-epoch=2
-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
-  libpulse
-  librav1e.so
-  libraw1394
-  librsvg-2.so
-  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
-  libzimg.so
-  opencore-amr
-  openjpeg2
-  opus
-  sdl2
-  speex
-  srt
-  svt-av1
-  v4l-utils
-  vmaf
-  xz
-  zlib
-)
-makedepends=(
-  amf-headers
-  avisynthplus
-  clang
-  ffnvcodec-headers
-  git
-  ladspa
-  nasm
-)
-optdepends=(
-  'avisynthplus: AviSynthPlus support'
-  '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
-)
-options=(
-  debug
-)
-_tag=8536e629f0c35c0e8a2b67e65d3bc60a088fe413
-source=(
-  git+https://git.ffmpeg.org/ffmpeg.git?signed#tag=${_tag}
-  add-av_stream_get_first_dts-for-chromium.patch
-)
-b2sums=('SKIP'
-
'555274228e09a233d92beb365d413ff5c718a782008075552cafb2130a3783cf976b51dfe4513c15777fb6e8397a34122d475080f2c4483e8feea5c0d878e6de')
-validpgpkeys=(DD1EC9E8DE085C629B3E1846B18E8928B3948D64) # Michael Niedermayer 

-
-prepare() {
-  cd ffmpeg
-  patch -Np1 -i ../add-av_stream_get_first_dts-for-chromium.patch # 
https://crbug.com/1251779
-}
-
-pkgver() {
-  cd ffmpeg
-  git describe --tags | sed 's/^n//'
-}
-
-build() {
-  cd ffmpeg
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-amf \
---enable-avisynth \
---enable-cuda-llvm \
---enable-lto \
---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-librav1e \
---enable-librsvg \
---enable-libsoxr \
---enable-libspeex \
---enable-libsrt \
---enable-libssh \
---enable-libsvtav1 \
---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-libzimg \
---enable-nvdec \
---enable-nvenc \
---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/extra-x86_64/PKGBUILD (from rev 455121, 

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

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 13:11:20
  Author: alucryd
Revision: 455121

ffmpeg 2:5.1.1-3: add bs2b, opencl, opengl and vulkan support

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 12:45:24 UTC (rev 455120)
+++ PKGBUILD2022-09-06 13:11:20 UTC (rev 455121)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=5.1.1
-pkgrel=2
+pkgrel=3
 epoch=2
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -26,9 +26,11 @@
   libass.so
   libavc1394
   libbluray.so
+  libbs2b.so
   libdav1d.so
   libdrm
   libfreetype.so
+  libgl
   libiec61883
   libmfx
   libmodplug
@@ -47,6 +49,7 @@
   libvorbisenc.so
   libvorbis.so
   libvpx.so
+  libvulkan.so
   libwebp
   libx11
   libx264.so
@@ -57,6 +60,7 @@
   libxv
   libxvidcore.so
   libzimg.so
+  ocl-icd
   opencore-amr
   openjpeg2
   opus
@@ -76,7 +80,10 @@
   ffnvcodec-headers
   git
   ladspa
+  mesa
   nasm
+  opencl-headers
+  vulkan-headers
 )
 optdepends=(
   'avisynthplus: AviSynthPlus support'
@@ -135,6 +142,7 @@
 --enable-libaom \
 --enable-libass \
 --enable-libbluray \
+--enable-libbs2b \
 --enable-libdav1d \
 --enable-libdrm \
 --enable-libfreetype \
@@ -172,8 +180,11 @@
 --enable-libzimg \
 --enable-nvdec \
 --enable-nvenc \
+--enable-opencl \
+--enable-opengl \
 --enable-shared \
---enable-version3
+--enable-version3 \
+--enable-vulkan
   make
   make tools/qt-faststart
   make doc/ff{mpeg,play}.1



[arch-commits] Commit in ffmpeg/repos/extra-x86_64 (7 files)

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 12:32:45
  Author: alucryd
Revision: 455118

archrelease: copy trunk to extra-x86_64

Added:
  ffmpeg/repos/extra-x86_64/PKGBUILD
(from rev 455117, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/extra-x86_64/add-av_stream_get_first_dts-for-chromium.patch
(from rev 455117, 
ffmpeg/trunk/add-av_stream_get_first_dts-for-chromium.patch)
  ffmpeg/repos/extra-x86_64/ffmpeg-vmaf2.x.patch
(from rev 455117, ffmpeg/trunk/ffmpeg-vmaf2.x.patch)
  ffmpeg/repos/extra-x86_64/keys/
Deleted:
  ffmpeg/repos/extra-x86_64/PKGBUILD
  ffmpeg/repos/extra-x86_64/add-av_stream_get_first_dts-for-chromium.patch
  ffmpeg/repos/extra-x86_64/ffmpeg-vmaf2.x.patch

+
 PKGBUILD   |  376 ++--
 add-av_stream_get_first_dts-for-chromium.patch |   62 
 ffmpeg-vmaf2.x.patch   | 1910 +++
 3 files changed, 1173 insertions(+), 1175 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-06 12:32:32 UTC (rev 455117)
+++ PKGBUILD2022-09-06 12:32:45 UTC (rev 455118)
@@ -1,189 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=5.1.1
-pkgrel=1
-epoch=2
-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
-  libpulse
-  librav1e.so
-  libraw1394
-  librsvg-2.so
-  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
-  libzimg.so
-  opencore-amr
-  openjpeg2
-  opus
-  sdl2
-  speex
-  srt
-  svt-av1
-  v4l-utils
-  vmaf
-  xz
-  zlib
-)
-makedepends=(
-  amf-headers
-  avisynthplus
-  clang
-  ffnvcodec-headers
-  git
-  ladspa
-  nasm
-)
-optdepends=(
-  'avisynthplus: AviSynthPlus support'
-  '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
-)
-options=(
-  debug
-)
-_tag=1bad30dbe34f2d100b43e8f773d3fe0b5eb23523
-source=(
-  git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
-  add-av_stream_get_first_dts-for-chromium.patch
-)
-b2sums=('SKIP'
-
'555274228e09a233d92beb365d413ff5c718a782008075552cafb2130a3783cf976b51dfe4513c15777fb6e8397a34122d475080f2c4483e8feea5c0d878e6de')
-
-prepare() {
-  cd ffmpeg
-  git cherry-pick -n 412922cc6fa790897ef6bb2be5d6f9a5f030754d # remove default 
IPFS gateway
-  patch -Np1 -i ../add-av_stream_get_first_dts-for-chromium.patch # 
https://crbug.com/1251779
-}
-
-pkgver() {
-  cd ffmpeg
-  git describe --tags | sed 's/^n//'
-}
-
-build() {
-  cd ffmpeg
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-amf \
---enable-avisynth \
---enable-cuda-llvm \
---enable-lto \
---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-librav1e \
---enable-librsvg \
---enable-libsoxr \
---enable-libspeex \
---enable-libsrt \
---enable-libssh \
---enable-libsvtav1 \
---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-libzimg \
---enable-nvdec \
---enable-nvenc \
---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/extra-x86_64/PKGBUILD (from rev 455117, 
ffmpeg/trunk/PKGBUILD)

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

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 12:32:32
  Author: alucryd
Revision: 455117

ffmpeg 2:5.1.1-2: verify tag signature and remove unneeded cherry-pick

Added:
  ffmpeg/trunk/keys/
  ffmpeg/trunk/keys/pgp/
  ffmpeg/trunk/keys/pgp/DD1EC9E8DE085C629B3E1846B18E8928B3948D64.asc
Modified:
  ffmpeg/trunk/PKGBUILD

---+
 PKGBUILD  |   10 --
 keys/pgp/DD1EC9E8DE085C629B3E1846B18E8928B3948D64.asc |1 +
 2 files changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 11:06:16 UTC (rev 455116)
+++ PKGBUILD2022-09-06 12:32:32 UTC (rev 455117)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=5.1.1
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -97,17 +97,17 @@
 options=(
   debug
 )
-_tag=1bad30dbe34f2d100b43e8f773d3fe0b5eb23523
+_tag=8536e629f0c35c0e8a2b67e65d3bc60a088fe413
 source=(
-  git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
+  git+https://git.ffmpeg.org/ffmpeg.git?signed#tag=${_tag}
   add-av_stream_get_first_dts-for-chromium.patch
 )
 b2sums=('SKIP'
 
'555274228e09a233d92beb365d413ff5c718a782008075552cafb2130a3783cf976b51dfe4513c15777fb6e8397a34122d475080f2c4483e8feea5c0d878e6de')
+validpgpkeys=(DD1EC9E8DE085C629B3E1846B18E8928B3948D64) # Michael Niedermayer 

 
 prepare() {
   cd ffmpeg
-  git cherry-pick -n 412922cc6fa790897ef6bb2be5d6f9a5f030754d # remove default 
IPFS gateway
   patch -Np1 -i ../add-av_stream_get_first_dts-for-chromium.patch # 
https://crbug.com/1251779
 }
 
@@ -118,7 +118,6 @@
 
 build() {
   cd ffmpeg
-
   ./configure \
 --prefix=/usr \
 --disable-debug \
@@ -175,7 +174,6 @@
 --enable-nvenc \
 --enable-shared \
 --enable-version3
-
   make
   make tools/qt-faststart
   make doc/ff{mpeg,play}.1

Added: keys/pgp/DD1EC9E8DE085C629B3E1846B18E8928B3948D64.asc
===
(Binary files differ)

Index: ffmpeg/trunk/keys/pgp/DD1EC9E8DE085C629B3E1846B18E8928B3948D64.asc
===
--- keys/pgp/DD1EC9E8DE085C629B3E1846B18E8928B3948D64.asc   2022-09-06 
11:06:16 UTC (rev 455116)
+++ keys/pgp/DD1EC9E8DE085C629B3E1846B18E8928B3948D64.asc   2022-09-06 
12:32:32 UTC (rev 455117)

Property changes on: 
ffmpeg/trunk/keys/pgp/DD1EC9E8DE085C629B3E1846B18E8928B3948D64.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in ttf-iosevka-nerd/repos/community-any (PKGBUILD PKGBUILD)

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 12:22:26
  Author: alucryd
Revision: 1294432

archrelease: copy trunk to community-any

Added:
  ttf-iosevka-nerd/repos/community-any/PKGBUILD
(from rev 1294431, ttf-iosevka-nerd/trunk/PKGBUILD)
Deleted:
  ttf-iosevka-nerd/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-06 12:22:16 UTC (rev 1294431)
+++ PKGBUILD2022-09-06 12:22:26 UTC (rev 1294432)
@@ -1,31 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Tommaso Sardelli 
-# Contributor: Sri Harsha 
-
-pkgname=ttf-iosevka-nerd
-pkgver=2.1.0
-pkgrel=2
-pkgdesc='Typeface family designed for coding, terminal use and technical 
documents (Nerd Fonts)'
-arch=(any)
-url=https://github.com/ryanoasis/nerd-fonts
-license=(MIT)
-provides=(ttf-font-nerd)
-conflicts=(nerd-fonts-iosevka)
-replaces=(nerd-fonts-iosevka)
-source=(
-  
"Iosevka-nerd-v${pkgver}.zip::https://github.com/ryanoasis/nerd-fonts/releases/download/v${pkgver}/Iosevka.zip;
-  "https://github.com/ryanoasis/nerd-fonts/raw/v${pkgver}/LICENSE;
-)
-b2sums=('2de67d3aa61bc4c81b8dd6fe0a38d27363bd254e05237b491decfac3bdad7fce9ab9fac8138f8b20f8345a4059b17b13311ffc6897404c91fe8b5f1e1f9de056'
-
'ece38b21e41c31a10260b2a99ea23661a945c11b5edbcb625b0e317be59050cc3bc04d72d4b36f94d89c263fd742d31b55f449057ad54a7e912cd1b472a38a84')
-
-prepare() {
-  find "${srcdir}" -name '*Windows*' -delete
-}
-
-package() {
-  install -Dm 644 *.ttf -t "${pkgdir}"/usr/share/fonts/TTF/
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/ttf-iosevka-nerd/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ttf-iosevka-nerd/repos/community-any/PKGBUILD (from rev 1294431, 
ttf-iosevka-nerd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-06 12:22:26 UTC (rev 1294432)
@@ -0,0 +1,31 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tommaso Sardelli 
+# Contributor: Sri Harsha 
+
+pkgname=ttf-iosevka-nerd
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Typeface family designed for coding, terminal use and technical 
documents (Nerd Fonts)'
+arch=(any)
+url=https://github.com/ryanoasis/nerd-fonts
+license=(MIT)
+provides=(ttf-font-nerd)
+conflicts=(nerd-fonts-iosevka)
+replaces=(nerd-fonts-iosevka)
+source=(
+  
"Iosevka-nerd-v${pkgver}.zip::https://github.com/ryanoasis/nerd-fonts/releases/download/v${pkgver}/Iosevka.zip;
+  "https://github.com/ryanoasis/nerd-fonts/raw/v${pkgver}/LICENSE;
+)
+b2sums=('0bd0b08064d037cc22fdd4e9ecad748808d2d42913a7cdaa307ac6efd60ac23cfa829def3e8e2392c21e8606d6a124b1cb9e2e2d24233eadee5b6b6e1f4d5510'
+
'ece38b21e41c31a10260b2a99ea23661a945c11b5edbcb625b0e317be59050cc3bc04d72d4b36f94d89c263fd742d31b55f449057ad54a7e912cd1b472a38a84')
+
+prepare() {
+  find "${srcdir}" -name '*Windows*' -delete
+}
+
+package() {
+  install -Dm 644 *.ttf -t "${pkgdir}"/usr/share/fonts/TTF/
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/ttf-iosevka-nerd/
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in ttf-iosevka-nerd/trunk (PKGBUILD)

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 12:22:16
  Author: alucryd
Revision: 1294431

upgpkg: ttf-iosevka-nerd 2.2.1-1

Modified:
  ttf-iosevka-nerd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 12:13:09 UTC (rev 1294430)
+++ PKGBUILD2022-09-06 12:22:16 UTC (rev 1294431)
@@ -3,8 +3,8 @@
 # Contributor: Sri Harsha 
 
 pkgname=ttf-iosevka-nerd
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
 pkgdesc='Typeface family designed for coding, terminal use and technical 
documents (Nerd Fonts)'
 arch=(any)
 url=https://github.com/ryanoasis/nerd-fonts
@@ -16,7 +16,7 @@
   
"Iosevka-nerd-v${pkgver}.zip::https://github.com/ryanoasis/nerd-fonts/releases/download/v${pkgver}/Iosevka.zip;
   "https://github.com/ryanoasis/nerd-fonts/raw/v${pkgver}/LICENSE;
 )
-b2sums=('2de67d3aa61bc4c81b8dd6fe0a38d27363bd254e05237b491decfac3bdad7fce9ab9fac8138f8b20f8345a4059b17b13311ffc6897404c91fe8b5f1e1f9de056'
+b2sums=('0bd0b08064d037cc22fdd4e9ecad748808d2d42913a7cdaa307ac6efd60ac23cfa829def3e8e2392c21e8606d6a124b1cb9e2e2d24233eadee5b6b6e1f4d5510'
 
'ece38b21e41c31a10260b2a99ea23661a945c11b5edbcb625b0e317be59050cc3bc04d72d4b36f94d89c263fd742d31b55f449057ad54a7e912cd1b472a38a84')
 
 prepare() {



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

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 12:13:09
  Author: alucryd
Revision: 1294430

archrelease: copy trunk to community-any

Added:
  jenv/repos/community-any/PKGBUILD
(from rev 1294429, jenv/trunk/PKGBUILD)
Deleted:
  jenv/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-06 12:13:00 UTC (rev 1294429)
+++ PKGBUILD2022-09-06 12:13:09 UTC (rev 1294430)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Gerard Ribugent 
-
-pkgname=jenv
-pkgver=0.5.4.r12.7053916
-pkgrel=2
-pkgdesc='Manage your Java environment'
-arch=(any)
-url=https://github.com/jenv/jenv
-license=(MIT)
-depends=(bash)
-makedepends=(git)
-optdepends=(
-  'bash-completion: Bash completion support'
-  'fish: Fish support'
-  'zsh: Zsh support'
-)
-_commit=7053916598c75e50d48e327e8b8ba66325606a8f
-source=(git+https://github.com/jenv/jenv.git#commit=${_commit})
-b2sums=(SKIP)
-
-prepare() {
-  cd jenv
-  # fish has no hash command
-  git cherry-pick -n 4af54a52c6d2758a493315e99c7bcaad5bda3a2c
-}
-
-pkgver() {
-  cd jenv
-  git describe --tags | sed 's/-/.r/; s/-g/./'
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{fish,jenv}}
-  cp -dr --no-preserve=ownership jenv/{available-plugins,libexec} 
"$pkgdir"/usr/share/jenv/
-  cp -dr --no-preserve=ownership jenv/fish 
"${pkgdir}"/usr/share/fish/vendor_functions.d
-  ln -s /usr/share/jenv/libexec/jenv "${pkgdir}"/usr/bin/
-  install -Dm 644 jenv/completions/jenv.bash 
"${pkgdir}"/usr/share/bash-completion/completions/jenv
-  install -Dm 644 jenv/completions/jenv.fish -t 
"${pkgdir}"/usr/share/fish/vendor_completions.d/
-  install -Dm 644 jenv/completions/jenv.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_jenv
-  install -Dm 644 jenv/LICENSE -t "${pkgdir}"/usr/share/licenses/jenv/
-}
-
-# vim: ts=2 sw=2 et:

Copied: jenv/repos/community-any/PKGBUILD (from rev 1294429, 
jenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-06 12:13:09 UTC (rev 1294430)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Gerard Ribugent 
+
+pkgname=jenv
+pkgver=0.5.5
+pkgrel=1
+pkgdesc='Manage your Java environment'
+arch=(any)
+url=https://github.com/jenv/jenv
+license=(MIT)
+depends=(bash)
+makedepends=(git)
+optdepends=(
+  'bash-completion: Bash completion support'
+  'fish: Fish support'
+  'zsh: Zsh support'
+)
+_tag=a692899b2a8f9732fbbc0753b0f95f635b93fc71
+source=(git+https://github.com/jenv/jenv.git#tag=${_tag})
+b2sums=(SKIP)
+
+prepare() {
+  cd jenv
+  # fish has no hash command
+  git cherry-pick -n 4af54a52c6d2758a493315e99c7bcaad5bda3a2c
+}
+
+pkgver() {
+  cd jenv
+  git describe --tags | sed 's/-/.r/; s/-g/./'
+}
+
+package() {
+  install -dm 755 "${pkgdir}"/usr/{bin,share/{fish,jenv}}
+  cp -dr --no-preserve=ownership jenv/{available-plugins,libexec} 
"$pkgdir"/usr/share/jenv/
+  cp -dr --no-preserve=ownership jenv/fish 
"${pkgdir}"/usr/share/fish/vendor_functions.d
+  ln -s /usr/share/jenv/libexec/jenv "${pkgdir}"/usr/bin/
+  install -Dm 644 jenv/completions/jenv.bash 
"${pkgdir}"/usr/share/bash-completion/completions/jenv
+  install -Dm 644 jenv/completions/jenv.fish -t 
"${pkgdir}"/usr/share/fish/vendor_completions.d/
+  install -Dm 644 jenv/completions/jenv.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_jenv
+  install -Dm 644 jenv/LICENSE -t "${pkgdir}"/usr/share/licenses/jenv/
+}
+
+# vim: ts=2 sw=2 et:



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

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 12:13:00
  Author: alucryd
Revision: 1294429

upgpkg: jenv 0.5.5-1

Modified:
  jenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 11:57:48 UTC (rev 1294428)
+++ PKGBUILD2022-09-06 12:13:00 UTC (rev 1294429)
@@ -2,8 +2,8 @@
 # Contributor: Gerard Ribugent 
 
 pkgname=jenv
-pkgver=0.5.4.r12.7053916
-pkgrel=2
+pkgver=0.5.5
+pkgrel=1
 pkgdesc='Manage your Java environment'
 arch=(any)
 url=https://github.com/jenv/jenv
@@ -15,8 +15,8 @@
   'fish: Fish support'
   'zsh: Zsh support'
 )
-_commit=7053916598c75e50d48e327e8b8ba66325606a8f
-source=(git+https://github.com/jenv/jenv.git#commit=${_commit})
+_tag=a692899b2a8f9732fbbc0753b0f95f635b93fc71
+source=(git+https://github.com/jenv/jenv.git#tag=${_tag})
 b2sums=(SKIP)
 
 prepare() {



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

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 11:54:07
  Author: alucryd
Revision: 1294426

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-06 11:53:58 UTC (rev 1294425)
+++ PKGBUILD2022-09-06 11:54:07 UTC (rev 1294426)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Tatsuyuki Ishi 
-
-pkgname=python-arrow
-pkgver=1.2.2
-pkgrel=1
-pkgdesc='Better dates and times for Python'
-arch=(any)
-url=https://arrow.readthedocs.io
-license=(APACHE)
-depends=(python-dateutil)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(python-tox)
-_tag=f8a65212df1ab234013a8a116436b3532c82b05d
-source=(git+https://github.com/crsmithdev/arrow.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd arrow
-
-  git describe --tags
-}
-
-build() {
-  cd arrow
-
-  python setup.py build
-}
-
-check() {
-  cd arrow
-
-  tox -e py310
-}
-
-package() {
-  cd arrow
-
-  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-arrow/repos/community-any/PKGBUILD (from rev 1294425, 
python-arrow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-06 11:54:07 UTC (rev 1294426)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tatsuyuki Ishi 
+
+pkgname=python-arrow
+pkgver=1.2.3
+pkgrel=1
+pkgdesc='Better dates and times for Python'
+arch=(any)
+url=https://arrow.readthedocs.io
+license=(APACHE)
+depends=(python-dateutil)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(python-tox)
+_tag=8842f8c3263d1f1219c189a0500aa67abdd0a214
+source=(git+https://github.com/crsmithdev/arrow.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd arrow
+
+  git describe --tags
+}
+
+build() {
+  cd arrow
+
+  python setup.py build
+}
+
+check() {
+  cd arrow
+
+  tox -e py310
+}
+
+package() {
+  cd arrow
+
+  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
+}
+
+# vim: ts=2 sw=2 et:



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

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 11:53:58
  Author: alucryd
Revision: 1294425

upgpkg: python-arrow 1.2.3-1

Modified:
  python-arrow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 11:53:38 UTC (rev 1294424)
+++ PKGBUILD2022-09-06 11:53:58 UTC (rev 1294425)
@@ -2,7 +2,7 @@
 # Contributor: Tatsuyuki Ishi 
 
 pkgname=python-arrow
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 pkgdesc='Better dates and times for Python'
 arch=(any)
@@ -14,7 +14,7 @@
   python-setuptools
 )
 checkdepends=(python-tox)
-_tag=f8a65212df1ab234013a8a116436b3532c82b05d
+_tag=8842f8c3263d1f1219c189a0500aa67abdd0a214
 source=(git+https://github.com/crsmithdev/arrow.git#tag=${_tag})
 sha256sums=(SKIP)
 



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

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 11:53:38
  Author: alucryd
Revision: 1294424

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-06 11:53:28 UTC (rev 1294423)
+++ PKGBUILD2022-09-06 11:53:38 UTC (rev 1294424)
@@ -1,48 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: cclin 
-
-pkgname=python-aiofiles
-pkgver=0.8.0
-pkgrel=2
-pkgdesc='File support for asyncio'
-arch=(any)
-license=(APACHE)
-url=https://github.com/Tinche/aiofiles
-makedepends=(
-  git
-  python-pip
-  python-poetry
-)
-checkdepends=(
-  python-coverage
-  python-pytest-asyncio
-  python-pytest
-  python-pytest-cov
-  python-tox
-)
-_tag=d010ff4d789598213334a32ec3d3f55caaab766c
-source=(git+https://github.com/Tinche/aiofiles.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd aiofiles
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd aiofiles
-  poetry build --format wheel
-}
-
-check() {
-  cd aiofiles
-  SETUPTOOLS_USE_DISTUTILS=stdlib \
-  tox -e py310
-}
-
-package() {
-  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" 
--ignore-installed --no-deps aiofiles/dist/*.whl
-  install -Dm 644 aiofiles/LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-aiofiles/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-aiofiles/repos/community-any/PKGBUILD (from rev 1294423, 
python-aiofiles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-06 11:53:38 UTC (rev 1294424)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: cclin 
+
+pkgname=python-aiofiles
+pkgver=22.1.0
+pkgrel=1
+pkgdesc='File support for asyncio'
+arch=(any)
+license=(APACHE)
+url=https://github.com/Tinche/aiofiles
+makedepends=(
+  git
+  python-pip
+  python-poetry
+)
+checkdepends=(
+  python-coverage
+  python-pytest-asyncio
+  python-pytest
+  python-pytest-cov
+  python-setuptools
+  python-tox
+)
+_tag=9d697f5857b5e49bad485212d9d81917ce65b607
+source=(git+https://github.com/Tinche/aiofiles.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd aiofiles
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd aiofiles
+  poetry build --format wheel
+}
+
+check() {
+  cd aiofiles
+  SETUPTOOLS_USE_DISTUTILS=stdlib \
+  tox -e py310
+}
+
+package() {
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" 
--ignore-installed --no-deps aiofiles/dist/*.whl
+  install -Dm 644 aiofiles/LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-aiofiles/
+}
+
+# vim: ts=2 sw=2 et:



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

2022-09-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 6, 2022 @ 11:53:28
  Author: alucryd
Revision: 1294423

upgpkg: python-aiofiles 22.1.0-1

Modified:
  python-aiofiles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 11:13:51 UTC (rev 1294422)
+++ PKGBUILD2022-09-06 11:53:28 UTC (rev 1294423)
@@ -2,8 +2,8 @@
 # Contributor: cclin 
 
 pkgname=python-aiofiles
-pkgver=0.8.0
-pkgrel=2
+pkgver=22.1.0
+pkgrel=1
 pkgdesc='File support for asyncio'
 arch=(any)
 license=(APACHE)
@@ -18,9 +18,10 @@
   python-pytest-asyncio
   python-pytest
   python-pytest-cov
+  python-setuptools
   python-tox
 )
-_tag=d010ff4d789598213334a32ec3d3f55caaab766c
+_tag=9d697f5857b5e49bad485212d9d81917ce65b607
 source=(git+https://github.com/Tinche/aiofiles.git#tag=${_tag})
 sha256sums=(SKIP)
 



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

2022-09-02 Thread Maxime Gauduin via arch-commits
Date: Friday, September 2, 2022 @ 07:53:43
  Author: alucryd
Revision: 1290686

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 07:53:35 UTC (rev 1290685)
+++ PKGBUILD2022-09-02 07:53:43 UTC (rev 1290686)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-sniffio
-pkgver=1.2.0
-pkgrel=5
-pkgdesc='Sniff out which async library your code is running under'
-arch=(any)
-url=https://github.com/python-trio/sniffio
-license=(MIT)
-depends=(python)
-makedepends=(
-  git
-  python-curio
-  python-pytest
-  python-setuptools
-)
-_tag=b93038b1a8b76607363f2f261bcf8e7ad4c53807
-source=(git+https://github.com/python-trio/sniffio.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd sniffio
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd sniffio
-
-  python setup.py build
-}
-
-check() {
-  cd sniffio
-
-  python setup.py test
-}
-
-package() {
-  cd sniffio
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-sniffio/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-sniffio/repos/community-any/PKGBUILD (from rev 1290685, 
python-sniffio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 07:53:43 UTC (rev 1290686)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-sniffio
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='Sniff out which async library your code is running under'
+arch=(any)
+url=https://github.com/python-trio/sniffio
+license=(MIT)
+depends=(python)
+makedepends=(
+  git
+  python-curio
+  python-pytest
+  python-setuptools
+)
+_tag=cb8a03d45371efb20156ec895003a9bd988ac89b
+source=(git+https://github.com/python-trio/sniffio.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd sniffio
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd sniffio
+
+  python setup.py build
+}
+
+check() {
+  cd sniffio
+
+  python setup.py test
+}
+
+package() {
+  cd sniffio
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-sniffio/
+}
+
+# vim: ts=2 sw=2 et:



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

2022-09-02 Thread Maxime Gauduin via arch-commits
Date: Friday, September 2, 2022 @ 07:53:34
  Author: alucryd
Revision: 1290684

upgpkg: python-sniffio 1.3.0-1

Modified:
  python-sniffio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 07:52:38 UTC (rev 1290683)
+++ PKGBUILD2022-09-02 07:53:34 UTC (rev 1290684)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-sniffio
-pkgver=1.2.0
-pkgrel=5
+pkgver=1.3.0
+pkgrel=1
 pkgdesc='Sniff out which async library your code is running under'
 arch=(any)
 url=https://github.com/python-trio/sniffio
@@ -14,7 +14,7 @@
   python-pytest
   python-setuptools
 )
-_tag=b93038b1a8b76607363f2f261bcf8e7ad4c53807
+_tag=cb8a03d45371efb20156ec895003a9bd988ac89b
 source=(git+https://github.com/python-trio/sniffio.git#tag=${_tag})
 sha256sums=(SKIP)
 



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

2022-09-01 Thread Maxime Gauduin via arch-commits
Date: Thursday, September 1, 2022 @ 14:41:54
  Author: alucryd
Revision: 1290329

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 14:41:45 UTC (rev 1290328)
+++ PKGBUILD2022-09-01 14:41:54 UTC (rev 1290329)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Francesco Minnocci 
-
-pkgname=python-bleak
-pkgver=0.15.1
-pkgrel=1
-pkgdesc='Bluetooth Low Energy platform Agnostic Klient for Python'
-arch=(any)
-url=https://github.com/hbldh/bleak
-license=(MIT)
-depends=(
-  python
-  python-async-timeout
-  python-dbus-next
-  python-service-identity
-  python-typing_extensions
-)
-makedepends=(
-  bluez-utils
-  git
-  python-setuptools
-)
-_tag=ac17549780b1540420354db07bfc640b35492bcd
-source=(git+https://github.com/hbldh/bleak.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd bleak
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd bleak
-  python setup.py build
-}
-
-package() {
-  cd bleak
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-bleak/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-bleak/repos/community-any/PKGBUILD (from rev 1290328, 
python-bleak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 14:41:54 UTC (rev 1290329)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Francesco Minnocci 
+
+pkgname=python-bleak
+pkgver=0.16.0
+pkgrel=1
+pkgdesc='Bluetooth Low Energy platform Agnostic Klient for Python'
+arch=(any)
+url=https://github.com/hbldh/bleak
+license=(MIT)
+depends=(
+  python
+  python-async-timeout
+  python-dbus-next
+  python-service-identity
+  python-typing_extensions
+)
+makedepends=(
+  bluez-utils
+  git
+  python-setuptools
+)
+_tag=357e5018e2b4efd0294a4898c78125b2d957be5c
+source=(git+https://github.com/hbldh/bleak.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd bleak
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd bleak
+  python setup.py build
+}
+
+package() {
+  cd bleak
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-bleak/
+}
+
+# vim: ts=2 sw=2 et:



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

2022-09-01 Thread Maxime Gauduin via arch-commits
Date: Thursday, September 1, 2022 @ 14:41:45
  Author: alucryd
Revision: 1290328

upgpkg: python-bleak 0.16.0-1

Modified:
  python-bleak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 14:41:16 UTC (rev 1290327)
+++ PKGBUILD2022-09-01 14:41:45 UTC (rev 1290328)
@@ -2,7 +2,7 @@
 # Contributor: Francesco Minnocci 
 
 pkgname=python-bleak
-pkgver=0.15.1
+pkgver=0.16.0
 pkgrel=1
 pkgdesc='Bluetooth Low Energy platform Agnostic Klient for Python'
 arch=(any)
@@ -20,7 +20,7 @@
   git
   python-setuptools
 )
-_tag=ac17549780b1540420354db07bfc640b35492bcd
+_tag=357e5018e2b4efd0294a4898c78125b2d957be5c
 source=(git+https://github.com/hbldh/bleak.git#tag=${_tag})
 b2sums=(SKIP)
 



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

2022-09-01 Thread Maxime Gauduin via arch-commits
Date: Thursday, September 1, 2022 @ 14:40:18
  Author: alucryd
Revision: 454869

archrelease: copy trunk to extra-x86_64

Added:
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
(from rev 454868, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/extra-x86_64/keys/
Deleted:
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
  mkvtoolnix/repos/extra-x86_64/keys/

--+
 PKGBUILD |  192 ++---
 1 file changed, 96 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 14:08:57 UTC (rev 454868)
+++ PKGBUILD2022-09-01 14:40:18 UTC (rev 454869)
@@ -1,96 +0,0 @@
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: xduugu 
-
-pkgbase=mkvtoolnix
-pkgname=(
-  mkvtoolnix-cli
-  mkvtoolnix-gui
-)
-pkgver=69.0.0
-pkgrel=2
-pkgdesc='Set of tools to create, edit and inspect Matroska files'
-arch=(x86_64)
-url=https://mkvtoolnix.download/
-license=(GPL2)
-depends=(
-  gcc-libs
-  glibc
-  libebml.so
-  libfmt.so
-  libmatroska.so
-  pugixml
-  qt6-base
-)
-makedepends=(
-  boost
-  cmark
-  docbook-xsl
-  flac
-  git
-  libdvdread
-  libvorbis
-  po4a
-  qt6-multimedia
-  qt6-svg
-  qt6-tools
-  ruby-rake
-  zlib
-)
-_tag=0b91f3c4b6d33324ce2b16b35660e6f71b16ed10
-#source=(git+https://gitlab.com/mbunkus/mkvtoolnix.git?signed#tag=${_tag})
-source=(git+https://gitlab.com/mbunkus/mkvtoolnix.git#tag=${_tag})
-validpgpkeys=(D9199745B0545F2E8197062B0F92290A445B9007) # Moritz Bunkus 

-sha256sums=(SKIP)
-
-prepare() {
-  cd mkvtoolnix
-  ./autogen.sh
-}
-
-pkgver() {
-  cd mkvtoolnix
-  git describe --tags | sed 's/release-//'
-}
-
-build() {
-  cd mkvtoolnix
-  ./configure \
---prefix=/usr \
---disable-update-check
-  rake $MAKEFLAGS
-}
-
-package_mkvtoolnix-cli() {
-  depends+=(
-libdvdread
-libFLAC.so
-libogg.so
-libvorbis.so
-zlib
-  )
-
-  cd mkvtoolnix
-  rake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share/{applications,icons,metainfo,mime,mkvtoolnix}
-  find "${pkgdir}" -name mkvtoolnix-gui* -delete
-}
-
-package_mkvtoolnix-gui() {
-  depends=(
-cmark
-hicolor-icon-theme
-mkvtoolnix-cli
-qt6-multimedia
-qt6-svg
-  )
-
-  cd mkvtoolnix
-  rake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share/locale
-  for t in mkv{extract,info,merge,propedit}; do
-find "${pkgdir}" -name $t* -delete
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: mkvtoolnix/repos/extra-x86_64/PKGBUILD (from rev 454868, 
mkvtoolnix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 14:40:18 UTC (rev 454869)
@@ -0,0 +1,96 @@
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=(
+  mkvtoolnix-cli
+  mkvtoolnix-gui
+)
+pkgver=70.0.0
+pkgrel=1
+pkgdesc='Set of tools to create, edit and inspect Matroska files'
+arch=(x86_64)
+url=https://mkvtoolnix.download/
+license=(GPL2)
+depends=(
+  gcc-libs
+  glibc
+  libebml.so
+  libfmt.so
+  libmatroska.so
+  pugixml
+  qt6-base
+)
+makedepends=(
+  boost
+  cmark
+  docbook-xsl
+  flac
+  git
+  libdvdread
+  libvorbis
+  po4a
+  qt6-multimedia
+  qt6-svg
+  qt6-tools
+  ruby-rake
+  zlib
+)
+_tag=e3c3fff6fbf161b8f6655b61166dddad115ccee9
+#source=(git+https://gitlab.com/mbunkus/mkvtoolnix.git?signed#tag=${_tag})
+source=(git+https://gitlab.com/mbunkus/mkvtoolnix.git#tag=${_tag})
+validpgpkeys=(D9199745B0545F2E8197062B0F92290A445B9007) # Moritz Bunkus 

+sha256sums=(SKIP)
+
+prepare() {
+  cd mkvtoolnix
+  ./autogen.sh
+}
+
+pkgver() {
+  cd mkvtoolnix
+  git describe --tags | sed 's/release-//'
+}
+
+build() {
+  cd mkvtoolnix
+  ./configure \
+--prefix=/usr \
+--disable-update-check
+  rake $MAKEFLAGS
+}
+
+package_mkvtoolnix-cli() {
+  depends+=(
+libdvdread
+libFLAC.so
+libogg.so
+libvorbis.so
+zlib
+  )
+
+  cd mkvtoolnix
+  rake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/{applications,icons,metainfo,mime,mkvtoolnix}
+  find "${pkgdir}" -name mkvtoolnix-gui* -delete
+}
+
+package_mkvtoolnix-gui() {
+  depends=(
+cmark
+hicolor-icon-theme
+mkvtoolnix-cli
+qt6-multimedia
+qt6-svg
+  )
+
+  cd mkvtoolnix
+  rake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/locale
+  for t in mkv{extract,info,merge,propedit}; do
+find "${pkgdir}" -name $t* -delete
+  done
+}
+
+# vim: ts=2 sw=2 et:



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

2022-09-01 Thread Maxime Gauduin via arch-commits
Date: Thursday, September 1, 2022 @ 14:08:57
  Author: alucryd
Revision: 454868

archrelease: copy trunk to extra-x86_64

Added:
  fmt/repos/extra-x86_64/PKGBUILD
(from rev 454867, fmt/trunk/PKGBUILD)
  fmt/repos/extra-x86_64/dont-install-doctrees.patch
(from rev 454867, fmt/trunk/dont-install-doctrees.patch)
Deleted:
  fmt/repos/extra-x86_64/PKGBUILD
  fmt/repos/extra-x86_64/dont-install-doctrees.patch

-+
 PKGBUILD|  110 +-
 dont-install-doctrees.patch |   48 +-
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 14:08:46 UTC (rev 454867)
+++ PKGBUILD2022-09-01 14:08:57 UTC (rev 454868)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Mihai Bişog 
-
-pkgname=fmt
-pkgver=9.0.0
-pkgrel=1
-pkgdesc='Open-source formatting library for C++'
-arch=(x86_64)
-url=https://fmt.dev
-license=(BSD)
-depends=(gcc-libs)
-makedepends=(
-  cmake
-  doxygen
-  git
-  ninja
-  npm
-  python-pip
-  python-virtualenv
-)
-provides=(libfmt.so)
-_tag=c4ee726532178e556d923372f29163bd206d7732
-source=(git+https://github.com/fmtlib/fmt.git#tag=${_tag})
-b2sums=(SKIP)
-
-prepare() {
-  npm install less less-plugin-clean-css
-  sed "s/'lessc',/'npx', 'lessc',/" -i fmt/doc/build.py
-}
-
-pkgver() {
-  cd fmt
-  git describe --tags
-}
-
-build() {
-  cmake -S fmt -B build -G Ninja \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DBUILD_SHARED_LIBS=ON
-  cmake --build build
-  cmake --build build --target doc
-}
-
-check() {
-  cmake --build build --target test
-}
-
-package() {
-  DESTDIR="${pkgdir}" cmake --build build --target install
-  install -Dm 644 fmt/LICENSE.rst -t "${pkgdir}"/usr/share/licenses/fmt/
-}
-
-# vim: ts=2 sw=2 et:

Copied: fmt/repos/extra-x86_64/PKGBUILD (from rev 454867, fmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 14:08:57 UTC (rev 454868)
@@ -0,0 +1,55 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Mihai Bişog 
+
+pkgname=fmt
+pkgver=9.1.0
+pkgrel=1
+pkgdesc='Open-source formatting library for C++'
+arch=(x86_64)
+url=https://fmt.dev
+license=(BSD)
+depends=(gcc-libs)
+makedepends=(
+  cmake
+  doxygen
+  git
+  ninja
+  npm
+  python-pip
+  python-virtualenv
+)
+provides=(libfmt.so)
+_tag=a33701196adfad74917046096bf5a2aa0ab0bb50
+source=(git+https://github.com/fmtlib/fmt.git#tag=${_tag})
+b2sums=(SKIP)
+
+prepare() {
+  npm install less less-plugin-clean-css
+  sed "s/'lessc',/'npx', 'lessc',/" -i fmt/doc/build.py
+}
+
+pkgver() {
+  cd fmt
+  git describe --tags
+}
+
+build() {
+  cmake -S fmt -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DBUILD_SHARED_LIBS=ON
+  cmake --build build
+  cmake --build build --target doc
+}
+
+check() {
+  cmake --build build --target test
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --build build --target install
+  install -Dm 644 fmt/LICENSE.rst -t "${pkgdir}"/usr/share/licenses/fmt/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: dont-install-doctrees.patch
===
--- dont-install-doctrees.patch 2022-09-01 14:08:46 UTC (rev 454867)
+++ dont-install-doctrees.patch 2022-09-01 14:08:57 UTC (rev 454868)
@@ -1,24 +0,0 @@
-From 8f2b5fe74d34ba8bb20a362a4daa6cc5a99a2010 Mon Sep 17 00:00:00 2001
-From: Jelle van der Waa 
-Date: Fri, 29 May 2020 23:19:16 +0200
-Subject: [PATCH] Don't install sphinx cache files
-
-When building documentation sphinx creates cached files in the .doctrees
-directory and aren't required for viewing documentation only for
-building. As added benefit this makes fmt reprodcubile as the cached
-files are different when the build environment is varied.

- doc/CMakeLists.txt | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
-index f3dae606e..108aa71e8 100644
 a/doc/CMakeLists.txt
-+++ b/doc/CMakeLists.txt
-@@ -9,4 +9,5 @@ add_custom_target(doc
-   SOURCES api.rst syntax.rst usage.rst build.py conf.py 
_templates/layout.html)
- 
- install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/
--DESTINATION share/doc/fmt OPTIONAL)
-+DESTINATION share/doc/fmt OPTIONAL
-+PATTERN ".doctrees" EXCLUDE)

Copied: fmt/repos/extra-x86_64/dont-install-doctrees.patch (from rev 454867, 
fmt/trunk/dont-install-doctrees.patch)
===
--- dont-install-doctrees.patch (rev 0)
+++ dont-install-doctrees.patch 2022-09-01 14:08:57 UTC (rev 454868)
@@ -0,0 +1,24 @@
+From 8f2b5fe74d34ba8bb20a362a4daa6cc5a99a2010 Mon Sep 17 00:00:00 2001
+From: Jelle van der 

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

2022-09-01 Thread Maxime Gauduin via arch-commits
Date: Thursday, September 1, 2022 @ 14:08:46
  Author: alucryd
Revision: 454867

upgpkg: fmt 9.1.0-1

Modified:
  fmt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 13:14:41 UTC (rev 454866)
+++ PKGBUILD2022-09-01 14:08:46 UTC (rev 454867)
@@ -2,7 +2,7 @@
 # Contributor: Mihai Bişog 
 
 pkgname=fmt
-pkgver=9.0.0
+pkgver=9.1.0
 pkgrel=1
 pkgdesc='Open-source formatting library for C++'
 arch=(x86_64)
@@ -19,7 +19,7 @@
   python-virtualenv
 )
 provides=(libfmt.so)
-_tag=c4ee726532178e556d923372f29163bd206d7732
+_tag=a33701196adfad74917046096bf5a2aa0ab0bb50
 source=(git+https://github.com/fmtlib/fmt.git#tag=${_tag})
 b2sums=(SKIP)
 



[arch-commits] Commit in ffmpeg/repos/extra-x86_64 (6 files)

2022-09-01 Thread Maxime Gauduin via arch-commits
Date: Thursday, September 1, 2022 @ 13:14:41
  Author: alucryd
Revision: 454866

archrelease: copy trunk to extra-x86_64

Added:
  ffmpeg/repos/extra-x86_64/PKGBUILD
(from rev 454865, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/extra-x86_64/add-av_stream_get_first_dts-for-chromium.patch
(from rev 454865, 
ffmpeg/trunk/add-av_stream_get_first_dts-for-chromium.patch)
  ffmpeg/repos/extra-x86_64/ffmpeg-vmaf2.x.patch
(from rev 454865, ffmpeg/trunk/ffmpeg-vmaf2.x.patch)
Deleted:
  ffmpeg/repos/extra-x86_64/PKGBUILD
  ffmpeg/repos/extra-x86_64/add-av_stream_get_first_dts-for-chromium.patch
  ffmpeg/repos/extra-x86_64/ffmpeg-vmaf2.x.patch

+
 PKGBUILD   |  378 ++--
 add-av_stream_get_first_dts-for-chromium.patch |   62 
 ffmpeg-vmaf2.x.patch   | 1910 +++
 3 files changed, 1175 insertions(+), 1175 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 13:14:19 UTC (rev 454865)
+++ PKGBUILD2022-09-01 13:14:41 UTC (rev 454866)
@@ -1,189 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=5.1.1
-pkgrel=1
-epoch=2
-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
-  libpulse
-  librav1e.so
-  libraw1394
-  librsvg-2.so
-  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
-  libzimg.so
-  opencore-amr
-  openjpeg2
-  opus
-  sdl2
-  speex
-  srt
-  svt-av1
-  v4l-utils
-  vmaf
-  xz
-  zlib
-)
-makedepends=(
-  amf-headers
-  avisynthplus
-  clang
-  ffnvcodec-headers
-  git
-  ladspa
-  nasm
-)
-optdepends=(
-  'avisynthplus: AviSynthPlus support'
-  '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
-)
-options=(
-  debug
-)
-_tag=1bad30dbe34f2d100b43e8f773d3fe0b5eb23523
-source=(
-  git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
-  add-av_stream_get_first_dts-for-chromium.patch
-)
-b2sums=('SKIP'
-
'555274228e09a233d92beb365d413ff5c718a782008075552cafb2130a3783cf976b51dfe4513c15777fb6e8397a34122d475080f2c4483e8feea5c0d878e6de')
-
-prepare() {
-  cd ffmpeg
-  git cherry-pick -n 412922cc6fa790897ef6bb2be5d6f9a5f030754d # remove default 
IPFS gateway
-  patch -Np1 -i ../add-av_stream_get_first_dts-for-chromium.patch # 
https://crbug.com/1251779
-}
-
-pkgver() {
-  cd ffmpeg
-  git describe --tags | sed 's/^n//'
-}
-
-build() {
-  cd ffmpeg
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-amf \
---enable-avisynth \
---enable-cuda-llvm \
---enable-lto \
---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-librav1e \
---enable-librsvg \
---enable-libsoxr \
---enable-libspeex \
---enable-libsrt \
---enable-libssh \
---enable-libsvtav1 \
---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-libzimg \
---enable-nvdec \
---enable-nvenc \
---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/extra-x86_64/PKGBUILD (from rev 454865, 
ffmpeg/trunk/PKGBUILD)

[arch-commits] Commit in ffmpeg/repos/extra-x86_64 (6 files)

2022-09-01 Thread Maxime Gauduin via arch-commits
Date: Thursday, September 1, 2022 @ 13:14:19
  Author: alucryd
Revision: 454865

archrelease: copy trunk to extra-x86_64

Added:
  ffmpeg/repos/extra-x86_64/PKGBUILD
(from rev 454864, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/extra-x86_64/add-av_stream_get_first_dts-for-chromium.patch
(from rev 454864, 
ffmpeg/trunk/add-av_stream_get_first_dts-for-chromium.patch)
  ffmpeg/repos/extra-x86_64/ffmpeg-vmaf2.x.patch
(from rev 454864, ffmpeg/trunk/ffmpeg-vmaf2.x.patch)
Deleted:
  ffmpeg/repos/extra-x86_64/PKGBUILD
  ffmpeg/repos/extra-x86_64/add-av_stream_get_first_dts-for-chromium.patch
  ffmpeg/repos/extra-x86_64/ffmpeg-vmaf2.x.patch

+
 PKGBUILD   |  378 ++--
 add-av_stream_get_first_dts-for-chromium.patch |   62 
 ffmpeg-vmaf2.x.patch   | 1910 +++
 3 files changed, 1175 insertions(+), 1175 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 13:14:06 UTC (rev 454864)
+++ PKGBUILD2022-09-01 13:14:19 UTC (rev 454865)
@@ -1,189 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=5.1
-pkgrel=1
-epoch=2
-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
-  libpulse
-  librav1e.so
-  libraw1394
-  librsvg-2.so
-  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
-  libzimg.so
-  opencore-amr
-  openjpeg2
-  opus
-  sdl2
-  speex
-  srt
-  svt-av1
-  v4l-utils
-  vmaf
-  xz
-  zlib
-)
-makedepends=(
-  amf-headers
-  avisynthplus
-  clang
-  ffnvcodec-headers
-  git
-  ladspa
-  nasm
-)
-optdepends=(
-  'avisynthplus: AviSynthPlus support'
-  '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
-)
-options=(
-  debug
-)
-_tag=e0723b7e4e22492275d476fcd30d759e1198bc5b
-source=(
-  git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
-  add-av_stream_get_first_dts-for-chromium.patch
-)
-b2sums=('SKIP'
-
'555274228e09a233d92beb365d413ff5c718a782008075552cafb2130a3783cf976b51dfe4513c15777fb6e8397a34122d475080f2c4483e8feea5c0d878e6de')
-
-prepare() {
-  cd ffmpeg
-  git cherry-pick -n e0723b7e4e22492275d476fcd30d759e1198bc5b # remove default 
IPFS gateway
-  patch -Np1 -i ../add-av_stream_get_first_dts-for-chromium.patch # 
https://crbug.com/1251779
-}
-
-pkgver() {
-  cd ffmpeg
-  git describe --tags | sed 's/^n//'
-}
-
-build() {
-  cd ffmpeg
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-amf \
---enable-avisynth \
---enable-cuda-llvm \
---enable-lto \
---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-librav1e \
---enable-librsvg \
---enable-libsoxr \
---enable-libspeex \
---enable-libsrt \
---enable-libssh \
---enable-libsvtav1 \
---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-libzimg \
---enable-nvdec \
---enable-nvenc \
---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/extra-x86_64/PKGBUILD (from rev 454864, 
ffmpeg/trunk/PKGBUILD)

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

2022-09-01 Thread Maxime Gauduin via arch-commits
Date: Thursday, September 1, 2022 @ 13:14:06
  Author: alucryd
Revision: 454864

upgpkg: ffmpeg 2:5.1.1-1

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 12:32:49 UTC (rev 454863)
+++ PKGBUILD2022-09-01 13:14:06 UTC (rev 454864)
@@ -5,7 +5,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=5.1
+pkgver=5.1.1
 pkgrel=1
 epoch=2
 pkgdesc='Complete solution to record, convert and stream audio and video'
@@ -97,7 +97,7 @@
 options=(
   debug
 )
-_tag=e0723b7e4e22492275d476fcd30d759e1198bc5b
+_tag=1bad30dbe34f2d100b43e8f773d3fe0b5eb23523
 source=(
   git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
   add-av_stream_get_first_dts-for-chromium.patch
@@ -107,7 +107,7 @@
 
 prepare() {
   cd ffmpeg
-  git cherry-pick -n e0723b7e4e22492275d476fcd30d759e1198bc5b # remove default 
IPFS gateway
+  git cherry-pick -n 412922cc6fa790897ef6bb2be5d6f9a5f030754d # remove default 
IPFS gateway
   patch -Np1 -i ../add-av_stream_get_first_dts-for-chromium.patch # 
https://crbug.com/1251779
 }
 



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

2022-09-01 Thread Maxime Gauduin via arch-commits
Date: Thursday, September 1, 2022 @ 12:42:40
  Author: alucryd
Revision: 1290323

archrelease: copy trunk to community-x86_64

Added:
  openfortivpn/repos/community-x86_64/PKGBUILD
(from rev 1290322, openfortivpn/trunk/PKGBUILD)
Deleted:
  openfortivpn/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 12:42:17 UTC (rev 1290322)
+++ PKGBUILD2022-09-01 12:42:40 UTC (rev 1290323)
@@ -1,49 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=openfortivpn
-pkgver=1.17.3
-pkgrel=1
-pkgdesc="An open implementation of Fortinet's proprietary PPP+SSL VPN solution"
-arch=(x86_64)
-url=https://github.com/adrienverge/openfortivpn
-license=(GPL3)
-depends=(
-  glibc
-  openssl
-  ppp
-  resolvconf
-  systemd-libs
-)
-makedepends=(
-  git
-  systemd
-)
-backup=(etc/openfortivpn/config)
-_tag=6485a56e082e5709d50375d74d243cbcd58ec7eb
-source=(git+https://github.com/adrienverge/openfortivpn.git#tag=${_tag})
-sha256sums=(SKIP)
-
-prepare() {
-  cd openfortivpn
-  autoreconf -fiv
-}
-
-pkgver() {
-  cd openfortivpn
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd openfortivpn
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-resolvconf
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C openfortivpn install
-}
-
-# vim: ts=2 sw=2 et:

Copied: openfortivpn/repos/community-x86_64/PKGBUILD (from rev 1290322, 
openfortivpn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 12:42:40 UTC (rev 1290323)
@@ -0,0 +1,49 @@
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=openfortivpn
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="An open implementation of Fortinet's proprietary PPP+SSL VPN solution"
+arch=(x86_64)
+url=https://github.com/adrienverge/openfortivpn
+license=(GPL3)
+depends=(
+  glibc
+  openssl
+  ppp
+  resolvconf
+  systemd-libs
+)
+makedepends=(
+  git
+  systemd
+)
+backup=(etc/openfortivpn/config)
+_tag=0e8733833b53594426286ff04caf3f02942eec8c
+source=(git+https://github.com/adrienverge/openfortivpn.git#tag=${_tag})
+sha256sums=(SKIP)
+
+prepare() {
+  cd openfortivpn
+  autoreconf -fiv
+}
+
+pkgver() {
+  cd openfortivpn
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd openfortivpn
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-resolvconf
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C openfortivpn install
+}
+
+# vim: ts=2 sw=2 et:



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

2022-09-01 Thread Maxime Gauduin via arch-commits
Date: Thursday, September 1, 2022 @ 12:42:02
  Author: alucryd
Revision: 1290321

archrelease: copy trunk to community-x86_64

Added:
  luakit/repos/community-x86_64/PKGBUILD
(from rev 1290320, luakit/trunk/PKGBUILD)
Deleted:
  luakit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 12:41:53 UTC (rev 1290320)
+++ PKGBUILD2022-09-01 12:42:02 UTC (rev 1290321)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Aoibhinn Nic Aoidh 
-# Contributor: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic 
-# Contributor: J. W. Birdsong 
-
-pkgname=luakit
-pkgver=2.3
-pkgrel=2
-pkgdesc='Fast, small, webkit based browser framework extensible by Lua'
-arch=(x86_64)
-url=https://luakit.github.io/
-license=(GPL3)
-depends=(
-  lua51-filesystem
-  luajit
-  webkit2gtk
-)
-makedepends=(
-  git
-  help2man
-)
-backup=(
-  etc/xdg/luakit/rc.lua
-  etc/xdg/luakit/theme.lua
-)
-_tag=6f69789afc4a9f98c272c448d752151a76b64ace
-source=(git+https://github.com/luakit/luakit.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd luakit
-
-  git describe --tags
-}
-
-build() {
-  make DEVELOPMENT_PATHS=0 PREFIX=/usr USE_LUAJIT=1 -C luakit
-}
-
-package() {
-  make DESTDIR="${pkgdir}" PREFIX=/usr -C luakit install
-}
-
-# vim: ts=2 sw=2 et:

Copied: luakit/repos/community-x86_64/PKGBUILD (from rev 1290320, 
luakit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 12:42:02 UTC (rev 1290321)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Aoibhinn Nic Aoidh 
+# Contributor: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic 
+# Contributor: J. W. Birdsong 
+
+pkgname=luakit
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Fast, small, webkit based browser framework extensible by Lua'
+arch=(x86_64)
+url=https://luakit.github.io/
+license=(GPL3)
+depends=(
+  lua51-filesystem
+  luajit
+  webkit2gtk
+)
+makedepends=(
+  git
+  help2man
+)
+backup=(
+  etc/xdg/luakit/rc.lua
+  etc/xdg/luakit/theme.lua
+)
+_tag=3cde159ab3be074be9f72b4e170e66f5f9785106
+source=(git+https://github.com/luakit/luakit.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd luakit
+
+  git describe --tags
+}
+
+build() {
+  make DEVELOPMENT_PATHS=0 PREFIX=/usr USE_LUAJIT=1 -C luakit
+}
+
+package() {
+  make DESTDIR="${pkgdir}" PREFIX=/usr -C luakit install
+}
+
+# vim: ts=2 sw=2 et:



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

2022-09-01 Thread Maxime Gauduin via arch-commits
Date: Thursday, September 1, 2022 @ 12:41:53
  Author: alucryd
Revision: 1290320

upgpkg: luakit 2.3.1-1

Modified:
  luakit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 12:36:37 UTC (rev 1290319)
+++ PKGBUILD2022-09-01 12:41:53 UTC (rev 1290320)
@@ -6,8 +6,8 @@
 # Contributor: J. W. Birdsong 
 
 pkgname=luakit
-pkgver=2.3
-pkgrel=2
+pkgver=2.3.1
+pkgrel=1
 pkgdesc='Fast, small, webkit based browser framework extensible by Lua'
 arch=(x86_64)
 url=https://luakit.github.io/
@@ -25,7 +25,7 @@
   etc/xdg/luakit/rc.lua
   etc/xdg/luakit/theme.lua
 )
-_tag=6f69789afc4a9f98c272c448d752151a76b64ace
+_tag=3cde159ab3be074be9f72b4e170e66f5f9785106
 source=(git+https://github.com/luakit/luakit.git#tag=${_tag})
 sha256sums=(SKIP)
 



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

2022-09-01 Thread Maxime Gauduin via arch-commits
Date: Thursday, September 1, 2022 @ 12:42:17
  Author: alucryd
Revision: 1290322

upgpkg: openfortivpn 1.18.0-1

Modified:
  openfortivpn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 12:42:02 UTC (rev 1290321)
+++ PKGBUILD2022-09-01 12:42:17 UTC (rev 1290322)
@@ -1,7 +1,7 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=openfortivpn
-pkgver=1.17.3
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="An open implementation of Fortinet's proprietary PPP+SSL VPN solution"
 arch=(x86_64)
@@ -19,7 +19,7 @@
   systemd
 )
 backup=(etc/openfortivpn/config)
-_tag=6485a56e082e5709d50375d74d243cbcd58ec7eb
+_tag=0e8733833b53594426286ff04caf3f02942eec8c
 source=(git+https://github.com/adrienverge/openfortivpn.git#tag=${_tag})
 sha256sums=(SKIP)
 



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

2022-09-01 Thread Maxime Gauduin via arch-commits
Date: Thursday, September 1, 2022 @ 12:31:30
  Author: alucryd
Revision: 1290303

archrelease: copy trunk to community-any

Added:
  fluidd/repos/community-any/PKGBUILD
(from rev 1290302, fluidd/trunk/PKGBUILD)
  fluidd/repos/community-any/keys/
Deleted:
  fluidd/repos/community-any/PKGBUILD
  fluidd/repos/community-any/keys/

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 12:31:19 UTC (rev 1290302)
+++ PKGBUILD2022-09-01 12:31:30 UTC (rev 1290303)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=fluidd
-pkgver=1.19.1
-pkgrel=1
-pkgdesc='A free and open-source Klipper web interface for managing your 3d 
printer'
-arch=(any)
-url=https://docs.fluidd.xyz/
-license=(GPL3)
-makedepends=(
-  git
-  nodejs-lts-gallium
-  npm
-)
-optdepends=('ustreamer: webcam streaming support')
-_tag=3f995732a2eccc0ba24b8cec557ddc3b736009e7
-source=(git+https://github.com/fluidd-core/fluidd.git#tag=${_tag})
-validpgpkeys=(4C717BDC0E452F5B13490409AB4C64C58BA9C3ED) # Pedro Lamas 

-b2sums=(SKIP)
-
-pkgver() {
-  cd fluidd
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd fluidd
-  npm install --frozen-lockfile
-  npx vue-cli-service build
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/usr/share/webapps
-  cp -dr --no-preserve=ownership fluidd/dist 
"${pkgdir}"/usr/share/webapps/fluidd
-}
-
-# vim: ts=2 sw=2 et:

Copied: fluidd/repos/community-any/PKGBUILD (from rev 1290302, 
fluidd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 12:31:30 UTC (rev 1290303)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=fluidd
+pkgver=1.20.0
+pkgrel=1
+pkgdesc='A free and open-source Klipper web interface for managing your 3d 
printer'
+arch=(any)
+url=https://docs.fluidd.xyz/
+license=(GPL3)
+makedepends=(
+  git
+  nodejs-lts-gallium
+  npm
+)
+optdepends=('ustreamer: webcam streaming support')
+_tag=cc5e7063a0de17066e48cf824e9743fa29303b64
+source=(git+https://github.com/fluidd-core/fluidd.git#tag=${_tag})
+validpgpkeys=(4C717BDC0E452F5B13490409AB4C64C58BA9C3ED) # Pedro Lamas 

+b2sums=(SKIP)
+
+pkgver() {
+  cd fluidd
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd fluidd
+  npm install --frozen-lockfile
+  npx vue-cli-service build
+}
+
+package() {
+  install -dm 755 "${pkgdir}"/usr/share/webapps
+  cp -dr --no-preserve=ownership fluidd/dist 
"${pkgdir}"/usr/share/webapps/fluidd
+}
+
+# vim: ts=2 sw=2 et:



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

2022-09-01 Thread Maxime Gauduin via arch-commits
Date: Thursday, September 1, 2022 @ 12:31:19
  Author: alucryd
Revision: 1290302

upgpkg: fluidd 1.20.0-1

Modified:
  fluidd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 11:37:51 UTC (rev 1290301)
+++ PKGBUILD2022-09-01 12:31:19 UTC (rev 1290302)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=fluidd
-pkgver=1.19.1
+pkgver=1.20.0
 pkgrel=1
 pkgdesc='A free and open-source Klipper web interface for managing your 3d 
printer'
 arch=(any)
@@ -13,7 +13,7 @@
   npm
 )
 optdepends=('ustreamer: webcam streaming support')
-_tag=3f995732a2eccc0ba24b8cec557ddc3b736009e7
+_tag=cc5e7063a0de17066e48cf824e9743fa29303b64
 source=(git+https://github.com/fluidd-core/fluidd.git#tag=${_tag})
 validpgpkeys=(4C717BDC0E452F5B13490409AB4C64C58BA9C3ED) # Pedro Lamas 

 b2sums=(SKIP)



[arch-commits] Commit in glewlwyd/repos/community-x86_64 (6 files)

2022-08-26 Thread Maxime Gauduin via arch-commits
Date: Friday, August 26, 2022 @ 15:37:56
  Author: alucryd
Revision: 1282873

archrelease: copy trunk to community-x86_64

Added:
  glewlwyd/repos/community-x86_64/PKGBUILD
(from rev 1282872, glewlwyd/trunk/PKGBUILD)
  glewlwyd/repos/community-x86_64/glewlwyd.service
(from rev 1282872, glewlwyd/trunk/glewlwyd.service)
  glewlwyd/repos/community-x86_64/keys/
Deleted:
  glewlwyd/repos/community-x86_64/PKGBUILD
  glewlwyd/repos/community-x86_64/glewlwyd.service
  glewlwyd/repos/community-x86_64/keys/

--+
 PKGBUILD |  128 ++---
 glewlwyd.service |   34 +++---
 2 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-26 15:37:46 UTC (rev 1282872)
+++ PKGBUILD2022-08-26 15:37:56 UTC (rev 1282873)
@@ -1,64 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=glewlwyd
-pkgver=2.7.2
-pkgrel=1
-pkgdesc='Single-Sign-On (SSO) server with multiple factor authentication'
-arch=(x86_64)
-url=https://github.com/babelouest/glewlwyd
-license=(GPL3)
-depends=(
-  glibc
-  gnutls
-  jansson
-  libcbor.so
-  libconfig.so
-  libcrypt.so
-  libhoel.so
-  libiddawc.so
-  libldap
-  liboath.so
-  liborcania.so
-  librhonabwy.so
-  libulfius.so
-  libyder.so
-)
-makedepends=(
-  cmake
-  git
-  mariadb-libs
-  ninja
-  postgresql-libs
-  sqlite
-  systemd
-)
-backup=(etc/glewlwyd/glewlwyd.conf)
-_tag=d17b461174664e77a820f4739612a023c0b7c6a6
-source=(
-  git+https://github.com/babelouest/glewlwyd.git#tag=${_tag}
-  glewlwyd.service
-)
-validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora 

-b2sums=('SKIP'
-
'3111b839f2f69a7daf9158a365ad36fddb2fd5a0ae9e63f0ef1ded4a76098fabb1fb340290755184e7ba44f7d64820d2b7980c22328ec792f6f56f85a025f931')
-
-pkgver() {
-  cd glewlwyd
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cmake -S glewlwyd -B build -G Ninja \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DDOWNLOAD_DEPENDENCIES=OFF
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -Dm 644 glewlwyd.service -t "${pkgdir}"/usr/lib/systemd/system
-}
-
-# vim: ts=2 sw=2 et:

Copied: glewlwyd/repos/community-x86_64/PKGBUILD (from rev 1282872, 
glewlwyd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-26 15:37:56 UTC (rev 1282873)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=glewlwyd
+pkgver=2.7.3
+pkgrel=1
+pkgdesc='Single-Sign-On (SSO) server with multiple factor authentication'
+arch=(x86_64)
+url=https://github.com/babelouest/glewlwyd
+license=(GPL3)
+depends=(
+  glibc
+  gnutls
+  jansson
+  libcbor.so
+  libconfig.so
+  libcrypt.so
+  libhoel.so
+  libiddawc.so
+  libldap
+  liboath.so
+  liborcania.so
+  librhonabwy.so
+  libulfius.so
+  libyder.so
+)
+makedepends=(
+  cmake
+  git
+  mariadb-libs
+  ninja
+  postgresql-libs
+  sqlite
+  systemd
+)
+backup=(etc/glewlwyd/glewlwyd.conf)
+_tag=67d3eece271805a00c247132824ebc3377ea2d7b
+source=(
+  git+https://github.com/babelouest/glewlwyd.git#tag=${_tag}
+  glewlwyd.service
+)
+validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora 

+b2sums=('SKIP'
+
'3111b839f2f69a7daf9158a365ad36fddb2fd5a0ae9e63f0ef1ded4a76098fabb1fb340290755184e7ba44f7d64820d2b7980c22328ec792f6f56f85a025f931')
+
+pkgver() {
+  cd glewlwyd
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cmake -S glewlwyd -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DDOWNLOAD_DEPENDENCIES=OFF
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -Dm 644 glewlwyd.service -t "${pkgdir}"/usr/lib/systemd/system
+}
+
+# vim: ts=2 sw=2 et:

Deleted: glewlwyd.service
===
--- glewlwyd.service2022-08-26 15:37:46 UTC (rev 1282872)
+++ glewlwyd.service2022-08-26 15:37:56 UTC (rev 1282873)
@@ -1,17 +0,0 @@
-[Unit]
-Description=Glewlwyd OAuth2 authentication provider
-After=network.target
-
-[Service]
-Type=simple
-EnvironmentFile=-/etc/glewlwyd/glewlwyd.conf
-ExecStart=/usr/bin/glewlwyd --config-file=/etc/glewlwyd/glewlwyd.conf
-User=glewlwyd
-DynamicUser=yes
-ConfigurationDirectory=glewlwyd
-LogsDirectory=glewlwyd
-KillMode=process
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target

Copied: glewlwyd/repos/community-x86_64/glewlwyd.service (from rev 1282872, 
glewlwyd/trunk/glewlwyd.service)
===
--- glewlwyd.service(rev 0)
+++ glewlwyd.service2022-08-26 15:37:56 UTC (rev 1282873)
@@ -0,0 +1,17 @@
+[Unit]
+Description=Glewlwyd OAuth2 authentication provider

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

2022-08-26 Thread Maxime Gauduin via arch-commits
Date: Friday, August 26, 2022 @ 15:37:44
  Author: alucryd
Revision: 1282871

upgpkg: glewlwyd 2.7.3-1

Modified:
  glewlwyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-26 15:37:32 UTC (rev 1282870)
+++ PKGBUILD2022-08-26 15:37:44 UTC (rev 1282871)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=glewlwyd
-pkgver=2.7.2
+pkgver=2.7.3
 pkgrel=1
 pkgdesc='Single-Sign-On (SSO) server with multiple factor authentication'
 arch=(x86_64)
@@ -33,7 +33,7 @@
   systemd
 )
 backup=(etc/glewlwyd/glewlwyd.conf)
-_tag=d17b461174664e77a820f4739612a023c0b7c6a6
+_tag=67d3eece271805a00c247132824ebc3377ea2d7b
 source=(
   git+https://github.com/babelouest/glewlwyd.git#tag=${_tag}
   glewlwyd.service



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

2022-08-26 Thread Maxime Gauduin via arch-commits
Date: Friday, August 26, 2022 @ 15:37:19
  Author: alucryd
Revision: 1282867

upgpkg: gamescope 3.11.43-1

Modified:
  gamescope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-26 15:37:08 UTC (rev 1282866)
+++ PKGBUILD2022-08-26 15:37:19 UTC (rev 1282867)
@@ -4,7 +4,7 @@
 # Contributor: PedroHLC 
 
 pkgname=gamescope
-pkgver=3.11.42
+pkgver=3.11.43
 pkgrel=1
 pkgdesc='SteamOS session compositing window manager'
 arch=(x86_64)
@@ -43,7 +43,7 @@
   ninja
   vulkan-headers
 )
-_tag=6da2f90e51c5fc525795792b673582b95127c2a2
+_tag=c5269642a293ce5e91d3d644ee15a3f3bcc3c5f3
 source=(git+https://github.com/Plagman/gamescope.git#tag=${_tag})
 b2sums=('SKIP')
 



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

2022-08-26 Thread Maxime Gauduin via arch-commits
Date: Friday, August 26, 2022 @ 15:37:28
  Author: alucryd
Revision: 1282869

archrelease: copy trunk to community-x86_64

Added:
  gamescope/repos/community-x86_64/PKGBUILD
(from rev 1282868, gamescope/trunk/PKGBUILD)
Deleted:
  gamescope/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-26 15:37:23 UTC (rev 1282868)
+++ PKGBUILD2022-08-26 15:37:28 UTC (rev 1282869)
@@ -1,73 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Samuel "scrufulufugus" Monson 
-# Contributor: PedroHLC 
-
-pkgname=gamescope
-pkgver=3.11.42
-pkgrel=1
-pkgdesc='SteamOS session compositing window manager'
-arch=(x86_64)
-url=https://github.com/Plagman/gamescope
-license=(BSD)
-depends=(
-  gcc-libs
-  glibc
-  libcap.so
-  libdrm
-  libliftoff.so
-  libpipewire-0.3.so
-  libvulkan.so
-  libwlroots.so
-  libx11
-  libxcomposite
-  libxdamage
-  libxext
-  libxfixes
-  libxkbcommon.so
-  libxrender
-  libxres
-  libxtst
-  libxxf86vm
-  sdl2
-  vulkan-icd-loader
-  wayland
-  wayland-protocols
-  wlroots
-  xorg-server-xwayland
-)
-makedepends=(
-  git
-  glslang
-  meson
-  ninja
-  vulkan-headers
-)
-_tag=6da2f90e51c5fc525795792b673582b95127c2a2
-source=(git+https://github.com/Plagman/gamescope.git#tag=${_tag})
-b2sums=('SKIP')
-
-prepare() {
-  cd gamescope
-  meson subprojects download
-}
-
-pkgver() {
-  cd gamescope
-  git describe --tags | sed 's/-//'
-}
-
-build() {
-  export LDFLAGS="$LDFLAGS -lrt"
-  arch-meson gamescope build \
--Dforce_fallback_for=stb \
--Dpipewire=enabled
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  install -Dm 644 gamescope/LICENSE -t 
"${pkgdir}"/usr/share/licenses/gamescope/
-}
-
-# vim: ts=2 sw=2 et:

Copied: gamescope/repos/community-x86_64/PKGBUILD (from rev 1282868, 
gamescope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-26 15:37:28 UTC (rev 1282869)
@@ -0,0 +1,73 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Samuel "scrufulufugus" Monson 
+# Contributor: PedroHLC 
+
+pkgname=gamescope
+pkgver=3.11.43
+pkgrel=1
+pkgdesc='SteamOS session compositing window manager'
+arch=(x86_64)
+url=https://github.com/Plagman/gamescope
+license=(BSD)
+depends=(
+  gcc-libs
+  glibc
+  libcap.so
+  libdrm
+  libliftoff.so
+  libpipewire-0.3.so
+  libvulkan.so
+  libwlroots.so
+  libx11
+  libxcomposite
+  libxdamage
+  libxext
+  libxfixes
+  libxkbcommon.so
+  libxrender
+  libxres
+  libxtst
+  libxxf86vm
+  sdl2
+  vulkan-icd-loader
+  wayland
+  wayland-protocols
+  wlroots
+  xorg-server-xwayland
+)
+makedepends=(
+  git
+  glslang
+  meson
+  ninja
+  vulkan-headers
+)
+_tag=c5269642a293ce5e91d3d644ee15a3f3bcc3c5f3
+source=(git+https://github.com/Plagman/gamescope.git#tag=${_tag})
+b2sums=('SKIP')
+
+prepare() {
+  cd gamescope
+  meson subprojects download
+}
+
+pkgver() {
+  cd gamescope
+  git describe --tags | sed 's/-//'
+}
+
+build() {
+  export LDFLAGS="$LDFLAGS -lrt"
+  arch-meson gamescope build \
+-Dforce_fallback_for=stb \
+-Dpipewire=enabled
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  install -Dm 644 gamescope/LICENSE -t 
"${pkgdir}"/usr/share/licenses/gamescope/
+}
+
+# vim: ts=2 sw=2 et:



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

2022-08-26 Thread Maxime Gauduin via arch-commits
Date: Friday, August 26, 2022 @ 15:36:52
  Author: alucryd
Revision: 1282863

upgpkg: home-assistant 1:2022.8.7-1

Modified:
  home-assistant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-26 15:36:43 UTC (rev 1282862)
+++ PKGBUILD2022-08-26 15:36:52 UTC (rev 1282863)
@@ -6,7 +6,7 @@
 
 pkgname=home-assistant
 pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=2022.8.6
+pkgver=2022.8.7
 pkgrel=1
 epoch=1
 arch=(any)
@@ -64,7 +64,7 @@
   'python-dtlssocket: Ikea Tradfri integration'
   'python-lxml: Meteo France integration'
 )
-_tag=c894ddeb95d25d29e69e1a4c1fe7ba88c825ca15
+_tag=f2e177a5afa3007dfb4ed75aa47b564c13c531f6
 source=(
   git+https://github.com/home-assistant/home-assistant.git#tag=${_tag}
   home-assistant.service



[arch-commits] Commit in home-assistant/repos/community-any (4 files)

2022-08-26 Thread Maxime Gauduin via arch-commits
Date: Friday, August 26, 2022 @ 15:37:03
  Author: alucryd
Revision: 1282865

archrelease: copy trunk to community-any

Added:
  home-assistant/repos/community-any/PKGBUILD
(from rev 1282864, home-assistant/trunk/PKGBUILD)
  home-assistant/repos/community-any/home-assistant.service
(from rev 1282864, home-assistant/trunk/home-assistant.service)
Deleted:
  home-assistant/repos/community-any/PKGBUILD
  home-assistant/repos/community-any/home-assistant.service

+
 PKGBUILD   |  200 +++
 home-assistant.service |   58 ++---
 2 files changed, 129 insertions(+), 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-26 15:36:58 UTC (rev 1282864)
+++ PKGBUILD2022-08-26 15:37:03 UTC (rev 1282865)
@@ -1,100 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ethan Skinner 
-# Contributor: Grégoire Seux 
-# Contributor: Dean Galvin 
-# Contributor: NicoHood 
-
-pkgname=home-assistant
-pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=2022.8.6
-pkgrel=1
-epoch=1
-arch=(any)
-url=https://home-assistant.io/
-license=(APACHE)
-depends=(
-  gcc
-  python-aiodiscover
-  python-aiohttp
-  python-aiohttp-cors
-  python-astral
-  python-async-timeout
-  python-atomicwrites
-  python-attrs
-  python-awesomeversion
-  python-bcrypt
-  python-certifi
-  python-ciso8601
-  python-cryptography
-  python-dateutil
-  python-defusedxml
-  python-fnvhash
-  python-home-assistant-bluetooth
-  python-httpx
-  python-ifaddr
-  python-jinja
-  python-lru-dict
-  python-mutagen
-  python-orjson
-  python-pillow
-  python-pip
-  python-pyjwt
-  python-pytz
-  python-requests
-  python-ruamel-yaml
-  python-slugify
-  python-sqlalchemy
-  python-typing_extensions
-  python-voluptuous
-  python-voluptuous-serialize
-  python-yaml
-  python-yarl
-  python-zeroconf
-)
-makedepends=(
-  git
-  python-build
-  python-installer
-  python-setuptools
-  python-wheel
-)
-optdepends=(
-  'net-tools: Nmap host discovery'
-  'openzwave: Z-Wave integration'
-  'python-dtlssocket: Ikea Tradfri integration'
-  'python-lxml: Meteo France integration'
-)
-_tag=c894ddeb95d25d29e69e1a4c1fe7ba88c825ca15
-source=(
-  git+https://github.com/home-assistant/home-assistant.git#tag=${_tag}
-  home-assistant.service
-)
-b2sums=('SKIP'
-
'b5e181e00e499cd0c6e3922af44afe7e8043063d49c89c207beeff9b56ea2920a6f7b6d211be027cb4b6cf8450396623515dadcebdbdbdf0f934d3d16963790e')
-
-pkgver() {
-  cd home-assistant
-  git describe --tags
-}
-
-prepare() {
-  cd home-assistant
-  # lift hard dep constraints, we'll deal with breaking changes ourselves
-  sed 's/==/>=/g' -i pyproject.toml requirements.txt setup.cfg 
homeassistant/package_constraints.txt
-  # allow pip >= 20.3 to be used
-  sed 's/,<20.3//g' -i pyproject.toml requirements.txt setup.cfg 
homeassistant/package_constraints.txt
-  # allow any setuptools to be used
-  sed 's/~=62.3//' -i pyproject.toml
-}
-
-build() {
-  cd home-assistant
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  python -m installer --destdir="${pkgdir}" home-assistant/dist/*.whl
-  install -Dm 644 home-assistant.service -t "${pkgdir}"/usr/lib/systemd/system/
-}
-
-# vim: ts=2 sw=2 et:

Copied: home-assistant/repos/community-any/PKGBUILD (from rev 1282864, 
home-assistant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-26 15:37:03 UTC (rev 1282865)
@@ -0,0 +1,100 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ethan Skinner 
+# Contributor: Grégoire Seux 
+# Contributor: Dean Galvin 
+# Contributor: NicoHood 
+
+pkgname=home-assistant
+pkgdesc='Open source home automation that puts local control and privacy first'
+pkgver=2022.8.7
+pkgrel=1
+epoch=1
+arch=(any)
+url=https://home-assistant.io/
+license=(APACHE)
+depends=(
+  gcc
+  python-aiodiscover
+  python-aiohttp
+  python-aiohttp-cors
+  python-astral
+  python-async-timeout
+  python-atomicwrites
+  python-attrs
+  python-awesomeversion
+  python-bcrypt
+  python-certifi
+  python-ciso8601
+  python-cryptography
+  python-dateutil
+  python-defusedxml
+  python-fnvhash
+  python-home-assistant-bluetooth
+  python-httpx
+  python-ifaddr
+  python-jinja
+  python-lru-dict
+  python-mutagen
+  python-orjson
+  python-pillow
+  python-pip
+  python-pyjwt
+  python-pytz
+  python-requests
+  python-ruamel-yaml
+  python-slugify
+  python-sqlalchemy
+  python-typing_extensions
+  python-voluptuous
+  python-voluptuous-serialize
+  python-yaml
+  python-yarl
+  python-zeroconf
+)
+makedepends=(
+  git
+  python-build
+  python-installer
+  python-setuptools
+  python-wheel
+)
+optdepends=(
+  'net-tools: Nmap host discovery'
+  'openzwave: Z-Wave integration'
+  'python-dtlssocket: Ikea Tradfri integration'
+  'python-lxml: Meteo France integration'
+)

[arch-commits] Commit in lutris/repos/community-any (4 files)

2022-08-26 Thread Maxime Gauduin via arch-commits
Date: Friday, August 26, 2022 @ 15:36:24
  Author: alucryd
Revision: 1282861

archrelease: copy trunk to community-any

Added:
  lutris/repos/community-any/PKGBUILD
(from rev 1282859, lutris/trunk/PKGBUILD)
  lutris/repos/community-any/sort_new_with_model_fix.patch
(from rev 1282859, lutris/trunk/sort_new_with_model_fix.patch)
Deleted:
  lutris/repos/community-any/PKGBUILD
  lutris/repos/community-any/sort_new_with_model_fix.patch

---+
 PKGBUILD  |  162 
 sort_new_with_model_fix.patch |   52 ++--
 2 files changed, 107 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-26 15:36:21 UTC (rev 1282860)
+++ PKGBUILD2022-08-26 15:36:24 UTC (rev 1282861)
@@ -1,81 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Maintainer: Maxime Gauduin 
-# Contributor: Frederik “Freso” S. Olesen 
-
-pkgname=lutris
-pkgver=0.5.10.1
-pkgrel=2
-pkgdesc='Open Gaming Platform'
-arch=('any')
-url='https://lutris.net'
-license=('GPL3')
-depends=(
-  'cabextract'
-  'curl'
-  'glib2'
-  'gnome-desktop'
-  'gtk3'
-  'mesa-utils'
-  'p7zip'
-  'psmisc'
-  'python-dbus'
-  'python-distro'
-  'python-evdev'
-  'python-gobject'
-  'python-lxml'
-  'python-pillow'
-  'python-requests'
-  'python-yaml'
-  'unzip'
-  'webkit2gtk'
-  'xorg-xrandr'
-)
-makedepends=(
-  'git'
-  'meson'
-  'ninja'
-  'python-poetry'
-)
-checkdepends=(
-  'python-nose-cover3'
-  'wine'
-  'xorg-server-xvfb'
-  'xterm'
-)
-optdepends=(
-  'gamemode: Allows games to request a temporary set of optimisations'
-  'gvfs: GVFS backend'
-  'innoextract: Extract Inno Setup installers'
-  'lib32-gamemode: Allows games to request a temporary set of optimisations'
-  'lib32-vkd3d: Vulkan 3D support'
-  'lib32-vulkan-icd-loader: Vulkan support'
-  'vkd3d: Vulkan 3D support'
-  'vulkan-icd-loader: Vulkan support'
-  'wine: Windows support'
-  'xorg-xgamma: Restore gamma on game exit'
-)
-_tag=58baae92a9915e2f0037b794ab92d1413b6ca641
-source=("git+https://github.com/lutris/lutris.git#tag=${_tag};)
-b2sums=('SKIP')
-
-pkgver() {
-  cd lutris
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  arch-meson lutris build
-  ninja -C build
-}
-
-#check() {
-#  cd $pkgname-$pkgver
-#
-#  xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml 
--with-coverage --cover-package=lutris --cover-xml-file=coverage.xml
-#}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:

Copied: lutris/repos/community-any/PKGBUILD (from rev 1282859, 
lutris/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-26 15:36:24 UTC (rev 1282861)
@@ -0,0 +1,81 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Maintainer: Maxime Gauduin 
+# Contributor: Frederik “Freso” S. Olesen 
+
+pkgname=lutris
+pkgver=0.5.11
+pkgrel=1
+pkgdesc='Open Gaming Platform'
+arch=('any')
+url='https://lutris.net'
+license=('GPL3')
+depends=(
+  'cabextract'
+  'curl'
+  'glib2'
+  'gnome-desktop'
+  'gtk3'
+  'mesa-utils'
+  'p7zip'
+  'psmisc'
+  'python-dbus'
+  'python-distro'
+  'python-evdev'
+  'python-gobject'
+  'python-lxml'
+  'python-pillow'
+  'python-requests'
+  'python-yaml'
+  'unzip'
+  'webkit2gtk'
+  'xorg-xrandr'
+)
+makedepends=(
+  'git'
+  'meson'
+  'ninja'
+  'python-poetry'
+)
+checkdepends=(
+  'python-nose-cover3'
+  'wine'
+  'xorg-server-xvfb'
+  'xterm'
+)
+optdepends=(
+  'gamemode: Allows games to request a temporary set of optimisations'
+  'gvfs: GVFS backend'
+  'innoextract: Extract Inno Setup installers'
+  'lib32-gamemode: Allows games to request a temporary set of optimisations'
+  'lib32-vkd3d: Vulkan 3D support'
+  'lib32-vulkan-icd-loader: Vulkan support'
+  'vkd3d: Vulkan 3D support'
+  'vulkan-icd-loader: Vulkan support'
+  'wine: Windows support'
+  'xorg-xgamma: Restore gamma on game exit'
+)
+_tag=98a4005a7babe7cc9aae47cb2e453c0978aedde0
+source=("git+https://github.com/lutris/lutris.git#tag=${_tag};)
+b2sums=('SKIP')
+
+pkgver() {
+  cd lutris
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  arch-meson lutris build
+  ninja -C build
+}
+
+#check() {
+#  cd $pkgname-$pkgver
+#
+#  xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml 
--with-coverage --cover-package=lutris --cover-xml-file=coverage.xml
+#}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:

Deleted: sort_new_with_model_fix.patch
===
--- sort_new_with_model_fix.patch   2022-08-26 15:36:21 UTC (rev 1282860)
+++ sort_new_with_model_fix.patch   2022-08-26 15:36:24 UTC (rev 1282861)
@@ -1,26 +0,0 @@
-From 12a458db3c590c3f1972594e091a24cb4d65b610 Mon Sep 17 00:00:00 2001
-From: Mathieu Comandon 
-Date: Wed, 1 Jan 2020 12:47:55 -0800
-Subject: 

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

2022-08-26 Thread Maxime Gauduin via arch-commits
Date: Friday, August 26, 2022 @ 15:36:13
  Author: alucryd
Revision: 1282859

upgpkg: lutris 0.5.11-1

Modified:
  lutris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-26 15:36:06 UTC (rev 1282858)
+++ PKGBUILD2022-08-26 15:36:13 UTC (rev 1282859)
@@ -3,8 +3,8 @@
 # Contributor: Frederik “Freso” S. Olesen 
 
 pkgname=lutris
-pkgver=0.5.10.1
-pkgrel=2
+pkgver=0.5.11
+pkgrel=1
 pkgdesc='Open Gaming Platform'
 arch=('any')
 url='https://lutris.net'
@@ -54,7 +54,7 @@
   'wine: Windows support'
   'xorg-xgamma: Restore gamma on game exit'
 )
-_tag=58baae92a9915e2f0037b794ab92d1413b6ca641
+_tag=98a4005a7babe7cc9aae47cb2e453c0978aedde0
 source=("git+https://github.com/lutris/lutris.git#tag=${_tag};)
 b2sums=('SKIP')
 



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

2022-08-26 Thread Maxime Gauduin via arch-commits
Date: Friday, August 26, 2022 @ 15:34:26
  Author: alucryd
Revision: 1282849

FS#75688: drop appstream-glib to makedeps

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-26 15:34:24 UTC (rev 1282848)
+++ PKGBUILD2022-08-26 15:34:26 UTC (rev 1282849)
@@ -4,13 +4,12 @@
 
 pkgname=lollypop
 pkgver=1.4.35
-pkgrel=1
+pkgrel=2
 pkgdesc='Music player for GNOME'
 arch=(any)
 url=https://gitlab.gnome.org/World/lollypop
 license=(GPL)
 depends=(
-  appstream-glib
   gst-plugins-base-libs
   gst-python
   gtk3
@@ -22,6 +21,7 @@
   totem-plparser
 )
 makedepends=(
+  appstream-glib
   git
   gobject-introspection
   intltool
@@ -45,7 +45,6 @@
 
 pkgver() {
   cd lollypop
-
   git describe --tags
 }
 
@@ -52,11 +51,11 @@
 build() {
   arch-meson lollypop build \
 --libexecdir=lib/lollypop
-  ninja -C build
+  meson compile -C build
 }
 
 package() {
-  DESTDIR="${pkgdir}" ninja -C build install
+  DESTDIR="${pkgdir}" meson install -C build
 }
 
 # vim: ts=2 sw=2 et:



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

2022-08-26 Thread Maxime Gauduin via arch-commits
Date: Friday, August 26, 2022 @ 15:34:37
  Author: alucryd
Revision: 1282850

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 1282849, lollypop/trunk/PKGBUILD)
Deleted:
  lollypop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-26 15:34:26 UTC (rev 1282849)
+++ PKGBUILD2022-08-26 15:34:37 UTC (rev 1282850)
@@ -1,62 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=1.4.35
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=(any)
-url=https://gitlab.gnome.org/World/lollypop
-license=(GPL)
-depends=(
-  appstream-glib
-  gst-plugins-base-libs
-  gst-python
-  gtk3
-  libhandy
-  python-beautifulsoup4
-  python-cairo
-  python-gobject
-  python-pillow
-  totem-plparser
-)
-makedepends=(
-  git
-  gobject-introspection
-  intltool
-  itstool
-  meson
-)
-optdepends=(
-  'easytag: Modify tags'
-  'gst-libav: FFmpeg plugin for GStreamer'
-  'gst-plugins-bad: "Bad" plugin libraries'
-  'gst-plugins-base: "Base" plugin libraries'
-  'gst-plugins-good: "Good" plugin libraries'
-  'gst-plugins-ugly: "Ugly" plugin libraries'
-  'kid3-qt: Store covers in tags'
-  'libsecret: Last.FM support'
-  'youtube-dl: Youtube support'
-)
-_tag=311bd3e21b8825b22bbfc397f0fcfbcf54e20b40
-source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd lollypop
-
-  git describe --tags
-}
-
-build() {
-  arch-meson lollypop build \
---libexecdir=lib/lollypop
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 1282849, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-26 15:34:37 UTC (rev 1282850)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=1.4.35
+pkgrel=2
+pkgdesc='Music player for GNOME'
+arch=(any)
+url=https://gitlab.gnome.org/World/lollypop
+license=(GPL)
+depends=(
+  gst-plugins-base-libs
+  gst-python
+  gtk3
+  libhandy
+  python-beautifulsoup4
+  python-cairo
+  python-gobject
+  python-pillow
+  totem-plparser
+)
+makedepends=(
+  appstream-glib
+  git
+  gobject-introspection
+  intltool
+  itstool
+  meson
+)
+optdepends=(
+  'easytag: Modify tags'
+  'gst-libav: FFmpeg plugin for GStreamer'
+  'gst-plugins-bad: "Bad" plugin libraries'
+  'gst-plugins-base: "Base" plugin libraries'
+  'gst-plugins-good: "Good" plugin libraries'
+  'gst-plugins-ugly: "Ugly" plugin libraries'
+  'kid3-qt: Store covers in tags'
+  'libsecret: Last.FM support'
+  'youtube-dl: Youtube support'
+)
+_tag=311bd3e21b8825b22bbfc397f0fcfbcf54e20b40
+source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd lollypop
+  git describe --tags
+}
+
+build() {
+  arch-meson lollypop build \
+--libexecdir=lib/lollypop
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:



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

2022-08-26 Thread Maxime Gauduin via arch-commits
Date: Friday, August 26, 2022 @ 15:59:50
  Author: alucryd
Revision: 1282991

archrelease: copy trunk to community-any

Added:
  uvicorn/repos/community-any/PKGBUILD
(from rev 1282989, uvicorn/trunk/PKGBUILD)
Deleted:
  uvicorn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-26 15:59:47 UTC (rev 1282990)
+++ PKGBUILD2022-08-26 15:59:50 UTC (rev 1282991)
@@ -1,38 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Maintainer: Maxime Gauduin 
-
-pkgname=uvicorn
-pkgver=0.18.2
-pkgrel=1
-pkgdesc='The lightning-fast ASGI server'
-arch=('any')
-url='https://github.com/encode/uvicorn'
-license=('BSD')
-depends=('python' 'python-asgiref' 'python-click' 'python-h11' 
'python-websockets' 'python-httptools' 'python-uvloop')
-optdepends=('python-watchgod: watchgod reload')
-makedepends=('git' 'python-setuptools')
-_tag=e674b96c4f9e20c2f6501b0c9e292d386931f9d0
-source=("git+$url#tag=${_tag}")
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-
-  git describe --tags
-}
-
-build() {
-  cd $pkgname
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uvicorn/repos/community-any/PKGBUILD (from rev 1282989, 
uvicorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-26 15:59:50 UTC (rev 1282991)
@@ -0,0 +1,45 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Maintainer: Maxime Gauduin 
+
+pkgname=uvicorn
+pkgver=0.18.3
+pkgrel=1
+pkgdesc='The lightning-fast ASGI server'
+arch=(any)
+url=https://github.com/encode/uvicorn
+license=(BSD)
+depends=(
+  python
+  python-asgiref
+  python-click
+  python-h11
+  python-httptools
+  python-uvloop
+  python-websockets
+)
+makedepends=(
+  git
+  python-build
+  python-hatchling
+  python-installer
+)
+_tag=ccd1aae48e49dd8c9365600fd79e886efe88be1d
+source=(git+https://github.com/encode/uvicorn#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd uvicorn
+  git describe --tags
+}
+
+build() {
+  cd uvicorn
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  python -m installer --destdir="${pkgdir}" uvicorn/dist/*.whl
+  install -Dm 644 uvicorn/LICENSE.md -t "${pkgdir}"/usr/share/licenses/uvicorn/
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-08-26 Thread Maxime Gauduin via arch-commits
Date: Friday, August 26, 2022 @ 15:59:39
  Author: alucryd
Revision: 1282989

upgpkg: uvicorn 0.18.3-1

Modified:
  uvicorn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-26 15:59:33 UTC (rev 1282988)
+++ PKGBUILD2022-08-26 15:59:39 UTC (rev 1282989)
@@ -2,37 +2,44 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=uvicorn
-pkgver=0.18.2
+pkgver=0.18.3
 pkgrel=1
 pkgdesc='The lightning-fast ASGI server'
-arch=('any')
-url='https://github.com/encode/uvicorn'
-license=('BSD')
-depends=('python' 'python-asgiref' 'python-click' 'python-h11' 
'python-websockets' 'python-httptools' 'python-uvloop')
-optdepends=('python-watchgod: watchgod reload')
-makedepends=('git' 'python-setuptools')
-_tag=e674b96c4f9e20c2f6501b0c9e292d386931f9d0
-source=("git+$url#tag=${_tag}")
-sha512sums=('SKIP')
+arch=(any)
+url=https://github.com/encode/uvicorn
+license=(BSD)
+depends=(
+  python
+  python-asgiref
+  python-click
+  python-h11
+  python-httptools
+  python-uvloop
+  python-websockets
+)
+makedepends=(
+  git
+  python-build
+  python-hatchling
+  python-installer
+)
+_tag=ccd1aae48e49dd8c9365600fd79e886efe88be1d
+source=(git+https://github.com/encode/uvicorn#tag=${_tag})
+b2sums=(SKIP)
 
 pkgver() {
-  cd $pkgname
-
+  cd uvicorn
   git describe --tags
 }
 
 build() {
-  cd $pkgname
-
-  python setup.py build
+  cd uvicorn
+  python -m build --wheel --no-isolation
 }
 
 package() {
-  cd $pkgname
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  python -m installer --destdir="${pkgdir}" uvicorn/dist/*.whl
+  install -Dm 644 uvicorn/LICENSE.md -t "${pkgdir}"/usr/share/licenses/uvicorn/
 }
 
 # vim:set ts=2 sw=2 et:



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

2022-08-24 Thread Maxime Gauduin via arch-commits
Date: Wednesday, August 24, 2022 @ 14:13:17
  Author: alucryd
Revision: 1276390

archrelease: copy trunk to community-x86_64

Added:
  neatvnc/repos/community-x86_64/PKGBUILD
(from rev 1276389, neatvnc/trunk/PKGBUILD)
Deleted:
  neatvnc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-24 14:13:08 UTC (rev 1276389)
+++ PKGBUILD2022-08-24 14:13:17 UTC (rev 1276390)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Andri Yngvason 
-
-pkgname=neatvnc
-pkgver=0.5.1
-pkgrel=1
-pkgdesc='Fast and neat VNC server library'
-arch=(x86_64)
-url=https://github.com/any1/neatvnc
-license=(custom:ISC)
-depends=(
-  glibc
-  gnutls
-  libaml.so
-  libavcodec.so
-  libdrm
-  libpixman-1.so
-  libturbojpeg.so
-  mesa
-  zlib
-)
-makedepends=(
-  git
-  meson
-  ninja
-)
-provides=(libneatvnc.so)
-_tag=43684ec48259f529f5ce41554ee93f500cce94b7
-source=(git+https://github.com/any1/neatvnc.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd neatvnc
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  arch-meson neatvnc build \
--Djpeg=enabled \
--Dtls=enabled
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  install -Dm 644 neatvnc/COPYING -t "${pkgdir}"/usr/share/licenses/neatvnc
-}
-
-# vim: ts=2 sw=2 et:

Copied: neatvnc/repos/community-x86_64/PKGBUILD (from rev 1276389, 
neatvnc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-24 14:13:17 UTC (rev 1276390)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Andri Yngvason 
+
+pkgname=neatvnc
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='Fast and neat VNC server library'
+arch=(x86_64)
+url=https://github.com/any1/neatvnc
+license=(custom:ISC)
+depends=(
+  glibc
+  gnutls
+  libaml.so
+  libavcodec.so
+  libdrm
+  libpixman-1.so
+  libturbojpeg.so
+  mesa
+  zlib
+)
+makedepends=(
+  git
+  meson
+  ninja
+)
+provides=(libneatvnc.so)
+_tag=29ce32732f5c98cede0ae80bb6fb69101a6fe84d
+source=(git+https://github.com/any1/neatvnc.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd neatvnc
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  arch-meson neatvnc build \
+-Djpeg=enabled \
+-Dtls=enabled
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  install -Dm 644 neatvnc/COPYING -t "${pkgdir}"/usr/share/licenses/neatvnc
+}
+
+# vim: ts=2 sw=2 et:



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

2022-08-24 Thread Maxime Gauduin via arch-commits
Date: Wednesday, August 24, 2022 @ 14:13:08
  Author: alucryd
Revision: 1276389

upgpkg: neatvnc 0.5.3-1

Modified:
  neatvnc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-24 14:12:46 UTC (rev 1276388)
+++ PKGBUILD2022-08-24 14:13:08 UTC (rev 1276389)
@@ -2,7 +2,7 @@
 # Contributor: Andri Yngvason 
 
 pkgname=neatvnc
-pkgver=0.5.1
+pkgver=0.5.3
 pkgrel=1
 pkgdesc='Fast and neat VNC server library'
 arch=(x86_64)
@@ -25,7 +25,7 @@
   ninja
 )
 provides=(libneatvnc.so)
-_tag=43684ec48259f529f5ce41554ee93f500cce94b7
+_tag=29ce32732f5c98cede0ae80bb6fb69101a6fe84d
 source=(git+https://github.com/any1/neatvnc.git#tag=${_tag})
 b2sums=(SKIP)
 



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

2022-08-24 Thread Maxime Gauduin via arch-commits
Date: Wednesday, August 24, 2022 @ 14:12:45
  Author: alucryd
Revision: 1276387

archrelease: copy trunk to community-x86_64

Added:
  gamescope/repos/community-x86_64/PKGBUILD
(from rev 1276386, gamescope/trunk/PKGBUILD)
Deleted:
  gamescope/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-24 14:12:36 UTC (rev 1276386)
+++ PKGBUILD2022-08-24 14:12:45 UTC (rev 1276387)
@@ -1,73 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Samuel "scrufulufugus" Monson 
-# Contributor: PedroHLC 
-
-pkgname=gamescope
-pkgver=3.11.40
-pkgrel=1
-pkgdesc='SteamOS session compositing window manager'
-arch=(x86_64)
-url=https://github.com/Plagman/gamescope
-license=(BSD)
-depends=(
-  gcc-libs
-  glibc
-  libcap.so
-  libdrm
-  libliftoff.so
-  libpipewire-0.3.so
-  libvulkan.so
-  libwlroots.so
-  libx11
-  libxcomposite
-  libxdamage
-  libxext
-  libxfixes
-  libxkbcommon.so
-  libxrender
-  libxres
-  libxtst
-  libxxf86vm
-  sdl2
-  vulkan-icd-loader
-  wayland
-  wayland-protocols
-  wlroots
-  xorg-server-xwayland
-)
-makedepends=(
-  git
-  glslang
-  meson
-  ninja
-  vulkan-headers
-)
-_tag=c49cac3a00bb41b27ba6771747a5989331847935
-source=(git+https://github.com/Plagman/gamescope.git#tag=${_tag})
-b2sums=('SKIP')
-
-prepare() {
-  cd gamescope
-  meson subprojects download
-}
-
-pkgver() {
-  cd gamescope
-  git describe --tags | sed 's/-//'
-}
-
-build() {
-  export LDFLAGS="$LDFLAGS -lrt"
-  arch-meson gamescope build \
--Dforce_fallback_for=stb \
--Dpipewire=enabled
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  install -Dm 644 gamescope/LICENSE -t 
"${pkgdir}"/usr/share/licenses/gamescope/
-}
-
-# vim: ts=2 sw=2 et:

Copied: gamescope/repos/community-x86_64/PKGBUILD (from rev 1276386, 
gamescope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-24 14:12:45 UTC (rev 1276387)
@@ -0,0 +1,73 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Samuel "scrufulufugus" Monson 
+# Contributor: PedroHLC 
+
+pkgname=gamescope
+pkgver=3.11.42
+pkgrel=1
+pkgdesc='SteamOS session compositing window manager'
+arch=(x86_64)
+url=https://github.com/Plagman/gamescope
+license=(BSD)
+depends=(
+  gcc-libs
+  glibc
+  libcap.so
+  libdrm
+  libliftoff.so
+  libpipewire-0.3.so
+  libvulkan.so
+  libwlroots.so
+  libx11
+  libxcomposite
+  libxdamage
+  libxext
+  libxfixes
+  libxkbcommon.so
+  libxrender
+  libxres
+  libxtst
+  libxxf86vm
+  sdl2
+  vulkan-icd-loader
+  wayland
+  wayland-protocols
+  wlroots
+  xorg-server-xwayland
+)
+makedepends=(
+  git
+  glslang
+  meson
+  ninja
+  vulkan-headers
+)
+_tag=6da2f90e51c5fc525795792b673582b95127c2a2
+source=(git+https://github.com/Plagman/gamescope.git#tag=${_tag})
+b2sums=('SKIP')
+
+prepare() {
+  cd gamescope
+  meson subprojects download
+}
+
+pkgver() {
+  cd gamescope
+  git describe --tags | sed 's/-//'
+}
+
+build() {
+  export LDFLAGS="$LDFLAGS -lrt"
+  arch-meson gamescope build \
+-Dforce_fallback_for=stb \
+-Dpipewire=enabled
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  install -Dm 644 gamescope/LICENSE -t 
"${pkgdir}"/usr/share/licenses/gamescope/
+}
+
+# vim: ts=2 sw=2 et:



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

2022-08-24 Thread Maxime Gauduin via arch-commits
Date: Wednesday, August 24, 2022 @ 14:12:36
  Author: alucryd
Revision: 1276386

upgpkg: gamescope 3.11.42-1

Modified:
  gamescope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-24 14:12:27 UTC (rev 1276385)
+++ PKGBUILD2022-08-24 14:12:36 UTC (rev 1276386)
@@ -4,7 +4,7 @@
 # Contributor: PedroHLC 
 
 pkgname=gamescope
-pkgver=3.11.40
+pkgver=3.11.42
 pkgrel=1
 pkgdesc='SteamOS session compositing window manager'
 arch=(x86_64)
@@ -43,7 +43,7 @@
   ninja
   vulkan-headers
 )
-_tag=c49cac3a00bb41b27ba6771747a5989331847935
+_tag=6da2f90e51c5fc525795792b673582b95127c2a2
 source=(git+https://github.com/Plagman/gamescope.git#tag=${_tag})
 b2sums=('SKIP')
 



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

2022-08-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 23, 2022 @ 09:45:28
  Author: alucryd
Revision: 454443

archrelease: copy trunk to extra-x86_64

Added:
  x264/repos/extra-x86_64/PKGBUILD
(from rev 454442, x264/trunk/PKGBUILD)
Deleted:
  x264/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-23 09:45:19 UTC (rev 454442)
+++ PKGBUILD2022-08-23 09:45:28 UTC (rev 454443)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: damir 
-# Contributor: Paul Mattal 
-
-pkgname=x264
-pkgver=0.164.r3095.baee400
-pkgrel=2
-epoch=3
-pkgdesc='Open Source H264/AVC video encoder'
-arch=(x86_64)
-url=https://www.videolan.org/developers/x264.html
-license=(GPL)
-depends=(
-  liblsmash.so
-)
-makedepends=(
-  git
-  l-smash
-  nasm
-)
-provides=(
-  libx264
-  libx264.so
-)
-conflicts=(
-  libx264
-  libx264-10bit
-  libx264-all
-)
-replaces=(
-  libx264
-  libx264-10bit
-  libx264-all
-)
-_commit=baee400fa9ced6f5481a728138fed6e867b0ff7f
-source=(git+https://code.videolan.org/videolan/x264.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd x264
-
-  ./version.sh | grep X264_POINTVER | sed -r 's/^#define X264_POINTVER 
"([0-9]+\.[0-9]+)\.([0-9]+) (.*)"$/\1.r\2.\3/'
-}
-
-build() {
-  cd x264
-
-  ./configure \
---prefix=/usr \
---enable-shared \
---enable-pic \
---enable-lto \
---disable-avs
-  make
-}
-
-package() {
-  make -C x264 DESTDIR="${pkgdir}" install-cli install-lib-shared
-}
-
-# vim: ts=2 sw=2 et:

Copied: x264/repos/extra-x86_64/PKGBUILD (from rev 454442, x264/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-23 09:45:28 UTC (rev 454443)
@@ -0,0 +1,58 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: damir 
+# Contributor: Paul Mattal 
+
+pkgname=x264
+pkgver=0.164.r3095.baee400
+pkgrel=3
+epoch=3
+pkgdesc='Open Source H264/AVC video encoder'
+arch=(x86_64)
+url=https://www.videolan.org/developers/x264.html
+license=(GPL)
+depends=(liblsmash.so)
+makedepends=(
+  git
+  nasm
+)
+provides=(
+  libx264
+  libx264.so
+)
+conflicts=(
+  libx264
+  libx264-10bit
+  libx264-all
+)
+replaces=(
+  libx264
+  libx264-10bit
+  libx264-all
+)
+_commit=baee400fa9ced6f5481a728138fed6e867b0ff7f
+source=(git+https://code.videolan.org/videolan/x264.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd x264
+  ./version.sh | grep X264_POINTVER | sed -r 's/^#define X264_POINTVER 
"([0-9]+\.[0-9]+)\.([0-9]+) (.*)"$/\1.r\2.\3/'
+}
+
+build() {
+  cd x264
+  ./configure \
+--prefix=/usr \
+--enable-shared \
+--enable-pic \
+--enable-lto \
+--disable-avs
+  make
+}
+
+package() {
+  make -C x264 DESTDIR="${pkgdir}" 
BASHCOMPLETIONSDIR="/usr/share/bash-completion/completions" install-cli 
install-lib-shared install-bashcompletion
+}
+
+# vim: ts=2 sw=2 et:



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

2022-08-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 23, 2022 @ 09:45:19
  Author: alucryd
Revision: 454442

FS#74525: restore bash completion

Modified:
  x264/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 01:44:06 UTC (rev 454441)
+++ PKGBUILD2022-08-23 09:45:19 UTC (rev 454442)
@@ -6,18 +6,15 @@
 
 pkgname=x264
 pkgver=0.164.r3095.baee400
-pkgrel=2
+pkgrel=3
 epoch=3
 pkgdesc='Open Source H264/AVC video encoder'
 arch=(x86_64)
 url=https://www.videolan.org/developers/x264.html
 license=(GPL)
-depends=(
-  liblsmash.so
-)
+depends=(liblsmash.so)
 makedepends=(
   git
-  l-smash
   nasm
 )
 provides=(
@@ -40,13 +37,11 @@
 
 pkgver() {
   cd x264
-
   ./version.sh | grep X264_POINTVER | sed -r 's/^#define X264_POINTVER 
"([0-9]+\.[0-9]+)\.([0-9]+) (.*)"$/\1.r\2.\3/'
 }
 
 build() {
   cd x264
-
   ./configure \
 --prefix=/usr \
 --enable-shared \
@@ -57,7 +52,7 @@
 }
 
 package() {
-  make -C x264 DESTDIR="${pkgdir}" install-cli install-lib-shared
+  make -C x264 DESTDIR="${pkgdir}" 
BASHCOMPLETIONSDIR="/usr/share/bash-completion/completions" install-cli 
install-lib-shared install-bashcompletion
 }
 
 # vim: ts=2 sw=2 et:



[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

2022-08-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 23, 2022 @ 08:19:19
  Author: alucryd
Revision: 1274938

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 1274937, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 1274937, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  208 +++
 retroarch-config.patch |  102 +++
 2 files changed, 156 insertions(+), 154 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-23 08:19:08 UTC (rev 1274937)
+++ PKGBUILD2022-08-23 08:19:19 UTC (rev 1274938)
@@ -1,103 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.10.3
-pkgrel=1
-pkgdesc='Reference frontend for the libretro API'
-arch=(x86_64)
-url=http://www.libretro.com/
-license=(GPL)
-groups=(libretro)
-depends=(
-  alsa-lib
-  ffmpeg
-  flac
-  libass.so
-  libdrm
-  libfreetype.so
-  libgl
-  libpulse
-  libudev.so
-  libusb-1.0.so
-  mbedtls
-  mesa
-  openal
-  qt5-base
-  sdl2
-  spirv-tools
-  v4l-utils
-  zlib
-)
-makedepends=(
-  gamemode
-  git
-  libx11
-  libxcb
-  libxext
-  libxinerama
-  libxkbcommon
-  libxrandr
-  libxv
-  libxxf86vm
-  vulkan-icd-loader
-  wayland
-  wayland-protocols
-)
-optdepends=(
-  'gamemode: GameMode support'
-  'libretro-overlays: Collection of overlays'
-  'libretro-shaders: Collection of shaders'
-  'libxinerama: X11 support'
-  'libxrandr: X11 support'
-  'python: retroarch-cg2glsl'
-  'retroarch-assets-ozone: Ozone menu assets'
-  'retroarch-assets-xmb: XMB menu assets'
-  'wayland: Wayland support'
-)
-backup=(etc/retroarch.cfg)
-_tag=9b282aa742b6c3d2f2925ae5a12e2cd7c6b6ad38
-source=(
-  git+https://github.com/libretro/RetroArch.git#tag=${_tag}
-  retroarch-config.patch
-)
-b2sums=('SKIP'
-
'5ecbe57126c7f9b66bdf189f0af2f1cec031cb68ea85bb9609847ba9beb0e720c902cd3330d7c286901a73e6c2e272c3f04166cf9a47bb6f80097f19dde8ce3a')
-
-pkgver() {
-  cd RetroArch
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd RetroArch
-  patch -Np1 -i ../retroarch-config.patch
-  git cherry-pick -n 685948368e6b28b97e1b91bdfe5921519359a033 # FS#66843
-}
-
-build() {
-  cd RetroArch
-  ./configure \
---prefix=/usr \
---disable-builtinflac \
---disable-builtinmbedtls \
---disable-builtinzlib \
---disable-cg \
---disable-jack \
---disable-oss \
---disable-sdl \
---enable-dbus
-  make
-  make -C libretro-common/audio/dsp_filters
-  make -C gfx/video_filters
-}
-
-package() {
-  cd RetroArch
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 libretro-common/audio/dsp_filters/*.{dsp,so} -t 
"${pkgdir}"/usr/lib/retroarch/filters/audio/
-  install -Dm 644 gfx/video_filters/*.{filt,so} -t 
"${pkgdir}"/usr/lib/retroarch/filters/video/
-}
-
-# vim: ts=2 sw=2 et:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 1274937, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-23 08:19:19 UTC (rev 1274938)
@@ -0,0 +1,105 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.10.3
+pkgrel=2
+pkgdesc='Reference frontend for the libretro API'
+arch=(x86_64)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(
+  alsa-lib
+  ffmpeg
+  flac
+  libass.so
+  libdrm
+  libfreetype.so
+  libgl
+  libpulse
+  libudev.so
+  libusb-1.0.so
+  mbedtls
+  mesa
+  openal
+  qt5-base
+  sdl2
+  spirv-tools
+  v4l-utils
+  zlib
+)
+makedepends=(
+  gamemode
+  git
+  libdecor
+  libx11
+  libxcb
+  libxext
+  libxinerama
+  libxkbcommon
+  libxrandr
+  libxv
+  libxxf86vm
+  vulkan-icd-loader
+  wayland
+  wayland-protocols
+)
+optdepends=(
+  'gamemode: GameMode support'
+  'libdecor: Wayland decorations'
+  'libretro-overlays: Collection of overlays'
+  'libretro-shaders: Collection of shaders'
+  'libxinerama: X11 support'
+  'libxrandr: X11 support'
+  'python: retroarch-cg2glsl'
+  'retroarch-assets-ozone: Ozone menu assets'
+  'retroarch-assets-xmb: XMB menu assets'
+  'wayland: Wayland support'
+)
+backup=(etc/retroarch.cfg)
+_tag=9b282aa742b6c3d2f2925ae5a12e2cd7c6b6ad38
+source=(
+  git+https://github.com/libretro/RetroArch.git#tag=${_tag}
+  retroarch-config.patch
+)
+b2sums=('SKIP'
+
'5ecbe57126c7f9b66bdf189f0af2f1cec031cb68ea85bb9609847ba9beb0e720c902cd3330d7c286901a73e6c2e272c3f04166cf9a47bb6f80097f19dde8ce3a')
+
+pkgver() {
+  cd RetroArch
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd RetroArch
+  patch -Np1 -i ../retroarch-config.patch
+  git cherry-pick -n 

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

2022-08-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 23, 2022 @ 08:19:08
  Author: alucryd
Revision: 1274937

FS#75198: add makedep and optdep on libdecor for wayland decorations

Modified:
  retroarch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 08:11:53 UTC (rev 1274936)
+++ PKGBUILD2022-08-23 08:19:08 UTC (rev 1274937)
@@ -4,7 +4,7 @@
 
 pkgname=retroarch
 pkgver=1.10.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
 url=http://www.libretro.com/
@@ -33,6 +33,7 @@
 makedepends=(
   gamemode
   git
+  libdecor
   libx11
   libxcb
   libxext
@@ -47,6 +48,7 @@
 )
 optdepends=(
   'gamemode: GameMode support'
+  'libdecor: Wayland decorations'
   'libretro-overlays: Collection of overlays'
   'libretro-shaders: Collection of shaders'
   'libxinerama: X11 support'



[arch-commits] Commit in vbam/repos/community-x86_64 (4 files)

2022-08-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 23, 2022 @ 08:11:53
  Author: alucryd
Revision: 1274936

archrelease: copy trunk to community-x86_64

Added:
  vbam/repos/community-x86_64/PKGBUILD
(from rev 1274935, vbam/trunk/PKGBUILD)
  vbam/repos/community-x86_64/vbam-ffmpeg5.0.patch
(from rev 1274935, vbam/trunk/vbam-ffmpeg5.0.patch)
Deleted:
  vbam/repos/community-x86_64/PKGBUILD
  vbam/repos/community-x86_64/vbam-ffmpeg5.0.patch

--+
 PKGBUILD |  198 -
 vbam-ffmpeg5.0.patch |   88 ++---
 2 files changed, 143 insertions(+), 143 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-23 08:11:42 UTC (rev 1274935)
+++ PKGBUILD2022-08-23 08:11:53 UTC (rev 1274936)
@@ -1,99 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgbase=vbam
-pkgname=(
-  vbam-sdl
-  vbam-wx
-)
-pkgver=2.1.4.r568.639003a8
-pkgrel=1
-pkgdesc='Nintendo GameBoy Advance emulator'
-arch=(x86_64)
-url=https://vba-m.com
-license=(GPL2)
-depends=(
-  glu
-  libavcodec.so
-  libavformat.so
-  libavutil.so
-  libswscale.so
-  libgl
-  libpng
-  sdl2
-  sfml
-  zlib
-)
-makedepends=(
-  cmake
-  doctest
-  ffmpeg
-  git
-  libglvnd
-  ninja
-  wxwidgets-gtk3
-  zip
-)
-#_tag=8f4862de88de2f95866b7e501304f1e57a4e0abb
-_commit=639003a8b63e7955159b0d3747a38e2ecbd9c15a
-#source=(git+https://github.com/visualboyadvance-m/visualboyadvance-m.git?signed#tag=${_tag})
-source=(
-  
git+https://github.com/visualboyadvance-m/visualboyadvance-m.git#commit=${_commit}
-  vbam-ffmpeg5.0.patch
-)
-b2sums=('SKIP'
-
'c24813fab7a155ac0711e4c5764148d45dae8c1a57938fd8ce253368c31f7d91c2c912f5b0da48c70952f990449315489f175e0894d9f4a75efc53a3e6abd162')
-#validpgpkeys=(A0C0E526E36FD2138C149D4D08AB596679D86240) # Rafael Kitover 

-
-prepare() {
-  cd visualboyadvance-m
-  #patch -Np1 -i ../vbam-ffmpeg5.0.patch
-  sed -e 's|${CMAKE_SOURCE_DIR}/third_party|/usr|' -i 
src/wx/tests/CMakeLists.txt # Unbundle doctest (bundled one is not glibc 2.34 
compatible)
-}
-
-pkgver() {
-  cd visualboyadvance-m
-  git describe --tags | sed 's/^v//; s/-/.r/; s/-g/./'
-}
-
-build() {
-  cmake -S visualboyadvance-m -B build-sdl -G Ninja \
--DCMAKE_BUILD_TYPE='' \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=TRUE \
--DENABLE_SDL=TRUE \
--DENABLE_WX=FALSE \
--DENABLE_LINK=TRUE
-  cmake --build build-sdl
-  cmake -S visualboyadvance-m -B build-wx -G Ninja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=TRUE \
--DENABLE_SDL=FALSE \
--DENABLE_WX=TRUE \
--DENABLE_FFMPEG=TRUE \
--DENABLE_LINK=TRUE
-  cmake --build build-wx
-}
-
-package_vbam-sdl() {
-  backup=(etc/vbam.cfg)
-  conflicts=(vbam-wx)
-
-  DESTDIR="${pkgdir}" cmake --install build-sdl
-}
-
-package_vbam-wx() {
-  depends+=(
-glib2
-gtk3
-openal
-wxwidgets-gtk3
-zip
-  )
-  conflicts=(vbam-sdl)
-
-  DESTDIR="${pkgdir}" cmake --install build-wx
-}
-
-# vim: ts=2 sw=2 et:

Copied: vbam/repos/community-x86_64/PKGBUILD (from rev 1274935, 
vbam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-23 08:11:53 UTC (rev 1274936)
@@ -0,0 +1,99 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgbase=vbam
+pkgname=(
+  vbam-sdl
+  vbam-wx
+)
+pkgver=2.1.4.r573.7f1d49d3
+pkgrel=1
+pkgdesc='Nintendo GameBoy Advance emulator'
+arch=(x86_64)
+url=https://vba-m.com
+license=(GPL2)
+depends=(
+  glu
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libswscale.so
+  libgl
+  libpng
+  sdl2
+  sfml
+  zlib
+)
+makedepends=(
+  cmake
+  doctest
+  ffmpeg
+  git
+  libglvnd
+  ninja
+  wxwidgets-gtk3
+  zip
+)
+#_tag=8f4862de88de2f95866b7e501304f1e57a4e0abb
+_commit=7f1d49d3d41469c5e7d3ae3145563d787c26
+#source=(git+https://github.com/visualboyadvance-m/visualboyadvance-m.git?signed#tag=${_tag})
+source=(
+  
git+https://github.com/visualboyadvance-m/visualboyadvance-m.git#commit=${_commit}
+  vbam-ffmpeg5.0.patch
+)
+b2sums=('SKIP'
+
'c24813fab7a155ac0711e4c5764148d45dae8c1a57938fd8ce253368c31f7d91c2c912f5b0da48c70952f990449315489f175e0894d9f4a75efc53a3e6abd162')
+#validpgpkeys=(A0C0E526E36FD2138C149D4D08AB596679D86240) # Rafael Kitover 

+
+prepare() {
+  cd visualboyadvance-m
+  #patch -Np1 -i ../vbam-ffmpeg5.0.patch
+  sed -e 's|${CMAKE_SOURCE_DIR}/third_party|/usr|' -i 
src/wx/tests/CMakeLists.txt # Unbundle doctest (bundled one is not glibc 2.34 
compatible)
+}
+
+pkgver() {
+  cd visualboyadvance-m
+  git describe --tags | sed 's/^v//; s/-/.r/; s/-g/./'
+}
+
+build() {
+  cmake -S visualboyadvance-m -B build-sdl -G Ninja \
+-DCMAKE_BUILD_TYPE='' \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=TRUE \
+-DENABLE_SDL=TRUE \
+-DENABLE_WX=FALSE \
+-DENABLE_LINK=TRUE
+  cmake 

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

2022-08-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 23, 2022 @ 08:11:42
  Author: alucryd
Revision: 1274935

upgpkg: vbam 2.1.4.r573.7f1d49d3-1

Modified:
  vbam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 08:09:21 UTC (rev 1274934)
+++ PKGBUILD2022-08-23 08:11:42 UTC (rev 1274935)
@@ -6,7 +6,7 @@
   vbam-sdl
   vbam-wx
 )
-pkgver=2.1.4.r568.639003a8
+pkgver=2.1.4.r573.7f1d49d3
 pkgrel=1
 pkgdesc='Nintendo GameBoy Advance emulator'
 arch=(x86_64)
@@ -35,7 +35,7 @@
   zip
 )
 #_tag=8f4862de88de2f95866b7e501304f1e57a4e0abb
-_commit=639003a8b63e7955159b0d3747a38e2ecbd9c15a
+_commit=7f1d49d3d41469c5e7d3ae3145563d787c26
 
#source=(git+https://github.com/visualboyadvance-m/visualboyadvance-m.git?signed#tag=${_tag})
 source=(
   
git+https://github.com/visualboyadvance-m/visualboyadvance-m.git#commit=${_commit}



[arch-commits] Commit in pop-gtk-theme/repos/community-any (PKGBUILD PKGBUILD)

2022-08-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 23, 2022 @ 08:09:21
  Author: alucryd
Revision: 1274934

archrelease: copy trunk to community-any

Added:
  pop-gtk-theme/repos/community-any/PKGBUILD
(from rev 1274933, pop-gtk-theme/trunk/PKGBUILD)
Deleted:
  pop-gtk-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-23 08:09:11 UTC (rev 1274933)
+++ PKGBUILD2022-08-23 08:09:21 UTC (rev 1274934)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Christopher Reimer 
-# Contributor: Dimitris Kiziridis 
-# Contributor: Dan Beste 
-# Contributor: Carl George 
-
-pkgname=pop-gtk-theme
-pkgver=5.4.5
-pkgrel=3
-pkgdesc='System76 Pop GTK+ Theme'
-arch=(any)
-url=https://github.com/pop-os/gtk-theme
-license=(
-  CCPL
-  GPL3
-  LGPL2.1
-  LGPL3
-)
-makedepends=(
-  git
-  meson
-  sassc
-)
-optdepends=(
-  'gtk-engine-murrine: GTK2 theme'
-  'gtk-engine-pixbuf: GTK2 theme'
-  'ttf-fira-mono: Monospace font'
-  'ttf-fira-sans: Interface font'
-  'ttf-roboto-slab: Document font'
-)
-_tag=61bc35d62c74d819854af8a88e5aae206a8bb9de
-source=(pop-gtk-theme::git+https://github.com/pop-os/gtk-theme.git#tag=${_tag})
-b2sums=(SKIP)
-
-build() {
-  arch-meson pop-gtk-theme build
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  # https://github.com/pop-os/gtk-theme/issues/436
-  ln -s /usr/share/gnome-shell/theme/Pop-dark 
"${pkgdir}"/usr/share/themes/Pop-dark/gnome-shell
-}
-
-# vim: ts=2 sw=2 et:

Copied: pop-gtk-theme/repos/community-any/PKGBUILD (from rev 1274933, 
pop-gtk-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-23 08:09:21 UTC (rev 1274934)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Christopher Reimer 
+# Contributor: Dimitris Kiziridis 
+# Contributor: Dan Beste 
+# Contributor: Carl George 
+
+pkgname=pop-gtk-theme
+pkgver=5.5.1
+pkgrel=1
+pkgdesc='System76 Pop GTK+ Theme'
+arch=(any)
+url=https://github.com/pop-os/gtk-theme
+license=(
+  CCPL
+  GPL3
+  LGPL2.1
+  LGPL3
+)
+makedepends=(
+  git
+  meson
+  sassc
+)
+optdepends=(
+  'gtk-engine-murrine: GTK2 theme'
+  'gtk-engine-pixbuf: GTK2 theme'
+  'ttf-fira-mono: Monospace font'
+  'ttf-fira-sans: Interface font'
+  'ttf-roboto-slab: Document font'
+)
+_commit=7ba5da8541d79603ab621d684e55b364783fbc11
+source=(pop-gtk-theme::git+https://github.com/pop-os/gtk-theme.git#commit=${_commit})
+b2sums=(SKIP)
+
+pkgver() {
+  cd pop-gtk-theme
+  git describe --tags | sed 's/^v//;s/-/.r/;s/-g/./'
+}
+
+build() {
+  arch-meson pop-gtk-theme build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  # https://github.com/pop-os/gtk-theme/issues/436
+  ln -s /usr/share/gnome-shell/theme/Pop-dark 
"${pkgdir}"/usr/share/themes/Pop-dark/gnome-shell
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in pop-gtk-theme/trunk (PKGBUILD)

2022-08-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 23, 2022 @ 08:09:11
  Author: alucryd
Revision: 1274933

upgpkg: pop-gtk-theme 5.5.1-1

Modified:
  pop-gtk-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 08:08:31 UTC (rev 1274932)
+++ PKGBUILD2022-08-23 08:09:11 UTC (rev 1274933)
@@ -5,8 +5,8 @@
 # Contributor: Carl George 
 
 pkgname=pop-gtk-theme
-pkgver=5.4.5
-pkgrel=3
+pkgver=5.5.1
+pkgrel=1
 pkgdesc='System76 Pop GTK+ Theme'
 arch=(any)
 url=https://github.com/pop-os/gtk-theme
@@ -28,10 +28,15 @@
   'ttf-fira-sans: Interface font'
   'ttf-roboto-slab: Document font'
 )
-_tag=61bc35d62c74d819854af8a88e5aae206a8bb9de
-source=(pop-gtk-theme::git+https://github.com/pop-os/gtk-theme.git#tag=${_tag})
+_commit=7ba5da8541d79603ab621d684e55b364783fbc11
+source=(pop-gtk-theme::git+https://github.com/pop-os/gtk-theme.git#commit=${_commit})
 b2sums=(SKIP)
 
+pkgver() {
+  cd pop-gtk-theme
+  git describe --tags | sed 's/^v//;s/-/.r/;s/-g/./'
+}
+
 build() {
   arch-meson pop-gtk-theme build
   meson compile -C build



[arch-commits] Commit in pop-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

2022-08-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 23, 2022 @ 08:08:31
  Author: alucryd
Revision: 1274932

archrelease: copy trunk to community-any

Added:
  pop-icon-theme/repos/community-any/PKGBUILD
(from rev 1274931, pop-icon-theme/trunk/PKGBUILD)
Deleted:
  pop-icon-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-23 08:08:21 UTC (rev 1274931)
+++ PKGBUILD2022-08-23 08:08:31 UTC (rev 1274932)
@@ -1,34 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Christopher Reimer 
-
-pkgname=pop-icon-theme
-pkgver=2.1.0.r2490.c64e51453d
-pkgrel=1
-pkgdesc='System76 Pop Icon Theme'
-arch=(any)
-url=https://github.com/pop-os/icon-theme
-license=(CCPL)
-depends=(adwaita-icon-theme)
-makedepends=(
-  git
-  meson
-)
-_commit=c64e51453d40b75b2a30a82c0d4c5f93e2c3e1a4
-source=(pop-icon-theme::git+https://github.com/pop-os/icon-theme.git#commit=${_commit})
-b2sums=(SKIP)
-
-pkgver() {
-  cd pop-icon-theme
-  echo 2.1.0.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)
-}
-
-build() {
-  arch-meson pop-icon-theme build
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:

Copied: pop-icon-theme/repos/community-any/PKGBUILD (from rev 1274931, 
pop-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-23 08:08:31 UTC (rev 1274932)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Christopher Reimer 
+
+pkgname=pop-icon-theme
+pkgver=3.3.0
+pkgrel=1
+pkgdesc='System76 Pop Icon Theme'
+arch=(any)
+url=https://github.com/pop-os/icon-theme
+license=(CCPL)
+depends=(adwaita-icon-theme)
+makedepends=(
+  git
+  meson
+)
+_commit=c64e51453d40b75b2a30a82c0d4c5f93e2c3e1a4
+source=(pop-icon-theme::git+https://github.com/pop-os/icon-theme.git#commit=${_commit})
+b2sums=(SKIP)
+
+pkgver() {
+  cd pop-icon-theme
+  git describe --tags | sed 's/^v//;s/-/.r/;s/-g/./'
+}
+
+build() {
+  arch-meson pop-icon-theme build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in pop-icon-theme/trunk (PKGBUILD)

2022-08-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 23, 2022 @ 08:08:21
  Author: alucryd
Revision: 1274931

upgpkg: pop-icon-theme 3.3.0-1

Modified:
  pop-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 08:01:39 UTC (rev 1274930)
+++ PKGBUILD2022-08-23 08:08:21 UTC (rev 1274931)
@@ -2,7 +2,7 @@
 # Contributor: Christopher Reimer 
 
 pkgname=pop-icon-theme
-pkgver=2.1.0.r2490.c64e51453d
+pkgver=3.3.0
 pkgrel=1
 pkgdesc='System76 Pop Icon Theme'
 arch=(any)
@@ -19,7 +19,7 @@
 
 pkgver() {
   cd pop-icon-theme
-  echo 2.1.0.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)
+  git describe --tags | sed 's/^v//;s/-/.r/;s/-g/./'
 }
 
 build() {



[arch-commits] Commit in pop-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

2022-08-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 23, 2022 @ 08:01:39
  Author: alucryd
Revision: 1274930

archrelease: copy trunk to community-any

Added:
  pop-icon-theme/repos/community-any/PKGBUILD
(from rev 1274929, pop-icon-theme/trunk/PKGBUILD)
Deleted:
  pop-icon-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-23 08:01:30 UTC (rev 1274929)
+++ PKGBUILD2022-08-23 08:01:39 UTC (rev 1274930)
@@ -1,34 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Christopher Reimer 
-
-pkgname=pop-icon-theme
-pkgver=2.1.0.r2486.4267d58be8
-pkgrel=1
-pkgdesc='System76 Pop Icon Theme'
-arch=(any)
-url=https://github.com/pop-os/icon-theme
-license=(CCPL)
-depends=(adwaita-icon-theme)
-makedepends=(
-  git
-  meson
-)
-_commit=4267d58be80cc8f665d47e3b70c497011c6fb84a
-source=(pop-icon-theme::git+https://github.com/pop-os/icon-theme.git#commit=${_commit})
-b2sums=(SKIP)
-
-pkgver() {
-  cd pop-icon-theme
-  echo 2.1.0.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)
-}
-
-build() {
-  arch-meson pop-icon-theme build
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:

Copied: pop-icon-theme/repos/community-any/PKGBUILD (from rev 1274929, 
pop-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-23 08:01:39 UTC (rev 1274930)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Christopher Reimer 
+
+pkgname=pop-icon-theme
+pkgver=2.1.0.r2490.c64e51453d
+pkgrel=1
+pkgdesc='System76 Pop Icon Theme'
+arch=(any)
+url=https://github.com/pop-os/icon-theme
+license=(CCPL)
+depends=(adwaita-icon-theme)
+makedepends=(
+  git
+  meson
+)
+_commit=c64e51453d40b75b2a30a82c0d4c5f93e2c3e1a4
+source=(pop-icon-theme::git+https://github.com/pop-os/icon-theme.git#commit=${_commit})
+b2sums=(SKIP)
+
+pkgver() {
+  cd pop-icon-theme
+  echo 2.1.0.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)
+}
+
+build() {
+  arch-meson pop-icon-theme build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in pop-icon-theme/trunk (PKGBUILD)

2022-08-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 23, 2022 @ 08:01:30
  Author: alucryd
Revision: 1274929

upgpkg: pop-icon-theme 2.1.0.r2490.c64e51453d-1

Modified:
  pop-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 08:01:17 UTC (rev 1274928)
+++ PKGBUILD2022-08-23 08:01:30 UTC (rev 1274929)
@@ -2,7 +2,7 @@
 # Contributor: Christopher Reimer 
 
 pkgname=pop-icon-theme
-pkgver=2.1.0.r2486.4267d58be8
+pkgver=2.1.0.r2490.c64e51453d
 pkgrel=1
 pkgdesc='System76 Pop Icon Theme'
 arch=(any)
@@ -13,7 +13,7 @@
   git
   meson
 )
-_commit=4267d58be80cc8f665d47e3b70c497011c6fb84a
+_commit=c64e51453d40b75b2a30a82c0d4c5f93e2c3e1a4
 
source=(pop-icon-theme::git+https://github.com/pop-os/icon-theme.git#commit=${_commit})
 b2sums=(SKIP)
 



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

2022-08-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 23, 2022 @ 08:01:05
  Author: alucryd
Revision: 1274926

archrelease: copy trunk to community-any

Added:
  python-charset-normalizer/repos/community-any/PKGBUILD
(from rev 1274925, python-charset-normalizer/trunk/PKGBUILD)
Deleted:
  python-charset-normalizer/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-23 08:00:56 UTC (rev 1274925)
+++ PKGBUILD2022-08-23 08:01:05 UTC (rev 1274926)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: lilydjwg 
-# Contributor: lilac 
-# Contributor: Dimitris Kiziridis 
-
-pkgname=python-charset-normalizer
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Encoding and language detection alternative to chardet'
-arch=(any)
-url=https://github.com/ousret/charset_normalizer
-license=(MIT)
-depends=(python)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(python-pytest)
-_tag=cb2dbdeb706f4aebcc49a754382b10c2e23dfd7f
-source=(git+https://github.com/Ousret/charset_normalizer.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd charset_normalizer
-  git describe --tags
-}
-
-build() {
-  cd charset_normalizer
-  python setup.py build
-}
-
-check() {
-  cd charset_normalizer
-  python setup.py test
-}
-
-package() {
-  cd charset_normalizer
-  python setup.py install --root=$pkgdir --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-charset-normalizer/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-charset-normalizer/repos/community-any/PKGBUILD (from rev 
1274925, python-charset-normalizer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-23 08:01:05 UTC (rev 1274926)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: lilydjwg 
+# Contributor: lilac 
+# Contributor: Dimitris Kiziridis 
+
+pkgname=python-charset-normalizer
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Encoding and language detection alternative to chardet'
+arch=(any)
+url=https://github.com/ousret/charset_normalizer
+license=(MIT)
+depends=(python)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(python-pytest)
+_tag=47c8e714accc5aa8a9446319a9a6f3f002f2e248
+source=(git+https://github.com/Ousret/charset_normalizer.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd charset_normalizer
+  _version=$(git describe --tags)
+  sed "s/2.1.0/${_version}/" -i charset_normalizer/version.py
+  echo ${_version}
+}
+
+build() {
+  cd charset_normalizer
+  python setup.py build
+}
+
+check() {
+  cd charset_normalizer
+  python setup.py test
+}
+
+package() {
+  cd charset_normalizer
+  python setup.py install --root=$pkgdir --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-charset-normalizer/
+}
+
+# vim: ts=2 sw=2 et:



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

2022-08-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 23, 2022 @ 08:00:56
  Author: alucryd
Revision: 1274925

upgpkg: python-charset-normalizer 2.1.1-1

Modified:
  python-charset-normalizer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 07:58:24 UTC (rev 1274924)
+++ PKGBUILD2022-08-23 08:00:56 UTC (rev 1274925)
@@ -4,7 +4,7 @@
 # Contributor: Dimitris Kiziridis 
 
 pkgname=python-charset-normalizer
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='Encoding and language detection alternative to chardet'
 arch=(any)
@@ -16,13 +16,15 @@
   python-setuptools
 )
 checkdepends=(python-pytest)
-_tag=cb2dbdeb706f4aebcc49a754382b10c2e23dfd7f
+_tag=47c8e714accc5aa8a9446319a9a6f3f002f2e248
 source=(git+https://github.com/Ousret/charset_normalizer.git#tag=${_tag})
 b2sums=(SKIP)
 
 pkgver() {
   cd charset_normalizer
-  git describe --tags
+  _version=$(git describe --tags)
+  sed "s/2.1.0/${_version}/" -i charset_normalizer/version.py
+  echo ${_version}
 }
 
 build() {



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

2022-08-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 23, 2022 @ 07:44:46
  Author: alucryd
Revision: 1274922

archrelease: copy trunk to community-x86_64

Added:
  iddawc/repos/community-x86_64/PKGBUILD
(from rev 1274921, iddawc/trunk/PKGBUILD)
  iddawc/repos/community-x86_64/keys/
Deleted:
  iddawc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-23 07:44:35 UTC (rev 1274921)
+++ PKGBUILD2022-08-23 07:44:46 UTC (rev 1274922)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=iddawc
-pkgver=1.1.4
-pkgrel=1
-pkgdesc='OAuth2 and OIDC client library'
-arch=(x86_64)
-url=https://github.com/babelouest/iddawc
-license=(LGPL2.1)
-depends=(
-  glibc
-  liborcania.so
-  librhonabwy.so
-  libulfius.so
-  libyder.so
-)
-makedepends=(
-  cmake
-  doxygen
-  git
-  graphviz
-  ninja
-  systemd
-)
-provides=(libiddawc.so)
-_tag=a5f0851ddb1ce66a5816bc61ffbab4674cd3b524
-source=(git+https://github.com/babelouest/iddawc.git#tag=${_tag})
-validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora 

-b2sums=(SKIP)
-
-pkgver() {
-  cd iddawc
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  export CFLAGS+=" -Wno-maybe-uninitialized"
-  cmake -S iddawc -B build -G Ninja \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_IDDAWC_DOCUMENTATION=ON
-  ninja -C build doc
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -dm 755 "${pkgdir}"/usr/share/doc/iddawc
-  cp -dr --no-preserve=ownership iddawc/doc/html 
"${pkgdir}"/usr/share/doc/iddawc/
-}
-
-# vim: ts=2 sw=2 et:

Copied: iddawc/repos/community-x86_64/PKGBUILD (from rev 1274921, 
iddawc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-23 07:44:46 UTC (rev 1274922)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=iddawc
+pkgver=1.1.6
+pkgrel=1
+pkgdesc='OAuth2 and OIDC client library'
+arch=(x86_64)
+url=https://github.com/babelouest/iddawc
+license=(LGPL2.1)
+depends=(
+  glibc
+  liborcania.so
+  librhonabwy.so
+  libulfius.so
+  libyder.so
+)
+makedepends=(
+  cmake
+  doxygen
+  git
+  graphviz
+  ninja
+  systemd
+)
+provides=(libiddawc.so)
+_tag=2406736c57e1f202ae22a717732efa6192597fb6
+source=(git+https://github.com/babelouest/iddawc.git#tag=${_tag})
+validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora 

+b2sums=(SKIP)
+
+pkgver() {
+  cd iddawc
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  export CFLAGS+=" -Wno-maybe-uninitialized"
+  cmake -S iddawc -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_IDDAWC_DOCUMENTATION=ON
+  ninja -C build doc
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -dm 755 "${pkgdir}"/usr/share/doc/iddawc
+  cp -dr --no-preserve=ownership iddawc/doc/html 
"${pkgdir}"/usr/share/doc/iddawc/
+}
+
+# vim: ts=2 sw=2 et:



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

2022-08-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 23, 2022 @ 07:44:35
  Author: alucryd
Revision: 1274921

upgpkg: iddawc 1.1.6-1

Added:
  iddawc/trunk/keys/pgp/
  iddawc/trunk/keys/pgp/8405B02FCC28EF9744C8F253FE82139440BD22B9.asc
Modified:
  iddawc/trunk/PKGBUILD
Deleted:
  iddawc/trunk/keys/pgp/

---+
 PKGBUILD  |4 ++--
 keys/pgp/8405B02FCC28EF9744C8F253FE82139440BD22B9.asc |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 07:37:37 UTC (rev 1274920)
+++ PKGBUILD2022-08-23 07:44:35 UTC (rev 1274921)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=iddawc
-pkgver=1.1.4
+pkgver=1.1.6
 pkgrel=1
 pkgdesc='OAuth2 and OIDC client library'
 arch=(x86_64)
@@ -23,7 +23,7 @@
   systemd
 )
 provides=(libiddawc.so)
-_tag=a5f0851ddb1ce66a5816bc61ffbab4674cd3b524
+_tag=2406736c57e1f202ae22a717732efa6192597fb6
 source=(git+https://github.com/babelouest/iddawc.git#tag=${_tag})
 validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora 

 b2sums=(SKIP)

Added: keys/pgp/8405B02FCC28EF9744C8F253FE82139440BD22B9.asc
===
(Binary files differ)

Index: iddawc/trunk/keys/pgp/8405B02FCC28EF9744C8F253FE82139440BD22B9.asc
===
--- keys/pgp/8405B02FCC28EF9744C8F253FE82139440BD22B9.asc   2022-08-23 
07:37:37 UTC (rev 1274920)
+++ keys/pgp/8405B02FCC28EF9744C8F253FE82139440BD22B9.asc   2022-08-23 
07:44:35 UTC (rev 1274921)

Property changes on: 
iddawc/trunk/keys/pgp/8405B02FCC28EF9744C8F253FE82139440BD22B9.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-08-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 23, 2022 @ 07:31:35
  Author: alucryd
Revision: 1274910

archrelease: copy trunk to community-x86_64

Added:
  gamescope/repos/community-x86_64/PKGBUILD
(from rev 1274909, gamescope/trunk/PKGBUILD)
Deleted:
  gamescope/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-23 07:31:23 UTC (rev 1274909)
+++ PKGBUILD2022-08-23 07:31:35 UTC (rev 1274910)
@@ -1,73 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Samuel "scrufulufugus" Monson 
-# Contributor: PedroHLC 
-
-pkgname=gamescope
-pkgver=3.11.36
-pkgrel=2
-pkgdesc='SteamOS session compositing window manager'
-arch=(x86_64)
-url=https://github.com/Plagman/gamescope
-license=(BSD)
-depends=(
-  gcc-libs
-  glibc
-  libcap.so
-  libdrm
-  libliftoff.so
-  libpipewire-0.3.so
-  libvulkan.so
-  libwlroots.so
-  libx11
-  libxcomposite
-  libxdamage
-  libxext
-  libxfixes
-  libxkbcommon.so
-  libxrender
-  libxres
-  libxtst
-  libxxf86vm
-  sdl2
-  vulkan-icd-loader
-  wayland
-  wayland-protocols
-  wlroots
-  xorg-server-xwayland
-)
-makedepends=(
-  git
-  glslang
-  meson
-  ninja
-  vulkan-headers
-)
-_tag=cb59480be00a28bbd7462df6abd17d4c752121f0
-source=(git+https://github.com/Plagman/gamescope.git#tag=${_tag})
-b2sums=('SKIP')
-
-prepare() {
-  cd gamescope
-  meson subprojects download
-}
-
-pkgver() {
-  cd gamescope
-  git describe --tags | sed 's/-//'
-}
-
-build() {
-  export LDFLAGS="$LDFLAGS -lrt"
-  arch-meson gamescope build \
--Dforce_fallback_for=stb \
--Dpipewire=enabled
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  install -Dm 644 gamescope/LICENSE -t 
"${pkgdir}"/usr/share/licenses/gamescope/
-}
-
-# vim: ts=2 sw=2 et:

Copied: gamescope/repos/community-x86_64/PKGBUILD (from rev 1274909, 
gamescope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-23 07:31:35 UTC (rev 1274910)
@@ -0,0 +1,73 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Samuel "scrufulufugus" Monson 
+# Contributor: PedroHLC 
+
+pkgname=gamescope
+pkgver=3.11.40
+pkgrel=1
+pkgdesc='SteamOS session compositing window manager'
+arch=(x86_64)
+url=https://github.com/Plagman/gamescope
+license=(BSD)
+depends=(
+  gcc-libs
+  glibc
+  libcap.so
+  libdrm
+  libliftoff.so
+  libpipewire-0.3.so
+  libvulkan.so
+  libwlroots.so
+  libx11
+  libxcomposite
+  libxdamage
+  libxext
+  libxfixes
+  libxkbcommon.so
+  libxrender
+  libxres
+  libxtst
+  libxxf86vm
+  sdl2
+  vulkan-icd-loader
+  wayland
+  wayland-protocols
+  wlroots
+  xorg-server-xwayland
+)
+makedepends=(
+  git
+  glslang
+  meson
+  ninja
+  vulkan-headers
+)
+_tag=c49cac3a00bb41b27ba6771747a5989331847935
+source=(git+https://github.com/Plagman/gamescope.git#tag=${_tag})
+b2sums=('SKIP')
+
+prepare() {
+  cd gamescope
+  meson subprojects download
+}
+
+pkgver() {
+  cd gamescope
+  git describe --tags | sed 's/-//'
+}
+
+build() {
+  export LDFLAGS="$LDFLAGS -lrt"
+  arch-meson gamescope build \
+-Dforce_fallback_for=stb \
+-Dpipewire=enabled
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  install -Dm 644 gamescope/LICENSE -t 
"${pkgdir}"/usr/share/licenses/gamescope/
+}
+
+# vim: ts=2 sw=2 et:



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

2022-08-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 23, 2022 @ 07:31:23
  Author: alucryd
Revision: 1274909

upgpkg: gamescope 3.11.40-1

Modified:
  gamescope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 07:30:00 UTC (rev 1274908)
+++ PKGBUILD2022-08-23 07:31:23 UTC (rev 1274909)
@@ -4,8 +4,8 @@
 # Contributor: PedroHLC 
 
 pkgname=gamescope
-pkgver=3.11.36
-pkgrel=2
+pkgver=3.11.40
+pkgrel=1
 pkgdesc='SteamOS session compositing window manager'
 arch=(x86_64)
 url=https://github.com/Plagman/gamescope
@@ -43,7 +43,7 @@
   ninja
   vulkan-headers
 )
-_tag=cb59480be00a28bbd7462df6abd17d4c752121f0
+_tag=c49cac3a00bb41b27ba6771747a5989331847935
 source=(git+https://github.com/Plagman/gamescope.git#tag=${_tag})
 b2sums=('SKIP')
 



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

2022-08-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 23, 2022 @ 07:30:00
  Author: alucryd
Revision: 1274908

archrelease: copy trunk to community-x86_64

Added:
  rhonabwy/repos/community-x86_64/PKGBUILD
(from rev 1274907, rhonabwy/trunk/PKGBUILD)
  rhonabwy/repos/community-x86_64/keys/
Deleted:
  rhonabwy/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-23 07:29:50 UTC (rev 1274907)
+++ PKGBUILD2022-08-23 07:30:00 UTC (rev 1274908)
@@ -1,54 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=rhonabwy
-pkgver=1.1.6
-pkgrel=1
-pkgdesc='JWK, JWKS, JWS, JWE and JWT C library'
-arch=(x86_64)
-url=https://github.com/babelouest/rhonabwy
-license=(LGPL2.1)
-depends=(
-  glibc
-  gnutls
-  jansson
-  libcurl.so
-  liborcania.so
-  libulfius.so
-  libyder.so
-  zlib
-)
-makedepends=(
-  cmake
-  doxygen
-  git
-  graphviz
-  ninja
-  systemd
-)
-provides=(librhonabwy.so)
-_tag=775a8e82719571ab8328a0782bcf40133ec65bfd
-source=(git+https://github.com/babelouest/rhonabwy.git#tag=${_tag})
-validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora 

-b2sums=(SKIP)
-
-pkgver() {
-  cd rhonabwy
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  export CFLAGS+=" -Wno-maybe-uninitialized -Wno-error=attribute-warning"
-  cmake -S rhonabwy -B build -G Ninja \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_RHONABWY_DOCUMENTATION=ON
-  ninja -C build doc
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -dm 755 "${pkgdir}"/usr/share/doc/rhonabwy
-  cp -dr --no-preserve=ownership rhonabwy/doc/html 
"${pkgdir}"/usr/share/doc/rhonabwy/
-}
-
-# vim: ts=2 sw=2 et:

Copied: rhonabwy/repos/community-x86_64/PKGBUILD (from rev 1274907, 
rhonabwy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-23 07:30:00 UTC (rev 1274908)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=rhonabwy
+pkgver=1.1.8
+pkgrel=1
+pkgdesc='JWK, JWKS, JWS, JWE and JWT C library'
+arch=(x86_64)
+url=https://github.com/babelouest/rhonabwy
+license=(LGPL2.1)
+depends=(
+  glibc
+  gnutls
+  jansson
+  libcurl.so
+  liborcania.so
+  libulfius.so
+  libyder.so
+  zlib
+)
+makedepends=(
+  cmake
+  doxygen
+  git
+  graphviz
+  ninja
+  systemd
+)
+provides=(librhonabwy.so)
+_tag=9ab9008d633e2dab5c2fc8825bc6892c8e80ba51
+source=(git+https://github.com/babelouest/rhonabwy.git#tag=${_tag})
+validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora 

+b2sums=(SKIP)
+
+pkgver() {
+  cd rhonabwy
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  export CFLAGS+=" -Wno-maybe-uninitialized -Wno-error=attribute-warning"
+  cmake -S rhonabwy -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_RHONABWY_DOCUMENTATION=ON
+  ninja -C build doc
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -dm 755 "${pkgdir}"/usr/share/doc/rhonabwy
+  cp -dr --no-preserve=ownership rhonabwy/doc/html 
"${pkgdir}"/usr/share/doc/rhonabwy/
+}
+
+# vim: ts=2 sw=2 et:



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

2022-08-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 23, 2022 @ 07:29:50
  Author: alucryd
Revision: 1274907

upgpkg: rhonabwy 1.1.8-1

Added:
  rhonabwy/trunk/keys/pgp/
  rhonabwy/trunk/keys/pgp/8405B02FCC28EF9744C8F253FE82139440BD22B9.asc
Modified:
  rhonabwy/trunk/PKGBUILD
Deleted:
  rhonabwy/trunk/keys/pgp/

---+
 PKGBUILD  |4 ++--
 keys/pgp/8405B02FCC28EF9744C8F253FE82139440BD22B9.asc |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 07:25:39 UTC (rev 1274906)
+++ PKGBUILD2022-08-23 07:29:50 UTC (rev 1274907)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=rhonabwy
-pkgver=1.1.6
+pkgver=1.1.8
 pkgrel=1
 pkgdesc='JWK, JWKS, JWS, JWE and JWT C library'
 arch=(x86_64)
@@ -26,7 +26,7 @@
   systemd
 )
 provides=(librhonabwy.so)
-_tag=775a8e82719571ab8328a0782bcf40133ec65bfd
+_tag=9ab9008d633e2dab5c2fc8825bc6892c8e80ba51
 source=(git+https://github.com/babelouest/rhonabwy.git#tag=${_tag})
 validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora 

 b2sums=(SKIP)

Added: keys/pgp/8405B02FCC28EF9744C8F253FE82139440BD22B9.asc
===
(Binary files differ)

Index: rhonabwy/trunk/keys/pgp/8405B02FCC28EF9744C8F253FE82139440BD22B9.asc
===
--- keys/pgp/8405B02FCC28EF9744C8F253FE82139440BD22B9.asc   2022-08-23 
07:25:39 UTC (rev 1274906)
+++ keys/pgp/8405B02FCC28EF9744C8F253FE82139440BD22B9.asc   2022-08-23 
07:29:50 UTC (rev 1274907)

Property changes on: 
rhonabwy/trunk/keys/pgp/8405B02FCC28EF9744C8F253FE82139440BD22B9.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in ffmpeg/repos/extra-x86_64 (6 files)

2022-08-19 Thread Maxime Gauduin via arch-commits
Date: Friday, August 19, 2022 @ 16:00:32
  Author: alucryd
Revision: 454051

archrelease: copy trunk to extra-x86_64

Added:
  ffmpeg/repos/extra-x86_64/PKGBUILD
(from rev 454050, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/extra-x86_64/add-av_stream_get_first_dts-for-chromium.patch
(from rev 454050, 
ffmpeg/trunk/add-av_stream_get_first_dts-for-chromium.patch)
  ffmpeg/repos/extra-x86_64/ffmpeg-vmaf2.x.patch
(from rev 454050, ffmpeg/trunk/ffmpeg-vmaf2.x.patch)
Deleted:
  ffmpeg/repos/extra-x86_64/PKGBUILD
  ffmpeg/repos/extra-x86_64/add-av_stream_get_first_dts-for-chromium.patch
  ffmpeg/repos/extra-x86_64/ffmpeg-vmaf2.x.patch

+
 PKGBUILD   |  383 ++--
 add-av_stream_get_first_dts-for-chromium.patch |   75 
 ffmpeg-vmaf2.x.patch   | 1910 +++
 3 files changed, 1175 insertions(+), 1193 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-19 16:00:20 UTC (rev 454050)
+++ PKGBUILD2022-08-19 16:00:32 UTC (rev 454051)
@@ -1,194 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=5.0.1
-pkgrel=3
-epoch=2
-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
-  libpulse
-  librav1e.so
-  libraw1394
-  librsvg-2.so
-  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
-  libzimg.so
-  opencore-amr
-  openjpeg2
-  opus
-  sdl2
-  speex
-  srt
-  svt-av1
-  v4l-utils
-  vmaf
-  xz
-  zlib
-)
-makedepends=(
-  amf-headers
-  avisynthplus
-  clang
-  ffnvcodec-headers
-  git
-  ladspa
-  nasm
-)
-optdepends=(
-  'avisynthplus: AviSynthPlus support'
-  '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
-)
-options=(
-  debug
-)
-_tag=9687cae2b468e09e35df4cea92cc2e6a0e6c93b3
-source=(
-  git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
-  ffmpeg-vmaf2.x.patch
-  add-av_stream_get_first_dts-for-chromium.patch
-)
-b2sums=(
-  SKIP
-  
65039aac811bfd143359e32720cd6ca64124f1789c1b624bd28a5bd75b37362b2a3b6b402203c4e9d137fb1d00895114f3789df40f8381091d38c98e7876cc8a
-  
3f2ee7606500fa9444380d138959cd2bccfbba7d34629a17f4f6288c6bde29e931bbe922a7c25d861f057ddd4ba0b095bbd675c1930754746d5dd476b3ccbc13
-)
-
-prepare() {
-  cd ffmpeg
-  git cherry-pick -n 988f2e9eb063db7c1a678729f58aab6eba59a55b # fix nvenc on 
older gpus
-  patch -Np1 -i ../ffmpeg-vmaf2.x.patch # vmaf 2.x support
-  patch -Np1 -i ../add-av_stream_get_first_dts-for-chromium.patch # 
https://crbug.com/1251779
-}
-
-pkgver() {
-  cd ffmpeg
-  git describe --tags | sed 's/^n//'
-}
-
-build() {
-  cd ffmpeg
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-amf \
---enable-avisynth \
---enable-cuda-llvm \
---enable-lto \
---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-librav1e \
---enable-librsvg \
---enable-libsoxr \
---enable-libspeex \
---enable-libsrt \
---enable-libssh \
---enable-libsvtav1 \
---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-libzimg \
---enable-nvdec \
---enable-nvenc \
---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 

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

2022-08-19 Thread Maxime Gauduin via arch-commits
Date: Friday, August 19, 2022 @ 16:00:20
  Author: alucryd
Revision: 454050

upgpkg: ffmpeg 2:5.1-1

Modified:
  ffmpeg/trunk/PKGBUILD
  ffmpeg/trunk/add-av_stream_get_first_dts-for-chromium.patch

+
 PKGBUILD   |   17 ---
 add-av_stream_get_first_dts-for-chromium.patch |   33 ++-
 2 files changed, 16 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-19 15:37:58 UTC (rev 454049)
+++ PKGBUILD2022-08-19 16:00:20 UTC (rev 454050)
@@ -5,8 +5,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=5.0.1
-pkgrel=3
+pkgver=5.1
+pkgrel=1
 epoch=2
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -97,22 +97,17 @@
 options=(
   debug
 )
-_tag=9687cae2b468e09e35df4cea92cc2e6a0e6c93b3
+_tag=e0723b7e4e22492275d476fcd30d759e1198bc5b
 source=(
   git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
-  ffmpeg-vmaf2.x.patch
   add-av_stream_get_first_dts-for-chromium.patch
 )
-b2sums=(
-  SKIP
-  
65039aac811bfd143359e32720cd6ca64124f1789c1b624bd28a5bd75b37362b2a3b6b402203c4e9d137fb1d00895114f3789df40f8381091d38c98e7876cc8a
-  
3f2ee7606500fa9444380d138959cd2bccfbba7d34629a17f4f6288c6bde29e931bbe922a7c25d861f057ddd4ba0b095bbd675c1930754746d5dd476b3ccbc13
-)
+b2sums=('SKIP'
+
'555274228e09a233d92beb365d413ff5c718a782008075552cafb2130a3783cf976b51dfe4513c15777fb6e8397a34122d475080f2c4483e8feea5c0d878e6de')
 
 prepare() {
   cd ffmpeg
-  git cherry-pick -n 988f2e9eb063db7c1a678729f58aab6eba59a55b # fix nvenc on 
older gpus
-  patch -Np1 -i ../ffmpeg-vmaf2.x.patch # vmaf 2.x support
+  git cherry-pick -n e0723b7e4e22492275d476fcd30d759e1198bc5b # remove default 
IPFS gateway
   patch -Np1 -i ../add-av_stream_get_first_dts-for-chromium.patch # 
https://crbug.com/1251779
 }
 

Modified: add-av_stream_get_first_dts-for-chromium.patch
===
--- add-av_stream_get_first_dts-for-chromium.patch  2022-08-19 15:37:58 UTC 
(rev 454049)
+++ add-av_stream_get_first_dts-for-chromium.patch  2022-08-19 16:00:20 UTC 
(rev 454050)
@@ -1,19 +1,7 @@
-From 95aab0fd83619408995720ce53d7a74790580220 Mon Sep 17 00:00:00 2001
-From: "liber...@chromium.org" 
-Date: Wed, 7 Jul 2021 19:01:22 -0700
-Subject: [PATCH] Add av_stream_get_first_dts for Chromium
-
-[foutrelis: adjust for new FFStream struct replacing AVStreamInternal]

- libavformat/avformat.h | 4 
- libavformat/utils.c| 7 +++
- 2 files changed, 11 insertions(+)
-
-diff --git a/libavformat/avformat.h b/libavformat/avformat.h
-index cd7b0d941c..b4a6dce885 100644
 a/libavformat/avformat.h
-+++ b/libavformat/avformat.h
-@@ -1010,6 +1010,10 @@ struct AVCodecParserContext *av_stream_get_parser(const 
AVStream *s);
+diff '--color=auto' -rupN ffmpeg.orig/libavformat/avformat.h 
ffmpeg/libavformat/avformat.h
+--- ffmpeg.orig/libavformat/avformat.h 2022-08-19 17:42:47.323422603 +0200
 ffmpeg/libavformat/avformat.h  2022-08-19 17:42:51.347130436 +0200
+@@ -1128,6 +1128,10 @@ struct AVCodecParserContext *av_stream_g
   */
  int64_tav_stream_get_end_pts(const AVStream *st);
  
@@ -24,11 +12,10 @@
  #define AV_PROGRAM_RUNNING 1
  
  /**
-diff --git a/libavformat/utils.c b/libavformat/utils.c
-index de7580c32d..0ef0fe530e 100644
 a/libavformat/utils.c
-+++ b/libavformat/utils.c
-@@ -121,6 +121,13 @@ int64_t av_stream_get_end_pts(const AVStream *st)
+diff '--color=auto' -rupN ffmpeg.orig/libavformat/mux_utils.c 
ffmpeg/libavformat/mux_utils.c
+--- ffmpeg.orig/libavformat/mux_utils.c2022-08-19 17:42:47.346758108 
+0200
 ffmpeg/libavformat/mux_utils.c 2022-08-19 17:47:28.549589002 +0200
+@@ -37,6 +37,13 @@ int64_t av_stream_get_end_pts(const AVSt
  return AV_NOPTS_VALUE;
  }
  
@@ -39,6 +26,6 @@
 +}
 +// Chromium: We use the internal field first_dts ^^^
 +
- struct AVCodecParserContext *av_stream_get_parser(const AVStream *st)
+ int avformat_query_codec(const AVOutputFormat *ofmt, enum AVCodecID codec_id,
+  int std_compliance)
  {
- return st->internal->parser;



[arch-commits] Commit in ceph/repos (31 files)

2022-08-19 Thread Maxime Gauduin via arch-commits
Date: Friday, August 19, 2022 @ 15:12:46
  Author: alucryd
Revision: 1270918

archrelease: copy trunk to community-staging-x86_64

Added:
  ceph/repos/community-staging-x86_64/
  ceph/repos/community-staging-x86_64/PKGBUILD
(from rev 1270917, ceph/trunk/PKGBUILD)
  
ceph/repos/community-staging-x86_64/backport_mgr_disabled_modules_workaround_PR34846.patch
(from rev 1270917, 
ceph/trunk/backport_mgr_disabled_modules_workaround_PR34846.patch)
  ceph/repos/community-staging-x86_64/boost-1.67.patch
(from rev 1270917, ceph/trunk/boost-1.67.patch)
  ceph/repos/community-staging-x86_64/ceph-12.2.4-boost-build-none-options.patch
(from rev 1270917, ceph/trunk/ceph-12.2.4-boost-build-none-options.patch)
  ceph/repos/community-staging-x86_64/ceph-13.2.0-cflags.patch
(from rev 1270917, ceph/trunk/ceph-13.2.0-cflags.patch)
  
ceph/repos/community-staging-x86_64/ceph-13.2.2-dont-install-sysvinit-script.patch
(from rev 1270917, 
ceph/trunk/ceph-13.2.2-dont-install-sysvinit-script.patch)
  ceph/repos/community-staging-x86_64/ceph-14.2.0-cflags.patch
(from rev 1270917, ceph/trunk/ceph-14.2.0-cflags.patch)
  ceph/repos/community-staging-x86_64/ceph-14.2.0-cython-0.29.patch
(from rev 1270917, ceph/trunk/ceph-14.2.0-cython-0.29.patch)
  ceph/repos/community-staging-x86_64/ceph-14.2.0-link-crc32-statically.patch
(from rev 1270917, ceph/trunk/ceph-14.2.0-link-crc32-statically.patch)
  ceph/repos/community-staging-x86_64/ceph-15.2.0-rocksdb-cmake.patch
(from rev 1270917, ceph/trunk/ceph-15.2.0-rocksdb-cmake.patch)
  ceph/repos/community-staging-x86_64/ceph-15.2.14-gcc12.patch
(from rev 1270917, ceph/trunk/ceph-15.2.14-gcc12.patch)
  ceph/repos/community-staging-x86_64/ceph-15.2.4-system-uring.patch
(from rev 1270917, ceph/trunk/ceph-15.2.4-system-uring.patch)
  ceph/repos/community-staging-x86_64/ceph-15.2.5-missing-includes.patch
(from rev 1270917, ceph/trunk/ceph-15.2.5-missing-includes.patch)
  ceph/repos/community-staging-x86_64/ceph.sysusers
(from rev 1270917, ceph/trunk/ceph.sysusers)
  ceph/repos/community-staging-x86_64/disable-broken-mgr-dashboard-test.patch
(from rev 1270917, ceph/trunk/disable-broken-mgr-dashboard-test.patch)
  ceph/repos/community-staging-x86_64/disable-empty-readable.sh-test.patch
(from rev 1270917, ceph/trunk/disable-empty-readable.sh-test.patch)
  
ceph/repos/community-staging-x86_64/exclude-frontend-from-mgr-dashboard-cov.patch
(from rev 1270917, ceph/trunk/exclude-frontend-from-mgr-dashboard-cov.patch)
  ceph/repos/community-staging-x86_64/fix-ceph_disk-python-interpreter.patch
(from rev 1270917, ceph/trunk/fix-ceph_disk-python-interpreter.patch)
  
ceph/repos/community-staging-x86_64/fix-mgr-dashboard-frontend-unittests-dist-stuff.patch
(from rev 1270917, 
ceph/trunk/fix-mgr-dashboard-frontend-unittests-dist-stuff.patch)
  ceph/repos/community-staging-x86_64/fix-mgr-dashboard-partial_dict.patch
(from rev 1270917, ceph/trunk/fix-mgr-dashboard-partial_dict.patch)
  ceph/repos/community-staging-x86_64/fix-python2-paths.patch
(from rev 1270917, ceph/trunk/fix-python2-paths.patch)
  ceph/repos/community-staging-x86_64/fix-tox-test-commands.patch
(from rev 1270917, ceph/trunk/fix-tox-test-commands.patch)
  ceph/repos/community-staging-x86_64/fix_snappy_namespace_uint.patch
(from rev 1270917, ceph/trunk/fix_snappy_namespace_uint.patch)
  
ceph/repos/community-staging-x86_64/glibc2.32-strsignal-compat-backported.patch
(from rev 1270917, ceph/trunk/glibc2.32-strsignal-compat-backported.patch)
  ceph/repos/community-staging-x86_64/mgr-dashboard-update-pylint-to-2.6.0.patch
(from rev 1270917, ceph/trunk/mgr-dashboard-update-pylint-to-2.6.0.patch)
  ceph/repos/community-staging-x86_64/qa-src-update-mypy-to-0.782.patch
(from rev 1270917, ceph/trunk/qa-src-update-mypy-to-0.782.patch)
  ceph/repos/community-staging-x86_64/remove-distro-version-detection.patch
(from rev 1270917, ceph/trunk/remove-distro-version-detection.patch)
  ceph/repos/community-staging-x86_64/suppress-pylint-warnings.patch
(from rev 1270917, ceph/trunk/suppress-pylint-warnings.patch)
  
ceph/repos/community-staging-x86_64/use-system-zstd-and-fix-zstd-1.4.0-compatbility.patch
(from rev 1270917, 
ceph/trunk/use-system-zstd-and-fix-zstd-1.4.0-compatbility.patch)
  
ceph/repos/community-staging-x86_64/use-threadsafe-death-tests-objectstore-memstore.patch
(from rev 1270917, 
ceph/trunk/use-threadsafe-death-tests-objectstore-memstore.patch)

+
 PKGBUILD   |  355 +++
 backport_mgr_disabled_modules_workaround_PR34846.patch |  207 
 boost-1.67.patch   |   11 
 ceph-12.2.4-boost-build-none-options.patch |   26 
 ceph-13.2.0-cflags.patch   |   26 
 ceph-13.2.2-dont-install-sysvinit-script.patch |   15 
 ceph-14.2.0-cflags.patch   

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

2022-08-19 Thread Maxime Gauduin via arch-commits
Date: Friday, August 19, 2022 @ 15:11:56
  Author: alucryd
Revision: 1270917

fmt 9 rebuild: ceph 15.2.17-1

Modified:
  ceph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-19 14:55:51 UTC (rev 1270916)
+++ PKGBUILD2022-08-19 15:11:56 UTC (rev 1270917)
@@ -4,8 +4,8 @@
 pkgbase='ceph'
 pkgname=('ceph' 'ceph-libs' 'ceph-mgr')
 _zstdver=1.5.2
-pkgver=15.2.14
-pkgrel=6
+pkgver=15.2.17
+pkgrel=1
 pkgdesc='Distributed, fault-tolerant storage platform delivering object, 
block, and file system'
 arch=('x86_64')
 url='https://ceph.com/'
@@ -56,7 +56,7 @@
   # 'ceph-15.2.5-missing-includes.patch'
   'ceph-15.2.14-gcc12.patch'
   'disable-empty-readable.sh-test.patch'
-  'qa-src-update-mypy-to-0.782.patch'
+  # 'qa-src-update-mypy-to-0.782.patch'
   'fix-mgr-dashboard-partial_dict.patch'
 
   # snappy 1.1.9 removed major parts from their namespace, including the
@@ -70,7 +70,7 @@
   # https://github.com/ceph/ceph/pull/34846
   # 'backport_mgr_disabled_modules_workaround_PR34846.patch'
 )
-sha512sums=('eacc4dea0d8dfe2753aff78d89324d81c5634a784313c3da8ded778e2734958c216f8c705b25f070d7ba66b559424ad3c47cb68852f66f8c9c83a83ca78ad5a5'
+sha512sums=('952cd4db057fcab5efa3c6331fbc19cf1e904f5855266c2ed13e41ffb2e5a7d18ed133bd113fea493149005a182f429eef39931c4ceac7776aefe84a208a745a'
 
'4354001c1abd9a0c385ba7bd529e3638fb6660b6a88d4e49706d4ac21c81b8e829303a20fb5445730bdac18c4865efb10bc809c1cd56d743c12aa9a52e160049'
 
'e107508a41fca50845cc2494e64adaba93efb95a2fa486fc962510a8ba4b2180d93067cae9870f119e88e5e8b28a046bc2240b0b23cdd8933d1fb1a6a9668c1e'
 
'9e6bb46d5bbdc5d93f4f026b2a8d6bdb692d9ea6e7018c1bb0188d95ea8574c76238d968b340fd67ddaa3d8183b310e393e3549dc3a63a795fde696413b0ca94'
@@ -82,7 +82,6 @@
 
'8258661e56b5360f4260fdd29b07bac4d415068a112b61ca8c55c529fb1593d8d61a0d59a4eec8f1567b97167c058082198d008f55f8ee701cb46489df5f7823'
 
'69b058e7b215f85f347b1e4528800ed62635864fa32b24b0f9db97b08fe6576f30d260bf6a19bb5166482f43928feb535e9a6dca8f3c2b3ce7700c108db9fb7a'
 
'2234d005df71b3b6013e6b76ad07a5791e3af7efec5f41c78eb1a9c92a22a67f0be9560be59b52534e90bfe251bcf32c33d5d40163f3f8f7e7420691f0f4a222'
-
'204741c65b8ceeddae0a58a49e2b4249ee7ffc624ce8d9faa6284af198abe63bffb6758e064eeff6d1857be044647f99749a45443e258b35e92cc36b9edeba80'
 
'79e337a78cc4bd9ed8c8ab66831b3efd5a3a34e16d2c73ecedef03d2a34c7ac65ea25641a808913cd2dc2dc0f992fac35822efe4188622add6898dce1e5f13e3'
 
'4b4d0528d909fb735975db290bc8495ee626fc78d68b82b3525326cb69326cfc310c3078c529246f3d76cec590a3a7c4e92950009211590ebfe55583c4f5b71d')
 



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

2022-08-19 Thread Maxime Gauduin via arch-commits
Date: Friday, August 19, 2022 @ 12:28:29
  Author: alucryd
Revision: 1270044

archrelease: copy trunk to community-x86_64

Added:
  switchboard/repos/community-x86_64/PKGBUILD
(from rev 1270043, switchboard/trunk/PKGBUILD)
Deleted:
  switchboard/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  134 ++---
 1 file changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-19 12:28:20 UTC (rev 1270043)
+++ PKGBUILD2022-08-19 12:28:29 UTC (rev 1270044)
@@ -1,67 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-# Contributor: dserban 
-
-pkgname=switchboard
-pkgver=6.0.0
-pkgrel=2
-pkgdesc='The Pantheon Control Center'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  clutter-gtk
-  gdk-pixbuf2
-  glib2
-  gtk3
-  libgee
-  libgranite.so
-  libhandy-1.so
-  wayland
-)
-makedepends=(
-  git
-  meson
-  intltool
-  vala
-)
-optdepends=(
-  'switchboard-plug-about: About plug'
-  'switchboard-plug-applications: Applications plug'
-  'switchboard-plug-datetime: Date & Time plug'
-  'switchboard-plug-desktop: Desktop plug'
-  'switchboard-plug-display: Display plug'
-  'switchboard-plug-elementary-tweaks: Elementary Tweaks plug'
-  'switchboard-plug-keyboard: Keyboard plug'
-  'switchboard-plug-locale: Locale plug'
-  'switchboard-plug-network: Network plug'
-  'switchboard-plug-notifications: Notifications plug'
-  'switchboard-plug-power: Power plug'
-  'switchboard-plug-security-privacy: Security & Privacy plug'
-)
-provides=(libswitchboard-2.0.so)
-_tag=f4a24fdcff6d0bb96ead0b967d681d35e999f84c
-source=(git+https://github.com/elementary/switchboard.git#tag=${_tag})
-b2sums=(SKIP)
-
-prepare() {
-  cd switchboard
-  git cherry-pick -n ecf2a6c42122946cc84150f6927ef69c1f67c909
-}
-
-pkgver() {
-  cd switchboard
-  git describe --tags
-}
-
-build() {
-  arch-meson switchboard build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:

Copied: switchboard/repos/community-x86_64/PKGBUILD (from rev 1270043, 
switchboard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-19 12:28:29 UTC (rev 1270044)
@@ -0,0 +1,67 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+# Contributor: dserban 
+
+pkgname=switchboard
+pkgver=6.0.2
+pkgrel=1
+pkgdesc='The Pantheon Control Center'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  clutter-gtk
+  gdk-pixbuf2
+  glib2
+  gtk3
+  libgee
+  libgranite.so
+  libhandy-1.so
+  wayland
+)
+makedepends=(
+  git
+  meson
+  intltool
+  vala
+)
+optdepends=(
+  'switchboard-plug-about: About plug'
+  'switchboard-plug-applications: Applications plug'
+  'switchboard-plug-datetime: Date & Time plug'
+  'switchboard-plug-desktop: Desktop plug'
+  'switchboard-plug-display: Display plug'
+  'switchboard-plug-elementary-tweaks: Elementary Tweaks plug'
+  'switchboard-plug-keyboard: Keyboard plug'
+  'switchboard-plug-locale: Locale plug'
+  'switchboard-plug-network: Network plug'
+  'switchboard-plug-notifications: Notifications plug'
+  'switchboard-plug-power: Power plug'
+  'switchboard-plug-security-privacy: Security & Privacy plug'
+)
+provides=(libswitchboard-2.0.so)
+_tag=a38cb4fe0dafb35b57ad58aa45c81aa33b7bb34b
+source=(git+https://github.com/elementary/switchboard.git#tag=${_tag})
+b2sums=(SKIP)
+
+prepare() {
+  cd switchboard
+  git cherry-pick -n ecf2a6c42122946cc84150f6927ef69c1f67c909
+}
+
+pkgver() {
+  cd switchboard
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:



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

2022-08-19 Thread Maxime Gauduin via arch-commits
Date: Friday, August 19, 2022 @ 12:28:20
  Author: alucryd
Revision: 1270043

upgpkg: switchboard 6.0.2-1

Modified:
  switchboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-19 12:26:25 UTC (rev 1270042)
+++ PKGBUILD2022-08-19 12:28:20 UTC (rev 1270043)
@@ -3,8 +3,8 @@
 # Contributor: dserban 
 
 pkgname=switchboard
-pkgver=6.0.0
-pkgrel=2
+pkgver=6.0.2
+pkgrel=1
 pkgdesc='The Pantheon Control Center'
 arch=(x86_64)
 url=https://github.com/elementary/switchboard
@@ -41,7 +41,7 @@
   'switchboard-plug-security-privacy: Security & Privacy plug'
 )
 provides=(libswitchboard-2.0.so)
-_tag=f4a24fdcff6d0bb96ead0b967d681d35e999f84c
+_tag=a38cb4fe0dafb35b57ad58aa45c81aa33b7bb34b
 source=(git+https://github.com/elementary/switchboard.git#tag=${_tag})
 b2sums=(SKIP)
 



[arch-commits] Commit in wingpanel-indicator-notifications/repos/community-x86_64 (2 files)

2022-08-19 Thread Maxime Gauduin via arch-commits
Date: Friday, August 19, 2022 @ 12:26:25
  Author: alucryd
Revision: 1270042

archrelease: copy trunk to community-x86_64

Added:
  wingpanel-indicator-notifications/repos/community-x86_64/PKGBUILD
(from rev 1270041, wingpanel-indicator-notifications/trunk/PKGBUILD)
Deleted:
  wingpanel-indicator-notifications/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-19 12:26:17 UTC (rev 1270041)
+++ PKGBUILD2022-08-19 12:26:25 UTC (rev 1270042)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=wingpanel-indicator-notifications
-pkgver=6.0.4
-pkgrel=2
-pkgdesc='Notifications indicator for Wingpanel'
-arch=(x86_64)
-url=https://github.com/elementary/wingpanel-indicator-notifications
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  dbus-glib
-  glib2
-  gtk3
-  libdbus
-  libgranite.so
-  libhandy-1.so
-  libwingpanel-2.0.so
-  libwnck3
-)
-makedepends=(
-  git
-  meson
-  vala
-)
-_tag=174a42914ccf31cc354fe54d4df81694e862553d
-source=(git+https://github.com/elementary/wingpanel-indicator-notifications.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd wingpanel-indicator-notifications
-
-  git describe --tags
-}
-
-build() {
-  arch-meson wingpanel-indicator-notifications build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: wingpanel-indicator-notifications/repos/community-x86_64/PKGBUILD (from 
rev 1270041, wingpanel-indicator-notifications/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-19 12:26:25 UTC (rev 1270042)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=wingpanel-indicator-notifications
+pkgver=6.0.6
+pkgrel=1
+pkgdesc='Notifications indicator for Wingpanel'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel-indicator-notifications
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  dbus-glib
+  glib2
+  gtk3
+  libdbus
+  libgranite.so
+  libhandy-1.so
+  libwingpanel-2.0.so
+  libwnck3
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+_tag=d7457da374840466ae64af82157afe27fa6c7459
+source=(git+https://github.com/elementary/wingpanel-indicator-notifications.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd wingpanel-indicator-notifications
+
+  git describe --tags
+}
+
+build() {
+  arch-meson wingpanel-indicator-notifications build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in wingpanel-indicator-notifications/trunk (PKGBUILD)

2022-08-19 Thread Maxime Gauduin via arch-commits
Date: Friday, August 19, 2022 @ 12:26:17
  Author: alucryd
Revision: 1270041

upgpkg: wingpanel-indicator-notifications 6.0.6-1

Modified:
  wingpanel-indicator-notifications/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-19 12:25:55 UTC (rev 1270040)
+++ PKGBUILD2022-08-19 12:26:17 UTC (rev 1270041)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=wingpanel-indicator-notifications
-pkgver=6.0.4
-pkgrel=2
+pkgver=6.0.6
+pkgrel=1
 pkgdesc='Notifications indicator for Wingpanel'
 arch=(x86_64)
 url=https://github.com/elementary/wingpanel-indicator-notifications
@@ -23,7 +23,7 @@
   meson
   vala
 )
-_tag=174a42914ccf31cc354fe54d4df81694e862553d
+_tag=d7457da374840466ae64af82157afe27fa6c7459
 
source=(git+https://github.com/elementary/wingpanel-indicator-notifications.git#tag=${_tag})
 sha256sums=(SKIP)
 



  1   2   3   4   5   6   7   8   9   10   >