[arch-commits] Commit in gst-plugins-ugly/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Jan 14 15:40:10 UTC 2021
Date: Thursday, January 14, 2021 @ 15:40:10
Author: heftig
Revision: 406249
archrelease: copy trunk to extra-x86_64
Added:
gst-plugins-ugly/repos/extra-x86_64/PKGBUILD
(from rev 406247, 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-01-14 15:40:09 UTC (rev 406248)
+++ PKGBUILD 2021-01-14 15:40:10 UTC (rev 406249)
@@ -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.2
-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=45c7522506ff49fcde0933c65c1eba48e1df7500 # tags/1.18.2^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 406247, gst-plugins-ugly/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-14 15:40:10 UTC (rev 406249)
@@ -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.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
+}
More information about the arch-commits
mailing list