gst-plugins-good: add jack support
This commit is contained in:
parent
858f60e3ff
commit
48e2b7035d
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'gst-plugins-good'.
|
||||
pkgname=gst-plugins-good
|
||||
version=0.10.30
|
||||
revision=1
|
||||
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gudev --with-libv4l2 --enable-experimental
|
||||
|
@ -56,6 +57,7 @@ Add_dependency run GConf
|
|||
Add_dependency run libXv
|
||||
Add_dependency run libwavpack
|
||||
Add_dependency run v4l-utils
|
||||
Add_dependency run libjack
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
|
@ -78,6 +80,7 @@ Add_dependency build orc-devel
|
|||
Add_dependency build libXv-devel
|
||||
Add_dependency build wavpack-devel
|
||||
Add_dependency build v4l-utils-devel
|
||||
Add_dependency build jack-devel
|
||||
|
||||
post_install()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue