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

2018-12-10 Thread Maxime Gauduin via arch-commits
Date: Monday, December 10, 2018 @ 16:14:07
  Author: alucryd
Revision: 341544

upgpkg: libva-intel-driver 2.3.0-1

Modified:
  libva-intel-driver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-10 13:50:52 UTC (rev 341543)
+++ PKGBUILD2018-12-10 16:14:07 UTC (rev 341544)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=libva-intel-driver
-pkgver=2.2.0
+pkgver=2.3.0
 pkgrel=1
 pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
 arch=('x86_64')


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

2018-12-10 Thread Maxime Gauduin via arch-commits
Date: Monday, December 10, 2018 @ 16:14:17
  Author: alucryd
Revision: 341545

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-10 16:14:07 UTC (rev 341544)
+++ PKGBUILD2018-12-10 16:14:17 UTC (rev 341545)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=libva-intel-driver
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
-arch=('x86_64')
-url='https://01.org/linuxmedia/vaapi'
-license=('MIT')
-depends=('libva' 'libdrm')
-makedepends=('git' 'meson')
-replaces=('libva-driver-intel')
-source=("git+https://github.com/intel/intel-vaapi-driver.git#tag=${pkgver}";)
-sha256sums=('SKIP')
-
-prepare() {
-  # Only relevant if intel-gpu-tools is installed,
-  # since then the shaders will be recompiled
-  sed -i '1s/python$/&2/' intel-vaapi-driver/src/shaders/gpp.py
-  # Fix undefined variable in src/meson.build
-  sed -i 's/2.2.0/2.2.0.0/' intel-vaapi-driver/meson.build
-}
-
-build() {
-  arch-meson intel-vaapi-driver build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -Dm 644 intel-vaapi-driver/COPYING -t 
"${pkgdir}"/usr/share/licenses/libva-intel-driver
-}
-
-# vim: ts=2 sw=2 et:

