gnome-sound-recorder: update to 3.32.0.
This commit is contained in:
parent
21994c76bc
commit
99fc588f00
1 changed files with 12 additions and 14 deletions
|
@ -1,23 +1,21 @@
|
|||
# Template file for 'gnome-sound-recorder'
|
||||
pkgname=gnome-sound-recorder
|
||||
version=3.28.2
|
||||
version=3.32.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile"
|
||||
hostmakedepends="glib-devel gst-plugins-bad1-devel gst-plugins-good1 intltool
|
||||
itstool pkg-config $(vopt_if gir 'gobject-introspection')"
|
||||
makedepends="gjs-devel gsettings-desktop-schemas-devel gst-plugins-base1
|
||||
gtk+3-devel"
|
||||
build_helper="gir"
|
||||
build_style=meson
|
||||
hostmakedepends="glib-devel itstool pkg-config"
|
||||
makedepends="gjs-devel libglib-devel gtk+3-devel"
|
||||
depends="desktop-file-utils gjs gsettings-desktop-schemas gst-plugins-base1"
|
||||
short_desc="GNOME sound recorder application"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
maintainer="Rasmus Thomsen <oss@cogitri.dev>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.gnome.org"
|
||||
homepage="https://wiki.gnome.org/Apps/SoundRecorder"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=24ddf0b53d550f1180bc119a5861e5bf0aa79a1d21b58a50fc0b9bd046eec3cc
|
||||
checksum=f7eabcc6f38927d01ca54e3a25db7db740b14b649a382607642abd5aaefa9065
|
||||
lib32disabled=yes
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default+=" gir"
|
||||
fi
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl|x86_64-musl) ;;
|
||||
*-musl) broken="hard dependency on gobject-introspection" ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue