diff options
author | Tim Biermann <tbier@posteo.de> | 2021-11-18 12:19:42 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-11-18 12:20:26 +0100 |
commit | 072375d4478a3f1d92a13c68841129066f6b790b (patch) | |
tree | 5ca9fe86cb09a8c3c2cb0b6a2b0727c76014bc5c /easyeffects | |
parent | ca3f415d0e2be496ba1db21888f3fd0ed8aff8f8 (diff) | |
download | contrib-072375d4478a3f1d92a13c68841129066f6b790b.tar.gz contrib-072375d4478a3f1d92a13c68841129066f6b790b.tar.xz |
easyeffects: 6.1.4 -> 6.1.5; new dependency: intel-tbb
Diffstat (limited to 'easyeffects')
-rw-r--r-- | easyeffects/.signature | 6 | ||||
-rw-r--r-- | easyeffects/Pkgfile | 4 | ||||
-rw-r--r-- | easyeffects/post-install | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/easyeffects/.signature b/easyeffects/.signature index fb801106e..7ef50f883 100644 --- a/easyeffects/.signature +++ b/easyeffects/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF39eFE3Z7EkdhGFDKb4UO83rcNRSYgl0iyBd64NKrtcftaw/Ex/HR32RpPVOLtqmE45ayrGEbmI3wV0syDqVxZwI= -SHA256 (Pkgfile) = 4e47524a46ba53a5bb129975b2e3031f8eb48d59c6e02f71f66a1c34aef9bc16 +RWSagIOpLGJF32a4rv+/cSF200FqsmPu/DgSI4viTws+7NgPxVRUZNBdhZykdsgZCErDHRUPNjdetNvTZa8VWyt4lrQm/51Yigc= +SHA256 (Pkgfile) = 0949d5b0c8c7c856b94b071e4cb064fa2214cd3cfb6f07953c8f2c6777dfdda2 SHA256 (.footprint) = 14f5994e4cbe1dd636bde0726ebd0731025c0c5a3de7df3f83159d1c527fb3e8 -SHA256 (easyeffects-6.1.4.tar.gz) = 2d8f3aae4627d453f4d9d6b727a8aae3e59e39b25b8bd7c4e953c553d5248724 +SHA256 (easyeffects-6.1.5.tar.gz) = 1f5ad3712c76c6892ef6f87518244c74bf420ba8d1e5b0880a72c5ecc2952012 diff --git a/easyeffects/Pkgfile b/easyeffects/Pkgfile index 721384e30..384c8133a 100644 --- a/easyeffects/Pkgfile +++ b/easyeffects/Pkgfile @@ -1,11 +1,11 @@ # Description: Audio Effects for Pulseaudio Applications # URL: https://github.com/wwmm/easyeffects # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: appstream-glib gtkmm4 libbs2b libebur128 lilv nlohmann-json pipewire rnnoise rubberband speexdsp zita-convolver +# Depends on: appstream-glib gtkmm4 intel-tbb libbs2b libebur128 lilv nlohmann-json pipewire rnnoise rubberband speexdsp zita-convolver # Optional: calf desktop-file-utils mda-lv2 vamp-plugin-sdk zam-plugins name=easyeffects -version=6.1.4 +version=6.1.5 release=1 source=(https://github.com/wwmm/easyeffects/archive/v$version/$name-$version.tar.gz) diff --git a/easyeffects/post-install b/easyeffects/post-install index f3243c3be..edfd3fcda 100644 --- a/easyeffects/post-install +++ b/easyeffects/post-install @@ -1,3 +1,3 @@ #!/bin/sh glib-compile-schemas /usr/share/glib-2.0/schemas -prt-get isinst desktop-file-utils && /usr/bin/update-desktop-database +prt-get isinst desktop-file-utils && /usr/bin/update-desktop-database || true |