gstreamer: fix for libtool>=2.4.6
This commit is contained in:
parent
5f392a3337
commit
465944108f
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'gstreamer'.
|
||||
pkgname=gstreamer
|
||||
version=0.10.36
|
||||
revision=7
|
||||
revision=8
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-valgrind --enable-docbook $(vopt_enable gir introspection)"
|
||||
hostmakedepends="libtool pkg-config flex python perl docbook-xsl glib-devel $(vopt_if gir gobject-introspection)"
|
||||
hostmakedepends="automake libtool gettext-devel pkg-config flex python perl
|
||||
docbook-xsl glib-devel $(vopt_if gir gobject-introspection)"
|
||||
makedepends="libxml2-devel libglib-devel"
|
||||
short_desc="Core GStreamer libraries and elements"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -22,7 +23,7 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
fi
|
||||
|
||||
pre_configure() {
|
||||
libtoolize -f
|
||||
autoreconf -if
|
||||
}
|
||||
|
||||
gstreamer-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue