[arch-commits] Commit in gst-plugins-ugly/repos (2 files)
Jan Steffens
heftig at archlinux.org
Mon Apr 22 21:26:08 UTC 2019
Date: Monday, April 22, 2019 @ 21:26:08
Author: heftig
Revision: 351950
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 351949, gst-plugins-ugly/trunk/PKGBUILD)
----------+
PKGBUILD | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
Copied: gst-plugins-ugly/repos/testing-x86_64/PKGBUILD (from rev 351949, gst-plugins-ugly/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-04-22 21:26:08 UTC (rev 351950)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gst-plugins-ugly
+pkgver=1.16.0
+pkgrel=1
+pkgdesc="GStreamer open-source multimedia 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 gtk-doc git meson)
+_commit=6cbac8d09f7866827381a9d0554b7a61d45b41b5 # tags/1.16.0^0
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.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 Ugly 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
+}
More information about the arch-commits
mailing list