mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
clutter-gst: always enable gir
This commit is contained in:
parent
90c54fb6b4
commit
a1b50eeb50
1 changed files with 5 additions and 6 deletions
|
@ -1,22 +1,21 @@
|
||||||
# Template file for 'clutter-gst'
|
# Template file for 'clutter-gst'
|
||||||
pkgname=clutter-gst
|
pkgname=clutter-gst
|
||||||
version=2.0.18
|
version=2.0.18
|
||||||
revision=1
|
revision=2
|
||||||
build_options="gir"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
build_helper="gir"
|
||||||
configure_args="--disable-debug $(vopt_enable gir introspection)"
|
configure_args="--disable-debug $(vopt_enable gir introspection)"
|
||||||
hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)"
|
hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)"
|
||||||
makedepends="clutter-devel gst-plugins-bad1-devel"
|
makedepends="clutter-devel gst-plugins-bad1-devel"
|
||||||
short_desc="GStreamer bindings for the Clutter Toolkit"
|
short_desc="GStreamer bindings for the Clutter Toolkit"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://www.gtk.org/"
|
homepage="http://www.gtk.org/"
|
||||||
license="GPL-2"
|
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=8d82bebf01b65d433bfb0f8da7bf7a8da42289f58b66bc4dfa775df0385bf8b5
|
checksum=8d82bebf01b65d433bfb0f8da7bf7a8da42289f58b66bc4dfa775df0385bf8b5
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
build_options="gir"
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
fi
|
|
||||||
|
|
||||||
clutter-gst-devel_package() {
|
clutter-gst-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue