[arch-commits] Commit in vmaf/trunk (PKGBUILD)

Daniel Bermond dbermond at gemini.archlinux.org
Thu Feb 17 17:33:10 UTC 2022


    Date: Thursday, February 17, 2022 @ 17:33:10
  Author: dbermond
Revision: 1133784

upgpkg: vmaf 2.3.0-1

Modified:
  vmaf/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-17 17:01:23 UTC (rev 1133783)
+++ PKGBUILD	2022-02-17 17:33:10 UTC (rev 1133784)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond <dbermond at archlinux.org>
 
 pkgname=vmaf
-pkgver=1.5.3
+pkgver=2.3.0
 pkgrel=1
 pkgdesc='Perceptual video quality assessment algorithm based on multi-method fusion'
 arch=('x86_64')
@@ -8,9 +8,10 @@
 url='https://github.com/Netflix/vmaf/'
 license=('BSD')
 depends=('gcc-libs')
-makedepends=('meson' 'nasm')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/Netflix/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('440652ae417d88be083ffd9fa5967662172601e31c458a9743f6008d7150c900')
+makedepends=('meson' 'nasm' 'vim' 'doxygen')
+options=('!lto')
+source=("https://github.com/Netflix/vmaf/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('d8dcc83f8e9686e6855da4c33d8c373f1735d87294edbd86ed662ba2f2f89277')
 
 build() {
     arch-meson "${pkgname}-${pkgver}/libvmaf/build" "${pkgname}-${pkgver}/libvmaf"
@@ -23,6 +24,7 @@
 
 package() {
     DESTDIR="$pkgdir" ninja -v -C "${pkgname}-${pkgver}/libvmaf/build" install
-    install -D -m755 "${pkgname}-${pkgver}/libvmaf/build/tools"/vmaf_{feature,rc} -t "${pkgdir}/usr/bin"
+    install -D -m755 "${pkgname}-${pkgver}/libvmaf/build/tools/vmafossexec" -t "${pkgdir}/usr/bin"
     install -D -m644 "${pkgname}-${pkgver}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
+    cp -dr --no-preserve='ownership' "${pkgname}-${pkgver}/model" "${pkgdir}/usr/share"
 }



More information about the arch-commits mailing list