From 5d68bbce6791717c5dfb363373d9343d5e1bab0a Mon Sep 17 00:00:00 2001 From: Frank Steinborn Date: Tue, 16 Mar 2021 12:23:49 +0100 Subject: [PATCH] libebur128: update to 1.2.6. --- srcpkgs/libebur128/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libebur128/template b/srcpkgs/libebur128/template index 2fd2f7001f72..f18895911d56 100644 --- a/srcpkgs/libebur128/template +++ b/srcpkgs/libebur128/template @@ -1,7 +1,7 @@ # Template file for 'libebur128' pkgname=libebur128 -version=1.2.4 -revision=2 +version=1.2.6 +revision=1 build_style=cmake configure_args="-DCMAKE_BUILD_TYPE=None" short_desc="Implementation of the EBU R 128 standard for loudness normalisation" @@ -9,7 +9,7 @@ maintainer="Frank Steinborn " license="MIT" homepage="https://github.com/jiixyj/libebur128" distfiles="https://github.com/jiixyj/libebur128/archive/v${version}.tar.gz" -checksum=2ee41a3a5ae3891601ae975d5ec2642b997d276ef647cf5c5b363b6127f7add8 +checksum=baa7fc293a3d4651e244d8022ad03ab797ca3c2ad8442c43199afe8059faa613 if [ "$XBPS_TARGET_LIBC" = musl ]; then makedepends="musl-legacy-compat" @@ -24,7 +24,6 @@ libebur128-devel_package() { depends="${sourcepkg}>=${version}_${revision}" pkg_install() { vmove usr/include - vmove usr/lib/*.a vmove usr/lib/*.so vmove usr/lib/pkgconfig }