[arch-commits] Commit in ncmpcpp/repos (8 files)

2015-03-03 Thread Bartłomiej Piotrowski
Date: Wednesday, March 4, 2015 @ 06:52:12
  Author: bpiotrowski
Revision: 128691

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

Added:
  ncmpcpp/repos/community-i686/PKGBUILD
(from rev 128690, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-i686/missing-include.patch
(from rev 128690, ncmpcpp/trunk/missing-include.patch)
  ncmpcpp/repos/community-x86_64/PKGBUILD
(from rev 128690, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-x86_64/missing-include.patch
(from rev 128690, ncmpcpp/trunk/missing-include.patch)
Deleted:
  ncmpcpp/repos/community-i686/PKGBUILD
  ncmpcpp/repos/community-i686/missing-include.patch
  ncmpcpp/repos/community-x86_64/PKGBUILD
  ncmpcpp/repos/community-x86_64/missing-include.patch

+
 /PKGBUILD  |   90 +++
 /missing-include.patch |   24 
 community-i686/PKGBUILD|   45 ---
 community-i686/missing-include.patch   |   12 
 community-x86_64/PKGBUILD  |   45 ---
 community-x86_64/missing-include.patch |   12 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-04 05:52:01 UTC (rev 128690)
+++ community-i686/PKGBUILD 2015-03-04 05:52:12 UTC (rev 128691)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: graysky graysky AT archlinux DOT us
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
-
-pkgname=ncmpcpp
-pkgver=0.6.2
-pkgrel=1
-pkgdesc='Almost exact clone of ncmpc with some new features'
-arch=('i686' 'x86_64')
-url='http://ncmpcpp.rybczak.net/'
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost')
-source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-$pkgver.tar.bz2
-missing-include.patch)
-md5sums=('323498bac479c026dbc2a8fd0d7ac1fa'
- '14fa33349661c8e6c2a323970ef1e98c')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../missing-include.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
---enable-clock \
---enable-outputs \
---enable-unicode \
---enable-visualizer \
---with-curl \
---with-fftw \
---with-taglib
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  make -C extras
-  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
-}

Copied: ncmpcpp/repos/community-i686/PKGBUILD (from rev 128690, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-04 05:52:12 UTC (rev 128691)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: graysky graysky AT archlinux DOT us
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
+
+pkgname=ncmpcpp
+pkgver=0.6.3
+pkgrel=1
+pkgdesc='Almost exact clone of ncmpc with some new features'
+arch=('i686' 'x86_64')
+url='http://ncmpcpp.rybczak.net/'
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-$pkgver.tar.bz2
+missing-include.patch)
+md5sums=('b4af4c7405ce12033757c1cd1f9900c5'
+ '14fa33349661c8e6c2a323970ef1e98c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../missing-include.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  make -C extras
+  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
+}

Deleted: community-i686/missing-include.patch
===
--- community-i686/missing-include.patch2015-03-04 05:52:01 UTC (rev 
128690)
+++ community-i686/missing-include.patch2015-03-04 05:52:12 UTC (rev 
128691)
@@ -1,12 +0,0 @@
-diff --git a/src/scrollpad.cpp b/src/scrollpad.cpp
-index e865cee..e405090 100644
 a/src/scrollpad.cpp
-+++ b/src/scrollpad.cpp
-@@ -19,6 +19,7 @@
-  ***/
- 
- #include cassert
-+#include iostream
- #include boost/regex.hpp
- 
- #include scrollpad.h

Copied: ncmpcpp/repos/community-i686/missing-include.patch (from rev 128690, 
ncmpcpp/trunk/missing-include.patch)
===
--- 

[arch-commits] Commit in ncmpcpp/repos (8 files)

2014-12-21 Thread Bartłomiej Piotrowski
Date: Sunday, December 21, 2014 @ 20:05:52
  Author: bpiotrowski
Revision: 124332

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

Added:
  ncmpcpp/repos/community-i686/PKGBUILD
