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

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

archrelease: copy trunk to extra-x86_64

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

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

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

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

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

2020-10-27 Thread Jan Steffens via arch-commits
Date: Tuesday, October 27, 2020 @ 12:51:19
  Author: heftig
Revision: 398879

archrelease: copy trunk to extra-x86_64

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

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

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

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

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

2020-03-13 Thread Jan Steffens via arch-commits
Date: Friday, March 13, 2020 @ 23:58:29
  Author: heftig
Revision: 377518

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-13 23:57:12 UTC (rev 377517)
+++ PKGBUILD2020-03-13 23:58:29 UTC (rev 377518)
@@ -1,47 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.16.2
-pkgrel=2
-pkgdesc="GStreamer open-source multimedia framework good plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(libpulse libsoup gst-plugins-base-libs wavpack aalib taglib libdv 
libshout libvpx
- gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev speex flac
- libraw1394 lame mpg123 twolame gtk3 qt5-declarative qt5-x11extras 
qt5-wayland)
-makedepends=(python gtk-doc git meson jack2)
-checkdepends=(gst-plugins-base)
-_commit=ce0723527aa37d5f4d19ef8021c0b2eb8f83b08d  # tags/1.16.2^0
-source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D gobject-cast-checks=disabled \
--D glib-asserts=disabled \
--D glib-checks=disabled \
--D package-name="GStreamer Good Plugins (Arch Linux)" \
--D package-origin="https://www.archlinux.org/;
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libjack.so)
-
-  DESTDIR="$pkgdir" meson install -C build
-}

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


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

2020-01-24 Thread Jan Steffens via arch-commits
Date: Friday, January 24, 2020 @ 23:00:42
  Author: heftig
Revision: 373892

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-24 23:00:32 UTC (rev 373891)
+++ PKGBUILD2020-01-24 23:00:42 UTC (rev 373892)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.16.2
-pkgrel=1
-pkgdesc="GStreamer open-source multimedia framework good plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(libpulse libsoup gst-plugins-base-libs wavpack aalib taglib libdv 
libshout libvpx
- gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev speex flac
- libraw1394 lame mpg123 twolame)
-makedepends=(python gtk-doc git gtk3 qt5-declarative qt5-x11extras qt5-wayland 
meson jack2)
-checkdepends=(gst-plugins-base)
-_commit=ce0723527aa37d5f4d19ef8021c0b2eb8f83b08d  # tags/1.16.2^0
-source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D gobject-cast-checks=disabled \
--D glib-asserts=disabled \
--D glib-checks=disabled \
--D package-name="GStreamer Good Plugins (Arch Linux)" \
--D package-origin="https://www.archlinux.org/;
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gst-plugins-good/repos/extra-x86_64/PKGBUILD (from rev 373891, 
gst-plugins-good/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-24 23:00:42 UTC (rev 373892)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.16.2
+pkgrel=2
+pkgdesc="GStreamer open-source multimedia framework good plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(libpulse libsoup gst-plugins-base-libs wavpack aalib taglib libdv 
libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev speex flac
+ libraw1394 lame mpg123 twolame gtk3 qt5-declarative qt5-x11extras 
qt5-wayland)
+makedepends=(python gtk-doc git meson jack2)
+checkdepends=(gst-plugins-base)
+_commit=ce0723527aa37d5f4d19ef8021c0b2eb8f83b08d  # tags/1.16.2^0
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D gobject-cast-checks=disabled \
+-D glib-asserts=disabled \
+-D glib-checks=disabled \
+-D package-name="GStreamer Good Plugins (Arch Linux)" \
+-D package-origin="https://www.archlinux.org/;
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libjack.so)
+
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-12-06 Thread Jan Steffens via arch-commits
Date: Friday, December 6, 2019 @ 20:38:06
  Author: heftig
