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

Ángel Velásquez angvp at nymeria.archlinux.org
Mon Aug 19 09:27:46 UTC 2013


    Date: Monday, August 19, 2013 @ 11:27:46
  Author: angvp
Revision: 95988

archrelease: copy trunk to community-testing-any

Added:
  pitivi/repos/community-testing-any/
  pitivi/repos/community-testing-any/ChangeLog
    (from rev 95987, pitivi/trunk/ChangeLog)
  pitivi/repos/community-testing-any/PKGBUILD
    (from rev 95987, pitivi/trunk/PKGBUILD)
  pitivi/repos/community-testing-any/pitivi.install
    (from rev 95987, pitivi/trunk/pitivi.install)

----------------+
 ChangeLog      |   41 +++++++++++++++++++++++++++++++++++++++++
 PKGBUILD       |   41 +++++++++++++++++++++++++++++++++++++++++
 pitivi.install |   12 ++++++++++++
 3 files changed, 94 insertions(+)

Copied: pitivi/repos/community-testing-any/ChangeLog (from rev 95987, pitivi/trunk/ChangeLog)
===================================================================
--- community-testing-any/ChangeLog	                        (rev 0)
+++ community-testing-any/ChangeLog	2013-08-19 09:27:46 UTC (rev 95988)
@@ -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-testing-any/PKGBUILD (from rev 95987, pitivi/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2013-08-19 09:27:46 UTC (rev 95988)
@@ -0,0 +1,41 @@
+# $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.15.2
+pkgrel=6
+pkgdesc="Editor for audio/video projects using the GStreamer framework"
+arch=('any')
+url="http://www.pitivi.org/"
+license=('LGPL')
+depends=('gstreamer0.10>=0.10.24' 'pygoocanvas' 'gstreamer0.10-good' 'pygtk>=2.14.0'
+	 'gstreamer0.10-python>=0.10.19' 'gnonlin>=0.10.13'
+	 'zope-interface' 'dbus-python' 'gnome-icon-theme' 'pyxdg'
+	 'python2-setuptools')
+makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils')
+optdepends=('frei0r-plugins: enable the video transformations'
+	    'python2-numpy: enable the video transformations')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.15/$pkgname-$pkgver.tar.xz)
+md5sums=('e0e379fca759025140ac1316819b2173')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print) bin/pitivi.in; do
+    sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+    sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+  sed -i 'y/\xc2\xa0/  /' help/Makefile.in
+
+  ./configure --prefix=/usr --localedir=/usr/share/locale
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Copied: pitivi/repos/community-testing-any/pitivi.install (from rev 95987, pitivi/trunk/pitivi.install)
===================================================================
--- community-testing-any/pitivi.install	                        (rev 0)
+++ community-testing-any/pitivi.install	2013-08-19 09:27:46 UTC (rev 95988)
@@ -0,0 +1,12 @@
+post_install() {
+  [ -d usr/share/icons/hicolor ] && [ -x usr/bin/gtk-update-icon-cache ] && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  [ -x usr/bin/update-mime-database ] && update-mime-database usr/share/mime >/dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list