[arch-commits] Commit in (5 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Jan 5 21:10:54 UTC 2013


    Date: Saturday, January 5, 2013 @ 16:10:53
  Author: foutrelis
Revision: 174735

Add farstream-0.1 package for use with Pidgin.

Added:
  farstream-0.1/
  farstream-0.1/repos/
  farstream-0.1/trunk/
  farstream-0.1/trunk/PKGBUILD
  farstream-0.1/trunk/farstream-0.1.2-prefer-vp8.patch

----------------------------------+
 PKGBUILD                         |   41 +++++++++++++++++++++++++++++++++++++
 farstream-0.1.2-prefer-vp8.patch |   12 ++++++++++
 2 files changed, 53 insertions(+)

Added: farstream-0.1/trunk/PKGBUILD
===================================================================
--- farstream-0.1/trunk/PKGBUILD	                        (rev 0)
+++ farstream-0.1/trunk/PKGBUILD	2013-01-05 21:10:53 UTC (rev 174735)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=farstream-0.1
+_pkgname=farstream
+pkgver=0.1.2
+pkgrel=1
+pkgdesc="Audio/Video Communications Framework (legacy version)"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/Farstream"
+license=('LGPL2.1')
+depends=('libnice' 'gstreamer0.10-base' 'gstreamer0.10-bad-plugins'
+         'gstreamer0.10-good' 'gstreamer0.10-ffmpeg')
+makedepends=('gobject-introspection' 'gstreamer0.10-python' 'python2-gobject2')
+options=('!libtool')
+source=(http://freedesktop.org/software/$_pkgname/releases/$_pkgname/$_pkgname-$pkgver.tar.gz
+        farstream-0.1.2-prefer-vp8.patch)
+sha256sums=('fa5a40597b47b59d124f7fd57f66704b030d576cdc0d90e107c7a592f05e73d9'
+            '5f8f2876bde0f21383b3d059c94914a2fcd63d45a1bb1b5cd2e2208cd2536da5')
+
+build() {
+  cd "$_pkgname-$pkgver"
+
+  patch -Np1 -i "$srcdir/farstream-0.1.2-prefer-vp8.patch"
+
+  ./configure \
+    --prefix=/usr \
+    --with-package-name='Arch Linux Farstream 0.1 Package' \
+    --with-package-origin='httpw://www.archlinux.org/' \
+    --disable-static
+  make
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: farstream-0.1/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: farstream-0.1/trunk/farstream-0.1.2-prefer-vp8.patch
===================================================================
--- farstream-0.1/trunk/farstream-0.1.2-prefer-vp8.patch	                        (rev 0)
+++ farstream-0.1/trunk/farstream-0.1.2-prefer-vp8.patch	2013-01-05 21:10:53 UTC (rev 174735)
@@ -0,0 +1,12 @@
+diff -urNp farstream-0.1.1.orig/gst/fsrtpconference/default-codec-preferences farstream-0.1.1/gst/fsrtpconference/default-codec-preferences
+--- farstream-0.1.1.orig/gst/fsrtpconference/default-codec-preferences	2012-03-20 12:12:22.644324485 +0100
++++ farstream-0.1.1/gst/fsrtpconference/default-codec-preferences	2012-03-21 09:32:04.468634455 +0100
+@@ -41,6 +41,8 @@ feedback:nack/pli=
+ [video/H263]
+ feedback:nack/pli=
+ 
++[video/VP8-DRAFT-IETF-01]
++
+ [video/THEORA]
+ #feedback:tfrc=
+ feedback:nack/pli=




More information about the arch-commits mailing list