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

Sergej Pupykin spupykin at archlinux.org
Mon Jul 4 13:21:03 UTC 2016


    Date: Monday, July 4, 2016 @ 13:21:02
  Author: spupykin
Revision: 182199

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 community-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: gst-transcoder/repos/community-i686/PKGBUILD (from rev 182198, gst-transcoder/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-07-04 13:21:02 UTC (rev 182199)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Thibault Saunier <tsaunier at gnome.org>
+
+pkgname=gst-transcoder
+pkgver=1.8.0
+pkgrel=0
+pkgdesc="GStreamer Transcoding API"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/"
+depends=('gst-plugins-base-libs')
+makedepends=('meson')
+options=(!libtool !emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pitivi/$pkgname/archive/$pkgver.tar.gz")
+md5sums=('d059cc9a8325a9bd63d9d12fd07b2ad4')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --libdir=lib/
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gst-transcoder/repos/community-x86_64/PKGBUILD (from rev 182198, gst-transcoder/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-07-04 13:21:02 UTC (rev 182199)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Thibault Saunier <tsaunier at gnome.org>
+
+pkgname=gst-transcoder
+pkgver=1.8.0
+pkgrel=0
+pkgdesc="GStreamer Transcoding API"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/"
+depends=('gst-plugins-base-libs')
+makedepends=('meson')
+options=(!libtool !emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pitivi/$pkgname/archive/$pkgver.tar.gz")
+md5sums=('d059cc9a8325a9bd63d9d12fd07b2ad4')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --libdir=lib/
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list