diff options
author | Junio Calu | 2024-05-18 15:50:58 -0300 |
---|---|---|
committer | Junio Calu | 2024-05-18 15:50:58 -0300 |
commit | d84c09dfed93e1fee1e495f1d3cce14935d3c475 (patch) | |
tree | 94d1bd10ddab5b942b83ef8b46565df2415ec4da | |
parent | 6cfbe201b8f66718b6d82fc25288346b31aa1dc5 (diff) | |
download | aur-d84c09dfed93e1fee1e495f1d3cce14935d3c475.tar.gz |
update version to 0.22.3-1
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = ffplayout pkgdesc = 24/7 playout based on rust and ffmpeg pkgver = 0.22.3 - pkgrel = 0 + pkgrel = 1 url = https://github.com/ffplayout/ffplayout install = ffplayout.install arch = x86_64 @@ -19,7 +19,6 @@ pkgbase = ffplayout conflicts = ffplayout-unstable-git replaces = ffplayout-git replaces = ffplayout-unstable-git - options = !lto backup = etc/ffplayout/ffplayout.toml source = ffplayout-0.22.3::git+https://github.com/ffplayout/ffplayout.git#tag=v0.22.3 source = ffplayout.install @@ -1,6 +1,6 @@ pkgname=ffplayout pkgver=0.22.3 -pkgrel=0 +pkgrel=1 pkgdesc="24/7 playout based on rust and ffmpeg" arch=('x86_64') url="https://github.com/ffplayout/ffplayout" @@ -29,7 +29,6 @@ source=( ) sha256sums=('SKIP' '91fa57deb966dd5f3f611d0a8213934f200487c64153167a1d9d6f7c9b1b85e8') -options=('!lto') prepare() { cd "$srcdir/${pkgname}-${pkgver}" @@ -50,6 +49,7 @@ prepare() { build() { cd "${srcdir}/${pkgname}-${pkgver}" + CFLAGS+=" -ffat-lto-objects" export CARGO_HOME="$srcdir/rust-home" export RUSTUP_HOME="$srcdir/rust-home" export RUSTUP_TOOLCHAIN=stable |