[arch-commits] Commit in gst-plugins-ugly/repos (2 files)

Jan Steffens heftig at archlinux.org
Sat Sep 12 01:17:24 UTC 2020


    Date: Saturday, September 12, 2020 @ 01:17:23
  Author: heftig
Revision: 395803

archrelease: copy trunk to testing-x86_64

Added:
  gst-plugins-ugly/repos/testing-x86_64/
  gst-plugins-ugly/repos/testing-x86_64/PKGBUILD
    (from rev 395801, gst-plugins-ugly/trunk/PKGBUILD)

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

Copied: gst-plugins-ugly/repos/testing-x86_64/PKGBUILD (from rev 395801, gst-plugins-ugly/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2020-09-12 01:17:23 UTC (rev 395803)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gst-plugins-ugly
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Multimedia graph framework - ugly plugins"
+url="https://gstreamer.freedesktop.org/"
+arch=(x86_64)
+license=(LGPL)
+depends=(gst-plugins-base-libs libdvdread libmpeg2 a52dec libsidplay libcdio
+         x264 opencore-amr)
+makedepends=(python git meson)
+_commit=ae91a81d9aa913cee1e8310af93a8fff5445628d  # tags/1.18.0^0
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.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 gobject-cast-checks=disabled \
+    -D package-name="GStreamer Ugly Plugins (Arch Linux)" \
+    -D package-origin="https://www.archlinux.org/"
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list