[arch-commits] Commit in sonic-visualiser/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Sat Oct 26 06:41:32 UTC 2019
Date: Saturday, October 26, 2019 @ 06:41:32
Author: dvzrv
Revision: 520301
archrelease: copy trunk to community-x86_64
Added:
sonic-visualiser/repos/community-x86_64/PKGBUILD
(from rev 520300, sonic-visualiser/trunk/PKGBUILD)
Deleted:
sonic-visualiser/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 108 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 54 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-26 06:41:29 UTC (rev 520300)
+++ PKGBUILD 2019-10-26 06:41:32 UTC (rev 520301)
@@ -1,54 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: Orivej Desh <masecretaire at gmx.fr>
-
-_download_id=2491
-pkgname=sonic-visualiser
-pkgver=3.3
-pkgrel=1
-pkgdesc="A viewer and analyser of music audio files."
-arch=('x86_64')
-url="https://www.sonicvisualiser.org/"
-license=('GPL2')
-groups=('pro-audio')
-depends=('capnproto' 'desktop-file-utils' 'hicolor-icon-theme' 'libfishsound'
-'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=('521aac13060713366cc6827c5b574977d58787eb54a07651d7b43df68c4a0164f45251617a4f46268c80ec966ac63c3af19a5e5b50ac03fbef4e0529d9dad467')
-
-prepare() {
- cd "${pkgname}-${pkgver}"
- autoreconf -vfi
-}
-
-build() {
- cd "${pkgname}-${pkgver}"
- # DESTDIR still ignored
- # https://sourceforge.net/p/sv1/bugs/254
- export INSTALL_ROOT="${pkgdir}/"
- export LIBS="$(pkgconf --libs rubberband) ${LIBS}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- # DESTDIR still ignored
- # https://sourceforge.net/p/sv1/bugs/254
- export INSTALL_ROOT="${pkgdir}/"
-
- make install
- # install some things separately, because build system is broken:
- # https://sourceforge.net/p/sv1/bugs/247/
-
- # desktop files
- install -t "${pkgdir}/usr/share/applications/" -vDm 644 "${pkgname}.desktop"
- # samples
- install -t "${pkgdir}/usr/share/${pkgname}/samples" -vDm 644 samples/*
- # templates
- install -t "${pkgdir}/usr/share/${pkgname}/templates" -vDm 644 templates/*
- # docs
- install -t "${pkgdir}/usr/share/doc/${pkgname}" \
- -vDm 644 {CHANGELOG,CITATION,README.{md,OSC}}
-}
Copied: sonic-visualiser/repos/community-x86_64/PKGBUILD (from rev 520300, sonic-visualiser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-26 06:41:32 UTC (rev 520301)
@@ -0,0 +1,54 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Orivej Desh <masecretaire at gmx.fr>
+
+_download_id=2580
+pkgname=sonic-visualiser
+pkgver=4.0
+pkgrel=1
+pkgdesc="A viewer and analyser of music audio files."
+arch=('x86_64')
+url="https://www.sonicvisualiser.org/"
+license=('GPL2')
+groups=('pro-audio')
+depends=('capnproto' 'desktop-file-utils' 'hicolor-icon-theme' 'libfishsound'
+'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=('3066cdd785a8eaf0117aab8500a9c56f6b6bd6666b8956fbdb19e59be120badb0a5ad982b8e0bbd4da24b5db9ef69b007ec9c44c38d2a7b5b7ef0a2d89a5cb80')
+
+prepare() {
+ cd "${pkgname}-${pkgver}"
+ autoreconf -vfi
+}
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ # DESTDIR still ignored
+ # https://sourceforge.net/p/sv1/bugs/254
+ export INSTALL_ROOT="${pkgdir}/"
+ export LIBS="$(pkgconf --libs rubberband) ${LIBS}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ # DESTDIR still ignored
+ # https://sourceforge.net/p/sv1/bugs/254
+ export INSTALL_ROOT="${pkgdir}/"
+
+ make install
+ # install some things separately, because build system is broken:
+ # https://sourceforge.net/p/sv1/bugs/247/
+
+ # desktop files
+ install -t "${pkgdir}/usr/share/applications/" -vDm 644 "${pkgname}.desktop"
+ # samples
+ install -t "${pkgdir}/usr/share/${pkgname}/samples" -vDm 644 samples/*
+ # templates
+ install -t "${pkgdir}/usr/share/${pkgname}/templates" -vDm 644 templates/*
+ # docs
+ install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+ -vDm 644 {CHANGELOG,CITATION,README.{md,OSC}}
+}
More information about the arch-commits
mailing list