Revision: 370500

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 20:38:05 UTC (rev 370499)
+++ PKGBUILD2019-12-06 20:38:06 UTC (rev 370500)
@@ -1,51 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.16.1
-pkgrel=1
-pkgdesc="GStreamer open-source multimedia framework good plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(libpulse libsoup gst-plugins-base-libs wavpack aalib taglib libdv 
libshout libvpx
- gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev speex flac
- libraw1394 lame mpg123 twolame)
-makedepends=(python gtk-doc git gtk3 qt5-declarative qt5-x11extras qt5-wayland 
meson jack2)
-checkdepends=(gst-plugins-base)
-_commit=d7d290b64c1282398f3265522a33e093b7233310  # tags/1.16.1^0
-source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git#commit=$_commit;
-"gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build \
--D gobject-cast-checks=disabled \
--D glib-asserts=disabled \
--D glib-checks=disabled \
--D package-name="GStreamer Good Plugins (Arch Linux)" \
--D package-origin="https://www.archlinux.org/;
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gst-plugins-good/repos/extra-x86_64/PKGBUILD (from rev 370495, 
gst-plugins-good/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 20:38:06 UTC (rev 370500)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.16.2
+pkgrel=1
+pkgdesc="GStreamer open-source multimedia framework good plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(libpulse libsoup gst-plugins-base-libs wavpack aalib taglib libdv 
libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev speex flac
+ libraw1394 lame mpg123 twolame)
+makedepends=(python gtk-doc git gtk3 qt5-declarative qt5-x11extras qt5-wayland 
meson jack2)
+checkdepends=(gst-plugins-base)
+_commit=ce0723527aa37d5f4d19ef8021c0b2eb8f83b08d  # tags/1.16.2^0
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D gobject-cast-checks=disabled \
+-D glib-asserts=disabled \
+-D glib-checks=disabled \
+-D package-name="GStreamer Good Plugins (Arch Linux)" \
+-D package-origin="https://www.archlinux.org/;
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-09-24 Thread Jan Steffens via arch-commits
Date: Tuesday, September 24, 2019 @ 10:34:48
  Author: heftig
Revision: 363335

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-24 10:34:38 UTC (rev 363334)
+++ PKGBUILD2019-09-24 10:34:48 UTC (rev 363335)
@@ -1,51 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.16.0
-pkgrel=1
-pkgdesc="GStreamer open-source multimedia framework good plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(libpulse libsoup gst-plugins-base-libs wavpack aalib taglib libdv 
libshout libvpx
- gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev speex flac
- libraw1394 lame mpg123 twolame)
-makedepends=(python gtk-doc git gtk3 qt5-declarative qt5-x11extras qt5-wayland 
meson jack2)
-checkdepends=(gst-plugins-base)
-_commit=646dc1ef9b92841e235d10a8262882b6e7d97422  # tags/1.16.0^0
-source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git#commit=$_commit;
-"gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build \
--D gobject-cast-checks=disabled \
--D glib-asserts=disabled \
--D glib-checks=disabled \
--D package-name="GStreamer Good Plugins (Arch Linux)" \
--D package-origin="https://www.archlinux.org/;
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gst-plugins-good/repos/extra-x86_64/PKGBUILD (from rev 363334, 
gst-plugins-good/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-24 10:34:48 UTC (rev 363335)
@@ -0,0 +1,51 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.16.1
+pkgrel=1
+pkgdesc="GStreamer open-source multimedia framework good plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(libpulse libsoup gst-plugins-base-libs wavpack aalib taglib libdv 
libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev speex flac
+ libraw1394 lame mpg123 twolame)
+makedepends=(python gtk-doc git gtk3 qt5-declarative qt5-x11extras qt5-wayland 
meson jack2)
+checkdepends=(gst-plugins-base)
+_commit=d7d290b64c1282398f3265522a33e093b7233310  # tags/1.16.1^0
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git#commit=$_commit;
+"gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build \
+-D gobject-cast-checks=disabled \
+-D glib-asserts=disabled \
+-D glib-checks=disabled \
+-D package-name="GStreamer Good Plugins (Arch Linux)" \
+-D package-origin="https://www.archlinux.org/;
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2018-10-03 Thread Jan Steffens via arch-commits
Date: Wednesday, October 3, 2018 @ 12:20:58
  Author: heftig
Revision: 335687

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-03 12:20:51 UTC (rev 335686)
+++ PKGBUILD2018-10-03 12:20:58 UTC (rev 335687)
@@ -1,61 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.14.3
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
- gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev speex flac
- libraw1394 lame mpg123 twolame)
-makedepends=(python gtk-doc autoconf-archive git gtk3 qt5-declarative 
qt5-x11extras qt5-wayland)
-checkdepends=(gst-plugins-base)
-_commit=9333e823fe36f5ce08eef79e6ad6904b705c5655  # tags/1.14.3^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-package-name="GStreamer Good Plugins (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/; \
---enable-experimental \
---enable-gtk-doc \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-plugins-good/repos/extra-x86_64/PKGBUILD (from rev 335686, 
gst-plugins-good/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-03 12:20:58 UTC (rev 335687)
@@ -0,0 +1,61 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.14.4
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev speex flac
+ libraw1394 lame mpg123 twolame)
+makedepends=(python gtk-doc autoconf-archive git gtk3 qt5-declarative 
qt5-x11extras qt5-wayland)
+checkdepends=(gst-plugins-base)
+_commit=d88d1b0e43b140587f35c7c9bf390fae051e427d  # tags/1.14.4^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/; \
+--enable-experimental \
+--enable-gtk-doc \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-09-17 Thread Jan Steffens via arch-commits
Date: Tuesday, September 18, 2018 @ 04:47:59
  Author: heftig
