[arch-commits] Commit in xwax/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Feb 8 00:20:17 UTC 2016


    Date: Monday, February 8, 2016 @ 01:20:16
  Author: foutrelis
Revision: 160619

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  xwax/repos/community-staging-i686/
  xwax/repos/community-staging-i686/PKGBUILD
    (from rev 160618, xwax/trunk/PKGBUILD)
  xwax/repos/community-staging-x86_64/
  xwax/repos/community-staging-x86_64/PKGBUILD
    (from rev 160618, xwax/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: xwax/repos/community-staging-i686/PKGBUILD (from rev 160618, xwax/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-02-08 00:20:16 UTC (rev 160619)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: sputnick <gilles DOT quenot AT gmail DOT com>
+
+pkgname=xwax
+pkgver=1.5
+pkgrel=2
+pkgdesc='Open-source vinyl emulation software for Linux.'
+arch=('i686' '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=('7c2f30c3a9a71c4dba107e3eb9b40430')
+
+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-staging-x86_64/PKGBUILD (from rev 160618, xwax/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-02-08 00:20:16 UTC (rev 160619)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: sputnick <gilles DOT quenot AT gmail DOT com>
+
+pkgname=xwax
+pkgver=1.5
+pkgrel=2
+pkgdesc='Open-source vinyl emulation software for Linux.'
+arch=('i686' '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=('7c2f30c3a9a71c4dba107e3eb9b40430')
+
+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
+}



More information about the arch-commits mailing list