22 lines
888 B
Bash
22 lines
888 B
Bash
# Template file for 'gnome-subtitles'
|
|
pkgname=gnome-subtitles
|
|
version=1.4.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-schemas-compile"
|
|
# Needs host's gnome-doc-utils but also check for the cross targets one?
|
|
hostmakedepends="gnome-doc-utils glib-devel intltool mono pkg-config"
|
|
makedepends="gnome-doc-utils gst-plugins-base1-devel gtkspell3-devel gtk-sharp
|
|
gtk+3-devel mono-devel"
|
|
depends="gst-libav gtk-sharp mono"
|
|
short_desc="Video subtitle editor for GNOME"
|
|
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://www.gnomesubtitles.org/"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=f5766ea81c48aa70d54842bf24c1f958536f9b3aa6354843219b71a5a02aae0c
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
*musl) broken="SIGSEVs on start: https://gitlab.gnome.org/GNOME/gnome-subtitles/issues/109"
|
|
esac
|