mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
gst-plugins-bad1: rebuild for libaom-3.4.0_1
This commit is contained in:
parent
375102b680
commit
3a4ef2574c
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gst-plugins-bad1'
|
# Template file for 'gst-plugins-bad1'
|
||||||
pkgname=gst-plugins-bad1
|
pkgname=gst-plugins-bad1
|
||||||
version=1.20.3
|
version=1.20.3
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname/1/}-${version}"
|
wrksrc="${pkgname/1/}-${version}"
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
@ -50,8 +50,12 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
*) build_options_default+=" gme" ;;
|
*) build_options_default+=" gme" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
|
configure_args+=" -Dtests=enabled"
|
||||||
|
fi
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
ninja check || msg_warn "Tests failed, but not unexpected"
|
ninja check || msg_warn "Tests failed, but not unexpected\n"
|
||||||
}
|
}
|
||||||
|
|
||||||
gst-plugins-bad1-devel_package() {
|
gst-plugins-bad1-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue