Date: Monday, October 1, 2012 @ 19:14:01 Author: jgc Revision: 167401
upgpkg: farstream 0.2.0-1 Move plugins to optdepends, apps using those features should depend on them instead Modified: farstream/trunk/PKGBUILD Deleted: farstream/trunk/vp8.patch -----------+ PKGBUILD | 14 ++++++-------- vp8.patch | 12 ------------ 2 files changed, 6 insertions(+), 20 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-10-01 23:04:53 UTC (rev 167400) +++ PKGBUILD 2012-10-01 23:14:01 UTC (rev 167401) @@ -2,25 +2,23 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=farstream -pkgver=0.1.2 +pkgver=0.2.0 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-plugins' 'gstreamer0.10-good' 'gstreamer0.10-ffmpeg') -makedepends=('gobject-introspection' 'gstreamer0.10-python' 'python2-gobject2') +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 - vp8.patch) -md5sums=('5d6e561b3688d0d0c8906fec4f356df3' - 'c4e76d03d678d29b872b610f9cff42cd') +source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('efedec4a885170d350b5cc43c933f1c0') build() { cd "$pkgname-$pkgver" - patch -Np1 -i "$srcdir/vp8.patch" ./configure --prefix=/usr \ --with-package-name='Arch Linux farstream package' \ --with-package-origin='http://archlinux.org' \ Deleted: vp8.patch =================================================================== --- vp8.patch 2012-10-01 23:04:53 UTC (rev 167400) +++ vp8.patch 2012-10-01 23:14:01 UTC (rev 167401) @@ -1,12 +0,0 @@ -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=
