farstream: update to 0.2.0 (SONAME bump).
This commit is contained in:
parent
56a5623c98
commit
f453db6f6d
|
@ -927,6 +927,7 @@ libgck-1.so.0 gcr-3.3.92_1
|
|||
libgcr-base-3.so.1 gcr-3.3.92_1
|
||||
libwacom.so.2 libwacom-0.3_1
|
||||
libfarstream-0.1.so.0 farstream-0.1.1_1
|
||||
libfarstream-0.2.so.2 farstream-0.2.0_1
|
||||
libtelepathy-farstream.so.2 telepathy-farstream-0.2.3_1
|
||||
libass.so.4 libass-0.10.0_1
|
||||
libcryptui.so.0 libcryptui-3.4.0_1
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
# Template file for 'farstream-devel'.
|
||||
#
|
||||
depends="gst-plugins-base-devel farstream>=0.1.2"
|
||||
depends="gst-plugins-base1-devel farstream>=${version}"
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
replaces="farsight2-devel>=0"
|
||||
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
libgstbase-0.10.so.0
|
||||
libgstreamer-0.10.so.0
|
||||
libgstbase-1.0.so.0
|
||||
libgstreamer-1.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libxml2.so.2
|
||||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libgstrtp-0.10.so.0
|
||||
libgstrtp-1.0.so.0
|
||||
libm.so.6
|
||||
libnice.so.10
|
||||
libgupnp-igd-1.0.so.3
|
||||
libgio-2.0.so.0
|
||||
libgupnp-igd-1.0.so.4
|
||||
libgupnp-1.0.so.4
|
||||
libgssdp-1.0.so.3
|
||||
libxml2.so.2
|
||||
libsoup-2.4.so.1
|
||||
libgio-2.0.so.0
|
||||
libgstnetbuffer-0.10.so.0
|
||||
libgstnet-1.0.so.0
|
||||
|
|
|
@ -1,17 +1,19 @@
|
|||
# Template file for 'farstream'
|
||||
pkgname=farstream
|
||||
version=0.1.2
|
||||
homepage="http://www.freedesktop.org/wiki/Software/Farstream"
|
||||
distfiles="http://freedesktop.org/software/farstream/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||
version=0.2.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-valgrind --disable-debug --disable-static"
|
||||
depends="gst-python pygobject2 pygtk gst-plugins-good gst-plugins-bad"
|
||||
makedepends="pkg-config intltool libnice-devel gst-plugins-base-devel python-devel gst-python-devel pygobject2-devel gupnp-devel gobject-introspection"
|
||||
revision=1
|
||||
depends="gst-python pygobject2 pygtk gst-plugins-good1 gst-plugins-bad1"
|
||||
makedepends="pkg-config intltool gupnp-igd-devel>=0.2.0 libnice-devel>=0.1.3
|
||||
gst-plugins-base1-devel python-devel gst-python-devel pygobject2-devel
|
||||
gobject-introspection"
|
||||
short_desc="GStreamer modules and libraries for videoconferencing"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
checksum=fa5a40597b47b59d124f7fd57f66704b030d576cdc0d90e107c7a592f05e73d9
|
||||
homepage="http://www.freedesktop.org/wiki/Software/Farstream"
|
||||
distfiles="http://freedesktop.org/software/farstream/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=5b9d97056ecf43d6dafade7cbe959c2a4e412eb75a3104911586f40f5f0378c9
|
||||
long_desc="
|
||||
The Farsight project is an effort to create a framework to deal with all
|
||||
known audio/video conferencing protocols. On one side it offers a generic API
|
||||
|
@ -20,5 +22,3 @@ long_desc="
|
|||
|
||||
replaces="farsight2>=0"
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue