[arch-commits] Commit in sonic-visualiser/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Tue May 21 21:01:04 UTC 2019
Date: Tuesday, May 21, 2019 @ 21:01:03
Author: dvzrv
Revision: 468245
upgpkg: sonic-visualiser 3.3-1
Upgrading to 3.3. Removing now unneeded devendoring of rubberband.
Modified:
sonic-visualiser/trunk/PKGBUILD
----------+
PKGBUILD | 20 +++++---------------
1 file changed, 5 insertions(+), 15 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-21 20:58:11 UTC (rev 468244)
+++ PKGBUILD 2019-05-21 21:01:03 UTC (rev 468245)
@@ -2,9 +2,9 @@
# Contributor: speps <speps at aur dot archlinux dot org>
# Contributor: Orivej Desh <masecretaire at gmx.fr>
-_download_id=2434
+_download_id=2491
pkgname=sonic-visualiser
-pkgver=3.2.1
+pkgver=3.3
pkgrel=1
pkgdesc="A viewer and analyser of music audio files."
arch=('x86_64')
@@ -12,23 +12,13 @@
license=('GPL2')
groups=('pro-audio')
depends=('capnproto' 'desktop-file-utils' 'hicolor-icon-theme' 'libfishsound'
-'libid3tag' 'liblo' 'liblrdf' 'libmad' 'liboggz' 'libpulse' 'portaudio'
-'qt5-svg' 'rubberband' 'sord')
+'libid3tag' 'liblo' 'liblrdf' 'libmad' 'liboggz' 'libpulse' 'opusfile'
+'portaudio' 'qt5-svg' 'rubberband' 'sord')
source=("https://code.soundsoftware.ac.uk/attachments/download/${_download_id}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('65a8d1ee41373d18bb2525b46b2a4b291071e2bca0edb6700cc9bd8f399926f6280ea961d7f5bfa74a0d9ea827b9be0b2a9054500d33eb6d4d67b72f5daa2583')
+sha512sums=('521aac13060713366cc6827c5b574977d58787eb54a07651d7b43df68c4a0164f45251617a4f46268c80ec966ac63c3af19a5e5b50ac03fbef4e0529d9dad467')
prepare() {
cd "${pkgname}-${pkgver}"
- # devendoring of rubberband required:
- # https://sourceforge.net/p/sv1/bugs/265/
- rm -rf rubberband
- sed -e '/rubberband/d' \
- -e 's/vamp-plugin-sdk \\/vamp-plugin-sdk/' \
- -i base.pri
- sed -e '/rubberband/d' \
- -e 's/PulseAudioIO.h \\/PulseAudioIO.h/' \
- -e 's/SystemRecordSource.cpp \\/SystemRecordSource.cpp/' \
- -i bq-files.pri
autoreconf -vfi
}
More information about the arch-commits
mailing list