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

Balló György bgyorgy at archlinux.org
Sat Mar 24 14:53:42 UTC 2018


    Date: Saturday, March 24, 2018 @ 14:53:41
  Author: bgyorgy
Revision: 311950

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: gst-transcoder/repos/community-testing-x86_64/PKGBUILD (from rev 311949, gst-transcoder/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-03-24 14:53:41 UTC (rev 311950)
@@ -0,0 +1,27 @@
+# $Id$
+# 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.14.0
+pkgrel=1
+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' 'meson')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pitivi/$pkgname/archive/$pkgver.tar.gz")
+sha256sums=('9861dd51d726fc59511f86e85249e31511ebf0d1744a1100881fc1df63af3839')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list