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

Felix Yan felixonmars at archlinux.org
Fri Nov 9 22:22:42 UTC 2018


    Date: Friday, November 9, 2018 @ 22:22:42
  Author: felixonmars
Revision: 404938

archrelease: copy trunk to community-staging-any

Added:
  transmageddon/repos/community-staging-any/
  transmageddon/repos/community-staging-any/PKGBUILD
    (from rev 404937, transmageddon/trunk/PKGBUILD)

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

Copied: transmageddon/repos/community-staging-any/PKGBUILD (from rev 404937, transmageddon/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 22:22:42 UTC (rev 404938)
@@ -0,0 +1,30 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Dan Serban
+# Contributor: Federico Chiacchiaretta
+
+pkgname=transmageddon
+pkgver=1.5
+pkgrel=4
+pkgdesc="Simple python application for transcoding video into formats supported by GStreamer"
+arch=('any')
+url="http://www.linuxrising.org/"
+license=('LGPL')
+depends=('python-gobject' 'libnotify' 'gtk3' 'gst-plugins-base')
+makedepends=('intltool')
+optdepends=('gst-plugins-good: Extra media codecs'
+            'gst-plugins-bad: Extra media codecs'
+            'gst-plugins-ugly: Extra media codecs'            
+            'gst-libav: Extra media codecs')
+source=(http://www.linuxrising.org/files/$pkgname-$pkgver.tar.xz)
+md5sums=('10ed82825a3494ada2b7542e5689dcf1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list