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

David Runge dvzrv at gemini.archlinux.org
Thu Aug 19 19:54:17 UTC 2021


    Date: Thursday, August 19, 2021 @ 19:54:17
  Author: dvzrv
Revision: 1003882

upgpkg: xwax 1.8-1: Upgrade to 1.8.

Switch to upgraded GPL3 as license (upstream updated the license statement).
Add all available sodeps in package().

Modified:
  xwax/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-19 19:51:47 UTC (rev 1003881)
+++ PKGBUILD	2021-08-19 19:54:17 UTC (rev 1003882)
@@ -3,13 +3,14 @@
 # Contributor: sputnick <gilles DOT quenot AT gmail DOT com>
 
 pkgname=xwax
-pkgver=1.7
-pkgrel=2
+pkgver=1.8
+pkgrel=1
 pkgdesc='Open-source vinyl emulation software for Linux.'
 arch=('x86_64')
 url='https://www.xwax.co.uk/'
-license=('GPL2')
-depends=('alsa-lib' 'glibc' 'libjack.so' 'sdl' 'sdl_ttf' 'ttf-dejavu')
+license=('GPL3')
+depends=('glibc' 'sdl' 'sdl_ttf' 'ttf-dejavu')
+makedepends=('alsa-lib' 'jack')
 optdepends=('cdparanoia: for direct CD import'
             'faad: for AAC import'
             'ffmpeg: for various audio and video import'
@@ -18,7 +19,8 @@
             'sox: for live audio import'
             'vorbis-tools: for OGG import')
 source=("https://www.xwax.co.uk/releases/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('ab0fcaf32f1fd1d6b38323095524f1932a067a3d04d40e4b043993e360411fed0c4b78bb71662581b438cb1e3005bc21659db4521a6ec704994b2e8e1b7e62d4')
+sha512sums=('db37a16ecc5437f9b085c17e5e645e04b76a18aa7f7d8e8448a2994435596394ea7f2b52a6734194be7cf0b7099995f0f8735c2c547f3f57525339c4dc671d9d')
+b2sums=('7fbde34e6c1a3508da6ea8230cec7d2663503882182e403bf9bbf2b7327248c1b2e38a21392615a359d30d4a65f558e55346f99bf8f89621a18bcf9e8cf09139')
 
 build() {
   cd "${pkgname}-${pkgver}"
@@ -29,6 +31,8 @@
 }
 
 package() {
+  depends+=('libasound.so' 'libjack.so')
+
   cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" EXECDIR="/usr/lib/${pkgname}" install
   install -vDm 644 {CHANGES,README} \



More information about the arch-commits mailing list