telephaty-*.paketlendi
This commit is contained in:
parent
548d5ff54e
commit
d3734ac828
|
@ -1,6 +1,6 @@
|
|||
# Description: Farstream (formerly Farsight) - Audio/Video Communications Framework
|
||||
# URL: http://freedesktop.org/software/farstream
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Packager: alihan-ozturk28@hotmail.com
|
||||
# Depends on: gstreamer1-plugins-base libnice gobject-introspection
|
||||
|
||||
name=farstream
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Description: An implementation of the IETF's draft ICE (for p2p UDP data streams)
|
||||
# URL: http://people.suug.ch/~tgr/libnl
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Packager: alihan-ozturk28@hotmail.com
|
||||
# Depends on: glib gstreamer1-plugins-base
|
||||
|
||||
name=libnice
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Description: A telepathy-backend to use stream engine.
|
||||
# URL: http://telepathy.freedesktop.org/
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Packager: alihan-ozturk28@hotmail.com
|
||||
# Depends on: farstream telepathy-glib
|
||||
|
||||
name=telepathy-farstream
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Description: GLib bindings for the Telepathy D-Bus protocol
|
||||
# URL: http://telepathy.freedesktop.org/
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Packager: alihan-ozturk28@hotmail.com
|
||||
# Depends on: dbus-glib libxslt gobject-introspection vala
|
||||
|
||||
name=telepathy-glib
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
# Description: A library for Qt5-based Telepathy clients
|
||||
# URL: http://telepathy.freedesktop.org/wiki/
|
||||
# Packager: alihan-ozturk28@hotmail.com
|
||||
# Depends on: telepathy-farstream libxslt cmake doxygen qt5
|
||||
|
||||
name=telepathy-qt5
|
||||
version=0.9.7
|
||||
release=1
|
||||
|
||||
source=(http://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd telepathy-qt-$version
|
||||
cmake -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DPYTHON_EXECUTABLE=/usr/bin/python \
|
||||
-DDESIRED_QT_VERSION=5 \
|
||||
-DENABLE_EXAMPLES=OFF \
|
||||
-DENABLE_TESTS=OFF
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
Reference in New Issue