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

Antonio Rojas arojas at archlinux.org
Sun Sep 17 11:40:01 UTC 2017


    Date: Sunday, September 17, 2017 @ 11:39:59
  Author: arojas
Revision: 258606

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

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

---------------------------+
 /PKGBUILD                 |   78 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   39 ----------------------
 community-x86_64/PKGBUILD |   39 ----------------------
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-09-17 11:39:19 UTC (rev 258605)
+++ community-i686/PKGBUILD	2017-09-17 11:39:59 UTC (rev 258606)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Contributor: TDY <tdy at gmx.com>
-# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-
-pkgname=pd
-pkgver=0.47.1
-_ver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
-pkgdesc="The Pure Data real-time music and multimedia environment"
-arch=('i686' 'x86_64')
-url="http://msp.ucsd.edu/software.html"
-license=('custom:BSD')
-depends=('jack' 'tk' 'fftw')
-provides=('puredata')
-options=('!strip')
-source=("http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz")
-md5sums=('78f012826bdbebcc683e15e5f8a94db9')
-
-build() {
-  cd pd-$_ver
-  ./autogen.sh
-  ./configure --prefix=/usr \
-              --enable-alsa \
-              --enable-jack \
-              --disable-portaudio \
-              --enable-fftw=no \
-              --enable-debug
-  make
-}
-
-package() {
-  cd pd-$_ver
-  make DESTDIR="$pkgdir" install
-
-  # license
-  install -Dm644 LICENSE.txt \
-    "$pkgdir/usr/share/licenses/pd/LICENSE"
-}

Copied: pd/repos/community-i686/PKGBUILD (from rev 258605, pd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-09-17 11:39:59 UTC (rev 258606)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: TDY <tdy at gmx.com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=pd
+pkgver=0.48.0
+_ver=${pkgver%.*}-${pkgver##*.}
+pkgrel=1
+pkgdesc="The Pure Data real-time music and multimedia environment"
+arch=('i686' 'x86_64')
+url="http://msp.ucsd.edu/software.html"
+license=('custom:BSD')
+depends=('jack' 'fftw' 'tk')
+provides=('puredata')
+options=('!strip')
+source=("http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz")
+md5sums=('b746efd17a8a571c6fcfb536ff607c29')
+
+build() {
+  cd pd-$_ver
+  ./autogen.sh
+  ./configure --prefix=/usr \
+              --enable-alsa \
+              --enable-jack \
+              --disable-portaudio \
+              --enable-fftw \
+              --enable-debug
+  make
+}
+
+package() {
+  cd pd-$_ver
+  make DESTDIR="$pkgdir" install
+
+  # license
+  install -Dm644 LICENSE.txt \
+    "$pkgdir/usr/share/licenses/pd/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-09-17 11:39:19 UTC (rev 258605)
+++ community-x86_64/PKGBUILD	2017-09-17 11:39:59 UTC (rev 258606)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Contributor: TDY <tdy at gmx.com>
-# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-
-pkgname=pd
-pkgver=0.47.1
-_ver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
-pkgdesc="The Pure Data real-time music and multimedia environment"
-arch=('i686' 'x86_64')
-url="http://msp.ucsd.edu/software.html"
-license=('custom:BSD')
-depends=('jack' 'tk' 'fftw')
-provides=('puredata')
-options=('!strip')
-source=("http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz")
-md5sums=('78f012826bdbebcc683e15e5f8a94db9')
-
-build() {
-  cd pd-$_ver
-  ./autogen.sh
-  ./configure --prefix=/usr \
-              --enable-alsa \
-              --enable-jack \
-              --disable-portaudio \
-              --enable-fftw=no \
-              --enable-debug
-  make
-}
-
-package() {
-  cd pd-$_ver
-  make DESTDIR="$pkgdir" install
-
-  # license
-  install -Dm644 LICENSE.txt \
-    "$pkgdir/usr/share/licenses/pd/LICENSE"
-}

Copied: pd/repos/community-x86_64/PKGBUILD (from rev 258605, pd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-09-17 11:39:59 UTC (rev 258606)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: TDY <tdy at gmx.com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=pd
+pkgver=0.48.0
+_ver=${pkgver%.*}-${pkgver##*.}
+pkgrel=1
+pkgdesc="The Pure Data real-time music and multimedia environment"
+arch=('i686' 'x86_64')
+url="http://msp.ucsd.edu/software.html"
+license=('custom:BSD')
+depends=('jack' 'fftw' 'tk')
+provides=('puredata')
+options=('!strip')
+source=("http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz")
+md5sums=('b746efd17a8a571c6fcfb536ff607c29')
+
+build() {
+  cd pd-$_ver
+  ./autogen.sh
+  ./configure --prefix=/usr \
+              --enable-alsa \
+              --enable-jack \
+              --disable-portaudio \
+              --enable-fftw \
+              --enable-debug
+  make
+}
+
+package() {
+  cd pd-$_ver
+  make DESTDIR="$pkgdir" install
+
+  # license
+  install -Dm644 LICENSE.txt \
+    "$pkgdir/usr/share/licenses/pd/LICENSE"
+}



More information about the arch-commits mailing list