[arch-commits] Commit in transmageddon/repos/community-any (3 files)
Balló György
bgyorgy at archlinux.org
Tue Jul 12 20:46:03 UTC 2016
Date: Tuesday, July 12, 2016 @ 20:46:03
Author: bgyorgy
Revision: 182753
archrelease: copy trunk to community-any
Added:
transmageddon/repos/community-any/PKGBUILD
(from rev 182752, transmageddon/trunk/PKGBUILD)
Deleted:
transmageddon/repos/community-any/PKGBUILD
transmageddon/repos/community-any/transmageddon.install
-----------------------+
PKGBUILD | 65 ++++++++++++++++++++++--------------------------
transmageddon.install | 11 --------
2 files changed, 31 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-07-12 20:45:59 UTC (rev 182752)
+++ PKGBUILD 2016-07-12 20:46:03 UTC (rev 182753)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Dan Serban
-# Contributor: Federico Chiacchiaretta
-
-pkgname=transmageddon
-pkgver=1.5
-pkgrel=2
-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')
-install=$pkgname.install
-source=(http://www.linuxrising.org/files/$pkgname-$pkgver.tar.xz)
-md5sums=('10ed82825a3494ada2b7542e5689dcf1')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir/" install
-}
Copied: transmageddon/repos/community-any/PKGBUILD (from rev 182752, transmageddon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-07-12 20:46:03 UTC (rev 182753)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Dan Serban
+# Contributor: Federico Chiacchiaretta
+
+pkgname=transmageddon
+pkgver=1.5
+pkgrel=3
+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
+}
Deleted: transmageddon.install
===================================================================
--- transmageddon.install 2016-07-12 20:45:59 UTC (rev 182752)
+++ transmageddon.install 2016-07-12 20:46:03 UTC (rev 182753)
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
More information about the arch-commits
mailing list