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

Lukas Fleischer lfleischer at archlinux.org
Sat Mar 24 15:51:04 UTC 2018


    Date: Saturday, March 24, 2018 @ 15:51:01
  Author: lfleischer
Revision: 311961

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-24 15:50:52 UTC (rev 311960)
+++ PKGBUILD	2018-03-24 15:51:01 UTC (rev 311961)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: sputnick <gilles DOT quenot AT gmail DOT com>
-
-pkgname=xwax
-pkgver=1.6
-pkgrel=1
-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=('1277c16c3d4afb03e0c3b79474d55d48')
-
-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 311960, xwax/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-24 15:51:01 UTC (rev 311961)
@@ -0,0 +1,31 @@
+# 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
+}



More information about the arch-commits mailing list