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

Jan Steffens heftig at archlinux.org
Tue Mar 16 22:27:59 UTC 2021


    Date: Tuesday, March 16, 2021 @ 22:27:59
  Author: heftig
Revision: 410131

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-16 22:27:36 UTC (rev 410130)
+++ PKGBUILD	2021-03-16 22:27:59 UTC (rev 410131)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gst-plugins-ugly
-pkgver=1.18.3
-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=ad60e5463f591caa1c8470f180fd0ef8fce4a802  # tags/1.18.3^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
-}

Copied: gst-plugins-ugly/repos/extra-x86_64/PKGBUILD (from rev 410130, gst-plugins-ugly/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-16 22:27:59 UTC (rev 410131)
@@ -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.4
+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=bb3f9de20025820fb1c913f96e31cf0a27528bcc  # tags/1.18.4^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