[arch-commits] Commit in mono-msbuild/repos/community-x86_64 (10 files)

2020-12-21 Thread Maxime Gauduin via arch-commits
Date: Monday, December 21, 2020 @ 14:29:35
  Author: alucryd
Revision: 781110

archrelease: copy trunk to community-x86_64

Added:
  mono-msbuild/repos/community-x86_64/PKGBUILD
(from rev 781109, mono-msbuild/trunk/PKGBUILD)
  mono-msbuild/repos/community-x86_64/mono-msbuild-dotnetbits-case.patch
(from rev 781109, mono-msbuild/trunk/mono-msbuild-dotnetbits-case.patch)
  mono-msbuild/repos/community-x86_64/mono-msbuild-license-case.patch
(from rev 781109, mono-msbuild/trunk/mono-msbuild-license-case.patch)
  mono-msbuild/repos/community-x86_64/mono-msbuild-no-hostfxr.patch
(from rev 781109, mono-msbuild/trunk/mono-msbuild-no-hostfxr.patch)
  mono-msbuild/repos/community-x86_64/mono-msbuild-use-bash.patch
(from rev 781109, mono-msbuild/trunk/mono-msbuild-use-bash.patch)
Deleted:
  mono-msbuild/repos/community-x86_64/PKGBUILD
  mono-msbuild/repos/community-x86_64/mono-msbuild-dotnetbits-case.patch
  mono-msbuild/repos/community-x86_64/mono-msbuild-license-case.patch
  mono-msbuild/repos/community-x86_64/mono-msbuild-no-hostfxr.patch
  mono-msbuild/repos/community-x86_64/mono-msbuild-use-bash.patch

+
 PKGBUILD   |  164 +--
 mono-msbuild-dotnetbits-case.patch |   46 -
 mono-msbuild-license-case.patch|  116 
 mono-msbuild-no-hostfxr.patch  |   22 ++--
 mono-msbuild-use-bash.patch|   84 -
 5 files changed, 214 insertions(+), 218 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-21 14:29:27 UTC (rev 781109)
+++ PKGBUILD2020-12-21 14:29:35 UTC (rev 781110)
@@ -1,84 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Florian Maunier 
-# Contributor: jtmb 
-
-pkgbase=mono-msbuild
-pkgname=(
-  mono-msbuild
-  mono-msbuild-sdkresolver
-)
-pkgver=16.6.xamarinxplat.2020.10.22.18.31
-pkgrel=1
-pkgdesc='Xamarin implementation of the Microsoft build system'
-arch=(x86_64)
-url=https://github.com/mono/linux-packaging-msbuild
-license=(MIT)
-depends=(mono)
-makedepends=(
-  bash
-  git
-  dotnet-sdk
-  unzip
-)
-_tag=4c52b4c2dfea7ab553b52ae9fe291cb59393a478
-source=(
-  mono-msbuild::git+https://github.com/mono/linux-packaging-msbuild#tag=${_tag}
-  mono-msbuild-dotnetbits-case.patch
-  mono-msbuild-license-case.patch
-  mono-msbuild-no-hostfxr.patch
-  mono-msbuild-use-bash.patch
-)
-sha256sums=('SKIP'
-'f2784ac003dc84c40e8a9532ff954e6d6c29778b3e80cad7f1f91d86a9b43811'
-'3a12a9c33ad5938e8af24d2985241053602f4efc94a4818a00a17da32ce4aba5'
-'ed93af9d333f9942437e7c7974628c662b304c088eda70589a4118290c25d032'
-'a13ecb4125c673372d87a3b7d957fc8716a3c3e74cd08e9e354b5dcf170ed453')
-
-pkgver() {
-  cd mono-msbuild
-
-  git describe --tags | sed 's/.*\///; s/+/./'
-}
-
-prepare() {
-  cd mono-msbuild
-
-  patch -Np1 -i ../mono-msbuild-dotnetbits-case.patch
-  patch -Np1 -i ../mono-msbuild-license-case.patch
-  patch -Np1 -i ../mono-msbuild-no-hostfxr.patch
-  patch -Np1 -i ../mono-msbuild-use-bash.patch
-}
-
-build() {
-  cd mono-msbuild
-
-  export DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR=/opt/dotnet
-  ./eng/cibuild_bootstrapped_msbuild.sh --host_type mono --configuration 
Release --skip_tests /p:DisableNerdbankVersioning=true
-  ./stage1/mono-msbuild/msbuild mono/build/install.proj 
/p:MonoInstallPrefix="${srcdir}"/target/usr /p:Configuration=Release-MONO 
/p:IgnoreDiffFailure=true
-  sed "s@${srcdir}/target@@g" -i "${srcdir}"/target/usr/bin/msbuild
-  find "${srcdir}"/target/usr/lib/mono/ -name 
Microsoft.DiaSymReader.Native.*dll -delete
-  find "${srcdir}"/target/usr/lib/mono/ -name *.dylib -delete
-  find "${srcdir}"/target/usr/lib/mono/ -name *.so -delete
-}
-
-package_mono-msbuild() {
-  conflicts=(msbuild)
-  provides=(msbuild)
-
-  cp -dr --no-preserve=ownership target/usr "${pkgdir}"/
-  rm -rf 
"${pkgdir}"/usr/lib/mono/msbuild/Current/bin/SdkResolvers/Microsoft.DotNet.MSBuildSdkResolver
-}
-
-package_mono-msbuild-sdkresolver() {
-  depends=(
-mono-msbuild
-dotnet-host
-  )
-  conflicts=(msbuild-sdkresolver)
-  provides=(msbuild-sdkresolver)
-
-  install -dm 755 "${pkgdir}"/usr/lib/mono/msbuild/Current/bin/SdkResolvers
-  cp -dr --no-preserve=ownership 
target/usr/lib/mono/msbuild/Current/bin/SdkResolvers/Microsoft.DotNet.MSBuildSdkResolver
 "${pkgdir}"/usr/lib/mono/msbuild/Current/bin/SdkResolvers/
-}
-
-# vim: ts=2 sw=2 et:

Copied: mono-msbuild/repos/community-x86_64/PKGBUILD (from rev 781109, 
mono-msbuild/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-21 14:29:35 UTC (rev 781110)
@@ -0,0 +1,80 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Florian Maunier 
+# Contributor: jtmb 
+
+pkgbase=mono-msbuild
+pkgname=(
+  mono-msbuild
+  mono-msbuild-sdkresolver
+)
+pkgver=16.8.xamarinxplat.2020.07.30.15.02

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

2020-12-21 Thread Maxime Gauduin via arch-commits
Date: Monday, December 21, 2020 @ 14:29:27
  Author: alucryd
Revision: 781109

upgpkg: mono-msbuild 16.8.xamarinxplat.2020.07.30.15.02-1

Modified:
  mono-msbuild/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 14:23:29 UTC (rev 781108)
+++ PKGBUILD2020-12-21 14:29:27 UTC (rev 781109)
@@ -7,7 +7,7 @@
   mono-msbuild
   mono-msbuild-sdkresolver
 )
-pkgver=16.6.xamarinxplat.2020.10.22.18.31
+pkgver=16.8.xamarinxplat.2020.07.30.15.02
 pkgrel=1
 pkgdesc='Xamarin implementation of the Microsoft build system'
 arch=(x86_64)
@@ -20,18 +20,14 @@
   dotnet-sdk
   unzip
 )
-_tag=4c52b4c2dfea7ab553b52ae9fe291cb59393a478
+_tag=341aa916b0ba580e9d50fc0d00ce60e20a7e4a08
 source=(
   mono-msbuild::git+https://github.com/mono/linux-packaging-msbuild#tag=${_tag}
-  mono-msbuild-dotnetbits-case.patch
   mono-msbuild-license-case.patch
-  mono-msbuild-no-hostfxr.patch
   mono-msbuild-use-bash.patch
 )
 sha256sums=('SKIP'
-'f2784ac003dc84c40e8a9532ff954e6d6c29778b3e80cad7f1f91d86a9b43811'
 '3a12a9c33ad5938e8af24d2985241053602f4efc94a4818a00a17da32ce4aba5'
-'ed93af9d333f9942437e7c7974628c662b304c088eda70589a4118290c25d032'
 'a13ecb4125c673372d87a3b7d957fc8716a3c3e74cd08e9e354b5dcf170ed453')
 
 pkgver() {
@@ -43,9 +39,7 @@
 prepare() {
   cd mono-msbuild
 
-  patch -Np1 -i ../mono-msbuild-dotnetbits-case.patch
   patch -Np1 -i ../mono-msbuild-license-case.patch
-  patch -Np1 -i ../mono-msbuild-no-hostfxr.patch
   patch -Np1 -i ../mono-msbuild-use-bash.patch
 }
 
@@ -67,6 +61,7 @@
 
   cp -dr --no-preserve=ownership target/usr "${pkgdir}"/
   rm -rf 
"${pkgdir}"/usr/lib/mono/msbuild/Current/bin/SdkResolvers/Microsoft.DotNet.MSBuildSdkResolver
+  find "${pkgdir}" -name *.pdb -delete
 }
 
 package_mono-msbuild-sdkresolver() {
@@ -79,6 +74,7 @@
 
   install -dm 755 "${pkgdir}"/usr/lib/mono/msbuild/Current/bin/SdkResolvers
   cp -dr --no-preserve=ownership 
target/usr/lib/mono/msbuild/Current/bin/SdkResolvers/Microsoft.DotNet.MSBuildSdkResolver
 "${pkgdir}"/usr/lib/mono/msbuild/Current/bin/SdkResolvers/
+  find "${pkgdir}" -name *.pdb -delete
 }
 
 # vim: ts=2 sw=2 et:


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

2020-12-21 Thread Maxime Gauduin via arch-commits
Date: Monday, December 21, 2020 @ 14:05:16
  Author: alucryd
