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

Lukas Fleischer lfleischer at archlinux.org
Sun Oct 9 10:37:36 UTC 2016


    Date: Sunday, October 9, 2016 @ 10:37:36
  Author: lfleischer
Revision: 191685

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

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

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   32 ----------------------
 community-x86_64/PKGBUILD |   32 ----------------------
 3 files changed, 62 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-10-09 10:37:29 UTC (rev 191684)
+++ community-i686/PKGBUILD	2016-10-09 10:37:36 UTC (rev 191685)
@@ -1,32 +0,0 @@
-# $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-i686/PKGBUILD (from rev 191684, xwax/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-10-09 10:37:36 UTC (rev 191685)
@@ -0,0 +1,31 @@
+# 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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-10-09 10:37:29 UTC (rev 191684)
+++ community-x86_64/PKGBUILD	2016-10-09 10:37:36 UTC (rev 191685)
@@ -1,32 +0,0 @@
-# $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-x86_64/PKGBUILD (from rev 191684, xwax/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-10-09 10:37:36 UTC (rev 191685)
@@ -0,0 +1,31 @@
+# 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
+}



More information about the arch-commits mailing list