Copied: libva-intel-driver/repos/extra-x86_64/PKGBUILD (from rev 341544, 
libva-intel-driver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-10 16:14:17 UTC (rev 341545)
@@ -0,0 +1,36 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=libva-intel-driver
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
+arch=('x86_64')
+url='https://01.org/linuxmedia/vaapi'
+license=('MIT')
+depends=('libva' 'libdrm')
+makedepends=('git' 'meson')
+replaces=('libva-driver-intel')
+source=("git+https://github.com/intel/intel-vaapi-driver.git#tag=${pkgver}";)
+sha256sums=('SKIP')
+
+prepare() {
+  # Only relevant if intel-gpu-tools is installed,
+  # since then the shaders will be recompiled
+  sed -i '1s/python$/&2/' intel-vaapi-driver/src/shaders/gpp.py
+  # Fix undefined variable in src/meson.build
+  sed -i 's/2.2.0/2.2.0.0/' intel-vaapi-driver/meson.build
+}
+
+build() {
+  arch-meson intel-vaapi-driver build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -Dm 644 intel-vaapi-driver/COPYING -t 
"${pkgdir}"/usr/share/licenses/libva-intel-driver
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-17 Thread Maxime Gauduin via arch-commits
Date: Monday, December 17, 2018 @ 14:25:21
  Author: alucryd
Revision: 416531

upgpkg: lollypop 0.9.903-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 14:23:47 UTC (rev 416530)
+++ PKGBUILD2018-12-17 14:25:21 UTC (rev 416531)
@@ -3,7 +3,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.612
+pkgver=0.9.903
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')


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

2018-12-17 Thread Maxime Gauduin via arch-commits
Date: Monday, December 17, 2018 @ 14:25:31
  Author: alucryd
Revision: 416532

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 14:25:21 UTC (rev 416531)
+++ PKGBUILD2018-12-17 14:25:31 UTC (rev 416532)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.612
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://gitlab.gnome.org/gnumdk/lollypop'
-license=('GPL')
-depends=(
-  'gst-plugins-base-libs' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
-  'python-dbus' 'python-gobject' 'totem-plparser'
-)
-makedepends=(
-  'git' 'gobject-introspection' 'intltool' 'itstool' 'meson' 'python'
-)
-optdepends=('easytag: Modify tags'
-'flatpak: Flatpak Portal'
-'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'
-'python-pillow: Blur background in lyrics view'
-'python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support')
-source=("git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver}";)
-sha256sums=('SKIP')
-
-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 416531, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 14:25:31 UTC (rev 416532)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.903
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://gitlab.gnome.org/gnumdk/lollypop'
+license=('GPL')
+depends=(
+  'gst-plugins-base-libs' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
+  'python-dbus' 'python-gobject' 'totem-plparser'
+)
+makedepends=(
+  'git' 'gobject-introspection' 'intltool' 'itstool' 'meson' 'python'
+)
+optdepends=('easytag: Modify tags'
+'flatpak: Flatpak Portal'
+'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'
+'python-pillow: Blur background in lyrics view'
+'python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support')
+source=("git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver}";)
+sha256sums=('SKIP')
+
+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 snes9x/trunk (PKGBUILD)

2018-12-17 Thread Maxime Gauduin via arch-commits
Date: Monday, December 17, 2018 @ 14:54:06
  Author: alucryd
Revision: 416535

upgpkg: snes9x 1.58-1

Modified:
  snes9x/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 14:37:01 UTC (rev 416534)
+++ PKGBUILD2018-12-17 14:54:06 UTC (rev 416535)
@@ -2,20 +2,36 @@
 # Maintainer: Maxime Gauduin 
 
 pkgbase=snes9x
-pkgname=('snes9x' 'snes9x-gtk')
-pkgver=1.57
+pkgname=(snes9x snes9x-gtk)
+pkgver=1.58
 pkgrel=1
 pkgdesc='Portable Super Nintendo Entertainment System (TM) emulator'
-arch=('x86_64')
+arch=(x86_64)
 url='http://www.snes9x.com/'
-license=('custom')
+license=(custom)
 makedepends=(
-  'alsa-lib' 'cairo' 'gdk-pixbuf2' 'git' 'glib2' 'gtk3' 'intltool' 'libepoxy'
-  'libpng' 'libpulse' 'libx11' 'libxext' 'libxml2' 'libxrandr' 'libxv'
-  'minizip' 'nasm' 'sdl2' 'zlib'
+  alsa-lib
+  cairo
+  gdk-pixbuf2
+  git
+  glib2
+  gtk3
+  intltool
+  libepoxy
+  libpng
+  libpulse
+  libx11
+  libxext
+  libxml2
+  libxrandr
+  libxv
+  minizip
+  nasm
+  sdl2
+  zlib
 )
-source=("git+https://github.com/snes9xgit/snes9x.git#tag=${pkgver}";)
-sha256sums=('SKIP')
+source=(git+https://github.com/snes9xgit/snes9x.git#tag=${pkgver})
+sha256sums=(SKIP)
 
 prepare() {
   pushd snes9x/unix
@@ -51,12 +67,20 @@
 }
 
 package_snes9x() {
-  depends=('libpng' 'libx11' 'libxext' 'libxinerama' 'libxv' 'minizip' 'zlib')
+  depends=(
+libpng
+libx11
+libxext
+libxinerama
+libxv
+minizip
+zlib
+  )
 
   cd snes9x/unix
 
   install -Dm 755 snes9x -t "${pkgdir}"/usr/bin/
-  install -Dm 644 
../docs/{snes9x.conf.default,control-inputs.txt,controls.txt,snapshots.txt} -t 
"${pkgdir}"/usr/share/doc/snes9x
+  install -Dm 644 ../docs/{control-inputs.txt,controls.txt,snapshots.txt} -t 
"${pkgdir}"/usr/share/doc/snes9x
   install -Dm 644 ../LICENSE "${pkgdir}"/usr/share/licenses/snes9x/LICENSE
 
 }
@@ -63,15 +87,29 @@
 
 package_snes9x-gtk() {
   depends=(
-'alsa-lib' 'cairo' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme'
-'libepoxy' 'libpng' 'libpulse' 'libx11' 'libxext' 'libxml2' 'libxrandr'
-'libxv' 'minizip' 'sdl2' 'zlib'
+alsa-lib
+cairo
+gdk-pixbuf2
+glib2
+gtk3
+hicolor-icon-theme
+libepoxy
+libpng
+libpulse
+libx11
+libxext
+libxml2
+libxrandr
+libxv
+minizip
+sdl2
+zlib
   )
 
   cd snes9x/gtk
 
   make DESTDIR="${pkgdir}" install
-  install -Dm 644 
../docs/{snes9x.conf.default,control-inputs.txt,controls.txt,snapshots.txt} -t 
"${pkgdir}"/usr/share/doc/snes9x-gtk
+  install -Dm 644 ../docs/{control-inputs.txt,controls.txt,snapshots.txt} -t 
"${pkgdir}"/usr/share/doc/snes9x-gtk
   install -Dm 644 ../LICENSE "${pkgdir}"/usr/share/licenses/snes9x-gtk/LICENSE
 }
 


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

2018-12-17 Thread Maxime Gauduin via arch-commits
Date: Monday, December 17, 2018 @ 14:54:15
  Author: alucryd
Revision: 416536

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 14:54:06 UTC (rev 416535)
+++ PKGBUILD2018-12-17 14:54:15 UTC (rev 416536)
@@ -1,78 +0,0 @@
-# Maintainer: Eric Bélanger 
-# Maintainer: Maxime Gauduin 
-
-pkgbase=snes9x
-pkgname=('snes9x' 'snes9x-gtk')
-pkgver=1.57
-pkgrel=1
-pkgdesc='Portable Super Nintendo Entertainment System (TM) emulator'
-arch=('x86_64')
-url='http://www.snes9x.com/'
-license=('custom')
-makedepends=(
-  'alsa-lib' 'cairo' 'gdk-pixbuf2' 'git' 'glib2' 'gtk3' 'intltool' 'libepoxy'
-  'libpng' 'libpulse' 'libx11' 'libxext' 'libxml2' 'libxrandr' 'libxv'
-  'minizip' 'nasm' 'sdl2' 'zlib'
-)
-source=("git+https://github.com/snes9xgit/snes9x.git#tag=${pkgver}";)
-sha256sums=('SKIP')
-
-prepare() {
-  pushd snes9x/unix
-
-  autoreconf -fiv
-
-  popd
-  pushd snes9x/gtk
-
-  ./autogen.sh
-
-  popd
-}
-
-build() {
-  pushd snes9x/unix
-
-  ./configure \
---prefix='/usr' \
---enable-netplay
-  make
-
-  popd
-  pushd snes9x/gtk
-
-  ./configure \
---prefix='/usr' \
---with-netplay \
---with-opengl
-  make
-
-  popd
-}
-
-package_snes9x() {
-  depends=('libpng' 'libx11' 'libxext' 'libxinerama' 'libxv' 'minizip' 'zlib')
-
-  cd snes9x/unix
-
-  install -Dm 755 snes9x -t "${pkgdir}"/usr/bin/
-  install -Dm 644 
../docs/{snes9x.conf.default,control-inputs.txt,controls.txt,snapshots.txt} -t 
"${pkgdir}"/usr/share/doc/snes9x
-  install -Dm 644 ../LICENSE "${pkgdir}"/usr/share/licenses/snes9x/LICENSE
-
-}
-
-package_snes9x-gtk() {
-  depends=(
-'alsa-lib' 'cairo' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme'
-'libepoxy' 'libpng' 'libpulse' 'libx11' 'libxext' 'libxml2' 'libxrandr'
-'libxv' 'minizip' 'sdl2' 'zlib'
-  )
-
-  cd snes9x/gtk
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 
../docs/{snes9x.conf.default,control-inputs.txt,controls.txt,snapshots.txt} -t 
"${pkgdir}"/usr/share/doc/snes9x-gtk
-  install -Dm 644 ../LICENSE "${pkgdir}"/usr/share/licenses/snes9x-gtk/LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: snes9x/repos/community-x86_64/PKGBUILD (from rev 416535, 
snes9x/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 14:54:15 UTC (rev 416536)
@@ -0,0 +1,116 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Maxime Gauduin 
+
+pkgbase=snes9x
+pkgname=(snes9x snes9x-gtk)
+pkgver=1.58
+pkgrel=1
+pkgdesc='Portable Super Nintendo Entertainment System (TM) emulator'
+arch=(x86_64)
+url='http://www.snes9x.com/'
+license=(custom)
+makedepends=(
+  alsa-lib
+  cairo
+  gdk-pixbuf2
+  git
+  glib2
+  gtk3
+  intltool
+  libepoxy
+  libpng
+  libpulse
+  libx11
+  libxext
+  libxml2
+  libxrandr
+  libxv
+  minizip
+  nasm
+  sdl2
+  zlib
+)
+source=(git+https://github.com/snes9xgit/snes9x.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  pushd snes9x/unix
+
+  autoreconf -fiv
+
+  popd
+  pushd snes9x/gtk
+
+  ./autogen.sh
+
+  popd
+}
+
+build() {
+  pushd snes9x/unix
+
+  ./configure \
+--prefix='/usr' \
+--enable-netplay
+  make
+
+  popd
+  pushd snes9x/gtk
+
+  ./configure \
+--prefix='/usr' \
+--with-netplay \
+--with-opengl
+  make
+
+  popd
+}
+
+package_snes9x() {
+  depends=(
+libpng
+libx11
+libxext
+libxinerama
+libxv
+minizip
+zlib
+  )
+
+  cd snes9x/unix
+
+  install -Dm 755 snes9x -t "${pkgdir}"/usr/bin/
+  install -Dm 644 ../docs/{control-inputs.txt,controls.txt,snapshots.txt} -t 
"${pkgdir}"/usr/share/doc/snes9x
+  install -Dm 644 ../LICENSE "${pkgdir}"/usr/share/licenses/snes9x/LICENSE
+
+}
+
+package_snes9x-gtk() {
+  depends=(
+alsa-lib
+cairo
+gdk-pixbuf2
+glib2
+gtk3
+hicolor-icon-theme
+libepoxy
+libpng
+libpulse
+libx11
+libxext
+libxml2
+libxrandr
+libxv
+minizip
+sdl2
+zlib
+  )
+
+  cd snes9x/gtk
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 ../docs/{control-inputs.txt,controls.txt,snapshots.txt} -t 
"${pkgdir}"/usr/share/doc/snes9x-gtk
+  install -Dm 644 ../LICENSE "${pkgdir}"/usr/share/licenses/snes9x-gtk/LICENSE
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-18 Thread Maxime Gauduin via arch-commits
Date: Tuesday, December 18, 2018 @ 13:24:52
  Author: alucryd
Revision: 416651

upgpkg: granite 5.2.2-1

Modified:
  granite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 11:29:02 UTC (rev 416650)
+++ PKGBUILD2018-12-18 13:24:52 UTC (rev 416651)
@@ -2,7 +2,7 @@
 # Contributor: Ner0 
 
 pkgname=granite
-pkgver=5.2.1
+pkgver=5.2.2
 pkgrel=1
 pkgdesc='Library that extends Gtk+'
 arch=('x86_64')


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

2018-12-18 Thread Maxime Gauduin via arch-commits
Date: Tuesday, December 18, 2018 @ 13:25:02
  Author: alucryd
Revision: 416652

archrelease: copy trunk to community-x86_64

Added:
  granite/repos/community-x86_64/PKGBUILD
(from rev 416651, granite/trunk/PKGBUILD)
Deleted:
  granite/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-18 13:24:52 UTC (rev 416651)
+++ PKGBUILD2018-12-18 13:25:02 UTC (rev 416652)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-
-pkgname=granite
-pkgver=5.2.1
-pkgrel=1
-pkgdesc='Library that extends Gtk+'
-arch=('x86_64')
-url='https://github.com/elementary/granite'
-license=('LGPL3')
-groups=('pantheon')
-depends=('cairo' 'gdk-pixbuf2' 'glib2' 'gtk3' 'libgee' 'pango')
-makedepends=('cmake' 'git' 'gobject-introspection' 'vala')
-provides=('libgranite.so')
-source=("git+https://github.com/elementary/granite.git#tag=${pkgver}";)
-sha256sums=('SKIP')
-
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake ../granite \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_INSTALL_LIBDIR='/usr/lib'
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: granite/repos/community-x86_64/PKGBUILD (from rev 416651, 
granite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-18 13:25:02 UTC (rev 416652)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+
+pkgname=granite
+pkgver=5.2.2
+pkgrel=1
+pkgdesc='Library that extends Gtk+'
+arch=('x86_64')
+url='https://github.com/elementary/granite'
+license=('LGPL3')
+groups=('pantheon')
+depends=('cairo' 'gdk-pixbuf2' 'glib2' 'gtk3' 'libgee' 'pango')
+makedepends=('cmake' 'git' 'gobject-introspection' 'vala')
+provides=('libgranite.so')
+source=("git+https://github.com/elementary/granite.git#tag=${pkgver}";)
+sha256sums=('SKIP')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../granite \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib'
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-18 Thread Maxime Gauduin via arch-commits
Date: Tuesday, December 18, 2018 @ 21:02:24
  Author: alucryd
Revision: 416728

upgpkg: lib32-gtk3 3.24.2-1

Modified:
  lib32-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 20:36:57 UTC (rev 416727)
+++ PKGBUILD2018-12-18 21:02:24 UTC (rev 416728)
@@ -4,24 +4,50 @@
 # Contributor: GordonGR 
 
 pkgname=lib32-gtk3
-pkgver=3.24.1
+pkgver=3.24.2
 pkgrel=1
 pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
-arch=('x86_64')
-license=('LGPL')
+arch=(x86_64)
+license=(LGPL)
 url='http://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')
+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'
-source=("git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${pkgver}";
-'gtk-query-immodules-3.0-32.hook')
-sha256sums=('SKIP'
-'4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608')
+source=(
+  git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${pkgver}
+  gtk-query-immodules-3.0-32.hook
+)
+sha256sums=(
+  SKIP
+  4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608
+)
 
 pkgver() {
   cd gtk
@@ -32,6 +58,8 @@
 prepare() {
   cd gtk
 
+  git cherry-pick -n 2905fc861acda3d134a198e56ef2f6c962ad3061
+
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2018-12-18 Thread Maxime Gauduin via arch-commits
Date: Tuesday, December 18, 2018 @ 21:02:34
  Author: alucryd
Revision: 416729

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
(from rev 416728, lib32-gtk3/trunk/PKGBUILD)
  lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
(from rev 416728, lib32-gtk3/trunk/gtk-query-immodules-3.0-32.hook)
  lib32-gtk3/repos/multilib-x86_64/lib32-gtk3.install
(from rev 416728, 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|  168 ++
 gtk-query-immodules-3.0-32.hook |   22 ++--
 lib32-gtk3.install  |6 -
 3 files changed, 112 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-18 21:02:24 UTC (rev 416728)
+++ PKGBUILD2018-12-18 21:02:34 UTC (rev 416729)
@@ -1,70 +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.1
-pkgrel=1
-pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
-arch=('x86_64')
-license=('LGPL')
-url='http://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'
-source=("git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${pkgver}";
-'gtk-query-immodules-3.0-32.hook')
-sha256sums=('SKIP'
-'4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608')
-
-pkgver() {
-  cd gtk
-
-  git describe --tags | sed 's/-/+/g'
-}
-
-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 416728, 
lib32-gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-18 21:02:34 UTC (rev 416729)
@@ -0,0 +1,98 @@
+# $Id: PKGBUILD 318497 2018-04-30 12:35:01Z alucryd $
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+# Contributor: GordonGR 
+
+pkgname=lib32-gtk3
+pkgver=3.24.2
+pkgrel=1
+pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
+arch=(x86_64)
+license=(LGPL)
+url='http://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'
+source=(
+  git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${pkgver}
+  gtk-query-immodules-3.0-32.hook
+)
+sha256sums=(
+  SKIP
+  4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608
+)
+
+pkgver() {
+  cd gtk
+
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gtk
+
+  git cherry-pick -n 2905fc861acda3d134a198e56ef2f6c962ad3061
+
+  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
+

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

2018-12-19 Thread Maxime Gauduin via arch-commits
Date: Thursday, December 20, 2018 @ 06:09:39
  Author: alucryd
Revision: 416869

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
(from rev 416868, lib32-gtk3/trunk/PKGBUILD)
  lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
(from rev 416868, lib32-gtk3/trunk/gtk-query-immodules-3.0-32.hook)
  lib32-gtk3/repos/multilib-x86_64/lib32-gtk3.install
(from rev 416868, 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|  196 +++---
 gtk-query-immodules-3.0-32.hook |   22 ++--
 lib32-gtk3.install  |6 -
 3 files changed, 112 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 05:37:30 UTC (rev 416868)
+++ PKGBUILD2018-12-20 06:09:39 UTC (rev 416869)
@@ -1,98 +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.2
-pkgrel=1
-pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
-arch=(x86_64)
-license=(LGPL)
-url='http://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'
-source=(
-  git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${pkgver}
-  gtk-query-immodules-3.0-32.hook
-)
-sha256sums=(
-  SKIP
-  4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608
-)
-
-pkgver() {
-  cd gtk
-
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtk
-
-  git cherry-pick -n 2905fc861acda3d134a198e56ef2f6c962ad3061
-
-  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 416868, 
lib32-gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 06:09:39 UTC (rev 416869)
@@ -0,0 +1,98 @@
+# $Id: PKGBUILD 318497 2018-04-30 12:35:01Z alucryd $
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+# Contributor: GordonGR 
+
+pkgname=lib32-gtk3
+pkgver=3.24.2
+pkgrel=1
+pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
+arch=(x86_64)
+license=(LGPL)
+url='http://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'
+source=(
+  git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${pkgver}
+  gtk-query-immodules-3.0-32.hook
+)
+sha256sums=(
+  SKIP
+  4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608
+)
+
+pkgver() {
+  cd gtk
+
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gtk
+
+  git cherry-pick -n 2905fc861acda3d134a198e56ef2f6c962ad3061
+
+  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
+
+  mak

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

2018-12-19 Thread Maxime Gauduin via arch-commits
Date: Thursday, December 20, 2018 @ 06:28:15
  Author: alucryd
Revision: 416870

upgpkg: lollypop 0.9.906-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 06:09:39 UTC (rev 416869)
+++ PKGBUILD2018-12-20 06:28:15 UTC (rev 416870)
@@ -3,7 +3,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.903
+pkgver=0.9.906
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')


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

2018-12-19 Thread Maxime Gauduin via arch-commits
Date: Thursday, December 20, 2018 @ 06:28:23
  Author: alucryd
Revision: 416871

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 06:28:15 UTC (rev 416870)
+++ PKGBUILD2018-12-20 06:28:23 UTC (rev 416871)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.903
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://gitlab.gnome.org/gnumdk/lollypop'
-license=('GPL')
-depends=(
-  'gst-plugins-base-libs' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
-  'python-dbus' 'python-gobject' 'totem-plparser'
-)
-makedepends=(
-  'git' 'gobject-introspection' 'intltool' 'itstool' 'meson' 'python'
-)
-optdepends=('easytag: Modify tags'
-'flatpak: Flatpak Portal'
-'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'
-'python-pillow: Blur background in lyrics view'
-'python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support')
-source=("git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver}";)
-sha256sums=('SKIP')
-
-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 416870, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 06:28:23 UTC (rev 416871)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.906
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://gitlab.gnome.org/gnumdk/lollypop'
+license=('GPL')
+depends=(
+  'gst-plugins-base-libs' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
+  'python-dbus' 'python-gobject' 'totem-plparser'
+)
+makedepends=(
+  'git' 'gobject-introspection' 'intltool' 'itstool' 'meson' 'python'
+)
+optdepends=('easytag: Modify tags'
+'flatpak: Flatpak Portal'
+'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'
+'python-pillow: Blur background in lyrics view'
+'python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support')
+source=("git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver}";)
+sha256sums=('SKIP')
+
+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 musescore/trunk (PKGBUILD)

2018-12-27 Thread Maxime Gauduin via arch-commits
Date: Thursday, December 27, 2018 @ 10:23:39
  Author: alucryd
Revision: 418489

upgpkg: musescore 3.0-1

Modified:
  musescore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-27 08:40:33 UTC (rev 418488)
+++ PKGBUILD2018-12-27 10:23:39 UTC (rev 418489)
@@ -4,19 +4,38 @@
 # Contributor: Dr.Egg 
 
 pkgname=musescore
-pkgver=2.3.2
+pkgver=3.0
 pkgrel=1
 pkgdesc='Create, play and print beautiful sheet music'
-arch=('x86_64')
+arch=(x86_64)
 url='http://musescore.org/'
-license=('GPL')
-depends=('desktop-file-utils' 'gtk-update-icon-cache' 'libpulse' 'portaudio'
- 'portmidi' 'qt5-quickcontrols' 'qt5-svg' 'qt5-tools' 'qt5-webkit'
- 'shared-mime-info')
-makedepends=('cmake' 'doxygen' 'git' 'lame' 'qt5-script' 'texlive-core')
+license=(GPL)
+depends=(
+  alsa-lib
+  libpulse
+  libsndfile
+  libvorbisfile.so
+  portaudio
+  portmidi
+  qt5-base
+  qt5-declarative
+  qt5-svg
+  qt5-tools
+  qt5-webengine
+  qt5-xmlpatterns
+  zlib
+)
+makedepends=(
+  cmake
+  doxygen
+  git
+  lame
+  qt5-script
+  texlive-core
+)
 optdepends=('lame: MP3 export')
-source=("git+https://github.com/musescore/MuseScore.git#tag=v${pkgver}";)
-sha256sums=('SKIP')
+source=(git+https://github.com/musescore/MuseScore.git#tag=v${pkgver})
+sha256sums=(SKIP)
 
 build() {
   make PREFIX='/usr' -C MuseScore release


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

2018-12-27 Thread Maxime Gauduin via arch-commits
Date: Thursday, December 27, 2018 @ 10:23:48
  Author: alucryd
Revision: 418490

archrelease: copy trunk to community-x86_64

Added:
  musescore/repos/community-x86_64/PKGBUILD
(from rev 418489, musescore/trunk/PKGBUILD)
Deleted:
  musescore/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-27 10:23:39 UTC (rev 418489)
+++ PKGBUILD2018-12-27 10:23:48 UTC (rev 418490)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Stefan Husmann 
-# Contributor: Cristian Maureira 
-# Contributor: Dr.Egg 
-
-pkgname=musescore
-pkgver=2.3.2
-pkgrel=1
-pkgdesc='Create, play and print beautiful sheet music'
-arch=('x86_64')
-url='http://musescore.org/'
-license=('GPL')
-depends=('desktop-file-utils' 'gtk-update-icon-cache' 'libpulse' 'portaudio'
- 'portmidi' 'qt5-quickcontrols' 'qt5-svg' 'qt5-tools' 'qt5-webkit'
- 'shared-mime-info')
-makedepends=('cmake' 'doxygen' 'git' 'lame' 'qt5-script' 'texlive-core')
-optdepends=('lame: MP3 export')
-source=("git+https://github.com/musescore/MuseScore.git#tag=v${pkgver}";)
-sha256sums=('SKIP')
-
-build() {
-  make PREFIX='/usr' -C MuseScore release
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C MuseScore/build.release install
-}
-
-# vim: ts=2 sw=2 et:

Copied: musescore/repos/community-x86_64/PKGBUILD (from rev 418489, 
musescore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-27 10:23:48 UTC (rev 418490)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Stefan Husmann 
+# Contributor: Cristian Maureira 
+# Contributor: Dr.Egg 
+
+pkgname=musescore
+pkgver=3.0
+pkgrel=1
+pkgdesc='Create, play and print beautiful sheet music'
+arch=(x86_64)
+url='http://musescore.org/'
+license=(GPL)
+depends=(
+  alsa-lib
+  libpulse
+  libsndfile
+  libvorbisfile.so
+  portaudio
+  portmidi
+  qt5-base
+  qt5-declarative
+  qt5-svg
+  qt5-tools
+  qt5-webengine
+  qt5-xmlpatterns
+  zlib
+)
+makedepends=(
+  cmake
+  doxygen
+  git
+  lame
+  qt5-script
+  texlive-core
+)
+optdepends=('lame: MP3 export')
+source=(git+https://github.com/musescore/MuseScore.git#tag=v${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  make PREFIX='/usr' -C MuseScore release
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C MuseScore/build.release install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in pycharm-community-edition/trunk (2 files)

2019-01-31 Thread Maxime Gauduin via arch-commits
Date: Thursday, January 31, 2019 @ 13:20:18
  Author: alucryd
Revision: 428729

upgpkg: pycharm-community-edition 2018.3.4-1

Modified:
  pycharm-community-edition/trunk/PKGBUILD
  pycharm-community-edition/trunk/pycharm-build.patch

-+
 PKGBUILD|   49 -
 pycharm-build.patch |   42 +-
 2 files changed, 53 insertions(+), 38 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-31 13:07:09 UTC (rev 428728)
+++ PKGBUILD2019-01-31 13:20:18 UTC (rev 428729)
@@ -2,25 +2,40 @@
 # Contributor: David Keogh 
 
 pkgname=pycharm-community-edition
-pkgver=2018.2.4
-_build=182.4505.26
+pkgver=2018.3.4
+_build=183.5429.31
 pkgrel=1
 pkgdesc='Python IDE for Professional Developers'
-arch=('x86_64')
-url='http://www.jetbrains.com/pycharm/'
-license=('Apache')
-depends=('giflib' 'glibc' 'java-runtime=8' 'python' 'sh' 'ttf-font')
-optdepends=('ipython2: IPython integration for Python 2'
-'ipython: IPython integration for Python 3'
-'python2: Python 2 support')
-makedepends=('apache-ant' 'java-environment=8' 'java-openjfx'
- 'python2-setuptools' 'python-setuptools')
-source=("pycharm-${_build}.tar.gz::https://github.com/JetBrains/intellij-community/archive/pycharm/${_build}.tar.gz";
-'pycharm-build.patch'
-'pycharm.desktop'
-'pycharm.sh')
-sha256sums=('fe8c3a78563183ef8ed0cef23e48a7b90719e113f3c66779d83c5a45f1dfba4a'
-'3793e8125abb05b1580919017469ada2563a2e5972a8d74666557df60d270cfd'
+arch=(x86_64)
+url=http://www.jetbrains.com/pycharm/
+license=(Apache)
+depends=(
+  giflib
+  java-runtime=8
+  python
+  sh
+  ttf-font
+)
+optdepends=(
+  'ipython2: IPython integration for Python 2'
+  'ipython: IPython integration for Python 3'
+  'python2: Python 2 support'
+)
+makedepends=(
+  apache-ant
+  java-environment=8
+  java-openjfx
+  python2-setuptools
+  python-setuptools
+)
+source=(
+  
pycharm-${_build}.tar.gz::https://github.com/JetBrains/intellij-community/archive/pycharm/${_build}.tar.gz
+  pycharm-build.patch
+  pycharm.desktop
+  pycharm.sh
+)
+sha256sums=('f22e4c6d51d22e51c7a9dc1dcdd50cea806a58b8d206ac7aa2b0a9eff9e1eff1'
+'1cc14afd8478e03efccb77b3c490efa4c720301d02c76ff1ff84659008dcb558'
 '28e0d3200c721e61831d8246eba8f72485d3c8379d10bfa75ccb5331b6749480'
 '448f90f35f1ae1de784b663e9fd539baf494a7c08a8a7e2efbd5e75c801da12e')
 

Modified: pycharm-build.patch
===
--- pycharm-build.patch 2019-01-31 13:07:09 UTC (rev 428728)
+++ pycharm-build.patch 2019-01-31 13:20:18 UTC (rev 428729)
@@ -1,19 +1,26 @@
-diff -rupN 
intellij-community-pycharm-182.1177.orig/build/dependencies/setupJbre.gradle 
intellij-community-pycharm-182.1177/build/dependencies/setupJbre.gradle
 
intellij-community-pycharm-182.1177.orig/build/dependencies/setupJbre.gradle
   2018-03-29 19:26:20.265970726 +0200
-+++ intellij-community-pycharm-182.1177/build/dependencies/setupJbre.gradle
2018-03-29 19:26:52.690160085 +0200
+diff -rupN 
intellij-community-pycharm-183.5429.31.orig/build/dependencies/setupJbre.gradle 
intellij-community-pycharm-183.5429.31/build/dependencies/setupJbre.gradle
+--- 
intellij-community-pycharm-183.5429.31.orig/build/dependencies/setupJbre.gradle 
   2019-01-31 10:59:48.043742670 +0100
 intellij-community-pycharm-183.5429.31/build/dependencies/setupJbre.gradle 
2019-01-31 11:02:00.181362763 +0100
 @@ -1,7 +1,7 @@
- task setupJbre {}
+ def setupJbre = task setupJbre {}
  
- def jdkRepo = inJetBrainsNetwork ? 
'http://repo.labs.intellij.net/intellij-jdk' : 
'https://dl.bintray.com/jetbrains/intellij-jdk'
--def targetOs = "${System.getProperty("intellij.build.target.os", "all")}"
-+def targetOs = "${System.getProperty("intellij.build.target.os", "linux")}"
- 
- jrePlatformsToDownload(targetOs).each { platform ->
-   archToDownload(platform).each { arch ->
-diff -rupN 
intellij-community-pycharm-182.1177.orig/platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
 
intellij-community-pycharm-182.1177/platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
 
intellij-community-pycharm-182.1177.orig/platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
2018-03-29 19:26:25.415841858 +0200
-+++ 
intellij-community-pycharm-182.1177/platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
 2018-03-29 19:31:46.883868914 +0200
-@@ -33,7 +33,7 @@ class BuildOptions {
+ def jdkRepo = 'https://cache-redirector.jetbrains.com/intellij-jdk'
+-def targetOs = System.getProperty("intellij.build.target.os", "all")
++def targetOs = System.getProperty("intellij.build.target.os", "linux")
+ def bundledJreVersion = 
System.getProperty("intellij.build.bundled.jre.version", "8").t

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

2019-01-31 Thread Maxime Gauduin via arch-commits
Date: Thursday, January 31, 2019 @ 13:20:30
  Author: alucryd
Revision: 428730

archrelease: copy trunk to community-x86_64

Added:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
(from rev 428729, pycharm-community-edition/trunk/PKGBUILD)
  pycharm-community-edition/repos/community-x86_64/pycharm-build.patch
(from rev 428729, pycharm-community-edition/trunk/pycharm-build.patch)
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
(from rev 428729, pycharm-community-edition/trunk/pycharm.desktop)
  pycharm-community-edition/repos/community-x86_64/pycharm.sh
(from rev 428729, pycharm-community-edition/trunk/pycharm.sh)
Deleted:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
  pycharm-community-edition/repos/community-x86_64/pycharm-build.patch
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
  pycharm-community-edition/repos/community-x86_64/pycharm.sh

-+
 PKGBUILD|  145 +++---
 pycharm-build.patch |   80 +--
 pycharm.desktop |   22 +++
 pycharm.sh  |   18 +++---
 4 files changed, 140 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-31 13:20:18 UTC (rev 428729)
+++ PKGBUILD2019-01-31 13:20:30 UTC (rev 428730)
@@ -1,65 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: David Keogh 
-
-pkgname=pycharm-community-edition
-pkgver=2018.2.4
-_build=182.4505.26
-pkgrel=1
-pkgdesc='Python IDE for Professional Developers'
-arch=('x86_64')
-url='http://www.jetbrains.com/pycharm/'
-license=('Apache')
-depends=('giflib' 'glibc' 'java-runtime=8' 'python' 'sh' 'ttf-font')
-optdepends=('ipython2: IPython integration for Python 2'
-'ipython: IPython integration for Python 3'
-'python2: Python 2 support')
-makedepends=('apache-ant' 'java-environment=8' 'java-openjfx'
- 'python2-setuptools' 'python-setuptools')
-source=("pycharm-${_build}.tar.gz::https://github.com/JetBrains/intellij-community/archive/pycharm/${_build}.tar.gz";
-'pycharm-build.patch'
-'pycharm.desktop'
-'pycharm.sh')
-sha256sums=('fe8c3a78563183ef8ed0cef23e48a7b90719e113f3c66779d83c5a45f1dfba4a'
-'3793e8125abb05b1580919017469ada2563a2e5972a8d74666557df60d270cfd'
-'28e0d3200c721e61831d8246eba8f72485d3c8379d10bfa75ccb5331b6749480'
-'448f90f35f1ae1de784b663e9fd539baf494a7c08a8a7e2efbd5e75c801da12e')
-
-prepare() {
-  cd intellij-community-pycharm-${_build}
-
-  patch -Np1 -i ../pycharm-build.patch
-  sed "s/SNAPSHOT/${_build}/" -i python/build.xml
-  sed '/intellij\.markdown/d' -i 
python/{build/plugin-list.txt,intellij.pycharm.community.main.iml}
-}
-
-build() {
-  cd intellij-community-pycharm-${_build}/python
-
-  unset _JAVA_OPTIONS
-
-  ant build
-  tar -xf ../out/pycharm-ce/artifacts/pycharmPC-${_build}-no-jdk.tar.gz -C 
"${srcdir}"
-
-  cd ../../pycharm-community-${pkgver}
-
-  python2 helpers/pydev/setup_cython.py build_ext --build-temp build 
--build-lib .
-  python3 helpers/pydev/setup_cython.py build_ext --build-temp build 
--build-lib .
-}
-
-package() {
-  cd pycharm-community-${pkgver}
-
-  # workaround FS#40934
-  sed -i 's/lcd/on/' bin/*.vmoptions
-
-  rm -rf bin/fsnotifier{,-arm} lib/libpty/linux/x86
-
-  install -dm 755 "${pkgdir}"/usr/share/{licenses,pixmaps,pycharm}
-  cp -dr --no-preserve='ownership' bin helpers lib plugins 
"${pkgdir}"/usr/share/pycharm/
-  cp -dr --no-preserve='ownership' license 
"${pkgdir}"/usr/share/licenses/pycharm/
-  ln -s /usr/share/pycharm/bin/pycharm.png "${pkgdir}"/usr/share/pixmaps/
-  install -Dm 644 ../pycharm.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 755 ../pycharm.sh "${pkgdir}"/usr/bin/pycharm
-}
-
-# vim: ts=2 sw=2 et:

Copied: pycharm-community-edition/repos/community-x86_64/PKGBUILD (from rev 
428729, pycharm-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-31 13:20:30 UTC (rev 428730)
@@ -0,0 +1,80 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: David Keogh 
+
+pkgname=pycharm-community-edition
+pkgver=2018.3.4
+_build=183.5429.31
+pkgrel=1
+pkgdesc='Python IDE for Professional Developers'
+arch=(x86_64)
+url=http://www.jetbrains.com/pycharm/
+license=(Apache)
+depends=(
+  giflib
+  java-runtime=8
+  python
+  sh
+  ttf-font
+)
+optdepends=(
+  'ipython2: IPython integration for Python 2'
+  'ipython: IPython integration for Python 3'
+  'python2: Python 2 support'
+)
+makedepends=(
+  apache-ant
+  java-environment=8
+  java-openjfx
+  python2-setuptools
+  python-setuptools
+)
+source=(
+  
pycharm-${_build}.tar.gz::https://github.com/JetBrains/intellij-community/archive/pycharm/${_build}.tar.gz
+  pycharm-build.patch
+  pycharm.desktop
+  pycharm.sh
+)
+sha256sums=('f22e

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

2019-01-31 Thread Maxime Gauduin via arch-commits
Date: Thursday, January 31, 2019 @ 13:23:17
  Author: alucryd
Revision: 428731

archrelease: copy trunk to community-x86_64

Added:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
(from rev 428730, pycharm-community-edition/trunk/PKGBUILD)
  pycharm-community-edition/repos/community-x86_64/pycharm-build.patch
(from rev 428730, pycharm-community-edition/trunk/pycharm-build.patch)
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
(from rev 428730, pycharm-community-edition/trunk/pycharm.desktop)
  pycharm-community-edition/repos/community-x86_64/pycharm.sh
(from rev 428730, pycharm-community-edition/trunk/pycharm.sh)
Deleted:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
  pycharm-community-edition/repos/community-x86_64/pycharm-build.patch
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
  pycharm-community-edition/repos/community-x86_64/pycharm.sh

-+
 PKGBUILD|  160 +-
 pycharm-build.patch |   80 -
 pycharm.desktop |   22 +++---
 pycharm.sh  |   18 ++---
 4 files changed, 140 insertions(+), 140 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-31 13:20:30 UTC (rev 428730)
+++ PKGBUILD2019-01-31 13:23:17 UTC (rev 428731)
@@ -1,80 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: David Keogh 
-
-pkgname=pycharm-community-edition
-pkgver=2018.3.4
-_build=183.5429.31
-pkgrel=1
-pkgdesc='Python IDE for Professional Developers'
-arch=(x86_64)
-url=http://www.jetbrains.com/pycharm/
-license=(Apache)
-depends=(
-  giflib
-  java-runtime=8
-  python
-  sh
-  ttf-font
-)
-optdepends=(
-  'ipython2: IPython integration for Python 2'
-  'ipython: IPython integration for Python 3'
-  'python2: Python 2 support'
-)
-makedepends=(
-  apache-ant
-  java-environment=8
-  java-openjfx
-  python2-setuptools
-  python-setuptools
-)
-source=(
-  
pycharm-${_build}.tar.gz::https://github.com/JetBrains/intellij-community/archive/pycharm/${_build}.tar.gz
-  pycharm-build.patch
-  pycharm.desktop
-  pycharm.sh
-)
-sha256sums=('f22e4c6d51d22e51c7a9dc1dcdd50cea806a58b8d206ac7aa2b0a9eff9e1eff1'
-'1cc14afd8478e03efccb77b3c490efa4c720301d02c76ff1ff84659008dcb558'
-'28e0d3200c721e61831d8246eba8f72485d3c8379d10bfa75ccb5331b6749480'
-'448f90f35f1ae1de784b663e9fd539baf494a7c08a8a7e2efbd5e75c801da12e')
-
-prepare() {
-  cd intellij-community-pycharm-${_build}
-
-  patch -Np1 -i ../pycharm-build.patch
-  sed "s/SNAPSHOT/${_build}/" -i python/build.xml
-  sed '/intellij\.markdown/d' -i 
python/{build/plugin-list.txt,intellij.pycharm.community.main.iml}
-}
-
-build() {
-  cd intellij-community-pycharm-${_build}/python
-
-  unset _JAVA_OPTIONS
-
-  ant build
-  tar -xf ../out/pycharm-ce/artifacts/pycharmPC-${_build}-no-jdk.tar.gz -C 
"${srcdir}"
-
-  cd ../../pycharm-community-${pkgver}
-
-  python2 helpers/pydev/setup_cython.py build_ext --build-temp build 
--build-lib .
-  python3 helpers/pydev/setup_cython.py build_ext --build-temp build 
--build-lib .
-}
-
-package() {
-  cd pycharm-community-${pkgver}
-
-  # workaround FS#40934
-  sed -i 's/lcd/on/' bin/*.vmoptions
-
-  rm -rf bin/fsnotifier{,-arm} lib/libpty/linux/x86
-
-  install -dm 755 "${pkgdir}"/usr/share/{licenses,pixmaps,pycharm}
-  cp -dr --no-preserve='ownership' bin helpers lib plugins 
"${pkgdir}"/usr/share/pycharm/
-  cp -dr --no-preserve='ownership' license 
"${pkgdir}"/usr/share/licenses/pycharm/
-  ln -s /usr/share/pycharm/bin/pycharm.png "${pkgdir}"/usr/share/pixmaps/
-  install -Dm 644 ../pycharm.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 755 ../pycharm.sh "${pkgdir}"/usr/bin/pycharm
-}
-
-# vim: ts=2 sw=2 et:

Copied: pycharm-community-edition/repos/community-x86_64/PKGBUILD (from rev 
428730, pycharm-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-31 13:23:17 UTC (rev 428731)
@@ -0,0 +1,80 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: David Keogh 
+
+pkgname=pycharm-community-edition
+pkgver=2018.3.4
+_build=183.5429.31
+pkgrel=1
+pkgdesc='Python IDE for Professional Developers'
+arch=(x86_64)
+url=http://www.jetbrains.com/pycharm/
+license=(Apache)
+depends=(
+  giflib
+  java-runtime=8
+  python
+  sh
+  ttf-font
+)
+optdepends=(
+  'ipython2: IPython integration for Python 2'
+  'ipython: IPython integration for Python 3'
+  'python2: Python 2 support'
+)
+makedepends=(
+  apache-ant
+  java-environment=8
+  java-openjfx
+  python2-setuptools
+  python-setuptools
+)
+source=(
+  
pycharm-${_build}.tar.gz::https://github.com/JetBrains/intellij-community/archive/pycharm/${_build}.tar.gz
+  pycharm-build.patch
+  pycharm.desktop
+  pycharm.sh
+)
+sha256sums=('f22e4c6d51d22e51c7a9dc1dcdd50cea806a58b8d206ac7aa2b0a9

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

2019-02-01 Thread Maxime Gauduin via arch-commits
Date: Friday, February 1, 2019 @ 08:49:23
  Author: alucryd
Revision: 428989

upgpkg: python-django-extensions 2.1.5-1

Modified:
  python-django-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-01 08:46:05 UTC (rev 428988)
+++ PKGBUILD2019-02-01 08:49:23 UTC (rev 428989)
@@ -6,7 +6,7 @@
 # Contributor: Schnouki 
 
 pkgname=python-django-extensions
-pkgver=2.1.4
+pkgver=2.1.5
 pkgrel=1
 pkgdesc='A collection of custom extensions for the Django Framework'
 arch=('any')


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

2019-02-01 Thread Maxime Gauduin via arch-commits
Date: Friday, February 1, 2019 @ 08:49:32
  Author: alucryd
Revision: 428990

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-01 08:49:23 UTC (rev 428989)
+++ PKGBUILD2019-02-01 08:49:32 UTC (rev 428990)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Jeremy Audet 
-# Contributor: Dominik Kozaczko 
-# Contributor: Alper Kanat 
-# Contributor: Apkawa 
-# Contributor: Schnouki 
-
-pkgname=python-django-extensions
-pkgver=2.1.4
-pkgrel=1
-pkgdesc='A collection of custom extensions for the Django Framework'
-arch=('any')
-url='http://github.com/django-extensions/django-extensions'
-license=('MIT')
-depends=('python-django' 'python-six')
-makedepends=('git' 'python-setuptools')
-optdepends=(
-  'graphviz: graph_models extension'
-  'ipython: shell_plus extension'
-  'python-werkzeug: runserver_plus extension'
-)
-source=("git+https://github.com/django-extensions/django-extensions.git#tag=${pkgver}";)
-sha256sums=('SKIP')
-
-build() {
-  cd django-extensions
-
-  python setup.py build
-}
-
-package() {
-  cd django-extensions
-
-  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-django-extensions/
-}
-
-# vim: ts=2 sw=2 et:

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


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

2019-02-01 Thread Maxime Gauduin via arch-commits
Date: Friday, February 1, 2019 @ 08:54:33
  Author: alucryd
Revision: 428991

upgpkg: lollypop 0.9.916-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-01 08:49:32 UTC (rev 428990)
+++ PKGBUILD2019-02-01 08:54:33 UTC (rev 428991)
@@ -3,7 +3,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.915
+pkgver=0.9.916
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')


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

2019-02-01 Thread Maxime Gauduin via arch-commits
Date: Friday, February 1, 2019 @ 08:54:42
  Author: alucryd
Revision: 428992

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-01 08:54:33 UTC (rev 428991)
+++ PKGBUILD2019-02-01 08:54:42 UTC (rev 428992)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.915
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://gitlab.gnome.org/gnumdk/lollypop'
-license=('GPL')
-depends=(
-  'gst-plugins-base-libs' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
-  'python-dbus' 'python-gobject' 'totem-plparser'
-)
-makedepends=(
-  'git' 'gobject-introspection' 'intltool' 'itstool' 'meson' 'python'
-)
-optdepends=('easytag: Modify tags'
-'flatpak: Flatpak Portal'
-'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'
-'python-pillow: Blur background in lyrics view'
-'python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support')
-source=("git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver}";)
-sha256sums=('SKIP')
-
-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 428991, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-01 08:54:42 UTC (rev 428992)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.916
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://gitlab.gnome.org/gnumdk/lollypop'
+license=('GPL')
+depends=(
+  'gst-plugins-base-libs' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
+  'python-dbus' 'python-gobject' 'totem-plparser'
+)
+makedepends=(
+  'git' 'gobject-introspection' 'intltool' 'itstool' 'meson' 'python'
+)
+optdepends=('easytag: Modify tags'
+'flatpak: Flatpak Portal'
+'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'
+'python-pillow: Blur background in lyrics view'
+'python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support')
+source=("git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver}";)
+sha256sums=('SKIP')
+
+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 pantheon-photos/trunk (PKGBUILD)

2019-02-01 Thread Maxime Gauduin via arch-commits
Date: Friday, February 1, 2019 @ 09:10:06
  Author: alucryd
Revision: 428993

upgpkg: pantheon-photos 2.6.2-1

Modified:
  pantheon-photos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-01 08:54:42 UTC (rev 428992)
+++ PKGBUILD2019-02-01 09:10:06 UTC (rev 428993)
@@ -1,11 +1,11 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-photos
-pkgver=2.6.1
+pkgver=2.6.2
 pkgrel=1
 pkgdesc='The Pantheon Photos Manager'
 arch=(x86_64)
-url='https://github.com/elementary/photos'
+url=https://github.com/elementary/photos
 license=(GPL3)
 depends=(
   cairo
@@ -42,7 +42,8 @@
 
 build() {
   arch-meson pantheon-photos build \
--D libunity='false'
+-D b_pie=false \
+-D libunity=false
   ninja -C build
 }
 


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

2019-02-01 Thread Maxime Gauduin via arch-commits
Date: Friday, February 1, 2019 @ 09:10:16
  Author: alucryd
Revision: 428994

archrelease: copy trunk to community-x86_64

Added:
  pantheon-photos/repos/community-x86_64/PKGBUILD
(from rev 428993, pantheon-photos/trunk/PKGBUILD)
Deleted:
  pantheon-photos/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-01 09:10:06 UTC (rev 428993)
+++ PKGBUILD2019-02-01 09:10:16 UTC (rev 428994)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-photos
-pkgver=2.6.1
-pkgrel=1
-pkgdesc='The Pantheon Photos Manager'
-arch=(x86_64)
-url='https://github.com/elementary/photos'
-license=(GPL3)
-depends=(
-  cairo
-  gdk-pixbuf2
-  geocode-glib
-  glib2
-  gst-plugins-base-libs
-  gstreamer
-  gtk3
-  json-glib
-  libexif
-  libgee
-  libgexiv2
-  libgphoto2
-  libgranite.so
-  libgudev-1.0.so
-  libraw
-  libsoup
-  libxml2
-  pango
-  rest
-  sqlite
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-  webkit2gtk
-)
-optdepends=('webkit2gtk: Publishing plugins')
-source=(pantheon-photos::git+https://github.com/elementary/photos.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  arch-meson pantheon-photos build \
--D libunity='false'
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-photos/repos/community-x86_64/PKGBUILD (from rev 428993, 
pantheon-photos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-01 09:10:16 UTC (rev 428994)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-photos
+pkgver=2.6.2
+pkgrel=1
+pkgdesc='The Pantheon Photos Manager'
+arch=(x86_64)
+url=https://github.com/elementary/photos
+license=(GPL3)
+depends=(
+  cairo
+  gdk-pixbuf2
+  geocode-glib
+  glib2
+  gst-plugins-base-libs
+  gstreamer
+  gtk3
+  json-glib
+  libexif
+  libgee
+  libgexiv2
+  libgphoto2
+  libgranite.so
+  libgudev-1.0.so
+  libraw
+  libsoup
+  libxml2
+  pango
+  rest
+  sqlite
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+  webkit2gtk
+)
+optdepends=('webkit2gtk: Publishing plugins')
+source=(pantheon-photos::git+https://github.com/elementary/photos.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson pantheon-photos build \
+-D b_pie=false \
+-D libunity=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-01 Thread Maxime Gauduin via arch-commits
Date: Friday, February 1, 2019 @ 16:18:30
  Author: alucryd
Revision: 429113

add switchboard

Added:
  switchboard/
  switchboard/trunk/
  switchboard/trunk/PKGBUILD

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

Added: switchboard/trunk/PKGBUILD
===
--- switchboard/trunk/PKGBUILD  (rev 0)
+++ switchboard/trunk/PKGBUILD  2019-02-01 16:18:30 UTC (rev 429113)
@@ -0,0 +1,57 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+# Contributor: dserban 
+
+pkgname=switchboard
+pkgver=2.3.6
+pkgrel=1
+pkgdesc='The Pantheon Control Center'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  clutter-gtk
+  gdk-pixbuf2
+  glib2
+  gtk3
+  libgee
+  libgranite.so
+  wayland
+)
+makedepends=(
+  git
+  meson
+  intltool
+  vala
+)
+optdepends=(
+  'switchboard-plug-about: About plug'
+  'switchboard-plug-applications: Applications plug'
+  'switchboard-plug-datetime: Date & Time plug'
+  'switchboard-plug-desktop: Desktop plug'
+  'switchboard-plug-display: Display plug'
+  'switchboard-plug-elementary-tweaks: Elementary Tweaks plug'
+  'switchboard-plug-keyboard: Keyboard plug'
+  'switchboard-plug-locale: Locale plug'
+  'switchboard-plug-network: Network plug'
+  'switchboard-plug-notifications: Notifications plug'
+  'switchboard-plug-power: Power plug'
+  'switchboard-plug-security-privacy: Security & Privacy plug'
+)
+provides=(libswitchboard-2.0.so)
+source=(git+https://github.com/elementary/switchboard.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson switchboard build \
+-D b_pie=false \
+-D libunity=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in switchboard (3 files)

2019-02-01 Thread Maxime Gauduin via arch-commits
Date: Friday, February 1, 2019 @ 16:18:55
  Author: alucryd
Revision: 429114

archrelease: copy trunk to community-x86_64

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

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

Copied: switchboard/repos/community-x86_64/PKGBUILD (from rev 429113, 
switchboard/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2019-02-01 16:18:55 UTC (rev 429114)
@@ -0,0 +1,57 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+# Contributor: dserban 
+
+pkgname=switchboard
+pkgver=2.3.6
+pkgrel=1
+pkgdesc='The Pantheon Control Center'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  clutter-gtk
+  gdk-pixbuf2
+  glib2
+  gtk3
+  libgee
+  libgranite.so
+  wayland
+)
+makedepends=(
+  git
+  meson
+  intltool
+  vala
+)
+optdepends=(
+  'switchboard-plug-about: About plug'
+  'switchboard-plug-applications: Applications plug'
+  'switchboard-plug-datetime: Date & Time plug'
+  'switchboard-plug-desktop: Desktop plug'
+  'switchboard-plug-display: Display plug'
+  'switchboard-plug-elementary-tweaks: Elementary Tweaks plug'
+  'switchboard-plug-keyboard: Keyboard plug'
+  'switchboard-plug-locale: Locale plug'
+  'switchboard-plug-network: Network plug'
+  'switchboard-plug-notifications: Notifications plug'
+  'switchboard-plug-power: Power plug'
+  'switchboard-plug-security-privacy: Security & Privacy plug'
+)
+provides=(libswitchboard-2.0.so)
+source=(git+https://github.com/elementary/switchboard.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson switchboard build \
+-D b_pie=false \
+-D libunity=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-01 Thread Maxime Gauduin via arch-commits
Date: Friday, February 1, 2019 @ 17:02:10
  Author: alucryd
Revision: 429117

upgpkg: capnet-assist 2.2.3-1

Modified:
  capnet-assist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-01 16:51:50 UTC (rev 429116)
+++ PKGBUILD2019-02-01 17:02:10 UTC (rev 429117)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=capnet-assist
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc='Captive Portal Assistant'
 arch=(x86_64)


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

2019-02-01 Thread Maxime Gauduin via arch-commits
Date: Friday, February 1, 2019 @ 17:02:20
  Author: alucryd
Revision: 429118

archrelease: copy trunk to community-x86_64

Added:
  capnet-assist/repos/community-x86_64/PKGBUILD
(from rev 429117, capnet-assist/trunk/PKGBUILD)
Deleted:
  capnet-assist/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-01 17:02:10 UTC (rev 429117)
+++ PKGBUILD2019-02-01 17:02:20 UTC (rev 429118)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=capnet-assist
-pkgver=2.2.2
-pkgrel=1
-pkgdesc='Captive Portal Assistant'
-arch=(x86_64)
-url=https://launchpad.net/capnet-assist
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  gcr
-  glib2
-  gtk3
-  libsoup
-  networkmanager
-  webkit2gtk
-  libgranite.so
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-)
-source=(git+https://github.com/elementary/capnet-assist.git#tag=${pkgver})
-sha256sums=('SKIP')
-
-build() {
-  arch-meson capnet-assist build \
--D b_pie=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:

Copied: capnet-assist/repos/community-x86_64/PKGBUILD (from rev 429117, 
capnet-assist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-01 17:02:20 UTC (rev 429118)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=capnet-assist
+pkgver=2.2.3
+pkgrel=1
+pkgdesc='Captive Portal Assistant'
+arch=(x86_64)
+url=https://launchpad.net/capnet-assist
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  gcr
+  glib2
+  gtk3
+  libsoup
+  networkmanager
+  webkit2gtk
+  libgranite.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+source=(git+https://github.com/elementary/capnet-assist.git#tag=${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  arch-meson capnet-assist build \
+-D b_pie=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-03 Thread Maxime Gauduin via arch-commits
Date: Sunday, February 3, 2019 @ 14:58:58
  Author: alucryd
Revision: 345179

upgpkg: ffnvcodec-headers 8.2.15.7-1

Modified:
  ffnvcodec-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 11:10:57 UTC (rev 345178)
+++ PKGBUILD2019-02-03 14:58:58 UTC (rev 345179)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Bermond 
 
 pkgname=ffnvcodec-headers
-pkgver=8.2.15.6
+pkgver=8.2.15.7
 pkgrel=1
 pkgdesc='FFmpeg version of headers required to interface with Nvidias codec 
APIs'
 arch=('any')


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

2019-02-03 Thread Maxime Gauduin via arch-commits
Date: Sunday, February 3, 2019 @ 14:59:06
  Author: alucryd
Revision: 345180

archrelease: copy trunk to extra-any

Added:
  ffnvcodec-headers/repos/extra-any/PKGBUILD
(from rev 345179, ffnvcodec-headers/trunk/PKGBUILD)
Deleted:
  ffnvcodec-headers/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 14:58:58 UTC (rev 345179)
+++ PKGBUILD2019-02-03 14:59:06 UTC (rev 345180)
@@ -1,26 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Bermond 
-
-pkgname=ffnvcodec-headers
-pkgver=8.2.15.6
-pkgrel=1
-pkgdesc='FFmpeg version of headers required to interface with Nvidias codec 
APIs'
-arch=('any')
-url='https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git'
-license=('MIT')
-makedepends=('git')
-source=("git+https://git.videolan.org/git/ffmpeg/nv-codec-headers.git#tag=n${pkgver}";)
-sha256sums=('SKIP')
-
-build() {
-  make PREFIX='/usr' -C nv-codec-headers
-  sed -n '4,25p' nv-codec-headers/include/ffnvcodec/nvEncodeAPI.h > LICENSE # 
Extract license
-  sed -i '1,22s/^.\{,3\}//' LICENSE # Delete C comments
-}
-
-package() {
-  make PREFIX='/usr' DESTDIR="${pkgdir}" -C nv-codec-headers install
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/ffnvcodec-headers/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffnvcodec-headers/repos/extra-any/PKGBUILD (from rev 345179, 
ffnvcodec-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 14:59:06 UTC (rev 345180)
@@ -0,0 +1,26 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Daniel Bermond 
+
+pkgname=ffnvcodec-headers
+pkgver=8.2.15.7
+pkgrel=1
+pkgdesc='FFmpeg version of headers required to interface with Nvidias codec 
APIs'
+arch=('any')
+url='https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git'
+license=('MIT')
+makedepends=('git')
+source=("git+https://git.videolan.org/git/ffmpeg/nv-codec-headers.git#tag=n${pkgver}";)
+sha256sums=('SKIP')
+
+build() {
+  make PREFIX='/usr' -C nv-codec-headers
+  sed -n '4,25p' nv-codec-headers/include/ffnvcodec/nvEncodeAPI.h > LICENSE # 
Extract license
+  sed -i '1,22s/^.\{,3\}//' LICENSE # Delete C comments
+}
+
+package() {
+  make PREFIX='/usr' DESTDIR="${pkgdir}" -C nv-codec-headers install
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/ffnvcodec-headers/
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-04 Thread Maxime Gauduin via arch-commits
Date: Monday, February 4, 2019 @ 18:05:15
  Author: alucryd
Revision: 429599

upgpkg: python-marshmallow-sqlalchemy 0.16.0-1

Modified:
  python-marshmallow-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 17:34:49 UTC (rev 429598)
+++ PKGBUILD2019-02-04 18:05:15 UTC (rev 429599)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-marshmallow-sqlalchemy
-pkgver=0.15.0
+pkgver=0.16.0
 pkgrel=1
 pkgdesc='SQLAlchemy integration with marshmallow'
 url='https://marshmallow-sqlalchemy.readthedocs.io/'


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

2019-02-04 Thread Maxime Gauduin via arch-commits
Date: Monday, February 4, 2019 @ 18:05:24
  Author: alucryd
Revision: 429600

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 18:05:15 UTC (rev 429599)
+++ PKGBUILD2019-02-04 18:05:24 UTC (rev 429600)
@@ -1,28 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-marshmallow-sqlalchemy
-pkgver=0.15.0
-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')
-source=("git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${pkgver}";)
-sha256sums=('SKIP')
-
-build() {
-  cd marshmallow-sqlalchemy
-
-  python setup.py build
-}
-
-package() {
-  cd marshmallow-sqlalchemy
-
-  python setup.py install --root="${pkgdir}" -O1 --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 
429599, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 18:05:24 UTC (rev 429600)
@@ -0,0 +1,28 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-marshmallow-sqlalchemy
+pkgver=0.16.0
+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')
+source=("git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${pkgver}";)
+sha256sums=('SKIP')
+
+build() {
+  cd marshmallow-sqlalchemy
+
+  python setup.py build
+}
+
+package() {
+  cd marshmallow-sqlalchemy
+
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-marshmallow-sqlalchemy
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-04 Thread Maxime Gauduin via arch-commits
Date: Monday, February 4, 2019 @ 18:13:35
  Author: alucryd
Revision: 429602

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  151 ---
 retroarch-config.patch |  102 +++
 2 files changed, 143 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 18:13:25 UTC (rev 429601)
+++ PKGBUILD2019-02-04 18:13:35 UTC (rev 429602)
@@ -1,59 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.7.5
-pkgrel=3
-pkgdesc='Reference frontend for the libretro API'
-arch=('x86_64')
-url='http://www.libretro.com/'
-license=('GPL')
-groups=('libretro')
-depends=('alsa-lib' 'gcc-libs' 'glibc' 'libdrm' 'libgl' 'libpulse' 'libx11'
- 'libxcb' 'libxext' 'libxinerama' 'libxkbcommon' 'libxv' 'libxxf86vm'
- 'mesa'  'openal' 'qt5-base' 'sdl2' 'v4l-utils' 'wayland' 'zlib'
- 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
- 'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so'
- 'libusb-1.0.so')
-makedepends=('git' 'vulkan-icd-loader')
-optdepends=('libretro-overlays: Collection of overlays'
-'libretro-shaders: Collection of shaders'
-'python: retroarch-cg2glsl'
-'retroarch-assets-xmb: XMB menu assets')
-backup=('etc/retroarch.cfg')
-source=("git+https://github.com/libretro/RetroArch.git#tag=v${pkgver}";
-'retroarch-config.patch')
-sha256sums=('SKIP'
-'7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e')
-
-prepare() {
-  cd RetroArch
-
-  patch -Np1 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./configure \
---prefix='/usr' \
---disable-cg \
---disable-jack \
---disable-oss \
---disable-sdl
-  make
-  make -C libretro-common/audio/dsp_filters
-  make -C gfx/video_filters
-}
-
-package() {
-  cd RetroArch
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 644 libretro-common/audio/dsp_filters/*.{dsp,so} -t 
"${pkgdir}"/usr/lib/retroarch/filters/audio/
-  install -Dm 644 gfx/video_filters/*.{filt,so} -t 
"${pkgdir}"/usr/lib/retroarch/filters/video/
-}
-
-# vim: ts=2 sw=2 et:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 429601, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 18:13:35 UTC (rev 429602)
@@ -0,0 +1,92 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.7.6
+pkgrel=1
+pkgdesc='Reference frontend for the libretro API'
+arch=(x86_64)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(
+  alsa-lib
+  libass.so
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libdrm
+  libfreetype.so
+  libgl
+  libpulse
+  libswresample.so
+  libswscale.so
+  libudev.so
+  libusb-1.0.so
+  libx11
+  libxcb
+  libxext
+  libxinerama
+  libxkbcommon
+  libxrandr
+  libxv
+  libxxf86vm
+  mesa
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  wayland
+  zlib
+)
+makedepends=(
+  git
+  vulkan-icd-loader
+)
+optdepends=(
+  'libretro-overlays: Collection of overlays'
+  'libretro-shaders: Collection of shaders'
+  'python: retroarch-cg2glsl'
+  'retroarch-assets-xmb: XMB menu assets'
+)
+backup=(etc/retroarch.cfg)
+source=(
+  git+https://github.com/libretro/RetroArch.git#tag=v${pkgver}
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./configure \
+--prefix='/usr' \
+--disable-cg \
+--disable-jack \
+--disable-oss \
+--disable-sdl
+  make
+  make -C libretro-common/audio/dsp_filters
+  make -C gfx/video_filters
+}
+
+package() {
+  cd RetroArch
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm 644 libretro-common/audio/dsp_filters/*.{dsp,so} -t 
"${pkgdir}"/usr/lib/retroarch/filters/audio/
+  install -Dm 644 gfx/video_filters/*.{filt,so} -t 
"${pkgdir}"/usr/lib/retroarch/filters/video/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: retroarch-config.patch
===
--- retroarch-config.patch  2019-02-04 18:13:25 UTC (rev 429601)
+++ retroarch-config.patch  2019-02-04 18:13:35 UTC (rev 429602)
@@ -1,51 +0,0 @@
-diff -rupN RetroArch.orig/retroarch.cfg RetroArch/retroarch.cfg
 RetroA

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

2019-02-04 Thread Maxime Gauduin via arch-commits
Date: Monday, February 4, 2019 @ 18:13:25
  Author: alucryd
Revision: 429601

upgpkg: retroarch 1.7.6-1

Modified:
  retroarch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 18:05:24 UTC (rev 429600)
+++ PKGBUILD2019-02-04 18:13:25 UTC (rev 429601)
@@ -3,29 +3,62 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.7.5
-pkgrel=3
+pkgver=1.7.6
+pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
-arch=('x86_64')
-url='http://www.libretro.com/'
-license=('GPL')
-groups=('libretro')
-depends=('alsa-lib' 'gcc-libs' 'glibc' 'libdrm' 'libgl' 'libpulse' 'libx11'
- 'libxcb' 'libxext' 'libxinerama' 'libxkbcommon' 'libxv' 'libxxf86vm'
- 'mesa'  'openal' 'qt5-base' 'sdl2' 'v4l-utils' 'wayland' 'zlib'
- 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
- 'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so'
- 'libusb-1.0.so')
-makedepends=('git' 'vulkan-icd-loader')
-optdepends=('libretro-overlays: Collection of overlays'
-'libretro-shaders: Collection of shaders'
-'python: retroarch-cg2glsl'
-'retroarch-assets-xmb: XMB menu assets')
-backup=('etc/retroarch.cfg')
-source=("git+https://github.com/libretro/RetroArch.git#tag=v${pkgver}";
-'retroarch-config.patch')
-sha256sums=('SKIP'
-'7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e')
+arch=(x86_64)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(
+  alsa-lib
+  libass.so
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libdrm
+  libfreetype.so
+  libgl
+  libpulse
+  libswresample.so
+  libswscale.so
+  libudev.so
+  libusb-1.0.so
+  libx11
+  libxcb
+  libxext
+  libxinerama
+  libxkbcommon
+  libxrandr
+  libxv
+  libxxf86vm
+  mesa
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  wayland
+  zlib
+)
+makedepends=(
+  git
+  vulkan-icd-loader
+)
+optdepends=(
+  'libretro-overlays: Collection of overlays'
+  'libretro-shaders: Collection of shaders'
+  'python: retroarch-cg2glsl'
+  'retroarch-assets-xmb: XMB menu assets'
+)
+backup=(etc/retroarch.cfg)
+source=(
+  git+https://github.com/libretro/RetroArch.git#tag=v${pkgver}
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
 
 prepare() {
   cd RetroArch


[arch-commits] Commit in (3 files)

2019-02-04 Thread Maxime Gauduin via arch-commits
Date: Monday, February 4, 2019 @ 18:23:39
  Author: alucryd
Revision: 429605

make retroarch assets a split package

Added:
  retroarch-assets/
  retroarch-assets/trunk/
  retroarch-assets/trunk/PKGBUILD

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

Added: retroarch-assets/trunk/PKGBUILD
===
--- retroarch-assets/trunk/PKGBUILD (rev 0)
+++ retroarch-assets/trunk/PKGBUILD 2019-02-04 18:23:39 UTC (rev 429605)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin 
+
+pkgbase=retroarch-assets
+pkgname=(
+  retroarch-assets-ozone
+  retroarch-assets-xmb
+)
+pkgver=167
+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)
+source=(git+https://github.com/libretro/retroarch-assets.git#commit=092ca6f1d57ed36f7f8f828bd6e41dd5a56eddad)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd retroarch-assets
+
+  git rev-list --count HEAD
+}
+
+package_retroarch-assets-ozone() {
+  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-xmb)

2019-02-04 Thread Maxime Gauduin via arch-commits
Date: Monday, February 4, 2019 @ 18:24:00
  Author: alucryd
Revision: 429606

del the old retroarch assets package

Deleted:
  retroarch-assets-xmb/


[arch-commits] Commit in retroarch-assets (3 files)

2019-02-04 Thread Maxime Gauduin via arch-commits
Date: Monday, February 4, 2019 @ 18:24:30
  Author: alucryd
Revision: 429607

archrelease: copy trunk to community-any

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

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

Copied: retroarch-assets/repos/community-any/PKGBUILD (from rev 429606, 
retroarch-assets/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2019-02-04 18:24:30 UTC (rev 429607)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin 
+
+pkgbase=retroarch-assets
+pkgname=(
+  retroarch-assets-ozone
+  retroarch-assets-xmb
+)
+pkgver=167
+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)
+source=(git+https://github.com/libretro/retroarch-assets.git#commit=092ca6f1d57ed36f7f8f828bd6e41dd5a56eddad)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd retroarch-assets
+
+  git rev-list --count HEAD
+}
+
+package_retroarch-assets-ozone() {
+  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 libretro-core-info/trunk (PKGBUILD)

2019-02-04 Thread Maxime Gauduin via arch-commits
Date: Monday, February 4, 2019 @ 18:25:56
  Author: alucryd
Revision: 429608

upgpkg: libretro-core-info 1.7.6-1

Modified:
  libretro-core-info/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 18:24:30 UTC (rev 429607)
+++ PKGBUILD2019-02-04 18:25:56 UTC (rev 429608)
@@ -1,16 +1,16 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-core-info
-pkgver=1.7.5
+pkgver=1.7.6
 pkgrel=1
 pkgdesc='Libretro core info files'
-arch=('any')
-url='https://github.com/libretro/libretro-core-info'
-license=('GPL3')
-makedepends=('git')
-groups=('libretro')
-source=("git+https://github.com/libretro/libretro-core-info.git#tag=${pkgver}";)
-sha256sums=('SKIP')
+arch=(any)
+url=https://github.com/libretro/libretro-core-info
+license=(GPL3)
+makedepends=(git)
+groups=(libretro)
+source=(git+https://github.com/libretro/libretro-core-info.git#tag=${pkgver})
+sha256sums=(SKIP)
 
 package() {
   make DESTDIR="${pkgdir}" -C libretro-core-info install


[arch-commits] Commit in libretro-core-info/repos/community-any (PKGBUILD PKGBUILD)

2019-02-04 Thread Maxime Gauduin via arch-commits
Date: Monday, February 4, 2019 @ 18:26:05
  Author: alucryd
Revision: 429609

archrelease: copy trunk to community-any

Added:
  libretro-core-info/repos/community-any/PKGBUILD
(from rev 429608, libretro-core-info/trunk/PKGBUILD)
Deleted:
  libretro-core-info/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 18:25:56 UTC (rev 429608)
+++ PKGBUILD2019-02-04 18:26:05 UTC (rev 429609)
@@ -1,19 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-core-info
-pkgver=1.7.5
-pkgrel=1
-pkgdesc='Libretro core info files'
-arch=('any')
-url='https://github.com/libretro/libretro-core-info'
-license=('GPL3')
-makedepends=('git')
-groups=('libretro')
-source=("git+https://github.com/libretro/libretro-core-info.git#tag=${pkgver}";)
-sha256sums=('SKIP')
-
-package() {
-  make DESTDIR="${pkgdir}" -C libretro-core-info install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-core-info/repos/community-any/PKGBUILD (from rev 429608, 
libretro-core-info/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 18:26:05 UTC (rev 429609)
@@ -0,0 +1,19 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-core-info
+pkgver=1.7.6
+pkgrel=1
+pkgdesc='Libretro core info files'
+arch=(any)
+url=https://github.com/libretro/libretro-core-info
+license=(GPL3)
+makedepends=(git)
+groups=(libretro)
+source=(git+https://github.com/libretro/libretro-core-info.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+package() {
+  make DESTDIR="${pkgdir}" -C libretro-core-info install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-04 Thread Maxime Gauduin via arch-commits
Date: Tuesday, February 5, 2019 @ 06:38:36
  Author: alucryd
Revision: 429623

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
(from rev 429622, lib32-gtk3/trunk/PKGBUILD)
  lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
(from rev 429622, lib32-gtk3/trunk/gtk-query-immodules-3.0-32.hook)
  lib32-gtk3/repos/multilib-x86_64/lib32-gtk3.install
(from rev 429622, 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|  192 +++---
 gtk-query-immodules-3.0-32.hook |   22 ++--
 lib32-gtk3.install  |6 -
 3 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-05 06:38:27 UTC (rev 429622)
+++ PKGBUILD2019-02-05 06:38:36 UTC (rev 429623)
@@ -1,96 +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.4
-pkgrel=1
-pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
-arch=(x86_64)
-license=(LGPL)
-url='http://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'
-source=(
-  git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${pkgver}
-  gtk-query-immodules-3.0-32.hook
-)
-sha256sums=('SKIP'
-'4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608')
-
-pkgver() {
-  cd gtk
-
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtk
-
-  git cherry-pick -n 2905fc861acda3d134a198e56ef2f6c962ad3061
-
-  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 429622, 
lib32-gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-05 06:38:36 UTC (rev 429623)
@@ -0,0 +1,96 @@
+# $Id: PKGBUILD 318497 2018-04-30 12:35:01Z alucryd $
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+# Contributor: GordonGR 
+
+pkgname=lib32-gtk3
+pkgver=3.24.5
+pkgrel=1
+pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
+arch=(x86_64)
+license=(LGPL)
+url='http://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'
+source=(
+  git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${pkgver}
+  gtk-query-immodules-3.0-32.hook
+)
+sha256sums=('SKIP'
+'4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608')
+
+pkgver() {
+  cd gtk
+
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gtk
+
+  git cherry-pick -n 2905fc861acda3d134a198e56ef2f6c962ad3061
+
+  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' li

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

2019-02-04 Thread Maxime Gauduin via arch-commits
Date: Tuesday, February 5, 2019 @ 06:38:27
  Author: alucryd
Revision: 429622

upgpkg: lib32-gtk3 3.24.5-1

Modified:
  lib32-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-05 06:21:59 UTC (rev 429621)
+++ PKGBUILD2019-02-05 06:38:27 UTC (rev 429622)
@@ -4,7 +4,7 @@
 # Contributor: GordonGR 
 
 pkgname=lib32-gtk3
-pkgver=3.24.4
+pkgver=3.24.5
 pkgrel=1
 pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
 arch=(x86_64)


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

2019-02-05 Thread Maxime Gauduin via arch-commits
Date: Tuesday, February 5, 2019 @ 13:21:04
  Author: alucryd
Revision: 345278

archrelease: copy trunk to staging-x86_64

Added:
  libvpx/repos/staging-x86_64/
  libvpx/repos/staging-x86_64/0001-Fix-for-issue-1114-compile-error.patch
(from rev 345277, libvpx/trunk/0001-Fix-for-issue-1114-compile-error.patch)
  libvpx/repos/staging-x86_64/PKGBUILD
(from rev 345277, libvpx/trunk/PKGBUILD)

-+
 0001-Fix-for-issue-1114-compile-error.patch |  317 ++
 PKGBUILD|   45 +++
 2 files changed, 362 insertions(+)

Copied: libvpx/repos/staging-x86_64/0001-Fix-for-issue-1114-compile-error.patch 
(from rev 345277, libvpx/trunk/0001-Fix-for-issue-1114-compile-error.patch)
===
--- staging-x86_64/0001-Fix-for-issue-1114-compile-error.patch  
(rev 0)
+++ staging-x86_64/0001-Fix-for-issue-1114-compile-error.patch  2019-02-05 
13:21:04 UTC (rev 345278)
@@ -0,0 +1,317 @@
+From 7361ef732b432e153496c30da66081d7e530c7f6 Mon Sep 17 00:00:00 2001
+From: Peter de Rivaz 
+Date: Mon, 14 Dec 2015 16:35:29 +
+Subject: [PATCH] Fix for issue 1114 compile error
+
+In 32-bit build with --enable-shared, there is a lot of
+register pressure and register src_strideq is reused.
+The code needs to use the stack based version of src_stride,
+but this doesn't compile when used in an lea instruction.
+
+This patch also fixes a related segmentation fault caused by the
+implementation using src_strideq even though it has been
+reused.
+
+This patch also fixes the HBD subpel variance tests that fail
+when compiled without disable-optimizations.
+These failures were caused by local variables in the assembler
+routines colliding with the caller's stack frame.
+
+Change-Id: Ice9d4dafdcbdc6038ad5ee7c1c09a8f06deca362
+---
+ vpx_dsp/x86/highbd_subpel_variance_impl_sse2.asm | 18 +++
+ vpx_dsp/x86/highbd_variance_sse2.c   | 64 ++--
+ 2 files changed, 44 insertions(+), 38 deletions(-)
+
+diff --git a/vpx_dsp/x86/highbd_subpel_variance_impl_sse2.asm 
b/vpx_dsp/x86/highbd_subpel_variance_impl_sse2.asm
+index 22d52a2..30ee81b 100644
+--- a/vpx_dsp/x86/highbd_subpel_variance_impl_sse2.asm
 b/vpx_dsp/x86/highbd_subpel_variance_impl_sse2.asm
+@@ -79,20 +79,13 @@ SECTION .text
+ 
+ %macro INC_SRC_BY_SRC_STRIDE  0
+ %if ARCH_X86=1 && CONFIG_PIC=1
+-  leasrcq, [srcq + src_stridemp*2]
++  addsrcq, src_stridemp
++  addsrcq, src_stridemp
+ %else
+   leasrcq, [srcq + src_strideq*2]
+ %endif
+ %endmacro
+ 
+-%macro INC_SRC_BY_SRC_2STRIDE  0
+-%if ARCH_X86=1 && CONFIG_PIC=1
+-  leasrcq, [srcq + src_stridemp*4]
+-%else
+-  leasrcq, [srcq + src_strideq*4]
+-%endif
+-%endmacro
+-
+ %macro SUBPEL_VARIANCE 1-2 0 ; W
+ %define bilin_filter_m bilin_filter_m_sse2
+ %define filter_idx_shift 5
+@@ -984,8 +977,9 @@ SECTION .text
+ .x_other_y_other_loop:
+   movu m2, [srcq]
+   movu m4, [srcq+2]
+-  movu m3, [srcq+src_strideq*2]
+-  movu m5, [srcq+src_strideq*2+2]
++  INC_SRC_BY_SRC_STRIDE
++  movu m3, [srcq]
++  movu m5, [srcq+2]
+   pmullw   m2, filter_x_a
+   pmullw   m4, filter_x_b
+   paddwm2, filter_rnd
+@@ -1018,7 +1012,7 @@ SECTION .text
+   SUM_SSE  m0, m2, m4, m3, m6, m7
+   mova m0, m5
+ 
+-  INC_SRC_BY_SRC_2STRIDE
++  INC_SRC_BY_SRC_STRIDE
+   leadstq, [dstq + dst_strideq * 4]
+ %if %2 == 1 ; avg
+   addsecq, sec_str
+diff --git a/vpx_dsp/x86/highbd_variance_sse2.c 
b/vpx_dsp/x86/highbd_variance_sse2.c
+index b45331c..81ec5db 100644
+--- a/vpx_dsp/x86/highbd_variance_sse2.c
 b/vpx_dsp/x86/highbd_variance_sse2.c
+@@ -243,13 +243,18 @@ unsigned int vpx_highbd_12_mse8x8_sse2(const uint8_t 
*src8, int src_stride,
+ }
+ 
+ #if CONFIG_USE_X86INC
++// The 2 unused parameters are place holders for PIC enabled build.
++// These definitions are for functions defined in
++// highbd_subpel_variance_impl_sse2.asm
+ #define DECL(w, opt) \
+   int vpx_highbd_sub_pixel_variance##w##xh_##opt(const uint16_t *src, \
+  ptrdiff_t src_stride, \
+  int x_offset, int y_offset, \
+  const uint16_t *dst, \
+  ptrdiff_t dst_stride, \
+- int height, unsigned int 
*sse);
++ int height, \
++ unsigned int *sse, \
++ void *unused0, void *unused);
+ #define DECLS(opt1, opt2) \
+   DECL(8, opt1); \
+

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

2019-02-05 Thread Maxime Gauduin via arch-commits
Date: Tuesday, February 5, 2019 @ 13:20:55
  Author: alucryd
Revision: 345277

upgpkg: libvpx 1.8.0-1

Modified:
  libvpx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-05 05:21:53 UTC (rev 345276)
+++ PKGBUILD2019-02-05 13:20:55 UTC (rev 345277)
@@ -3,43 +3,42 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=libvpx
-pkgver=1.7.0
+pkgver=1.8.0
 pkgrel=1
 pkgdesc='VP8 and VP9 codec'
-arch=('x86_64')
-url='http://www.webmproject.org/'
-license=('BSD')
-depends=('glibc' 'gcc-libs')
-makedepends=('yasm' 'git')
-provides=('libvpx.so')
-source=("libvpx-${pkgver}.tar.gz::https://github.com/webmproject/libvpx/archive/v${pkgver}.tar.gz";)
-sha256sums=('1fec931eb5c94279ad219a5b6e0202358e94a93a90cfb1603578c326abfc1238')
+arch=(x86_64)
+url=http://www.webmproject.org/
+license=(BSD)
+makedepends=(
+  git
+  nasm
+)
+provides=(libvpx.so)
+source=(git+https://chromium.googlesource.com/webm/libvpx#tag=v${pkgver})
+sha256sums=(SKIP)
 
 build() {
-  cd libvpx-${pkgver}
+  cd libvpx
 
   ./configure \
 --prefix='/usr' \
+--disable-install-docs \
+--disable-install-srcs \
+--enable-pic \
+--enable-postproc \
 --enable-runtime-cpu-detect \
 --enable-shared \
---enable-pic \
---disable-install-docs \
---disable-install-srcs \
 --enable-vp8 \
---enable-postproc \
 --enable-vp9 \
 --enable-vp9-highbitdepth \
---enable-experimental \
---enable-spatial-svc
-
+--enable-vp9-temporal-denoising
   make
 }
 
 package() {
-  cd libvpx-${pkgver}
+  cd libvpx
 
   make DIST_DIR="${pkgdir}"/usr install
-
   install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/libvpx/
 }
 


[arch-commits] Commit in libvpx/trunk (0001-Fix-for-issue-1114-compile-error.patch)

2019-02-05 Thread Maxime Gauduin via arch-commits
Date: Tuesday, February 5, 2019 @ 13:28:18
  Author: alucryd
Revision: 345285

delete leftover patch

Deleted:
  libvpx/trunk/0001-Fix-for-issue-1114-compile-error.patch

-+
 0001-Fix-for-issue-1114-compile-error.patch |  317 --
 1 file changed, 317 deletions(-)

Deleted: 0001-Fix-for-issue-1114-compile-error.patch
===
--- 0001-Fix-for-issue-1114-compile-error.patch 2019-02-05 13:25:33 UTC (rev 
345284)
+++ 0001-Fix-for-issue-1114-compile-error.patch 2019-02-05 13:28:18 UTC (rev 
345285)
@@ -1,317 +0,0 @@
-From 7361ef732b432e153496c30da66081d7e530c7f6 Mon Sep 17 00:00:00 2001
-From: Peter de Rivaz 
-Date: Mon, 14 Dec 2015 16:35:29 +
-Subject: [PATCH] Fix for issue 1114 compile error
-
-In 32-bit build with --enable-shared, there is a lot of
-register pressure and register src_strideq is reused.
-The code needs to use the stack based version of src_stride,
-but this doesn't compile when used in an lea instruction.
-
-This patch also fixes a related segmentation fault caused by the
-implementation using src_strideq even though it has been
-reused.
-
-This patch also fixes the HBD subpel variance tests that fail
-when compiled without disable-optimizations.
-These failures were caused by local variables in the assembler
-routines colliding with the caller's stack frame.
-
-Change-Id: Ice9d4dafdcbdc6038ad5ee7c1c09a8f06deca362

- vpx_dsp/x86/highbd_subpel_variance_impl_sse2.asm | 18 +++
- vpx_dsp/x86/highbd_variance_sse2.c   | 64 ++--
- 2 files changed, 44 insertions(+), 38 deletions(-)
-
-diff --git a/vpx_dsp/x86/highbd_subpel_variance_impl_sse2.asm 
b/vpx_dsp/x86/highbd_subpel_variance_impl_sse2.asm
-index 22d52a2..30ee81b 100644
 a/vpx_dsp/x86/highbd_subpel_variance_impl_sse2.asm
-+++ b/vpx_dsp/x86/highbd_subpel_variance_impl_sse2.asm
-@@ -79,20 +79,13 @@ SECTION .text
- 
- %macro INC_SRC_BY_SRC_STRIDE  0
- %if ARCH_X86=1 && CONFIG_PIC=1
--  leasrcq, [srcq + src_stridemp*2]
-+  addsrcq, src_stridemp
-+  addsrcq, src_stridemp
- %else
-   leasrcq, [srcq + src_strideq*2]
- %endif
- %endmacro
- 
--%macro INC_SRC_BY_SRC_2STRIDE  0
--%if ARCH_X86=1 && CONFIG_PIC=1
--  leasrcq, [srcq + src_stridemp*4]
--%else
--  leasrcq, [srcq + src_strideq*4]
--%endif
--%endmacro
--
- %macro SUBPEL_VARIANCE 1-2 0 ; W
- %define bilin_filter_m bilin_filter_m_sse2
- %define filter_idx_shift 5
-@@ -984,8 +977,9 @@ SECTION .text
- .x_other_y_other_loop:
-   movu m2, [srcq]
-   movu m4, [srcq+2]
--  movu m3, [srcq+src_strideq*2]
--  movu m5, [srcq+src_strideq*2+2]
-+  INC_SRC_BY_SRC_STRIDE
-+  movu m3, [srcq]
-+  movu m5, [srcq+2]
-   pmullw   m2, filter_x_a
-   pmullw   m4, filter_x_b
-   paddwm2, filter_rnd
-@@ -1018,7 +1012,7 @@ SECTION .text
-   SUM_SSE  m0, m2, m4, m3, m6, m7
-   mova m0, m5
- 
--  INC_SRC_BY_SRC_2STRIDE
-+  INC_SRC_BY_SRC_STRIDE
-   leadstq, [dstq + dst_strideq * 4]
- %if %2 == 1 ; avg
-   addsecq, sec_str
-diff --git a/vpx_dsp/x86/highbd_variance_sse2.c 
b/vpx_dsp/x86/highbd_variance_sse2.c
-index b45331c..81ec5db 100644
 a/vpx_dsp/x86/highbd_variance_sse2.c
-+++ b/vpx_dsp/x86/highbd_variance_sse2.c
-@@ -243,13 +243,18 @@ unsigned int vpx_highbd_12_mse8x8_sse2(const uint8_t 
*src8, int src_stride,
- }
- 
- #if CONFIG_USE_X86INC
-+// The 2 unused parameters are place holders for PIC enabled build.
-+// These definitions are for functions defined in
-+// highbd_subpel_variance_impl_sse2.asm
- #define DECL(w, opt) \
-   int vpx_highbd_sub_pixel_variance##w##xh_##opt(const uint16_t *src, \
-  ptrdiff_t src_stride, \
-  int x_offset, int y_offset, \
-  const uint16_t *dst, \
-  ptrdiff_t dst_stride, \
-- int height, unsigned int 
*sse);
-+ int height, \
-+ unsigned int *sse, \
-+ void *unused0, void *unused);
- #define DECLS(opt1, opt2) \
-   DECL(8, opt1); \
-   DECL(16, opt1)
-@@ -274,7 +279,7 @@ uint32_t 
vpx_highbd_8_sub_pixel_variance##w##x##h##_##opt(const uint8_t *src8, \
-   int se = vpx_highbd_sub_pixel_variance##wf##xh_##opt(src, src_stride, \
-x_offset, y_offset, \
-dst, dst_stride, h, \
--   &sse)

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

2019-02-05 Thread Maxime Gauduin via arch-commits
Date: Tuesday, February 5, 2019 @ 14:20:15
  Author: alucryd
Revision: 345286

libvpx rebuild: ffmpeg 1:4.1-4

Modified:
  ffmpeg/trunk/PKGBUILD
Deleted:
  ffmpeg/trunk/fs56089.patch

---+
 PKGBUILD  |2 -
 fs56089.patch |   84 
 2 files changed, 1 insertion(+), 85 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-05 13:28:18 UTC (rev 345285)
+++ PKGBUILD2019-02-05 14:20:15 UTC (rev 345286)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.1
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)

Deleted: fs56089.patch
===
--- fs56089.patch   2019-02-05 13:28:18 UTC (rev 345285)
+++ fs56089.patch   2019-02-05 14:20:15 UTC (rev 345286)
@@ -1,84 +0,0 @@
-diff -rupN ffmpeg-3.4.orig/libavformat/aviobuf.c 
ffmpeg-3.4/libavformat/aviobuf.c
 ffmpeg-3.4.orig/libavformat/aviobuf.c  2017-11-02 14:57:16.078834563 
+0100
-+++ ffmpeg-3.4/libavformat/aviobuf.c   2017-11-02 15:02:52.549816990 +0100
-@@ -531,6 +531,24 @@ void avio_write_marker(AVIOContext *s, i
- s->last_time = time;
- }
- 
-+static int read_packet_wrapper(AVIOContext *s, uint8_t *buf, int size)
-+{
-+int ret;
-+
-+if (!s->read_packet)
-+return AVERROR_EOF;
-+ret = s->read_packet(s->opaque, buf, size);
-+#if FF_API_OLD_AVIO_EOF_0
-+if (!ret && !s->max_packet_size) {
-+av_log(NULL, AV_LOG_WARNING, "Invalid return value 0 for stream 
protocol\n");
-+ret = AVERROR_EOF;
-+}
-+#else
-+av_assert2(ret || s->max_packet_size);
-+#endif
-+return ret;
-+}
-+
- /* Input stream */
- 
- static void fill_buffer(AVIOContext *s)
-@@ -569,10 +587,7 @@ static void fill_buffer(AVIOContext *s)
- len = s->orig_buffer_size;
- }
- 
--if (s->read_packet)
--len = s->read_packet(s->opaque, dst, len);
--else
--len = 0;
-+len = read_packet_wrapper(s, dst, len);
- if (len <= 0) {
- /* do not modify buffer if EOF reached so that a seek back can
-be done without rereading data */
-@@ -644,8 +659,7 @@ int avio_read(AVIOContext *s, unsigned c
- if (len == 0 || s->write_flag) {
- if((s->direct || size > s->buffer_size) && !s->update_checksum) {
- // bypass the buffer and read data directly into buf
--if(s->read_packet)
--len = s->read_packet(s->opaque, buf, size);
-+len = read_packet_wrapper(s, buf, size);
- 
- if (len <= 0) {
- /* do not modify buffer if EOF reached so that a seek 
back can
-@@ -711,7 +725,7 @@ int avio_read_partial(AVIOContext *s, un
- return -1;
- 
- if (s->read_packet && s->write_flag) {
--len = s->read_packet(s->opaque, buf, size);
-+len = read_packet_wrapper(s, buf, size);
- if (len > 0)
- s->pos += len;
- return len;
-diff -rupN ffmpeg-3.4.orig/libavformat/avio.h ffmpeg-3.4/libavformat/avio.h
 ffmpeg-3.4.orig/libavformat/avio.h 2017-11-02 14:57:16.078834563 +0100
-+++ ffmpeg-3.4/libavformat/avio.h  2017-11-02 14:59:15.602300896 +0100
-@@ -452,6 +452,8 @@ void avio_free_directory_entry(AVIODirEn
-  * @param write_flag Set to 1 if the buffer should be writable, 0 otherwise.
-  * @param opaque An opaque pointer to user-specific data.
-  * @param read_packet  A function for refilling the buffer, may be NULL.
-+ * For stream protocols, must never return 0 but rather
-+ * a proper AVERROR code.
-  * @param write_packet A function for writing the buffer contents, may be 
NULL.
-  *The function may not change the input buffers content.
-  * @param seek A function for seeking to specified byte position, may be NULL.
-diff -rupN ffmpeg-3.4.orig/libavformat/version.h 
ffmpeg-3.4/libavformat/version.h
 ffmpeg-3.4.orig/libavformat/version.h  2017-11-02 14:57:16.082167807 
+0100
-+++ ffmpeg-3.4/libavformat/version.h   2017-11-02 15:04:01.704627612 +0100
-@@ -97,6 +97,9 @@
- #ifndef FF_API_OLD_ROTATE_API
- #define FF_API_OLD_ROTATE_API   (LIBAVFORMAT_VERSION_MAJOR < 58)
- #endif
-+#ifndef FF_API_OLD_AVIO_EOF_0
-+#define FF_API_OLD_AVIO_EOF_0   (LIBAVFORMAT_VERSION_MAJOR < 58)
-+#endif
- 
- 
- #ifndef FF_API_R_FRAME_RATE


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

2019-02-05 Thread Maxime Gauduin via arch-commits
Date: Tuesday, February 5, 2019 @ 14:20:24
  Author: alucryd
Revision: 345287

archrelease: copy trunk to staging-x86_64

Added:
  ffmpeg/repos/staging-x86_64/
  ffmpeg/repos/staging-x86_64/PKGBUILD
(from rev 345286, ffmpeg/trunk/PKGBUILD)

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

Copied: ffmpeg/repos/staging-x86_64/PKGBUILD (from rev 345286, 
ffmpeg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-02-05 14:20:24 UTC (rev 345287)
@@ -0,0 +1,144 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=4.1
+pkgrel=4
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=(x86_64)
+url=https://ffmpeg.org/
+license=(GPL3)
+depends=(
+  alsa-lib
+  aom
+  bzip2
+  fontconfig
+  fribidi
+  gmp
+  gnutls
+  gsm
+  jack
+  lame
+  libass.so
+  libavc1394
+  libbluray.so
+  libdrm
+  libfreetype.so
+  libiec61883
+  libmodplug
+  libomxil-bellagio
+  libpulse
+  libraw1394
+  libsoxr
+  libssh
+  libtheora
+  libva.so
+  libva-drm.so
+  libva-x11.so
+  libvdpau
+  libvidstab.so
+  libvorbisenc.so
+  libvorbis.so
+  libvpx.so
+  libwebp
+  libx11
+  libx264.so
+  libx265.so
+  libxcb
+  libxext
+  libxml2
+  libxv
+  libxvidcore.so
+  opencore-amr
+  openjpeg2
+  opus
+  sdl2
+  speex
+  v4l-utils
+  xz
+  zlib
+)
+makedepends=(
+  ffnvcodec-headers
+  git
+  ladspa
+  nasm
+)
+optdepends=('ladspa: LADSPA filters')
+provides=(
+  libavcodec.so
+  libavdevice.so
+  libavfilter.so
+  libavformat.so
+  libavutil.so
+  libpostproc.so
+  libswresample.so
+  libswscale.so
+)
+source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=n${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  cd ffmpeg
+
+  ./configure \
+--prefix='/usr' \
+--disable-debug \
+--disable-static \
+--disable-stripping \
+--enable-fontconfig \
+--enable-gmp \
+--enable-gnutls \
+--enable-gpl \
+--enable-ladspa \
+--enable-libaom \
+--enable-libass \
+--enable-libbluray \
+--enable-libdrm \
+--enable-libfreetype \
+--enable-libfribidi \
+--enable-libgsm \
+--enable-libiec61883 \
+--enable-libjack \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-libsoxr \
+--enable-libspeex \
+--enable-libssh \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvidstab \
+--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:


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

2019-02-05 Thread Maxime Gauduin via arch-commits
Date: Tuesday, February 5, 2019 @ 17:43:01
  Author: alucryd
Revision: 429651

upgpkg: musescore 3.0.2-1

Modified:
  musescore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-05 17:41:07 UTC (rev 429650)
+++ PKGBUILD2019-02-05 17:43:01 UTC (rev 429651)
@@ -4,7 +4,7 @@
 # Contributor: Dr.Egg 
 
 pkgname=musescore
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc='Create, play and print beautiful sheet music'
 arch=(x86_64)


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

2019-02-05 Thread Maxime Gauduin via arch-commits
Date: Tuesday, February 5, 2019 @ 17:43:12
  Author: alucryd
Revision: 429652

archrelease: copy trunk to community-x86_64

Added:
  musescore/repos/community-x86_64/PKGBUILD
(from rev 429651, musescore/trunk/PKGBUILD)
Deleted:
  musescore/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-05 17:43:01 UTC (rev 429651)
+++ PKGBUILD2019-02-05 17:43:12 UTC (rev 429652)
@@ -1,48 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Stefan Husmann 
-# Contributor: Cristian Maureira 
-# Contributor: Dr.Egg 
-
-pkgname=musescore
-pkgver=3.0.1
-pkgrel=1
-pkgdesc='Create, play and print beautiful sheet music'
-arch=(x86_64)
-url='http://musescore.org/'
-license=(GPL)
-depends=(
-  alsa-lib
-  libpulse
-  libsndfile
-  libvorbisfile.so
-  portaudio
-  portmidi
-  qt5-base
-  qt5-declarative
-  qt5-svg
-  qt5-tools
-  qt5-webengine
-  qt5-xmlpatterns
-  zlib
-)
-makedepends=(
-  cmake
-  doxygen
-  git
-  lame
-  qt5-script
-  texlive-core
-)
-optdepends=('lame: MP3 export')
-source=(git+https://github.com/musescore/MuseScore.git#tag=v${pkgver})
-sha256sums=('SKIP')
-
-build() {
-  make PREFIX='/usr' -C MuseScore release
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C MuseScore/build.release install
-}
-
-# vim: ts=2 sw=2 et:

Copied: musescore/repos/community-x86_64/PKGBUILD (from rev 429651, 
musescore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-05 17:43:12 UTC (rev 429652)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Stefan Husmann 
+# Contributor: Cristian Maureira 
+# Contributor: Dr.Egg 
+
+pkgname=musescore
+pkgver=3.0.2
+pkgrel=1
+pkgdesc='Create, play and print beautiful sheet music'
+arch=(x86_64)
+url='http://musescore.org/'
+license=(GPL)
+depends=(
+  alsa-lib
+  libpulse
+  libsndfile
+  libvorbisfile.so
+  portaudio
+  portmidi
+  qt5-base
+  qt5-declarative
+  qt5-svg
+  qt5-tools
+  qt5-webengine
+  qt5-xmlpatterns
+  zlib
+)
+makedepends=(
+  cmake
+  doxygen
+  git
+  lame
+  qt5-script
+  texlive-core
+)
+optdepends=('lame: MP3 export')
+source=(git+https://github.com/musescore/MuseScore.git#tag=v${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  make PREFIX='/usr' -C MuseScore release
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C MuseScore/build.release install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-06 Thread Maxime Gauduin via arch-commits
Date: Wednesday, February 6, 2019 @ 10:33:48
  Author: alucryd
Revision: 429727

archrelease: copy trunk to community-any

Added:
  firewalld/repos/community-any/PKGBUILD
(from rev 429726, firewalld/trunk/PKGBUILD)
  firewalld/repos/community-any/firewalld-sysconfigdir.patch
(from rev 429726, firewalld/trunk/firewalld-sysconfigdir.patch)
Deleted:
  firewalld/repos/community-any/PKGBUILD
  firewalld/repos/community-any/firewalld-sysconfigdir.patch

--+
 PKGBUILD |  165 -
 firewalld-sysconfigdir.patch |   88 ++---
 2 files changed, 127 insertions(+), 126 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-06 10:33:38 UTC (rev 429726)
+++ PKGBUILD2019-02-06 10:33:48 UTC (rev 429727)
@@ -1,82 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: unikum 
-# Contributor: speed145a 
-
-pkgname=firewalld
-pkgver=0.6.3
-pkgrel=2
-pkgdesc='Firewall daemon with D-Bus interface'
-arch=(any)
-url='https://firewalld.org/'
-license=(GPL2)
-depends=(
-  dconf
-  glib2
-  hicolor-icon-theme
-  nftables
-  python-decorator
-  python-gobject
-  python-slip
-)
-makedepends=(
-  docbook-xsl
-  ebtables
-  git
-  intltool
-  ipset
-  iptables
-)
-optdepends=(
-  'bash-completion: bash completion'
-  'ebtables: old backend'
-  'gtk3: firewall-config'
-  'ipset: old backend'
-  'iptables: old backend'
-  'libnm-glib: firewall-config and firewall-applet'
-  'libnotify: firewall-applet'
-  'python-pyqt5: firewall-applet'
-)
-backup=(
-  etc/conf.d/firewalld
-  etc/firewalld/firewalld.conf
-)
-source=(
-  git+https://github.com/firewalld/firewalld.git#tag=v${pkgver}
-  firewalld-sysconfigdir.patch
-)
-sha256sums=(
-  SKIP
-  cf7d655230c43acf10a0f97dffdbcba136729967c8b9a25a930871d54a589834
-)
-
-prepare() {
-  cd firewalld
-
-  # Backport zsh completion
-  git cherry-pick -n b0d8723d85651cacbb21f2168d92f3c7052e909d
-  patch -Np1 -i ../firewalld-sysconfigdir.patch
-
-  NOCONFIGURE='true' ./autogen.sh
-}
-
-build() {
-  cd firewalld
-
-  ./configure \
---prefix='/usr' \
---localstatedir='/var' \
---sbindir='/usr/bin' \
---sysconfdir='/etc' \
---disable-schemas-compile \
---disable-sysconfig
-  make
-}
-
-package() {
-  cd firewalld
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 shell-completion/zsh/_firewalld -t 
"${pkgdir}"/usr/share/zsh/site-functions/
-}
-
-# vim: ts=2 sw=2 et:

Copied: firewalld/repos/community-any/PKGBUILD (from rev 429726, 
firewalld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-06 10:33:48 UTC (rev 429727)
@@ -0,0 +1,83 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: unikum 
+# Contributor: speed145a 
+
+pkgname=firewalld
+pkgver=0.6.3
+pkgrel=3
+pkgdesc='Firewall daemon with D-Bus interface'
+arch=(any)
+url='https://firewalld.org/'
+license=(GPL2)
+depends=(
+  dconf
+  glib2
+  hicolor-icon-theme
+  nftables
+  python-decorator
+  python-gobject
+  python-slip
+)
+makedepends=(
+  docbook-xsl
+  ebtables
+  git
+  intltool
+  ipset
+  iptables
+)
+optdepends=(
+  'bash-completion: bash completion'
+  'ebtables: old backend'
+  'gtk3: firewall-config'
+  'ipset: old backend'
+  'iptables: old backend'
+  'libnm-glib: firewall-config and firewall-applet'
+  'libnotify: firewall-applet'
+  'python-pyqt5: firewall-applet'
+)
+backup=(
+  etc/conf.d/firewalld
+  etc/firewalld/firewalld.conf
+)
+source=(
+  git+https://github.com/firewalld/firewalld.git#tag=v${pkgver}
+  firewalld-sysconfigdir.patch
+)
+sha256sums=(
+  SKIP
+  cf7d655230c43acf10a0f97dffdbcba136729967c8b9a25a930871d54a589834
+)
+
+prepare() {
+  cd firewalld
+
+  # Backport zsh completion
+  git cherry-pick -n b0d8723d85651cacbb21f2168d92f3c7052e909d
+  patch -Np1 -i ../firewalld-sysconfigdir.patch
+
+  NOCONFIGURE='true' ./autogen.sh
+}
+
+build() {
+  cd firewalld
+
+  ./configure \
+--prefix='/usr' \
+--localstatedir='/var' \
+--sbindir='/usr/bin' \
+--sysconfdir='/etc' \
+--disable-schemas-compile \
+--disable-sysconfig
+  make
+}
+
+package() {
+  cd firewalld
+
+  make DESTDIR="${pkgdir}" install
+  mv "${pkgdir}"/{etc,usr/share}/dbus-1
+  install -Dm 644 shell-completion/zsh/_firewalld -t 
"${pkgdir}"/usr/share/zsh/site-functions/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: firewalld-sysconfigdir.patch
===
--- firewalld-sysconfigdir.patch2019-02-06 10:33:38 UTC (rev 429726)
+++ firewalld-sysconfigdir.patch2019-02-06 10:33:48 UTC (rev 429727)
@@ -1,44 +0,0 @@
-diff -rupN firewalld.orig/config/firewalld.service.in 
firewalld/config/firewalld.service.in
 firewalld.orig/config/firewalld.service.in 2018-07-31 22:22:40.786777349 
+0200
-+++ firewalld/config/firewalld.service.in  2018-07-31 22:26:40.550121870 
+02

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

2019-02-06 Thread Maxime Gauduin via arch-commits
Date: Wednesday, February 6, 2019 @ 10:33:38
  Author: alucryd
Revision: 429726

dbus policy todo: firewalld 0.6.3-3

Modified:
  firewalld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-06 10:27:07 UTC (rev 429725)
+++ PKGBUILD2019-02-06 10:33:38 UTC (rev 429726)
@@ -4,7 +4,7 @@
 
 pkgname=firewalld
 pkgver=0.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Firewall daemon with D-Bus interface'
 arch=(any)
 url='https://firewalld.org/'
@@ -76,6 +76,7 @@
   cd firewalld
 
   make DESTDIR="${pkgdir}" install
+  mv "${pkgdir}"/{etc,usr/share}/dbus-1
   install -Dm 644 shell-completion/zsh/_firewalld -t 
"${pkgdir}"/usr/share/zsh/site-functions/
 }
 


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

2019-02-06 Thread Maxime Gauduin via arch-commits
Date: Wednesday, February 6, 2019 @ 13:23:22
  Author: alucryd
Revision: 345327

dbus policy todo: lightdm 1:1.28.0-2

Modified:
  lightdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-06 08:39:25 UTC (rev 345326)
+++ PKGBUILD2019-02-06 13:23:22 UTC (rev 345327)
@@ -2,35 +2,62 @@
 # Contributor: Morfeo 
 
 pkgbase=lightdm
-pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
+pkgname=(
+  lightdm
+  liblightdm-qt4
+  liblightdm-qt5
+)
 pkgver=1.28.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='A lightweight display manager'
-arch=('x86_64')
-url='https://www.freedesktop.org/wiki/Software/LightDM/'
-license=('GPL3' 'LGPL3')
-makedepends=('gcc-libs' 'glib2' 'git' 'gobject-introspection' 'gtk-doc'
- 'intltool' 'itstool' 'libgcrypt' 'libx11' 'libxcb' 'libxdmcp'
- 'libxklavier' 'pam' 'polkit' 'qt4' 'qt5-base' 'vala' 'yelp-tools')
-source=("git+https://github.com/CanonicalLtd/lightdm.git#tag=${pkgver}";
-'lightdm.service'
-'lightdm.sysusers'
-'lightdm.tmpfiles'
-'lightdm.pam'
-'lightdm-autologin.pam'
-'lightdm.rules'
-'lightdm-default-config.patch'
-'Xsession')
-sha256sums=('SKIP'
-'0db37a14521be729411a767f157fbd07adb738b14006277def53a1efe4dacfb8'
-'19acdbf64c342f77662c08aa53a5ab932ef7faad6e16452b0fbe7758fa935345'
-'dc01ed0bd1c2f271a4b13ed030485e4a9fa4015c69806d6be485237ff69dce41'
-'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0'
-'33e3c3d6e16c8d30756754ea3f31f5457c5be0343686aad287692be34958984a'
-'a89566307e1c81c24f037d854cbd472d2f94f8a4b759877a01563a332319f7d6'
-'cf8783a9c56b8460d557f14f4687346194eb72e6060e23d6c8d7a7e856b2d2a4'
-'d30321a1b490500483b8ed7825fcff2c24a7c760ac627789ff517693888ec3c5')
+arch=(x86_64)
+url=https://www.freedesktop.org/wiki/Software/LightDM/
+license=(
+  GPL3
+  LGPL3
+)
+makedepends=(
+  glib2
+  git
+  gobject-introspection
+  gtk-doc
+  intltool
+  itstool
+  libgcrypt
+  libx11
+  libxcb
+  libxdmcp
+  libxklavier
+  pam
+  polkit
+  qt4
+  qt5-base
+  vala
+  yelp-tools
+)
+source=(
+  git+https://github.com/CanonicalLtd/lightdm.git#tag=${pkgver}
+  lightdm.service
+  lightdm.sysusers
+  lightdm.tmpfiles
+  lightdm.pam
+  lightdm-autologin.pam
+  lightdm.rules
+  lightdm-default-config.patch
+  Xsession
+)
+sha256sums=(
+  SKIP
+  0db37a14521be729411a767f157fbd07adb738b14006277def53a1efe4dacfb8
+  19acdbf64c342f77662c08aa53a5ab932ef7faad6e16452b0fbe7758fa935345
+  dc01ed0bd1c2f271a4b13ed030485e4a9fa4015c69806d6be485237ff69dce41
+  e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0
+  33e3c3d6e16c8d30756754ea3f31f5457c5be0343686aad287692be34958984a
+  a89566307e1c81c24f037d854cbd472d2f94f8a4b759877a01563a332319f7d6
+  cf8783a9c56b8460d557f14f4687346194eb72e6060e23d6c8d7a7e856b2d2a4
+  d30321a1b490500483b8ed7825fcff2c24a7c760ac627789ff517693888ec3c5
+)
 
 prepare() {
   cd lightdm
@@ -43,37 +70,49 @@
 build() {
   cd lightdm
 
-  export MOC4='moc-qt4'
-  export MOC5='moc-qt5'
+  export MOC4=moc-qt4
+  export MOC5=moc-qt5
 
   ./configure \
---prefix='/usr' \
---libexecdir='/usr/lib/lightdm' \
---localstatedir='/var' \
---sbindir='/usr/bin' \
---sysconfdir='/etc' \
+--prefix=/usr \
+--libexecdir=/usr/lib/lightdm \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
 --disable-static \
 --disable-tests \
 --enable-gtk-doc \
---with-greeter-user='lightdm' \
---with-greeter-session='lightdm-gtk-greeter'
+--with-greeter-user=lightdm \
+--with-greeter-session=lightdm-gtk-greeter
   make
 }
 
 package_lightdm() {
-  depends=('glib2' 'libgcrypt' 'libx11' 'libxcb' 'libxdmcp' 'libxklavier' 'pam'
-   'polkit')
-  optdepends=('accountsservice: Enhanced user accounts handling'
-  'lightdm-gtk-greeter: GTK greeter'
-  'xorg-server-xephyr: LightDM test mode')
-  backup=('etc/apparmor.d/lightdm-guest-session'
-  'etc/lightdm/keys.conf'
-  'etc/lightdm/lightdm.conf'
-  'etc/lightdm/users.conf'
-  'etc/lightdm/Xsession'
-  'etc/pam.d/lightdm'
-  'etc/pam.d/lightdm-autologin'
-  'etc/pam.d/lightdm-greeter')
+  depends=(
+glib2
+libgcrypt
+libx11
+libxcb
+libxdmcp
+libxklavier
+pam
+polkit
+  )
+  optdepends=(
+'accountsservice: Enhanced user accounts handling'
+'lightdm-gtk-greeter: GTK greeter'
+'xorg-server-xephyr: LightDM test mode'
+  )
+  backup=(
+etc/apparmor.d/lightdm-guest-session
+etc/lightdm/keys.conf
+etc/lightdm/lightdm.conf
+etc/lightdm/users.conf
+etc/lightdm/Xsession
+etc/pam.d/lightdm
+etc/pam.d/lightdm-autolog

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

2019-02-06 Thread Maxime Gauduin via arch-commits
Date: Wednesday, February 6, 2019 @ 13:23:41
  Author: alucryd
Revision: 345328

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-06 13:23:22 UTC (rev 345327)
+++ PKGBUILD2019-02-06 13:23:41 UTC (rev 345328)
@@ -1,132 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Morfeo 
-
-pkgbase=lightdm
-pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
-pkgver=1.28.0
-pkgrel=1
-epoch=1
-pkgdesc='A lightweight display manager'
-arch=('x86_64')
-url='https://www.freedesktop.org/wiki/Software/LightDM/'
-license=('GPL3' 'LGPL3')
-makedepends=('gcc-libs' 'glib2' 'git' 'gobject-introspection' 'gtk-doc'
- 'intltool' 'itstool' 'libgcrypt' 'libx11' 'libxcb' 'libxdmcp'
- 'libxklavier' 'pam' 'polkit' 'qt4' 'qt5-base' 'vala' 'yelp-tools')
-source=("git+https://github.com/CanonicalLtd/lightdm.git#tag=${pkgver}";
-'lightdm.service'
-'lightdm.sysusers'
-'lightdm.tmpfiles'
-'lightdm.pam'
-'lightdm-autologin.pam'
-'lightdm.rules'
-'lightdm-default-config.patch'
-'Xsession')
-sha256sums=('SKIP'
-'0db37a14521be729411a767f157fbd07adb738b14006277def53a1efe4dacfb8'
-'19acdbf64c342f77662c08aa53a5ab932ef7faad6e16452b0fbe7758fa935345'
-'dc01ed0bd1c2f271a4b13ed030485e4a9fa4015c69806d6be485237ff69dce41'
-'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0'
-'33e3c3d6e16c8d30756754ea3f31f5457c5be0343686aad287692be34958984a'
-'a89566307e1c81c24f037d854cbd472d2f94f8a4b759877a01563a332319f7d6'
-'cf8783a9c56b8460d557f14f4687346194eb72e6060e23d6c8d7a7e856b2d2a4'
-'d30321a1b490500483b8ed7825fcff2c24a7c760ac627789ff517693888ec3c5')
-
-prepare() {
-  cd lightdm
-
-  patch -Np1 -i ../lightdm-default-config.patch
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd lightdm
-
-  export MOC4='moc-qt4'
-  export MOC5='moc-qt5'
-
-  ./configure \
---prefix='/usr' \
---libexecdir='/usr/lib/lightdm' \
---localstatedir='/var' \
---sbindir='/usr/bin' \
---sysconfdir='/etc' \
---disable-static \
---disable-tests \
---enable-gtk-doc \
---with-greeter-user='lightdm' \
---with-greeter-session='lightdm-gtk-greeter'
-  make
-}
-
-package_lightdm() {
-  depends=('glib2' 'libgcrypt' 'libx11' 'libxcb' 'libxdmcp' 'libxklavier' 'pam'
-   'polkit')
-  optdepends=('accountsservice: Enhanced user accounts handling'
-  'lightdm-gtk-greeter: GTK greeter'
-  'xorg-server-xephyr: LightDM test mode')
-  backup=('etc/apparmor.d/lightdm-guest-session'
-  'etc/lightdm/keys.conf'
-  'etc/lightdm/lightdm.conf'
-  'etc/lightdm/users.conf'
-  'etc/lightdm/Xsession'
-  'etc/pam.d/lightdm'
-  'etc/pam.d/lightdm-autologin'
-  'etc/pam.d/lightdm-greeter')
-
-  cd lightdm
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" -C liblightdm-qt uninstall
-  install -m 755 ../Xsession "${pkgdir}"/etc/lightdm/Xsession
-  rm -rf "${pkgdir}"/etc/init
-  rm -rf "

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

2019-02-06 Thread Maxime Gauduin via arch-commits
Date: Wednesday, February 6, 2019 @ 13:53:28
  Author: alucryd
Revision: 429734

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-06 13:53:19 UTC (rev 429733)
+++ PKGBUILD2019-02-06 13:53:28 UTC (rev 429734)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-_pkgbasename=expat
-pkgname=lib32-${_pkgbasename}
-pkgver=2.2.6
-pkgrel=1
-pkgdesc="An XML Parser library written in C (32 bit)"
-arch=('x86_64')
-url="http://expat.sourceforge.net/";
-license=('custom')
-depends=('lib32-glibc' "${_pkgbasename}")
-source=(http://downloads.sourceforge.net/sourceforge/expat/${_pkgbasename}-${pkgver}.tar.bz2)
-sha512sums=('dbfb635a5fe7b190722664263a0dd437b512fdf519bc53bd4905567f4bfb4b1e89a021562da63df8cacd48b706d1dea60ccde47f279e57400ad3c846b6e9c4e6')
-
-build() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  ./configure --prefix=/usr --libdir=/usr/lib32 --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -d -m755 "${pkgdir}/usr/share/licenses/"
-  ln -s ${_pkgbasename} "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # Clean up lib32 package
-  rm -rf "${pkgdir}"/usr/{bin,include,share/man,share/doc}
-}

Copied: lib32-expat/repos/multilib-x86_64/PKGBUILD (from rev 429733, 
lib32-expat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-06 13:53:28 UTC (rev 429734)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Felix Yan 
+
+pkgname=lib32-expat
+pkgver=2.2.6
+pkgrel=2
+pkgdesc='An XML Parser library written in C (32 bit)'
+arch=(x86_64)
+url=https://libexpat.github.io/
+license=(custom)
+depends=(
+  expat
+  lib32-glibc
+)
+makedepends=(
+  docbook2x
+  git
+)
+source=(git+https://github.com/libexpat/libexpat.git#tag=R_${pkgver//./_})
+sha512sums=(SKIP)
+
+prepare() {
+  cd libexpat/expat
+
+  autoreconf -fiv
+}
+
+build() {
+  cd libexpat/expat
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd libexpat/expat
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share/man,share/doc}
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s expat "${pkgdir}"/usr/share/licenses/lib32-expat
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-06 Thread Maxime Gauduin via arch-commits
Date: Wednesday, February 6, 2019 @ 13:53:19
  Author: alucryd
Revision: 429733

upgpkg: lib32-expat 2.2.6-2

Modified:
  lib32-expat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-06 13:35:50 UTC (rev 429732)
+++ PKGBUILD2019-02-06 13:53:19 UTC (rev 429733)
@@ -1,31 +1,50 @@
-# Maintainer: Felix Yan 
+# Maintainer: Maxime Gauduin 
+# Contributor: Felix Yan 
 
-_pkgbasename=expat
-pkgname=lib32-${_pkgbasename}
+pkgname=lib32-expat
 pkgver=2.2.6
-pkgrel=1
-pkgdesc="An XML Parser library written in C (32 bit)"
-arch=('x86_64')
-url="http://expat.sourceforge.net/";
-license=('custom')
-depends=('lib32-glibc' "${_pkgbasename}")
-source=(http://downloads.sourceforge.net/sourceforge/expat/${_pkgbasename}-${pkgver}.tar.bz2)
-sha512sums=('dbfb635a5fe7b190722664263a0dd437b512fdf519bc53bd4905567f4bfb4b1e89a021562da63df8cacd48b706d1dea60ccde47f279e57400ad3c846b6e9c4e6')
+pkgrel=2
+pkgdesc='An XML Parser library written in C (32 bit)'
+arch=(x86_64)
+url=https://libexpat.github.io/
+license=(custom)
+depends=(
+  expat
+  lib32-glibc
+)
+makedepends=(
+  docbook2x
+  git
+)
+source=(git+https://github.com/libexpat/libexpat.git#tag=R_${pkgver//./_})
+sha512sums=(SKIP)
 
+prepare() {
+  cd libexpat/expat
+
+  autoreconf -fiv
+}
+
 build() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  cd libexpat/expat
+
   export CC='gcc -m32'
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  ./configure --prefix=/usr --libdir=/usr/lib32 --mandir=/usr/share/man
+
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--mandir=/usr/share/man
   make
 }
 
 package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  cd libexpat/expat
+
   make DESTDIR="${pkgdir}" install
-  install -d -m755 "${pkgdir}/usr/share/licenses/"
-  ln -s ${_pkgbasename} "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # Clean up lib32 package
   rm -rf "${pkgdir}"/usr/{bin,include,share/man,share/doc}
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s expat "${pkgdir}"/usr/share/licenses/lib32-expat
 }
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-glew1.10/trunk (PKGBUILD)

2019-02-06 Thread Maxime Gauduin via arch-commits
Date: Wednesday, February 6, 2019 @ 15:49:54
  Author: alucryd
Revision: 429741

upgpkg: lib32-glew1.10 1.10.0-4

Modified:
  lib32-glew1.10/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-06 15:01:05 UTC (rev 429740)
+++ PKGBUILD2019-02-06 15:49:54 UTC (rev 429741)
@@ -3,16 +3,26 @@
 
 pkgname=lib32-glew1.10
 pkgver=1.10.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A cross-platform C/C++ extension loading library'
-arch=('x86_64')
-url='http://glew.sourceforge.net'
-license=('BSD' 'MIT' 'GPL')
-depends=('lib32-glibc' 'lib32-libgl' 'lib32-libx11' 'lib32-libxext'
- 'lib32-libxi' 'lib32-libxmu')
-makedepends=('gcc-multilib')
-source=("http://downloads.sourceforge.net/glew/glew-${pkgver}.tgz";)
-sha256sums=('99c41320b63f6860869b5fb9af9a1854b15582796c64ee3dfd7096dc0c89f307')
+arch=(x86_64)
+url=http://glew.sourceforge.net
+license=(
+  BSD
+  MIT
+  GPL
+)
+depends=(
+  lib32-glibc
+  lib32-libgl
+  lib32-libx11
+  lib32-libxext
+  lib32-libxi
+  lib32-libxmu
+)
+makedepends=(git)
+source=(https://downloads.sourceforge.net/glew/glew-${pkgver}.tgz)
+sha256sums=(99c41320b63f6860869b5fb9af9a1854b15582796c64ee3dfd7096dc0c89f307)
 
 prepare() {
   cd glew-${pkgver}
@@ -25,17 +35,15 @@
 build() {
   cd glew-${pkgver}
 
-  make
+  make lib
 }
 
 package() {
   cd glew-${pkgver}
 
-  make GLEW_DEST="${pkgdir}/usr" install
+  make GLEW_DEST="${pkgdir}"/usr install
   rm -rf "${pkgdir}"/usr/{bin,include,lib32/{libGLEW.{a,so},pkgconfig}}
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/lib32-glew1.10
-  install -m 644 LICENSE.txt "${pkgdir}"/usr/share/licenses/lib32-glew1.10/
+  install -Dm 644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/lib32-glew1.10/
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-glew1.10/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2019-02-06 Thread Maxime Gauduin via arch-commits
Date: Wednesday, February 6, 2019 @ 15:50:05
  Author: alucryd
Revision: 429742

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-glew1.10/repos/multilib-x86_64/PKGBUILD
(from rev 429741, lib32-glew1.10/trunk/PKGBUILD)
Deleted:
  lib32-glew1.10/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-06 15:49:54 UTC (rev 429741)
+++ PKGBUILD2019-02-06 15:50:05 UTC (rev 429742)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Florian Pritz 
-
-pkgname=lib32-glew1.10
-pkgver=1.10.0
-pkgrel=3
-pkgdesc='A cross-platform C/C++ extension loading library'
-arch=('x86_64')
-url='http://glew.sourceforge.net'
-license=('BSD' 'MIT' 'GPL')
-depends=('lib32-glibc' 'lib32-libgl' 'lib32-libx11' 'lib32-libxext'
- 'lib32-libxi' 'lib32-libxmu')
-makedepends=('gcc-multilib')
-source=("http://downloads.sourceforge.net/glew/glew-${pkgver}.tgz";)
-sha256sums=('99c41320b63f6860869b5fb9af9a1854b15582796c64ee3dfd7096dc0c89f307')
-
-prepare() {
-  cd glew-${pkgver}
-
-  sed -i 's|CC = cc|CC = gcc -m32|' config/Makefile.linux
-  sed -i 's|LD = cc|LD = gcc -m32|' config/Makefile.linux
-  sed -i 's|lib64|lib32|' config/Makefile.linux
-}
-
-build() {
-  cd glew-${pkgver}
-
-  make
-}
-
-package() {
-  cd glew-${pkgver}
-
-  make GLEW_DEST="${pkgdir}/usr" install
-  rm -rf "${pkgdir}"/usr/{bin,include,lib32/{libGLEW.{a,so},pkgconfig}}
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/lib32-glew1.10
-  install -m 644 LICENSE.txt "${pkgdir}"/usr/share/licenses/lib32-glew1.10/
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-glew1.10/repos/multilib-x86_64/PKGBUILD (from rev 429741, 
lib32-glew1.10/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-06 15:50:05 UTC (rev 429742)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Florian Pritz 
+
+pkgname=lib32-glew1.10
+pkgver=1.10.0
+pkgrel=4
+pkgdesc='A cross-platform C/C++ extension loading library'
+arch=(x86_64)
+url=http://glew.sourceforge.net
+license=(
+  BSD
+  MIT
+  GPL
+)
+depends=(
+  lib32-glibc
+  lib32-libgl
+  lib32-libx11
+  lib32-libxext
+  lib32-libxi
+  lib32-libxmu
+)
+makedepends=(git)
+source=(https://downloads.sourceforge.net/glew/glew-${pkgver}.tgz)
+sha256sums=(99c41320b63f6860869b5fb9af9a1854b15582796c64ee3dfd7096dc0c89f307)
+
+prepare() {
+  cd glew-${pkgver}
+
+  sed -i 's|CC = cc|CC = gcc -m32|' config/Makefile.linux
+  sed -i 's|LD = cc|LD = gcc -m32|' config/Makefile.linux
+  sed -i 's|lib64|lib32|' config/Makefile.linux
+}
+
+build() {
+  cd glew-${pkgver}
+
+  make lib
+}
+
+package() {
+  cd glew-${pkgver}
+
+  make GLEW_DEST="${pkgdir}"/usr install
+  rm -rf "${pkgdir}"/usr/{bin,include,lib32/{libGLEW.{a,so},pkgconfig}}
+  install -Dm 644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/lib32-glew1.10/
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-06 Thread Maxime Gauduin via arch-commits
Date: Wednesday, February 6, 2019 @ 18:49:42
  Author: alucryd
Revision: 345333

upgpkg: lightdm 1:1.28.0-3

Modified:
  lightdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-06 18:37:57 UTC (rev 345332)
+++ PKGBUILD2019-02-06 18:49:42 UTC (rev 345333)
@@ -8,7 +8,7 @@
   liblightdm-qt5
 )
 pkgver=1.28.0
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='A lightweight display manager'
 arch=(x86_64)
@@ -123,7 +123,8 @@
   rm -rf "${pkgdir}"/usr/include/lightdm-qt{,5}-*
 
   # Dbus
-  mv "${pkgdir}"/{etc,usr/share}/dbus-1
+  mv "${pkgdir}"/{etc,usr/share}/dbus-1/system.d
+  rmdir "${pkgdir}"/etc/dbus-1
 
   # PAM
   install -m 644 ../lightdm.pam "${pkgdir}"/etc/pam.d/lightdm


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

2019-02-06 Thread Maxime Gauduin via arch-commits
Date: Wednesday, February 6, 2019 @ 18:50:01
  Author: alucryd
Revision: 345334

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-06 18:49:42 UTC (rev 345333)
+++ PKGBUILD2019-02-06 18:50:01 UTC (rev 345334)
@@ -1,179 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Morfeo 
-
-pkgbase=lightdm
-pkgname=(
-  lightdm
-  liblightdm-qt4
-  liblightdm-qt5
-)
-pkgver=1.28.0
-pkgrel=2
-epoch=1
-pkgdesc='A lightweight display manager'
-arch=(x86_64)
-url=https://www.freedesktop.org/wiki/Software/LightDM/
-license=(
-  GPL3
-  LGPL3
-)
-makedepends=(
-  glib2
-  git
-  gobject-introspection
-  gtk-doc
-  intltool
-  itstool
-  libgcrypt
-  libx11
-  libxcb
-  libxdmcp
-  libxklavier
-  pam
-  polkit
-  qt4
-  qt5-base
-  vala
-  yelp-tools
-)
-source=(
-  git+https://github.com/CanonicalLtd/lightdm.git#tag=${pkgver}
-  lightdm.service
-  lightdm.sysusers
-  lightdm.tmpfiles
-  lightdm.pam
-  lightdm-autologin.pam
-  lightdm.rules
-  lightdm-default-config.patch
-  Xsession
-)
-sha256sums=(
-  SKIP
-  0db37a14521be729411a767f157fbd07adb738b14006277def53a1efe4dacfb8
-  19acdbf64c342f77662c08aa53a5ab932ef7faad6e16452b0fbe7758fa935345
-  dc01ed0bd1c2f271a4b13ed030485e4a9fa4015c69806d6be485237ff69dce41
-  e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0
-  33e3c3d6e16c8d30756754ea3f31f5457c5be0343686aad287692be34958984a
-  a89566307e1c81c24f037d854cbd472d2f94f8a4b759877a01563a332319f7d6
-  cf8783a9c56b8460d557f14f4687346194eb72e6060e23d6c8d7a7e856b2d2a4
-  d30321a1b490500483b8ed7825fcff2c24a7c760ac627789ff517693888ec3c5
-)
-
-prepare() {
-  cd lightdm
-
-  patch -Np1 -i ../lightdm-default-config.patch
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd lightdm
-
-  export MOC4=moc-qt4
-  export MOC5=moc-qt5
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/lightdm \
---localstatedir=/var \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---disable-static \
---disable-tests \
---enable-gtk-doc \
---with-greeter-user=lightdm \
---with-greeter-session=lightdm-gtk-greeter
-  make
-}
-
-package_lightdm() {
-  depends=(
-glib2
-libgcrypt
-libx11
-libxcb
-libxdmcp
-libxklavier
-pam
-polkit
-  )
-  optdepends=(
-'accountsservice: Enhanced user accounts handling'
-'lightdm-gtk-greeter: GTK greeter'
-'xorg-server-xephyr: LightDM test mode'
-  )
-  backup=(
-etc/apparmor.d/lightdm-guest-session
-etc/lightdm/keys.conf
-etc/lightdm/lightdm.conf
-etc/lightdm/users.conf
-etc/lightdm/Xsession
-etc/pam.d/lightdm
-etc/pam.d/lightdm-autologin
-etc/pam.d/lightdm-greeter
-  )
-
-  cd lightdm
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" -C liblightdm-qt uninstall
-  install -m 755 ../Xsession "${pkgdir}"/etc/lightdm/Xsession
-  rm -rf "${pkgdir}"/etc/init
-  rm -rf "${pkgdir}"/usr/include/lightdm-qt{,5}-*
-
-  # Dbus
-  mv "${pkgdir}"/{etc,usr/share}/dbus-1
-
-  # PAM
-  install -m 644 ../lightdm.pam "${pkgdir}"/etc/pam.d/lightdm
-  install -m 644 ../lightdm-autologin.pam 
"${pkgdir}"/etc/pam.d/lig

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

2019-02-11 Thread Maxime Gauduin via arch-commits
Date: Monday, February 11, 2019 @ 08:09:21
  Author: alucryd
Revision: 345957

upgpkg: mkvtoolnix 31.0.0-2

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-11 07:13:47 UTC (rev 345956)
+++ PKGBUILD2019-02-11 08:09:21 UTC (rev 345957)
@@ -4,7 +4,7 @@
 
 pkgbase=mkvtoolnix
 pkgname=(mkvtoolnix-cli mkvtoolnix-gui)
-pkgver=30.1.0
+pkgver=31.0.0
 pkgrel=2
 pkgdesc='Set of tools to create, edit and inspect Matroska files'
 arch=('x86_64')


[arch-commits] Commit in ffmpeg/repos/extra-x86_64 (PKGBUILD PKGBUILD fs56089.patch)

2019-02-11 Thread Maxime Gauduin via arch-commits
Date: Monday, February 11, 2019 @ 08:13:00
  Author: alucryd
Revision: 345959

archrelease: copy trunk to extra-x86_64

Added:
  ffmpeg/repos/extra-x86_64/PKGBUILD
(from rev 345958, ffmpeg/trunk/PKGBUILD)
Deleted:
  ffmpeg/repos/extra-x86_64/PKGBUILD
  ffmpeg/repos/extra-x86_64/fs56089.patch

---+
 PKGBUILD  |  288 
 fs56089.patch |   84 
 2 files changed, 144 insertions(+), 228 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-11 08:12:51 UTC (rev 345958)
+++ PKGBUILD2019-02-11 08:13:00 UTC (rev 345959)
@@ -1,144 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=4.1
-pkgrel=3
-epoch=1
-pkgdesc='Complete solution to record, convert and stream audio and video'
-arch=(x86_64)
-url=https://ffmpeg.org/
-license=(GPL3)
-depends=(
-  alsa-lib
-  aom
-  bzip2
-  fontconfig
-  fribidi
-  gmp
-  gnutls
-  gsm
-  jack
-  lame
-  libass.so
-  libavc1394
-  libbluray.so
-  libdrm
-  libfreetype.so
-  libiec61883
-  libmodplug
-  libomxil-bellagio
-  libpulse
-  libraw1394
-  libsoxr
-  libssh
-  libtheora
-  libva.so
-  libva-drm.so
-  libva-x11.so
-  libvdpau
-  libvidstab.so
-  libvorbisenc.so
-  libvorbis.so
-  libvpx.so
-  libwebp
-  libx11
-  libx264.so
-  libx265.so
-  libxcb
-  libxext
-  libxml2
-  libxv
-  libxvidcore.so
-  opencore-amr
-  openjpeg2
-  opus
-  sdl2
-  speex
-  v4l-utils
-  xz
-  zlib
-)
-makedepends=(
-  ffnvcodec-headers
-  git
-  ladspa
-  nasm
-)
-optdepends=('ladspa: LADSPA filters')
-provides=(
-  libavcodec.so
-  libavdevice.so
-  libavfilter.so
-  libavformat.so
-  libavutil.so
-  libpostproc.so
-  libswresample.so
-  libswscale.so
-)
-source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=n${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  cd ffmpeg
-
-  ./configure \
---prefix='/usr' \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-fontconfig \
---enable-gmp \
---enable-gnutls \
---enable-gpl \
---enable-ladspa \
---enable-libaom \
---enable-libass \
---enable-libbluray \
---enable-libdrm \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libiec61883 \
---enable-libjack \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libsoxr \
---enable-libspeex \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvidstab \
---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 345958, 
ffmpeg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-11 08:13:00 UTC (rev 345959)
@@ -0,0 +1,144 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=4.1.1
+pkgrel=1
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=(x86_64)
+url=https://ffmpeg.org/
+license=(GPL3)
+depends=(
+  alsa-lib
+  aom
+  bzip2
+  fontconfig
+  fribidi
+  gmp
+  gnutls
+  gsm
+  jack
+  lame
+  libass.so
+  libavc1394
+  libbluray.so
+  libdrm
+  libfreetype.so
+  libiec61883
+  libmodplug
+  libomxil-bellagio
+  libpulse
+  libraw1394
+  libsoxr
+  libssh
+  libtheora
+  libva.so
+  libva-drm.so
+  libva-x11.so
+  libvdpau
+  libvidstab.so
+  libvorbisenc.so
+  libvorbis.so
+  libvpx.so
+  libwebp
+  libx11
+  libx264.so
+  libx265.so
+  libxcb
+  libxext
+  libxml2
+  libxv
+  libxvidcore.so
+  opencore-amr
+  openjpeg2
+  opus
+  sdl2
+  speex
+  v4l-utils
+  xz
+  zlib
+)
+makedepends=(
+  ffnvcodec-headers
+  git
+  ladspa
+  nasm
+)
+optdepends=('ladspa: LADSPA filters')
+provides=(
+  libavcodec.so
+  libavdevice.so
+  libavfilter.so
+  libavformat.so
+  libavutil.so
+  libpostproc.so
+  libswresample.so
+  libswscale.so
+)
+source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=n${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  cd ffmpeg
+
+  ./configure \
+--prefix='/usr' \
+--disable-debug \
+--disable-

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

2019-02-11 Thread Maxime Gauduin via arch-commits
Date: Monday, February 11, 2019 @ 08:12:51
  Author: alucryd
Revision: 345958

upgpkg: ffmpeg 1:4.1.1-1

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-11 08:09:21 UTC (rev 345957)
+++ PKGBUILD2019-02-11 08:12:51 UTC (rev 345958)
@@ -5,8 +5,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=4.1
-pkgrel=4
+pkgver=4.1.1
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -80,7 +80,7 @@
   libswscale.so
 )
 source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=n${pkgver})
-sha256sums=(SKIP)
+sha256sums=('SKIP')
 
 build() {
   cd ffmpeg


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

2019-02-11 Thread Maxime Gauduin via arch-commits
Date: Monday, February 11, 2019 @ 08:35:04
  Author: alucryd
Revision: 345960

upgpkg: ffmpeg 1:4.1.1-2

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-11 08:13:00 UTC (rev 345959)
+++ PKGBUILD2019-02-11 08:35:04 UTC (rev 345960)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.1.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)


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

2019-02-11 Thread Maxime Gauduin via arch-commits
Date: Monday, February 11, 2019 @ 08:35:13
  Author: alucryd
Revision: 345961

archrelease: copy trunk to staging-x86_64

Added:
  ffmpeg/repos/staging-x86_64/PKGBUILD
(from rev 345960, ffmpeg/trunk/PKGBUILD)
Deleted:
  ffmpeg/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-11 08:35:04 UTC (rev 345960)
+++ PKGBUILD2019-02-11 08:35:13 UTC (rev 345961)
@@ -1,144 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=4.1
-pkgrel=4
-epoch=1
-pkgdesc='Complete solution to record, convert and stream audio and video'
-arch=(x86_64)
-url=https://ffmpeg.org/
-license=(GPL3)
-depends=(
-  alsa-lib
-  aom
-  bzip2
-  fontconfig
-  fribidi
-  gmp
-  gnutls
-  gsm
-  jack
-  lame
-  libass.so
-  libavc1394
-  libbluray.so
-  libdrm
-  libfreetype.so
-  libiec61883
-  libmodplug
-  libomxil-bellagio
-  libpulse
-  libraw1394
-  libsoxr
-  libssh
-  libtheora
-  libva.so
-  libva-drm.so
-  libva-x11.so
-  libvdpau
-  libvidstab.so
-  libvorbisenc.so
-  libvorbis.so
-  libvpx.so
-  libwebp
-  libx11
-  libx264.so
-  libx265.so
-  libxcb
-  libxext
-  libxml2
-  libxv
-  libxvidcore.so
-  opencore-amr
-  openjpeg2
-  opus
-  sdl2
-  speex
-  v4l-utils
-  xz
-  zlib
-)
-makedepends=(
-  ffnvcodec-headers
-  git
-  ladspa
-  nasm
-)
-optdepends=('ladspa: LADSPA filters')
-provides=(
-  libavcodec.so
-  libavdevice.so
-  libavfilter.so
-  libavformat.so
-  libavutil.so
-  libpostproc.so
-  libswresample.so
-  libswscale.so
-)
-source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=n${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  cd ffmpeg
-
-  ./configure \
---prefix='/usr' \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-fontconfig \
---enable-gmp \
---enable-gnutls \
---enable-gpl \
---enable-ladspa \
---enable-libaom \
---enable-libass \
---enable-libbluray \
---enable-libdrm \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libiec61883 \
---enable-libjack \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libsoxr \
---enable-libspeex \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvidstab \
---enable-libvorbis \
---enable-libvpx \
---enable-libwebp \
---enable-libx264 \
---enable-libx265 \
---enable-libxcb \
---enable-libxml2 \
---enable-libxvid \
---enable-nvdec \
---enable-nvenc \
---enable-omx \
---enable-shared \
---enable-version3
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play}.1
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C ffmpeg install install-man
-  install -Dm 755 ffmpeg/tools/qt-faststart "${pkgdir}"/usr/bin/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffmpeg/repos/staging-x86_64/PKGBUILD (from rev 345960, 
ffmpeg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-11 08:35:13 UTC (rev 345961)
@@ -0,0 +1,144 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=4.1.1
+pkgrel=2
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=(x86_64)
+url=https://ffmpeg.org/
+license=(GPL3)
+depends=(
+  alsa-lib
+  aom
+  bzip2
+  fontconfig
+  fribidi
+  gmp
+  gnutls
+  gsm
+  jack
+  lame
+  libass.so
+  libavc1394
+  libbluray.so
+  libdrm
+  libfreetype.so
+  libiec61883
+  libmodplug
+  libomxil-bellagio
+  libpulse
+  libraw1394
+  libsoxr
+  libssh
+  libtheora
+  libva.so
+  libva-drm.so
+  libva-x11.so
+  libvdpau
+  libvidstab.so
+  libvorbisenc.so
+  libvorbis.so
+  libvpx.so
+  libwebp
+  libx11
+  libx264.so
+  libx265.so
+  libxcb
+  libxext
+  libxml2
+  libxv
+  libxvidcore.so
+  opencore-amr
+  openjpeg2
+  opus
+  sdl2
+  speex
+  v4l-utils
+  xz
+  zlib
+)
+makedepends=(
+  ffnvcodec-headers
+  git
+  ladspa
+  nasm
+)
+optdepends=('ladspa: LADSPA filters')
+provides=(
+  libavcodec.so
+  libavdevice.so
+  libavfilter.so
+  libavformat.so
+  libavutil.so
+  libpostproc.so
+  libswresample.so
+  libswscale.so
+)
+source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=n${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  cd ffmpeg
+
+  ./configure \
+--prefix='/usr' \
+--disable-debug \
+--disable-static \
+--disable-stripping \
+--enable-fontconfig \
+--enable-gm

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

2019-02-11 Thread Maxime Gauduin via arch-commits
Date: Monday, February 11, 2019 @ 09:48:28
  Author: alucryd
Revision: 345962

upgpkg: mkvtoolnix 31.0.0-1

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-11 08:35:13 UTC (rev 345961)
+++ PKGBUILD2019-02-11 09:48:28 UTC (rev 345962)
@@ -3,12 +3,15 @@
 # Contributor: xduugu 
 
 pkgbase=mkvtoolnix
-pkgname=(mkvtoolnix-cli mkvtoolnix-gui)
+pkgname=(
+  mkvtoolnix-cli
+  mkvtoolnix-gui
+)
 pkgver=31.0.0
-pkgrel=2
+pkgrel=1
 pkgdesc='Set of tools to create, edit and inspect Matroska files'
-arch=('x86_64')
-url='https://www.bunkus.org/videotools/mkvtoolnix/'
+arch=(x86_64)
+url=https://www.bunkus.org/videotools/mkvtoolnix/
 license=('GPL')
 makedepends=(
   boost
@@ -28,7 +31,7 @@
   zlib
 )
 source=(git+https://gitlab.com/mbunkus/mkvtoolnix.git#tag=release-${pkgver})
-sha256sums=('SKIP')
+sha256sums=(SKIP)
 
 prepare() {
   cd mkvtoolnix
@@ -40,13 +43,13 @@
   cd mkvtoolnix
 
   ./configure \
---prefix='/usr' \
+--prefix=/usr \
 --disable-qt
   rake apps:mkvinfo $MAKEFLAGS
   mv src/mkvinfo{,-cli}
 
   ./configure \
---prefix='/usr' \
+--prefix=/usr \
 --disable-update-check
   rake $MAKEFLAGS
 }


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

2019-02-11 Thread Maxime Gauduin via arch-commits
Date: Monday, February 11, 2019 @ 09:48:42
  Author: alucryd
Revision: 345963

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-11 09:48:28 UTC (rev 345962)
+++ PKGBUILD2019-02-11 09:48:42 UTC (rev 345963)
@@ -1,93 +0,0 @@
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: xduugu 
-
-pkgbase=mkvtoolnix
-pkgname=(mkvtoolnix-cli mkvtoolnix-gui)
-pkgver=30.1.0
-pkgrel=2
-pkgdesc='Set of tools to create, edit and inspect Matroska files'
-arch=('x86_64')
-url='https://www.bunkus.org/videotools/mkvtoolnix/'
-license=('GPL')
-makedepends=(
-  boost
-  boost-libs
-  cmark
-  docbook-xsl
-  file
-  flac
-  fmt
-  git
-  libebml
-  libmatroska
-  libogg
-  libvorbis
-  qt5-multimedia
-  ruby-rake
-  zlib
-)
-source=(git+https://gitlab.com/mbunkus/mkvtoolnix.git#tag=release-${pkgver})
-sha256sums=('SKIP')
-
-prepare() {
-  cd mkvtoolnix
-
-  ./autogen.sh
-}
-
-build() {
-  cd mkvtoolnix
-
-  ./configure \
---prefix='/usr' \
---disable-qt
-  rake apps:mkvinfo $MAKEFLAGS
-  mv src/mkvinfo{,-cli}
-
-  ./configure \
---prefix='/usr' \
---disable-update-check
-  rake $MAKEFLAGS
-}
-
-package_mkvtoolnix-cli() {
-  depends=(
-boost-libs
-file
-flac
-libogg
-zlib
-libebml.so
-libfmt.so
-libmatroska.so
-libvorbis.so
-  )
-
-  cd mkvtoolnix
-
-  rake DESTDIR="${pkgdir}" install
-  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
-  rm -rf "${pkgdir}"/usr/share/{applications,icons,metainfo,mime,mkvtoolnix}
-  find "${pkgdir}" -name mkvtoolnix-gui* -delete
-}
-
-package_mkvtoolnix-gui() {
-  depends=(
-cmark
-hicolor-icon-theme
-mkvtoolnix-cli
-qt5-base
-qt5-multimedia
-  )
-
-  cd mkvtoolnix
-
-  rake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share/locale
-  for t in mkv{extract,info,merge,propedit}; do
-find "${pkgdir}" -name $t* -delete
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: mkvtoolnix/repos/extra-x86_64/PKGBUILD (from rev 345962, 
mkvtoolnix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-11 09:48:42 UTC (rev 345963)
@@ -0,0 +1,96 @@
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=(
+  mkvtoolnix-cli
+  mkvtoolnix-gui
+)
+pkgver=31.0.0
+pkgrel=1
+pkgdesc='Set of tools to create, edit and inspect Matroska files'
+arch=(x86_64)
+url=https://www.bunkus.org/videotools/mkvtoolnix/
+license=('GPL')
+makedepends=(
+  boost
+  boost-libs
+  cmark
+  docbook-xsl
+  file
+  flac
+  fmt
+  git
+  libebml
+  libmatroska
+  libogg
+  libvorbis
+  qt5-multimedia
+  ruby-rake
+  zlib
+)
+source=(git+https://gitlab.com/mbunkus/mkvtoolnix.git#tag=release-${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  cd mkvtoolnix
+
+  ./autogen.sh
+}
+
+build() {
+  cd mkvtoolnix
+
+  ./configure \
+--prefix=/usr \
+--disable-qt
+  rake apps:mkvinfo $MAKEFLAGS
+  mv src/mkvinfo{,-cli}
+
+  ./configure \
+--prefix=/usr \
+--disable-update-check
+  rake $MAKEFLAGS
+}
+
+package_mkvtoolnix-cli() {
+  depends=(
+boost-libs
+file
+flac
+libogg
+zlib
+libebml.so
+libfmt.so
+libmatroska.so
+libvorbis.so
+  )
+
+  cd mkvtoolnix
+
+  rake DESTDIR="${pkgdir}" install
+  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
+  rm -rf "${pkgdir}"/usr/share/{applications,icons,metainfo,mime,mkvtoolnix}
+  find "${pkgdir}" -name mkvtoolnix-gui* -delete
+}
+
+package_mkvtoolnix-gui() {
+  depends=(
+cmark
+hicolor-icon-theme
+mkvtoolnix-cli
+qt5-base
+qt5-multimedia
+  )
+
+  cd mkvtoolnix
+
+  rake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/locale
+  for t in mkv{extract,info,merge,propedit}; do
+find "${pkgdir}" -name $t* -delete
+  done
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-11 Thread Maxime Gauduin via arch-commits
Date: Monday, February 11, 2019 @ 12:08:02
  Author: alucryd
Revision: 431734

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-11 12:07:51 UTC (rev 431733)
+++ PKGBUILD2019-02-11 12:08:02 UTC (rev 431734)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan Alexander Steffens 
-# Contributor: Daniel Micay 
-# Contributor: Mladen Pejakovic 
-
-pkgbase=lib32-libxkbcommon
-pkgname=('lib32-libxkbcommon' 'lib32-libxkbcommon-x11')
-pkgver=0.8.2
-pkgrel=1
-arch=('x86_64')
-url='https://xkbcommon.org/'
-license=('custom')
-makedepends=('git' 'lib32-libxcb' 'lib32-wayland' 'meson' 'wayland-protocols'
- 'xorg-util-macros')
-source=("git+https://github.com/xkbcommon/libxkbcommon.git#tag=xkbcommon-${pkgver}";)
-sha256sums=('SKIP')
-
-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' \
--Denable-docs='false'
-  ninja -C build
-}
-
-package_lib32-libxkbcommon() {
-  pkgdesc='Keymap handling library for toolkits and window systems'
-  depends=('lib32-glibc' 'libxkbcommon')
-
-  DESTDIR="${pkgdir}" ninja -C build install
-  rm -rf "${pkgdir}"/usr/include
-
-  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 431733, 
lib32-libxkbcommon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-11 12:08:02 UTC (rev 431734)
@@ -0,0 +1,57 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan Alexander Steffens 
+# Contributor: Daniel Micay 
+# Contributor: Mladen Pejakovic 
+
+pkgbase=lib32-libxkbcommon
+pkgname=('lib32-libxkbcommon' 'lib32-libxkbcommon-x11')
+pkgver=0.8.3
+pkgrel=1
+arch=('x86_64')
+url='https://xkbcommon.org/'
+license=('custom')
+makedepends=('git' 'lib32-libxcb' 'lib32-wayland' 'meson' 'wayland-protocols'
+ 'xorg-util-macros')
+source=("git+https://github.com/xkbcommon/libxkbcommon.git#tag=xkbcommon-${pkgver}";)
+sha256sums=('SKIP')
+
+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' \
+-Denable-docs='false'
+  ninja -C build
+}
+
+package_lib32-libxkbcommon() {
+  pkgdesc='Keymap handling library for toolkits and window systems'
+  depends=('lib32-glibc' 'libxkbcommon')
+
+  DESTDIR="${pkgdir}" ninja -C build install
+  rm -rf "${pkgdir}"/usr/include
+
+  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)

2019-02-11 Thread Maxime Gauduin via arch-commits
Date: Monday, February 11, 2019 @ 12:07:51
  Author: alucryd
Revision: 431733

upgpkg: lib32-libxkbcommon 0.8.3-1

Modified:
  lib32-libxkbcommon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-11 11:22:38 UTC (rev 431732)
+++ PKGBUILD2019-02-11 12:07:51 UTC (rev 431733)
@@ -5,7 +5,7 @@
 
 pkgbase=lib32-libxkbcommon
 pkgname=('lib32-libxkbcommon' 'lib32-libxkbcommon-x11')
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 arch=('x86_64')
 url='https://xkbcommon.org/'


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

2019-02-12 Thread Maxime Gauduin via arch-commits
Date: Tuesday, February 12, 2019 @ 20:09:44
  Author: alucryd
Revision: 346139

upgpkg: libbluray 1.1.0-1

Modified:
  libbluray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-12 20:06:47 UTC (rev 346138)
+++ PKGBUILD2019-02-12 20:09:44 UTC (rev 346139)
@@ -4,22 +4,47 @@
 # Contributor: Andrew Cook 
 
 pkgname=libbluray
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc='Library to access Blu-Ray disks for video playback'
-arch=('x86_64')
+arch=(x86_64)
 url='http://www.videolan.org/developers/libbluray.html'
-license=('LGPL2.1')
-depends=('fontconfig' 'libxml2'
- 'libfreetype.so')
-makedepends=('apache-ant' 'java-environment=8')
+license=(LGPL2.1)
+depends=(
+  fontconfig
+  libfreetype.so
+  libxml2
+)
+makedepends=(
+  apache-ant
+  git
+  java-environment=8
+)
 optdepends=('java-runtime=8: BD-J library')
-provides=('libbluray.so')
-source=("https://download.videolan.org/pub/videolan/libbluray/${pkgver}/libbluray-${pkgver}.tar.bz2";)
-sha256sums=('6d9e7c4e416f664c330d9fa5a05ad79a3fb39b95adfc3fd6910cbed503b7aeff')
+provides=(libbluray.so)
+source=(
+  git+https://code.videolan.org/videolan/libbluray.git#tag=${pkgver}
+  git+https://code.videolan.org/videolan/libudfread.git
+)
+sha256sums=(
+  SKIP
+  SKIP
+)
 
+prepare() {
+  cd libbluray
+
+  for submodule in contrib/libudfread; do
+git submodule init ${submodule}
+git config submodule.${submodule}.url ../${submodule#*/}
+git submodule update ${submodule}
+  done
+
+  autoreconf -fiv
+}
+
 build() {
-  cd libbluray-${pkgver}
+  cd libbluray
 
   ./configure \
 --prefix='/usr'
@@ -27,9 +52,7 @@
 }
 
 package() {
-  cd libbluray-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" -C libbluray install
 }
 
 # vim: ts=2 sw=2 et:


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

2019-02-12 Thread Maxime Gauduin via arch-commits
Date: Tuesday, February 12, 2019 @ 20:09:53
  Author: alucryd
Revision: 346140

archrelease: copy trunk to extra-x86_64

Added:
  libbluray/repos/extra-x86_64/PKGBUILD
(from rev 346139, libbluray/trunk/PKGBUILD)
Deleted:
  libbluray/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-12 20:09:44 UTC (rev 346139)
+++ PKGBUILD2019-02-12 20:09:53 UTC (rev 346140)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Andrew Cook 
-
-pkgname=libbluray
-pkgver=1.0.2
-pkgrel=2
-pkgdesc='Library to access Blu-Ray disks for video playback'
-arch=('x86_64')
-url='http://www.videolan.org/developers/libbluray.html'
-license=('LGPL2.1')
-depends=('fontconfig' 'libxml2'
- 'libfreetype.so')
-makedepends=('apache-ant' 'java-environment=8')
-optdepends=('java-runtime=8: BD-J library')
-provides=('libbluray.so')
-source=("https://download.videolan.org/pub/videolan/libbluray/${pkgver}/libbluray-${pkgver}.tar.bz2";)
-sha256sums=('6d9e7c4e416f664c330d9fa5a05ad79a3fb39b95adfc3fd6910cbed503b7aeff')
-
-build() {
-  cd libbluray-${pkgver}
-
-  ./configure \
---prefix='/usr'
-  make
-}
-
-package() {
-  cd libbluray-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libbluray/repos/extra-x86_64/PKGBUILD (from rev 346139, 
libbluray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-12 20:09:53 UTC (rev 346140)
@@ -0,0 +1,58 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Andrew Cook 
+
+pkgname=libbluray
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Library to access Blu-Ray disks for video playback'
+arch=(x86_64)
+url='http://www.videolan.org/developers/libbluray.html'
+license=(LGPL2.1)
+depends=(
+  fontconfig
+  libfreetype.so
+  libxml2
+)
+makedepends=(
+  apache-ant
+  git
+  java-environment=8
+)
+optdepends=('java-runtime=8: BD-J library')
+provides=(libbluray.so)
+source=(
+  git+https://code.videolan.org/videolan/libbluray.git#tag=${pkgver}
+  git+https://code.videolan.org/videolan/libudfread.git
+)
+sha256sums=(
+  SKIP
+  SKIP
+)
+
+prepare() {
+  cd libbluray
+
+  for submodule in contrib/libudfread; do
+git submodule init ${submodule}
+git config submodule.${submodule}.url ../${submodule#*/}
+git submodule update ${submodule}
+  done
+
+  autoreconf -fiv
+}
+
+build() {
+  cd libbluray
+
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C libbluray install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-12 Thread Maxime Gauduin via arch-commits
Date: Tuesday, February 12, 2019 @ 22:41:17
  Author: alucryd
Revision: 432006

upgpkg: emby-server 4.0.2.0-2

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-12 21:46:21 UTC (rev 432005)
+++ PKGBUILD2019-02-12 22:41:17 UTC (rev 432006)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=4.0.1.0
+pkgver=4.0.2.0
 _ffmpeg_ver=2018_12_01
 _ffdetect_ver=4.0.2
 pkgrel=2
@@ -56,7 +56,7 @@
 )
 noextract=(license.docx)
 backup=(etc/conf.d/emby-server)
-sha256sums=('c72c85353a36dc1bf00ffd3c9086950b3ff1123dd2dfbab99143e8c7a161824f'
+sha256sums=('555e5646a6a70651876e0d61841d6a3365fd7f055ba7a1d2dcd93803c9915509'
 '1129e1bfb7fc4090cdd6e055d57b0cd90c9881f0db8b9ceb80fdd145de4ffc71'
 'c25eea4ace3824c7172e0b7cab57cc2baa459004680fed5fa645355205fe2c51'
 'ee6ed36a13fcd8fd0b2b818eac742cc2cc2513d7f8f6cd867fa8d1c45ef3dd22'


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

2019-02-12 Thread Maxime Gauduin via arch-commits
Date: Tuesday, February 12, 2019 @ 22:41:30
  Author: alucryd
Revision: 432007

archrelease: copy trunk to community-any

Added:
  emby-server/repos/community-any/PKGBUILD
(from rev 432006, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-any/emby-server
(from rev 432006, emby-server/trunk/emby-server)
  emby-server/repos/community-any/emby-server.conf
(from rev 432006, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-any/emby-server.service
(from rev 432006, emby-server/trunk/emby-server.service)
  emby-server/repos/community-any/emby-server.sysusers
(from rev 432006, emby-server/trunk/emby-server.sysusers)
  emby-server/repos/community-any/emby-server.tmpfiles
(from rev 432006, emby-server/trunk/emby-server.tmpfiles)
  emby-server/repos/community-any/license.docx
(from rev 432006, emby-server/trunk/license.docx)
Deleted:
  emby-server/repos/community-any/PKGBUILD
  emby-server/repos/community-any/emby-server
  emby-server/repos/community-any/emby-server.conf
  emby-server/repos/community-any/emby-server.service
  emby-server/repos/community-any/emby-server.sysusers
  emby-server/repos/community-any/emby-server.tmpfiles
  emby-server/repos/community-any/license.docx

--+
 PKGBUILD |  248 -
 emby-server  |   20 +--
 emby-server.conf |   10 -
 emby-server.service  |   32 +++---
 emby-server.sysusers |2 
 emby-server.tmpfiles |2 
 6 files changed, 157 insertions(+), 157 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-12 22:41:17 UTC (rev 432006)
+++ PKGBUILD2019-02-12 22:41:30 UTC (rev 432007)
@@ -1,124 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=4.0.1.0
-_ffmpeg_ver=2018_12_01
-_ffdetect_ver=4.0.2
-pkgrel=2
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=(any)
-url='http://emby.media'
-license=(custom)
-depends=(
-  alsa-lib
-  aom
-  dotnet-runtime
-  fontconfig
-  fribidi
-  gmp
-  gnutls
-  lame
-  libass.so
-  libdrm
-  libfreetype.so
-  libjpeg-turbo
-  libpng
-  libtheora
-  libva-drm.so
-  libva.so
-  libva-x11.so
-  libvorbisenc.so
-  libvorbis.so
-  libwebp
-  libx11
-  libx264.so
-  opus
-  skia-sharp60
-  sqlite
-  zlib
-  zvbi
-)
-makedepends=(
-  ffnvcodec-headers
-  nasm
-)
-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_${_ffdetect_ver}_x64.tar.xz
-  emby-server
-  emby-server.conf
-  emby-server.service
-  emby-server.sysusers
-  emby-server.tmpfiles
-  license.docx
-)
-noextract=(license.docx)
-backup=(etc/conf.d/emby-server)
-sha256sums=('c72c85353a36dc1bf00ffd3c9086950b3ff1123dd2dfbab99143e8c7a161824f'
-'1129e1bfb7fc4090cdd6e055d57b0cd90c9881f0db8b9ceb80fdd145de4ffc71'
-'c25eea4ace3824c7172e0b7cab57cc2baa459004680fed5fa645355205fe2c51'
-'ee6ed36a13fcd8fd0b2b818eac742cc2cc2513d7f8f6cd867fa8d1c45ef3dd22'
-'d1a805284d8a1329f6f6e736423be747d8951c5a9600fbb79c13a6f9be7149c0'
-'efdaabd3002fee13a6831e90fd700dea4d7c6c954ede00da6f28c1eada33ad8c'
-'f7fa33949757ffc587ecf82496dc35ebc8c8e5c98b882b31dc40a24263d3921a'
-'a13a844a1bdc679356698e3fd7f3946d07bdfe021ed857d944ead011ad338056'
-'a6d7ea65dcb06392479a85e1a10a7aeb872d803da6f784f6935fcd4ee63008c6')
-
-prepare() {
-  rm -rf system/{electron,runtimes}
-}
-
-build() {
-  cd ffmpeg-${_ffmpeg_ver}
-
-  ./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-libdrm \
---enable-libfreetype \
---enable-libfribidi \
---enable-libmp3lame \
---enable-libopus \
---enable-libtheora \
---enable-libvorbis \
---enable-libwebp \
---enable-libx264 \
---enable-libzvbi \
---enable-version3 \
---enable-nvdec \
---enable-nvenc \
---enable-static \
---enable-vaapi
-  make
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/usr/lib
-  cp -dr --no-preserve='ownership' system "${pkgdir}"/usr/lib/emby-server
-  ln -s ../libSkiaSharp.so.60.0.0 
"${pkgdir}"/usr/lib/emby-server/libSkiaSharp.so
-  install -Dm 755 emby-server -t "${pkgdir}"/usr/bin/
-  install -Dm 755 bin/ffdetect "${pkgdir}"/usr/bin/ffdetect-emby
-  install -Dm 755 ffmpeg-${_ffmpeg_ver}/ffmpeg "${pkgdir}"/usr/bin/ffmpeg-emby
-  install -Dm 755 ffmpeg-${_ffmpeg_ver}/ffprobe 
"${pkgdir}"/usr/bin/ffprobe-emby
-  install -Dm 644 emby-server.service -t "${pkgdir}"/usr/lib

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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 08:45:58
  Author: alucryd
Revision: 321571

upgpkg: lib32-libnm 1.10.8-1

Modified:
  lib32-libnm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 08:30:29 UTC (rev 321570)
+++ PKGBUILD2018-05-13 08:45:58 UTC (rev 321571)
@@ -9,7 +9,7 @@
 
 pkgbase=lib32-libnm
 pkgname=('lib32-libnm' 'lib32-libnm-glib')
-pkgver=1.10.6
+pkgver=1.10.8
 pkgrel=1
 arch=('x86_64')
 url='https://wiki.gnome.org/Projects/NetworkManager'
@@ -20,7 +20,7 @@
  'lib32-libnl' 'lib32-libpsl' 'lib32-libsoup' 'lib32-nspr'
  'lib32-nss' 'lib32-polkit' 'lib32-util-linux' 'modemmanager'
  'perl-yaml' 'python-gobject' 'systemd' 'wpa_supplicant')
-_commit='dd8cf21cea13fa1bbee11fd3e0e7519e4b4ba712'
+_commit='cb96d787c93b9ab09cf98c38939437c43f517f1f'
 
source=("git+https://anongit.freedesktop.org/git/NetworkManager/NetworkManager#commit=${_commit}";)
 sha256sums=('SKIP')
 


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 08:46:10
  Author: alucryd
Revision: 321572

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  276 ++---
 1 file changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 08:45:58 UTC (rev 321571)
+++ PKGBUILD2018-05-13 08:46:10 UTC (rev 321572)
@@ -1,138 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-
-pkgbase=lib32-libnm
-pkgname=('lib32-libnm' 'lib32-libnm-glib')
-pkgver=1.10.6
-pkgrel=1
-arch=('x86_64')
-url='https://wiki.gnome.org/Projects/NetworkManager'
-license=('GPL2' 'LGPL2.1')
-makedepends=('dhclient' 'gcc-multilib' 'git' 'gtk-doc' 'intltool' 'iproute2'
- 'iptables' 'lib32-dbus' 'lib32-dbus-glib' 'lib32-jansson'
- 'lib32-libgudev' 'lib32-libmm-glib' 'lib32-libndp' 'lib32-libnewt'
- 'lib32-libnl' 'lib32-libpsl' 'lib32-libsoup' 'lib32-nspr'
- 'lib32-nss' 'lib32-polkit' 'lib32-util-linux' 'modemmanager'
- 'perl-yaml' 'python-gobject' 'systemd' 'wpa_supplicant')
-_commit='dd8cf21cea13fa1bbee11fd3e0e7519e4b4ba712'
-source=("git+https://anongit.freedesktop.org/git/NetworkManager/NetworkManager#commit=${_commit}";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd NetworkManager
-
-  git describe | sed 's/-dev/dev/;s/-/+/g'
-}
-
-prepare() {
-  cd NetworkManager
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd NetworkManager
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/NetworkManager' \
---localstatedir='/var' \
---sbindir='/usr/bin' \
---sysconfdir='/etc' \
---enable-json-validation \
---enable-ld-gc \
---enable-modify-system \
---enable-polkit \
---enable-polkit-agent \
---enable-wifi \
---disable-bluez5-dun \
---disable-concheck \
---disable-gtk-doc-html \
---disable-introspection \
---disable-ifcfg-rh \
---disable-ifcfg-suse \
---disable-ifnet \
---disable-ifupdown \
---disable-introspection \
---disable-lto \
---disable-more-warnings \
---disable-ppp \
---disable-static \
---disable-teamdctl \
---with-config-dhcp-default='dhclient' \
---with-config-dns-rc-manager-default='resolvconf' \
---with-config-logging-backend-default='journal' \
---with-config-plugins-default='keyfile' \
---with-crypto='nss' \
---with-dbus-sys-dir='/usr/share/dbus-1/system.d' \
---with-dhclient='/usr/bin/dhclient' \
---with-dist-version="${pkgver}-${pkgrel}, Arch Linux" \
---with-dnsmasq='/usr/bin/dnsmasq' \
---with-dnssec-trigger='/usr/lib/dnssec-trigger/dnssec-trigger-script' \
---with-hostname-persist='default' \
---with-iptables='/usr/bin/iptables' \
---with-modem-manager-1 \
---with-kernel-firmware-dir='/usr/lib/firmware' \
---with-libnm-glib \
---with-libsoup \
---with-modem-manager-1 \
---with-resolvconf='/usr/bin/resolvconf' \
---with-session-tracking='systemd' \
---with-suspend-resume='systemd' \
---with-system-ca-path='/etc/ssl/certs' \
---with-systemd-journal \
---with-systemd-logind \
---with-systemdsystemunitdir='/usr/lib/systemd/system' \
---with-udev-dir='/usr/lib/udev' \
---with-wext \
---without-consolekit \
---without-dhcpcd \
---without-libaudit \
---without-netconfig \
---without-nmcli \
---without-nmtui \
---without-ofono \
---without-selinux
-
-  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' -i libtool
-
-  make DESTDIR="${srcdir}"/install install
-}
-
-package_lib32-libnm() {
-  pkgdesc='NetworkManager client library'
-  depends=('lib32-glib2' 'lib32-glibc' 'lib32-jansson' 'lib32-libgudev'
-   'lib32-nspr' 'lib32-nss' 'lib32-util-linux' 'libnm')
-
-  install -dm 755 "${pkgdir}"/usr/lib32/pkgconfig
-  cp -dr --no-preserve='ownership' install/usr/lib32/libnm.so* 
"${pkgdir}"/usr/lib32/
-  cp -dr --no-preserve='ownership' install/usr/lib32/pkgconfig/libnm.pc 
"${pkgdir}"/usr/lib32/pkgconfig/
-
-}
-
-package_lib32-libnm-glib() {
-  pkgdesc='NetworkManager client library (legacy)'
-  depends=('lib32-dbus' 'lib32-dbus-glib' 'lib32-glib2' 'lib32-glibc'
-   'lib32-libgudev' 'lib32-nspr' 'lib32-nss' 'lib32-util-linux'
-   'libnm-glib')
-
-  install -dm 755 "${pkgdir}"/usr/lib32/pkgconfig
-  cp -dr --no-preserve='ownership' install/usr/lib32/libnm-glib.so* 
"${pkgdir}"/usr/lib32/
-  cp -dr --no-preserve='ownership' inst

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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 08:53:57
  Author: alucryd
Revision: 324140

archrelease: copy trunk to extra-x86_64

Added:
  libebml/repos/extra-x86_64/PKGBUILD
(from rev 324139, libebml/trunk/PKGBUILD)
Deleted:
  libebml/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 08:53:47 UTC (rev 324139)
+++ PKGBUILD2018-05-13 08:53:57 UTC (rev 324140)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: 03/08/04 
-
-pkgname=libebml
-pkgver=1.3.5
-pkgrel=1
-pkgdesc='Extensible Binary Meta Language library'
-arch=('i686' 'x86_64')
-url='https://github.com/Matroska-Org/libebml'
-license=('LGPL')
-depends=('gcc-libs')
-provides=('libebml.so')
-source=("libebml-${pkgver}.tar.gz::https://github.com/Matroska-Org/libebml/archive/release-${pkgver}.tar.gz";)
-sha256sums=('efe9851797db47bc78486b6c518d822cfca435afe3d9c9d0812d8e3825cd71e6')
-
-prepare() {
-  cd libebml-release-${pkgver}
-
-  autoreconf -fiv
-}
-
-build() {
-  cd libebml-release-${pkgver}
-
-  ./configure \
---prefix='/usr'
-  make
-}
-
-package() {
-  cd libebml-release-${pkgver}
-
-  make prefix="${pkgdir}/usr" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libebml/repos/extra-x86_64/PKGBUILD (from rev 324139, 
libebml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 08:53:57 UTC (rev 324140)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: 03/08/04 
+
+pkgname=libebml
+pkgver=1.3.6
+pkgrel=1
+pkgdesc='Extensible Binary Meta Language library'
+arch=('x86_64')
+url='https://github.com/Matroska-Org/libebml'
+license=('LGPL')
+depends=('gcc-libs')
+makedepends=('cmake')
+provides=('libebml.so')
+source=("libebml-${pkgver}.tar.gz::https://github.com/Matroska-Org/libebml/archive/release-${pkgver}.tar.gz";)
+sha256sums=('57ee73eacca8dc13d3c2c064fb757950450da9185e02e863cac34674681de1a8')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../libebml-release-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DBUILD_SHARED_LIBS='ON'
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 08:53:47
  Author: alucryd
Revision: 324139

upgpkg: libebml 1.3.6-1

Modified:
  libebml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 01:21:41 UTC (rev 324138)
+++ PKGBUILD2018-05-13 08:53:47 UTC (rev 324139)
@@ -4,7 +4,7 @@
 # Contributor: 03/08/04 
 
 pkgname=libebml
-pkgver=1.3.5
+pkgver=1.3.6
 pkgrel=1
 pkgdesc='Extensible Binary Meta Language library'
 arch=('x86_64')
@@ -11,28 +11,31 @@
 url='https://github.com/Matroska-Org/libebml'
 license=('LGPL')
 depends=('gcc-libs')
+makedepends=('cmake')
 provides=('libebml.so')
 
source=("libebml-${pkgver}.tar.gz::https://github.com/Matroska-Org/libebml/archive/release-${pkgver}.tar.gz";)
-sha256sums=('efe9851797db47bc78486b6c518d822cfca435afe3d9c9d0812d8e3825cd71e6')
+sha256sums=('57ee73eacca8dc13d3c2c064fb757950450da9185e02e863cac34674681de1a8')
 
 prepare() {
-  cd libebml-release-${pkgver}
-
-  autoreconf -fiv
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
 }
 
 build() {
-  cd libebml-release-${pkgver}
+  cd build
 
-  ./configure \
---prefix='/usr'
+  cmake ../libebml-release-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DBUILD_SHARED_LIBS='ON'
   make
 }
 
 package() {
-  cd libebml-release-${pkgver}
-
-  make prefix="${pkgdir}/usr" install
+  make DESTDIR="${pkgdir}" -C build install
 }
 
 # vim: ts=2 sw=2 et:


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 08:56:53
  Author: alucryd
Revision: 324141

upgpkg: libmatroska 1.4.9-1

Modified:
  libmatroska/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 08:53:57 UTC (rev 324140)
+++ PKGBUILD2018-05-13 08:56:53 UTC (rev 324141)
@@ -4,7 +4,7 @@
 # Contributor 03/08/04 
 
 pkgname=libmatroska
-pkgver=1.4.8
+pkgver=1.4.9
 pkgrel=1
 pkgdesc='Matroska library'
 arch=('x86_64')
@@ -11,23 +11,31 @@
 url='https://dl.matroska.org/downloads/libmatroska/'
 license=('LGPL')
 depends=('libebml.so')
+makedepends=('cmake')
 provides=('libmatroska.so')
 
source=("https://dl.matroska.org/downloads/libmatroska/libmatroska-${pkgver}.tar.xz";)
-sha256sums=('d8c72b20d4c5bf888776884b0854f95e74139b5267494fae1f395f7212d7c992')
+sha256sums=('38a61dd5d87c070928b5deb3922b63b2b83c09e2e4a10f9393eecb6afa9795c8')
 
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
 build() {
-  cd libmatroska-${pkgver}
+  cd build
 
-  ./configure \
---prefix='/usr' \
---disable-static
+  cmake ../libmatroska-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DBUILD_SHARED_LIBS='ON'
   make
 }
 
 package() {
-  cd libmatroska-${pkgver}
-
-  make prefix="${pkgdir}/usr" install
+  make DESTDIR="${pkgdir}" -C build install
 }
 
 # vim: ts=2 sw=2 et:


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 08:57:04
  Author: alucryd
Revision: 324142

archrelease: copy trunk to extra-x86_64

Added:
  libmatroska/repos/extra-x86_64/PKGBUILD
(from rev 324141, libmatroska/trunk/PKGBUILD)
Deleted:
  libmatroska/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 08:56:53 UTC (rev 324141)
+++ PKGBUILD2018-05-13 08:57:04 UTC (rev 324142)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor 03/08/04 
-
-pkgname=libmatroska
-pkgver=1.4.8
-pkgrel=1
-pkgdesc='Matroska library'
-arch=('i686' 'x86_64')
-url='https://dl.matroska.org/downloads/libmatroska/'
-license=('LGPL')
-depends=('libebml.so')
-provides=('libmatroska.so')
-source=("https://dl.matroska.org/downloads/libmatroska/libmatroska-${pkgver}.tar.xz";)
-sha256sums=('d8c72b20d4c5bf888776884b0854f95e74139b5267494fae1f395f7212d7c992')
-
-build() {
-  cd libmatroska-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-static
-  make
-}
-
-package() {
-  cd libmatroska-${pkgver}
-
-  make prefix="${pkgdir}/usr" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libmatroska/repos/extra-x86_64/PKGBUILD (from rev 324141, 
libmatroska/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 08:57:04 UTC (rev 324142)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor 03/08/04 
+
+pkgname=libmatroska
+pkgver=1.4.9
+pkgrel=1
+pkgdesc='Matroska library'
+arch=('x86_64')
+url='https://dl.matroska.org/downloads/libmatroska/'
+license=('LGPL')
+depends=('libebml.so')
+makedepends=('cmake')
+provides=('libmatroska.so')
+source=("https://dl.matroska.org/downloads/libmatroska/libmatroska-${pkgver}.tar.xz";)
+sha256sums=('38a61dd5d87c070928b5deb3922b63b2b83c09e2e4a10f9393eecb6afa9795c8')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../libmatroska-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DBUILD_SHARED_LIBS='ON'
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:02:43
  Author: alucryd
Revision: 324144

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 09:02:33 UTC (rev 324143)
+++ PKGBUILD2018-05-13 09:02:43 UTC (rev 324144)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: xduugu 
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
-pkgver=22.0.0
-pkgrel=1
-pkgdesc='Set of tools to create, edit and inspect Matroska files'
-arch=('x86_64')
-url='https://www.bunkus.org/videotools/mkvtoolnix/'
-license=('GPL')
-makedepends=('boost' 'boost-libs' 'cmark' 'docbook-xsl' 'file' 'flac' 'libebml'
- 'libmatroska' 'libogg' 'libvorbis' 'qt5-multimedia' 'ruby-rake'
- 'zlib')
-source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz";)
-sha256sums=('88c5074d6731b65d5c2ddd02113ae064373eb83ef3e6e00a04876f88c0be7f67')
-
-build() {
-  cd mkvtoolnix-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-qt
-  rake apps:mkvinfo $MAKEFLAGS
-  mv src/mkvinfo{,-cli}
-
-  ./configure \
---prefix='/usr' \
---disable-update-check
-  rake $MAKEFLAGS
-}
-
-package_mkvtoolnix-cli() {
-  depends=('boost-libs' 'file' 'flac' 'gcc-libs' 'glibc' 'libogg' 'zlib'
-   'libebml.so' 'libmatroska.so' 'libvorbis.so')
-
-  cd mkvtoolnix-${pkgver}
-
-  rake DESTDIR="${pkgdir}" install
-  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
-  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime,mkvtoolnix}
-  find "${pkgdir}" -name mkvtoolnix-gui* -delete
-}
-
-package_mkvtoolnix-gui() {
-  depends=('cmark' 'hicolor-icon-theme' 'mkvtoolnix-cli' 'qt5-base'
-   'qt5-multimedia')
-
-  cd mkvtoolnix-${pkgver}
-
-  rake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share/locale
-  for t in mkv{extract,info,merge,propedit}; do
-find "${pkgdir}" -name $t* -delete
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: mkvtoolnix/repos/extra-x86_64/PKGBUILD (from rev 324143, 
mkvtoolnix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 09:02:43 UTC (rev 324144)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
+pkgver=23.0.0
+pkgrel=1
+pkgdesc='Set of tools to create, edit and inspect Matroska files'
+arch=('x86_64')
+url='https://www.bunkus.org/videotools/mkvtoolnix/'
+license=('GPL')
+makedepends=('boost' 'boost-libs' 'cmark' 'docbook-xsl' 'file' 'flac' 'libebml'
+ 'libmatroska' 'libogg' 'libvorbis' 'qt5-multimedia' 'ruby-rake'
+ 'zlib')
+source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz";)
+sha256sums=('1da0b0cca24f6d45ef614e864bbec0043af0b53062f86a524fe799cc355c1d68')
+
+build() {
+  cd mkvtoolnix-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-qt
+  rake apps:mkvinfo $MAKEFLAGS
+  mv src/mkvinfo{,-cli}
+
+  ./configure \
+--prefix='/usr' \
+--disable-update-check
+  rake $MAKEFLAGS
+}
+
+package_mkvtoolnix-cli() {
+  depends=('boost-libs' 'file' 'flac' 'gcc-libs' 'glibc' 'libogg' 'zlib'
+   'libebml.so' 'libmatroska.so' 'libvorbis.so')
+
+  cd mkvtoolnix-${pkgver}
+
+  rake DESTDIR="${pkgdir}" install
+  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
+  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime,mkvtoolnix}
+  find "${pkgdir}" -name mkvtoolnix-gui* -delete
+}
+
+package_mkvtoolnix-gui() {
+  depends=('cmark' 'hicolor-icon-theme' 'mkvtoolnix-cli' 'qt5-base'
+   'qt5-multimedia')
+
+  cd mkvtoolnix-${pkgver}
+
+  rake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/locale
+  for t in mkv{extract,info,merge,propedit}; do
+find "${pkgdir}" -name $t* -delete
+  done
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:02:33
  Author: alucryd
Revision: 324143

upgpkg: mkvtoolnix 23.0.0-1

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 08:57:04 UTC (rev 324142)
+++ PKGBUILD2018-05-13 09:02:33 UTC (rev 324143)
@@ -5,7 +5,7 @@
 
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
-pkgver=22.0.0
+pkgver=23.0.0
 pkgrel=1
 pkgdesc='Set of tools to create, edit and inspect Matroska files'
 arch=('x86_64')
@@ -15,7 +15,7 @@
  'libmatroska' 'libogg' 'libvorbis' 'qt5-multimedia' 'ruby-rake'
  'zlib')
 
source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz";)
-sha256sums=('88c5074d6731b65d5c2ddd02113ae064373eb83ef3e6e00a04876f88c0be7f67')
+sha256sums=('1da0b0cca24f6d45ef614e864bbec0043af0b53062f86a524fe799cc355c1d68')
 
 build() {
   cd mkvtoolnix-${pkgver}


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:12:49
  Author: alucryd
Revision: 321577

upgpkg: dotnet-sdk 2.1.200-1

Modified:
  dotnet-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 08:59:38 UTC (rev 321576)
+++ PKGBUILD2018-05-13 09:12:49 UTC (rev 321577)
@@ -3,7 +3,7 @@
 # Contributor: Max Liebkies 
 
 pkgname=dotnet-sdk
-pkgver=2.1.105
+pkgver=2.1.200
 pkgrel=1
 pkgdesc='The .NET Core SDK'
 arch=('any')
@@ -13,8 +13,8 @@
 options=('staticlibs')
 conflicts=('dotnet-sdk-2.0')
 provides=('dotnet-sdk-2.0')
-source=('https://download.microsoft.com/download/2/E/C/2EC018A0-A0FC-40A2-849D-AA692F68349E/dotnet-sdk-2.1.105-linux-x64.tar.gz')
-sha256sums=('e914b75b484d5b0e10958559358ae1e172cb250523e5ba1fffc4fe933ebb6523')
+source=('https://download.microsoft.com/download/3/7/1/37189942-C91D-46E9-907B-CF2B2DE584C7/dotnet-sdk-2.1.200-linux-x64.tar.gz')
+sha256sums=('58977b4b232f5fe97f9825340ce473cf1ec1bad76eb512fe6b5e2210c76c09de')
 
 package() {
   install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:13:00
  Author: alucryd
Revision: 321578

archrelease: copy trunk to community-any

Added:
  dotnet-sdk/repos/community-any/PKGBUILD
(from rev 321577, dotnet-sdk/trunk/PKGBUILD)
Deleted:
  dotnet-sdk/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 09:12:49 UTC (rev 321577)
+++ PKGBUILD2018-05-13 09:13:00 UTC (rev 321578)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Max Liebkies 
-
-pkgname=dotnet-sdk
-pkgver=2.1.105
-pkgrel=1
-pkgdesc='The .NET Core SDK'
-arch=('any')
-url='https://www.microsoft.com/net/core'
-license=('MIT')
-depends=('dotnet-runtime')
-options=('staticlibs')
-conflicts=('dotnet-sdk-2.0')
-provides=('dotnet-sdk-2.0')
-source=('https://download.microsoft.com/download/2/E/C/2EC018A0-A0FC-40A2-849D-AA692F68349E/dotnet-sdk-2.1.105-linux-x64.tar.gz')
-sha256sums=('e914b75b484d5b0e10958559358ae1e172cb250523e5ba1fffc4fe933ebb6523')
-
-package() {
-  install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
-  cp -dr --no-preserve='ownership' sdk "${pkgdir}"/opt/dotnet/
-  ln -s dotnet-runtime "${pkgdir}"/usr/share/licenses/dotnet-sdk
-}
-
-# vim: ts=2 sw=2 et:

Copied: dotnet-sdk/repos/community-any/PKGBUILD (from rev 321577, 
dotnet-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 09:13:00 UTC (rev 321578)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Max Liebkies 
+
+pkgname=dotnet-sdk
+pkgver=2.1.200
+pkgrel=1
+pkgdesc='The .NET Core SDK'
+arch=('any')
+url='https://www.microsoft.com/net/core'
+license=('MIT')
+depends=('dotnet-runtime')
+options=('staticlibs')
+conflicts=('dotnet-sdk-2.0')
+provides=('dotnet-sdk-2.0')
+source=('https://download.microsoft.com/download/3/7/1/37189942-C91D-46E9-907B-CF2B2DE584C7/dotnet-sdk-2.1.200-linux-x64.tar.gz')
+sha256sums=('58977b4b232f5fe97f9825340ce473cf1ec1bad76eb512fe6b5e2210c76c09de')
+
+package() {
+  install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
+  cp -dr --no-preserve='ownership' sdk "${pkgdir}"/opt/dotnet/
+  ln -s dotnet-runtime "${pkgdir}"/usr/share/licenses/dotnet-sdk
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:30:15
  Author: alucryd
Revision: 321582

archrelease: copy trunk to community-x86_64

Added:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
(from rev 321581, pycharm-community-edition/trunk/PKGBUILD)
  pycharm-community-edition/repos/community-x86_64/pycharm-build.patch
(from rev 321581, pycharm-community-edition/trunk/pycharm-build.patch)
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
(from rev 321581, pycharm-community-edition/trunk/pycharm.desktop)
Deleted:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
  pycharm-community-edition/repos/community-x86_64/pycharm-build.patch
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop

-+
 PKGBUILD|  124 +-
 pycharm-build.patch |   80 
 pycharm.desktop |   22 
 3 files changed, 113 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 09:30:04 UTC (rev 321581)
+++ PKGBUILD2018-05-13 09:30:15 UTC (rev 321582)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: David Keogh 
-
-pkgname=pycharm-community-edition
-pkgver=2018.1
-_build=181.4203.547
-pkgrel=1
-pkgdesc='Python IDE for Professional Developers'
-arch=('x86_64')
-url='http://www.jetbrains.com/pycharm/'
-license=('Apache')
-depends=('gcc-libs' 'giflib' 'glibc' 'java-runtime=8' 'sh' 'ttf-font')
-optdepends=('ipython2: IPython integration for Python 2'
-'ipython: IPython integration for Python 3'
-'python2: Python 2 support'
-'python: Python 3 support')
-makedepends=('apache-ant' 'java-environment=8' 'java-openjfx'
- 'python2-setuptools' 'python-setuptools')
-conflicts=('pycharm' 'pycharm-community' 'pycharm-professional')
-provides=('pycharm')
-source=("pycharm-${_build}.tar.gz::https://github.com/JetBrains/intellij-community/archive/pycharm/${_build}.tar.gz";
-'pycharm.desktop'
-'pycharm-build.patch')
-sha256sums=('1cd40a38535262771c8b69439a6b7c8f1607abfb5e8c50b2cc575debaec1'
-'28e0d3200c721e61831d8246eba8f72485d3c8379d10bfa75ccb5331b6749480'
-'3793e8125abb05b1580919017469ada2563a2e5972a8d74666557df60d270cfd')
-
-prepare() {
-  cd intellij-community-pycharm-${_build}
-
-  patch -Np1 -i ../pycharm-build.patch
-  sed "s/SNAPSHOT/${_build}/" -i python/build.xml
-}
-
-build() {
-  cd intellij-community-pycharm-${_build}/python
-
-  unset _JAVA_OPTIONS
-
-  ant build
-  tar -xf ../out/pycharm-ce/artifacts/pycharmPC-${_build}-no-jdk.tar.gz -C 
"${srcdir}"
-
-  cd ../../pycharm-community-${pkgver}
-
-  python2 helpers/pydev/setup_cython.py build_ext --build-temp build 
--build-lib .
-  python3 helpers/pydev/setup_cython.py build_ext --build-temp build 
--build-lib .
-  rm -rf bin/fsnotifier{,-arm} lib/libpty/linux/x86
-}
-
-package() {
-  cd pycharm-community-${pkgver}
-
-  install -dm 755 
"${pkgdir}"/usr/{bin,share/{applications,licenses,pixmaps,pycharm}}
-  cp -dr --no-preserve='ownership' bin helpers lib plugins 
"${pkgdir}"/usr/share/pycharm/
-  cp -dr --no-preserve='ownership' license 
"${pkgdir}"/usr/share/licenses/pycharm/
-  ln -s /usr/share/pycharm/bin/pycharm.sh $pkgdir/usr/bin/pycharm
-  ln -s /usr/share/pycharm/bin/pycharm.png "${pkgdir}"/usr/share/pixmaps/
-  install -m 644 ../pycharm.desktop -t "${pkgdir}"/usr/share/applications/
-}
-
-# vim: ts=2 sw=2 et:

Copied: pycharm-community-edition/repos/community-x86_64/PKGBUILD (from rev 
321581, pycharm-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 09:30:15 UTC (rev 321582)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: David Keogh 
+
+pkgname=pycharm-community-edition
+pkgver=2018.1.2
+_build=181.4668.75
+pkgrel=1
+pkgdesc='Python IDE for Professional Developers'
+arch=('x86_64')
+url='http://www.jetbrains.com/pycharm/'
+license=('Apache')
+depends=('gcc-libs' 'giflib' 'glibc' 'java-runtime=8' 'sh' 'ttf-font')
+optdepends=('ipython2: IPython integration for Python 2'
+'ipython: IPython integration for Python 3'
+'python2: Python 2 support'
+'python: Python 3 support')
+makedepends=('apache-ant' 'java-environment=8' 'java-openjfx'
+ 'python2-setuptools' 'python-setuptools')
+conflicts=('pycharm' 'pycharm-community' 'pycharm-professional')
+provides=('pycharm')
+source=("pycharm-${_build}.tar.gz::https://github.com/JetBrains/intellij-community/archive/pycharm/${_build}.tar.gz";
+'pycharm.desktop'
+'pycharm-build.patch')
+sha256sums=('921c74c46a3ff2af6de80697d79c40af39ceac691e37c960fa7bc7b3a8cb58b9'
+'28e0d3200c721e61831d8246eba8f72485d3c8379d10bfa75ccb5331b6749480'
+'3793e8125abb05b1

[arch-commits] Commit in pycharm-community-edition/trunk (PKGBUILD)

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:30:04
  Author: alucryd
Revision: 321581

upgpkg: pycharm-community-edition 2018.1.2-1

Modified:
  pycharm-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 09:27:48 UTC (rev 321580)
+++ PKGBUILD2018-05-13 09:30:04 UTC (rev 321581)
@@ -3,8 +3,8 @@
 # Contributor: David Keogh 
 
 pkgname=pycharm-community-edition
-pkgver=2018.1
-_build=181.4203.547
+pkgver=2018.1.2
+_build=181.4668.75
 pkgrel=1
 pkgdesc='Python IDE for Professional Developers'
 arch=('x86_64')
@@ -22,7 +22,7 @@
 
source=("pycharm-${_build}.tar.gz::https://github.com/JetBrains/intellij-community/archive/pycharm/${_build}.tar.gz";
 'pycharm.desktop'
 'pycharm-build.patch')
-sha256sums=('1cd40a38535262771c8b69439a6b7c8f1607abfb5e8c50b2cc575debaec1'
+sha256sums=('921c74c46a3ff2af6de80697d79c40af39ceac691e37c960fa7bc7b3a8cb58b9'
 '28e0d3200c721e61831d8246eba8f72485d3c8379d10bfa75ccb5331b6749480'
 '3793e8125abb05b1580919017469ada2563a2e5972a8d74666557df60d270cfd')
 


[arch-commits] Commit in (3 files)

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:32:24
  Author: alucryd
Revision: 324145

Add ffnvcodec-headers to add support for NVDEC/NVENC in FFmpeg

Added:
  ffnvcodec-headers/
  ffnvcodec-headers/trunk/
  ffnvcodec-headers/trunk/PKGBUILD

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

Added: ffnvcodec-headers/trunk/PKGBUILD
===
--- ffnvcodec-headers/trunk/PKGBUILD(rev 0)
+++ ffnvcodec-headers/trunk/PKGBUILD2018-05-13 09:32:24 UTC (rev 324145)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Daniel Bermond < yahoo-com: danielbermond >
+
+pkgname=ffnvcodec-headers
+pkgver=8.1.24.2
+pkgrel=2
+pkgdesc='FFmpeg version of headers required to interface with Nvidias codec 
APIs'
+arch=('any')
+url='https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git'
+license=('MIT')
+source=("https://github.com/FFmpeg/nv-codec-headers/releases/download/n${pkgver}/nv-codec-headers-${pkgver}.tar.gz";)
+sha256sums=('2b339b2493f5b63b285dd660be05102af7d4ff2de9fcf3af94e48b5f91a3ca57')
+
+build() {
+  cd nv-codec-headers-n${pkgver}
+
+  make PREFIX='/usr'
+  sed -n '4,25p' include/ffnvcodec/nvEncodeAPI.h > LICENSE # Extract license
+  sed -i '1,22s/^.\{,3\}//' LICENSE # Delete C comments
+}
+
+package() {
+  cd nv-codec-headers-n${pkgver}
+
+  make PREFIX='/usr' DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/ffnvcodec-headers/
+}
+
+# vim: ts=2 sw=2 et:


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


[arch-commits] Commit in ffnvcodec-headers (3 files)

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:33:01
  Author: alucryd
Revision: 324146

archrelease: copy trunk to extra-any

Added:
  ffnvcodec-headers/repos/
  ffnvcodec-headers/repos/extra-any/
  ffnvcodec-headers/repos/extra-any/PKGBUILD
(from rev 324145, ffnvcodec-headers/trunk/PKGBUILD)

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

Copied: ffnvcodec-headers/repos/extra-any/PKGBUILD (from rev 324145, 
ffnvcodec-headers/trunk/PKGBUILD)
===
--- repos/extra-any/PKGBUILD(rev 0)
+++ repos/extra-any/PKGBUILD2018-05-13 09:33:01 UTC (rev 324146)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Daniel Bermond < yahoo-com: danielbermond >
+
+pkgname=ffnvcodec-headers
+pkgver=8.1.24.2
+pkgrel=2
+pkgdesc='FFmpeg version of headers required to interface with Nvidias codec 
APIs'
+arch=('any')
+url='https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git'
+license=('MIT')
+source=("https://github.com/FFmpeg/nv-codec-headers/releases/download/n${pkgver}/nv-codec-headers-${pkgver}.tar.gz";)
+sha256sums=('2b339b2493f5b63b285dd660be05102af7d4ff2de9fcf3af94e48b5f91a3ca57')
+
+build() {
+  cd nv-codec-headers-n${pkgver}
+
+  make PREFIX='/usr'
+  sed -n '4,25p' include/ffnvcodec/nvEncodeAPI.h > LICENSE # Extract license
+  sed -i '1,22s/^.\{,3\}//' LICENSE # Delete C comments
+}
+
+package() {
+  cd nv-codec-headers-n${pkgver}
+
+  make PREFIX='/usr' DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/ffnvcodec-headers/
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:51:41
  Author: alucryd
Revision: 324147

upgpkg: ffmpeg 1:4.0-2

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 09:33:01 UTC (rev 324146)
+++ PKGBUILD2018-05-13 09:51:41 UTC (rev 324147)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=4.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')
@@ -14,15 +14,15 @@
 url='http://ffmpeg.org/'
 license=('GPL3')
 depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
- 'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
- 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libvdpau' 'libwebp'
- 'libx11' 'libxcb' 'libxml2' 'opencore-amr' 'openjpeg2' 'opus' 'sdl2'
- 'speex' 'v4l-utils' 'xz' 'zlib'
- 'libomxil-bellagio'
+ 'lame' 'libavc1394' 'libdrm' 'libiec61883' 'libmodplug'
+ 'libomxil-bellagio' 'libpulse' 'libraw1394' 'libsoxr' 'libssh'
+ 'libtheora' 'libvdpau' 'libwebp' 'libx11' 'libxcb' 'libxext' 'libxml2'
+ 'libxv' 'opencore-amr' 'openjpeg2' 'opus' 'sdl2' 'speex' 'v4l-utils'
+ 'xz' 'zlib'
  'libass.so' 'libbluray.so' 'libfreetype.so' 'libva-drm.so' 'libva.so'
  'libva-x11.so' 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so'
  'libvpx.so' 'libx264.so' 'libx265.so' 'libxvidcore.so')
-makedepends=('ladspa' 'libvdpau' 'yasm')
+makedepends=('ffnvcodec-headers' 'ladspa' 'yasm')
 optdepends=('ladspa: LADSPA filters')
 provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
   'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
@@ -40,7 +40,6 @@
 --disable-debug \
 --disable-static \
 --disable-stripping \
---enable-avisynth \
 --enable-avresample \
 --enable-fontconfig \
 --enable-gmp \
@@ -49,6 +48,7 @@
 --enable-ladspa \
 --enable-libass \
 --enable-libbluray \
+--enable-libdrm \
 --enable-libfreetype \
 --enable-libfribidi \
 --enable-libgsm \
@@ -74,9 +74,10 @@
 --enable-libxcb \
 --enable-libxml2 \
 --enable-libxvid \
+--enable-nvenc \
+--enable-omx \
 --enable-shared \
---enable-version3 \
---enable-omx
+--enable-version3
 
   make
   make tools/qt-faststart


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:51:50
  Author: alucryd
Revision: 324148

archrelease: copy trunk to extra-x86_64

Added:
  ffmpeg/repos/extra-x86_64/PKGBUILD
(from rev 324147, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/extra-x86_64/fs56089.patch
(from rev 324147, ffmpeg/trunk/fs56089.patch)
Deleted:
  ffmpeg/repos/extra-x86_64/PKGBUILD
  ffmpeg/repos/extra-x86_64/fs56089.patch

---+
 PKGBUILD  |  187 
 fs56089.patch |  168 +-
 2 files changed, 178 insertions(+), 177 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 09:51:41 UTC (rev 324147)
+++ PKGBUILD2018-05-13 09:51:50 UTC (rev 324148)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=4.0
-pkgrel=1
-epoch=1
-pkgdesc='Complete solution to record, convert and stream audio and video'
-arch=('x86_64')
-url='http://ffmpeg.org/'
-license=('GPL3')
-depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
- 'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
- 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libvdpau' 'libwebp'
- 'libx11' 'libxcb' 'libxml2' 'opencore-amr' 'openjpeg2' 'opus' 'sdl2'
- 'speex' 'v4l-utils' 'xz' 'zlib'
- 'libomxil-bellagio'
- 'libass.so' 'libbluray.so' 'libfreetype.so' 'libva-drm.so' 'libva.so'
- 'libva-x11.so' 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so'
- 'libvpx.so' 'libx264.so' 'libx265.so' 'libxvidcore.so')
-makedepends=('ladspa' 'libvdpau' 'yasm')
-optdepends=('ladspa: LADSPA filters')
-provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
-  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
-  'libswscale.so')
-source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('ed945daf40b124e77a685893cc025d086f638bc703183460aff49508edb3a43f'
-'SKIP')
-
-build() {
-  cd ffmpeg-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gmp \
---enable-gnutls \
---enable-gpl \
---enable-ladspa \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libiec61883 \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libsoxr \
---enable-libspeex \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvidstab \
---enable-libvorbis \
---enable-libvpx \
---enable-libwebp \
---enable-libx264 \
---enable-libx265 \
---enable-libxcb \
---enable-libxml2 \
---enable-libxvid \
---enable-shared \
---enable-version3 \
---enable-omx
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play}.1
-}
-
-package() {
-  cd ffmpeg-${pkgver}
-
-  make DESTDIR="${pkgdir}" install install-man
-  install -Dm 755 tools/qt-faststart "${pkgdir}"/usr/bin/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffmpeg/repos/extra-x86_64/PKGBUILD (from rev 324147, 
ffmpeg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 09:51:50 UTC (rev 324148)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=4.0
+pkgrel=2
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
+ 'lame' 'libavc1394' 'libdrm' 'libiec61883' 'libmodplug'
+ 'libomxil-bellagio' 'libpulse' 'libraw1394' 'libsoxr' 'libssh'
+ 'libtheora' 'libvdpau' 'libwebp' 'libx11' 'libxcb' 'libxext' 'libxml2'
+ 'libxv' 'opencore-amr' 'openjpeg2' 'opus' 'sdl2' 'speex' 'v4l-utils'
+ 'xz' 'zlib'
+ 'libass.so' 'libbluray.so' 'libfreetype.so' 'libva-drm.so' 'libva.so'
+ 'libva-x11.so' 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so'
+ 'libvpx.so' 'libx264.so' 'libx265.so' 'libxvidcore.so')
+makedepends=('ffnvcodec-headers' 'ladspa' 'yasm')
+optdepends=('ladspa: LADSPA filters')
+provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so

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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:56:31
  Author: alucryd
Revision: 321583

upgpkg: adapta-gtk-theme 3.93.1.14-1

Modified:
  adapta-gtk-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 09:30:15 UTC (rev 321582)
+++ PKGBUILD2018-05-13 09:56:31 UTC (rev 321583)
@@ -3,7 +3,7 @@
 # Contributor: Phillip Schichtel 
 
 pkgname=adapta-gtk-theme
-pkgver=3.93.1.7
+pkgver=3.93.1.14
 pkgrel=1
 pkgdesc='An adaptive Gtk+ theme based on Material Design Guidelines'
 arch=('any')


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:56:41
  Author: alucryd
Revision: 321584

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 09:56:31 UTC (rev 321583)
+++ PKGBUILD2018-05-13 09:56:41 UTC (rev 321584)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Phillip Schichtel 
-
-pkgname=adapta-gtk-theme
-pkgver=3.93.1.7
-pkgrel=1
-pkgdesc='An adaptive Gtk+ theme based on Material Design Guidelines'
-arch=('any')
-url='https://github.com/adapta-project/adapta-gtk-theme'
-license=('CCPL' 'GPL2')
-makedepends=('git' 'gnome-shell' 'inkscape' 'libxml2' 'parallel' 'sassc')
-optdepends=('gtk-engine-murrine: for gtk2 themes'
-'noto-fonts: Recommended font'
-'ttf-roboto: Recommended font')
-source=("git+https://github.com/adapta-project/adapta-gtk-theme.git#tag=${pkgver}";)
-sha256sums=('SKIP')
-
-build() {
-  cd adapta-gtk-theme
-
-  ./autogen.sh \
---prefix='/usr' \
---enable-parallel \
---enable-plank \
---enable-telegram \
---disable-unity
-  make
-}
-
-package() {
-  cd adapta-gtk-theme
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/plank/themes
-  ln -s /usr/share/themes/Adapta/plank 
"${pkgdir}"/usr/share/plank/themes/Adapta
-
-  install -Dm 644 LICENSE_CC_BY_SA4 -t 
"${pkgdir}"/usr/share/licenses/adapta-gtk-theme/
-}
-
-# vim: ts=2 sw=2 et:

Copied: adapta-gtk-theme/repos/community-any/PKGBUILD (from rev 321583, 
adapta-gtk-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 09:56:41 UTC (rev 321584)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Phillip Schichtel 
+
+pkgname=adapta-gtk-theme
+pkgver=3.93.1.14
+pkgrel=1
+pkgdesc='An adaptive Gtk+ theme based on Material Design Guidelines'
+arch=('any')
+url='https://github.com/adapta-project/adapta-gtk-theme'
+license=('CCPL' 'GPL2')
+makedepends=('git' 'gnome-shell' 'inkscape' 'libxml2' 'parallel' 'sassc')
+optdepends=('gtk-engine-murrine: for gtk2 themes'
+'noto-fonts: Recommended font'
+'ttf-roboto: Recommended font')
+source=("git+https://github.com/adapta-project/adapta-gtk-theme.git#tag=${pkgver}";)
+sha256sums=('SKIP')
+
+build() {
+  cd adapta-gtk-theme
+
+  ./autogen.sh \
+--prefix='/usr' \
+--enable-parallel \
+--enable-plank \
+--enable-telegram \
+--disable-unity
+  make
+}
+
+package() {
+  cd adapta-gtk-theme
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/plank/themes
+  ln -s /usr/share/themes/Adapta/plank 
"${pkgdir}"/usr/share/plank/themes/Adapta
+
+  install -Dm 644 LICENSE_CC_BY_SA4 -t 
"${pkgdir}"/usr/share/licenses/adapta-gtk-theme/
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:57:20
  Author: alucryd
Revision: 321585

upgpkg: lollypop 0.9.508-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 09:56:41 UTC (rev 321584)
+++ PKGBUILD2018-05-13 09:57:20 UTC (rev 321585)
@@ -4,9 +4,9 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.507
+pkgver=0.9.508
 _portal_pkgver=0.9.7
-pkgrel=2
+pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')
 url='https://gitlab.gnome.org/gnumdk/lollypop'
@@ -23,9 +23,9 @@
 'python-pylast: Last.FM support'
 'python-wikipedia: Wikipedia support'
 'youtube-dl: YouTube playback')
-source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/27a8e9c3d773e66e05a6ed4f8acb6bd0/lollypop-0.9.507.tar.xz";
+source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/14d754166eb532a9efe5788f1176a4c1/lollypop-0.9.508.tar.xz";
 
"https://gitlab.gnome.org/gnumdk/lollypop-portal/uploads/42bd030f9c8391db93a335c6a23783bf/lollypop-portal-0.9.7.tar.xz";)
-sha256sums=('b0fb68069eec67a7bea07d341baf8660903561495e4839316e6d16b92e5e99ab'
+sha256sums=('ac9305c186ace329249303ff7eabea76d72212d4e1fbf73391a68cfd691dea3a'
 'fef0d7b5a4065884582fef6e6e40ae781fe182063a07cfcc5d98a69602f4d57b')
 
 build() {


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:57:31
  Author: alucryd
Revision: 321586

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 09:57:20 UTC (rev 321585)
+++ PKGBUILD2018-05-13 09:57:31 UTC (rev 321586)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.507
-_portal_pkgver=0.9.7
-pkgrel=2
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://gitlab.gnome.org/gnumdk/lollypop'
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
- 'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('gobject-introspection' 'intltool' 'itstool' 'meson' 'python')
-optdepends=('easytag: Modify tags'
-'flatpak: Flatpak Portal'
-'gst-libav: FFmpeg plugin for GStreamer'
-'kid3-qt: Store covers in tags'
-'libsecret: Last.FM support'
-'python-pillow: Blur background in lyrics view'
-'python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support'
-'youtube-dl: YouTube playback')
-source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/27a8e9c3d773e66e05a6ed4f8acb6bd0/lollypop-0.9.507.tar.xz";
-
"https://gitlab.gnome.org/gnumdk/lollypop-portal/uploads/42bd030f9c8391db93a335c6a23783bf/lollypop-portal-0.9.7.tar.xz";)
-sha256sums=('b0fb68069eec67a7bea07d341baf8660903561495e4839316e6d16b92e5e99ab'
-'fef0d7b5a4065884582fef6e6e40ae781fe182063a07cfcc5d98a69602f4d57b')
-
-build() {
-  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
-pushd $d
-arch-meson build \
-  --libexecdir='lib/lollypop'
-ninja -C build
-popd
-  done
-}
-
-package() {
-  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
-DESTDIR="${pkgdir}" ninja -C $d/build install
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 321585, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 09:57:31 UTC (rev 321586)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.508
+_portal_pkgver=0.9.7
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://gitlab.gnome.org/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'meson' 'python')
+optdepends=('easytag: Modify tags'
+'flatpak: Flatpak Portal'
+'gst-libav: FFmpeg plugin for GStreamer'
+'kid3-qt: Store covers in tags'
+'libsecret: Last.FM support'
+'python-pillow: Blur background in lyrics view'
+'python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support'
+'youtube-dl: YouTube playback')
+source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/14d754166eb532a9efe5788f1176a4c1/lollypop-0.9.508.tar.xz";
+
"https://gitlab.gnome.org/gnumdk/lollypop-portal/uploads/42bd030f9c8391db93a335c6a23783bf/lollypop-portal-0.9.7.tar.xz";)
+sha256sums=('ac9305c186ace329249303ff7eabea76d72212d4e1fbf73391a68cfd691dea3a'
+'fef0d7b5a4065884582fef6e6e40ae781fe182063a07cfcc5d98a69602f4d57b')
+
+build() {
+  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
+pushd $d
+arch-meson build \
+  --libexecdir='lib/lollypop'
+ninja -C build
+popd
+  done
+}
+
+package() {
+  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
+DESTDIR="${pkgdir}" ninja -C $d/build install
+  done
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-13 Thread Maxime Gauduin via arch-commits
Date: Tuesday, March 13, 2018 @ 19:36:35
  Author: alucryd
Revision: 307424

archrelease: copy trunk to community-x86_64

Added:
  libfdk-aac/repos/community-x86_64/PKGBUILD
(from rev 307423, libfdk-aac/trunk/PKGBUILD)
Deleted:
  libfdk-aac/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-13 19:36:21 UTC (rev 307423)
+++ PKGBUILD2018-03-13 19:36:35 UTC (rev 307424)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: PelPix 
-# Contributor: DrZaius 
-
-pkgname=libfdk-aac
-pkgver=0.1.5
-pkgrel=1
-pkgdesc='Fraunhofer FDK AAC codec library'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/opencore-amr/'
-license=('custom')
-depends=('glibc')
-makedepends=('git')
-provides=('libfdk-aac.so')
-_commit='74c1a2a4f831285cbd93ec1427f1670d3c5c5e52'
-source=("git+https://github.com/mstorsjo/fdk-aac.git#commit=${_commit}";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd fdk-aac
-
-  git describe | sed 's/^v//; s/-/.r/; s/-g/./'
-}
-
-build() {
-  cd fdk-aac
-
-  ./autogen.sh
-  ./configure \
---prefix='/usr' \
---disable-static
-  make
-}
-
-package () {
-  cd fdk-aac
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/libfdk-aac
-  install -m 644 NOTICE "${pkgdir}"/usr/share/licenses/libfdk-aac/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libfdk-aac/repos/community-x86_64/PKGBUILD (from rev 307423, 
libfdk-aac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-13 19:36:35 UTC (rev 307424)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: PelPix 
+# Contributor: DrZaius 
+
+pkgname=libfdk-aac
+pkgver=0.1.6
+pkgrel=1
+pkgdesc='Fraunhofer FDK AAC codec library'
+arch=('x86_64')
+url='http://sourceforge.net/projects/opencore-amr/'
+license=('custom')
+depends=('glibc')
+makedepends=('git')
+provides=('libfdk-aac.so')
+_commit='a30bfced6b6d6d976c728552d247cb30dd86e238'
+source=("git+https://github.com/mstorsjo/fdk-aac.git#commit=${_commit}";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd fdk-aac
+
+  git describe | sed 's/^v//; s/-/.r/; s/-g/./'
+}
+
+build() {
+  cd fdk-aac
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--disable-static
+  make
+}
+
+package () {
+  cd fdk-aac
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/libfdk-aac
+  install -m 644 NOTICE "${pkgdir}"/usr/share/licenses/libfdk-aac/
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-13 Thread Maxime Gauduin via arch-commits
Date: Tuesday, March 13, 2018 @ 19:36:21
  Author: alucryd
Revision: 307423

upgpkg: libfdk-aac 0.1.6-1

Modified:
  libfdk-aac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 19:10:19 UTC (rev 307422)
+++ PKGBUILD2018-03-13 19:36:21 UTC (rev 307423)
@@ -4,7 +4,7 @@
 # Contributor: DrZaius 
 
 pkgname=libfdk-aac
-pkgver=0.1.5
+pkgver=0.1.6
 pkgrel=1
 pkgdesc='Fraunhofer FDK AAC codec library'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('glibc')
 makedepends=('git')
 provides=('libfdk-aac.so')
-_commit='74c1a2a4f831285cbd93ec1427f1670d3c5c5e52'
+_commit='a30bfced6b6d6d976c728552d247cb30dd86e238'
 source=("git+https://github.com/mstorsjo/fdk-aac.git#commit=${_commit}";)
 sha256sums=('SKIP')
 


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

2018-03-13 Thread Maxime Gauduin via arch-commits
Date: Tuesday, March 13, 2018 @ 20:35:36
  Author: alucryd
Revision: 307427

upgpkg: hexchat 2.14.0-1

Modified:
  hexchat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 19:57:53 UTC (rev 307426)
+++ PKGBUILD2018-03-13 20:35:36 UTC (rev 307427)
@@ -3,8 +3,8 @@
 # Contributor: TingPing 
 
 pkgname=hexchat
-pkgver=2.12.4
-pkgrel=8
+pkgver=2.14.0
+pkgrel=1
 pkgdesc='A popular and easy to use graphical IRC (chat) client'
 arch=('x86_64')
 url='https://hexchat.github.io/'
@@ -11,42 +11,36 @@
 license=('GPL')
 depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
  'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
-makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python' 'autoconf-archive')
+makedepends=('intltool' 'iso-codes' 'luajit' 'meson' 'perl' 'python')
 optdepends=('enchant: Spell check'
 'iso-codes: Display language names instead of codes'
-'lua: Lua plugin'
+'luajit: Lua plugin'
 'perl: Perl plugin'
 'python: Python plugin')
-source=("https://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz"{,.asc}
-
'hexchat-enchant2.0.patch::https://github.com/hexchat/hexchat/commit/005858795878b92fc17b4c2127bce90a1d053483.patch'
-
'hexchat-enchant2.1.patch::https://github.com/hexchat/hexchat/commit/234fe8698781f149df0e6928e48859f66b5e947b.patch')
-sha256sums=('fa35913158bbc7d0d99de79371b6df3e8d21802f1d2c7c92f0e5db694acf2c3a'
-'SKIP'
-'d5f1e70b696337b15d40386292748483d2b27631a9bba6cfa5c97eae4f6987f1'
-'b9687999f8e013716ec997458de1db0d3618382a6963d5f6eb578fea253daa24')
+source=("https://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz"{,.asc})
+sha256sums=('f3214b7675096c0f850405eac284cf395b9f65276ae1db5fb17eef8d83cc5ddf'
+'SKIP')
 validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC') # Patrick Griffis
 
 prepare() {
-  cd hexchat-${pkgver}
-
-  patch -Np1 -i ../hexchat-enchant2.0.patch
-  patch -Np1 -i ../hexchat-enchant2.1.patch
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
 }
 
 build() {
-  cd hexchat-${pkgver}
+  cd build
 
-  ./configure \
---prefix='/usr' \
---enable-python='python3' \
---enable-textfe
-  make
+  arch-meson ../hexchat-${pkgver} \
+-Dwith-text='true'
+  ninja
 }
 
 package() {
-  cd hexchat-${pkgver}
+  cd build
 
-  make DESTDIR="${pkgdir}" install
+  DESTDIR="${pkgdir}" ninja install
 }
 
 # vim: ts=2 sw=2 et:


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

2018-03-13 Thread Maxime Gauduin via arch-commits
Date: Tuesday, March 13, 2018 @ 20:36:20
  Author: alucryd
Revision: 307428

archrelease: copy trunk to community-x86_64

Added:
  hexchat/repos/community-x86_64/PKGBUILD
(from rev 307427, hexchat/trunk/PKGBUILD)
Deleted:
  hexchat/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-13 20:35:36 UTC (rev 307427)
+++ PKGBUILD2018-03-13 20:36:20 UTC (rev 307428)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: TingPing 
-
-pkgname=hexchat
-pkgver=2.12.4
-pkgrel=8
-pkgdesc='A popular and easy to use graphical IRC (chat) client'
-arch=('x86_64')
-url='https://hexchat.github.io/'
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
- 'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
-makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python' 'autoconf-archive')
-optdepends=('enchant: Spell check'
-'iso-codes: Display language names instead of codes'
-'lua: Lua plugin'
-'perl: Perl plugin'
-'python: Python plugin')
-source=("https://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz"{,.asc}
-
'hexchat-enchant2.0.patch::https://github.com/hexchat/hexchat/commit/005858795878b92fc17b4c2127bce90a1d053483.patch'
-
'hexchat-enchant2.1.patch::https://github.com/hexchat/hexchat/commit/234fe8698781f149df0e6928e48859f66b5e947b.patch')
-sha256sums=('fa35913158bbc7d0d99de79371b6df3e8d21802f1d2c7c92f0e5db694acf2c3a'
-'SKIP'
-'d5f1e70b696337b15d40386292748483d2b27631a9bba6cfa5c97eae4f6987f1'
-'b9687999f8e013716ec997458de1db0d3618382a6963d5f6eb578fea253daa24')
-validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC') # Patrick Griffis
-
-prepare() {
-  cd hexchat-${pkgver}
-
-  patch -Np1 -i ../hexchat-enchant2.0.patch
-  patch -Np1 -i ../hexchat-enchant2.1.patch
-}
-
-build() {
-  cd hexchat-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---enable-python='python3' \
---enable-textfe
-  make
-}
-
-package() {
-  cd hexchat-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-x86_64/PKGBUILD (from rev 307427, 
hexchat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-13 20:36:20 UTC (rev 307428)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: TingPing 
+
+pkgname=hexchat
+pkgver=2.14.0
+pkgrel=1
+pkgdesc='A popular and easy to use graphical IRC (chat) client'
+arch=('x86_64')
+url='https://hexchat.github.io/'
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
+ 'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
+makedepends=('intltool' 'iso-codes' 'luajit' 'meson' 'perl' 'python')
+optdepends=('enchant: Spell check'
+'iso-codes: Display language names instead of codes'
+'luajit: Lua plugin'
+'perl: Perl plugin'
+'python: Python plugin')
+source=("https://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz"{,.asc})
+sha256sums=('f3214b7675096c0f850405eac284cf395b9f65276ae1db5fb17eef8d83cc5ddf'
+'SKIP')
+validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC') # Patrick Griffis
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  arch-meson ../hexchat-${pkgver} \
+-Dwith-text='true'
+  ninja
+}
+
+package() {
+  cd build
+
+  DESTDIR="${pkgdir}" ninja install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-15 Thread Maxime Gauduin via arch-commits
Date: Thursday, March 15, 2018 @ 09:37:15
  Author: alucryd
Revision: 308405

upgpkg: hexchat 2.14.1-1

Modified:
  hexchat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 08:57:37 UTC (rev 308404)
+++ PKGBUILD2018-03-15 09:37:15 UTC (rev 308405)
@@ -3,7 +3,7 @@
 # Contributor: TingPing 
 
 pkgname=hexchat
-pkgver=2.14.0
+pkgver=2.14.1
 pkgrel=1
 pkgdesc='A popular and easy to use graphical IRC (chat) client'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 'perl: Perl plugin'
 'python: Python plugin')
 source=("https://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz"{,.asc})
-sha256sums=('f3214b7675096c0f850405eac284cf395b9f65276ae1db5fb17eef8d83cc5ddf'
+sha256sums=('b032e4bcebe2229f87047439979a1246ddcbf599e7e538baa3f2abfac9a003a2'
 'SKIP')
 validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC') # Patrick Griffis
 


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

2018-03-15 Thread Maxime Gauduin via arch-commits
Date: Thursday, March 15, 2018 @ 09:37:44
  Author: alucryd
Revision: 308406

archrelease: copy trunk to community-x86_64

Added:
  hexchat/repos/community-x86_64/PKGBUILD
(from rev 308405, hexchat/trunk/PKGBUILD)
Deleted:
  hexchat/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 09:37:15 UTC (rev 308405)
+++ PKGBUILD2018-03-15 09:37:44 UTC (rev 308406)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: TingPing 
-
-pkgname=hexchat
-pkgver=2.14.0
-pkgrel=1
-pkgdesc='A popular and easy to use graphical IRC (chat) client'
-arch=('x86_64')
-url='https://hexchat.github.io/'
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
- 'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
-makedepends=('intltool' 'iso-codes' 'luajit' 'meson' 'perl' 'python')
-optdepends=('enchant: Spell check'
-'iso-codes: Display language names instead of codes'
-'luajit: Lua plugin'
-'perl: Perl plugin'
-'python: Python plugin')
-source=("https://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz"{,.asc})
-sha256sums=('f3214b7675096c0f850405eac284cf395b9f65276ae1db5fb17eef8d83cc5ddf'
-'SKIP')
-validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC') # Patrick Griffis
-
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd build
-
-  arch-meson ../hexchat-${pkgver} \
--Dwith-text='true'
-  ninja
-}
-
-package() {
-  cd build
-
-  DESTDIR="${pkgdir}" ninja install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-x86_64/PKGBUILD (from rev 308405, 
hexchat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 09:37:44 UTC (rev 308406)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: TingPing 
+
+pkgname=hexchat
+pkgver=2.14.1
+pkgrel=1
+pkgdesc='A popular and easy to use graphical IRC (chat) client'
+arch=('x86_64')
+url='https://hexchat.github.io/'
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
+ 'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
+makedepends=('intltool' 'iso-codes' 'luajit' 'meson' 'perl' 'python')
+optdepends=('enchant: Spell check'
+'iso-codes: Display language names instead of codes'
+'luajit: Lua plugin'
+'perl: Perl plugin'
+'python: Python plugin')
+source=("https://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz"{,.asc})
+sha256sums=('b032e4bcebe2229f87047439979a1246ddcbf599e7e538baa3f2abfac9a003a2'
+'SKIP')
+validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC') # Patrick Griffis
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  arch-meson ../hexchat-${pkgver} \
+-Dwith-text='true'
+  ninja
+}
+
+package() {
+  cd build
+
+  DESTDIR="${pkgdir}" ninja install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-15 Thread Maxime Gauduin via arch-commits
Date: Thursday, March 15, 2018 @ 09:47:07
  Author: alucryd
Revision: 308408

archrelease: copy trunk to community-x86_64

Added:
  dotnet-core/repos/community-x86_64/PKGBUILD
(from rev 308407, dotnet-core/trunk/PKGBUILD)
Deleted:
  dotnet-core/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 09:46:53 UTC (rev 308407)
+++ PKGBUILD2018-03-15 09:47:07 UTC (rev 308408)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Maintainer: Max Liebkies 
-
-pkgbase=dotnet-core
-pkgname=('dotnet-host' 'dotnet-runtime')
-pkgver=2.0.5
-pkgrel=1
-arch=('x86_64')
-url='https://www.microsoft.com/net/core'
-license=('MIT')
-depends=('gcc-libs' 'glibc')
-options=('staticlibs')
-source=('https://download.microsoft.com/download/1/1/0/11046135-4207-40D3-A795-13ECEA741B32/dotnet-runtime-2.0.5-linux-x64.tar.gz')
-sha256sums=('d55dbf65dcf3cc07b228915b04600bc1e2f5b46303cf9c8912c181898b95d8cf')
-
-package_dotnet-host() {
-  pkgdesc='A generic driver for the .NET Core Command Line Interface'
-
-  install -dm 755 
"${pkgdir}"/{opt/dotnet,usr/bin,usr/share/licenses/dotnet-host}
-  cp -dr --no-preserve='ownership' dotnet host "${pkgdir}"/opt/dotnet/
-  install -m 644 *.txt -t "${pkgdir}"/usr/share/licenses/dotnet-host/
-  ln -s /opt/dotnet/dotnet "${pkgdir}"/usr/bin/
-}
-
-package_dotnet-runtime() {
-  pkgdesc='The .NET Core runtime'
-  depends+=('dotnet-host' 'icu' 'krb5' 'libunwind'  'lldb' 'lttng-ust' 
'openssl-1.0' 'zlib'
-'libcurl.so' 'libuuid.so')
-  provides=('dotnet-runtime-2.0')
-  conflicts=('dotnet-runtime-2.0')
-
-  install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
-  cp -dr --no-preserve='ownership' shared "${pkgdir}"/opt/dotnet/
-  ln -s dotnet-host "${pkgdir}"/usr/share/licenses/dotnet-runtime
-}
-
-# vim: ts=2 sw=2 et:

Copied: dotnet-core/repos/community-x86_64/PKGBUILD (from rev 308407, 
dotnet-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 09:47:07 UTC (rev 308408)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Max Liebkies 
+
+pkgbase=dotnet-core
+pkgname=('dotnet-host' 'dotnet-runtime')
+pkgver=2.0.6
+pkgrel=1
+arch=('x86_64')
+url='https://www.microsoft.com/net/core'
+license=('MIT')
+depends=('gcc-libs' 'glibc')
+options=('staticlibs')
+source=('https://download.microsoft.com/download/8/D/A/8DA04DA7-565B-4372-BBCE-D44C7809A467/dotnet-runtime-2.0.6-linux-x64.tar.gz')
+sha256sums=('0eeb894d6e17ac0fc036997ba11ddf6665da5161e2e898788220e1945fa9bf11')
+
+package_dotnet-host() {
+  pkgdesc='A generic driver for the .NET Core Command Line Interface'
+
+  install -dm 755 
"${pkgdir}"/{opt/dotnet,usr/bin,usr/share/licenses/dotnet-host}
+  cp -dr --no-preserve='ownership' dotnet host "${pkgdir}"/opt/dotnet/
+  install -m 644 *.txt -t "${pkgdir}"/usr/share/licenses/dotnet-host/
+  ln -s /opt/dotnet/dotnet "${pkgdir}"/usr/bin/
+}
+
+package_dotnet-runtime() {
+  pkgdesc='The .NET Core runtime'
+  depends+=('dotnet-host' 'icu' 'krb5' 'libunwind'  'lldb' 'lttng-ust' 
'openssl-1.0' 'zlib'
+'libcurl.so' 'libuuid.so')
+  provides=('dotnet-runtime-2.0')
+  conflicts=('dotnet-runtime-2.0')
+
+  install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
+  cp -dr --no-preserve='ownership' shared "${pkgdir}"/opt/dotnet/
+  ln -s dotnet-host "${pkgdir}"/usr/share/licenses/dotnet-runtime
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-15 Thread Maxime Gauduin via arch-commits
Date: Thursday, March 15, 2018 @ 09:46:53
  Author: alucryd
Revision: 308407

upgpkg: dotnet-core 2.0.6-1

Modified:
  dotnet-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 09:37:44 UTC (rev 308406)
+++ PKGBUILD2018-03-15 09:46:53 UTC (rev 308407)
@@ -1,10 +1,10 @@
 # $Id$
 # Maintainer: Maxime Gauduin 
-# Maintainer: Max Liebkies 
+# Contributor: Max Liebkies 
 
 pkgbase=dotnet-core
 pkgname=('dotnet-host' 'dotnet-runtime')
-pkgver=2.0.5
+pkgver=2.0.6
 pkgrel=1
 arch=('x86_64')
 url='https://www.microsoft.com/net/core'
@@ -11,8 +11,8 @@
 license=('MIT')
 depends=('gcc-libs' 'glibc')
 options=('staticlibs')
-source=('https://download.microsoft.com/download/1/1/0/11046135-4207-40D3-A795-13ECEA741B32/dotnet-runtime-2.0.5-linux-x64.tar.gz')
-sha256sums=('d55dbf65dcf3cc07b228915b04600bc1e2f5b46303cf9c8912c181898b95d8cf')
+source=('https://download.microsoft.com/download/8/D/A/8DA04DA7-565B-4372-BBCE-D44C7809A467/dotnet-runtime-2.0.6-linux-x64.tar.gz')
+sha256sums=('0eeb894d6e17ac0fc036997ba11ddf6665da5161e2e898788220e1945fa9bf11')
 
 package_dotnet-host() {
   pkgdesc='A generic driver for the .NET Core Command Line Interface'


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

2018-03-15 Thread Maxime Gauduin via arch-commits
Date: Thursday, March 15, 2018 @ 09:51:10
  Author: alucryd
Revision: 308412

upgpkg: dotnet-sdk 2.1.101-1

Modified:
  dotnet-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 09:51:04 UTC (rev 308411)
+++ PKGBUILD2018-03-15 09:51:10 UTC (rev 308412)
@@ -3,7 +3,7 @@
 # Contributor: Max Liebkies 
 
 pkgname=dotnet-sdk
-pkgver=2.1.4
+pkgver=2.1.101
 pkgrel=1
 pkgdesc='The .NET Core SDK'
 arch=('any')
@@ -13,8 +13,8 @@
 options=('staticlibs')
 conflicts=('dotnet-sdk-2.0')
 provides=('dotnet-sdk-2.0')
-source=('https://download.microsoft.com/download/1/1/5/115B762D-2B41-4AF3-9A63-92D9680B9409/dotnet-sdk-2.1.4-linux-x64.tar.gz')
-sha256sums=('8450c675db50c4e0fb16a5acb4e3e14cbd96296337ac51079dd13ec337242609')
+source=('https://download.microsoft.com/download/D/C/F/DCFA73BE-93CE-4DA0-AB76-98972FD6E475/dotnet-sdk-2.1.101-linux-x64.tar.gz')
+sha256sums=('a17b94040bd709b8ce8ded35525e62465b071bb064f7b3d3b01899708b04a4af')
 
 package() {
   install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}


  1   2   3   4   5   6   7   8   9   10   >