Revision: 781096

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-21 14:05:11 UTC (rev 781095)
+++ PKGBUILD2020-12-21 14:05:16 UTC (rev 781096)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=wingpanel-indicator-sound
-pkgver=2.1.7
-pkgrel=1
-pkgdesc='Wingpanel Sound Indicator'
-arch=(x86_64)
-url=https://github.com/elementary/wingpanel-indicator-sound
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  cairo
-  gdk-pixbuf2
-  glib2
-  gtk3
-  libcanberra
-  libgee
-  libgranite.so
-  libnotify
-  libpulse
-  libwingpanel-2.0.so
-)
-makedepends=(
-  git
-  gobject-introspection
-  gtk2
-  intltool
-  meson
-  vala
-)
-_tag=8e458667eb91ac9d318f2115e5bb24cc7a9ed6a8
-source=(wingpanel-indicator-sound::git+https://github.com/elementary/wingpanel-indicator-sound.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd wingpanel-indicator-sound
-
-  git describe --tags
-}
-
-build() {
-  arch-meson wingpanel-indicator-sound build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: wingpanel-indicator-sound/repos/community-x86_64/PKGBUILD (from rev 
781095, wingpanel-indicator-sound/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-21 14:05:16 UTC (rev 781096)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=wingpanel-indicator-sound
+pkgver=2.1.7
+pkgrel=2
+pkgdesc='Wingpanel Sound Indicator'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel-indicator-sound
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  cairo
+  gdk-pixbuf2
+  glib2
+  gtk3
+  libcanberra
+  libgee
+  libgranite.so
+  libnotify
+  libpulse
+  libwingpanel-2.0.so
+)
+makedepends=(
+  git
+  gobject-introspection
+  intltool
+  meson
+  vala
+)
+_tag=8e458667eb91ac9d318f2115e5bb24cc7a9ed6a8
+source=(wingpanel-indicator-sound::git+https://github.com/elementary/wingpanel-indicator-sound.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd wingpanel-indicator-sound
+
+  git describe --tags
+}
+
+build() {
+  arch-meson wingpanel-indicator-sound build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-21 Thread Maxime Gauduin via arch-commits
Date: Monday, December 21, 2020 @ 14:05:11
  Author: alucryd
Revision: 781095

wingpanel-indicator-sound 2.1.7-2: remove gtk2 from makedepends

Modified:
  wingpanel-indicator-sound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 14:04:29 UTC (rev 781094)
+++ PKGBUILD2020-12-21 14:05:11 UTC (rev 781095)
@@ -2,7 +2,7 @@
 
 pkgname=wingpanel-indicator-sound
 pkgver=2.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Wingpanel Sound Indicator'
 arch=(x86_64)
 url=https://github.com/elementary/wingpanel-indicator-sound
@@ -23,7 +23,6 @@
 makedepends=(
   git
   gobject-introspection
-  gtk2
   intltool
   meson
   vala


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

2020-12-21 Thread Maxime Gauduin via arch-commits
Date: Monday, December 21, 2020 @ 14:00:45
  Author: alucryd
Revision: 781089

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-21 14:00:39 UTC (rev 781088)
+++ PKGBUILD2020-12-21 14:00:45 UTC (rev 781089)
@@ -1,48 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: TryA 
-# Contributor: Jan de Groot 
-# Contributor: josephgbr 
-
-pkgname=lib32-libproxy
-pkgver=0.4.15
-pkgrel=2
-pkgdesc='A library that provides automatic proxy configuration management'
-arch=('x86_64')
-url='http://libproxy.googlecode.com'
-license=('LGPL')
-depends=('lib32-gcc-libs' 'libproxy')
-makedepends=('cmake' 'gcc-multilib' 'lib32-zlib')
-source=("https://github.com/libproxy/libproxy/archive/${pkgver}.tar.gz;)
-md5sums=('21ebe5b4ea2a04f5f468bf5d08c40d2c')
-
-build() {
-  cd libproxy-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_C_FLAGS="${CFLAGS}" \
--DCMAKE_CXX_FLAGS="$CXXFLAGS" \
--DCMAKE_SKIP_RPATH='ON' \
--DLIBEXEC_INSTALL_DIR='/usr/lib32/libproxy' \
--DLIB_SUFFIX='32' \
--DWITH_{GNOME3,KDE,MOZJS,NATUS,NM,PERL,WEBKIT}='OFF'
-  make
-}
-
-package() {
-  cd libproxy-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libproxy/repos/multilib-x86_64/PKGBUILD (from rev 781088, 
lib32-libproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-21 14:00:45 UTC (rev 781089)
@@ -0,0 +1,53 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: TryA 
+# Contributor: Jan de Groot 
+# Contributor: josephgbr 
+
+pkgname=lib32-libproxy
+pkgver=0.4.16
+pkgrel=1
+pkgdesc='A library that provides automatic proxy configuration management'
+arch=(x86_64)
+url=https://libproxy.github.io/libproxy/
+license=(LGPL)
+depends=(
+  lib32-dbus
+  lib32-gcc-libs
+  libproxy
+)
+makedepends=(
+  cmake
+  git
+  ninja
+)
+_tag=0da9e01980a93aa13c40de492dca3c47cde50bfc
+source=(git+https://github.com/libproxy/libproxy.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd libproxy
+
+  git describe --tags
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cmake -S libproxy -B build -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS="${CFLAGS}" \
+-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
+-DCMAKE_SKIP_RPATH=ON \
+-DLIB_SUFFIX=32 \
+-DWITH_{DOTNET,GNOME3,KDE,MOZJS,NM,PERL,VALA,WEBKIT,WEBKIT3}=OFF
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-21 Thread Maxime Gauduin via arch-commits
Date: Monday, December 21, 2020 @ 14:00:39
  Author: alucryd
Revision: 781088

upgpkg: lib32-libproxy 0.4.16-1

Modified:
  lib32-libproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 14:00:35 UTC (rev 781087)
+++ PKGBUILD2020-12-21 14:00:39 UTC (rev 781088)
@@ -4,44 +4,49 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-libproxy
-pkgver=0.4.15
-pkgrel=2
+pkgver=0.4.16
+pkgrel=1
 pkgdesc='A library that provides automatic proxy configuration management'
-arch=('x86_64')
-url='http://libproxy.googlecode.com'
-license=('LGPL')
-depends=('lib32-gcc-libs' 'libproxy')
-makedepends=('cmake' 'gcc-multilib' 'lib32-zlib')
-source=("https://github.com/libproxy/libproxy/archive/${pkgver}.tar.gz;)
-md5sums=('21ebe5b4ea2a04f5f468bf5d08c40d2c')
+arch=(x86_64)
+url=https://libproxy.github.io/libproxy/
+license=(LGPL)
+depends=(
+  lib32-dbus
+  lib32-gcc-libs
+  libproxy
+)
+makedepends=(
+  cmake
+  git
+  ninja
+)
+_tag=0da9e01980a93aa13c40de492dca3c47cde50bfc
+source=(git+https://github.com/libproxy/libproxy.git#tag=${_tag})
+b2sums=(SKIP)
 
+pkgver() {
+  cd libproxy
+
+  git describe --tags
+}
+
 build() {
-  cd libproxy-${pkgver}
-
   export CC='gcc -m32'
   export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX='/usr' \
+  cmake -S libproxy -B build -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_C_FLAGS="${CFLAGS}" \
 -DCMAKE_CXX_FLAGS="$CXXFLAGS" \
--DCMAKE_SKIP_RPATH='ON' \
--DLIBEXEC_INSTALL_DIR='/usr/lib32/libproxy' \
--DLIB_SUFFIX='32' \
--DWITH_{GNOME3,KDE,MOZJS,NATUS,NM,PERL,WEBKIT}='OFF'
-  make
+-DCMAKE_SKIP_RPATH=ON \
+-DLIB_SUFFIX=32 \
+-DWITH_{DOTNET,GNOME3,KDE,MOZJS,NM,PERL,VALA,WEBKIT,WEBKIT3}=OFF
+  ninja -C build
 }
 
 package() {
-  cd libproxy-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
+  DESTDIR="${pkgdir}" ninja -C build install
   rm -rf "${pkgdir}"/usr/{bin,include,share}
 }
 


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

2020-12-21 Thread Maxime Gauduin via arch-commits
Date: Monday, December 21, 2020 @ 13:40:05
  Author: alucryd
Revision: 781064

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-21 13:40:00 UTC (rev 781063)
+++ PKGBUILD2020-12-21 13:40:05 UTC (rev 781064)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-pyfakefs
-pkgver=4.3.2
-pkgrel=1
-pkgdesc='pyfakefs implements a fake file system that mocks the Python file 
system modules'
-url=https://github.com/jmcgeheeiv/pyfakefs/
-license=(APACHE)
-arch=(any)
-depends=(python-pytest)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-tox
-)
-_tag=bec380f07a9efa5a5f9cfd4d5eb5de8350cbe41c
-source=(git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd pyfakefs
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd  pyfakefs
-
-  python setup.py build
-}
-
-check() {
-  cd  pyfakefs
-
-  tox -e py39
-}
-
-package() {
-  cd pyfakefs
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pyfakefs/repos/community-any/PKGBUILD (from rev 781063, 
python-pyfakefs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-21 13:40:05 UTC (rev 781064)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-pyfakefs
+pkgver=4.3.3
+pkgrel=1
+pkgdesc='pyfakefs implements a fake file system that mocks the Python file 
system modules'
+url=https://github.com/jmcgeheeiv/pyfakefs/
+license=(APACHE)
+arch=(any)
+depends=(python-pytest)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-tox
+)
+_tag=e2c55904ab32f0490ec8102429be5bb38b60ca4c
+source=(git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pyfakefs
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd  pyfakefs
+
+  python setup.py build
+}
+
+check() {
+  cd  pyfakefs
+
+  tox -e py39
+}
+
+package() {
+  cd pyfakefs
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-21 Thread Maxime Gauduin via arch-commits
Date: Monday, December 21, 2020 @ 13:40:00
  Author: alucryd
Revision: 781063

upgpkg: python-pyfakefs 4.3.3-1

Modified:
  python-pyfakefs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 13:39:42 UTC (rev 781062)
+++ PKGBUILD2020-12-21 13:40:00 UTC (rev 781063)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-pyfakefs
-pkgver=4.3.2
+pkgver=4.3.3
 pkgrel=1
 pkgdesc='pyfakefs implements a fake file system that mocks the Python file 
system modules'
 url=https://github.com/jmcgeheeiv/pyfakefs/
@@ -15,7 +15,7 @@
 checkdepends=(
   python-tox
 )
-_tag=bec380f07a9efa5a5f9cfd4d5eb5de8350cbe41c
+_tag=e2c55904ab32f0490ec8102429be5bb38b60ca4c
 source=(git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=${_tag})
 sha256sums=(SKIP)
 


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

2020-12-21 Thread Maxime Gauduin via arch-commits
Date: Monday, December 21, 2020 @ 13:39:42
  Author: alucryd
Revision: 781062

archrelease: copy trunk to community-any

Added:
  home-assistant/repos/community-any/PKGBUILD
(from rev 781060, home-assistant/trunk/PKGBUILD)
  home-assistant/repos/community-any/home-assistant-astral2.2.patch
(from rev 781060, home-assistant/trunk/home-assistant-astral2.2.patch)
  home-assistant/repos/community-any/home-assistant.service
(from rev 781060, home-assistant/trunk/home-assistant.service)
Deleted:
  home-assistant/repos/community-any/PKGBUILD
  home-assistant/repos/community-any/home-assistant-astral2.2.patch
  home-assistant/repos/community-any/home-assistant.service

+
 PKGBUILD   |  184 ++--
 home-assistant-astral2.2.patch |  564 +++
 home-assistant.service |   56 +--
 3 files changed, 402 insertions(+), 402 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-21 13:39:42 UTC (rev 781061)
+++ PKGBUILD2020-12-21 13:39:42 UTC (rev 781062)
@@ -1,92 +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=2020.12.0
-pkgrel=1
-arch=(any)
-url=https://home-assistant.io/
-license=(APACHE)
-depends=(
-  gcc
-  python-aiohttp
-  python-aiohttp-cors
-  python-astral
-  python-async-timeout
-  python-attrs
-  python-bcrypt
-  python-certifi
-  python-ciso8601
-  python-cryptography
-  python-defusedxml
-  python-httpx
-  python-jinja
-  python-mutagen
-  python-pillow
-  python-pip
-  python-pyjwt
-  python-pytz
-  python-requests
-  python-ruamel-yaml
-  python-slugify
-  python-sqlalchemy
-  python-voluptuous
-  python-voluptuous-serialize
-  python-yaml
-  python-yarl
-  python-zeroconf
-)
-makedepends=(
-  git
-  python-setuptools
-)
-optdepends=(
-  'net-tools: Nmap host discovery'
-  'openzwave: Z-Wave integration'
-  'python-dtlssocket: Ikea Tradfri integration'
-  'python-lxml: Meteo France integration'
-)
-_tag=3600dec6e0da53a34e6b0629c622e1016bc6bae9
-source=(
-  git+https://github.com/home-assistant/home-assistant.git#tag=${_tag}
-  home-assistant.service
-  home-assistant-astral2.2.patch
-)
-b2sums=('SKIP'
-
'0df7bbfdac09e37294ac27567e677855c72d13be3aefbd23e0a8f101cf2148302affbe9b6b586b893f77fc990f665d7b95f4916583680c06abd8f74b5cdf3da9'
-
'e2e4c8f4c20932d6f10812ed06a30234de8c6c9b364c8ea98976d1b7546256d7917a2d4649da3c9880f7e542ec161f91295f11cd15f77f21100822aacb9b0753')
-
-pkgver() {
-  cd home-assistant
-
-  git describe --tags
-}
-
-prepare() {
-  cd home-assistant
-
-  patch -Np1 -i ../home-assistant-astral2.2.patch
-
-  # lift hard dep constraints, we'll deal with breaking changes ourselves
-  sed 's/==/>=/g' -i setup.py homeassistant/package_constraints.txt
-}
-
-build() {
-  cd home-assistant
-
-  python setup.py build
-}
-
-package() {
-  cd home-assistant
-
-  python setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1 
--skip-build
-
-  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 781060, 
home-assistant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-21 13:39:42 UTC (rev 781062)
@@ -0,0 +1,92 @@
+# 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=2020.12.1
+pkgrel=1
+arch=(any)
+url=https://home-assistant.io/
+license=(APACHE)
+depends=(
+  gcc
+  python-aiohttp
+  python-aiohttp-cors
+  python-astral
+  python-async-timeout
+  python-attrs
+  python-bcrypt
+  python-certifi
+  python-ciso8601
+  python-cryptography
+  python-defusedxml
+  python-httpx
+  python-jinja
+  python-mutagen
+  python-pillow
+  python-pip
+  python-pyjwt
+  python-pytz
+  python-requests
+  python-ruamel-yaml
+  python-slugify
+  python-sqlalchemy
+  python-voluptuous
+  python-voluptuous-serialize
+  python-yaml
+  python-yarl
+  python-zeroconf
+)
+makedepends=(
+  git
+  python-setuptools
+)
+optdepends=(
+  'net-tools: Nmap host discovery'
+  'openzwave: Z-Wave integration'
+  'python-dtlssocket: Ikea Tradfri integration'
+  'python-lxml: Meteo France integration'
+)
+_tag=4ec81d4b6749932d3a998440972da0c554d264bb
+source=(
+  git+https://github.com/home-assistant/home-assistant.git#tag=${_tag}
+  home-assistant.service
+  home-assistant-astral2.2.patch
+)
+b2sums=('SKIP'
+

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

2020-12-21 Thread Maxime Gauduin via arch-commits
Date: Monday, December 21, 2020 @ 13:39:35
  Author: alucryd
Revision: 781060

upgpkg: home-assistant 2020.12.1-1

Modified:
  home-assistant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 13:39:21 UTC (rev 781059)
+++ PKGBUILD2020-12-21 13:39:35 UTC (rev 781060)
@@ -6,7 +6,7 @@
 
 pkgname=home-assistant
 pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=2020.12.0
+pkgver=2020.12.1
 pkgrel=1
 arch=(any)
 url=https://home-assistant.io/
@@ -50,7 +50,7 @@
   'python-dtlssocket: Ikea Tradfri integration'
   'python-lxml: Meteo France integration'
 )
-_tag=3600dec6e0da53a34e6b0629c622e1016bc6bae9
+_tag=4ec81d4b6749932d3a998440972da0c554d264bb
 source=(
   git+https://github.com/home-assistant/home-assistant.git#tag=${_tag}
   home-assistant.service


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

2020-12-21 Thread Maxime Gauduin via arch-commits
Date: Monday, December 21, 2020 @ 13:38:26
  Author: alucryd
Revision: 404732

archrelease: copy trunk to extra-x86_64

Added:
  breezy/repos/extra-x86_64/PKGBUILD
(from rev 404731, breezy/trunk/PKGBUILD)
Deleted:
  breezy/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-21 13:38:20 UTC (rev 404731)
+++ PKGBUILD2020-12-21 13:38:26 UTC (rev 404732)
@@ -1,65 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Adam Fontenot 
-
-pkgname=breezy
-pkgver=3.1.0.6
-pkgrel=3
-pkgdesc='A decentralized revision control system with support for Bazaar and 
Git file formats'
-arch=(x86_64)
-url=https://www.breezy-vcs.org/
-license=(GPL2)
-depends=(
-  python-configobj
-  python-patiencediff
-  python-six
-)
-makedepends=(
-  cython
-  git
-  python-dulwich
-  python-fastimport
-  python-gpgme
-  python-paramiko
-  python-setuptools
-)
-checkdepends=(python-testrepository)
-optdepends=(
-  'python-dulwich: Git support'
-  'python-fastimport: Fastimport support'
-  'python-gpgme: PGP support'
-  'python-paramiko: access branches over SFTP'
-)
-provides=(bzr)
-conflicts=(bzr)
-replaces=(bzr)
-_tag=1a47e5bffea5059864a2cc278ff98a5ecc5b039b
-source=(git+https://github.com/breezy-team/breezy.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd breezy
-
-  git describe --tags | sed 's/-/./g'
-}
-
-build() {
-  cd breezy
-
-  python setup.py build
-}
-
-#check() {
-#  cd breezy
-#
-#  ./brz selftest
-#}
-
-package() {
-  cd breezy
-
-  export PYTHONHASHSEED=0
-  python setup.py install --root="${pkgdir}" --install-data=usr/share 
--optimize=1 --skip-build
-  ln -s brz "${pkgdir}"/usr/bin/bzr # backwards compatibility
-}
-
-# vim: ts=2 sw=2 et:

Copied: breezy/repos/extra-x86_64/PKGBUILD (from rev 404731, 
breezy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-21 13:38:26 UTC (rev 404732)
@@ -0,0 +1,65 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Adam Fontenot 
+
+pkgname=breezy
+pkgver=3.1.0.8
+pkgrel=1
+pkgdesc='A decentralized revision control system with support for Bazaar and 
Git file formats'
+arch=(x86_64)
+url=https://www.breezy-vcs.org/
+license=(GPL2)
+depends=(
+  python-configobj
+  python-patiencediff
+  python-six
+)
+makedepends=(
+  cython
+  git
+  python-dulwich
+  python-fastimport
+  python-gpgme
+  python-paramiko
+  python-setuptools
+)
+checkdepends=(python-testrepository)
+optdepends=(
+  'python-dulwich: Git support'
+  'python-fastimport: Fastimport support'
+  'python-gpgme: PGP support'
+  'python-paramiko: access branches over SFTP'
+)
+provides=(bzr)
+conflicts=(bzr)
+replaces=(bzr)
+_tag=d587425a7cf74f112ac62e60cbad519f7f05d417
+source=(git+https://github.com/breezy-team/breezy.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd breezy
+
+  git describe --tags | sed 's/-/./g'
+}
+
+build() {
+  cd breezy
+
+  python setup.py build
+}
+
+#check() {
+#  cd breezy
+#
+#  ./brz selftest
+#}
+
+package() {
+  cd breezy
+
+  export PYTHONHASHSEED=0
+  python setup.py install --root="${pkgdir}" --install-data=usr/share 
--optimize=1 --skip-build
+  ln -s brz "${pkgdir}"/usr/bin/bzr # backwards compatibility
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-21 Thread Maxime Gauduin via arch-commits
Date: Monday, December 21, 2020 @ 13:38:20
  Author: alucryd
Revision: 404731

upgpkg: breezy 3.1.0.8-1

Modified:
  breezy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 12:21:04 UTC (rev 404730)
+++ PKGBUILD2020-12-21 13:38:20 UTC (rev 404731)
@@ -2,8 +2,8 @@
 # Contributor: Adam Fontenot 
 
 pkgname=breezy
-pkgver=3.1.0.6
-pkgrel=3
+pkgver=3.1.0.8
+pkgrel=1
 pkgdesc='A decentralized revision control system with support for Bazaar and 
Git file formats'
 arch=(x86_64)
 url=https://www.breezy-vcs.org/
@@ -32,7 +32,7 @@
 provides=(bzr)
 conflicts=(bzr)
 replaces=(bzr)
-_tag=1a47e5bffea5059864a2cc278ff98a5ecc5b039b
+_tag=d587425a7cf74f112ac62e60cbad519f7f05d417
 source=(git+https://github.com/breezy-team/breezy.git#tag=${_tag})
 sha256sums=(SKIP)
 


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

2020-12-21 Thread Maxime Gauduin via arch-commits
Date: Monday, December 21, 2020 @ 13:34:52
  Author: alucryd
Revision: 781050

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-21 13:34:47 UTC (rev 781049)
+++ PKGBUILD2020-12-21 13:34:52 UTC (rev 781050)
@@ -1,30 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Kwpolska 
-
-pkgname=python-unidecode
-pkgver=1.1.1
-pkgrel=6
-pkgdesc='ASCII transliterations of Unicode text'
-arch=(any)
-url=https://github.com/avian2/unidecode
-license=(GPL)
-depends=(python)
-makedepends=(
-  git
-  python-setuptools
-)
-source=(git+https://github.com/avian2/unidecode.git#tag=unidecode-${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  cd unidecode
-  python setup.py build
-}
-
-package() {
-  cd unidecode
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-unidecode/repos/community-any/PKGBUILD (from rev 781049, 
python-unidecode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-21 13:34:52 UTC (rev 781050)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Kwpolska 
+
+pkgname=python-unidecode
+pkgver=1.1.2
+pkgrel=1
+pkgdesc='ASCII transliterations of Unicode text'
+arch=(any)
+url=https://github.com/avian2/unidecode
+license=(GPL)
+depends=(python)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=fdf8aa731c53154de04a019eaf91405fc5ff15a5
+source=(git+https://github.com/avian2/unidecode.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd unidecode
+
+  git describe --tags | sed 's/^unidecode-//'
+}
+
+build() {
+  cd unidecode
+
+  python setup.py build
+}
+
+package() {
+  cd unidecode
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-21 Thread Maxime Gauduin via arch-commits
Date: Monday, December 21, 2020 @ 13:34:47
  Author: alucryd
Revision: 781049

upgpkg: python-unidecode 1.1.2-1

Modified:
  python-unidecode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 13:34:40 UTC (rev 781048)
+++ PKGBUILD2020-12-21 13:34:47 UTC (rev 781049)
@@ -2,8 +2,8 @@
 # Contributor: Kwpolska 
 
 pkgname=python-unidecode
-pkgver=1.1.1
-pkgrel=6
+pkgver=1.1.2
+pkgrel=1
 pkgdesc='ASCII transliterations of Unicode text'
 arch=(any)
 url=https://github.com/avian2/unidecode
@@ -13,11 +13,19 @@
   git
   python-setuptools
 )
-source=(git+https://github.com/avian2/unidecode.git#tag=unidecode-${pkgver})
+_tag=fdf8aa731c53154de04a019eaf91405fc5ff15a5
+source=(git+https://github.com/avian2/unidecode.git#tag=${_tag})
 sha256sums=(SKIP)
 
+pkgver() {
+  cd unidecode
+
+  git describe --tags | sed 's/^unidecode-//'
+}
+
 build() {
   cd unidecode
+
   python setup.py build
 }
 


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

2020-12-21 Thread Maxime Gauduin via arch-commits
Date: Monday, December 21, 2020 @ 13:31:08
  Author: alucryd
Revision: 781040

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-21 13:31:03 UTC (rev 781039)
+++ PKGBUILD2020-12-21 13:31:08 UTC (rev 781040)
@@ -1,62 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=1.4.5
-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
-  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=3b129c5986af15fc110009a957629c19fab8c09e
-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 781039, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-21 13:31:08 UTC (rev 781040)
@@ -0,0 +1,62 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=1.4.7
+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=690fdfb246622c26cede32424992d5617bfa5a81
+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:


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

2020-12-21 Thread Maxime Gauduin via arch-commits
Date: Monday, December 21, 2020 @ 13:31:03
  Author: alucryd
Revision: 781039

upgpkg: lollypop 1.4.7-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 13:30:07 UTC (rev 781038)
+++ PKGBUILD2020-12-21 13:31:03 UTC (rev 781039)
@@ -3,8 +3,8 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=1.4.5
-pkgrel=2
+pkgver=1.4.7
+pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=(any)
 url=https://gitlab.gnome.org/World/lollypop
@@ -39,7 +39,7 @@
   'libsecret: Last.FM support'
   'youtube-dl: Youtube support'
 )
-_tag=3b129c5986af15fc110009a957629c19fab8c09e
+_tag=690fdfb246622c26cede32424992d5617bfa5a81
 source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=${_tag})
 sha256sums=(SKIP)
 


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

2020-12-21 Thread Maxime Gauduin via arch-commits
Date: Monday, December 21, 2020 @ 13:28:21
  Author: alucryd
Revision: 781032

archrelease: copy trunk to community-x86_64

Added:
  rgbds/repos/community-x86_64/PKGBUILD
(from rev 781031, rgbds/trunk/PKGBUILD)
Deleted:
  rgbds/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-21 13:28:16 UTC (rev 781031)
+++ PKGBUILD2020-12-21 13:28:21 UTC (rev 781032)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Vaporeon 
-
-pkgname=rgbds
-pkgver=0.4.2
-pkgrel=1
-pkgdesc='Rednex GameBoy Development System'
-arch=(x86_64)
-url=https://github.com/rednex/rgbds/
-license=(MIT)
-depends=(
-  glibc
-  libpng
-)
-makedepends=(
-  cmake
-  git
-  ninja
-)
-_tag=ede982b50a68a6253ffbab17dc4184710b08032f
-source=(git+https://github.com/rednex/rgbds.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd rgbds
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cmake -S rgbds -B build -G Ninja \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -Dm 644 rgbds/LICENSE -t "${pkgdir}"/usr/share/licenses/rgbds/
-  find rgbds/src -name *.1 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man1/ \;
-  find rgbds/src -name *.5 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man5/ \;
-  find rgbds/src -name *.7 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man7/ \;
-  find rgbds/contrib/zsh_compl -type f -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/zsh/site-functions/ \;
-}
-
-# vim: ts=2 sw=2 et:

Copied: rgbds/repos/community-x86_64/PKGBUILD (from rev 781031, 
rgbds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-21 13:28:21 UTC (rev 781032)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Vaporeon 
+
+pkgname=rgbds
+pkgver=0.4.2
+pkgrel=2
+pkgdesc='Rednex GameBoy Development System'
+arch=(x86_64)
+url=https://github.com/rednex/rgbds/
+license=(MIT)
+depends=(
+  glibc
+  libpng
+)
+makedepends=(
+  cmake
+  git
+  ninja
+)
+_tag=ede982b50a68a6253ffbab17dc4184710b08032f
+source=(git+https://github.com/rednex/rgbds.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd rgbds
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cmake -S rgbds -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -Dm 644 rgbds/LICENSE -t "${pkgdir}"/usr/share/licenses/rgbds/
+  find rgbds/contrib/zsh_compl -type f -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/zsh/site-functions/ \;
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-21 Thread Maxime Gauduin via arch-commits
Date: Monday, December 21, 2020 @ 13:28:16
  Author: alucryd
Revision: 781031

rgbds 0.4.2-2: FS#68929 cmake now installs the manpages

Modified:
  rgbds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 13:25:53 UTC (rev 781030)
+++ PKGBUILD2020-12-21 13:28:16 UTC (rev 781031)
@@ -3,7 +3,7 @@
 
 pkgname=rgbds
 pkgver=0.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Rednex GameBoy Development System'
 arch=(x86_64)
 url=https://github.com/rednex/rgbds/
@@ -37,9 +37,6 @@
 package() {
   DESTDIR="${pkgdir}" ninja -C build install
   install -Dm 644 rgbds/LICENSE -t "${pkgdir}"/usr/share/licenses/rgbds/
-  find rgbds/src -name *.1 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man1/ \;
-  find rgbds/src -name *.5 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man5/ \;
-  find rgbds/src -name *.7 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man7/ \;
   find rgbds/contrib/zsh_compl -type f -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/zsh/site-functions/ \;
 }
 


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

2020-12-21 Thread Maxime Gauduin via arch-commits
Date: Monday, December 21, 2020 @ 13:23:27
  Author: alucryd
Revision: 781028

archrelease: copy trunk to community-x86_64

Added:
  light-locker/repos/community-x86_64/PKGBUILD
(from rev 781027, light-locker/trunk/PKGBUILD)
Deleted:
  light-locker/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-21 13:23:21 UTC (rev 781027)
+++ PKGBUILD2020-12-21 13:23:27 UTC (rev 781028)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=light-locker
-pkgver=1.9.0
-pkgrel=3
-pkgdesc='A simple session locker for LightDM'
-arch=(x86_64)
-url=https://github.com/the-cavalry/light-locker
-license=(GPL2)
-depends=(
-  cairo
-  dbus-glib
-  glibc
-  libdbus-1.so
-  libgdk-3.so
-  libgio-2.0.so
-  libglib-2.0.so
-  libgobject-2.0.so
-  libgtk-3.so
-  libpango-1.0.so
-  libpangocairo-1.0.so
-  libsystemd.so
-  libx11
-  libxext
-  libxss
-)
-makedepends=(
-  git
-  gnome-common
-  intltool
-  meson
-  upower
-  xorgproto
-)
-optdepends=('upower: Power management support')
-_tag=7a96e9f87dc95c794cd45fd0378a62f45308ea87
-source=(git+https://github.com/the-cavalry/light-locker.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd light-locker
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd light-locker
-
-  git cherry-pick -n d3ea262b336cf66ec41d25a8ea021d759c2c3a1d
-  git cherry-pick -n 366fdbfe284efacf39d887a0512d38030af7ff16
-  git cherry-pick -n 6224184e2677d76c7904d488b0e9295886fa9ee3
-}
-
-build () {
-  arch-meson light-locker build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: light-locker/repos/community-x86_64/PKGBUILD (from rev 781027, 
light-locker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-21 13:23:27 UTC (rev 781028)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=light-locker
+pkgver=1.9.0
+pkgrel=4
+pkgdesc='A simple session locker for LightDM'
+arch=(x86_64)
+url=https://github.com/the-cavalry/light-locker
+license=(GPL2)
+depends=(
+  cairo
+  dbus-glib
+  glibc
+  libdbus-1.so
+  libgdk-3.so
+  libgio-2.0.so
+  libglib-2.0.so
+  libgobject-2.0.so
+  libgtk-3.so
+  libpango-1.0.so
+  libpangocairo-1.0.so
+  libsystemd.so
+  libx11
+  libxext
+  libxss
+)
+makedepends=(
+  git
+  gnome-common
+  intltool
+  meson
+  upower
+  xorgproto
+)
+optdepends=('upower: Power management support')
+_tag=7a96e9f87dc95c794cd45fd0378a62f45308ea87
+source=(git+https://github.com/the-cavalry/light-locker.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd light-locker
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd light-locker
+
+  git cherry-pick -n d3ea262b336cf66ec41d25a8ea021d759c2c3a1d
+  git cherry-pick -n 366fdbfe284efacf39d887a0512d38030af7ff16
+  git cherry-pick -n 6224184e2677d76c7904d488b0e9295886fa9ee3
+  git cherry-pick -n 8e03981e83fd03920e8e68145d0eb933dddb4c3c
+}
+
+build () {
+  arch-meson light-locker build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-21 Thread Maxime Gauduin via arch-commits
Date: Monday, December 21, 2020 @ 13:23:21
  Author: alucryd
Revision: 781027

light-locker 1.9.0-4: FS#68905 backport an additional patch

Modified:
  light-locker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 13:22:33 UTC (rev 781026)
+++ PKGBUILD2020-12-21 13:23:21 UTC (rev 781027)
@@ -2,7 +2,7 @@
 
 pkgname=light-locker
 pkgver=1.9.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A simple session locker for LightDM'
 arch=(x86_64)
 url=https://github.com/the-cavalry/light-locker
@@ -49,6 +49,7 @@
   git cherry-pick -n d3ea262b336cf66ec41d25a8ea021d759c2c3a1d
   git cherry-pick -n 366fdbfe284efacf39d887a0512d38030af7ff16
   git cherry-pick -n 6224184e2677d76c7904d488b0e9295886fa9ee3
+  git cherry-pick -n 8e03981e83fd03920e8e68145d0eb933dddb4c3c
 }
 
 build () {


[arch-commits] Commit in emby-server/repos/community-x86_64 (14 files)

2020-12-19 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 19, 2020 @ 19:09:32
  Author: alucryd
Revision: 780010

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  262 
 Permission_to_distribute.mbox |  162 
 emby-server   |   20 +--
 emby-server.conf  |   10 -
 emby-server.install   |   18 +-
 emby-server.service   |   52 +++
 6 files changed, 262 insertions(+), 262 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-19 19:09:22 UTC (rev 780009)
+++ PKGBUILD2020-12-19 19:09:32 UTC (rev 780010)
@@ -1,131 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=4.5.3.0
-_ffmpeg_ver=2020_05_23
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=(x86_64)
-url=https://emby.media
-license=(custom)
-depends=(
-  alsa-lib
-  aom
-  bzip2
-  dotnet-runtime
-  expat
-  fontconfig
-  fribidi
-  glibc
-  gmp
-  gnutls
-  lame
-  libass.so
-  libdav1d.so
-  libdrm
-  libfreetype.so
-  libjpeg-turbo
-  libmfx
-  libpng
-  libtheora
-  libva-drm.so
-  libva.so
-  libvorbisenc.so
-  libvorbis.so
-  libwebp
-  libx264.so
-  opus
-  skia-sharp
-  sqlite
-  zlib
-  zvbi
-)
-makedepends=(
-  ffnvcodec-headers8.1
-  nasm
-)
-optdepends=(
-  'intel-media-sdk: Intel QuickSync support (requires Emby Premiere)'
-  'nvidia-utils: Nvidia NVDEC/NVENC support (requires Emby Premiere)'
-)
-source=(
-  
https://github.com/MediaBrowser/Emby.Releases/releases/download/${pkgver}/embyserver-netcore_${pkgver}.zip
-  https://mediabrowser.github.io/embytools/ffmpeg-${_ffmpeg_ver}.tar.gz
-  https://mediabrowser.github.io/embytools/ffdetect-${_ffmpeg_ver}-x64.tar.xz
-  emby-server
-  emby-server.conf
-  emby-server.service
-  license.docx
-  Permission_to_distribute.mbox
-)
-noextract=(license.docx)
-backup=(etc/conf.d/emby-server)
-install=emby-server.install
-b2sums=('44c4ab8f496de2be84dbc574f64c79fba720415365c713d58117176a9a38c507ab1e5804b79028f1b81224119af54a7072416caeb269ee258880f8ab4138f712'
-
'c86548f196b9d68fb41cb8b56f37ecf6bb017ce51d45556e4c6b01d0d78034fbb42313da455dec4af1a8816f9cfa783e3d99a6575a2f3b9557f4129644cd286a'
-
'f67fcd8c68983ae3d1fcce00cb1a69898029503bdd5117ca0a3e5ee25825d1d91261c0f14f39ba711ad91e254546d62283e7b9ce59d1ee5068a612dfc11d6e89'
-
'48c11601d00121e725951fd48ba34137804d4a67aa12528a29ca4d43d301d19311182421e96bef7b7ddbc4929dc9d5b577b1659cb0b716b1c1f6938283465c46'
-
'49c2e6a27f36a2e44a6b988573ee7d08bacb036008f5360ad1cb617b3d1577bdcd48a323ebb882e0f9ec4483962a96d8bd9af44385feb5245b49dfc191d73352'
-
'11cc26f44f81823bcd50ee16344aff94eb0a64d740a2e489d832bc8d48d11f3065bf683da243409bab8e3d8a201083596a27983cc11a90688128442e0116430c'
-
'e490c2ec7aff3deb9874a80345273c2aa435624b914a13fe8cba8f07ee44938699a024d0c6784fe68820d3a848cccf5af3f7120c7906356ed17d306fc31b6490'
-
'61ca54af95278f498b21b424b4d4bae98660b4b7898bfd9752fe21da20d7c508502014bc1970a60920f3064ca20b31b46ba2a788b3b1371f75b5278add70ffc4')
-
-prepare() {
-  rm -rf system/{electron,runtimes/{osx,tizen*,win*}}
-}
-
-build() {
-  cd ffmpeg-${_ffmpeg_ver}_public
-
-  export PKG_CONFIG_PATH=/usr/lib/ffnvcodec8.1/pkgconfig
-
-  ./configure \
---disable-doc \
---disable-ffplay \
---disable-shared \
---disable-vdpau \
---disable-libxcb \
---disable-lzma \
---disable-sdl2 \
---disable-xlib \
---enable-fontconfig \
---enable-gmp \
---enable-gnutls \
---enable-gpl \
---enable-libaom \
---enable-libass \
---enable-libdav1d \
---enable-libdrm \
---enable-libfreetype \
---enable-libfribidi \
-

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

2020-12-19 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 19, 2020 @ 19:09:22
  Author: alucryd
Revision: 780009

upgpkg: emby-server 4.5.4.0-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-19 18:52:23 UTC (rev 780008)
+++ PKGBUILD2020-12-19 19:09:22 UTC (rev 780009)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=4.5.3.0
+pkgver=4.5.4.0
 _ffmpeg_ver=2020_05_23
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
@@ -62,7 +62,7 @@
 noextract=(license.docx)
 backup=(etc/conf.d/emby-server)
 install=emby-server.install
-b2sums=('44c4ab8f496de2be84dbc574f64c79fba720415365c713d58117176a9a38c507ab1e5804b79028f1b81224119af54a7072416caeb269ee258880f8ab4138f712'
+b2sums=('d7574cd2fc300f1e8d3453a1ddfb3154aa543c29d1aa1cf615af3e367546105b7dec0dead0e752dfe20d5cd8cdc6b48bc7c98c2ff0d51587359b2bf057f530ac'
 
'c86548f196b9d68fb41cb8b56f37ecf6bb017ce51d45556e4c6b01d0d78034fbb42313da455dec4af1a8816f9cfa783e3d99a6575a2f3b9557f4129644cd286a'
 
'f67fcd8c68983ae3d1fcce00cb1a69898029503bdd5117ca0a3e5ee25825d1d91261c0f14f39ba711ad91e254546d62283e7b9ce59d1ee5068a612dfc11d6e89'
 
'48c11601d00121e725951fd48ba34137804d4a67aa12528a29ca4d43d301d19311182421e96bef7b7ddbc4929dc9d5b577b1659cb0b716b1c1f6938283465c46'


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 16:21:47
  Author: alucryd
Revision: 776783

archrelease: copy trunk to community-x86_64

Added:
  libretro-yabause/repos/community-x86_64/PKGBUILD
(from rev 776782, libretro-yabause/trunk/PKGBUILD)
Deleted:
  libretro-yabause/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 16:21:41 UTC (rev 776782)
+++ PKGBUILD2020-12-16 16:21:47 UTC (rev 776783)
@@ -1,33 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-yabause
-pkgver=3294
-pkgrel=1
-pkgdesc='Sega Saturn core'
-arch=(x86_64)
-url=https://github.com/libretro/yabause
-license=(GPL2)
-groups=(libretro)
-depends=(
-  glibc
-  libretro-core-info
-)
-makedepends=(git)
-source=(libretro-yabause::git+https://github.com/libretro/yabause.git#commit=9f05806df4d94ae08636208bcc2a5eb37c961bf9)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-yabause
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-yabause/yabause/src/libretro
-}
-
-package() {
-  install -Dm 644 libretro-yabause/yabause/src/libretro/yabause_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-yabause/repos/community-x86_64/PKGBUILD (from rev 776782, 
libretro-yabause/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 16:21:47 UTC (rev 776783)
@@ -0,0 +1,35 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-yabause
+pkgver=3297
+pkgrel=1
+pkgdesc='Sega Saturn core'
+arch=(x86_64)
+url=https://github.com/libretro/yabause
+license=(GPL2)
+groups=(libretro)
+depends=(
+  glew
+  glibc
+  libretro-core-info
+)
+makedepends=(git)
+_commit=1e981f18e763c0897e4dd2ec79fab927a483e626
+source=(libretro-yabause::git+https://github.com/libretro/yabause.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-yabause
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-yabause/yabause/src/libretro
+}
+
+package() {
+  install -Dm 644 libretro-yabause/yabause/src/libretro/yabause_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 16:21:41
  Author: alucryd
Revision: 776782

upgpkg: libretro-yabause 3297-1

Modified:
  libretro-yabause/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 16:21:36 UTC (rev 776781)
+++ PKGBUILD2020-12-16 16:21:41 UTC (rev 776782)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-yabause
-pkgver=3294
+pkgver=3297
 pkgrel=1
 pkgdesc='Sega Saturn core'
 arch=(x86_64)
@@ -9,11 +9,13 @@
 license=(GPL2)
 groups=(libretro)
 depends=(
+  glew
   glibc
   libretro-core-info
 )
 makedepends=(git)
-source=(libretro-yabause::git+https://github.com/libretro/yabause.git#commit=9f05806df4d94ae08636208bcc2a5eb37c961bf9)
+_commit=1e981f18e763c0897e4dd2ec79fab927a483e626
+source=(libretro-yabause::git+https://github.com/libretro/yabause.git#commit=${_commit})
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 16:21:36
  Author: alucryd
Revision: 776781

archrelease: copy trunk to community-x86_64

Added:
  libretro-snes9x/repos/community-x86_64/PKGBUILD
(from rev 776780, libretro-snes9x/trunk/PKGBUILD)
Deleted:
  libretro-snes9x/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 16:21:30 UTC (rev 776780)
+++ PKGBUILD2020-12-16 16:21:36 UTC (rev 776781)
@@ -1,36 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-snes9x
-pkgver=1792
-pkgrel=1
-pkgdesc='Super Nintendo Entertainment System core'
-arch=(x86_64)
-url=https://github.com/libretro/snes9x
-license=(
-  custom
-  GPL2
-  LGPL2.1
-)
-groups=(libretro)
-depends=(libretro-core-info)
-makedepends=(git)
-_commit=975aecb88830e6719e267e38144da47eb707fbac
-source=(libretro-snes9x::git+https://github.com/libretro/snes9x.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-snes9x
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-snes9x/libretro
-}
-
-package() {
-  install -Dm 644 libretro-snes9x/libretro/snes9x_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-  install -Dm 644 libretro-snes9x/LICENSE -t 
"${pkgdir}"/usr/share/licenses/libretro-snes9x/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-snes9x/repos/community-x86_64/PKGBUILD (from rev 776780, 
libretro-snes9x/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 16:21:36 UTC (rev 776781)
@@ -0,0 +1,36 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-snes9x
+pkgver=1797
+pkgrel=1
+pkgdesc='Super Nintendo Entertainment System core'
+arch=(x86_64)
+url=https://github.com/libretro/snes9x
+license=(
+  custom
+  GPL2
+  LGPL2.1
+)
+groups=(libretro)
+depends=(libretro-core-info)
+makedepends=(git)
+_commit=96d03ead8ba4dca03c97d47ba65d2f24c8259726
+source=(libretro-snes9x::git+https://github.com/libretro/snes9x.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-snes9x
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-snes9x/libretro
+}
+
+package() {
+  install -Dm 644 libretro-snes9x/libretro/snes9x_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+  install -Dm 644 libretro-snes9x/LICENSE -t 
"${pkgdir}"/usr/share/licenses/libretro-snes9x/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 16:21:30
  Author: alucryd
Revision: 776780

upgpkg: libretro-snes9x 1797-1

Modified:
  libretro-snes9x/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 16:21:22 UTC (rev 776779)
+++ PKGBUILD2020-12-16 16:21:30 UTC (rev 776780)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-snes9x
-pkgver=1792
+pkgver=1797
 pkgrel=1
 pkgdesc='Super Nintendo Entertainment System core'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 groups=(libretro)
 depends=(libretro-core-info)
 makedepends=(git)
-_commit=975aecb88830e6719e267e38144da47eb707fbac
+_commit=96d03ead8ba4dca03c97d47ba65d2f24c8259726
 
source=(libretro-snes9x::git+https://github.com/libretro/snes9x.git#commit=${_commit})
 sha256sums=(SKIP)
 


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 16:21:17
  Author: alucryd
Revision: 776778

upgpkg: libretro-scummvm 93171-1

Modified:
  libretro-scummvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 16:21:11 UTC (rev 776777)
+++ PKGBUILD2020-12-16 16:21:17 UTC (rev 776778)
@@ -2,7 +2,7 @@
 # Contributor: Oliver Jaksch 
 
 pkgname=libretro-scummvm
-pkgver=93164
+pkgver=93171
 pkgrel=1
 pkgdesc='ScummVM core'
 arch=(x86_64)
@@ -11,7 +11,8 @@
 groups=(libretro)
 depends=(libretro-core-info)
 makedepends=(git)
-source=(libretro-scummvm::git+https://github.com/libretro/scummvm.git#commit=440d5d37ed8b4e0f7d0e312b74cae1bf3506a8fd)
+_commit=72521458c81dac07396a5c4d3d3a5f122e9cbb7d
+source=(libretro-scummvm::git+https://github.com/libretro/scummvm.git#commit=${_commit})
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 16:21:22
  Author: alucryd
Revision: 776779

archrelease: copy trunk to community-x86_64

Added:
  libretro-scummvm/repos/community-x86_64/PKGBUILD
(from rev 776778, libretro-scummvm/trunk/PKGBUILD)
Deleted:
  libretro-scummvm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 16:21:17 UTC (rev 776778)
+++ PKGBUILD2020-12-16 16:21:22 UTC (rev 776779)
@@ -1,31 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Oliver Jaksch 
-
-pkgname=libretro-scummvm
-pkgver=93164
-pkgrel=1
-pkgdesc='ScummVM core'
-arch=(x86_64)
-url=https://github.com/libretro/scummvm
-license=(GPL)
-groups=(libretro)
-depends=(libretro-core-info)
-makedepends=(git)
-source=(libretro-scummvm::git+https://github.com/libretro/scummvm.git#commit=440d5d37ed8b4e0f7d0e312b74cae1bf3506a8fd)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-scummvm
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-scummvm/backends/platform/libretro/build
-}
-
-package() {
-  install -Dm 644 
libretro-scummvm/backends/platform/libretro/build/scummvm_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-scummvm/repos/community-x86_64/PKGBUILD (from rev 776778, 
libretro-scummvm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 16:21:22 UTC (rev 776779)
@@ -0,0 +1,32 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Oliver Jaksch 
+
+pkgname=libretro-scummvm
+pkgver=93171
+pkgrel=1
+pkgdesc='ScummVM core'
+arch=(x86_64)
+url=https://github.com/libretro/scummvm
+license=(GPL)
+groups=(libretro)
+depends=(libretro-core-info)
+makedepends=(git)
+_commit=72521458c81dac07396a5c4d3d3a5f122e9cbb7d
+source=(libretro-scummvm::git+https://github.com/libretro/scummvm.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-scummvm
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-scummvm/backends/platform/libretro/build
+}
+
+package() {
+  install -Dm 644 
libretro-scummvm/backends/platform/libretro/build/scummvm_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 16:21:11
  Author: alucryd
Revision: 776777

archrelease: copy trunk to community-x86_64

Added:
  libretro-play/repos/community-x86_64/PKGBUILD
(from rev 776776, libretro-play/trunk/PKGBUILD)
Deleted:
  libretro-play/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 16:21:05 UTC (rev 776776)
+++ PKGBUILD2020-12-16 16:21:11 UTC (rev 776777)
@@ -1,92 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-play
-pkgver=5917
-pkgrel=1
-pkgdesc='Sony PlayStation 2 core'
-arch=(x86_64)
-url=https://github.com/jpd002/Play-
-license=(MIT)
-groups=(libretro)
-depends=(
-  bzip2
-  glew
-  glibc
-  icu
-  libgl
-  libretro-core-info
-  zlib
-)
-makedepends=(
-  cmake
-  git
-  libglvnd
-)
-_commit=7295e529a06a2451ed8fac545229c10f4f4a0c78
-source=(
-  libretro-play::git+https://github.com/jpd002/Play-.git#commit=${_commit}
-  play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git
-  play-Dependencies::git+https://github.com/jpd002/Play-Dependencies.git
-  play-Framework::git+https://github.com/jpd002/Play--Framework.git
-  play-Nuanceur::git+https://github.com/jpd002/Nuanceur.git
-  git+https://github.com/SDWebImage/SDWebImage.git
-  play-boost-cmake::git+https://github.com/jpd002/boost-cmake.git
-  git+https://github.com/gulrak/filesystem.git
-)
-sha256sums=(
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-)
-
-pkgver() {
-  cd libretro-play
-
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cd libretro-play
-
-  for submodule in deps/{CodeGen,Dependencies,Framework,Nuanceur}; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../play-${submodule#*/}
-git submodule update ${submodule}
-  done
-
-  cd deps/Dependencies
-
-  git submodule init SDWebImage
-  git config submodule.SDWebImage.url ../../../SDWebImage
-  git submodule update SDWebImage
-
-  git submodule init boost-cmake
-  git config submodule.boost-cmake.url ../../../play-boost-cmake
-  git submodule update boost-cmake
-
-  git submodule init ghc_filesystem
-  git config submodule.ghc_filesystem.url ../../../filesystem
-  git submodule update ghc_filesystem
-}
-
-build() {
-  cmake -S libretro-play -B build \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_LIBRETRO_CORE=ON \
--DBUILD_PLAY=OFF \
--DBUILD_TESTS=OFF \
--DENABLE_AMAZON_S3=OFF
-  make -C build
-}
-
-package() {
-  install -Dm 644 build/Source/ui_libretro/play_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-  install -Dm 644 libretro-play/License.txt -t 
"${pkgdir}"/usr/share/licenses/libretro-play/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-play/repos/community-x86_64/PKGBUILD (from rev 776776, 
libretro-play/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 16:21:11 UTC (rev 776777)
@@ -0,0 +1,92 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-play
+pkgver=5952
+pkgrel=1
+pkgdesc='Sony PlayStation 2 core'
+arch=(x86_64)
+url=https://github.com/jpd002/Play-
+license=(MIT)
+groups=(libretro)
+depends=(
+  bzip2
+  glew
+  glibc
+  icu
+  libgl
+  libretro-core-info
+  zlib
+)
+makedepends=(
+  cmake
+  git
+  libglvnd
+)
+_commit=f14334b23de103e2ceb3468825c539d06ba1e1eb
+source=(
+  libretro-play::git+https://github.com/jpd002/Play-.git#commit=${_commit}
+  play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git
+  play-Dependencies::git+https://github.com/jpd002/Play-Dependencies.git
+  play-Framework::git+https://github.com/jpd002/Play--Framework.git
+  play-Nuanceur::git+https://github.com/jpd002/Nuanceur.git
+  git+https://github.com/SDWebImage/SDWebImage.git
+  play-boost-cmake::git+https://github.com/jpd002/boost-cmake.git
+  git+https://github.com/gulrak/filesystem.git
+)
+sha256sums=(
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+)
+
+pkgver() {
+  cd libretro-play
+
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cd libretro-play
+
+  for submodule in deps/{CodeGen,Dependencies,Framework,Nuanceur}; do
+git submodule init ${submodule}
+git config submodule.${submodule}.url ../play-${submodule#*/}
+git submodule update ${submodule}
+  done
+
+  cd deps/Dependencies
+
+  git submodule init SDWebImage
+  git config submodule.SDWebImage.url ../../../SDWebImage
+  git submodule update SDWebImage
+
+  git submodule init boost-cmake
+  git config submodule.boost-cmake.url ../../../play-boost-cmake
+  git submodule update boost-cmake
+
+  git submodule init ghc_filesystem
+  git config submodule.ghc_filesystem.url ../../../filesystem
+  git submodule update ghc_filesystem
+}
+
+build() {
+  cmake -S libretro-play -B build \
+-DCMAKE_BUILD_TYPE=Release \
+

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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 16:21:05
  Author: alucryd
Revision: 776776

upgpkg: libretro-play 5952-1

Modified:
  libretro-play/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 16:21:00 UTC (rev 776775)
+++ PKGBUILD2020-12-16 16:21:05 UTC (rev 776776)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-play
-pkgver=5917
+pkgver=5952
 pkgrel=1
 pkgdesc='Sony PlayStation 2 core'
 arch=(x86_64)
@@ -22,7 +22,7 @@
   git
   libglvnd
 )
-_commit=7295e529a06a2451ed8fac545229c10f4f4a0c78
+_commit=f14334b23de103e2ceb3468825c539d06ba1e1eb
 source=(
   libretro-play::git+https://github.com/jpd002/Play-.git#commit=${_commit}
   play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 16:21:00
  Author: alucryd
Revision: 776775

archrelease: copy trunk to community-x86_64

Added:
  libretro-nestopia/repos/community-x86_64/PKGBUILD
(from rev 776774, libretro-nestopia/trunk/PKGBUILD)
Deleted:
  libretro-nestopia/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 16:20:55 UTC (rev 776774)
+++ PKGBUILD2020-12-16 16:21:00 UTC (rev 776775)
@@ -1,31 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-nestopia
-pkgver=17
-pkgrel=1
-epoch=1
-pkgdesc='Nintendo Entertainment System core'
-arch=(x86_64)
-url=https://github.com/libretro/nestopia
-license=(GPL2)
-groups=(libretro)
-depends=(libretro-core-info)
-makedepends=(git)
-source=(libretro-nestopia::git+https://github.com/libretro/nestopia.git#commit=357e1463a01fe2ca0dd91941aacaaa9944f95e4d)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-nestopia
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-nestopia/libretro
-}
-
-package() {
-  install -Dm 644 libretro-nestopia/libretro/nestopia_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-nestopia/repos/community-x86_64/PKGBUILD (from rev 776774, 
libretro-nestopia/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 16:21:00 UTC (rev 776775)
@@ -0,0 +1,32 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-nestopia
+pkgver=27
+pkgrel=1
+epoch=1
+pkgdesc='Nintendo Entertainment System core'
+arch=(x86_64)
+url=https://github.com/libretro/nestopia
+license=(GPL2)
+groups=(libretro)
+depends=(libretro-core-info)
+makedepends=(git)
+_commit=6685353ce014e081e3e2498e306a2b045bf822b1
+source=(libretro-nestopia::git+https://github.com/libretro/nestopia.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-nestopia
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-nestopia/libretro
+}
+
+package() {
+  install -Dm 644 libretro-nestopia/libretro/nestopia_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 16:20:55
  Author: alucryd
Revision: 776774

upgpkg: libretro-nestopia 1:27-1

Modified:
  libretro-nestopia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 16:15:41 UTC (rev 776773)
+++ PKGBUILD2020-12-16 16:20:55 UTC (rev 776774)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-nestopia
-pkgver=17
+pkgver=27
 pkgrel=1
 epoch=1
 pkgdesc='Nintendo Entertainment System core'
@@ -11,7 +11,8 @@
 groups=(libretro)
 depends=(libretro-core-info)
 makedepends=(git)
-source=(libretro-nestopia::git+https://github.com/libretro/nestopia.git#commit=357e1463a01fe2ca0dd91941aacaaa9944f95e4d)
+_commit=6685353ce014e081e3e2498e306a2b045bf822b1
+source=(libretro-nestopia::git+https://github.com/libretro/nestopia.git#commit=${_commit})
 sha256sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in libretro-mupen64plus-next/repos/community-x86_64 (2 files)

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 16:15:41
  Author: alucryd
Revision: 776773

archrelease: copy trunk to community-x86_64

Added:
  libretro-mupen64plus-next/repos/community-x86_64/PKGBUILD
(from rev 776772, libretro-mupen64plus-next/trunk/PKGBUILD)
Deleted:
  libretro-mupen64plus-next/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 16:15:34 UTC (rev 776772)
+++ PKGBUILD2020-12-16 16:15:41 UTC (rev 776773)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-mupen64plus-next
-pkgver=343
-pkgrel=1
-epoch=1
-pkgdesc='Nintendo 64 core'
-arch=(x86_64)
-url=https://github.com/libretro/mupen64plus-libretro-nx
-license=(GPL2)
-groups=(libretro)
-depends=(
-  gcc-libs
-  glibc
-  libgl
-  libpng
-  libretro-core-info
-  minizip
-  xxhash
-  zlib
-)
-makedepends=(
-  git
-  mesa
-  nasm
-)
-replaces=(libretro-mupen64plus)
-_commit=a6df6b9bfd1b4552bcd27152b791ec6c3df6ffbb
-source=(libretro-mupen64plus-next::git+https://github.com/libretro/mupen64plus-libretro-nx.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-mupen64plus-next
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make \
-WITH_DYNAREC=x86_64 \
-HAVE_PARALLEL_RDP=1 \
-HAVE_PARALLEL_RSP=1 \
-HAVE_THR_AL=1 \
-SYSTEM_LIBPNG=1 \
-SYSTEM_MINIZIP=1 \
-SYSTEM_XXHASH=1 \
-SYSTEM_ZLIB=1 \
--C libretro-mupen64plus-next
-}
-
-package() {
-  install -Dm 644 libretro-mupen64plus-next/mupen64plus_next_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-mupen64plus-next/repos/community-x86_64/PKGBUILD (from rev 
776772, libretro-mupen64plus-next/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 16:15:41 UTC (rev 776773)
@@ -0,0 +1,55 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-mupen64plus-next
+pkgver=343
+pkgrel=1
+epoch=1
+pkgdesc='Nintendo 64 core'
+arch=(x86_64)
+url=https://github.com/libretro/mupen64plus-libretro-nx
+license=(GPL2)
+groups=(libretro)
+depends=(
+  gcc-libs
+  glibc
+  libgl
+  libpng
+  libretro-core-info
+  minizip
+  xxhash
+  zlib
+)
+makedepends=(
+  git
+  mesa
+  nasm
+)
+replaces=(libretro-mupen64plus)
+_commit=a6df6b9bfd1b4552bcd27152b791ec6c3df6ffbb
+source=(libretro-mupen64plus-next::git+https://github.com/libretro/mupen64plus-libretro-nx.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-mupen64plus-next
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make \
+WITH_DYNAREC=x86_64 \
+HAVE_PARALLEL_RDP=1 \
+HAVE_PARALLEL_RSP=1 \
+HAVE_THR_AL=1 \
+SYSTEM_LIBPNG=1 \
+SYSTEM_MINIZIP=1 \
+SYSTEM_XXHASH=1 \
+SYSTEM_ZLIB=1 \
+-C libretro-mupen64plus-next
+}
+
+package() {
+  install -Dm 644 libretro-mupen64plus-next/mupen64plus_next_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 16:15:23
  Author: alucryd
Revision: 776770

archrelease: copy trunk to community-x86_64

Added:
  libretro-melonds/repos/community-x86_64/PKGBUILD
(from rev 776769, libretro-melonds/trunk/PKGBUILD)
Deleted:
  libretro-melonds/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 16:15:17 UTC (rev 776769)
+++ PKGBUILD2020-12-16 16:15:23 UTC (rev 776770)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-melonds
-pkgver=1608
-pkgrel=1
-pkgdesc='Nintendo DS core'
-arch=(x86_64)
-url=https://github.com/libretro/melonDS
-license=(GPL2)
-groups=(libretro)
-depends=(
-  libgl
-  libretro-core-info
-)
-makedepends=(
-  git
-  libglvnd
-)
-_commit=98d0ec3c2f358b9b692eab69e7886ca917506a46
-source=(libretro-melonds::git+https://github.com/libretro/melonDS.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-melonds
-
-  git rev-list --count HEAD
-}
-
-build() {
-  export LDFLAGS="$LDFLAGS -lpthread"
-
-  make -C libretro-melonds
-}
-
-package() {
-  install -Dm 644 libretro-melonds/melonds_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-melonds/repos/community-x86_64/PKGBUILD (from rev 776769, 
libretro-melonds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 16:15:23 UTC (rev 776770)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-melonds
+pkgver=1633
+pkgrel=1
+pkgdesc='Nintendo DS core'
+arch=(x86_64)
+url=https://github.com/libretro/melonDS
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libgl
+  libretro-core-info
+)
+makedepends=(
+  git
+  libglvnd
+)
+_commit=7bbf8e1606697f7591072d05b61fae84e8b49455
+source=(libretro-melonds::git+https://github.com/libretro/melonDS.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-melonds
+
+  git rev-list --count HEAD
+}
+
+build() {
+  export LDFLAGS="$LDFLAGS -lpthread"
+
+  make -C libretro-melonds
+}
+
+package() {
+  install -Dm 644 libretro-melonds/melonds_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 16:15:17
  Author: alucryd
Revision: 776769

upgpkg: libretro-melonds 1633-1

Modified:
  libretro-melonds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 16:04:05 UTC (rev 776768)
+++ PKGBUILD2020-12-16 16:15:17 UTC (rev 776769)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-melonds
-pkgver=1608
+pkgver=1633
 pkgrel=1
 pkgdesc='Nintendo DS core'
 arch=(x86_64)
@@ -16,7 +16,7 @@
   git
   libglvnd
 )
-_commit=98d0ec3c2f358b9b692eab69e7886ca917506a46
+_commit=7bbf8e1606697f7591072d05b61fae84e8b49455
 
source=(libretro-melonds::git+https://github.com/libretro/melonDS.git#commit=${_commit})
 sha256sums=(SKIP)
 


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 16:03:59
  Author: alucryd
Revision: 776767

upgpkg: libretro-gambatte 863-1

Modified:
  libretro-gambatte/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 15:58:52 UTC (rev 776766)
+++ PKGBUILD2020-12-16 16:03:59 UTC (rev 776767)
@@ -2,7 +2,7 @@
 # Contributor: Lauri Niskanen 
 
 pkgname=libretro-gambatte
-pkgver=855
+pkgver=863
 pkgrel=1
 pkgdesc='Nintendo Game Boy/Game Boy Color core'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 groups=(libretro)
 depends=(libretro-core-info)
 makedepends=(git)
-_commit=7279b3f95baf91f2e4f5bb0c6911381b2c67d8c7
+_commit=2caf0e5c35ab41c763874aad976ec37019a3
 
source=(libretro-gambatte::git+https://github.com/libretro/gambatte-libretro.git#commit=${_commit})
 sha256sums=(SKIP)
 


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 16:04:05
  Author: alucryd
Revision: 776768

archrelease: copy trunk to community-x86_64

Added:
  libretro-gambatte/repos/community-x86_64/PKGBUILD
(from rev 776767, libretro-gambatte/trunk/PKGBUILD)
Deleted:
  libretro-gambatte/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 16:03:59 UTC (rev 776767)
+++ PKGBUILD2020-12-16 16:04:05 UTC (rev 776768)
@@ -1,32 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Lauri Niskanen 
-
-pkgname=libretro-gambatte
-pkgver=855
-pkgrel=1
-pkgdesc='Nintendo Game Boy/Game Boy Color core'
-arch=(x86_64)
-url=https://github.com/libretro/gambatte-libretro
-license=(GPL2)
-groups=(libretro)
-depends=(libretro-core-info)
-makedepends=(git)
-_commit=7279b3f95baf91f2e4f5bb0c6911381b2c67d8c7
-source=(libretro-gambatte::git+https://github.com/libretro/gambatte-libretro.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-gambatte
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-gambatte -f Makefile.libretro
-}
-
-package() {
-  install -Dm 644 libretro-gambatte/gambatte_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-gambatte/repos/community-x86_64/PKGBUILD (from rev 776767, 
libretro-gambatte/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 16:04:05 UTC (rev 776768)
@@ -0,0 +1,32 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Lauri Niskanen 
+
+pkgname=libretro-gambatte
+pkgver=863
+pkgrel=1
+pkgdesc='Nintendo Game Boy/Game Boy Color core'
+arch=(x86_64)
+url=https://github.com/libretro/gambatte-libretro
+license=(GPL2)
+groups=(libretro)
+depends=(libretro-core-info)
+makedepends=(git)
+_commit=2caf0e5c35ab41c763874aad976ec37019a3
+source=(libretro-gambatte::git+https://github.com/libretro/gambatte-libretro.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-gambatte
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-gambatte -f Makefile.libretro
+}
+
+package() {
+  install -Dm 644 libretro-gambatte/gambatte_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 15:58:52
  Author: alucryd
Revision: 776766

archrelease: copy trunk to community-x86_64

Added:
  libretro-flycast/repos/community-x86_64/PKGBUILD
(from rev 776765, libretro-flycast/trunk/PKGBUILD)
  libretro-flycast/repos/community-x86_64/libretro-flycast-flags.patch
(from rev 776765, libretro-flycast/trunk/libretro-flycast-flags.patch)
Deleted:
  libretro-flycast/repos/community-x86_64/PKGBUILD
  libretro-flycast/repos/community-x86_64/libretro-flycast-flags.patch

--+
 PKGBUILD |  116 -
 libretro-flycast-flags.patch |   38 ++---
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 15:58:46 UTC (rev 776765)
+++ PKGBUILD2020-12-16 15:58:52 UTC (rev 776766)
@@ -1,58 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-flycast
-pkgver=4280
-pkgrel=1
-pkgdesc='Sega Dreamcast core'
-arch=(x86_64)
-url=https://github.com/libretro/flycast
-license=(GPL2)
-groups=(libretro)
-depends=(
-  libgl
-  libretro-core-info
-  libzip
-  xxhash
-  zlib
-)
-makedepends=(
-  git
-  mesa
-)
-_commit=b7839962a58577cd94992ecfc0f3c6f041b90484
-source=(
-  
libretro-flycast::git+https://github.com/libretro/flycast.git#commit=${_commit}
-  libretro-flycast-flags.patch
-)
-sha256sums=('SKIP'
-'051f6fda81d816a8f8c58748565ba4db73a18d0d788e520dc343839471606709')
-
-pkgver() {
-  cd libretro-flycast
-
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cd libretro-flycast
-
-  patch -Np1 -i ../libretro-flycast-flags.patch
-}
-
-build() {
-  make \
-HAVE_OIT=1 \
-SYSTEM_GLSLANG=0 \
-SYSTEM_LIBCHDR=0 \
-SYSTEM_LIBZIP=1 \
-SYSTEM_PICOTCP=0 \
-SYSTEM_XXHASH=1 \
-SYSTEM_ZLIB=1 \
--C libretro-flycast
-}
-
-package() {
-  install -Dm 644 libretro-flycast/flycast_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-flycast/repos/community-x86_64/PKGBUILD (from rev 776765, 
libretro-flycast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 15:58:52 UTC (rev 776766)
@@ -0,0 +1,58 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-flycast
+pkgver=4288
+pkgrel=1
+pkgdesc='Sega Dreamcast core'
+arch=(x86_64)
+url=https://github.com/libretro/flycast
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libgl
+  libretro-core-info
+  libzip
+  xxhash
+  zlib
+)
+makedepends=(
+  git
+  mesa
+)
+_commit=aeb9e59beb572e856d0c0c199929d50a66d3f7b4
+source=(
+  
libretro-flycast::git+https://github.com/libretro/flycast.git#commit=${_commit}
+  libretro-flycast-flags.patch
+)
+sha256sums=('SKIP'
+'051f6fda81d816a8f8c58748565ba4db73a18d0d788e520dc343839471606709')
+
+pkgver() {
+  cd libretro-flycast
+
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cd libretro-flycast
+
+  patch -Np1 -i ../libretro-flycast-flags.patch
+}
+
+build() {
+  make \
+HAVE_OIT=1 \
+SYSTEM_GLSLANG=0 \
+SYSTEM_LIBCHDR=0 \
+SYSTEM_LIBZIP=1 \
+SYSTEM_PICOTCP=0 \
+SYSTEM_XXHASH=1 \
+SYSTEM_ZLIB=1 \
+-C libretro-flycast
+}
+
+package() {
+  install -Dm 644 libretro-flycast/flycast_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: libretro-flycast-flags.patch
===
--- libretro-flycast-flags.patch2020-12-16 15:58:46 UTC (rev 776765)
+++ libretro-flycast-flags.patch2020-12-16 15:58:52 UTC (rev 776766)
@@ -1,19 +0,0 @@
-diff -rupN libretro-reicast.orig/Makefile libretro-reicast/Makefile
 libretro-reicast.orig/Makefile 2018-10-08 09:46:38.219688904 +0200
-+++ libretro-reicast/Makefile  2018-10-08 09:48:19.840450287 +0200
-@@ -26,12 +26,12 @@ CC_AS= ${CC_PREFIX}as
- 
- MFLAGS   := 
- ASFLAGS  := 
--LDFLAGS  :=
-+LDFLAGS  := ${LDFLAGS}
- LDFLAGS_END :=
- INCFLAGS :=
- LIBS :=
--CFLAGS   := 
--CXXFLAGS :=
-+CFLAGS   := ${CFLAGS}
-+CXXFLAGS := ${CXXFLAGS}
- 
- GIT_VERSION := " $(shell git rev-parse --short HEAD || echo unknown)"
- ifneq ($(GIT_VERSION)," unknown")

Copied: libretro-flycast/repos/community-x86_64/libretro-flycast-flags.patch 
(from rev 776765, libretro-flycast/trunk/libretro-flycast-flags.patch)
===
--- libretro-flycast-flags.patch(rev 0)
+++ libretro-flycast-flags.patch2020-12-16 15:58:52 UTC (rev 776766)
@@ -0,0 +1,19 @@
+diff -rupN libretro-reicast.orig/Makefile libretro-reicast/Makefile
+--- libretro-reicast.orig/Makefile 2018-10-08 09:46:38.219688904 +0200
 libretro-reicast/Makefile  2018-10-08 09:48:19.840450287 +0200
+@@ -26,12 +26,12 @@ CC_AS= ${CC_PREFIX}as
+ 
+ MFLAGS   := 
+ ASFLAGS  := 
+-LDFLAGS  :=
++LDFLAGS  := ${LDFLAGS}
+ 

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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 15:58:46
  Author: alucryd
Revision: 776765

upgpkg: libretro-flycast 4288-1

Modified:
  libretro-flycast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 15:58:41 UTC (rev 776764)
+++ PKGBUILD2020-12-16 15:58:46 UTC (rev 776765)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-flycast
-pkgver=4280
+pkgver=4288
 pkgrel=1
 pkgdesc='Sega Dreamcast core'
 arch=(x86_64)
@@ -19,7 +19,7 @@
   git
   mesa
 )
-_commit=b7839962a58577cd94992ecfc0f3c6f041b90484
+_commit=aeb9e59beb572e856d0c0c199929d50a66d3f7b4
 source=(
   
libretro-flycast::git+https://github.com/libretro/flycast.git#commit=${_commit}
   libretro-flycast-flags.patch


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 15:58:35
  Author: alucryd
Revision: 776763

upgpkg: libretro-desmume 6328-1

Modified:
  libretro-desmume/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 15:58:30 UTC (rev 776762)
+++ PKGBUILD2020-12-16 15:58:35 UTC (rev 776763)
@@ -4,7 +4,7 @@
 # Contributor: almostalive 
 
 pkgname=libretro-desmume
-pkgver=6325
+pkgver=6328
 pkgrel=1
 pkgdesc='Nintendo DS core'
 arch=(x86_64)
@@ -20,7 +20,7 @@
   libpcap
   mesa
 )
-_commit=d9923420d55e8bda61aaa15cb003b498375a2cb6
+_commit=6a137b642008d1496601873f41f67b600deb0c22
 
source=(libretro-desmume::git+https://github.com/libretro/desmume.git#commit=${_commit})
 sha256sums=(SKIP)
 


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 15:58:41
  Author: alucryd
Revision: 776764

archrelease: copy trunk to community-x86_64

Added:
  libretro-desmume/repos/community-x86_64/PKGBUILD
(from rev 776763, libretro-desmume/trunk/PKGBUILD)
Deleted:
  libretro-desmume/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 15:58:35 UTC (rev 776763)
+++ PKGBUILD2020-12-16 15:58:41 UTC (rev 776764)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Johnathan Jenkins 
-# Contributor: prettyvanilla 
-# Contributor: almostalive 
-
-pkgname=libretro-desmume
-pkgver=6325
-pkgrel=1
-pkgdesc='Nintendo DS core'
-arch=(x86_64)
-url=https://github.com/libretro/desmume
-license=(GPL2)
-groups=(libretro)
-depends=(
-  libgl
-  libretro-core-info
-)
-makedepends=(
-  git
-  libpcap
-  mesa
-)
-_commit=d9923420d55e8bda61aaa15cb003b498375a2cb6
-source=(libretro-desmume::git+https://github.com/libretro/desmume.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-desmume
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-desmume/desmume/src/frontend/libretro -f Makefile.libretro
-}
-
-package() {
-  install -Dm 644 
libretro-desmume/desmume/src/frontend/libretro/desmume_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-desmume/repos/community-x86_64/PKGBUILD (from rev 776763, 
libretro-desmume/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 15:58:41 UTC (rev 776764)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Johnathan Jenkins 
+# Contributor: prettyvanilla 
+# Contributor: almostalive 
+
+pkgname=libretro-desmume
+pkgver=6328
+pkgrel=1
+pkgdesc='Nintendo DS core'
+arch=(x86_64)
+url=https://github.com/libretro/desmume
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libgl
+  libretro-core-info
+)
+makedepends=(
+  git
+  libpcap
+  mesa
+)
+_commit=6a137b642008d1496601873f41f67b600deb0c22
+source=(libretro-desmume::git+https://github.com/libretro/desmume.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-desmume
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-desmume/desmume/src/frontend/libretro -f Makefile.libretro
+}
+
+package() {
+  install -Dm 644 
libretro-desmume/desmume/src/frontend/libretro/desmume_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libretro-beetle-supergrafx/repos/community-x86_64 (2 files)

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 15:58:30
  Author: alucryd
Revision: 776762

archrelease: copy trunk to community-x86_64

Added:
  libretro-beetle-supergrafx/repos/community-x86_64/PKGBUILD
(from rev 776761, libretro-beetle-supergrafx/trunk/PKGBUILD)
Deleted:
  libretro-beetle-supergrafx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 15:58:23 UTC (rev 776761)
+++ PKGBUILD2020-12-16 15:58:30 UTC (rev 776762)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-beetle-supergrafx
-pkgver=895
-pkgrel=1
-pkgdesc='NEC SuperGrafx core'
-arch=(x86_64)
-url=https://github.com/libretro/beetle-supergrafx-libretro
-license=(GPL2)
-groups=(libretro)
-depends=(
-  gcc-libs
-  glibc
-  libretro-core-info
-  zlib
-)
-makedepends=(git)
-_commit=ee10a4302763920e39668980b0ea36a7ff7256f4
-source=(libretro-beetle-supergrafx::git+https://github.com/libretro/beetle-supergrafx-libretro.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-beetle-supergrafx
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make \
-SYSTEM_LIBCHDR=0 \
-SYSTEM_ZLIB=1 \
--C libretro-beetle-supergrafx
-}
-
-package() {
-  install -Dm 644 libretro-beetle-supergrafx/mednafen_supergrafx_libretro.so 
-t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-beetle-supergrafx/repos/community-x86_64/PKGBUILD (from rev 
776761, libretro-beetle-supergrafx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 15:58:30 UTC (rev 776762)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-beetle-supergrafx
+pkgver=895
+pkgrel=1
+pkgdesc='NEC SuperGrafx core'
+arch=(x86_64)
+url=https://github.com/libretro/beetle-supergrafx-libretro
+license=(GPL2)
+groups=(libretro)
+depends=(
+  gcc-libs
+  glibc
+  libretro-core-info
+  zlib
+)
+makedepends=(git)
+_commit=ee10a4302763920e39668980b0ea36a7ff7256f4
+source=(libretro-beetle-supergrafx::git+https://github.com/libretro/beetle-supergrafx-libretro.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-beetle-supergrafx
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make \
+SYSTEM_LIBCHDR=0 \
+SYSTEM_ZLIB=1 \
+-C libretro-beetle-supergrafx
+}
+
+package() {
+  install -Dm 644 libretro-beetle-supergrafx/mednafen_supergrafx_libretro.so 
-t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libretro-beetle-psx/trunk (PKGBUILD)

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 15:58:17
  Author: alucryd
Revision: 776760

upgpkg: libretro-beetle-psx 2483-1

Modified:
  libretro-beetle-psx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 15:58:08 UTC (rev 776759)
+++ PKGBUILD2020-12-16 15:58:17 UTC (rev 776760)
@@ -5,7 +5,7 @@
   libretro-beetle-psx
   libretro-beetle-psx-hw
 )
-pkgver=2481
+pkgver=2483
 pkgrel=1
 pkgdesc='Sony PlayStation core'
 arch=(x86_64)
@@ -22,7 +22,7 @@
   mesa
   vulkan-icd-loader
 )
-_commit=91f34cf86467a704989359d8c5a4f065db2d5610
+_commit=26f64dd89ef963dc2283bdc7d17e5e60a69ff5de
 
source=(libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit})
 sha256sums=(SKIP)
 


[arch-commits] Commit in libretro-beetle-psx/repos/community-x86_64 (2 files)

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 15:58:23
  Author: alucryd
Revision: 776761

archrelease: copy trunk to community-x86_64

Added:
  libretro-beetle-psx/repos/community-x86_64/PKGBUILD
(from rev 776760, libretro-beetle-psx/trunk/PKGBUILD)
Deleted:
  libretro-beetle-psx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 15:58:17 UTC (rev 776760)
+++ PKGBUILD2020-12-16 15:58:23 UTC (rev 776761)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgbase=libretro-beetle-psx
-pkgname=(
-  libretro-beetle-psx
-  libretro-beetle-psx-hw
-)
-pkgver=2481
-pkgrel=1
-pkgdesc='Sony PlayStation core'
-arch=(x86_64)
-url=https://github.com/libretro/beetle-psx-libretro
-license=(GPL2)
-groups=(libretro)
-depends=(
-  libretro-core-info
-  zlib
-)
-makedepends=(
-  git
-  libglvnd
-  mesa
-  vulkan-icd-loader
-)
-_commit=91f34cf86467a704989359d8c5a4f065db2d5610
-source=(libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-beetle-psx
-
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cp -r libretro-beetle-psx{,-hw}
-}
-
-build() {
-  make \
-HAVE_LIGHTREC=1 \
-SYSTEM_LIBCHDR=0 \
-SYSTEM_ZLIB=1 \
--C libretro-beetle-psx
-  make \
-HAVE_HW=1 \
-HAVE_LIGHTREC=1 \
-SYSTEM_LIBCHDR=0 \
-SYSTEM_ZLIB=1 \
--C libretro-beetle-psx-hw
-}
-
-package_libretro-beetle-psx() {
-  install -Dm 644 libretro-beetle-psx/mednafen_psx_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-package_libretro-beetle-psx-hw() {
-  depends+=(libgl)
-
-  install -Dm 644 libretro-beetle-psx-hw/mednafen_psx_hw_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-beetle-psx/repos/community-x86_64/PKGBUILD (from rev 776760, 
libretro-beetle-psx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 15:58:23 UTC (rev 776761)
@@ -0,0 +1,63 @@
+# Maintainer: Maxime Gauduin 
+
+pkgbase=libretro-beetle-psx
+pkgname=(
+  libretro-beetle-psx
+  libretro-beetle-psx-hw
+)
+pkgver=2483
+pkgrel=1
+pkgdesc='Sony PlayStation core'
+arch=(x86_64)
+url=https://github.com/libretro/beetle-psx-libretro
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libretro-core-info
+  zlib
+)
+makedepends=(
+  git
+  libglvnd
+  mesa
+  vulkan-icd-loader
+)
+_commit=26f64dd89ef963dc2283bdc7d17e5e60a69ff5de
+source=(libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-beetle-psx
+
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cp -r libretro-beetle-psx{,-hw}
+}
+
+build() {
+  make \
+HAVE_LIGHTREC=1 \
+SYSTEM_LIBCHDR=0 \
+SYSTEM_ZLIB=1 \
+-C libretro-beetle-psx
+  make \
+HAVE_HW=1 \
+HAVE_LIGHTREC=1 \
+SYSTEM_LIBCHDR=0 \
+SYSTEM_ZLIB=1 \
+-C libretro-beetle-psx-hw
+}
+
+package_libretro-beetle-psx() {
+  install -Dm 644 libretro-beetle-psx/mednafen_psx_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+package_libretro-beetle-psx-hw() {
+  depends+=(libgl)
+
+  install -Dm 644 libretro-beetle-psx-hw/mednafen_psx_hw_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libretro-beetle-pce-fast/repos/community-x86_64 (2 files)

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 15:58:08
  Author: alucryd
Revision: 776759

archrelease: copy trunk to community-x86_64

Added:
  libretro-beetle-pce-fast/repos/community-x86_64/PKGBUILD
(from rev 776758, libretro-beetle-pce-fast/trunk/PKGBUILD)
Deleted:
  libretro-beetle-pce-fast/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 15:58:03 UTC (rev 776758)
+++ PKGBUILD2020-12-16 15:58:08 UTC (rev 776759)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-beetle-pce-fast
-pkgver=1087
-pkgrel=1
-pkgdesc='NEC PC Engine/CD core'
-arch=(x86_64)
-url=https://github.com/libretro/beetle-pce-fast-libretro
-license=(GPL2)
-groups=(libretro)
-depends=(
-  gcc-libs
-  glibc
-  libretro-core-info
-  zlib
-)
-makedepends=(git)
-_commit=1492251aedc3c7dac93d22d80c7d6cc8872e3636
-source=(libretro-beetle-pce-fast::git+https://github.com/libretro/beetle-pce-fast-libretro.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-beetle-pce-fast
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make \
-SYSTEM_LIBCHDR=0 \
-SYSTEM_ZLIB=1 \
--C libretro-beetle-pce-fast
-}
-
-package() {
-  install -Dm 644 libretro-beetle-pce-fast/mednafen_pce_fast_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-beetle-pce-fast/repos/community-x86_64/PKGBUILD (from rev 
776758, libretro-beetle-pce-fast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 15:58:08 UTC (rev 776759)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-beetle-pce-fast
+pkgver=1094
+pkgrel=1
+pkgdesc='NEC PC Engine/CD core'
+arch=(x86_64)
+url=https://github.com/libretro/beetle-pce-fast-libretro
+license=(GPL2)
+groups=(libretro)
+depends=(
+  gcc-libs
+  glibc
+  libretro-core-info
+  zlib
+)
+makedepends=(git)
+_commit=3fd64667282a704af1b58142fabb3831e4101bbd
+source=(libretro-beetle-pce-fast::git+https://github.com/libretro/beetle-pce-fast-libretro.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-beetle-pce-fast
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make \
+SYSTEM_LIBCHDR=0 \
+SYSTEM_ZLIB=1 \
+-C libretro-beetle-pce-fast
+}
+
+package() {
+  install -Dm 644 libretro-beetle-pce-fast/mednafen_pce_fast_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libretro-beetle-pce-fast/trunk (PKGBUILD)

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 15:58:03
  Author: alucryd
Revision: 776758

upgpkg: libretro-beetle-pce-fast 1094-1

Modified:
  libretro-beetle-pce-fast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 15:57:56 UTC (rev 776757)
+++ PKGBUILD2020-12-16 15:58:03 UTC (rev 776758)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-beetle-pce-fast
-pkgver=1087
+pkgver=1094
 pkgrel=1
 pkgdesc='NEC PC Engine/CD core'
 arch=(x86_64)
@@ -15,7 +15,7 @@
   zlib
 )
 makedepends=(git)
-_commit=1492251aedc3c7dac93d22d80c7d6cc8872e3636
+_commit=3fd64667282a704af1b58142fabb3831e4101bbd
 
source=(libretro-beetle-pce-fast::git+https://github.com/libretro/beetle-pce-fast-libretro.git#commit=${_commit})
 sha256sums=(SKIP)
 


[arch-commits] Commit in libretro-beetle-pce/repos/community-x86_64 (2 files)

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 15:57:56
  Author: alucryd
Revision: 776757

archrelease: copy trunk to community-x86_64

Added:
  libretro-beetle-pce/repos/community-x86_64/PKGBUILD
(from rev 776756, libretro-beetle-pce/trunk/PKGBUILD)
Deleted:
  libretro-beetle-pce/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 15:36:23 UTC (rev 776756)
+++ PKGBUILD2020-12-16 15:57:56 UTC (rev 776757)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-beetle-pce
-pkgver=1058
-pkgrel=1
-pkgdesc='NEC PC Engine/SuperGrafx/CD core'
-arch=(x86_64)
-url=https://github.com/libretro/beetle-pce-libretro
-license=(GPL2)
-groups=(libretro)
-depends=(
-  gcc-libs
-  glibc
-  libretro-core-info
-  zlib
-)
-makedepends=(git)
-_commit=6826327d987f89bd4970aea2318c0bdd4533373b
-source=(libretro-beetle-pce::git+https://github.com/libretro/beetle-pce-libretro.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-beetle-pce
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make \
-SYSTEM_LIBCHDR=0 \
-SYSTEM_ZLIB=1 \
--C libretro-beetle-pce
-}
-
-package() {
-  install -Dm 644 libretro-beetle-pce/mednafen_pce_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-beetle-pce/repos/community-x86_64/PKGBUILD (from rev 776756, 
libretro-beetle-pce/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 15:57:56 UTC (rev 776757)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-beetle-pce
+pkgver=1058
+pkgrel=1
+pkgdesc='NEC PC Engine/SuperGrafx/CD core'
+arch=(x86_64)
+url=https://github.com/libretro/beetle-pce-libretro
+license=(GPL2)
+groups=(libretro)
+depends=(
+  gcc-libs
+  glibc
+  libretro-core-info
+  zlib
+)
+makedepends=(git)
+_commit=6826327d987f89bd4970aea2318c0bdd4533373b
+source=(libretro-beetle-pce::git+https://github.com/libretro/beetle-pce-libretro.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-beetle-pce
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make \
+SYSTEM_LIBCHDR=0 \
+SYSTEM_ZLIB=1 \
+-C libretro-beetle-pce
+}
+
+package() {
+  install -Dm 644 libretro-beetle-pce/mednafen_pce_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 13:34:59
  Author: alucryd
Revision: 776691

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 13:34:53 UTC (rev 776690)
+++ PKGBUILD2020-12-16 13:34:59 UTC (rev 776691)
@@ -1,59 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: jtts 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-# Contributor: Franco Tortoriello 
-# Contributor: josephgbr 
-
-pkgname=lib32-libtirpc
-pkgver=1.2.6
-pkgrel=1
-pkgdesc='Transport Independent RPC library (SunRPC replacement)'
-arch=(x86_64)
-url=http://libtirpc.sourceforge.net/
-license=(BSD)
-depends=(
-  lib32-krb5
-  libtirpc
-)
-makedepends=(git)
-source=(git://git.linux-nfs.org/projects/steved/libtirpc.git#tag=60467de3c1207a1e1a37694b6c13ae5cf3b459aa)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libtirpc
-
-  git describe --tags | sed 's/^libtirpc-//; s/-/./g'
-}
-
-prepare() {
-  cd libtirpc
-
-  chmod +x autogen.sh
-  ./autogen.sh
-}
-
-build() {
-  cd libtirpc
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib32 \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd libtirpc
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/{etc,usr/{include,share}}
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libtirpc "${pkgdir}"/usr/share/licenses/lib32-libtirpc
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libtirpc/repos/multilib-x86_64/PKGBUILD (from rev 776690, 
lib32-libtirpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 13:34:59 UTC (rev 776691)
@@ -0,0 +1,60 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+# Contributor: Franco Tortoriello 
+# Contributor: josephgbr 
+
+pkgname=lib32-libtirpc
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='Transport Independent RPC library (SunRPC replacement)'
+arch=(x86_64)
+url=http://libtirpc.sourceforge.net/
+license=(BSD)
+depends=(
+  lib32-krb5
+  libtirpc
+)
+makedepends=(git)
+_tag=70be47354154ea32e12af6dd9252fdc5c5e27815
+source=(git://git.linux-nfs.org/projects/steved/libtirpc.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libtirpc
+
+  git describe --tags | sed 's/^libtirpc-//; s/-/./g'
+}
+
+prepare() {
+  cd libtirpc
+
+  chmod +x autogen.sh
+  ./autogen.sh
+}
+
+build() {
+  cd libtirpc
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd libtirpc
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/{include,share}}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libtirpc "${pkgdir}"/usr/share/licenses/lib32-libtirpc
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 13:34:53
  Author: alucryd
Revision: 776690

upgpkg: lib32-libtirpc 1.3.1-1

Modified:
  lib32-libtirpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 13:33:34 UTC (rev 776689)
+++ PKGBUILD2020-12-16 13:34:53 UTC (rev 776690)
@@ -6,7 +6,7 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-libtirpc
-pkgver=1.2.6
+pkgver=1.3.1
 pkgrel=1
 pkgdesc='Transport Independent RPC library (SunRPC replacement)'
 arch=(x86_64)
@@ -17,7 +17,8 @@
   libtirpc
 )
 makedepends=(git)
-source=(git://git.linux-nfs.org/projects/steved/libtirpc.git#tag=60467de3c1207a1e1a37694b6c13ae5cf3b459aa)
+_tag=70be47354154ea32e12af6dd9252fdc5c5e27815
+source=(git://git.linux-nfs.org/projects/steved/libtirpc.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 13:33:34
  Author: alucryd
Revision: 776689

archrelease: copy trunk to community-any

Added:
  home-assistant/repos/community-any/PKGBUILD
(from rev 776688, home-assistant/trunk/PKGBUILD)
  home-assistant/repos/community-any/home-assistant-astral2.2.patch
(from rev 776688, home-assistant/trunk/home-assistant-astral2.2.patch)
  home-assistant/repos/community-any/home-assistant.service
(from rev 776688, home-assistant/trunk/home-assistant.service)
Deleted:
  home-assistant/repos/community-any/PKGBUILD
  home-assistant/repos/community-any/home-assistant-astral2.2.patch
  home-assistant/repos/community-any/home-assistant.service

+
 PKGBUILD   |  184 ++--
 home-assistant-astral2.2.patch |  564 +++
 home-assistant.service |   56 +--
 3 files changed, 402 insertions(+), 402 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 13:33:26 UTC (rev 776688)
+++ PKGBUILD2020-12-16 13:33:34 UTC (rev 776689)
@@ -1,92 +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=0.118.5
-pkgrel=1
-arch=(any)
-url=https://home-assistant.io/
-license=(APACHE)
-depends=(
-  gcc
-  python-aiohttp
-  python-aiohttp-cors
-  python-astral
-  python-async-timeout
-  python-attrs
-  python-bcrypt
-  python-certifi
-  python-ciso8601
-  python-cryptography
-  python-defusedxml
-  python-httpx
-  python-jinja
-  python-mutagen
-  python-pillow
-  python-pip
-  python-pyjwt
-  python-pytz
-  python-requests
-  python-ruamel-yaml
-  python-slugify
-  python-sqlalchemy
-  python-voluptuous
-  python-voluptuous-serialize
-  python-yaml
-  python-yarl
-  python-zeroconf
-)
-makedepends=(
-  git
-  python-setuptools
-)
-optdepends=(
-  'net-tools: Nmap host discovery'
-  'openzwave: Z-Wave integration'
-  'python-dtlssocket: Ikea Tradfri integration'
-  'python-lxml: Meteo France integration'
-)
-_tag=7130b7a4b7d876151d2edc55e83486b84f017ebf
-source=(
-  git+https://github.com/home-assistant/home-assistant.git#tag=${_tag}
-  home-assistant.service
-  home-assistant-astral2.2.patch
-)
-b2sums=('SKIP'
-
'0df7bbfdac09e37294ac27567e677855c72d13be3aefbd23e0a8f101cf2148302affbe9b6b586b893f77fc990f665d7b95f4916583680c06abd8f74b5cdf3da9'
-
'e2e4c8f4c20932d6f10812ed06a30234de8c6c9b364c8ea98976d1b7546256d7917a2d4649da3c9880f7e542ec161f91295f11cd15f77f21100822aacb9b0753')
-
-pkgver() {
-  cd home-assistant
-
-  git describe --tags
-}
-
-prepare() {
-  cd home-assistant
-
-  patch -Np1 -i ../home-assistant-astral2.2.patch
-
-  # lift hard dep constraints, we'll deal with breaking changes ourselves
-  sed 's/==/>=/g' -i setup.py homeassistant/package_constraints.txt
-}
-
-build() {
-  cd home-assistant
-
-  python setup.py build
-}
-
-package() {
-  cd home-assistant
-
-  python setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1 
--skip-build
-
-  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 776688, 
home-assistant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 13:33:34 UTC (rev 776689)
@@ -0,0 +1,92 @@
+# 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=2020.12.0
+pkgrel=1
+arch=(any)
+url=https://home-assistant.io/
+license=(APACHE)
+depends=(
+  gcc
+  python-aiohttp
+  python-aiohttp-cors
+  python-astral
+  python-async-timeout
+  python-attrs
+  python-bcrypt
+  python-certifi
+  python-ciso8601
+  python-cryptography
+  python-defusedxml
+  python-httpx
+  python-jinja
+  python-mutagen
+  python-pillow
+  python-pip
+  python-pyjwt
+  python-pytz
+  python-requests
+  python-ruamel-yaml
+  python-slugify
+  python-sqlalchemy
+  python-voluptuous
+  python-voluptuous-serialize
+  python-yaml
+  python-yarl
+  python-zeroconf
+)
+makedepends=(
+  git
+  python-setuptools
+)
+optdepends=(
+  'net-tools: Nmap host discovery'
+  'openzwave: Z-Wave integration'
+  'python-dtlssocket: Ikea Tradfri integration'
+  'python-lxml: Meteo France integration'
+)
+_tag=3600dec6e0da53a34e6b0629c622e1016bc6bae9
+source=(
+  git+https://github.com/home-assistant/home-assistant.git#tag=${_tag}
+  home-assistant.service
+  home-assistant-astral2.2.patch
+)
+b2sums=('SKIP'
+

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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 13:33:26
  Author: alucryd
Revision: 776688

upgpkg: home-assistant 2020.12.0-1

Modified:
  home-assistant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 13:24:44 UTC (rev 776687)
+++ PKGBUILD2020-12-16 13:33:26 UTC (rev 776688)
@@ -6,7 +6,7 @@
 
 pkgname=home-assistant
 pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=0.118.5
+pkgver=2020.12.0
 pkgrel=1
 arch=(any)
 url=https://home-assistant.io/
@@ -50,7 +50,7 @@
   'python-dtlssocket: Ikea Tradfri integration'
   'python-lxml: Meteo France integration'
 )
-_tag=7130b7a4b7d876151d2edc55e83486b84f017ebf
+_tag=3600dec6e0da53a34e6b0629c622e1016bc6bae9
 source=(
   git+https://github.com/home-assistant/home-assistant.git#tag=${_tag}
   home-assistant.service


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 13:24:44
  Author: alucryd
Revision: 776687

archrelease: copy trunk to community-x86_64

Added:
  pcsx2/repos/community-x86_64/PKGBUILD
(from rev 776686, pcsx2/trunk/PKGBUILD)
Deleted:
  pcsx2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 13:24:38 UTC (rev 776686)
+++ PKGBUILD2020-12-16 13:24:44 UTC (rev 776687)
@@ -1,90 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-# Contributor: vEX 
-
-pkgname=pcsx2
-pkgver=1.7.0.r655.16d33f896
-pkgrel=1
-pkgdesc='A Sony PlayStation 2 emulator'
-arch=(x86_64)
-url=https://www.pcsx2.net
-license=(
-  GPL2
-  GPL3
-  LGPL2.1
-  LGPL3
-)
-depends=(
-  gdk-pixbuf2
-  glibc
-  libaio
-  libasound.so
-  libfmt.so
-  libfreetype.so
-  libgdk-3.so
-  libgio-2.0.so
-  libgl
-  libGLEW.so
-  libglib-2.0.so
-  libgobject-2.0.so
-  libgtk-3.so
-  libpcap
-  libpng
-  libportaudio.so
-  libpulse.so
-  libudev.so
-  libx11
-  libxcb
-  libxml2
-  libyaml-cpp.so
-  sdl2
-  soundtouch
-  wxgtk3
-  wxgtk-common
-  xz
-  zlib
-)
-makedepends=(
-  cmake
-  git
-  ninja
-  png++
-)
-_commit=16d33f896054333e00fbb3fd65b697f24c97b774
-source=(git+https://github.com/PCSX2/pcsx2.git#commit=${_commit})
-b2sums=(SKIP)
-
-pkgver() {
-  cd pcsx2
-
-  git describe --tags | sed 's/^v//; s/-dev//; s/-/.r/; s/-g/./'
-}
-
-build() {
-  cmake -S pcsx2 -B build -G Ninja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DDOC_DIR=/usr/share/doc/pcsx2 \
--DGAMEINDEX_DIR=/usr/share/pcsx2 \
--DPLUGIN_DIR=/usr/lib/pcsx2 \
--DDISABLE_ADVANCE_SIMD=ON \
--DDISABLE_BUILD_DATE=ON \
--DDISABLE_PCSX2_WRAPPER=ON \
--DENABLE_TESTS=OFF \
--DEXTRA_PLUGINS=ON \
--DSDL2_API=ON \
--DPACKAGE_MODE=ON \
--DREBUILD_SHADER=ON \
--DUSE_LTO=OFF \
--DUSE_VTUNE=OFF \
--DXDG_STD=ON \
--DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
--Wno-dev
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pcsx2/repos/community-x86_64/PKGBUILD (from rev 776686, 
pcsx2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 13:24:44 UTC (rev 776687)
@@ -0,0 +1,91 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+# Contributor: vEX 
+
+pkgname=pcsx2
+pkgver=1.7.0.r686.03445d0b5
+pkgrel=1
+pkgdesc='A Sony PlayStation 2 emulator'
+arch=(x86_64)
+url=https://www.pcsx2.net
+license=(
+  GPL2
+  GPL3
+  LGPL2.1
+  LGPL3
+)
+depends=(
+  gdk-pixbuf2
+  glibc
+  libaio
+  libasound.so
+  libfmt.so
+  libfreetype.so
+  libgdk-3.so
+  libgio-2.0.so
+  libgl
+  libGLEW.so
+  libglib-2.0.so
+  libgobject-2.0.so
+  libgtk-3.so
+  libpcap
+  libpng
+  libportaudio.so
+  libpulse.so
+  libudev.so
+  libx11
+  libxcb
+  libxml2
+  libyaml-cpp.so
+  sdl2
+  soundtouch
+  wxgtk3
+  wxgtk-common
+  xz
+  zlib
+)
+makedepends=(
+  cmake
+  git
+  ninja
+  png++
+)
+_commit=03445d0b553fc5a8275e5df91fe004a5e10607a2
+source=(git+https://github.com/PCSX2/pcsx2.git#commit=${_commit})
+b2sums=(SKIP)
+
+pkgver() {
+  cd pcsx2
+
+  git describe --tags | sed 's/^v//; s/-dev//; s/-/.r/; s/-g/./'
+}
+
+build() {
+  cmake -S pcsx2 -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DDOC_DIR=/usr/share/doc/pcsx2 \
+-DGAMEINDEX_DIR=/usr/share/pcsx2 \
+-DPLUGIN_DIR=/usr/lib/pcsx2 \
+-DDISABLE_ADVANCE_SIMD=ON \
+-DDISABLE_BUILD_DATE=ON \
+-DDISABLE_PCSX2_WRAPPER=ON \
+-DENABLE_TESTS=OFF \
+-DEXTRA_PLUGINS=ON \
+-DSDL2_API=ON \
+-DPACKAGE_MODE=ON \
+-DREBUILD_SHADER=ON \
+-DUSE_LTO=OFF \
+-DUSE_SYSTEM_YAML=ON \
+-DUSE_VTUNE=OFF \
+-DXDG_STD=ON \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
+-Wno-dev
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 13:24:38
  Author: alucryd
Revision: 776686

upgpkg: pcsx2 1.7.0.r686.03445d0b5-1

Modified:
  pcsx2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 13:24:22 UTC (rev 776685)
+++ PKGBUILD2020-12-16 13:24:38 UTC (rev 776686)
@@ -3,7 +3,7 @@
 # Contributor: vEX 
 
 pkgname=pcsx2
-pkgver=1.7.0.r655.16d33f896
+pkgver=1.7.0.r686.03445d0b5
 pkgrel=1
 pkgdesc='A Sony PlayStation 2 emulator'
 arch=(x86_64)
@@ -50,7 +50,7 @@
   ninja
   png++
 )
-_commit=16d33f896054333e00fbb3fd65b697f24c97b774
+_commit=03445d0b553fc5a8275e5df91fe004a5e10607a2
 source=(git+https://github.com/PCSX2/pcsx2.git#commit=${_commit})
 b2sums=(SKIP)
 
@@ -76,6 +76,7 @@
 -DPACKAGE_MODE=ON \
 -DREBUILD_SHADER=ON \
 -DUSE_LTO=OFF \
+-DUSE_SYSTEM_YAML=ON \
 -DUSE_VTUNE=OFF \
 -DXDG_STD=ON \
 -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 13:24:22
  Author: alucryd
Revision: 776685

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 13:24:17 UTC (rev 776684)
+++ PKGBUILD2020-12-16 13:24:22 UTC (rev 776685)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-quart
-pkgver=0.14.0
-pkgrel=1
-pkgdesc='A Python ASGI web microframework with the same API as Flask'
-url=https://gitlab.com/pgjones/quart
-arch=(any)
-license=(MIT)
-depends=(
-  hypercorn
-  python-aiofiles
-  python-blinker
-  python-click
-  python-itsdangerous
-  python-jinja
-  python-toml
-  python-werkzeug
-)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-asynctest
-  python-distlib
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-cov
-  python-pytest-sugar
-  python-tox
-)
-_tag=97349f2e2cefbc2f1a09d6509066bb034bd368d9
-source=(git+https://gitlab.com/pgjones/quart.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd quart
-
-  git describe --tags
-}
-
-build() {
-  cd quart
-
-  python setup.py build
-}
-
-check() {
-  cd quart
-
-  tox -e py39
-}
-
-package() {
-  cd quart
-
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-quart/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-quart/repos/community-any/PKGBUILD (from rev 776684, 
python-quart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 13:24:22 UTC (rev 776685)
@@ -0,0 +1,63 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-quart
+pkgver=0.14.1
+pkgrel=1
+pkgdesc='A Python ASGI web microframework with the same API as Flask'
+url=https://gitlab.com/pgjones/quart
+arch=(any)
+license=(MIT)
+depends=(
+  hypercorn
+  python-aiofiles
+  python-blinker
+  python-click
+  python-itsdangerous
+  python-jinja
+  python-toml
+  python-werkzeug
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-asynctest
+  python-distlib
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-cov
+  python-pytest-sugar
+  python-tox
+)
+_tag=f6709c6082a3cab9dffdcd937122f4d65a5990f7
+source=(git+https://gitlab.com/pgjones/quart.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd quart
+
+  git describe --tags
+}
+
+build() {
+  cd quart
+
+  python setup.py build
+}
+
+check() {
+  cd quart
+
+  tox -e py39
+}
+
+package() {
+  cd quart
+
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-quart/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 13:24:17
  Author: alucryd
Revision: 776684

upgpkg: python-quart 0.14.1-1

Modified:
  python-quart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 13:23:50 UTC (rev 776683)
+++ PKGBUILD2020-12-16 13:24:17 UTC (rev 776684)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-quart
-pkgver=0.14.0
+pkgver=0.14.1
 pkgrel=1
 pkgdesc='A Python ASGI web microframework with the same API as Flask'
 url=https://gitlab.com/pgjones/quart
@@ -31,7 +31,7 @@
   python-pytest-sugar
   python-tox
 )
-_tag=97349f2e2cefbc2f1a09d6509066bb034bd368d9
+_tag=f6709c6082a3cab9dffdcd937122f4d65a5990f7
 source=(git+https://gitlab.com/pgjones/quart.git#tag=${_tag})
 sha256sums=(SKIP)
 


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 13:23:50
  Author: alucryd
Revision: 776683

archrelease: copy trunk to community-any

Added:
  retroarch-assets/repos/community-any/PKGBUILD
(from rev 776682, retroarch-assets/trunk/PKGBUILD)
Deleted:
  retroarch-assets/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 13:23:44 UTC (rev 776682)
+++ PKGBUILD2020-12-16 13:23:50 UTC (rev 776683)
@@ -1,54 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgbase=retroarch-assets
-pkgname=(
-  retroarch-assets-glui
-  retroarch-assets-ozone
-  retroarch-assets-xmb
-)
-pkgver=346
-pkgrel=1
-epoch=1
-pkgdesc='XMB menu assets for RetroArch'
-arch=(any)
-url=http://www.libretro.com/
-license=(GPL)
-groups=(libretro)
-depends=(retroarch)
-makedepends=(git)
-_commit=133b63e159ed80759f96e7ce9392ffbc4f13e3c2
-source=(git+https://github.com/libretro/retroarch-assets.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd retroarch-assets
-
-  git rev-list --count HEAD
-}
-
-package_retroarch-assets-glui() {
-  depends+=(retroarch-assets-xmb)
-
-  cd retroarch-assets
-
-  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
-  cp -dr --no-preserve=ownership glui "${pkgdir}"/usr/share/retroarch/assets/
-}
-
-package_retroarch-assets-ozone() {
-  depends+=(retroarch-assets-xmb)
-
-  cd retroarch-assets
-
-  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
-  cp -dr --no-preserve=ownership ozone "${pkgdir}"/usr/share/retroarch/assets/
-}
-
-package_retroarch-assets-xmb() {
-  cd retroarch-assets
-
-  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
-  cp -dr --no-preserve=ownership xmb "${pkgdir}"/usr/share/retroarch/assets/
-}
-
-# vim: ts=2 sw=2 et:

Copied: retroarch-assets/repos/community-any/PKGBUILD (from rev 776682, 
retroarch-assets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 13:23:50 UTC (rev 776683)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin 
+
+pkgbase=retroarch-assets
+pkgname=(
+  retroarch-assets-glui
+  retroarch-assets-ozone
+  retroarch-assets-xmb
+)
+pkgver=350
+pkgrel=1
+epoch=1
+pkgdesc='XMB menu assets for RetroArch'
+arch=(any)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(retroarch)
+makedepends=(git)
+_commit=bfd55ece0ec26da539e5dda2010978fe345e6fee
+source=(git+https://github.com/libretro/retroarch-assets.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd retroarch-assets
+
+  git rev-list --count HEAD
+}
+
+package_retroarch-assets-glui() {
+  depends+=(retroarch-assets-xmb)
+
+  cd retroarch-assets
+
+  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
+  cp -dr --no-preserve=ownership glui "${pkgdir}"/usr/share/retroarch/assets/
+}
+
+package_retroarch-assets-ozone() {
+  depends+=(retroarch-assets-xmb)
+
+  cd retroarch-assets
+
+  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
+  cp -dr --no-preserve=ownership ozone "${pkgdir}"/usr/share/retroarch/assets/
+}
+
+package_retroarch-assets-xmb() {
+  cd retroarch-assets
+
+  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
+  cp -dr --no-preserve=ownership xmb "${pkgdir}"/usr/share/retroarch/assets/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 13:23:44
  Author: alucryd
Revision: 776682

upgpkg: retroarch-assets 1:350-1

Modified:
  retroarch-assets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 13:17:17 UTC (rev 776681)
+++ PKGBUILD2020-12-16 13:23:44 UTC (rev 776682)
@@ -6,7 +6,7 @@
   retroarch-assets-ozone
   retroarch-assets-xmb
 )
-pkgver=346
+pkgver=350
 pkgrel=1
 epoch=1
 pkgdesc='XMB menu assets for RetroArch'
@@ -16,7 +16,7 @@
 groups=(libretro)
 depends=(retroarch)
 makedepends=(git)
-_commit=133b63e159ed80759f96e7ce9392ffbc4f13e3c2
+_commit=bfd55ece0ec26da539e5dda2010978fe345e6fee
 source=(git+https://github.com/libretro/retroarch-assets.git#commit=${_commit})
 sha256sums=(SKIP)
 


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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 13:22:46
  Author: alucryd
Revision: 404392

archrelease: copy trunk to extra-x86_64

Added:
  tomcat-native/repos/extra-x86_64/PKGBUILD
(from rev 404391, tomcat-native/trunk/PKGBUILD)
  tomcat-native/repos/extra-x86_64/tomcat-native-buildconf.patch
(from rev 404391, tomcat-native/trunk/tomcat-native-buildconf.patch)
Deleted:
  tomcat-native/repos/extra-x86_64/PKGBUILD
  tomcat-native/repos/extra-x86_64/tomcat-native-buildconf.patch

---+
 PKGBUILD  |  118 
 tomcat-native-buildconf.patch |   24 
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 13:22:40 UTC (rev 404391)
+++ PKGBUILD2020-12-16 13:22:46 UTC (rev 404392)
@@ -1,59 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Guillaume Alaux 
-# Contributor: Vitaliy Berdinskikh 
-
-pkgname=tomcat-native
-pkgver=1.2.25
-pkgrel=1
-pkgdesc='Optional component for Tomcat to use certain native resources for 
performance, compatibility'
-arch=(x86_64)
-url=https://tomcat.apache.org/native-doc/
-license=(APACHE)
-depends=(apr)
-makedepends=(
-  git
-  java-environment
-  python
-)
-options=(!emptydirs)
-_tag=a94590ec2a5e40b168a9494144125a52f41ed0b2
-source=(
-  git+https://github.com/apache/tomcat-native.git#tag=${_tag}
-  tomcat-native-buildconf.patch
-)
-b2sums=(
-  SKIP
-  
d3603079626b908644331c193452088ef3ce89e92c775c60b232d16d04b8c49d40106d55c76f81c87daea93d335868140df0046c7102796d92b08431ac8749a4
-)
-
-pkgver() {
-  cd tomcat-native
-
-  git describe --tags
-}
-
-prepare() {
-  cd tomcat-native/native
-
-  patch -Np2 -i ../../tomcat-native-buildconf.patch
-  automake --add-missing --copy --force-missing || true
-  ./buildconf \
---with-apr=/usr/share/apr-1
-}
-
-build() {
-  cd tomcat-native/native
-
-  ./configure \
---prefix=/usr \
---with-apr=/usr/bin/apr-1-config \
---with-java-home=/usr/lib/jvm/default \
---with-ssl=/usr
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C tomcat-native/native install
-}
-
-# vim: ts=2 sw=2 et:

Copied: tomcat-native/repos/extra-x86_64/PKGBUILD (from rev 404391, 
tomcat-native/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 13:22:46 UTC (rev 404392)
@@ -0,0 +1,59 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Guillaume Alaux 
+# Contributor: Vitaliy Berdinskikh 
+
+pkgname=tomcat-native
+pkgver=1.2.26
+pkgrel=1
+pkgdesc='Optional component for Tomcat to use certain native resources for 
performance, compatibility'
+arch=(x86_64)
+url=https://tomcat.apache.org/native-doc/
+license=(APACHE)
+depends=(apr)
+makedepends=(
+  git
+  java-environment
+  python
+)
+options=(!emptydirs)
+_tag=64fafd13032afb34690e3c3343b6f614f04b2660
+source=(
+  git+https://github.com/apache/tomcat-native.git#tag=${_tag}
+  tomcat-native-buildconf.patch
+)
+b2sums=(
+  SKIP
+  
d3603079626b908644331c193452088ef3ce89e92c775c60b232d16d04b8c49d40106d55c76f81c87daea93d335868140df0046c7102796d92b08431ac8749a4
+)
+
+pkgver() {
+  cd tomcat-native
+
+  git describe --tags
+}
+
+prepare() {
+  cd tomcat-native/native
+
+  patch -Np2 -i ../../tomcat-native-buildconf.patch
+  automake --add-missing --copy --force-missing || true
+  ./buildconf \
+--with-apr=/usr/share/apr-1
+}
+
+build() {
+  cd tomcat-native/native
+
+  ./configure \
+--prefix=/usr \
+--with-apr=/usr/bin/apr-1-config \
+--with-java-home=/usr/lib/jvm/default \
+--with-ssl=/usr
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C tomcat-native/native install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: tomcat-native-buildconf.patch
===
--- tomcat-native-buildconf.patch   2020-12-16 13:22:40 UTC (rev 404391)
+++ tomcat-native-buildconf.patch   2020-12-16 13:22:46 UTC (rev 404392)
@@ -1,12 +0,0 @@
-diff -rupN tomcat-native.orig/native/buildconf tomcat-native/native/buildconf
 tomcat-native.orig/native/buildconf2020-09-20 14:44:45.114714616 
+0200
-+++ tomcat-native/native/buildconf 2020-09-20 14:44:58.368172703 +0200
-@@ -55,7 +55,7 @@ if [ ! -d "$apr_src_dir/build" ]; then
- fi
- 
- # Remove some files, then copy them from apr source tree
--for file in apr_common.m4 find_apr.m4 install.sh config.guess config.sub
-+for file in apr_common.m4 find_apr.m4 install.sh
- do
-   if [ ! -f "$apr_src_dir/build/$file" ]; then
- echo "File '$apr_src_dir/build/$file' missing - wrong apr source 
directory?"

Copied: tomcat-native/repos/extra-x86_64/tomcat-native-buildconf.patch (from 
rev 404391, tomcat-native/trunk/tomcat-native-buildconf.patch)
===
--- tomcat-native-buildconf.patch   (rev 0)
+++ 

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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 13:22:40
  Author: alucryd
Revision: 404391

upgpkg: tomcat-native 1.2.26-1

Modified:
  tomcat-native/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 12:19:40 UTC (rev 404390)
+++ PKGBUILD2020-12-16 13:22:40 UTC (rev 404391)
@@ -3,7 +3,7 @@
 # Contributor: Vitaliy Berdinskikh 
 
 pkgname=tomcat-native
-pkgver=1.2.25
+pkgver=1.2.26
 pkgrel=1
 pkgdesc='Optional component for Tomcat to use certain native resources for 
performance, compatibility'
 arch=(x86_64)
@@ -16,7 +16,7 @@
   python
 )
 options=(!emptydirs)
-_tag=a94590ec2a5e40b168a9494144125a52f41ed0b2
+_tag=64fafd13032afb34690e3c3343b6f614f04b2660
 source=(
   git+https://github.com/apache/tomcat-native.git#tag=${_tag}
   tomcat-native-buildconf.patch


[arch-commits] Commit in acpi_call-dkms/repos/community-any (6 files)

2020-12-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, December 10, 2020 @ 07:24:56
  Author: alucryd
Revision: 772967

archrelease: copy trunk to community-any

Added:
  acpi_call-dkms/repos/community-any/0001-linux-5.6.patch
(from rev 772966, acpi_call-dkms/trunk/0001-linux-5.6.patch)
  acpi_call-dkms/repos/community-any/PKGBUILD
(from rev 772966, acpi_call-dkms/trunk/PKGBUILD)
  acpi_call-dkms/repos/community-any/dkms.conf
(from rev 772966, acpi_call-dkms/trunk/dkms.conf)
Deleted:
  acpi_call-dkms/repos/community-any/0001-linux-5.6.patch
  acpi_call-dkms/repos/community-any/PKGBUILD
  acpi_call-dkms/repos/community-any/dkms.conf

--+
 0001-linux-5.6.patch |   90 -
 PKGBUILD |   78 --
 dkms.conf|   18 -
 3 files changed, 92 insertions(+), 94 deletions(-)

Deleted: 0001-linux-5.6.patch
===
--- 0001-linux-5.6.patch2020-12-10 07:24:50 UTC (rev 772966)
+++ 0001-linux-5.6.patch2020-12-10 07:24:56 UTC (rev 772967)
@@ -1,45 +0,0 @@
-From 958e38a9ade01c0c2d23c1310399147b014177a0 Mon Sep 17 00:00:00 2001
-From: Victor Michel 
-Date: Tue, 10 Mar 2020 22:33:31 -0700
-Subject: [PATCH] Use proc_ops instead of file_operations on Linux >= 5.6
-
-The proc_create API is changing in Linux 5.6, update code accordingly
-See 
https://github.com/torvalds/linux/commit/d56c0d45f0e27f814e87a1676b6bdbc252e9

- acpi_call.c | 11 +--
- 1 file changed, 9 insertions(+), 2 deletions(-)
-
-diff --git a/acpi_call.c b/acpi_call.c
-index 3025d97..569c2b6 100644
 a/acpi_call.c
-+++ b/acpi_call.c
-@@ -5,8 +5,8 @@
- #include 
- #include 
- #include 
--#include 
--#include 
-+#include 
-+#include 
- 
- MODULE_LICENSE("GPL");
- 
-@@ -317,11 +317,18 @@ static ssize_t acpi_proc_read( struct file *filp, char 
__user *buff,
- return ret;
- }
- 
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
-+static struct proc_ops proc_acpi_operations = {
-+.proc_read = acpi_proc_read,
-+.proc_write= acpi_proc_write,
-+};
-+#else
- static struct file_operations proc_acpi_operations = {
- .owner= THIS_MODULE,
- .read = acpi_proc_read,
- .write= acpi_proc_write,
- };
-+#endif
- 
- #else
- static int acpi_proc_read(char *page, char **start, off_t off,

Copied: acpi_call-dkms/repos/community-any/0001-linux-5.6.patch (from rev 
772966, acpi_call-dkms/trunk/0001-linux-5.6.patch)
===
--- 0001-linux-5.6.patch(rev 0)
+++ 0001-linux-5.6.patch2020-12-10 07:24:56 UTC (rev 772967)
@@ -0,0 +1,45 @@
+From 958e38a9ade01c0c2d23c1310399147b014177a0 Mon Sep 17 00:00:00 2001
+From: Victor Michel 
+Date: Tue, 10 Mar 2020 22:33:31 -0700
+Subject: [PATCH] Use proc_ops instead of file_operations on Linux >= 5.6
+
+The proc_create API is changing in Linux 5.6, update code accordingly
+See 
https://github.com/torvalds/linux/commit/d56c0d45f0e27f814e87a1676b6bdbc252e9
+---
+ acpi_call.c | 11 +--
+ 1 file changed, 9 insertions(+), 2 deletions(-)
+
+diff --git a/acpi_call.c b/acpi_call.c
+index 3025d97..569c2b6 100644
+--- a/acpi_call.c
 b/acpi_call.c
+@@ -5,8 +5,8 @@
+ #include 
+ #include 
+ #include 
+-#include 
+-#include 
++#include 
++#include 
+ 
+ MODULE_LICENSE("GPL");
+ 
+@@ -317,11 +317,18 @@ static ssize_t acpi_proc_read( struct file *filp, char 
__user *buff,
+ return ret;
+ }
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
++static struct proc_ops proc_acpi_operations = {
++.proc_read = acpi_proc_read,
++.proc_write= acpi_proc_write,
++};
++#else
+ static struct file_operations proc_acpi_operations = {
+ .owner= THIS_MODULE,
+ .read = acpi_proc_read,
+ .write= acpi_proc_write,
+ };
++#endif
+ 
+ #else
+ static int acpi_proc_read(char *page, char **start, off_t off,

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 07:24:50 UTC (rev 772966)
+++ PKGBUILD2020-12-10 07:24:56 UTC (rev 772967)
@@ -1,40 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call-dkms
-pkgver=1.2.1
-pkgrel=2
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call - module sources'
-url=https://github.com/nix-community/acpi_call
-arch=(any)
-license=(GPL)
-depends=(dkms)
-makedepends=(
-  git
-  linux-headers
-)
-provides=(acpi_call=${pkgver}-${pkgrel})
-conflicts=(acpi_call)
-_tag=3a28aabfa337d59df91cc04c85b250da7f7cadea
-source=(
-  git+https://github.com/nix-community/acpi_call.git#tag=${_tag}
-  dkms.conf
-)
-b2sums=('SKIP'
-
'504da1102e778fe54368e990408dbef02f5b2ce91f683d170f3d6a1a2f9349d00d61dcbddd0262a8dfc958ea0964135ba58d8dd88ac06bd10b5e13b90f11faef')
-
-pkgver() {
-  cd 

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

2020-12-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, December 10, 2020 @ 07:24:50
  Author: alucryd
Revision: 772966

acpi_call-dkms 1.2.1-3: demote linux-headers to optdeps

Modified:
  acpi_call-dkms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 07:17:03 UTC (rev 772965)
+++ PKGBUILD2020-12-10 07:24:50 UTC (rev 772966)
@@ -4,16 +4,14 @@
 
 pkgname=acpi_call-dkms
 pkgver=1.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call - module sources'
 url=https://github.com/nix-community/acpi_call
 arch=(any)
 license=(GPL)
 depends=(dkms)
-makedepends=(
-  git
-  linux-headers
-)
+makedepends=(git)
+optdepends=('linux-headers: build for the linux kernel')
 provides=(acpi_call=${pkgver}-${pkgrel})
 conflicts=(acpi_call)
 _tag=3a28aabfa337d59df91cc04c85b250da7f7cadea


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

2020-12-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, December 10, 2020 @ 07:17:03
  Author: alucryd
Revision: 772965

archrelease: copy trunk to community-x86_64

Added:
  rgbds/repos/community-x86_64/PKGBUILD
(from rev 772964, rgbds/trunk/PKGBUILD)
Deleted:
  rgbds/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 07:16:58 UTC (rev 772964)
+++ PKGBUILD2020-12-10 07:17:03 UTC (rev 772965)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Vaporeon 
-
-pkgname=rgbds
-pkgver=0.4.1
-pkgrel=1
-pkgdesc='Rednex GameBoy Development System'
-arch=(x86_64)
-url=https://github.com/rednex/rgbds/
-license=(MIT)
-depends=(
-  glibc
-  libpng
-)
-makedepends=(
-  cmake
-  git
-  ninja
-)
-_tag=8c0adb63a185392ac65f02de17522622a99dae89
-source=(git+https://github.com/rednex/rgbds.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd rgbds
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cmake -S rgbds -B build -G Ninja \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -Dm 644 rgbds/LICENSE -t "${pkgdir}"/usr/share/licenses/rgbds/
-  find rgbds/src -name *.1 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man1/ \;
-  find rgbds/src -name *.5 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man5/ \;
-  find rgbds/src -name *.7 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man7/ \;
-}
-
-# vim: ts=2 sw=2 et:

Copied: rgbds/repos/community-x86_64/PKGBUILD (from rev 772964, 
rgbds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 07:17:03 UTC (rev 772965)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Vaporeon 
+
+pkgname=rgbds
+pkgver=0.4.2
+pkgrel=1
+pkgdesc='Rednex GameBoy Development System'
+arch=(x86_64)
+url=https://github.com/rednex/rgbds/
+license=(MIT)
+depends=(
+  glibc
+  libpng
+)
+makedepends=(
+  cmake
+  git
+  ninja
+)
+_tag=ede982b50a68a6253ffbab17dc4184710b08032f
+source=(git+https://github.com/rednex/rgbds.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd rgbds
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cmake -S rgbds -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -Dm 644 rgbds/LICENSE -t "${pkgdir}"/usr/share/licenses/rgbds/
+  find rgbds/src -name *.1 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man1/ \;
+  find rgbds/src -name *.5 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man5/ \;
+  find rgbds/src -name *.7 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man7/ \;
+  find rgbds/contrib/zsh_compl -type f -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/zsh/site-functions/ \;
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, December 10, 2020 @ 07:16:58
  Author: alucryd
Revision: 772964

upgpkg: rgbds 0.4.2-1

Modified:
  rgbds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 01:53:28 UTC (rev 772963)
+++ PKGBUILD2020-12-10 07:16:58 UTC (rev 772964)
@@ -2,7 +2,7 @@
 # Contributor: Vaporeon 
 
 pkgname=rgbds
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc='Rednex GameBoy Development System'
 arch=(x86_64)
@@ -17,7 +17,7 @@
   git
   ninja
 )
-_tag=8c0adb63a185392ac65f02de17522622a99dae89
+_tag=ede982b50a68a6253ffbab17dc4184710b08032f
 source=(git+https://github.com/rednex/rgbds.git#tag=${_tag})
 sha256sums=(SKIP)
 
@@ -40,6 +40,7 @@
   find rgbds/src -name *.1 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man1/ \;
   find rgbds/src -name *.5 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man5/ \;
   find rgbds/src -name *.7 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man7/ \;
+  find rgbds/contrib/zsh_compl -type f -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/zsh/site-functions/ \;
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in mono-msbuild/repos/community-x86_64 (10 files)

2020-12-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, December 8, 2020 @ 07:25:47
  Author: alucryd
Revision: 771741

archrelease: copy trunk to community-x86_64

Added:
  mono-msbuild/repos/community-x86_64/PKGBUILD
(from rev 771740, mono-msbuild/trunk/PKGBUILD)
  mono-msbuild/repos/community-x86_64/mono-msbuild-dotnetbits-case.patch
(from rev 771740, mono-msbuild/trunk/mono-msbuild-dotnetbits-case.patch)
  mono-msbuild/repos/community-x86_64/mono-msbuild-license-case.patch
(from rev 771740, mono-msbuild/trunk/mono-msbuild-license-case.patch)
  mono-msbuild/repos/community-x86_64/mono-msbuild-no-hostfxr.patch
(from rev 771740, mono-msbuild/trunk/mono-msbuild-no-hostfxr.patch)
  mono-msbuild/repos/community-x86_64/mono-msbuild-use-bash.patch
(from rev 771740, mono-msbuild/trunk/mono-msbuild-use-bash.patch)
Deleted:
  mono-msbuild/repos/community-x86_64/PKGBUILD
  mono-msbuild/repos/community-x86_64/mono-msbuild-dotnetbits-case.patch
  mono-msbuild/repos/community-x86_64/mono-msbuild-license-case.patch
  mono-msbuild/repos/community-x86_64/mono-msbuild-no-hostfxr.patch
  mono-msbuild/repos/community-x86_64/mono-msbuild-use-bash.patch

+
 PKGBUILD   |  168 +--
 mono-msbuild-dotnetbits-case.patch |   46 -
 mono-msbuild-license-case.patch|  116 
 mono-msbuild-no-hostfxr.patch  |   22 ++--
 mono-msbuild-use-bash.patch|   84 -
 5 files changed, 218 insertions(+), 218 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 07:25:37 UTC (rev 771740)
+++ PKGBUILD2020-12-08 07:25:47 UTC (rev 771741)
@@ -1,84 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Florian Maunier 
-# Contributor: jtmb 
-
-pkgbase=mono-msbuild
-pkgname=(
-  mono-msbuild
-  mono-msbuild-sdkresolver
-)
-pkgver=16.6.xamarinxplat.2020.04.29.14.43
-pkgrel=1
-pkgdesc='Xamarin implementation of the Microsoft build system'
-arch=(x86_64)
-url=https://github.com/mono/linux-packaging-msbuild
-license=(MIT)
-depends=(mono)
-makedepends=(
-  bash
-  git
-  dotnet-sdk
-  unzip
-)
-_tag=6f16e6a30c3a6eaca819d291f2f458bc1503a9f0
-source=(
-  mono-msbuild::git+https://github.com/mono/linux-packaging-msbuild#tag=${_tag}
-  mono-msbuild-dotnetbits-case.patch
-  mono-msbuild-license-case.patch
-  mono-msbuild-no-hostfxr.patch
-  mono-msbuild-use-bash.patch
-)
-sha256sums=('SKIP'
-'f2784ac003dc84c40e8a9532ff954e6d6c29778b3e80cad7f1f91d86a9b43811'
-'3a12a9c33ad5938e8af24d2985241053602f4efc94a4818a00a17da32ce4aba5'
-'ed93af9d333f9942437e7c7974628c662b304c088eda70589a4118290c25d032'
-'a13ecb4125c673372d87a3b7d957fc8716a3c3e74cd08e9e354b5dcf170ed453')
-
-pkgver() {
-  cd mono-msbuild
-
-  git describe --tags | sed 's/.*\///; s/+/./'
-}
-
-prepare() {
-  cd mono-msbuild
-
-  patch -Np1 -i ../mono-msbuild-dotnetbits-case.patch
-  patch -Np1 -i ../mono-msbuild-license-case.patch
-  patch -Np1 -i ../mono-msbuild-no-hostfxr.patch
-  patch -Np1 -i ../mono-msbuild-use-bash.patch
-}
-
-build() {
-  cd mono-msbuild
-
-  export DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR=/opt/dotnet
-  ./eng/cibuild_bootstrapped_msbuild.sh --host_type mono --configuration 
Release --skip_tests /p:DisableNerdbankVersioning=true
-  ./stage1/mono-msbuild/msbuild mono/build/install.proj 
/p:MonoInstallPrefix="${srcdir}"/target/usr /p:Configuration=Release-MONO 
/p:IgnoreDiffFailure=true
-  sed "s@${srcdir}/target@@g" -i "${srcdir}"/target/usr/bin/msbuild
-  find "${srcdir}"/target/usr/lib/mono/ -name 
Microsoft.DiaSymReader.Native.*dll -delete
-  find "${srcdir}"/target/usr/lib/mono/ -name *.dylib -delete
-  find "${srcdir}"/target/usr/lib/mono/ -name *.so -delete
-}
-
-package_mono-msbuild() {
-  conflicts=(msbuild)
-  provides=(msbuild)
-
-  cp -dr --no-preserve=ownership target/usr "${pkgdir}"/
-  rm -rf 
"${pkgdir}"/usr/lib/mono/msbuild/Current/bin/SdkResolvers/Microsoft.DotNet.MSBuildSdkResolver
-}
-
-package_mono-msbuild-sdkresolver() {
-  depends=(
-mono-msbuild
-dotnet-host
-  )
-  conflicts=(msbuild-sdkresolver)
-  provides=(msbuild-sdkresolver)
-
-  install -dm 755 "${pkgdir}"/usr/lib/mono/msbuild/Current/bin/SdkResolvers
-  cp -dr --no-preserve=ownership 
target/usr/lib/mono/msbuild/Current/bin/SdkResolvers/Microsoft.DotNet.MSBuildSdkResolver
 "${pkgdir}"/usr/lib/mono/msbuild/Current/bin/SdkResolvers/
-}
-
-# vim: ts=2 sw=2 et:

Copied: mono-msbuild/repos/community-x86_64/PKGBUILD (from rev 771740, 
mono-msbuild/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 07:25:47 UTC (rev 771741)
@@ -0,0 +1,84 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Florian Maunier 
+# Contributor: jtmb 
+
+pkgbase=mono-msbuild
+pkgname=(
+  mono-msbuild
+  mono-msbuild-sdkresolver
+)
+pkgver=16.6.xamarinxplat.2020.10.22.18.31

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

2020-12-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, December 8, 2020 @ 07:25:37
  Author: alucryd
Revision: 771740

upgpkg: mono-msbuild 16.6.xamarinxplat.2020.10.22.18.31-1

Modified:
  mono-msbuild/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 07:00:59 UTC (rev 771739)
+++ PKGBUILD2020-12-08 07:25:37 UTC (rev 771740)
@@ -7,7 +7,7 @@
   mono-msbuild
   mono-msbuild-sdkresolver
 )
-pkgver=16.6.xamarinxplat.2020.04.29.14.43
+pkgver=16.6.xamarinxplat.2020.10.22.18.31
 pkgrel=1
 pkgdesc='Xamarin implementation of the Microsoft build system'
 arch=(x86_64)
@@ -20,7 +20,7 @@
   dotnet-sdk
   unzip
 )
-_tag=6f16e6a30c3a6eaca819d291f2f458bc1503a9f0
+_tag=4c52b4c2dfea7ab553b52ae9fe291cb59393a478
 source=(
   mono-msbuild::git+https://github.com/mono/linux-packaging-msbuild#tag=${_tag}
   mono-msbuild-dotnetbits-case.patch


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

2020-12-06 Thread Maxime Gauduin via arch-commits
Date: Sunday, December 6, 2020 @ 16:25:54
  Author: alucryd
Revision: 771051

archrelease: copy trunk to community-x86_64

Added:
  pcsx2/repos/community-x86_64/PKGBUILD
(from rev 771050, pcsx2/trunk/PKGBUILD)
Deleted:
  pcsx2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-06 16:25:49 UTC (rev 771050)
+++ PKGBUILD2020-12-06 16:25:54 UTC (rev 771051)
@@ -1,89 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-# Contributor: vEX 
-
-pkgname=pcsx2
-pkgver=1.7.0.r636.3b073343c
-pkgrel=1
-pkgdesc='A Sony PlayStation 2 emulator'
-arch=(x86_64)
-url=https://www.pcsx2.net
-license=(
-  GPL2
-  GPL3
-  LGPL2.1
-  LGPL3
-)
-depends=(
-  gdk-pixbuf2
-  glibc
-  libaio
-  libasound.so
-  libfmt.so
-  libfreetype.so
-  libgdk-3.so
-  libgio-2.0.so
-  libgl
-  libGLEW.so
-  libglib-2.0.so
-  libgobject-2.0.so
-  libgtk-3.so
-  libpcap
-  libpng
-  libportaudio.so
-  libpulse.so
-  libudev.so
-  libx11
-  libxcb
-  libxml2
-  sdl2
-  soundtouch
-  wxgtk3
-  wxgtk-common
-  xz
-  zlib
-)
-makedepends=(
-  cmake
-  git
-  ninja
-  png++
-)
-_commit=3b073343cc00760cdeb8ae205637c6402ec40578
-source=(git+https://github.com/PCSX2/pcsx2.git#commit=${_commit})
-b2sums=(SKIP)
-
-pkgver() {
-  cd pcsx2
-
-  git describe --tags | sed 's/^v//; s/-dev//; s/-/.r/; s/-g/./'
-}
-
-build() {
-  cmake -S pcsx2 -B build -G Ninja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DDOC_DIR=/usr/share/doc/pcsx2 \
--DGAMEINDEX_DIR=/usr/share/pcsx2 \
--DPLUGIN_DIR=/usr/lib/pcsx2 \
--DDISABLE_ADVANCE_SIMD=ON \
--DDISABLE_BUILD_DATE=ON \
--DDISABLE_PCSX2_WRAPPER=ON \
--DENABLE_TESTS=OFF \
--DEXTRA_PLUGINS=ON \
--DSDL2_API=ON \
--DPACKAGE_MODE=ON \
--DREBUILD_SHADER=ON \
--DUSE_LTO=OFF \
--DUSE_VTUNE=OFF \
--DXDG_STD=ON \
--DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
--Wno-dev
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pcsx2/repos/community-x86_64/PKGBUILD (from rev 771050, 
pcsx2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-06 16:25:54 UTC (rev 771051)
@@ -0,0 +1,90 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+# Contributor: vEX 
+
+pkgname=pcsx2
+pkgver=1.7.0.r655.16d33f896
+pkgrel=1
+pkgdesc='A Sony PlayStation 2 emulator'
+arch=(x86_64)
+url=https://www.pcsx2.net
+license=(
+  GPL2
+  GPL3
+  LGPL2.1
+  LGPL3
+)
+depends=(
+  gdk-pixbuf2
+  glibc
+  libaio
+  libasound.so
+  libfmt.so
+  libfreetype.so
+  libgdk-3.so
+  libgio-2.0.so
+  libgl
+  libGLEW.so
+  libglib-2.0.so
+  libgobject-2.0.so
+  libgtk-3.so
+  libpcap
+  libpng
+  libportaudio.so
+  libpulse.so
+  libudev.so
+  libx11
+  libxcb
+  libxml2
+  libyaml-cpp.so
+  sdl2
+  soundtouch
+  wxgtk3
+  wxgtk-common
+  xz
+  zlib
+)
+makedepends=(
+  cmake
+  git
+  ninja
+  png++
+)
+_commit=16d33f896054333e00fbb3fd65b697f24c97b774
+source=(git+https://github.com/PCSX2/pcsx2.git#commit=${_commit})
+b2sums=(SKIP)
+
+pkgver() {
+  cd pcsx2
+
+  git describe --tags | sed 's/^v//; s/-dev//; s/-/.r/; s/-g/./'
+}
+
+build() {
+  cmake -S pcsx2 -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DDOC_DIR=/usr/share/doc/pcsx2 \
+-DGAMEINDEX_DIR=/usr/share/pcsx2 \
+-DPLUGIN_DIR=/usr/lib/pcsx2 \
+-DDISABLE_ADVANCE_SIMD=ON \
+-DDISABLE_BUILD_DATE=ON \
+-DDISABLE_PCSX2_WRAPPER=ON \
+-DENABLE_TESTS=OFF \
+-DEXTRA_PLUGINS=ON \
+-DSDL2_API=ON \
+-DPACKAGE_MODE=ON \
+-DREBUILD_SHADER=ON \
+-DUSE_LTO=OFF \
+-DUSE_VTUNE=OFF \
+-DXDG_STD=ON \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
+-Wno-dev
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-06 Thread Maxime Gauduin via arch-commits
Date: Sunday, December 6, 2020 @ 16:25:49
  Author: alucryd
Revision: 771050

upgpkg: pcsx2 1.7.0.r655.16d33f896-1

Modified:
  pcsx2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 16:01:48 UTC (rev 771049)
+++ PKGBUILD2020-12-06 16:25:49 UTC (rev 771050)
@@ -3,7 +3,7 @@
 # Contributor: vEX 
 
 pkgname=pcsx2
-pkgver=1.7.0.r636.3b073343c
+pkgver=1.7.0.r655.16d33f896
 pkgrel=1
 pkgdesc='A Sony PlayStation 2 emulator'
 arch=(x86_64)
@@ -36,6 +36,7 @@
   libx11
   libxcb
   libxml2
+  libyaml-cpp.so
   sdl2
   soundtouch
   wxgtk3
@@ -49,7 +50,7 @@
   ninja
   png++
 )
-_commit=3b073343cc00760cdeb8ae205637c6402ec40578
+_commit=16d33f896054333e00fbb3fd65b697f24c97b774
 source=(git+https://github.com/PCSX2/pcsx2.git#commit=${_commit})
 b2sums=(SKIP)
 


[arch-commits] Commit in libva-vdpau-driver/repos/extra-x86_64 (9 files)

2020-12-06 Thread Maxime Gauduin via arch-commits
Date: Sunday, December 6, 2020 @ 09:55:46
  Author: alucryd
Revision: 402920

archrelease: copy trunk to extra-x86_64

Added:
  libva-vdpau-driver/repos/extra-x86_64/PKGBUILD
(from rev 402919, libva-vdpau-driver/trunk/PKGBUILD)
  
libva-vdpau-driver/repos/extra-x86_64/libva-vdpau-driver-0.7.4-CreateSurfaceFromV4L2Buf.patch
(from rev 402919, 
libva-vdpau-driver/trunk/libva-vdpau-driver-0.7.4-CreateSurfaceFromV4L2Buf.patch)
  
libva-vdpau-driver/repos/extra-x86_64/libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch
(from rev 402919, 
libva-vdpau-driver/trunk/libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch)
  
libva-vdpau-driver/repos/extra-x86_64/libva-vdpau-driver-0.7.4-glext-missing-definition.patch
(from rev 402919, 
libva-vdpau-driver/trunk/libva-vdpau-driver-0.7.4-glext-missing-definition.patch)
  
libva-vdpau-driver/repos/extra-x86_64/libva-vdpau-driver-0.7.4-libvdpau-0.8.patch
(from rev 402919, 
libva-vdpau-driver/trunk/libva-vdpau-driver-0.7.4-libvdpau-0.8.patch)
Deleted:
  libva-vdpau-driver/repos/extra-x86_64/PKGBUILD
  
libva-vdpau-driver/repos/extra-x86_64/libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch
  
libva-vdpau-driver/repos/extra-x86_64/libva-vdpau-driver-0.7.4-glext-missing-definition.patch
  
libva-vdpau-driver/repos/extra-x86_64/libva-vdpau-driver-0.7.4-libvdpau-0.8.patch

-+
 PKGBUILD|  109 +++---
 libva-vdpau-driver-0.7.4-CreateSurfaceFromV4L2Buf.patch |   24 +++
 libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch   |   58 +++
 libva-vdpau-driver-0.7.4-glext-missing-definition.patch |   32 ++--
 libva-vdpau-driver-0.7.4-libvdpau-0.8.patch |   22 +-
 5 files changed, 136 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-06 09:55:37 UTC (rev 402919)
+++ PKGBUILD2020-12-06 09:55:46 UTC (rev 402920)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-
-pkgname=libva-vdpau-driver
-pkgver=0.7.4
-pkgrel=4
-pkgdesc='VDPAU backend for VA API'
-arch=(x86_64)
-url=https://freedesktop.org/wiki/Software/vaapi
-license=(GPL)
-depends=(
-  libgl
-  libva
-  libvdpau
-  libx11
-)
-makedepends=(mesa)
-source=(
-  
https://freedesktop.org/software/vaapi/releases/libva-vdpau-driver/libva-vdpau-driver-${pkgver}.tar.bz2
-  libva-vdpau-driver-0.7.4-glext-missing-definition.patch
-  libva-vdpau-driver-0.7.4-libvdpau-0.8.patch
-  libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch
-)
-sha256sums=(
-  155c1982f0ac3f5435ba20b221bcaa11be212c37db548cd1f2a030ffa17e9bb9
-  776bfe4c101cdde396d8783029b288c6cd825d0cdbc782ca3d94a5f9ffb4558c
-  5e567b026b97dc0e207b6c05410cc1b7b77a58ceb5046801d0ea1a321cba3b9d
-  1ae32b8e5cca1717be4a63f09e8c6bd84a3e9b712b933816cdb32bb315dbda98
-)
-
-prepare() {
-  cd libva-vdpau-driver-${pkgver}
-
-  patch -p1 -i ../libva-vdpau-driver-0.7.4-glext-missing-definition.patch
-  patch -p1 -i ../libva-vdpau-driver-0.7.4-libvdpau-0.8.patch
-  patch -p1 -i ../libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch
-}
-
-build() {
-  cd libva-vdpau-driver-${pkgver}
-
-  ./configure \
---prefix=/usr
-  make
-}
-
-package() {
-  cd libva-vdpau-driver-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libva-vdpau-driver/repos/extra-x86_64/PKGBUILD (from rev 402919, 
libva-vdpau-driver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-06 09:55:46 UTC (rev 402920)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+
+pkgname=libva-vdpau-driver
+pkgver=0.7.4
+pkgrel=5
+pkgdesc='VDPAU backend for VA API'
+arch=(x86_64)
+url=https://freedesktop.org/wiki/Software/vaapi
+license=(GPL)
+depends=(
+  libgl
+  libvdpau
+  libx11
+)
+makedepends=(
+  libva
+  mesa
+)
+source=(
+  
https://freedesktop.org/software/vaapi/releases/libva-vdpau-driver/libva-vdpau-driver-${pkgver}.tar.bz2
+  libva-vdpau-driver-0.7.4-glext-missing-definition.patch
+  libva-vdpau-driver-0.7.4-libvdpau-0.8.patch
+  libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch
+  libva-vdpau-driver-0.7.4-CreateSurfaceFromV4L2Buf.patch
+)
+b2sums=('b9cd0bbbe1e638ad29363cd0d8c6452de222023017283ce81f138730c7ba3396f3ffca40478746cab4b93a8855e73de405aa783e44e6c1179c5e347bd7eff657'
+
'3c295a68cb0976f976880f13296c703c3b75abdd3311b790c132ba233e9d26975686d8b618cdda594b1aa2e5cbadee850bf2e08cc35ca2c7ee11fe10c535d91c'
+
'f1bc6e3840769ce4a5e53d85867a854ddfc780e670ca095541b9f2465ca0c96f3c7ed00da596f88d0c60aa749afcaf734670ada449c8a87e27f999c74539bc78'
+
'5a5a12aff1f93769d480525140e7a0d61f4db64e57f1f956d778d1ab8be881b209779030ce14b8fee53dd4cbb6a7c59a0c9297ad0c92548268c840ea0f5910b0'
+

[arch-commits] Commit in libva-vdpau-driver/trunk (2 files)

2020-12-06 Thread Maxime Gauduin via arch-commits
Date: Sunday, December 6, 2020 @ 09:55:37
  Author: alucryd
Revision: 402919

libva-vdpau-driver 0.7.4-5: FS#41333 demote libva to a makedep

Added:
  
libva-vdpau-driver/trunk/libva-vdpau-driver-0.7.4-CreateSurfaceFromV4L2Buf.patch
Modified:
  libva-vdpau-driver/trunk/PKGBUILD

-+
 PKGBUILD|   27 +++---
 libva-vdpau-driver-0.7.4-CreateSurfaceFromV4L2Buf.patch |   24 
 2 files changed, 39 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 09:55:30 UTC (rev 402918)
+++ PKGBUILD2020-12-06 09:55:37 UTC (rev 402919)
@@ -3,7 +3,7 @@
 
 pkgname=libva-vdpau-driver
 pkgver=0.7.4
-pkgrel=4
+pkgrel=5
 pkgdesc='VDPAU backend for VA API'
 arch=(x86_64)
 url=https://freedesktop.org/wiki/Software/vaapi
@@ -10,30 +10,33 @@
 license=(GPL)
 depends=(
   libgl
-  libva
   libvdpau
   libx11
 )
-makedepends=(mesa)
+makedepends=(
+  libva
+  mesa
+)
 source=(
   
https://freedesktop.org/software/vaapi/releases/libva-vdpau-driver/libva-vdpau-driver-${pkgver}.tar.bz2
   libva-vdpau-driver-0.7.4-glext-missing-definition.patch
   libva-vdpau-driver-0.7.4-libvdpau-0.8.patch
   libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch
+  libva-vdpau-driver-0.7.4-CreateSurfaceFromV4L2Buf.patch
 )
-sha256sums=(
-  155c1982f0ac3f5435ba20b221bcaa11be212c37db548cd1f2a030ffa17e9bb9
-  776bfe4c101cdde396d8783029b288c6cd825d0cdbc782ca3d94a5f9ffb4558c
-  5e567b026b97dc0e207b6c05410cc1b7b77a58ceb5046801d0ea1a321cba3b9d
-  1ae32b8e5cca1717be4a63f09e8c6bd84a3e9b712b933816cdb32bb315dbda98
-)
+b2sums=('b9cd0bbbe1e638ad29363cd0d8c6452de222023017283ce81f138730c7ba3396f3ffca40478746cab4b93a8855e73de405aa783e44e6c1179c5e347bd7eff657'
+
'3c295a68cb0976f976880f13296c703c3b75abdd3311b790c132ba233e9d26975686d8b618cdda594b1aa2e5cbadee850bf2e08cc35ca2c7ee11fe10c535d91c'
+
'f1bc6e3840769ce4a5e53d85867a854ddfc780e670ca095541b9f2465ca0c96f3c7ed00da596f88d0c60aa749afcaf734670ada449c8a87e27f999c74539bc78'
+
'5a5a12aff1f93769d480525140e7a0d61f4db64e57f1f956d778d1ab8be881b209779030ce14b8fee53dd4cbb6a7c59a0c9297ad0c92548268c840ea0f5910b0'
+
'3a7daab7f6144837e50cabd06d30709bf7fc3218e226953471f2908efad2da78cb5035f9443642381460f6ffacd0eb0c9accf7e4084fcdf12e6942c6603dbb9a')
 
 prepare() {
   cd libva-vdpau-driver-${pkgver}
 
-  patch -p1 -i ../libva-vdpau-driver-0.7.4-glext-missing-definition.patch
-  patch -p1 -i ../libva-vdpau-driver-0.7.4-libvdpau-0.8.patch
-  patch -p1 -i ../libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch
+  patch -Np1 -i ../libva-vdpau-driver-0.7.4-glext-missing-definition.patch
+  patch -Np1 -i ../libva-vdpau-driver-0.7.4-libvdpau-0.8.patch
+  patch -Np1 -i ../libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch
+  patch -Np1 -i ../libva-vdpau-driver-0.7.4-CreateSurfaceFromV4L2Buf.patch
 }
 
 build() {

Added: libva-vdpau-driver-0.7.4-CreateSurfaceFromV4L2Buf.patch
===
--- libva-vdpau-driver-0.7.4-CreateSurfaceFromV4L2Buf.patch 
(rev 0)
+++ libva-vdpau-driver-0.7.4-CreateSurfaceFromV4L2Buf.patch 2020-12-06 
09:55:37 UTC (rev 402919)
@@ -0,0 +1,24 @@
+diff -rupN libva-vdpau-driver-0.7.4.orig/src/vdpau_video.c 
libva-vdpau-driver-0.7.4/src/vdpau_video.c
+--- libva-vdpau-driver-0.7.4.orig/src/vdpau_video.c2020-12-06 
10:48:03.320569841 +0100
 libva-vdpau-driver-0.7.4/src/vdpau_video.c 2020-12-06 10:50:45.437401497 
+0100
+@@ -927,8 +927,6 @@ VAStatus
+ vdpau_CreateSurfaceFromV4L2Buf(
+ VADriverContextPctx,
+ int v4l2_fd,
+-struct v4l2_format *v4l2_fmt,
+-struct v4l2_buffer *v4l2_buf,
+ VASurfaceID*surface
+ )
+ {
+diff -rupN libva-vdpau-driver-0.7.4.orig/src/vdpau_video.h 
libva-vdpau-driver-0.7.4/src/vdpau_video.h
+--- libva-vdpau-driver-0.7.4.orig/src/vdpau_video.h2020-12-06 
10:48:03.317236508 +0100
 libva-vdpau-driver-0.7.4/src/vdpau_video.h 2020-12-06 10:50:45.417401454 
+0100
+@@ -274,8 +274,6 @@ VAStatus
+ vdpau_CreateSurfaceFromV4L2Buf(
+ VADriverContextPctx,
+ int v4l2_fd,
+-struct v4l2_format *v4l2_fmt,
+-struct v4l2_buffer *v4l2_buf,
+ VASurfaceID*surface
+ ) attribute_hidden;
+ 


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

2020-12-06 Thread Maxime Gauduin via arch-commits
Date: Sunday, December 6, 2020 @ 09:29:17
  Author: alucryd
Revision: 771016

archrelease: copy trunk to community-x86_64

Added:
  light-locker/repos/community-x86_64/PKGBUILD
(from rev 771015, light-locker/trunk/PKGBUILD)
Deleted:
  light-locker/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-06 09:29:12 UTC (rev 771015)
+++ PKGBUILD2020-12-06 09:29:17 UTC (rev 771016)
@@ -1,54 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=light-locker
-pkgver=1.9.0
-pkgrel=2
-pkgdesc='A simple session locker for LightDM'
-arch=(x86_64)
-url=https://github.com/the-cavalry/light-locker
-license=(GPL2)
-depends=(
-  cairo
-  dbus-glib
-  glibc
-  libdbus-1.so
-  libgdk-3.so
-  libgio-2.0.so
-  libglib-2.0.so
-  libgobject-2.0.so
-  libgtk-3.so
-  libpango-1.0.so
-  libpangocairo-1.0.so
-  libsystemd.so
-  libx11
-  libxext
-  libxss
-)
-makedepends=(
-  git
-  gnome-common
-  intltool
-  meson
-  upower
-  xorgproto
-)
-optdepends=('upower: Power management support')
-source=(git+https://github.com/the-cavalry/light-locker.git#tag=7a96e9f87dc95c794cd45fd0378a62f45308ea87)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd light-locker
-
-  git describe --tags | sed 's/^v//'
-}
-
-build () {
-  arch-meson light-locker build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: light-locker/repos/community-x86_64/PKGBUILD (from rev 771015, 
light-locker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-06 09:29:17 UTC (rev 771016)
@@ -0,0 +1,63 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=light-locker
+pkgver=1.9.0
+pkgrel=3
+pkgdesc='A simple session locker for LightDM'
+arch=(x86_64)
+url=https://github.com/the-cavalry/light-locker
+license=(GPL2)
+depends=(
+  cairo
+  dbus-glib
+  glibc
+  libdbus-1.so
+  libgdk-3.so
+  libgio-2.0.so
+  libglib-2.0.so
+  libgobject-2.0.so
+  libgtk-3.so
+  libpango-1.0.so
+  libpangocairo-1.0.so
+  libsystemd.so
+  libx11
+  libxext
+  libxss
+)
+makedepends=(
+  git
+  gnome-common
+  intltool
+  meson
+  upower
+  xorgproto
+)
+optdepends=('upower: Power management support')
+_tag=7a96e9f87dc95c794cd45fd0378a62f45308ea87
+source=(git+https://github.com/the-cavalry/light-locker.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd light-locker
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd light-locker
+
+  git cherry-pick -n d3ea262b336cf66ec41d25a8ea021d759c2c3a1d
+  git cherry-pick -n 366fdbfe284efacf39d887a0512d38030af7ff16
+  git cherry-pick -n 6224184e2677d76c7904d488b0e9295886fa9ee3
+}
+
+build () {
+  arch-meson light-locker build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-06 Thread Maxime Gauduin via arch-commits
Date: Sunday, December 6, 2020 @ 09:29:12
  Author: alucryd
Revision: 771015

light-locker 1.9.0-3: patch some systemd-related issues

Modified:
  light-locker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 09:18:34 UTC (rev 771014)
+++ PKGBUILD2020-12-06 09:29:12 UTC (rev 771015)
@@ -2,7 +2,7 @@
 
 pkgname=light-locker
 pkgver=1.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A simple session locker for LightDM'
 arch=(x86_64)
 url=https://github.com/the-cavalry/light-locker
@@ -33,7 +33,8 @@
   xorgproto
 )
 optdepends=('upower: Power management support')
-source=(git+https://github.com/the-cavalry/light-locker.git#tag=7a96e9f87dc95c794cd45fd0378a62f45308ea87)
+_tag=7a96e9f87dc95c794cd45fd0378a62f45308ea87
+source=(git+https://github.com/the-cavalry/light-locker.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {
@@ -42,6 +43,14 @@
   git describe --tags | sed 's/^v//'
 }
 
+prepare() {
+  cd light-locker
+
+  git cherry-pick -n d3ea262b336cf66ec41d25a8ea021d759c2c3a1d
+  git cherry-pick -n 366fdbfe284efacf39d887a0512d38030af7ff16
+  git cherry-pick -n 6224184e2677d76c7904d488b0e9295886fa9ee3
+}
+
 build () {
   arch-meson light-locker build
   ninja -C build


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

2020-12-06 Thread Maxime Gauduin via arch-commits
Date: Sunday, December 6, 2020 @ 09:18:34
  Author: alucryd
Revision: 771014

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
(from rev 771013, lib32-gtk3/trunk/PKGBUILD)
  lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
(from rev 771013, lib32-gtk3/trunk/gtk-query-immodules-3.0-32.hook)
  lib32-gtk3/repos/multilib-x86_64/lib32-gtk3.install
(from rev 771013, lib32-gtk3/trunk/lib32-gtk3.install)
Deleted:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
  lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
  lib32-gtk3/repos/multilib-x86_64/lib32-gtk3.install

-+
 PKGBUILD|  194 +++---
 gtk-query-immodules-3.0-32.hook |   22 ++--
 lib32-gtk3.install  |6 -
 3 files changed, 111 insertions(+), 111 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-06 09:18:27 UTC (rev 771013)
+++ PKGBUILD2020-12-06 09:18:34 UTC (rev 771014)
@@ -1,97 +0,0 @@
-# $Id: PKGBUILD 318497 2018-04-30 12:35:01Z alucryd $
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-# Contributor: GordonGR 
-
-pkgname=lib32-gtk3
-pkgver=3.24.23
-pkgrel=1
-pkgdesc='GObject-based multi-platform GUI toolkit'
-arch=(x86_64)
-license=(LGPL)
-url=https://www.gtk.org/
-depends=(
-  gtk3
-  lib32-at-spi2-atk
-  lib32-colord
-  lib32-dbus
-  lib32-mesa
-  lib32-gdk-pixbuf2
-  lib32-json-glib
-  lib32-libcups
-  lib32-libepoxy
-  lib32-librsvg
-  lib32-libxcomposite
-  lib32-libxcursor
-  lib32-libxinerama
-  lib32-libxkbcommon
-  lib32-libxrandr
-  lib32-pango
-  lib32-rest
-  lib32-libcanberra
-  lib32-wayland
-  lib32-libxdamage
-)
-makedepends=(
-  gobject-introspection
-  gtk-doc
-  git
-  glib2-docs
-  sassc
-)
-install=lib32-gtk3.install
-_tag=016e8c55ab924c9ef4d32c8cb06253b1dc1be60d
-source=(
-  git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${_tag}
-  gtk-query-immodules-3.0-32.hook
-)
-sha256sums=(
-  SKIP
-  04255db75cc626e122df4710b350fb656778d01968d56e598b496b71db335989
-)
-
-pkgver() {
-  cd gtk
-
-  git describe --tags
-}
-
-prepare() {
-  cd gtk
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtk
-
-  export CC='gcc -m32'
-  export CXX=/bin/false
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libdir=/usr/lib32 \
---localstatedir=/var \
---disable-schemas-compile \
---enable-{broadway,wayland,x11}-backend \
---disable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd gtk
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "${pkgdir}"/{etc,usr/{include,share}}
-  find "${pkgdir}"/usr/bin -type f -not -name gtk-query-immodules-3.0 -delete
-  mv "${pkgdir}"/usr/bin/gtk-query-immodules-3.0{,-32}
-
-  install -Dm 644 ../gtk-query-immodules-3.0-32.hook -t 
"${pkgdir}"/usr/share/libalpm/hooks/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-gtk3/repos/multilib-x86_64/PKGBUILD (from rev 771013, 
lib32-gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-06 09:18:34 UTC (rev 771014)
@@ -0,0 +1,97 @@
+# $Id: PKGBUILD 318497 2018-04-30 12:35:01Z alucryd $
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+# Contributor: GordonGR 
+
+pkgname=lib32-gtk3
+pkgver=3.24.24
+pkgrel=1
+pkgdesc='GObject-based multi-platform GUI toolkit'
+arch=(x86_64)
+license=(LGPL)
+url=https://www.gtk.org/
+depends=(
+  gtk3
+  lib32-at-spi2-atk
+  lib32-colord
+  lib32-dbus
+  lib32-mesa
+  lib32-gdk-pixbuf2
+  lib32-json-glib
+  lib32-libcups
+  lib32-libepoxy
+  lib32-librsvg
+  lib32-libxcomposite
+  lib32-libxcursor
+  lib32-libxinerama
+  lib32-libxkbcommon
+  lib32-libxrandr
+  lib32-pango
+  lib32-rest
+  lib32-libcanberra
+  lib32-wayland
+  lib32-libxdamage
+)
+makedepends=(
+  gobject-introspection
+  gtk-doc
+  git
+  glib2-docs
+  sassc
+)
+install=lib32-gtk3.install
+_tag=de8329b3ce4b235eac9ddcbb6cd121cc83dd9e74
+source=(
+  git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${_tag}
+  gtk-query-immodules-3.0-32.hook
+)
+sha256sums=(
+  SKIP
+  04255db75cc626e122df4710b350fb656778d01968d56e598b496b71db335989
+)
+
+pkgver() {
+  cd gtk
+
+  git describe --tags
+}
+
+prepare() {
+  cd gtk
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gtk
+
+  export CC='gcc -m32'
+  export CXX=/bin/false
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--disable-schemas-compile \
+--enable-{broadway,wayland,x11}-backend \
+--disable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd gtk
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -r "${pkgdir}"/{etc,usr/{include,share}}
+  

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

2020-12-06 Thread Maxime Gauduin via arch-commits
Date: Sunday, December 6, 2020 @ 09:18:27
  Author: alucryd
Revision: 771013

upgpkg: lib32-gtk3 3.24.24-1

Modified:
  lib32-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 09:17:56 UTC (rev 771012)
+++ PKGBUILD2020-12-06 09:18:27 UTC (rev 771013)
@@ -4,7 +4,7 @@
 # Contributor: GordonGR 
 
 pkgname=lib32-gtk3
-pkgver=3.24.23
+pkgver=3.24.24
 pkgrel=1
 pkgdesc='GObject-based multi-platform GUI toolkit'
 arch=(x86_64)
@@ -40,7 +40,7 @@
   sassc
 )
 install=lib32-gtk3.install
-_tag=016e8c55ab924c9ef4d32c8cb06253b1dc1be60d
+_tag=de8329b3ce4b235eac9ddcbb6cd121cc83dd9e74
 source=(
   git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${_tag}
   gtk-query-immodules-3.0-32.hook


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

2020-12-06 Thread Maxime Gauduin via arch-commits
Date: Sunday, December 6, 2020 @ 09:17:56
  Author: alucryd
Revision: 771012

archrelease: copy trunk to community-x86_64

Added:
  dolphin-emu/repos/community-x86_64/PKGBUILD
(from rev 771011, dolphin-emu/trunk/PKGBUILD)
Deleted:
  dolphin-emu/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-06 09:17:51 UTC (rev 771011)
+++ PKGBUILD2020-12-06 09:17:56 UTC (rev 771012)
@@ -1,74 +0,0 @@
-# Maintainer: schuay 
-# Maintainer: Maxime Gauduin 
-# Contributor: Jeremy Newton (Mystro256) 
-
-pkgname=dolphin-emu
-pkgver=5.0.r13170.5abae61a8c
-pkgrel=1
-epoch=1
-pkgdesc='A Gamecube / Wii / Triforce emulator'
-arch=(x86_64)
-url=https://dolphin-emu.org
-license=(GPL2)
-depends=(
-  alsa-lib
-  bluez-libs
-  enet
-  gcc-libs
-  glibc
-  hidapi
-  libavcodec.so
-  libavformat.so
-  libavutil.so
-  libcurl.so
-  libevdev
-  libgl
-  libminiupnpc.so
-  libpng
-  libpulse
-  libswscale.so
-  libudev.so
-  libusb-1.0.so
-  libx11
-  libxi
-  libxrandr
-  lzo
-  mbedtls
-  pugixml
-  qt5-base
-  sfml
-  zlib
-)
-makedepends=(
-  cmake
-  git
-  python
-)
-optdepends=('pulseaudio: PulseAudio backend')
-options=(!emptydirs)
-_commit=5abae61a8c7e0e4ac03bb8d3031793037e87fdd3
-source=(dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd dolphin-emu
-
-  git describe | sed 's/-/.r/; s/-g/./'
-}
-
-build() {
-  cmake -S dolphin-emu -B build \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_SHARED_ENET=ON \
--DDISTRIBUTOR=archlinux.org
-  make -C build
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C build install
-  install -Dm 644 dolphin-emu/Data/51-usb-device.rules -t 
"${pkgdir}"/usr/lib/udev/rules.d/
-  rm -rf "${pkgdir}"/usr/{include,lib/libdiscord-rpc.a}
-}
-
-# vim: ts=2 sw=2 et:

Copied: dolphin-emu/repos/community-x86_64/PKGBUILD (from rev 771011, 
dolphin-emu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-06 09:17:56 UTC (rev 771012)
@@ -0,0 +1,74 @@
+# Maintainer: schuay 
+# Maintainer: Maxime Gauduin 
+# Contributor: Jeremy Newton (Mystro256) 
+
+pkgname=dolphin-emu
+pkgver=5.0.r13184.2952f99f69
+pkgrel=1
+epoch=1
+pkgdesc='A Gamecube / Wii / Triforce emulator'
+arch=(x86_64)
+url=https://dolphin-emu.org
+license=(GPL2)
+depends=(
+  alsa-lib
+  bluez-libs
+  enet
+  gcc-libs
+  glibc
+  hidapi
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libcurl.so
+  libevdev
+  libgl
+  libminiupnpc.so
+  libpng
+  libpulse
+  libswscale.so
+  libudev.so
+  libusb-1.0.so
+  libx11
+  libxi
+  libxrandr
+  lzo
+  mbedtls
+  pugixml
+  qt5-base
+  sfml
+  zlib
+)
+makedepends=(
+  cmake
+  git
+  python
+)
+optdepends=('pulseaudio: PulseAudio backend')
+options=(!emptydirs)
+_commit=2952f99f691e69e450c5ac52dca9516483ade2ee
+source=(dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd dolphin-emu
+
+  git describe | sed 's/-/.r/; s/-g/./'
+}
+
+build() {
+  cmake -S dolphin-emu -B build \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_SHARED_ENET=ON \
+-DDISTRIBUTOR=archlinux.org
+  make -C build
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C build install
+  install -Dm 644 dolphin-emu/Data/51-usb-device.rules -t 
"${pkgdir}"/usr/lib/udev/rules.d/
+  rm -rf "${pkgdir}"/usr/{include,lib/libdiscord-rpc.a}
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-06 Thread Maxime Gauduin via arch-commits
Date: Sunday, December 6, 2020 @ 09:17:51
  Author: alucryd
Revision: 771011

upgpkg: dolphin-emu 1:5.0.r13184.2952f99f69-1

Modified:
  dolphin-emu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 09:17:23 UTC (rev 771010)
+++ PKGBUILD2020-12-06 09:17:51 UTC (rev 771011)
@@ -3,7 +3,7 @@
 # Contributor: Jeremy Newton (Mystro256) 
 
 pkgname=dolphin-emu
-pkgver=5.0.r13170.5abae61a8c
+pkgver=5.0.r13184.2952f99f69
 pkgrel=1
 epoch=1
 pkgdesc='A Gamecube / Wii / Triforce emulator'
@@ -46,7 +46,7 @@
 )
 optdepends=('pulseaudio: PulseAudio backend')
 options=(!emptydirs)
-_commit=5abae61a8c7e0e4ac03bb8d3031793037e87fdd3
+_commit=2952f99f691e69e450c5ac52dca9516483ade2ee
 
source=(dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#commit=${_commit})
 sha256sums=(SKIP)
 


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

2020-12-06 Thread Maxime Gauduin via arch-commits
Date: Sunday, December 6, 2020 @ 09:17:23
  Author: alucryd
Revision: 771010

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-06 09:17:18 UTC (rev 771009)
+++ PKGBUILD2020-12-06 09:17:23 UTC (rev 771010)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-quart
-pkgver=0.13.1
-pkgrel=3
-pkgdesc='A Python ASGI web microframework with the same API as Flask'
-url=https://gitlab.com/pgjones/quart
-arch=(any)
-license=(MIT)
-depends=(
-  hypercorn
-  python-aiofiles
-  python-blinker
-  python-click
-  python-itsdangerous
-  python-jinja
-  python-toml
-  python-werkzeug
-)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-asynctest
-  python-distlib
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-cov
-  python-pytest-sugar
-  python-tox
-)
-_tag=c6bef1fcac63ebd647e44a4888c6dc5f68465360
-source=(git+https://gitlab.com/pgjones/quart.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd quart
-
-  git describe --tags
-}
-
-build() {
-  cd quart
-
-  python setup.py build
-}
-
-check() {
-  cd quart
-
-  tox -e py39
-}
-
-package() {
-  cd quart
-
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-quart/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-quart/repos/community-any/PKGBUILD (from rev 771009, 
python-quart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-06 09:17:23 UTC (rev 771010)
@@ -0,0 +1,63 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-quart
+pkgver=0.14.0
+pkgrel=1
+pkgdesc='A Python ASGI web microframework with the same API as Flask'
+url=https://gitlab.com/pgjones/quart
+arch=(any)
+license=(MIT)
+depends=(
+  hypercorn
+  python-aiofiles
+  python-blinker
+  python-click
+  python-itsdangerous
+  python-jinja
+  python-toml
+  python-werkzeug
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-asynctest
+  python-distlib
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-cov
+  python-pytest-sugar
+  python-tox
+)
+_tag=97349f2e2cefbc2f1a09d6509066bb034bd368d9
+source=(git+https://gitlab.com/pgjones/quart.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd quart
+
+  git describe --tags
+}
+
+build() {
+  cd quart
+
+  python setup.py build
+}
+
+check() {
+  cd quart
+
+  tox -e py39
+}
+
+package() {
+  cd quart
+
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-quart/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-06 Thread Maxime Gauduin via arch-commits
Date: Sunday, December 6, 2020 @ 09:17:18
  Author: alucryd
Revision: 771009

upgpkg: python-quart 0.14.0-1

Modified:
  python-quart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 09:16:34 UTC (rev 771008)
+++ PKGBUILD2020-12-06 09:17:18 UTC (rev 771009)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-quart
-pkgver=0.13.1
-pkgrel=3
+pkgver=0.14.0
+pkgrel=1
 pkgdesc='A Python ASGI web microframework with the same API as Flask'
 url=https://gitlab.com/pgjones/quart
 arch=(any)
@@ -31,7 +31,7 @@
   python-pytest-sugar
   python-tox
 )
-_tag=c6bef1fcac63ebd647e44a4888c6dc5f68465360
+_tag=97349f2e2cefbc2f1a09d6509066bb034bd368d9
 source=(git+https://gitlab.com/pgjones/quart.git#tag=${_tag})
 sha256sums=(SKIP)
 


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

2020-12-06 Thread Maxime Gauduin via arch-commits
Date: Sunday, December 6, 2020 @ 09:16:34
  Author: alucryd
Revision: 771008

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-06 09:16:30 UTC (rev 771007)
+++ PKGBUILD2020-12-06 09:16:34 UTC (rev 771008)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Tatsuyuki Ishi 
-
-pkgname=python-blessed
-pkgver=1.17.11
-pkgrel=3
-pkgdesc='A thin, practical wrapper around terminal styling, screen 
positioning, and keyboard input'
-arch=(any)
-url=https://github.com/jquast/blessed
-license=(GPL)
-depends=(
-  python-six
-  python-wcwidth
-)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-tox
-)
-_tag=5a8219087b51c183cf34952cdbcf1794d0c7ce59
-source=(git+https://github.com/jquast/blessed.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd blessed
-
-  git describe --tags
-}
-
-build() {
-  cd blessed
-
-  python setup.py build
-}
-
-check() {
-  cd blessed
-
-  tox -e py39
-}
-
-package() {
-  cd blessed
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-blessed/repos/community-any/PKGBUILD (from rev 771007, 
python-blessed/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-06 09:16:34 UTC (rev 771008)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tatsuyuki Ishi 
+
+pkgname=python-blessed
+pkgver=1.17.12
+pkgrel=1
+pkgdesc='A thin, practical wrapper around terminal styling, screen 
positioning, and keyboard input'
+arch=(any)
+url=https://github.com/jquast/blessed
+license=(GPL)
+depends=(
+  python-six
+  python-wcwidth
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-tox
+)
+_tag=b22d3aa6a348416e49d14ce9d42bac48f0593e73
+source=(git+https://github.com/jquast/blessed.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd blessed
+
+  git describe --tags
+}
+
+build() {
+  cd blessed
+
+  python setup.py build
+}
+
+check() {
+  cd blessed
+
+  tox -e py39
+}
+
+package() {
+  cd blessed
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-06 Thread Maxime Gauduin via arch-commits
Date: Sunday, December 6, 2020 @ 09:16:30
  Author: alucryd
Revision: 771007

upgpkg: python-blessed 1.17.12-1

Modified:
  python-blessed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 08:44:26 UTC (rev 771006)
+++ PKGBUILD2020-12-06 09:16:30 UTC (rev 771007)
@@ -2,8 +2,8 @@
 # Contributor: Tatsuyuki Ishi 
 
 pkgname=python-blessed
-pkgver=1.17.11
-pkgrel=3
+pkgver=1.17.12
+pkgrel=1
 pkgdesc='A thin, practical wrapper around terminal styling, screen 
positioning, and keyboard input'
 arch=(any)
 url=https://github.com/jquast/blessed
@@ -19,7 +19,7 @@
 checkdepends=(
   python-tox
 )
-_tag=5a8219087b51c183cf34952cdbcf1794d0c7ce59
+_tag=b22d3aa6a348416e49d14ce9d42bac48f0593e73
 source=(git+https://github.com/jquast/blessed.git#tag=${_tag})
 sha256sums=(SKIP)
 


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

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 17:54:47
  Author: alucryd
Revision: 402906

archrelease: copy trunk to extra-x86_64

Added:
  ffmpeg/repos/extra-x86_64/PKGBUILD
(from rev 402905, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/extra-x86_64/vmaf-model-path.patch
(from rev 402905, ffmpeg/trunk/vmaf-model-path.patch)
Deleted:
  ffmpeg/repos/extra-x86_64/PKGBUILD
  ffmpeg/repos/extra-x86_64/vmaf-model-path.patch

---+
 PKGBUILD  |  364 
 vmaf-model-path.patch |   26 +--
 2 files changed, 197 insertions(+), 193 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-05 17:54:40 UTC (rev 402905)
+++ PKGBUILD2020-12-05 17:54:47 UTC (rev 402906)
@@ -1,180 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=4.3.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
-  libomxil-bellagio
-  libpulse
-  librav1e.so
-  libraw1394
-  libsoxr
-  libssh
-  libtheora
-  libva.so
-  libva-drm.so
-  libva-x11.so
-  libvdpau
-  libvidstab.so
-  libvorbisenc.so
-  libvorbis.so
-  libvpx.so
-  libwebp
-  libx11
-  libx264.so
-  libx265.so
-  libxcb
-  libxext
-  libxml2
-  libxv
-  libxvidcore.so
-  opencore-amr
-  openjpeg2
-  opus
-  sdl2
-  speex
-  srt
-  v4l-utils
-  vmaf
-  xz
-  zlib
-)
-makedepends=(
-  avisynthplus
-  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
-)
-_tag=6b6b9e593dd4d3aaf75f48d40a13ef03bdef9fdb
-source=(
-  git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
-  vmaf-model-path.patch
-)
-sha256sums=(
-  SKIP
-  8dff51f84a5f7460f8893f0514812f5d2bd668c3276ef7ab7713c99b71d7bd8d
-)
-
-pkgver() {
-  cd ffmpeg
-
-  git describe --tags | sed 's/^n//'
-}
-
-prepare() {
-  cd ffmpeg
-
-  patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
-}
-
-build() {
-  cd ffmpeg
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-fontconfig \
---enable-gmp \
---enable-gnutls \
---enable-gpl \
---enable-ladspa \
---enable-libaom \
---enable-libass \
---enable-libbluray \
---enable-libdav1d \
---enable-libdrm \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libiec61883 \
---enable-libjack \
---enable-libmfx \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-librav1e \
---enable-libsoxr \
---enable-libspeex \
---enable-libsrt \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvidstab \
---enable-libvmaf \
---enable-libvorbis \
---enable-libvpx \
---enable-libwebp \
---enable-libx264 \
---enable-libx265 \
---enable-libxcb \
---enable-libxml2 \
---enable-libxvid \
---enable-nvdec \
---enable-nvenc \
---enable-omx \
---enable-shared \
---enable-version3
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play}.1
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C ffmpeg install install-man
-  install -Dm 755 ffmpeg/tools/qt-faststart "${pkgdir}"/usr/bin/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffmpeg/repos/extra-x86_64/PKGBUILD (from rev 402905, 
ffmpeg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-05 17:54:47 UTC (rev 402906)
@@ -0,0 +1,184 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=4.3.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

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

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 17:54:40
  Author: alucryd
Revision: 402905

ffmpeg 2:4.3.1-3: disable omx, enable amf and cuda-llvm

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-05 17:40:20 UTC (rev 402904)
+++ PKGBUILD2020-12-05 17:54:40 UTC (rev 402905)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.3.1
-pkgrel=2
+pkgrel=3
 epoch=2
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -32,7 +32,6 @@
   libiec61883
   libmfx
   libmodplug
-  libomxil-bellagio
   libpulse
   librav1e.so
   libraw1394
@@ -68,7 +67,9 @@
   zlib
 )
 makedepends=(
+  amf-headers
   avisynthplus
+  clang
   ffnvcodec-headers
   git
   ladspa
@@ -109,6 +110,7 @@
 prepare() {
   cd ffmpeg
 
+  git cherry-pick -n 7c59e1b0f285cd7c7b35fcd71f49c5fd52cf9315 # fix build 
against libsrt 1.4.2
   patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
 }
 
@@ -120,7 +122,10 @@
 --disable-debug \
 --disable-static \
 --disable-stripping \
+--enable-amf \
 --enable-avisynth \
+--enable-cuda-llvm \
+--enable-lto \
 --enable-fontconfig \
 --enable-gmp \
 --enable-gnutls \
@@ -163,7 +168,6 @@
 --enable-libxvid \
 --enable-nvdec \
 --enable-nvenc \
---enable-omx \
 --enable-shared \
 --enable-version3
 


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

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 17:47:49
  Author: alucryd
Revision: 770917

archrelease: copy trunk to community-any

Added:
  home-assistant/repos/community-any/PKGBUILD
(from rev 770916, home-assistant/trunk/PKGBUILD)
  home-assistant/repos/community-any/home-assistant-astral2.2.patch
(from rev 770916, home-assistant/trunk/home-assistant-astral2.2.patch)
  home-assistant/repos/community-any/home-assistant.service
(from rev 770916, home-assistant/trunk/home-assistant.service)
Deleted:
  home-assistant/repos/community-any/PKGBUILD
  home-assistant/repos/community-any/home-assistant-astral2.2.patch
  home-assistant/repos/community-any/home-assistant.service

+
 PKGBUILD   |  180 ++--
 home-assistant-astral2.2.patch |  564 +++
 home-assistant.service |   56 +--
 3 files changed, 402 insertions(+), 398 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-05 17:47:41 UTC (rev 770916)
+++ PKGBUILD2020-12-05 17:47:49 UTC (rev 770917)
@@ -1,88 +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=0.117.6
-pkgrel=1
-arch=(any)
-url=https://home-assistant.io/
-license=(APACHE)
-depends=(
-  gcc
-  python-aiohttp
-  python-aiohttp-cors
-  python-astral
-  python-async-timeout
-  python-attrs
-  python-bcrypt
-  python-certifi
-  python-ciso8601
-  python-cryptography
-  python-jinja
-  python-pillow
-  python-pip
-  python-pyjwt
-  python-pytz
-  python-requests
-  python-ruamel-yaml
-  python-slugify
-  python-sqlalchemy
-  python-voluptuous
-  python-voluptuous-serialize
-  python-yaml
-  python-yarl
-)
-makedepends=(
-  git
-  python-setuptools
-)
-optdepends=(
-  'net-tools: Nmap host discovery'
-  'openzwave: Z-Wave integration'
-  'python-dtlssocket: Ikea Tradfri integration'
-  'python-lxml: Meteo France integration'
-)
-_tag=7c783dc1b45ca63f071da9d3fc97d85b1b7039b7
-source=(
-  git+https://github.com/home-assistant/home-assistant.git#tag=${_tag}
-  home-assistant.service
-  home-assistant-astral2.2.patch
-)
-b2sums=('SKIP'
-
'0df7bbfdac09e37294ac27567e677855c72d13be3aefbd23e0a8f101cf2148302affbe9b6b586b893f77fc990f665d7b95f4916583680c06abd8f74b5cdf3da9'
-
'b8b13879e6db3f512aa3e2f86b485fe2ed55a2940b7f62d8cbcc706f05768585836f7c6496e5db30b0a6782e5842629f92d310872114795e4aa446d2da300eec')
-
-pkgver() {
-  cd home-assistant
-
-  git describe --tags
-}
-
-prepare() {
-  cd home-assistant
-
-  patch -Np1 -i ../home-assistant-astral2.2.patch
-
-  # lift hard dep constraints, we'll deal with breaking changes ourselves
-  sed 's/==/>=/g' -i setup.py homeassistant/package_constraints.txt
-}
-
-build() {
-  cd home-assistant
-
-  python setup.py build
-}
-
-package() {
-  cd home-assistant
-
-  python setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1 
--skip-build
-
-  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 770916, 
home-assistant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-05 17:47:49 UTC (rev 770917)
@@ -0,0 +1,92 @@
+# 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=0.118.5
+pkgrel=1
+arch=(any)
+url=https://home-assistant.io/
+license=(APACHE)
+depends=(
+  gcc
+  python-aiohttp
+  python-aiohttp-cors
+  python-astral
+  python-async-timeout
+  python-attrs
+  python-bcrypt
+  python-certifi
+  python-ciso8601
+  python-cryptography
+  python-defusedxml
+  python-httpx
+  python-jinja
+  python-mutagen
+  python-pillow
+  python-pip
+  python-pyjwt
+  python-pytz
+  python-requests
+  python-ruamel-yaml
+  python-slugify
+  python-sqlalchemy
+  python-voluptuous
+  python-voluptuous-serialize
+  python-yaml
+  python-yarl
+  python-zeroconf
+)
+makedepends=(
+  git
+  python-setuptools
+)
+optdepends=(
+  'net-tools: Nmap host discovery'
+  'openzwave: Z-Wave integration'
+  'python-dtlssocket: Ikea Tradfri integration'
+  'python-lxml: Meteo France integration'
+)
+_tag=7130b7a4b7d876151d2edc55e83486b84f017ebf
+source=(
+  git+https://github.com/home-assistant/home-assistant.git#tag=${_tag}
+  home-assistant.service
+  home-assistant-astral2.2.patch
+)
+b2sums=('SKIP'
+
'0df7bbfdac09e37294ac27567e677855c72d13be3aefbd23e0a8f101cf2148302affbe9b6b586b893f77fc990f665d7b95f4916583680c06abd8f74b5cdf3da9'
+

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

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 17:47:41
  Author: alucryd
Revision: 770916

upgpkg: home-assistant 0.118.5-1

Modified:
  home-assistant/trunk/PKGBUILD
  home-assistant/trunk/home-assistant-astral2.2.patch

+
 PKGBUILD   |   10 +++---
 home-assistant-astral2.2.patch |   14 +++---
 2 files changed, 14 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-05 16:55:23 UTC (rev 770915)
+++ PKGBUILD2020-12-05 17:47:41 UTC (rev 770916)
@@ -6,7 +6,7 @@
 
 pkgname=home-assistant
 pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=0.117.6
+pkgver=0.118.5
 pkgrel=1
 arch=(any)
 url=https://home-assistant.io/
@@ -22,7 +22,10 @@
   python-certifi
   python-ciso8601
   python-cryptography
+  python-defusedxml
+  python-httpx
   python-jinja
+  python-mutagen
   python-pillow
   python-pip
   python-pyjwt
@@ -35,6 +38,7 @@
   python-voluptuous-serialize
   python-yaml
   python-yarl
+  python-zeroconf
 )
 makedepends=(
   git
@@ -46,7 +50,7 @@
   'python-dtlssocket: Ikea Tradfri integration'
   'python-lxml: Meteo France integration'
 )
-_tag=7c783dc1b45ca63f071da9d3fc97d85b1b7039b7
+_tag=7130b7a4b7d876151d2edc55e83486b84f017ebf
 source=(
   git+https://github.com/home-assistant/home-assistant.git#tag=${_tag}
   home-assistant.service
@@ -54,7 +58,7 @@
 )
 b2sums=('SKIP'
 
'0df7bbfdac09e37294ac27567e677855c72d13be3aefbd23e0a8f101cf2148302affbe9b6b586b893f77fc990f665d7b95f4916583680c06abd8f74b5cdf3da9'
-
'b8b13879e6db3f512aa3e2f86b485fe2ed55a2940b7f62d8cbcc706f05768585836f7c6496e5db30b0a6782e5842629f92d310872114795e4aa446d2da300eec')
+
'e2e4c8f4c20932d6f10812ed06a30234de8c6c9b364c8ea98976d1b7546256d7917a2d4649da3c9880f7e542ec161f91295f11cd15f77f21100822aacb9b0753')
 
 pkgver() {
   cd home-assistant

Modified: home-assistant-astral2.2.patch
===
--- home-assistant-astral2.2.patch  2020-12-05 16:55:23 UTC (rev 770915)
+++ home-assistant-astral2.2.patch  2020-12-05 17:47:41 UTC (rev 770916)
@@ -1,4 +1,4 @@
-From d32f28bd1737212b571dab204208cf34e6e58df2 Mon Sep 17 00:00:00 2001
+From a675013a44de962bf63a6937d08a84789b897a80 Mon Sep 17 00:00:00 2001
 From: Maxime Gauduin 
 Date: Thu, 27 Feb 2020 17:27:37 +0100
 Subject: [PATCH] bump astral to 2.2
@@ -239,12 +239,12 @@
  return None
  
 diff --git a/homeassistant/package_constraints.txt 
b/homeassistant/package_constraints.txt
-index 01c2a30d2d..4951b333dc 100644
+index 33a9466f4d..0d7cdf4862 100644
 --- a/homeassistant/package_constraints.txt
 +++ b/homeassistant/package_constraints.txt
 @@ -2,7 +2,7 @@ PyJWT==1.7.1
  PyNaCl==1.3.0
- aiohttp==3.6.2
+ aiohttp==3.7.1
  aiohttp_cors==0.7.0
 -astral==1.10.1
 +astral==2.2
@@ -252,13 +252,13 @@
  attrs==19.3.0
  bcrypt==3.1.7
 diff --git a/requirements.txt b/requirements.txt
-index 498b948e47..10b5b887e8 100644
+index ece1877ea7..4026232eea 100644
 --- a/requirements.txt
 +++ b/requirements.txt
 @@ -2,7 +2,7 @@
  
  # Home Assistant Core
- aiohttp==3.6.2
+ aiohttp==3.7.1
 -astral==1.10.1
 +astral==2.2
  async_timeout==3.0.1
@@ -265,13 +265,13 @@
  attrs==19.3.0
  bcrypt==3.1.7
 diff --git a/setup.py b/setup.py
-index a1794f7880..68d822a808 100755
+index d5d133d4a3..ee284b9d87 100755
 --- a/setup.py
 +++ b/setup.py
 @@ -33,7 +33,7 @@ PACKAGES = find_packages(exclude=["tests", "tests.*"])
  
  REQUIRES = [
- "aiohttp==3.6.2",
+ "aiohttp==3.7.1",
 -"astral==1.10.1",
 +"astral==2.2",
  "async_timeout==3.0.1",


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

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 17:40:15
  Author: alucryd
Revision: 402903

amf-headers 1.4.18-2: initial commit

Modified:
  amf-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-05 17:34:09 UTC (rev 402902)
+++ PKGBUILD2020-12-05 17:40:15 UTC (rev 402903)
@@ -8,10 +8,17 @@
 arch=(any)
 url=https://github.com/GPUOpen-LibrariesAndSDKs/AMF/
 license=(MIT)
+makedepends=(git)
 _tag=7a83513f8a0c9f2b2b6270dbb294cd942d27a499
 source=(git+https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git#tag=${_tag})
 b2sums=(SKIP)
 
+pkgver() {
+  cd AMF
+
+  git describe --tags | sed 's/^v//'
+}
+
 package() {
   install -dm 755 "${pkgdir}"/usr/include
   cp -dr --no-preserve=ownership AMF/amf/public/include 
"${pkgdir}"/usr/include/AMF


[arch-commits] Commit in amf-headers (repos repos/extra-any repos/extra-any/PKGBUILD)

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 17:40:20
  Author: alucryd
Revision: 402904

archrelease: copy trunk to extra-any

Added:
  amf-headers/repos/
  amf-headers/repos/extra-any/
  amf-headers/repos/extra-any/PKGBUILD
(from rev 402903, amf-headers/trunk/PKGBUILD)

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

Copied: amf-headers/repos/extra-any/PKGBUILD (from rev 402903, 
amf-headers/trunk/PKGBUILD)
===
--- repos/extra-any/PKGBUILD(rev 0)
+++ repos/extra-any/PKGBUILD2020-12-05 17:40:20 UTC (rev 402904)
@@ -0,0 +1,28 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Daniel Bermond 
+
+pkgname=amf-headers
+pkgver=1.4.18
+pkgrel=2
+pkgdesc='Header files for AMD Advanced Media Framework'
+arch=(any)
+url=https://github.com/GPUOpen-LibrariesAndSDKs/AMF/
+license=(MIT)
+makedepends=(git)
+_tag=7a83513f8a0c9f2b2b6270dbb294cd942d27a499
+source=(git+https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd AMF
+
+  git describe --tags | sed 's/^v//'
+}
+
+package() {
+  install -dm 755 "${pkgdir}"/usr/include
+  cp -dr --no-preserve=ownership AMF/amf/public/include 
"${pkgdir}"/usr/include/AMF
+  install -Dm 644 AMF/LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/amf-headers/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 17:34:09
  Author: alucryd
Revision: 402902

add amf-headers

Added:
  amf-headers/
  amf-headers/trunk/
  amf-headers/trunk/PKGBUILD

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

Added: amf-headers/trunk/PKGBUILD
===
--- amf-headers/trunk/PKGBUILD  (rev 0)
+++ amf-headers/trunk/PKGBUILD  2020-12-05 17:34:09 UTC (rev 402902)
@@ -0,0 +1,21 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Daniel Bermond 
+
+pkgname=amf-headers
+pkgver=1.4.18
+pkgrel=2
+pkgdesc='Header files for AMD Advanced Media Framework'
+arch=(any)
+url=https://github.com/GPUOpen-LibrariesAndSDKs/AMF/
+license=(MIT)
+_tag=7a83513f8a0c9f2b2b6270dbb294cd942d27a499
+source=(git+https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git#tag=${_tag})
+b2sums=(SKIP)
+
+package() {
+  install -dm 755 "${pkgdir}"/usr/include
+  cp -dr --no-preserve=ownership AMF/amf/public/include 
"${pkgdir}"/usr/include/AMF
+  install -Dm 644 AMF/LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/amf-headers/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 14:00:38
  Author: alucryd
Revision: 770616

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-05 14:00:33 UTC (rev 770615)
+++ PKGBUILD2020-12-05 14:00:38 UTC (rev 770616)
@@ -1,88 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan Alexander Steffens 
-# Contributor: Daniel Micay 
-# Contributor: Mladen Pejakovic 
-
-pkgbase=lib32-libxkbcommon
-pkgname=(
-  lib32-libxkbcommon
-  lib32-libxkbcommon-x11
-)
-pkgver=1.0.1
-pkgrel=2
-url=https://xkbcommon.org/
-arch=(x86_64)
-license=(custom)
-makedepends=(
-  git
-  lib32-libxcb
-  lib32-wayland
-  meson
-  wayland-protocols
-  xorg-util-macros
-)
-checkdepends=(
-  xorg-server-xvfb
-  libgl
-)
-_tag=2c295b10aa87e9bd8c11954adcf7e92b031b92f9
-source=(git+https://github.com/xkbcommon/libxkbcommon#tag=${_tag})
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libxkbcommon
-
-  git describe --tags | sed 's/^xkbcommon-//'
-}
-
-prepare() {
-  mkdir -p build x11/usr/lib32/pkgconfig
-}
-
-build() {
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  arch-meson libxkbcommon build \
---libdir=/usr/lib32 \
--D enable-docs=false
-  ninja -C build
-}
-
-check() {
-  xvfb-run -a meson test -C build --print-errorlogs
-}
-
-package_lib32-libxkbcommon() {
-  pkgdesc='Keymap handling library for toolkits and window systems'
-  depends=(
-lib32-glibc
-libxkbcommon
-  )
-
-  DESTDIR="${pkgdir}" meson install -C build
-  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libxkbcommon "${pkgdir}"/usr/share/licenses/lib32-libxkbcommon
-
-  mv "${pkgdir}"/usr/lib32/*x11* x11/usr/lib32
-  mv "${pkgdir}"/usr/lib32/pkgconfig/*x11* x11/usr/lib32/pkgconfig
-}
-
-package_lib32-libxkbcommon-x11() {
-  pkgdesc='Keyboard handling library using XKB data for X11 XCB clients'
-  depends=(
-lib32-libxcb
-lib32-libxkbcommon
-libxkbcommon-x11
-  )
-
-  mv x11/* "${pkgdir}"/
-  find "${pkgdir}" -type d -exec chmod 755 {} +
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libxkbcommon-x11 "${pkgdir}"/usr/share/licenses/lib32-libxkbcommon-x11
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libxkbcommon/repos/multilib-x86_64/PKGBUILD (from rev 770615, 
lib32-libxkbcommon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-05 14:00:38 UTC (rev 770616)
@@ -0,0 +1,88 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan Alexander Steffens 
+# Contributor: Daniel Micay 
+# Contributor: Mladen Pejakovic 
+
+pkgbase=lib32-libxkbcommon
+pkgname=(
+  lib32-libxkbcommon
+  lib32-libxkbcommon-x11
+)
+pkgver=1.0.3
+pkgrel=1
+url=https://xkbcommon.org/
+arch=(x86_64)
+license=(custom)
+makedepends=(
+  git
+  lib32-libxcb
+  lib32-wayland
+  meson
+  wayland-protocols
+  xorg-util-macros
+)
+checkdepends=(
+  xorg-server-xvfb
+  libgl
+)
+_tag=c60b77ea512bef92e481be38972b58dd71a34180
+source=(git+https://github.com/xkbcommon/libxkbcommon#tag=${_tag})
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libxkbcommon
+
+  git describe --tags | sed 's/^xkbcommon-//'
+}
+
+prepare() {
+  mkdir -p build x11/usr/lib32/pkgconfig
+}
+
+build() {
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  arch-meson libxkbcommon build \
+--libdir=/usr/lib32 \
+-D enable-docs=false
+  ninja -C build
+}
+
+check() {
+  xvfb-run -a meson test -C build --print-errorlogs
+}
+
+package_lib32-libxkbcommon() {
+  pkgdesc='Keymap handling library for toolkits and window systems'
+  depends=(
+lib32-glibc
+libxkbcommon
+  )
+
+  DESTDIR="${pkgdir}" meson install -C build
+  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libxkbcommon "${pkgdir}"/usr/share/licenses/lib32-libxkbcommon
+
+  mv "${pkgdir}"/usr/lib32/*x11* x11/usr/lib32
+  mv "${pkgdir}"/usr/lib32/pkgconfig/*x11* x11/usr/lib32/pkgconfig
+}
+
+package_lib32-libxkbcommon-x11() {
+  pkgdesc='Keyboard handling library using XKB data for X11 XCB clients'
+  depends=(
+lib32-libxcb
+lib32-libxkbcommon
+libxkbcommon-x11
+  )
+
+  mv x11/* "${pkgdir}"/
+  find "${pkgdir}" -type d -exec chmod 755 {} +
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libxkbcommon-x11 "${pkgdir}"/usr/share/licenses/lib32-libxkbcommon-x11
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 14:00:33
  Author: alucryd
Revision: 770615

upgpkg: lib32-libxkbcommon 1.0.3-1

Modified:
  lib32-libxkbcommon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-05 14:00:00 UTC (rev 770614)
+++ PKGBUILD2020-12-05 14:00:33 UTC (rev 770615)
@@ -8,8 +8,8 @@
   lib32-libxkbcommon
   lib32-libxkbcommon-x11
 )
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.3
+pkgrel=1
 url=https://xkbcommon.org/
 arch=(x86_64)
 license=(custom)
@@ -25,7 +25,7 @@
   xorg-server-xvfb
   libgl
 )
-_tag=2c295b10aa87e9bd8c11954adcf7e92b031b92f9
+_tag=c60b77ea512bef92e481be38972b58dd71a34180
 source=(git+https://github.com/xkbcommon/libxkbcommon#tag=${_tag})
 sha256sums=('SKIP')
 


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

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 13:58:37
  Author: alucryd
Revision: 402901

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-05 13:58:32 UTC (rev 402900)
+++ PKGBUILD2020-12-05 13:58:37 UTC (rev 402901)
@@ -1,64 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-
-pkgname=libva
-pkgver=2.9.1
-pkgrel=1
-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)
-_tag=bef69c5f380a27b6908d6daea0fc18ce50e33bb9
-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
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
-
-  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+
+pkgname=libva
+pkgver=2.10.0
+pkgrel=1
+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)
+_tag=e3c7598743f10477f5799df42c806ba4945fd5c1
+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
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
+
+  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <

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

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 13:58:32
  Author: alucryd
Revision: 402900

upgpkg: libva 2.10.0-1

Modified:
  libva/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-05 13:43:33 UTC (rev 402899)
+++ PKGBUILD2020-12-05 13:58:32 UTC (rev 402900)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=libva
-pkgver=2.9.1
+pkgver=2.10.0
 pkgrel=1
 pkgdesc='Video Acceleration (VA) API for Linux'
 arch=(x86_64)
@@ -36,7 +36,7 @@
   libva.so
 )
 backup=(etc/libva.conf)
-_tag=bef69c5f380a27b6908d6daea0fc18ce50e33bb9
+_tag=e3c7598743f10477f5799df42c806ba4945fd5c1
 source=(git+https://github.com/intel/libva.git#tag=${_tag})
 sha256sums=(SKIP)
 


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

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 13:57:48
  Author: alucryd
Revision: 770608

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-05 13:57:43 UTC (rev 770607)
+++ PKGBUILD2020-12-05 13:57:48 UTC (rev 770608)
@@ -1,31 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Adrian Sampson 
-
-pkgname=python-munkres
-pkgver=1.1.2
-pkgrel=5
-pkgdesc='Munkres algorithm for Python'
-arch=(any)
-url=https://github.com/bmc/munkres
-license=(Apache)
-depends=(python)
-makedepends=(
-  git
-  python-setuptools
-)
-source=(git+https://github.com/bmc/munkres.git#tag=release-${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  cd munkres
-
-  python setup.py build
-}
-
-package() {
-  cd munkres
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-munkres/repos/community-any/PKGBUILD (from rev 770607, 
python-munkres/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-05 13:57:48 UTC (rev 770608)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Adrian Sampson 
+
+pkgname=python-munkres
+pkgver=1.1.4
+pkgrel=1
+pkgdesc='Munkres algorithm for Python'
+arch=(any)
+url=https://github.com/bmc/munkres
+license=(Apache)
+depends=(python)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=ac8af9e3b6093e4be8e3935829bc7d7fc45a84d2
+source=(git+https://github.com/bmc/munkres.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd munkres
+
+  git describe --tags | sed 's/^release-//'
+}
+
+build() {
+  cd munkres
+
+  python setup.py build
+}
+
+package() {
+  cd munkres
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 13:57:43
  Author: alucryd
Revision: 770607

upgpkg: python-munkres 1.1.4-1

Modified:
  python-munkres/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-05 13:56:49 UTC (rev 770606)
+++ PKGBUILD2020-12-05 13:57:43 UTC (rev 770607)
@@ -2,8 +2,8 @@
 # Contributor: Adrian Sampson 
 
 pkgname=python-munkres
-pkgver=1.1.2
-pkgrel=5
+pkgver=1.1.4
+pkgrel=1
 pkgdesc='Munkres algorithm for Python'
 arch=(any)
 url=https://github.com/bmc/munkres
@@ -13,9 +13,16 @@
   git
   python-setuptools
 )
-source=(git+https://github.com/bmc/munkres.git#tag=release-${pkgver})
-sha256sums=(SKIP)
+_tag=ac8af9e3b6093e4be8e3935829bc7d7fc45a84d2
+source=(git+https://github.com/bmc/munkres.git#tag=${_tag})
+b2sums=(SKIP)
 
+pkgver() {
+  cd munkres
+
+  git describe --tags | sed 's/^release-//'
+}
+
 build() {
   cd munkres
 


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

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 13:51:48
  Author: alucryd
Revision: 770600

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-05 13:51:44 UTC (rev 770599)
+++ PKGBUILD2020-12-05 13:51:48 UTC (rev 770600)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-pyfakefs
-pkgver=4.2.1
-pkgrel=3
-pkgdesc='pyfakefs implements a fake file system that mocks the Python file 
system modules'
-url=https://github.com/jmcgeheeiv/pyfakefs/
-license=(APACHE)
-arch=(any)
-depends=(python-pytest)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-tox
-)
-_tag=59769a8b3cacd51f2386d37ccf9b3f6cf49b7b67
-source=(git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd pyfakefs
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd  pyfakefs
-
-  python setup.py build
-}
-
-check() {
-  cd  pyfakefs
-
-  tox -e py39
-}
-
-package() {
-  cd pyfakefs
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pyfakefs/repos/community-any/PKGBUILD (from rev 770599, 
python-pyfakefs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-05 13:51:48 UTC (rev 770600)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-pyfakefs
+pkgver=4.3.2
+pkgrel=1
+pkgdesc='pyfakefs implements a fake file system that mocks the Python file 
system modules'
+url=https://github.com/jmcgeheeiv/pyfakefs/
+license=(APACHE)
+arch=(any)
+depends=(python-pytest)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-tox
+)
+_tag=bec380f07a9efa5a5f9cfd4d5eb5de8350cbe41c
+source=(git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pyfakefs
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd  pyfakefs
+
+  python setup.py build
+}
+
+check() {
+  cd  pyfakefs
+
+  tox -e py39
+}
+
+package() {
+  cd pyfakefs
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 13:51:44
  Author: alucryd
Revision: 770599

upgpkg: python-pyfakefs 4.3.2-1

Modified:
  python-pyfakefs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-05 13:51:10 UTC (rev 770598)
+++ PKGBUILD2020-12-05 13:51:44 UTC (rev 770599)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-pyfakefs
-pkgver=4.2.1
-pkgrel=3
+pkgver=4.3.2
+pkgrel=1
 pkgdesc='pyfakefs implements a fake file system that mocks the Python file 
system modules'
 url=https://github.com/jmcgeheeiv/pyfakefs/
 license=(APACHE)
@@ -15,7 +15,7 @@
 checkdepends=(
   python-tox
 )
-_tag=59769a8b3cacd51f2386d37ccf9b3f6cf49b7b67
+_tag=bec380f07a9efa5a5f9cfd4d5eb5de8350cbe41c
 source=(git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=${_tag})
 sha256sums=(SKIP)
 


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

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 13:50:14
  Author: alucryd
Revision: 770596

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-05 13:50:08 UTC (rev 770595)
+++ PKGBUILD2020-12-05 13:50:14 UTC (rev 770596)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-outcome
-pkgver=1.0.1
-pkgrel=5
-pkgdesc='Capture the outcome of Python function calls'
-arch=(any)
-url=https://github.com/python-trio/outcome
-license=(MIT)
-depends=(
-  python
-  python-attrs
-)
-makedepends=(
-  git
-  python-async_generator
-  python-pytest
-  python-pytest-cov
-  python-setuptools
-)
-source=(git+https://github.com/python-trio/outcome.git#tag=8f134767135f5236c952d37f7854903f7f196832)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd outcome
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd outcome
-
-  python setup.py build
-}
-
-check() {
-  cd outcome
-
-  python setup.py test
-}
-
-package() {
-  cd outcome
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-outcome/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-outcome/repos/community-any/PKGBUILD (from rev 770595, 
python-outcome/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-05 13:50:14 UTC (rev 770596)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-outcome
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Capture the outcome of Python function calls'
+arch=(any)
+url=https://github.com/python-trio/outcome
+license=(MIT)
+depends=(
+  python
+  python-attrs
+)
+makedepends=(
+  git
+  python-async_generator
+  python-pytest
+  python-pytest-cov
+  python-setuptools
+)
+_tag=a351a52f5102f05803a213d3521e5d3905c0102b
+source=(git+https://github.com/python-trio/outcome.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd outcome
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd outcome
+
+  python setup.py build
+}
+
+check() {
+  cd outcome
+
+  python setup.py test
+}
+
+package() {
+  cd outcome
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-outcome/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 13:50:08
  Author: alucryd
Revision: 770595

upgpkg: python-outcome 1.1.0-1

Modified:
  python-outcome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-05 13:50:04 UTC (rev 770594)
+++ PKGBUILD2020-12-05 13:50:08 UTC (rev 770595)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-outcome
-pkgver=1.0.1
-pkgrel=5
+pkgver=1.1.0
+pkgrel=1
 pkgdesc='Capture the outcome of Python function calls'
 arch=(any)
 url=https://github.com/python-trio/outcome
@@ -18,7 +18,8 @@
   python-pytest-cov
   python-setuptools
 )
-source=(git+https://github.com/python-trio/outcome.git#tag=8f134767135f5236c952d37f7854903f7f196832)
+_tag=a351a52f5102f05803a213d3521e5d3905c0102b
+source=(git+https://github.com/python-trio/outcome.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 13:46:21
  Author: alucryd
Revision: 770586

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-05 13:46:16 UTC (rev 770585)
+++ PKGBUILD2020-12-05 13:46:21 UTC (rev 770586)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Jörg Thalheim 
-# Contributor: Emmanuel Gil Peyrot 
-# Contributor: Peter Richard Lewis 
-# Contributor: Wieland Hoffmann 
-# Contributor: stonecrest 
-
-pkgname=python-mpd2
-pkgver=1.1.0
-pkgrel=2
-pkgdesc='Python library which provides a client interface for the Music Player 
Daemon'
-url=https://github.com/Mic92/python-mpd2
-license=(GPL3)
-depends=(python)
-makedepends=(
-  git
-  python-setuptools
-)
-arch=(any)
-source=(git+https://github.com/Mic92/python-mpd2.git#tag=24f11f1e3693a8d66410bc9665539938bbad5487)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd python-mpd2
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd python-mpd2
-
-  python setup.py build
-}
-
-package() {
-  cd python-mpd2
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-mpd2/repos/community-any/PKGBUILD (from rev 770585, 
python-mpd2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-05 13:46:21 UTC (rev 770586)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jörg Thalheim 
+# Contributor: Emmanuel Gil Peyrot 
+# Contributor: Peter Richard Lewis 
+# Contributor: Wieland Hoffmann 
+# Contributor: stonecrest 
+
+pkgname=python-mpd2
+pkgver=2.0.1
+pkgrel=1
+pkgdesc='Python library which provides a client interface for the Music Player 
Daemon'
+url=https://github.com/Mic92/python-mpd2
+license=(GPL3)
+depends=(python)
+makedepends=(
+  git
+  python-setuptools
+)
+arch=(any)
+_tag=295264af78a5c83f2b3c2f8793192f2b63a66f77
+source=(git+https://github.com/Mic92/python-mpd2.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd python-mpd2
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd python-mpd2
+
+  python setup.py build
+}
+
+package() {
+  cd python-mpd2
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 13:46:16
  Author: alucryd
Revision: 770585

upgpkg: python-mpd2 2.0.1-1

Modified:
  python-mpd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-05 13:46:15 UTC (rev 770584)
+++ PKGBUILD2020-12-05 13:46:16 UTC (rev 770585)
@@ -6,8 +6,8 @@
 # Contributor: stonecrest 
 
 pkgname=python-mpd2
-pkgver=1.1.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 pkgdesc='Python library which provides a client interface for the Music Player 
Daemon'
 url=https://github.com/Mic92/python-mpd2
 license=(GPL3)
@@ -17,7 +17,8 @@
   python-setuptools
 )
 arch=(any)
-source=(git+https://github.com/Mic92/python-mpd2.git#tag=24f11f1e3693a8d66410bc9665539938bbad5487)
+_tag=295264af78a5c83f2b3c2f8793192f2b63a66f77
+source=(git+https://github.com/Mic92/python-mpd2.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 13:43:25
  Author: alucryd
Revision: 770582

archrelease: copy trunk to community-any

Added:
  python-marshmallow-sqlalchemy/repos/community-any/PKGBUILD
(from rev 770581, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
Deleted:
  python-marshmallow-sqlalchemy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-05 13:43:20 UTC (rev 770581)
+++ PKGBUILD2020-12-05 13:43:25 UTC (rev 770582)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-marshmallow-sqlalchemy
-pkgver=0.24.0
-pkgrel=2
-pkgdesc='SQLAlchemy integration with marshmallow'
-url=https://marshmallow-sqlalchemy.readthedocs.io/
-arch=(any)
-license=(MIT)
-depends=(
-  python-marshmallow
-  python-sqlalchemy
-)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=45df83115f84abc55e037ce9c2d05aff3f7ded52
-source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd marshmallow-sqlalchemy
-
-  git describe --tags
-}
-
-build() {
-  cd marshmallow-sqlalchemy
-
-  python setup.py build
-}
-
-package() {
-  cd marshmallow-sqlalchemy
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-marshmallow-sqlalchemy/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-marshmallow-sqlalchemy/repos/community-any/PKGBUILD (from rev 
770581, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-05 13:43:25 UTC (rev 770582)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-marshmallow-sqlalchemy
+pkgver=0.24.1
+pkgrel=1
+pkgdesc='SQLAlchemy integration with marshmallow'
+url=https://marshmallow-sqlalchemy.readthedocs.io/
+arch=(any)
+license=(MIT)
+depends=(
+  python-marshmallow
+  python-sqlalchemy
+)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=a6e5ab089be11c182fe7cd580d2698a5e6f61e74
+source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd marshmallow-sqlalchemy
+
+  git describe --tags
+}
+
+build() {
+  cd marshmallow-sqlalchemy
+
+  python setup.py build
+}
+
+package() {
+  cd marshmallow-sqlalchemy
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-marshmallow-sqlalchemy/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 13:43:20
  Author: alucryd
Revision: 770581

upgpkg: python-marshmallow-sqlalchemy 0.24.1-1

Modified:
  python-marshmallow-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-05 13:42:04 UTC (rev 770580)
+++ PKGBUILD2020-12-05 13:43:20 UTC (rev 770581)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-marshmallow-sqlalchemy
-pkgver=0.24.0
-pkgrel=2
+pkgver=0.24.1
+pkgrel=1
 pkgdesc='SQLAlchemy integration with marshmallow'
 url=https://marshmallow-sqlalchemy.readthedocs.io/
 arch=(any)
@@ -15,7 +15,7 @@
   git
   python-setuptools
 )
-_tag=45df83115f84abc55e037ce9c2d05aff3f7ded52
+_tag=a6e5ab089be11c182fe7cd580d2698a5e6f61e74
 
source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${_tag})
 sha256sums=(SKIP)
 


  1   2   3   4   5   6   7   8   9   10   >