(from rev 124331, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-i686/missing-include.patch
(from rev 124331, ncmpcpp/trunk/missing-include.patch)
  ncmpcpp/repos/community-x86_64/PKGBUILD
(from rev 124331, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-x86_64/missing-include.patch
(from rev 124331, ncmpcpp/trunk/missing-include.patch)
Deleted:
  ncmpcpp/repos/community-i686/PKGBUILD
  ncmpcpp/repos/community-i686/missing-include.patch
  ncmpcpp/repos/community-x86_64/PKGBUILD
  ncmpcpp/repos/community-x86_64/missing-include.patch

+
 /PKGBUILD  |   90 +++
 /missing-include.patch |   24 
 community-i686/PKGBUILD|   45 ---
 community-i686/missing-include.patch   |   12 
 community-x86_64/PKGBUILD  |   45 ---
 community-x86_64/missing-include.patch |   12 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-21 19:05:40 UTC (rev 124331)
+++ community-i686/PKGBUILD 2014-12-21 19:05:52 UTC (rev 124332)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: graysky graysky AT archlinux DOT us
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
-
-pkgname=ncmpcpp
-pkgver=0.6.1
-pkgrel=2
-pkgdesc='Almost exact clone of ncmpc with some new features'
-arch=('i686' 'x86_64')
-url='http://ncmpcpp.rybczak.net/'
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost')
-source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-$pkgver.tar.bz2
-missing-include.patch)
-md5sums=('6f806e6c05aef3ab9f5a804a5e400750'
- '14fa33349661c8e6c2a323970ef1e98c')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../missing-include.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
---enable-clock \
---enable-outputs \
---enable-unicode \
---enable-visualizer \
---with-curl \
---with-fftw \
---with-taglib
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  make -C extras
-  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
-}

Copied: ncmpcpp/repos/community-i686/PKGBUILD (from rev 124331, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-21 19:05:52 UTC (rev 124332)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: graysky graysky AT archlinux DOT us
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
+
+pkgname=ncmpcpp
+pkgver=0.6.2
+pkgrel=1
+pkgdesc='Almost exact clone of ncmpc with some new features'
+arch=('i686' 'x86_64')
+url='http://ncmpcpp.rybczak.net/'
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-$pkgver.tar.bz2
+missing-include.patch)
+md5sums=('323498bac479c026dbc2a8fd0d7ac1fa'
+ '14fa33349661c8e6c2a323970ef1e98c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../missing-include.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  make -C extras
+  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
+}

Deleted: community-i686/missing-include.patch
===
--- community-i686/missing-include.patch2014-12-21 19:05:40 UTC (rev 
124331)
+++ community-i686/missing-include.patch2014-12-21 19:05:52 UTC (rev 
124332)
@@ -1,12 +0,0 @@
-diff --git a/src/scrollpad.cpp b/src/scrollpad.cpp
-index e865cee..e405090 100644
 a/src/scrollpad.cpp
-+++ b/src/scrollpad.cpp
-@@ -19,6 +19,7 @@
-  ***/
- 
- #include cassert
-+#include iostream
- #include boost/regex.hpp
- 
- #include scrollpad.h

Copied: ncmpcpp/repos/community-i686/missing-include.patch (from rev 124331, 
ncmpcpp/trunk/missing-include.patch)
===
--- 

[arch-commits] Commit in ncmpcpp/repos (8 files)

2014-11-07 Thread Bartłomiej Piotrowski
Date: Friday, November 7, 2014 @ 13:06:56
  Author: bpiotrowski
Revision: 122151

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

Added:
  ncmpcpp/repos/community-i686/PKGBUILD
(from rev 122150, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-i686/missing-include.patch
(from rev 122150, ncmpcpp/trunk/missing-include.patch)
  ncmpcpp/repos/community-x86_64/PKGBUILD
(from rev 122150, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-x86_64/missing-include.patch
(from rev 122150, ncmpcpp/trunk/missing-include.patch)
Deleted:
  ncmpcpp/repos/community-i686/PKGBUILD
  ncmpcpp/repos/community-i686/missing-include.patch
  ncmpcpp/repos/community-x86_64/PKGBUILD
  ncmpcpp/repos/community-x86_64/missing-include.patch

+
 /PKGBUILD  |   90 +++
 /missing-include.patch |   24 
 community-i686/PKGBUILD|   45 ---
 community-i686/missing-include.patch   |   12 
 community-x86_64/PKGBUILD  |   45 ---
 community-x86_64/missing-include.patch |   12 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-07 12:06:45 UTC (rev 122150)
+++ community-i686/PKGBUILD 2014-11-07 12:06:56 UTC (rev 122151)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: graysky graysky AT archlinux DOT us
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
-
-pkgname=ncmpcpp
-pkgver=0.6
-pkgrel=1
-pkgdesc='Almost exact clone of ncmpc with some new features'
-arch=('i686' 'x86_64')
-url='http://ncmpcpp.rybczak.net/'
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost' 'git')
-source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-0.6.tar.bz2
-missing-include.patch)
-md5sums=('8b041b4695686bd0e959e164edf1b01b'
- '14fa33349661c8e6c2a323970ef1e98c')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../missing-include.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
---enable-clock \
---enable-outputs \
---enable-unicode \
---enable-visualizer \
---with-curl \
---with-fftw \
---with-taglib
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  make -C extras
-  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
-}

Copied: ncmpcpp/repos/community-i686/PKGBUILD (from rev 122150, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-07 12:06:56 UTC (rev 122151)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: graysky graysky AT archlinux DOT us
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
+
+pkgname=ncmpcpp
+pkgver=0.6.1
+pkgrel=1
+pkgdesc='Almost exact clone of ncmpc with some new features'
+arch=('i686' 'x86_64')
+url='http://ncmpcpp.rybczak.net/'
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-$pkgver.tar.bz2
+missing-include.patch)
+md5sums=('6f806e6c05aef3ab9f5a804a5e400750'
+ '14fa33349661c8e6c2a323970ef1e98c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../missing-include.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  make -C extras
+  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
+}

Deleted: community-i686/missing-include.patch
===
--- community-i686/missing-include.patch2014-11-07 12:06:45 UTC (rev 
122150)
+++ community-i686/missing-include.patch2014-11-07 12:06:56 UTC (rev 
122151)
@@ -1,12 +0,0 @@
-diff --git a/src/scrollpad.cpp b/src/scrollpad.cpp
-index e865cee..e405090 100644
 a/src/scrollpad.cpp
-+++ b/src/scrollpad.cpp
-@@ -19,6 +19,7 @@
-  ***/
- 
- #include cassert
-+#include iostream
- #include boost/regex.hpp
- 
- #include scrollpad.h

Copied: ncmpcpp/repos/community-i686/missing-include.patch (from rev 122150, 
ncmpcpp/trunk/missing-include.patch)
===
--- 

[arch-commits] Commit in ncmpcpp/repos (8 files)

2014-11-07 Thread Bartłomiej Piotrowski
Date: Friday, November 7, 2014 @ 13:15:42
  Author: bpiotrowski
Revision: 122153

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

Added:
  ncmpcpp/repos/community-testing-i686/PKGBUILD
