[arch-commits] Commit in pitivi/repos (8 files)

Felix Yan fyan at archlinux.org
Sat Sep 26 02:43:41 UTC 2015


    Date: Saturday, September 26, 2015 @ 04:43:41
  Author: fyan
Revision: 141635

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

Added:
  pitivi/repos/community-staging-i686/
  pitivi/repos/community-staging-i686/ChangeLog
    (from rev 141634, pitivi/trunk/ChangeLog)
  pitivi/repos/community-staging-i686/PKGBUILD
    (from rev 141634, pitivi/trunk/PKGBUILD)
  pitivi/repos/community-staging-i686/pitivi.install
    (from rev 141634, pitivi/trunk/pitivi.install)
  pitivi/repos/community-staging-x86_64/
  pitivi/repos/community-staging-x86_64/ChangeLog
    (from rev 141634, pitivi/trunk/ChangeLog)
  pitivi/repos/community-staging-x86_64/PKGBUILD
    (from rev 141634, pitivi/trunk/PKGBUILD)
  pitivi/repos/community-staging-x86_64/pitivi.install
    (from rev 141634, pitivi/trunk/pitivi.install)

-----------------------------------------+
 community-staging-i686/ChangeLog        |   41 ++++++++++++++++++++++++++++++
 community-staging-i686/PKGBUILD         |   35 +++++++++++++++++++++++++
 community-staging-i686/pitivi.install   |   13 +++++++++
 community-staging-x86_64/ChangeLog      |   41 ++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD       |   35 +++++++++++++++++++++++++
 community-staging-x86_64/pitivi.install |   13 +++++++++
 6 files changed, 178 insertions(+)

Copied: pitivi/repos/community-staging-i686/ChangeLog (from rev 141634, pitivi/trunk/ChangeLog)
===================================================================
--- community-staging-i686/ChangeLog	                        (rev 0)
+++ community-staging-i686/ChangeLog	2015-09-26 02:43:41 UTC (rev 141635)
@@ -0,0 +1,41 @@
+pitivi (0.13.1-2)
+
+  * Update hicolor icon cache.
+  * Update mime database.
+
+ -- Abhishek Dasgupta <abhidg at gmail.com> Thu, 23 Jul 2009 11:57:49 +0530
+
+pitivi (0.13.1-1)
+
+  * New upstream version.
+  * Removed: fix-as-problems.diff pitivi.desktop
+
+ -- Abhishek Dasgupta <abhidg at gmail.com> Wed, 24 Jun 2009 16:01:42 +0530
+
+pitivi (0.11.3-1)
+
+  * New upstream version.
+  * fix-as-problems.diff: Fixed the problem caused by "as" in
+    pitivi/timeline/timeline.py
+
+ -- Abhishek Dasgupta <abhidg at gmail.com> Sat, 13 Dec 2008 16:29:24 +0530
+
+pitivi (0.11.2-4)
+
+  * Added gnome-icon-theme as dependency. Closes: FS# 12292.
+
+ -- Abhishek Dasgupta <abhidg at gmail.com> Mon, 01 Dec 2008 23:08:28 +0530
+
+pitivi (0.11.2-3)
+
+  * fix-as.diff: Fixed the error 
+    in pitivi/objectfactory.py caused by the line
+    as = self.audio_info_stream
+
+ -- Abhishek Dasgupta <abhidg at gmail.com> Sun, 09 Nov 2008 00:34:22 +0530
+
+pitivi (0.11.2-2)
+
+  * Added dbus-python as dependency.
+
+ -- Abhishek Dasgupta <abhidg at gmail.com> Sun, 26 Oct 2008 14:08:06 +0530

Copied: pitivi/repos/community-staging-i686/PKGBUILD (from rev 141634, pitivi/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-09-26 02:43:41 UTC (rev 141635)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Abhishek Dasgupta <abhidg at gmail.com>
+# Contributor: Gabor Nyekhelyi (n0gabor) <n0gabor at vipmail.hu>
+
+pkgname=pitivi
+pkgver=0.94
+pkgrel=2
+pkgdesc="Editor for audio/video projects using the GStreamer framework"
+arch=('i686' 'x86_64')
+url="http://www.pitivi.org/"
+license=('LGPL')
+depends=('clutter-gtk' 'gnonlin' 'gst-editing-services' 'gst-plugins-good' 'gst-python'
+         'libnotify' 'python-gobject' 'python-numpy' 'python-cairo'
+         'gnome-icon-theme' 'desktop-file-utils' 'clutter-gst')
+makedepends=('intltool' 'itstool')
+optdepends=('frei0r-plugins: additional video effects, clip transformation feature'
+            'gst-libav: additional multimedia codecs'
+            'gst-plugins-bad: additional multimedia codecs'
+            'gst-plugins-ugly: additional multimedia codecs'
+            'gnome-desktop: file thumbnails provided by GNOME'\''s thumbnailers')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+md5sums=('1617825f763959a674ab6bb66f70e670')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Copied: pitivi/repos/community-staging-i686/pitivi.install (from rev 141634, pitivi/trunk/pitivi.install)
===================================================================
--- community-staging-i686/pitivi.install	                        (rev 0)
+++ community-staging-i686/pitivi.install	2015-09-26 02:43:41 UTC (rev 141635)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-mime-database usr/share/mime >/dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: pitivi/repos/community-staging-x86_64/ChangeLog (from rev 141634, pitivi/trunk/ChangeLog)
===================================================================
--- community-staging-x86_64/ChangeLog	                        (rev 0)
+++ community-staging-x86_64/ChangeLog	2015-09-26 02:43:41 UTC (rev 141635)
@@ -0,0 +1,41 @@
+pitivi (0.13.1-2)
+
+  * Update hicolor icon cache.
+  * Update mime database.
+
+ -- Abhishek Dasgupta <abhidg at gmail.com> Thu, 23 Jul 2009 11:57:49 +0530
+
+pitivi (0.13.1-1)
+
+  * New upstream version.
+  * Removed: fix-as-problems.diff pitivi.desktop
+
+ -- Abhishek Dasgupta <abhidg at gmail.com> Wed, 24 Jun 2009 16:01:42 +0530
+
+pitivi (0.11.3-1)
+
+  * New upstream version.
+  * fix-as-problems.diff: Fixed the problem caused by "as" in
+    pitivi/timeline/timeline.py
+
+ -- Abhishek Dasgupta <abhidg at gmail.com> Sat, 13 Dec 2008 16:29:24 +0530
+
+pitivi (0.11.2-4)
+
+  * Added gnome-icon-theme as dependency. Closes: FS# 12292.
+
+ -- Abhishek Dasgupta <abhidg at gmail.com> Mon, 01 Dec 2008 23:08:28 +0530
+
+pitivi (0.11.2-3)
+
+  * fix-as.diff: Fixed the error 
+    in pitivi/objectfactory.py caused by the line
+    as = self.audio_info_stream
+
+ -- Abhishek Dasgupta <abhidg at gmail.com> Sun, 09 Nov 2008 00:34:22 +0530
+
+pitivi (0.11.2-2)
+
+  * Added dbus-python as dependency.
+
+ -- Abhishek Dasgupta <abhidg at gmail.com> Sun, 26 Oct 2008 14:08:06 +0530

Copied: pitivi/repos/community-staging-x86_64/PKGBUILD (from rev 141634, pitivi/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-09-26 02:43:41 UTC (rev 141635)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Abhishek Dasgupta <abhidg at gmail.com>
+# Contributor: Gabor Nyekhelyi (n0gabor) <n0gabor at vipmail.hu>
+
+pkgname=pitivi
+pkgver=0.94
+pkgrel=2
+pkgdesc="Editor for audio/video projects using the GStreamer framework"
+arch=('i686' 'x86_64')
+url="http://www.pitivi.org/"
+license=('LGPL')
+depends=('clutter-gtk' 'gnonlin' 'gst-editing-services' 'gst-plugins-good' 'gst-python'
+         'libnotify' 'python-gobject' 'python-numpy' 'python-cairo'
+         'gnome-icon-theme' 'desktop-file-utils' 'clutter-gst')
+makedepends=('intltool' 'itstool')
+optdepends=('frei0r-plugins: additional video effects, clip transformation feature'
+            'gst-libav: additional multimedia codecs'
+            'gst-plugins-bad: additional multimedia codecs'
+            'gst-plugins-ugly: additional multimedia codecs'
+            'gnome-desktop: file thumbnails provided by GNOME'\''s thumbnailers')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+md5sums=('1617825f763959a674ab6bb66f70e670')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Copied: pitivi/repos/community-staging-x86_64/pitivi.install (from rev 141634, pitivi/trunk/pitivi.install)
===================================================================
--- community-staging-x86_64/pitivi.install	                        (rev 0)
+++ community-staging-x86_64/pitivi.install	2015-09-26 02:43:41 UTC (rev 141635)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-mime-database usr/share/mime >/dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list