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 =================================================================== --- PKGBUILD 2019-12-06 20:38:05 UTC (rev 370499) +++ PKGBUILD 2019-12-06 20:38:06 UTC (rev 370500) @@ -1,51 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> -# Maintainer: Jan de Groot <j...@archlinux.org> - -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) +++ PKGBUILD 2019-12-06 20:38:06 UTC (rev 370500) @@ -0,0 +1,45 @@ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> +# Maintainer: Jan de Groot <j...@archlinux.org> + +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 +}