[arch-commits] Commit in farstream/repos (6 files)

Jan de Groot jgc at archlinux.org
Thu Oct 18 19:28:29 UTC 2012


    Date: Thursday, October 18, 2012 @ 15:28:28
  Author: jgc
Revision: 169253

db-move: moved farstream from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  farstream/repos/testing-i686/
  farstream/repos/testing-i686/PKGBUILD
    (from rev 169138, farstream/repos/gnome-unstable-i686/PKGBUILD)
  farstream/repos/testing-x86_64/
  farstream/repos/testing-x86_64/PKGBUILD
    (from rev 169138, farstream/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  farstream/repos/gnome-unstable-i686/
  farstream/repos/gnome-unstable-x86_64/

-------------------------+
 testing-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: farstream/repos/testing-i686/PKGBUILD (from rev 169138, farstream/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-10-18 19:28:28 UTC (rev 169253)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=farstream
+pkgver=0.2.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=('gst-plugins-base-libs' 'libnice')
+makedepends=('gobject-introspection')
+optdepends=('gst-plugins-good' 'gst-plugins-bad')
+conflicts=('farsight2')
+replaces=('farsight2')
+options=(!libtool)
+source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('479c42adf5cc606abcb47d58ed542414')
+
+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/testing-x86_64/PKGBUILD (from rev 169138, farstream/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-10-18 19:28:28 UTC (rev 169253)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=farstream
+pkgver=0.2.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=('gst-plugins-base-libs' 'libnice')
+makedepends=('gobject-introspection')
+optdepends=('gst-plugins-good' 'gst-plugins-bad')
+conflicts=('farsight2')
+replaces=('farsight2')
+options=(!libtool)
+source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('479c42adf5cc606abcb47d58ed542414')
+
+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