Revision: 334852

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-18 04:47:51 UTC (rev 334851)
+++ PKGBUILD2018-09-18 04:47:59 UTC (rev 334852)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.14.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
- gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev speex flac
- libraw1394 lame mpg123 twolame)
-makedepends=(python gtk-doc autoconf-archive git gtk3 qt5-declarative 
qt5-x11extras qt5-wayland)
-checkdepends=(gst-plugins-base)
-_commit=4733e9715675d2dc52ed00e58d52388c56411cd2  # tags/1.14.2^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-package-name="GStreamer Good Plugins (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/; \
---enable-experimental \
---enable-gtk-doc \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-plugins-good/repos/extra-x86_64/PKGBUILD (from rev 334851, 
gst-plugins-good/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-18 04:47:59 UTC (rev 334852)
@@ -0,0 +1,61 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.14.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev speex flac
+ libraw1394 lame mpg123 twolame)
+makedepends=(python gtk-doc autoconf-archive git gtk3 qt5-declarative 
qt5-x11extras qt5-wayland)
+checkdepends=(gst-plugins-base)
+_commit=9333e823fe36f5ce08eef79e6ad6904b705c5655  # tags/1.14.3^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/; \
+--enable-experimental \
+--enable-gtk-doc \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-07-20 Thread Jan Steffens via arch-commits
Date: Friday, July 20, 2018 @ 17:24:24
  Author: heftig
Revision: 329115

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-20 17:24:05 UTC (rev 329114)
+++ PKGBUILD2018-07-20 17:24:24 UTC (rev 329115)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.14.1
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
- gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev speex flac
- libraw1394 lame mpg123 twolame)
-makedepends=(python gtk-doc autoconf-archive git gtk3 qt5-declarative 
qt5-x11extras qt5-wayland)
-checkdepends=(gst-plugins-base)
-_commit=f1eed72cc30ae4a2037a9e2d046b2172f7213d42  # tags/1.14.1^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-package-name="GStreamer Good Plugins (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/; \
---enable-experimental \
---enable-gtk-doc \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-plugins-good/repos/extra-x86_64/PKGBUILD (from rev 329114, 
gst-plugins-good/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-20 17:24:24 UTC (rev 329115)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.14.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev speex flac
+ libraw1394 lame mpg123 twolame)
+makedepends=(python gtk-doc autoconf-archive git gtk3 qt5-declarative 
qt5-x11extras qt5-wayland)
+checkdepends=(gst-plugins-base)
+_commit=4733e9715675d2dc52ed00e58d52388c56411cd2  # tags/1.14.2^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/; \
+--enable-experimental \
+--enable-gtk-doc \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-05-17 Thread Jan Steffens via arch-commits
Date: Thursday, May 17, 2018 @ 16:27:14
  Author: heftig
Revision: 324474

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-17 16:26:50 UTC (rev 324473)
+++ PKGBUILD2018-05-17 16:27:14 UTC (rev 324474)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.14.0
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
- gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev speex flac
- libraw1394 lame mpg123 twolame)
-makedepends=(python gtk-doc autoconf-archive git gtk3 qt5-declarative 
qt5-x11extras qt5-wayland)
-checkdepends=(gst-plugins-base)
-_commit=6854a23b5497543db3c8c8f26cb9762cc7aa0750  # tags/1.14.0^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-package-name="GStreamer Good Plugins (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/; \
---enable-experimental \
---enable-gtk-doc \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-plugins-good/repos/extra-x86_64/PKGBUILD (from rev 324473, 
gst-plugins-good/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-17 16:27:14 UTC (rev 324474)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.14.1
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev speex flac
+ libraw1394 lame mpg123 twolame)
+makedepends=(python gtk-doc autoconf-archive git gtk3 qt5-declarative 
qt5-x11extras qt5-wayland)
+checkdepends=(gst-plugins-base)
+_commit=f1eed72cc30ae4a2037a9e2d046b2172f7213d42  # tags/1.14.1^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/; \
+--enable-experimental \
+--enable-gtk-doc \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}