Date: Friday, October 18, 2019 @ 20:41:00 Author: foxboron Revision: 517115
upgpkg: nageru 1.8.6-2 Added threaddep for futatabi Added: nageru/trunk/meson-options.patch Modified: nageru/trunk/PKGBUILD ---------------------+ PKGBUILD | 7 +++++-- meson-options.patch | 13 +++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-18 20:40:59 UTC (rev 517114) +++ PKGBUILD 2019-10-18 20:41:00 UTC (rev 517115) @@ -1,8 +1,8 @@ -# Maintainer: Morten Linderd <[email protected]> +# Maintainer: Morten Linderud <[email protected]> pkgname=nageru pkgver=1.8.6 -pkgrel=1 +pkgrel=2 pkgdesc="live video mixer, based around the standard M/E workflow." arch=(x86_64) url="https://nageru.sesse.net/" @@ -12,13 +12,16 @@ 'sqlite3' 'luajit' 'cmake') makedepends=('meson' 'eigen') source=("https://nageru.sesse.net/nageru-${pkgver}.tar.gz" + "meson-options.patch" "luajit-patch.patch") sha256sums=('67dcb070a23589f624d7067c4b09fe11faa9b1c756b884c50473545fdf7817b3' + '1bb7d87d6d6359ffe95d605c29ff5f73728929d9393498b74fdf36c6469fdaba' '480c4de61188684fc8d1727a2e3ec615d33892234e8466db8011589e9277bdf7') prepare() { cd "$pkgname-$pkgver" patch -Np1 -i "${srcdir}/luajit-patch.patch" + patch -Np1 -i "${srcdir}/meson-options.patch" } build() { Added: meson-options.patch =================================================================== --- meson-options.patch (rev 0) +++ meson-options.patch 2019-10-18 20:41:00 UTC (rev 517115) @@ -0,0 +1,13 @@ +diff --git a/meson.build b/meson.build +index 1540b19..b959ca5 100644 +--- a/meson.build ++++ b/meson.build +@@ -306,7 +306,7 @@ futatabi_shader_srcs = bin2h_gen.process(shaders) + futatabi_srcs += futatabi_shader_srcs + + executable('futatabi', futatabi_srcs, +- dependencies: [shareddep, qt5deps, libjpegdep, movitdep, libmicrohttpddep, protobufdep, sqlite3dep, vax11dep, vadrmdep, x11dep, libavformatdep, libavcodecdep, libavutildep, libswscaledep], ++ dependencies: [shareddep, qt5deps, libjpegdep, movitdep, libmicrohttpddep, protobufdep, sqlite3dep, vax11dep, vadrmdep, x11dep, threaddep, libavformatdep, libavcodecdep, libavutildep, libswscaledep], + link_with: shared, + include_directories: [include_directories('futatabi')], + install: true)
