[arch-commits] Commit in xwax/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Sat Nov 23 09:19:30 UTC 2019


    Date: Saturday, November 23, 2019 @ 09:19:30
  Author: dvzrv
Revision: 531992

archrelease: copy trunk to community-x86_64

Added:
  xwax/repos/community-x86_64/PKGBUILD
    (from rev 531991, xwax/trunk/PKGBUILD)
Deleted:
  xwax/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 36 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-23 09:19:18 UTC (rev 531991)
+++ PKGBUILD	2019-11-23 09:19:30 UTC (rev 531992)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: sputnick <gilles DOT quenot AT gmail DOT com>
-
-pkgname=xwax
-pkgver=1.7
-pkgrel=1
-pkgdesc='Open-source vinyl emulation software for Linux.'
-arch=('x86_64')
-url='http://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")
-md5sums=('0be222a89d58fc6c7167a6fcbdab7e09')
-
-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}"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" EXECDIR="/usr/share/${pkgname}" install
-}

Copied: xwax/repos/community-x86_64/PKGBUILD (from rev 531991, xwax/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-23 09:19:30 UTC (rev 531992)
@@ -0,0 +1,36 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: David Runge <dvzrv at archlinux.org>
+# Contributor: sputnick <gilles DOT quenot AT gmail DOT com>
+
+pkgname=xwax
+pkgver=1.7
+pkgrel=2
+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')
+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'
+            'sox: for live audio import'
+            'vorbis-tools: for OGG import')
+source=("https://www.xwax.co.uk/releases/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('ab0fcaf32f1fd1d6b38323095524f1932a067a3d04d40e4b043993e360411fed0c4b78bb71662581b438cb1e3005bc21659db4521a6ec704994b2e8e1b7e62d4')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix /usr \
+              --enable-alsa \
+              --enable-jack
+  make EXECDIR="/usr/lib/${pkgname}"
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" EXECDIR="/usr/lib/${pkgname}" install
+  install -vDm 644 {CHANGES,README} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list