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

Jan Steffens heftig at archlinux.org
Tue Oct 30 22:25:24 UTC 2012


    Date: Tuesday, October 30, 2012 @ 18:25:23
  Author: heftig
Revision: 169871

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

Added:
  farstream/repos/extra-i686/PKGBUILD
    (from rev 169842, farstream/repos/testing-i686/PKGBUILD)
  farstream/repos/extra-x86_64/PKGBUILD
    (from rev 169842, farstream/repos/testing-x86_64/PKGBUILD)
Deleted:
  farstream/repos/extra-i686/PKGBUILD
  farstream/repos/extra-i686/vp8.patch
  farstream/repos/extra-x86_64/PKGBUILD
  farstream/repos/extra-x86_64/vp8.patch
  farstream/repos/testing-i686/
  farstream/repos/testing-x86_64/

------------------------+
 extra-i686/PKGBUILD    |   70 ++++++++++++++++++++++-------------------------
 extra-i686/vp8.patch   |   12 --------
 extra-x86_64/PKGBUILD  |   70 ++++++++++++++++++++++-------------------------
 extra-x86_64/vp8.patch |   12 --------
 4 files changed, 68 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-10-30 22:25:20 UTC (rev 169870)
+++ extra-i686/PKGBUILD	2012-10-30 22:25:23 UTC (rev 169871)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=farstream
-pkgver=0.1.2
-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')
-conflicts=('farsight2')
-replaces=('farsight2')
-options=(!libtool)
-source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz
-        vp8.patch)
-md5sums=('5d6e561b3688d0d0c8906fec4f356df3'
-         'c4e76d03d678d29b872b610f9cff42cd')
-
-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' \
-    --disable-static
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: farstream/repos/extra-i686/PKGBUILD (from rev 169842, farstream/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-10-30 22:25:23 UTC (rev 169871)
@@ -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:

Deleted: extra-i686/vp8.patch
===================================================================
--- extra-i686/vp8.patch	2012-10-30 22:25:20 UTC (rev 169870)
+++ extra-i686/vp8.patch	2012-10-30 22:25:23 UTC (rev 169871)
@@ -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=

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-10-30 22:25:20 UTC (rev 169870)
+++ extra-x86_64/PKGBUILD	2012-10-30 22:25:23 UTC (rev 169871)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=farstream
-pkgver=0.1.2
-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')
-conflicts=('farsight2')
-replaces=('farsight2')
-options=(!libtool)
-source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz
-        vp8.patch)
-md5sums=('5d6e561b3688d0d0c8906fec4f356df3'
-         'c4e76d03d678d29b872b610f9cff42cd')
-
-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' \
-    --disable-static
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: farstream/repos/extra-x86_64/PKGBUILD (from rev 169842, farstream/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-10-30 22:25:23 UTC (rev 169871)
@@ -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:

Deleted: extra-x86_64/vp8.patch
===================================================================
--- extra-x86_64/vp8.patch	2012-10-30 22:25:20 UTC (rev 169870)
+++ extra-x86_64/vp8.patch	2012-10-30 22:25:23 UTC (rev 169871)
@@ -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=




More information about the arch-commits mailing list