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

speps speps at archlinux.org
Tue Sep 15 08:28:05 UTC 2015


    Date: Tuesday, September 15, 2015 @ 10:28:05
  Author: speps
Revision: 140312

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-09-15 08:27:50 UTC (rev 140311)
+++ community-i686/PKGBUILD	2015-09-15 08:28:05 UTC (rev 140312)
@@ -1,37 +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.46.6
-_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')
-source=("http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz")
-md5sums=('341649683c1ff3902e1578f7eae99272')
-
-build() {
-  cd pd-$_ver
-  ./autogen.sh
-  ./configure --prefix=/usr \
-              --enable-alsa \
-              --enable-jack \
-              --disable-portaudio \
-              --enable-fftw
-  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 140311, pd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-09-15 08:28:05 UTC (rev 140312)
@@ -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.46.7
+_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=('064868e29e15408c1613410a763e6c31')
+
+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"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-09-15 08:27:50 UTC (rev 140311)
+++ community-x86_64/PKGBUILD	2015-09-15 08:28:05 UTC (rev 140312)
@@ -1,37 +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.46.6
-_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')
-source=("http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz")
-md5sums=('341649683c1ff3902e1578f7eae99272')
-
-build() {
-  cd pd-$_ver
-  ./autogen.sh
-  ./configure --prefix=/usr \
-              --enable-alsa \
-              --enable-jack \
-              --disable-portaudio \
-              --enable-fftw
-  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 140311, pd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-09-15 08:28:05 UTC (rev 140312)
@@ -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.46.7
+_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=('064868e29e15408c1613410a763e6c31')
+
+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"
+}



More information about the arch-commits mailing list