New package: telepathy-farstream-0.2.3.
This commit is contained in:
parent
9f2980b3ae
commit
828ac14c66
|
@ -975,3 +975,4 @@ libgck-1.so.0 gcr gcr-devel
|
|||
libgcr-base-3.so.1 gcr gcr-devel
|
||||
libwacom.so.2 libwacom libwacom-devel
|
||||
libfarstream-0.1.so.0 farstream farstream-devel
|
||||
libtelepathy-farstream.so.2 telepathy-farstream telepathy-farstream-devel
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
telepathy-farstream
|
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=0.2.3"
|
||||
api_depends="${abi_depends}"
|
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'telepathy-glib-devel'.
|
||||
#
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run dbus-glib-devel
|
||||
Add_dependency run telepathy-glib-devel
|
||||
Add_dependency run farstream-devel
|
||||
Add_dependency run gstreamer-devel
|
||||
Add_dependency run telepathy-farstream ">=${version}"
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/gtk-doc usr/share
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
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
|
||||
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
|
||||
libc.so.6
|
|
@ -0,0 +1,32 @@
|
|||
# Template file for 'telepathy-farstream'
|
||||
pkgname=telepathy-farstream
|
||||
version=0.2.3
|
||||
revision=1
|
||||
homepage="http://telepathy.freedesktop.org"
|
||||
distfiles="$homepage/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
short_desc="Telepathy library that uses Farstream to handle Call channels"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
checksum=a1fb8a30f68ed6b24e3699afe9a1205ac8a30aeb741045ea52930d9fe61b26a8
|
||||
long_desc="
|
||||
Telepathy is a D-Bus framework for unifying real time communication,
|
||||
including instant messaging, voice calls and video calls. It abstracts
|
||||
differences between protocols to provide a unified interface for
|
||||
applications."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
replaces="telepathy-farsight>=0"
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build vala-devel
|
||||
Add_dependency build libxslt
|
||||
Add_dependency build gobject-introspection
|
||||
Add_dependency build dbus-glib-devel
|
||||
Add_dependency build telepathy-glib-devel
|
||||
Add_dependency build farstream-devel
|
||||
Add_dependency build python-devel
|
||||
Add_dependency build pygobject2-devel
|
||||
Add_dependency build gst-python-devel
|
Loading…
Reference in New Issue