[arch-commits] Commit in farstream (5 files)

Ionut Biru ibiru at archlinux.org
Fri Mar 9 18:01:23 UTC 2012


    Date: Friday, March 9, 2012 @ 13:01:22
  Author: ibiru
Revision: 152819

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  farstream/repos/
  farstream/repos/gnome-unstable-i686/
  farstream/repos/gnome-unstable-i686/PKGBUILD
    (from rev 152818, farstream/trunk/PKGBUILD)
  farstream/repos/gnome-unstable-x86_64/
  farstream/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 152818, farstream/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: farstream/repos/gnome-unstable-i686/PKGBUILD (from rev 152818, farstream/trunk/PKGBUILD)
===================================================================
--- repos/gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ repos/gnome-unstable-i686/PKGBUILD	2012-03-09 18:01:22 UTC (rev 152819)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=farstream
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Farstream (formerly Farsight) - Audio/Video Communications Framework"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/Farstream"
+license=('LGPL2.1')
+depends=('libnice' 'gstreamer0.10-base' 'gstreamer0.10-bad' 'gstreamer0.10-good')
+makedepends=('gobject-introspection' 'gstreamer0.10-python' 'python2-gobject2')
+conflicts=('farsight2')
+replaces=('farsight2')
+options=(!libtool)
+source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('74f8048c915e8f4675cb749bc10f54e9')
+
+build() {
+  cd  "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+    --with-package-name='Arch Linux farstream package' \
+    --with-package-origin='http://archlinux.org' \
+    --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: farstream/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152818, farstream/trunk/PKGBUILD)
===================================================================
--- repos/gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/gnome-unstable-x86_64/PKGBUILD	2012-03-09 18:01:22 UTC (rev 152819)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=farstream
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Farstream (formerly Farsight) - Audio/Video Communications Framework"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/Farstream"
+license=('LGPL2.1')
+depends=('libnice' 'gstreamer0.10-base' 'gstreamer0.10-bad' 'gstreamer0.10-good')
+makedepends=('gobject-introspection' 'gstreamer0.10-python' 'python2-gobject2')
+conflicts=('farsight2')
+replaces=('farsight2')
+options=(!libtool)
+source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('74f8048c915e8f4675cb749bc10f54e9')
+
+build() {
+  cd  "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+    --with-package-name='Arch Linux farstream package' \
+    --with-package-origin='http://archlinux.org' \
+    --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list