(from rev 122152, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-testing-i686/missing-include.patch
(from rev 122152, ncmpcpp/trunk/missing-include.patch)
  ncmpcpp/repos/community-testing-x86_64/PKGBUILD
(from rev 122152, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-testing-x86_64/missing-include.patch
(from rev 122152, ncmpcpp/trunk/missing-include.patch)
Deleted:
  ncmpcpp/repos/community-testing-i686/PKGBUILD
  ncmpcpp/repos/community-testing-i686/missing-include.patch
  ncmpcpp/repos/community-testing-x86_64/PKGBUILD
  ncmpcpp/repos/community-testing-x86_64/missing-include.patch

+
 /PKGBUILD  |   90 +++
 /missing-include.patch |   24 ++
 community-testing-i686/PKGBUILD|   45 ---
 community-testing-i686/missing-include.patch   |   12 ---
 community-testing-x86_64/PKGBUILD  |   45 ---
 community-testing-x86_64/missing-include.patch |   12 ---
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-11-07 12:15:33 UTC (rev 122152)
+++ community-testing-i686/PKGBUILD 2014-11-07 12:15:42 UTC (rev 122153)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: graysky graysky AT archlinux DOT us
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
-
-pkgname=ncmpcpp
-pkgver=0.6
-pkgrel=2
-pkgdesc='Almost exact clone of ncmpc with some new features'
-arch=('i686' 'x86_64')
-url='http://ncmpcpp.rybczak.net/'
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost')
-source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-0.6.tar.bz2
-missing-include.patch)
-md5sums=('8b041b4695686bd0e959e164edf1b01b'
- '14fa33349661c8e6c2a323970ef1e98c')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../missing-include.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
---enable-clock \
---enable-outputs \
---enable-unicode \
---enable-visualizer \
---with-curl \
---with-fftw \
---with-taglib
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  make -C extras
-  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
-}

Copied: ncmpcpp/repos/community-testing-i686/PKGBUILD (from rev 122152, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-11-07 12:15:42 UTC (rev 122153)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: graysky graysky AT archlinux DOT us
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
+
+pkgname=ncmpcpp
+pkgver=0.6.1
+pkgrel=2
+pkgdesc='Almost exact clone of ncmpc with some new features'
+arch=('i686' 'x86_64')
+url='http://ncmpcpp.rybczak.net/'
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-$pkgver.tar.bz2
+missing-include.patch)
+md5sums=('6f806e6c05aef3ab9f5a804a5e400750'
+ '14fa33349661c8e6c2a323970ef1e98c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../missing-include.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  make -C extras
+  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
+}

Deleted: community-testing-i686/missing-include.patch
===
--- community-testing-i686/missing-include.patch2014-11-07 12:15:33 UTC 
(rev 122152)
+++ community-testing-i686/missing-include.patch2014-11-07 12:15:42 UTC 
(rev 122153)
@@ -1,12 +0,0 @@
-diff --git a/src/scrollpad.cpp b/src/scrollpad.cpp
-index e865cee..e405090 100644
 a/src/scrollpad.cpp
-+++ b/src/scrollpad.cpp
-@@ -19,6 +19,7 @@
-  ***/
- 
- #include cassert
-+#include iostream
- #include boost/regex.hpp
- 
- #include scrollpad.h

Copied: 

[arch-commits] Commit in ncmpcpp/repos (8 files)

2014-10-31 Thread Bartłomiej Piotrowski
Date: Friday, October 31, 2014 @ 12:56:21
  Author: bpiotrowski
Revision: 121625

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

Added:
  ncmpcpp/repos/community-i686/PKGBUILD
