New package: farstream-0.1.1.
This commit is contained in:
parent
c87f8f7cc5
commit
9f2980b3ae
6 changed files with 74 additions and 0 deletions
|
@ -974,3 +974,4 @@ libgcr-3.so.1 gcr gcr-devel
|
||||||
libgck-1.so.0 gcr gcr-devel
|
libgck-1.so.0 gcr gcr-devel
|
||||||
libgcr-base-3.so.1 gcr gcr-devel
|
libgcr-base-3.so.1 gcr gcr-devel
|
||||||
libwacom.so.2 libwacom libwacom-devel
|
libwacom.so.2 libwacom libwacom-devel
|
||||||
|
libfarstream-0.1.so.0 farstream farstream-devel
|
||||||
|
|
1
srcpkgs/farstream-devel
Symbolic link
1
srcpkgs/farstream-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
farstream
|
2
srcpkgs/farstream/depends
Normal file
2
srcpkgs/farstream/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=">=0.1.1"
|
||||||
|
api_depends="${abi_depends}"
|
18
srcpkgs/farstream/farstream-devel.template
Normal file
18
srcpkgs/farstream/farstream-devel.template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'farstream-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${sourcepkg} - development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run gst-plugins-base-devel
|
||||||
|
Add_dependency run farstream ">=${version}"
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmove usr/include usr
|
||||||
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
vmove usr/share/gtk-doc usr/share
|
||||||
|
vmove usr/share/gir-1.0 usr/share
|
||||||
|
}
|
19
srcpkgs/farstream/farstream.rshlibs
Normal file
19
srcpkgs/farstream/farstream.rshlibs
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
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
|
||||||
|
libpthread.so.0
|
||||||
|
libc.so.6
|
||||||
|
libgstrtp-0.10.so.0
|
||||||
|
libm.so.6
|
||||||
|
libnice.so.10
|
||||||
|
libgupnp-igd-1.0.so.3
|
||||||
|
libgupnp-1.0.so.4
|
||||||
|
libgssdp-1.0.so.3
|
||||||
|
libsoup-2.4.so.1
|
||||||
|
libgio-2.0.so.0
|
||||||
|
libgstnetbuffer-0.10.so.0
|
33
srcpkgs/farstream/template
Normal file
33
srcpkgs/farstream/template
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# Template file for 'farstream'
|
||||||
|
pkgname=farstream
|
||||||
|
version=0.1.1
|
||||||
|
homepage="http://www.freedesktop.org/wiki/Software/Farstream"
|
||||||
|
distfiles="http://freedesktop.org/software/farstream/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-valgrind --disable-debug --disable-static"
|
||||||
|
short_desc="GStreamer modules and libraries for videoconferencing"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="LGPL-2.1"
|
||||||
|
checksum=7b88a0730fbdd03297295574a613409790bf751d578690d7072cbf2be3f9ad52
|
||||||
|
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
|
||||||
|
that makes it possible to write plugins for different streaming protocols, on
|
||||||
|
the other side it offers an API for clients to use those plugins."
|
||||||
|
|
||||||
|
subpackages="$pkgname-devel"
|
||||||
|
|
||||||
|
Add_dependency run gst-python
|
||||||
|
Add_dependency run pygobject2
|
||||||
|
Add_dependency run pygtk
|
||||||
|
Add_dependency run gst-plugins-good
|
||||||
|
Add_dependency run gst-plugins-bad
|
||||||
|
|
||||||
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency build intltool
|
||||||
|
Add_dependency build libnice-devel
|
||||||
|
Add_dependency build gst-plugins-base-devel
|
||||||
|
Add_dependency build python-devel
|
||||||
|
Add_dependency build gst-python-devel
|
||||||
|
Add_dependency build pygobject2-devel
|
||||||
|
Add_dependency build gupnp-devel
|
Loading…
Reference in a new issue