gst-plugins-base: rebuild against libcdparanoia.
This commit is contained in:
parent
1314c545fd
commit
077ce65c78
1 changed files with 9 additions and 50 deletions
|
@ -1,33 +1,15 @@
|
|||
# Template file for 'gst-plugins-base'.
|
||||
pkgname=gst-plugins-base
|
||||
version=0.10.36
|
||||
revision=7
|
||||
revision=8
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--with-gudev
|
||||
--enable-experimental
|
||||
--disable-gnome_vfs
|
||||
--disable-ivorbis
|
||||
--disable-static"
|
||||
hostmakedepends="
|
||||
automake
|
||||
libtool
|
||||
gettext-devel
|
||||
glib-devel
|
||||
gtk-doc
|
||||
orc-devel
|
||||
pkg-config
|
||||
which"
|
||||
makedepends="
|
||||
alsa-lib-devel
|
||||
gstreamer-devel
|
||||
libgudev-devel
|
||||
libtheora-devel
|
||||
libvisual-devel
|
||||
libvorbis-devel
|
||||
libXv-devel
|
||||
pango-devel
|
||||
orc-devel"
|
||||
configure_args="--with-gudev --enable-experimental --disable-gnome_vfs
|
||||
--disable-ivorbis --disable-static $(vopt_enable cdparanoia)"
|
||||
hostmakedepends="automake libtool gettext-devel glib-devel
|
||||
gtk-doc orc-devel pkg-config $(vopt_if gir gobject-introspection)"
|
||||
makedepends="alsa-lib-devel gstreamer-devel libgudev-devel libtheora-devel
|
||||
libvisual-devel libvorbis-devel libXv-devel pango-devel orc-devel
|
||||
$(vopt_if cdparanoia libcdparanoia-devel)"
|
||||
short_desc="GStreamer Base Plug-ins"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://gstreamer.freedesktop.org/"
|
||||
|
@ -47,35 +29,12 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
build_options_default="cdparanoia gir"
|
||||
fi
|
||||
|
||||
if [ "$build_option_cdparanoia" ]; then
|
||||
configure_args+=" --enable-cdparanoia"
|
||||
makedepends+=" cdparanoia-devel"
|
||||
else
|
||||
configure_args+=" --disable-cdparanoia"
|
||||
fi
|
||||
|
||||
if [ "$build_option_gir" ]; then
|
||||
configure_args+=" --enable-introspection"
|
||||
makedepends+=" gobject-introspection"
|
||||
else
|
||||
configure_args+=" --disable-introspection"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
gst-plugins-base-devel_package() {
|
||||
depends="
|
||||
alsa-lib-devel
|
||||
gstreamer-devel
|
||||
libgudev-devel
|
||||
libtheora-devel
|
||||
libvisual-devel
|
||||
libvorbis-devel
|
||||
libXv-devel
|
||||
pango-devel
|
||||
${sourcepkg}>=${version}_${revision}"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue