telepathy-farstream: update to 0.6.0 (SONAME bump).
This commit is contained in:
parent
f453db6f6d
commit
d8c43f4c27
|
@ -929,6 +929,7 @@ 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
|
||||
libtelepathy-farstream.so.3 telepathy-farstream-0.6.0_1
|
||||
libass.so.4 libass-0.10.0_1
|
||||
libcryptui.so.0 libcryptui-3.4.0_1
|
||||
libwx_gtk2u-2.8.so.0 wxGTK-2.8.12.1_1
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'telepathy-glib-devel'.
|
||||
#
|
||||
depends="dbus-glib-devel telepathy-glib-devel farstream-devel gstreamer-devel telepathy-farstream>=0.4.0"
|
||||
depends="dbus-glib-devel telepathy-glib-devel farstream-devel>=0.2.0
|
||||
gstreamer1-devel telepathy-farstream>=${version}"
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
libgio-2.0.so.0
|
||||
libdbus-glib-1.so.2
|
||||
libdbus-1.so.3
|
||||
libpthread.so.0
|
||||
libfarstream-0.1.so.0
|
||||
libgstbase-0.10.so.0
|
||||
libgstreamer-0.10.so.0
|
||||
libfarstream-0.2.so.2
|
||||
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
|
||||
libtelepathy-glib.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
|
|
|
@ -1,16 +1,18 @@
|
|||
# Template file for 'telepathy-farstream'
|
||||
pkgname=telepathy-farstream
|
||||
version=0.4.0
|
||||
homepage="http://telepathy.freedesktop.org"
|
||||
distfiles="$homepage/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||
version=0.6.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
makedepends="pkg-config intltool vala-devel libxslt gobject-introspection dbus-glib-devel telepathy-glib-devel farstream-devel python-devel pygobject2-devel gst-python-devel"
|
||||
revision=1
|
||||
makedepends="pkg-config intltool vala-devel libxslt gobject-introspection
|
||||
dbus-glib-devel telepathy-glib-devel>=0.19.9 farstream-devel>=0.2.0
|
||||
python-devel pygobject2-devel gst-python-devel"
|
||||
short_desc="Telepathy library that uses Farstream to handle Call channels"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
checksum=cdfe69c8996fab439a89af2f5ee79c3b8eec709914e17f7780302cd2dda3b48e
|
||||
homepage="http://telepathy.freedesktop.org"
|
||||
distfiles="$homepage/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=0524e09f6f3a9617b9dcb5a1c1cb75fa80afb722709f9967386a091925096413
|
||||
long_desc="
|
||||
Telepathy is a D-Bus framework for unifying real time communication,
|
||||
including instant messaging, voice calls and video calls. It abstracts
|
||||
|
@ -19,4 +21,3 @@ long_desc="
|
|||
|
||||
subpackages="$pkgname-devel"
|
||||
replaces="telepathy-farsight>=0"
|
||||
|
||||
|
|
Loading…
Reference in New Issue