(from rev 121624, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-i686/missing-include.patch
(from rev 121624, ncmpcpp/trunk/missing-include.patch)
  ncmpcpp/repos/community-x86_64/PKGBUILD
(from rev 121624, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-x86_64/missing-include.patch
(from rev 121624, ncmpcpp/trunk/missing-include.patch)
Deleted:
  ncmpcpp/repos/community-i686/PKGBUILD
  ncmpcpp/repos/community-i686/missing-include.patch
  ncmpcpp/repos/community-x86_64/PKGBUILD
  ncmpcpp/repos/community-x86_64/missing-include.patch

+
 /PKGBUILD  |   90 +++
 /missing-include.patch |   24 
 community-i686/PKGBUILD|   47 
 community-i686/missing-include.patch   |   12 
 community-x86_64/PKGBUILD  |   47 
 community-x86_64/missing-include.patch |   12 
 6 files changed, 114 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-31 11:56:09 UTC (rev 121624)
+++ community-i686/PKGBUILD 2014-10-31 11:56:21 UTC (rev 121625)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: graysky graysky AT archlinux DOT us
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
-
-pkgname=ncmpcpp
-pkgver=0.6beta5
-pkgrel=1
-pkgdesc='Almost exact clone of ncmpc with some new features'
-arch=('i686' 'x86_64')
-url='http://ncmpcpp.rybczak.net/'
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost' 'git')
-#source=(https://github.com/arybczak/ncmpcpp/archive/${pkgver/b/_b}.tar.gz
-source=($pkgname-${pkgver/b/_b}::git://repo.or.cz/ncmpcpp.git#commit=ea9d5940
-missing-include.patch)
-md5sums=('SKIP'
- '14fa33349661c8e6c2a323970ef1e98c')
-
-prepare() {
-  cd $pkgname-${pkgver/b/_b}
-  patch -p1 -i ../missing-include.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname-${pkgver/b/_b}
-  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
---enable-clock \
---enable-outputs \
---enable-unicode \
---enable-visualizer \
---with-curl \
---with-fftw \
---with-taglib
-  make
-}
-
-package() {
-  cd $pkgname-${pkgver/b/_b}
-  make DESTDIR=$pkgdir install
-
-  make -C extras
-  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
-}

Copied: ncmpcpp/repos/community-i686/PKGBUILD (from rev 121624, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-31 11:56:21 UTC (rev 121625)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: graysky graysky AT archlinux DOT us
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
+
+pkgname=ncmpcpp
+pkgver=0.6
+pkgrel=1
+pkgdesc='Almost exact clone of ncmpc with some new features'
+arch=('i686' 'x86_64')
+url='http://ncmpcpp.rybczak.net/'
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost' 'git')
+source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-0.6.tar.bz2
+missing-include.patch)
+md5sums=('8b041b4695686bd0e959e164edf1b01b'
+ '14fa33349661c8e6c2a323970ef1e98c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../missing-include.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  make -C extras
+  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
+}

Deleted: community-i686/missing-include.patch
===
--- community-i686/missing-include.patch2014-10-31 11:56:09 UTC (rev 
121624)
+++ community-i686/missing-include.patch2014-10-31 11:56:21 UTC (rev 
121625)
@@ -1,12 +0,0 @@
-diff --git a/src/scrollpad.cpp b/src/scrollpad.cpp
-index e865cee..e405090 100644
 a/src/scrollpad.cpp
-+++ b/src/scrollpad.cpp
-@@ -19,6 +19,7 @@
-  ***/
- 
- #include cassert
-+#include iostream
- #include boost/regex.hpp
- 
- #include scrollpad.h

Copied: ncmpcpp/repos/community-i686/missing-include.patch (from rev 121624, 

[arch-commits] Commit in ncmpcpp/repos (8 files)

2014-10-13 Thread Bartłomiej Piotrowski
Date: Monday, October 13, 2014 @ 13:14:26
  Author: bpiotrowski
Revision: 120605

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

Added:
  ncmpcpp/repos/community-i686/PKGBUILD
(from rev 120604, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-i686/missing-include.patch
(from rev 120604, ncmpcpp/trunk/missing-include.patch)
  ncmpcpp/repos/community-x86_64/PKGBUILD
(from rev 120604, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-x86_64/missing-include.patch
(from rev 120604, ncmpcpp/trunk/missing-include.patch)
Deleted:
  ncmpcpp/repos/community-i686/PKGBUILD
  ncmpcpp/repos/community-i686/missing-include.patch
  ncmpcpp/repos/community-x86_64/PKGBUILD
  ncmpcpp/repos/community-x86_64/missing-include.patch

+
 /PKGBUILD  |   94 +++
 /missing-include.patch |   24 +++
 community-i686/PKGBUILD|   46 ---
 community-i686/missing-include.patch   |   12 ---
 community-x86_64/PKGBUILD  |   46 ---
 community-x86_64/missing-include.patch |   12 ---
 6 files changed, 118 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-13 11:14:15 UTC (rev 120604)
+++ community-i686/PKGBUILD 2014-10-13 11:14:26 UTC (rev 120605)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: graysky graysky AT archlinux DOT us
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
-
-pkgname=ncmpcpp
-pkgver=0.6beta4
-pkgrel=1
-pkgdesc='Almost exact clone of ncmpc with some new features'
-arch=('i686' 'x86_64')
-url='http://ncmpcpp.rybczak.net/'
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost')
-source=(https://github.com/arybczak/ncmpcpp/archive/${pkgver/b/_b}.tar.gz
-missing-include.patch)
-md5sums=('7cbd8c02889699b64d31d1375085d1e9'
- '14fa33349661c8e6c2a323970ef1e98c')
-
-prepare() {
-  cd $pkgname-${pkgver/b/_b}
-  patch -p1 -i ../missing-include.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname-${pkgver/b/_b}
-  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
---enable-clock \
---enable-outputs \
---enable-unicode \
---enable-visualizer \
---with-curl \
---with-fftw \
---with-taglib
-  make
-}
-
-package() {
-  cd $pkgname-${pkgver/b/_b}
-  make DESTDIR=$pkgdir install
-
-  make -C extras
-  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
-}

Copied: ncmpcpp/repos/community-i686/PKGBUILD (from rev 120604, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-13 11:14:26 UTC (rev 120605)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: graysky graysky AT archlinux DOT us
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
+
+pkgname=ncmpcpp
+pkgver=0.6beta5
+pkgrel=1
+pkgdesc='Almost exact clone of ncmpc with some new features'
+arch=('i686' 'x86_64')
+url='http://ncmpcpp.rybczak.net/'
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost' 'git')
+#source=(https://github.com/arybczak/ncmpcpp/archive/${pkgver/b/_b}.tar.gz
+source=($pkgname-${pkgver/b/_b}::git://repo.or.cz/ncmpcpp.git#commit=ea9d5940
+missing-include.patch)
+md5sums=('SKIP'
+ '14fa33349661c8e6c2a323970ef1e98c')
+
+prepare() {
+  cd $pkgname-${pkgver/b/_b}
+  patch -p1 -i ../missing-include.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname-${pkgver/b/_b}
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+}
+
+package() {
+  cd $pkgname-${pkgver/b/_b}
+  make DESTDIR=$pkgdir install
+
+  make -C extras
+  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
+}

Deleted: community-i686/missing-include.patch
===
--- community-i686/missing-include.patch2014-10-13 11:14:15 UTC (rev 
120604)
+++ community-i686/missing-include.patch2014-10-13 11:14:26 UTC (rev 
120605)
@@ -1,12 +0,0 @@
-diff --git a/src/scrollpad.cpp b/src/scrollpad.cpp
-index e865cee..e405090 100644
 a/src/scrollpad.cpp
-+++ b/src/scrollpad.cpp
-@@ -19,6 +19,7 @@
-  ***/
- 
- #include cassert
-+#include iostream
- #include boost/regex.hpp
- 
- #include scrollpad.h

Copied: 

[arch-commits] Commit in ncmpcpp/repos (8 files)

2014-09-05 Thread Bartłomiej Piotrowski
Date: Friday, September 5, 2014 @ 12:00:16
  Author: bpiotrowski
Revision: 118333

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

Added:
  ncmpcpp/repos/community-staging-i686/
  ncmpcpp/repos/community-staging-i686/PKGBUILD
(from rev 118332, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-staging-i686/missing-include.patch
(from rev 118332, ncmpcpp/trunk/missing-include.patch)
  ncmpcpp/repos/community-staging-i686/ncmpcpp.install
(from rev 118332, ncmpcpp/trunk/ncmpcpp.install)
  ncmpcpp/repos/community-staging-x86_64/
  ncmpcpp/repos/community-staging-x86_64/PKGBUILD
(from rev 118332, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-staging-x86_64/missing-include.patch
(from rev 118332, ncmpcpp/trunk/missing-include.patch)
  ncmpcpp/repos/community-staging-x86_64/ncmpcpp.install
(from rev 118332, ncmpcpp/trunk/ncmpcpp.install)

+
 community-staging-i686/PKGBUILD|   47 +++
 community-staging-i686/missing-include.patch   |   12 +
 community-staging-i686/ncmpcpp.install |   19 +
 community-staging-x86_64/PKGBUILD  |   47 +++
 community-staging-x86_64/missing-include.patch |   12 +
 community-staging-x86_64/ncmpcpp.install   |   19 +
 6 files changed, 156 insertions(+)

Copied: ncmpcpp/repos/community-staging-i686/PKGBUILD (from rev 118332, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-05 10:00:16 UTC (rev 118333)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski
+# Contributor: graysky graysky AT archlinux DOT us
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
+
+pkgname=ncmpcpp
+pkgver=0.6beta2
+pkgrel=1
+pkgdesc='Almost exact clone of ncmpc with some new features'
+arch=('i686' 'x86_64')
+url='http://ncmpcpp.rybczak.net/'
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+install=ncmpcpp.install
+source=(https://github.com/arybczak/ncmpcpp/archive/${pkgver/b/_b}.tar.gz
+missing-include.patch)
+md5sums=('0ef8db322382e0bcd51214b764773977'
+ '14fa33349661c8e6c2a323970ef1e98c')
+
+prepare() {
+  cd $pkgname-${pkgver/b/_b}
+  patch -p1 -i ../missing-include.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname-${pkgver/b/_b}
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+}
+
+package() {
+  cd $pkgname-${pkgver/b/_b}
+  make DESTDIR=$pkgdir install
+
+  make -C extras
+  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
+}

Copied: ncmpcpp/repos/community-staging-i686/missing-include.patch (from rev 
118332, ncmpcpp/trunk/missing-include.patch)
===
--- community-staging-i686/missing-include.patch
(rev 0)
+++ community-staging-i686/missing-include.patch2014-09-05 10:00:16 UTC 
(rev 118333)
@@ -0,0 +1,12 @@
+diff --git a/src/scrollpad.cpp b/src/scrollpad.cpp
+index e865cee..e405090 100644
+--- a/src/scrollpad.cpp
 b/src/scrollpad.cpp
+@@ -19,6 +19,7 @@
+  ***/
+ 
+ #include cassert
++#include iostream
+ #include boost/regex.hpp
+ 
+ #include scrollpad.h

Copied: ncmpcpp/repos/community-staging-i686/ncmpcpp.install (from rev 118332, 
ncmpcpp/trunk/ncmpcpp.install)
===
--- community-staging-i686/ncmpcpp.install  (rev 0)
+++ community-staging-i686/ncmpcpp.install  2014-09-05 10:00:16 UTC (rev 
118333)
@@ -0,0 +1,19 @@
+pre_install() {
+   /bin/true
+}
+post_install() {
+   echo Example configuration files can be found in
+   echo /usr/share/doc/ncmpcpp
+}
+pre_upgrade() {
+   /bin/true
+}
+post_upgrade() {
+   /bin/true
+}
+pre_remove() {
+   /bin/true
+}
+post_remove() {
+   /bin/true
+}

Copied: ncmpcpp/repos/community-staging-x86_64/PKGBUILD (from rev 118332, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-05 10:00:16 UTC (rev 118333)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski
+# Contributor: graysky graysky AT archlinux DOT us
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
+
+pkgname=ncmpcpp
+pkgver=0.6beta2
+pkgrel=1
+pkgdesc='Almost exact clone of ncmpc with some 

[arch-commits] Commit in ncmpcpp/repos (8 files)

2013-12-01 Thread Bartłomiej Piotrowski
Date: Sunday, December 1, 2013 @ 12:32:10
  Author: bpiotrowski
Revision: 101796

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

Added:
  ncmpcpp/repos/community-i686/PKGBUILD
(from rev 101795, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-i686/ncmpcpp.install
(from rev 101795, ncmpcpp/trunk/ncmpcpp.install)
  ncmpcpp/repos/community-x86_64/PKGBUILD
(from rev 101795, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-x86_64/ncmpcpp.install
(from rev 101795, ncmpcpp/trunk/ncmpcpp.install)
Deleted:
  ncmpcpp/repos/community-i686/PKGBUILD
  ncmpcpp/repos/community-i686/ncmpcpp.install
  ncmpcpp/repos/community-x86_64/PKGBUILD
  ncmpcpp/repos/community-x86_64/ncmpcpp.install

--+
 /PKGBUILD|   76 +
 /ncmpcpp.install |   38 ++
 community-i686/PKGBUILD  |   38 --
 community-i686/ncmpcpp.install   |   19 -
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/ncmpcpp.install |   19 -
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-01 11:31:56 UTC (rev 101795)
+++ community-i686/PKGBUILD 2013-12-01 11:32:10 UTC (rev 101796)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski
-# Contributor: graysky graysky AT archlinux DOT us
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
-
-pkgname=ncmpcpp
-pkgver=0.5.10
-pkgrel=4
-pkgdesc='Almost exact clone of ncmpc with some new features'
-arch=('i686' 'x86_64')
-url='http://ncmpcpp.rybczak.net/'
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw')
-install=ncmpcpp.install
-source=(http://ncmpcpp.rybczak.net/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('298ed66325bcfe358e37e186c7ea4861')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr\
-  --enable-clock   \
-  --enable-outputs \
-  --enable-unicode \
-  --enable-visualizer \
-  --with-curl  \
-  --with-fftw  \
-  --with-taglib
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  make -C extras/
-  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
-}

Copied: ncmpcpp/repos/community-i686/PKGBUILD (from rev 101795, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-01 11:32:10 UTC (rev 101796)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski
+# Contributor: graysky graysky AT archlinux DOT us
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
+
+pkgname=ncmpcpp
+pkgver=0.5.10
+pkgrel=5
+pkgdesc='Almost exact clone of ncmpc with some new features'
+arch=('i686' 'x86_64')
+url='http://ncmpcpp.rybczak.net/'
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw')
+install=ncmpcpp.install
+source=(http://ncmpcpp.rybczak.net/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('298ed66325bcfe358e37e186c7ea4861')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  make -C extras
+  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
+}

Deleted: community-i686/ncmpcpp.install
===
--- community-i686/ncmpcpp.install  2013-12-01 11:31:56 UTC (rev 101795)
+++ community-i686/ncmpcpp.install  2013-12-01 11:32:10 UTC (rev 101796)
@@ -1,19 +0,0 @@
-pre_install() {
-   /bin/true
-}
-post_install() {
-   echo Example configuration files can be found in
-   echo /usr/share/doc/ncmpcpp
-}
-pre_upgrade() {
-   /bin/true
-}
-post_upgrade() {
-   /bin/true
-}
-pre_remove() {
-   /bin/true
-}
-post_remove() {
-   /bin/true
-}

Copied: ncmpcpp/repos/community-i686/ncmpcpp.install (from rev 101795, 
ncmpcpp/trunk/ncmpcpp.install)
===
--- community-i686/ncmpcpp.install  (rev 0)
+++ community-i686/ncmpcpp.install  2013-12-01 11:32:10 UTC (rev 101796)
@@ -0,0 +1,19 @@
+pre_install() {
+   /bin/true
+}
+post_install() {
+   echo Example configuration files can be found in
+   echo /usr/share/doc/ncmpcpp
+}
+pre_upgrade() {
+   /bin/true
+}
+post_upgrade() {
+   /bin/true
+}
+pre_remove() {
+   /bin/true
+}
+post_remove() {
+