gst-plugins-bad: add celt, libgsm support; update SONAME for libgsm
This commit is contained in:
parent
b201f7d395
commit
da341d25a8
2 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gst-plugins-bad'.
|
||||
pkgname=gst-plugins-bad
|
||||
version=0.10.22
|
||||
revision=2
|
||||
revision=3
|
||||
homepage="http://gstreamer.freedesktop.org"
|
||||
distfiles="$homepage/src/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
|
@ -60,6 +60,8 @@ Add_dependency run libcurl
|
|||
Add_dependency run gstreamer
|
||||
Add_dependency run gst-plugins-base
|
||||
Add_dependency run libvdpau
|
||||
Add_dependency run celt
|
||||
Add_dependency run libgsm
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
|
@ -89,3 +91,5 @@ Add_dependency build neon-devel
|
|||
Add_dependency build libcurl-devel
|
||||
Add_dependency build libvpx-devel
|
||||
Add_dependency build libvdpau-devel
|
||||
Add_dependency build celt-devel
|
||||
Add_dependency build libgsm-devel
|
||||
|
|
|
@ -983,3 +983,4 @@ libecontactlisteditor.so.0 libevolution evolution-devel
|
|||
libcomposer.so.0 libevolution evolution-devel
|
||||
libeutil.so.0 libevolution evolution-devel
|
||||
libeshell.so.0 libevolution evolution-devel
|
||||
libgsm.so libgsm libgsm-devel
|
||||
|
|
Loading…
Reference in a new issue