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

2017-12-04 Thread David Runge via arch-commits
Date: Monday, December 4, 2017 @ 16:39:56
  Author: dvzrv
Revision: 272125

archrelease: copy trunk to community-testing-x86_64

Added:
  pd/repos/community-testing-x86_64/
  pd/repos/community-testing-x86_64/PKGBUILD
(from rev 272123, pd/trunk/PKGBUILD)
  pd/repos/community-testing-x86_64/pd.desktop
(from rev 272123, pd/trunk/pd.desktop)
  pd/repos/community-testing-x86_64/pd.png
(from rev 272123, pd/trunk/pd.png)

+
 PKGBUILD   |   55 +++
 pd.desktop |7 +++
 2 files changed, 62 insertions(+)

Copied: pd/repos/community-testing-x86_64/PKGBUILD (from rev 272123, 
pd/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-04 16:39:56 UTC (rev 272125)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: TDY 
+# Contributor: Shinlun Hsieh 
+
+pkgname=pd
+pkgver=0.48.0
+_ver=${pkgver%.*}-${pkgver##*.}
+pkgrel=2
+pkgdesc="The Pure Data real-time music and multimedia environment"
+arch=('x86_64')
+url="http://msp.ucsd.edu/software.html;
+license=('custom:BSD')
+depends=('jack' 'fftw' 'tk' 'hicolor-icon-theme' 'portaudio')
+provides=('puredata')
+source=("http://msp.ucsd.edu/Software/${pkgname}-${_ver}.src.tar.gz;
+"${pkgname}.desktop"
+"${pkgname}.png")
+sha512sums=('2312590131a2110de1c84fa2b5d407286f2a073564c6f4cd285d48dcf1ae9d003dc5f20ce74a970eeb4ae8ff68d537e2eaf9ca6322d4f975a7a39893f4d8f0f0'
+
'4d3596b337456117ecdf0f1709358b4298198e0b347cb13b884e35ad2f2f667561a10b44683cf916c1da123daebee7141e9ab8bd89405a579b69d30b0e718f37'
+
'61300b58f10018b0bd28424ac00d1b8158f8ace9855742e19e48c98f915cabcade6c6041460aa795005c0fb6abc93e7116fc6d00116c9fe6c85c162d')
+
+prepare() {
+  cd "${pkgname}-${_ver}"
+  autoreconf -vi
+}
+
+build() {
+  cd "${pkgname}-${_ver}"
+  ./configure --prefix=/usr \
+  --enable-alsa \
+  --enable-jack \
+  --enable-portaudio \
+  --enable-fftw
+  make
+}
+
+package() {
+  cd "${pkgname}-${_ver}"
+  make DESTDIR="${pkgdir}" install
+
+  # license
+  install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # desktop file
+  install -Dm644 "${srcdir}/${pkgname}.desktop" \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  # icon from puredata.info
+  # https://puredata.info/Members/claudiusmaximus/icons/index_html/
+  install -Dm644 "${srcdir}/${pkgname}.png" \
+"${pkgdir}/usr/share/icons/hicolor/64x64/apps/${pkgname}.png"
+  # fix broken symlink
+  rm "${pkgdir}/usr/lib/${pkgname}/bin/${pkgname}"
+  ln -s "/usr/bin/${pkgname}" "${pkgdir}/usr/lib/${pkgname}/bin/${pkgname}"
+}

Copied: pd/repos/community-testing-x86_64/pd.desktop (from rev 272123, 
pd/trunk/pd.desktop)
===
--- community-testing-x86_64/pd.desktop (rev 0)
+++ community-testing-x86_64/pd.desktop 2017-12-04 16:39:56 UTC (rev 272125)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Type=Application
+Terminal=false
+Exec=pd
+Name=pd
+Icon=pd
+Categories=Audio;AudioVideo;Midi;X-Alsa;X-Jack;GTK;

Copied: pd/repos/community-testing-x86_64/pd.png (from rev 272123, 
pd/trunk/pd.png)
===
(Binary files differ)


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

2017-09-17 Thread Antonio Rojas
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 
-# Contributor: TDY 
-# Contributor: Shinlun Hsieh 
-
-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 
+# Contributor: TDY 
+# Contributor: Shinlun Hsieh 
+
+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 
-# Contributor: TDY 
-# Contributor: Shinlun Hsieh 
-
-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 
+# Contributor: TDY 
+# Contributor: Shinlun Hsieh 
+
+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')

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

2016-10-23 Thread Antonio Rojas
Date: Sunday, October 23, 2016 @ 09:11:07
  Author: arojas
Revision: 193031

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

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

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

Copied: pd/repos/community-testing-i686/PKGBUILD (from rev 193030, 
pd/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-10-23 09:11:07 UTC (rev 193031)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: TDY 
+# Contributor: Shinlun Hsieh 
+
+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-testing-x86_64/PKGBUILD (from rev 193030, 
pd/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-10-23 09:11:07 UTC (rev 193031)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: TDY 
+# Contributor: Shinlun Hsieh 
+
+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"
+}


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

2015-09-15 Thread speps
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 
-# Contributor: TDY 
-# Contributor: Shinlun Hsieh 
-
-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 
+# Contributor: TDY 
+# Contributor: Shinlun Hsieh 
+
+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 
-# Contributor: TDY 
-# Contributor: Shinlun Hsieh 
-
-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 
+# Contributor: TDY 
+# Contributor: Shinlun Hsieh 
+
+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')

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

2013-06-03 Thread Bartłomiej Piotrowski
Date: Monday, June 3, 2013 @ 08:13:55
  Author: bpiotrowski
Revision: 92233

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-03 06:13:27 UTC (rev 92232)
+++ community-i686/PKGBUILD 2013-06-03 06:13:55 UTC (rev 92233)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: TDY t...@gmx.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-
-pkgname=pd
-pkgver=0.44.3
-_ver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
-pkgdesc=The Pure Data real-time music and multimedia environment
-arch=('i686' 'x86_64')
-url=http://crca.ucsd.edu/~msp/software.html;
-license=('custom:BSD')
-depends=('jack' 'fftw' 'tk')
-provides=('puredata')
-source=(http://crca.ucsd.edu/~msp/Software/pd-$_ver.src.tar.gz;)
-md5sums=('a3e8ca0eab039dc472a6533ef9344582')
-
-build() {
-  cd $srcdir/pd-$_ver
-  ./autogen.sh
-  ./configure --prefix=/usr \
-  --enable-alsa \
-  --enable-jack \
-  --enable-fftw
-  make
-}
-
-package() {
-  cd $srcdir/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 92232, pd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-03 06:13:55 UTC (rev 92233)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: TDY t...@gmx.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=pd
+pkgver=0.44.3
+_ver=${pkgver%.*}-${pkgver##*.}
+pkgrel=2
+pkgdesc=The Pure Data real-time music and multimedia environment
+arch=('i686' 'x86_64')
+url=http://crca.ucsd.edu/~msp/software.html;
+license=('custom:BSD')
+depends=('jack' 'fftw' 'tk')
+provides=('puredata')
+source=(http://crca.ucsd.edu/~msp/Software/pd-$_ver.src.tar.gz;)
+md5sums=('a3e8ca0eab039dc472a6533ef9344582')
+
+build() {
+  cd $srcdir/pd-$_ver
+  ./autogen.sh
+  ./configure --prefix=/usr \
+  --enable-alsa \
+  --enable-jack \
+  --enable-fftw \
+  --disable-portaudio
+  make
+}
+
+package() {
+  cd $srcdir/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   2013-06-03 06:13:27 UTC (rev 92232)
+++ community-x86_64/PKGBUILD   2013-06-03 06:13:55 UTC (rev 92233)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: TDY t...@gmx.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-
-pkgname=pd
-pkgver=0.44.3
-_ver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
-pkgdesc=The Pure Data real-time music and multimedia environment
-arch=('i686' 'x86_64')
-url=http://crca.ucsd.edu/~msp/software.html;
-license=('custom:BSD')
-depends=('jack' 'fftw' 'tk')
-provides=('puredata')
-source=(http://crca.ucsd.edu/~msp/Software/pd-$_ver.src.tar.gz;)
-md5sums=('a3e8ca0eab039dc472a6533ef9344582')
-
-build() {
-  cd $srcdir/pd-$_ver
-  ./autogen.sh
-  ./configure --prefix=/usr \
-  --enable-alsa \
-  --enable-jack \
-  --enable-fftw
-  make
-}
-
-package() {
-  cd $srcdir/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 92232, pd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-06-03 06:13:55 UTC (rev 92233)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: TDY t...@gmx.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=pd
+pkgver=0.44.3
+_ver=${pkgver%.*}-${pkgver##*.}
+pkgrel=2
+pkgdesc=The Pure Data real-time music and multimedia environment
+arch=('i686' 'x86_64')
+url=http://crca.ucsd.edu/~msp/software.html;
+license=('custom:BSD')
+depends=('jack' 'fftw' 'tk')
+provides=('puredata')
+source=(http://crca.ucsd.edu/~msp/Software/pd-$_ver.src.tar.gz;)

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

2013-06-02 Thread Bartłomiej Piotrowski
Date: Sunday, June 2, 2013 @ 20:54:01
  Author: bpiotrowski
Revision: 92207

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-02 18:53:41 UTC (rev 92206)
+++ community-i686/PKGBUILD 2013-06-02 18:54:01 UTC (rev 92207)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor:  TDY t...@gmx.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Andrea Scarpino bash@gmail.com
-
-pkgname=pd
-pkgver=0.43.4
-_ver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
-pkgdesc=The Pure Data real-time music and multimedia environment
-arch=('i686' 'x86_64')
-url=http://crca.ucsd.edu/~msp/software.html;
-license=('custom:BSD')
-depends=('jack' 'fftw' 'tk')
-provides=('puredata')
-source=(http://crca.ucsd.edu/~msp/Software/pd-$_ver.src.tar.gz;)
-md5sums=('9f174836ad5715ff3f65fd9b9f9a18ce')
-
-build() {
-  cd $srcdir/pd-$_ver/src
-  ./configure --prefix=/usr \
-  --enable-alsa \
-  --enable-jack \
-  --enable-fftw
-  make
-}
-
-package() {
-  cd $srcdir/pd-$_ver/src
-  make DESTDIR=$pkgdir install
-
-  # license
-  install -Dm644 ../LICENSE.txt \
-$pkgdir/usr/share/licenses/pd/LICENSE
-}

Copied: pd/repos/community-i686/PKGBUILD (from rev 92206, pd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-02 18:54:01 UTC (rev 92207)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: TDY t...@gmx.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=pd
+pkgver=0.44.3
+_ver=${pkgver%.*}-${pkgver##*.}
+pkgrel=1
+pkgdesc=The Pure Data real-time music and multimedia environment
+arch=('i686' 'x86_64')
+url=http://crca.ucsd.edu/~msp/software.html;
+license=('custom:BSD')
+depends=('jack' 'fftw' 'tk')
+provides=('puredata')
+source=(http://crca.ucsd.edu/~msp/Software/pd-$_ver.src.tar.gz;)
+md5sums=('a3e8ca0eab039dc472a6533ef9344582')
+
+build() {
+  cd $srcdir/pd-$_ver
+  ./autogen.sh
+  ./configure --prefix=/usr \
+  --enable-alsa \
+  --enable-jack \
+  --enable-fftw
+  make
+}
+
+package() {
+  cd $srcdir/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   2013-06-02 18:53:41 UTC (rev 92206)
+++ community-x86_64/PKGBUILD   2013-06-02 18:54:01 UTC (rev 92207)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor:  TDY t...@gmx.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Andrea Scarpino bash@gmail.com
-
-pkgname=pd
-pkgver=0.43.4
-_ver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
-pkgdesc=The Pure Data real-time music and multimedia environment
-arch=('i686' 'x86_64')
-url=http://crca.ucsd.edu/~msp/software.html;
-license=('custom:BSD')
-depends=('jack' 'fftw' 'tk')
-provides=('puredata')
-source=(http://crca.ucsd.edu/~msp/Software/pd-$_ver.src.tar.gz;)
-md5sums=('9f174836ad5715ff3f65fd9b9f9a18ce')
-
-build() {
-  cd $srcdir/pd-$_ver/src
-  ./configure --prefix=/usr \
-  --enable-alsa \
-  --enable-jack \
-  --enable-fftw
-  make
-}
-
-package() {
-  cd $srcdir/pd-$_ver/src
-  make DESTDIR=$pkgdir install
-
-  # license
-  install -Dm644 ../LICENSE.txt \
-$pkgdir/usr/share/licenses/pd/LICENSE
-}

Copied: pd/repos/community-x86_64/PKGBUILD (from rev 92206, pd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-06-02 18:54:01 UTC (rev 92207)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: TDY t...@gmx.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=pd
+pkgver=0.44.3
+_ver=${pkgver%.*}-${pkgver##*.}
+pkgrel=1
+pkgdesc=The Pure Data real-time music and multimedia environment
+arch=('i686' 'x86_64')
+url=http://crca.ucsd.edu/~msp/software.html;
+license=('custom:BSD')
+depends=('jack' 'fftw' 'tk')
+provides=('puredata')