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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue May 28 18:07:54 UTC 2013


    Date: Tuesday, May 28, 2013 @ 20:07:53
  Author: spupykin
Revision: 91878

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

Added:
  flumotion/repos/community-i686/PKGBUILD
    (from rev 91877, flumotion/trunk/PKGBUILD)
  flumotion/repos/community-x86_64/PKGBUILD
    (from rev 91877, flumotion/trunk/PKGBUILD)
Deleted:
  flumotion/repos/community-i686/PKGBUILD
  flumotion/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   88 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   40 --------------------
 community-x86_64/PKGBUILD |   40 --------------------
 3 files changed, 88 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-28 18:07:36 UTC (rev 91877)
+++ community-i686/PKGBUILD	2013-05-28 18:07:53 UTC (rev 91878)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=flumotion
-pkgver=0.10.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="A streaming media server"
-url="http://www.flumotion.net"
-options=('!libtool')
-license=('GPL')
-backup=(etc/flumotion/workers/default.xml
-	etc/flumotion/managers/default/planet.xml)
-depends=('gtk2' 'pygtk' 'gstreamer0.10-python' 'kiwi' 'gstreamer0.10-good-plugins'
-	'gstreamer0.10-base-plugins' 'python2-pyopenssl' 'twisted' 'gnome-vfs')
-makedepends=('perlxml')
-source=(http://www.flumotion.net/src/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('fbbb2f4ccf0624742c5ca8238f3ec5e0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  sed -i 's_candidate in python_candidate in python2_' configure
-  for file in $(find . -name '*.py' -print); do
-    sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-    sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-
-  install -d "$pkgdir/etc/$pkgname"
-  make
-  make DESTDIR="$pkgdir" install
-  cp -R conf/workers "$pkgdir/etc/$pkgname"
-  cp -R conf/managers "$pkgdir/etc/$pkgname"
-  cp conf/default.pem "$pkgdir/etc/$pkgname"
-}

Copied: flumotion/repos/community-i686/PKGBUILD (from rev 91877, flumotion/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-28 18:07:53 UTC (rev 91878)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=flumotion
+pkgver=0.10.1
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc="A streaming media server"
+url="http://www.flumotion.net"
+options=('!libtool')
+license=('GPL')
+backup=(etc/flumotion/workers/default.xml
+	etc/flumotion/managers/default/planet.xml)
+depends=('gtk2' 'pygtk' 'gstreamer0.10-python' 'kiwi' 'gstreamer0.10-good-plugins'
+	'gstreamer0.10-base-plugins' 'python2-pyopenssl' 'twisted' 'gnome-vfs')
+makedepends=('perlxml')
+source=(http://www.flumotion.net/src/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('fbbb2f4ccf0624742c5ca8238f3ec5e0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # python2 fix
+  sed -i 's_candidate in python_candidate in python2_' configure
+  for file in $(find . -name '*.py' -print); do
+    sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+    sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -d "$pkgdir/etc/$pkgname"
+  make DESTDIR="$pkgdir" install
+  cp -R conf/workers "$pkgdir/etc/$pkgname"
+  cp -R conf/managers "$pkgdir/etc/$pkgname"
+  cp conf/default.pem "$pkgdir/etc/$pkgname"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-28 18:07:36 UTC (rev 91877)
+++ community-x86_64/PKGBUILD	2013-05-28 18:07:53 UTC (rev 91878)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=flumotion
-pkgver=0.10.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="A streaming media server"
-url="http://www.flumotion.net"
-options=('!libtool')
-license=('GPL')
-backup=(etc/flumotion/workers/default.xml
-	etc/flumotion/managers/default/planet.xml)
-depends=('gtk2' 'pygtk' 'gstreamer0.10-python' 'kiwi' 'gstreamer0.10-good-plugins'
-	'gstreamer0.10-base-plugins' 'python2-pyopenssl' 'twisted' 'gnome-vfs')
-makedepends=('perlxml')
-source=(http://www.flumotion.net/src/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('fbbb2f4ccf0624742c5ca8238f3ec5e0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  sed -i 's_candidate in python_candidate in python2_' configure
-  for file in $(find . -name '*.py' -print); do
-    sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-    sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-
-  install -d "$pkgdir/etc/$pkgname"
-  make
-  make DESTDIR="$pkgdir" install
-  cp -R conf/workers "$pkgdir/etc/$pkgname"
-  cp -R conf/managers "$pkgdir/etc/$pkgname"
-  cp conf/default.pem "$pkgdir/etc/$pkgname"
-}

Copied: flumotion/repos/community-x86_64/PKGBUILD (from rev 91877, flumotion/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-28 18:07:53 UTC (rev 91878)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=flumotion
+pkgver=0.10.1
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc="A streaming media server"
+url="http://www.flumotion.net"
+options=('!libtool')
+license=('GPL')
+backup=(etc/flumotion/workers/default.xml
+	etc/flumotion/managers/default/planet.xml)
+depends=('gtk2' 'pygtk' 'gstreamer0.10-python' 'kiwi' 'gstreamer0.10-good-plugins'
+	'gstreamer0.10-base-plugins' 'python2-pyopenssl' 'twisted' 'gnome-vfs')
+makedepends=('perlxml')
+source=(http://www.flumotion.net/src/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('fbbb2f4ccf0624742c5ca8238f3ec5e0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # python2 fix
+  sed -i 's_candidate in python_candidate in python2_' configure
+  for file in $(find . -name '*.py' -print); do
+    sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+    sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -d "$pkgdir/etc/$pkgname"
+  make DESTDIR="$pkgdir" install
+  cp -R conf/workers "$pkgdir/etc/$pkgname"
+  cp -R conf/managers "$pkgdir/etc/$pkgname"
+  cp conf/default.pem "$pkgdir/etc/$pkgname"
+}




More information about the arch-commits mailing list