farstream: rebuild with as-needed for shlibs.
This commit is contained in:
parent
599e21a71a
commit
912986d0f7
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'farstream-devel'.
|
||||
#
|
||||
depends="gst-plugins-base1-devel farstream>=${version}"
|
||||
depends="gst-plugins-base1-devel farstream-${version}_${revision}"
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,19 +1,13 @@
|
|||
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
|
||||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libgstrtp-1.0.so.0
|
||||
libm.so.6
|
||||
libgstbase-1.0.so.0
|
||||
libnice.so.10
|
||||
libgio-2.0.so.0
|
||||
libgupnp-igd-1.0.so.4
|
||||
libgupnp-1.0.so.4
|
||||
libgssdp-1.0.so.3
|
||||
libxml2.so.2
|
||||
libsoup-2.4.so.1
|
||||
libgio-2.0.so.0
|
||||
libgstnet-1.0.so.0
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'farstream'
|
||||
pkgname=farstream
|
||||
version=0.2.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-valgrind --disable-debug --disable-static"
|
||||
depends="gst-python pygobject2 pygtk gst-plugins-good1 gst-plugins-bad1"
|
||||
makedepends="pkg-config intltool gupnp-igd-devel>=0.2.0 libnice-devel>=0.1.3
|
||||
gst-plugins-base1-devel python-devel gst-python-devel pygobject2-devel
|
||||
gst-plugins-base1-devel python-devel gst-python-devel pygobject2-devel
|
||||
gobject-introspection"
|
||||
short_desc="GStreamer modules and libraries for videoconferencing"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in New Issue