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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 13:25:47 UTC 2020


    Date: Tuesday, July 7, 2020 @ 13:25:47
  Author: felixonmars
Revision: 658455

archrelease: copy trunk to community-staging-x86_64

Added:
  gst-transcoder/repos/community-staging-x86_64/
  gst-transcoder/repos/community-staging-x86_64/PKGBUILD
    (from rev 658454, gst-transcoder/trunk/PKGBUILD)

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

Copied: gst-transcoder/repos/community-staging-x86_64/PKGBUILD (from rev 658454, gst-transcoder/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 13:25:47 UTC (rev 658455)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Contributor: Thibault Saunier <tsaunier at gnome.org>
+
+pkgname=gst-transcoder
+pkgver=1.16.0
+pkgrel=2
+pkgdesc="GStreamer Transcoding API library"
+arch=('x86_64')
+license=('LGPL2.1')
+url="https://github.com/pitivi/gst-transcoder"
+depends=('gst-plugins-base-libs')
+makedepends=('gobject-introspection' 'gtk-doc' 'meson')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pitivi/$pkgname/archive/$pkgver.tar.gz")
+sha256sums=('b5e65c70f2827aee42810120ca9637fd1f56e7cccf825b1b2f20e575cebdcd62')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list