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

2019-11-23 Thread David Runge via arch-commits
Date: Saturday, November 23, 2019 @ 09:19:18
  Author: dvzrv
Revision: 531991

upgpkg: xwax 1.7-2

Adding contributor. Switching to correct license (GPL2). Adding all direct 
library dependencies. Extending optdepends with importer tools suggested by 
upstream.
Removing change of REALTIME_PRIORITY (as it affectively only lowers the default 
priority, but didn't fix the display of the default.
Also building jack backend so xwax can be a JACK client. Installing helper 
binaries to /usr/lib/xwax, as /usr/share is not for executables.

Modified:
  xwax/trunk/PKGBUILD

--+
 PKGBUILD |   35 ---
 1 file changed, 20 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-23 07:05:14 UTC (rev 531990)
+++ PKGBUILD2019-11-23 09:19:18 UTC (rev 531991)
@@ -1,31 +1,36 @@
 # Maintainer: Lukas Fleischer 
+# Contributor: David Runge 
 # Contributor: sputnick 
 
 pkgname=xwax
 pkgver=1.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Open-source vinyl emulation software for Linux.'
 arch=('x86_64')
 url='https://www.xwax.co.uk/'
-license=('GPL')
-depends=('alsa-lib' 'sdl_ttf' 'ttf-dejavu')
-optdepends=('cdparanoia: for CD import'
+license=('GPL2')
+depends=('alsa-lib' 'glibc' 'libjack.so' 'sdl' 'sdl_ttf' 'ttf-dejavu')
+optdepends=('cdparanoia: for direct CD import'
+'faad: for AAC import'
+'ffmpeg: for various audio and video import'
+'flac: for FLAC import'
 'mpg123: for MP3 import'
-'ffmpeg: for video fallback import')
+'sox: for live audio import'
+'vorbis-tools: for OGG import')
 source=("https://www.xwax.co.uk/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('0be222a89d58fc6c7167a6fcbdab7e09')
+sha512sums=('ab0fcaf32f1fd1d6b38323095524f1932a067a3d04d40e4b043993e360411fed0c4b78bb71662581b438cb1e3005bc21659db4521a6ec704994b2e8e1b7e62d4')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # patch "rig.c" to use Arch Linux's default rtprio value
-  sed -i 's/^#define REALTIME_PRIORITY 80/#define REALTIME_PRIORITY 65/' rig.c
-
-  ./configure --enable-alsa --prefix /usr
-  make EXECDIR="/usr/share/${pkgname}"
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix /usr \
+  --enable-alsa \
+  --enable-jack
+  make EXECDIR="/usr/lib/${pkgname}"
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" EXECDIR="/usr/share/${pkgname}" install
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" EXECDIR="/usr/lib/${pkgname}" install
+  install -vDm 644 {CHANGES,README} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
 }


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

2019-09-26 Thread Antonio Rojas via arch-commits
Date: Thursday, September 26, 2019 @ 20:14:37
  Author: arojas
Revision: 511892

https

Modified:
  xwax/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-26 20:14:00 UTC (rev 511891)
+++ PKGBUILD2019-09-26 20:14:37 UTC (rev 511892)
@@ -6,13 +6,13 @@
 pkgrel=1
 pkgdesc='Open-source vinyl emulation software for Linux.'
 arch=('x86_64')
-url='http://www.xwax.co.uk/'
+url='https://www.xwax.co.uk/'
 license=('GPL')
 depends=('alsa-lib' 'sdl_ttf' 'ttf-dejavu')
 optdepends=('cdparanoia: for CD import'
 'mpg123: for MP3 import'
 'ffmpeg: for video fallback import')
-source=("http://www.xwax.co.uk/releases/${pkgname}-${pkgver}.tar.gz;)
+source=("https://www.xwax.co.uk/releases/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('0be222a89d58fc6c7167a6fcbdab7e09')
 
 build() {


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

2018-03-24 Thread Lukas Fleischer via arch-commits
Date: Saturday, March 24, 2018 @ 15:50:52
  Author: lfleischer
Revision: 311960

upgpkg: xwax 1.7-1

Upstream update.

Modified:
  xwax/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-24 15:28:49 UTC (rev 311959)
+++ PKGBUILD2018-03-24 15:50:52 UTC (rev 311960)
@@ -2,7 +2,7 @@
 # Contributor: sputnick 
 
 pkgname=xwax
-pkgver=1.6
+pkgver=1.7
 pkgrel=1
 pkgdesc='Open-source vinyl emulation software for Linux.'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 'mpg123: for MP3 import'
 'ffmpeg: for video fallback import')
 source=("http://www.xwax.co.uk/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('1277c16c3d4afb03e0c3b79474d55d48')
+md5sums=('0be222a89d58fc6c7167a6fcbdab7e09')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-10-09 Thread Lukas Fleischer
Date: Sunday, October 9, 2016 @ 10:37:29
  Author: lfleischer
Revision: 191684

upgpkg: xwax 1.6-1

Upstream update.

Modified:
  xwax/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 10:22:43 UTC (rev 191683)
+++ PKGBUILD2016-10-09 10:37:29 UTC (rev 191684)
@@ -1,10 +1,9 @@
-# $Id$
 # Maintainer: Lukas Fleischer 
 # Contributor: sputnick 
 
 pkgname=xwax
-pkgver=1.5
-pkgrel=2
+pkgver=1.6
+pkgrel=1
 pkgdesc='Open-source vinyl emulation software for Linux.'
 arch=('i686' 'x86_64')
 url='http://www.xwax.co.uk/'
@@ -14,7 +13,7 @@
 'mpg123: for MP3 import'
 'ffmpeg: for video fallback import')
 source=("http://www.xwax.co.uk/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('7c2f30c3a9a71c4dba107e3eb9b40430')
+md5sums=('1277c16c3d4afb03e0c3b79474d55d48')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:20:09
  Author: foutrelis
Revision: 160618

Rebuild due to temporarily untrusted key

Modified:
  xwax/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 00:18:20 UTC (rev 160617)
+++ PKGBUILD2016-02-08 00:20:09 UTC (rev 160618)
@@ -4,7 +4,7 @@
 
 pkgname=xwax
 pkgver=1.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Open-source vinyl emulation software for Linux.'
 arch=('i686' 'x86_64')
 url='http://www.xwax.co.uk/'


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

2014-02-09 Thread Lukas Fleischer
Date: Sunday, February 9, 2014 @ 22:36:47
  Author: lfleischer
Revision: 105537

upgpkg: xwax 1.5-1

Upstream update.

Modified:
  xwax/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-09 21:18:34 UTC (rev 105536)
+++ PKGBUILD2014-02-09 21:36:47 UTC (rev 105537)
@@ -3,7 +3,7 @@
 # Contributor: sputnick gilles DOT quenot AT gmail DOT com
 
 pkgname=xwax
-pkgver=1.4
+pkgver=1.5
 pkgrel=1
 pkgdesc='Open-source vinyl emulation software for Linux.'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 'mpg123: for MP3 import'
 'ffmpeg: for video fallback import')
 source=(http://www.xwax.co.uk/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('01afde1f1222fca38eab736e0b3df116')
+md5sums=('7c2f30c3a9a71c4dba107e3eb9b40430')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-06-15 Thread Lukas Fleischer
Date: Saturday, June 15, 2013 @ 10:44:20
  Author: lfleischer
Revision: 92790

upgpkg: xwax 1.4-1

Upstream update.

Modified:
  xwax/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-15 08:16:22 UTC (rev 92789)
+++ PKGBUILD2013-06-15 08:44:20 UTC (rev 92790)
@@ -3,7 +3,7 @@
 # Contributor: sputnick gilles DOT quenot AT gmail DOT com
 
 pkgname=xwax
-pkgver=1.3
+pkgver=1.4
 pkgrel=1
 pkgdesc='Open-source vinyl emulation software for Linux.'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 'mpg123: for MP3 import'
 'ffmpeg: for video fallback import')
 source=(http://www.xwax.co.uk/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('10c3b923eab17377705b1dea89edf6fb')
+md5sums=('01afde1f1222fca38eab736e0b3df116')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}