mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
gnome-sound-recorder: update to 3.28.1.
Closes #13372. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
5cbd9306a9
commit
74d9ec81cb
1 changed files with 10 additions and 9 deletions
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'gnome-sound-recorder'
|
# Template file for 'gnome-sound-recorder'
|
||||||
pkgname=gnome-sound-recorder
|
pkgname=gnome-sound-recorder
|
||||||
version=3.24.0.1
|
version=3.28.1
|
||||||
revision=1
|
revision=1
|
||||||
lib32disabled=yes
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile"
|
configure_args="--disable-schemas-compile"
|
||||||
hostmakedepends="pkg-config intltool itstool glib-devel $(vopt_if gir gobject-introspection)
|
hostmakedepends="glib-devel gst-plugins-bad1-devel gst-plugins-good1 intltool
|
||||||
gstreamer1-devel gst-plugins-good1 gst-plugins-bad1-devel"
|
itstool pkg-config $(vopt_if gir 'gobject-introspection')"
|
||||||
makedepends="gtk+3-devel gsettings-desktop-schemas-devel gjs-devel gst-plugins-base1"
|
makedepends="gjs-devel gsettings-desktop-schemas-devel gst-plugins-base1
|
||||||
depends="desktop-file-utils gjs>=1.40 gsettings-desktop-schemas>=3.14 gst-plugins-base1"
|
gtk+3-devel"
|
||||||
|
depends="desktop-file-utils gjs gsettings-desktop-schemas gst-plugins-base1"
|
||||||
short_desc="GNOME sound recorder application"
|
short_desc="GNOME sound recorder application"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="GPL-2"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*.*}/$pkgname-$version.tar.xz"
|
checksum=1e4b67c6fae4ca084ab432a50818d39a3d5a430eb2995b86523ce40d83cc1a78
|
||||||
checksum=b8c6953c2eaf13c7d9c6c4e5a5c6ecfa87a160aa7bba0e40dbf7263afce54600
|
lib32disabled=yes
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue