23 lines
889 B
Bash
23 lines
889 B
Bash
# Template file for 'gnome-sound-recorder'
|
|
pkgname=gnome-sound-recorder
|
|
version=3.24.0.1
|
|
revision=1
|
|
lib32disabled=yes
|
|
build_style=gnu-configure
|
|
configure_args="--disable-schemas-compile"
|
|
hostmakedepends="pkg-config intltool itstool glib-devel $(vopt_if gir gobject-introspection)
|
|
gstreamer1-devel gst-plugins-good1 gst-plugins-bad1-devel"
|
|
makedepends="gtk+3-devel gsettings-desktop-schemas-devel gjs-devel gst-plugins-base1"
|
|
depends="desktop-file-utils gjs>=1.40 gsettings-desktop-schemas>=3.14 gst-plugins-base1"
|
|
short_desc="GNOME sound recorder application"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://www.gnome.org"
|
|
license="GPL-2"
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*.*}/$pkgname-$version.tar.xz"
|
|
checksum=b8c6953c2eaf13c7d9c6c4e5a5c6ecfa87a160aa7bba0e40dbf7263afce54600
|
|
|
|
build_options="gir"
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default+=" gir"
|
|
fi
|