farstream: replaces farsight2.
This commit is contained in:
parent
ef3e0ac986
commit
fa99a15c3b
2 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,9 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
replaces="farsight2-devel>=0"
|
||||
|
||||
Add_dependency run gst-plugins-base-devel
|
||||
Add_dependency run farstream ">=${version}"
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'farstream'
|
||||
pkgname=farstream
|
||||
version=0.1.1
|
||||
revision=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
|
||||
|
@ -15,6 +16,7 @@ long_desc="
|
|||
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."
|
||||
|
||||
replaces="farsight2>=0"
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
Add_dependency run gst-python
|
||||
|
@ -31,3 +33,4 @@ Add_dependency build python-devel
|
|||
Add_dependency build gst-python-devel
|
||||
Add_dependency build pygobject2-devel
|
||||
Add_dependency build gupnp-devel
|
||||
Add_dependency build gobject-introspection
|
||||
|
|
Loading…
Reference in a new issue