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

David Runge dvzrv at archlinux.org
Wed Sep 25 18:14:45 UTC 2019


    Date: Wednesday, September 25, 2019 @ 18:14:44
  Author: dvzrv
Revision: 511759

upgpkg: pd 0.50.1-1

Upgrading to 0.50.1. Disabling OSS, so that portmidi can be used optionally.

Modified:
  pd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-25 18:14:05 UTC (rev 511758)
+++ PKGBUILD	2019-09-25 18:14:44 UTC (rev 511759)
@@ -6,7 +6,7 @@
 _resolutions=( 16 32 48 64 96 128 256 512 1024 )
 _name=pure-data
 pkgname=pd
-pkgver=0.50.0
+pkgver=0.50.1
 _ver=${pkgver%.*}-${pkgver##*.}
 pkgrel=1
 pkgdesc="The Pure Data real-time music and multimedia environment"
@@ -14,7 +14,7 @@
 url="http://msp.ucsd.edu/software.html"
 license=('BSD')
 groups=('pro-audio')
-depends=('fftw' 'hicolor-icon-theme' 'portaudio' 'tk')
+depends=('alsa-lib' 'fftw' 'glibc' 'hicolor-icon-theme' 'jack' 'portaudio' 'tk')
 makedepends=('gendesk' 'inkscape' 'portmidi')
 optdepends=('portmidi: for alternative portmidi support')
 provides=('puredata')
@@ -21,7 +21,7 @@
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pure-data/pure-data/archive/${_ver}.tar.gz"
         "${pkgname}-${pkgver}.svg::https://raw.githubusercontent.com/pure-data/pd-icon/9e4f117ade0bc1da951981128998ad82fff83b0c/masters/icon.svg"
         "${pkgname}-${pkgver}-icon-LICENSE.txt::https://raw.githubusercontent.com/pure-data/pd-icon/9e4f117ade0bc1da951981128998ad82fff83b0c/LICENSE.txt")
-sha512sums=('0478f00bb929c9b6814c972e25b32a9e293b112d4a58d9a9e10abccff481c2d5870ba1cc8e9906bf0bfd2f3ef1b71e17f8a9828975714b37af6aa22ea00122a2'
+sha512sums=('afa9e54584306288154474d502976c9458968e3c4e6bd6a63cae08a9e16fd585b8b83ab88d7fc63f480434ba0f42de0392b8c25727cee18f2778ddb86b661eda'
             '8d8b274e159bd4cc6a83d5d9d5019b106a74fa61943b36e2a56336b9c3c2c1b1092ce7f79f5264eb69ca43a9360404b800df338b2ad738ca3c237a8ae3c9c41d'
             'dfc919b56ffc8020ffa4e9b16677a6a710f78a73b22d5bb418414f3196a5cbbe5d6cc9cfbf1389811129f219cb21c0eafdfa6dd90e172d73db2452e5c3fd4f5c')
 
@@ -52,6 +52,7 @@
               --enable-jack \
               --enable-portaudio \
               --enable-portmidi \
+              --disable-oss \
               --without-local-portaudio \
               --without-local-portmidi
   make



More information about the arch-commits mailing list