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

2015-05-25 Thread Levente Polyak
Date: Monday, May 25, 2015 @ 23:32:01
  Author: anthraxx
Revision: 134084

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

Added:
  ncmpcpp/repos/community-i686/PKGBUILD
(from rev 134083, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-x86_64/PKGBUILD
(from rev 134083, ncmpcpp/trunk/PKGBUILD)
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  |   80 +++
 community-i686/PKGBUILD|   45 -
 community-i686/missing-include.patch   |   12 
 community-x86_64/PKGBUILD  |   45 -
 community-x86_64/missing-include.patch |   12 
 5 files changed, 80 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 21:31:51 UTC (rev 134083)
+++ community-i686/PKGBUILD 2015-05-25 21:32:01 UTC (rev 134084)
@@ -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.3
-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=('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/
-}

Copied: ncmpcpp/repos/community-i686/PKGBUILD (from rev 134083, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 21:32:01 UTC (rev 134084)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor:  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.4
+pkgrel=1
+pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-${pkgver}.tar.bz2)
+sha512sums=('c60a6c2c89a9297d73360ec8819e8ae66ca53090c5ea5d3daf235e708467ee20006b1fff344c9312ccb0941c8307f3d84bcdc9cbf500955c74b10bd6a823c19f')
+
+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
+  make -C extras
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm755 extras/artist_to_albumartist ${pkgdir}/usr/bin/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/missing-include.patch
===
--- community-i686/missing-include.patch2015-05-25 21:31:51 UTC (rev 
134083)
+++ community-i686/missing-include.patch2015-05-25 21:32:01 UTC (rev 
134084)
@@ -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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-25 21:31:51 UTC (rev 134083)
+++ community-x86_64/PKGBUILD   2015-05-25 21:32:01 UTC (rev 134084)
@@ -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 

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

2015-04-22 Thread Jelle van der Waa
Date: Wednesday, April 22, 2015 @ 20:31:27
  Author: jelle
Revision: 131975

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 131974, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-staging-i686/missing-include.patch
(from rev 131974, ncmpcpp/trunk/missing-include.patch)
  ncmpcpp/repos/community-staging-x86_64/
  ncmpcpp/repos/community-staging-x86_64/PKGBUILD
(from rev 131974, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-staging-x86_64/missing-include.patch
(from rev 131974, ncmpcpp/trunk/missing-include.patch)

+
 community-staging-i686/PKGBUILD|   45 +++
 community-staging-i686/missing-include.patch   |   12 ++
 community-staging-x86_64/PKGBUILD  |   45 +++
 community-staging-x86_64/missing-include.patch |   12 ++
 4 files changed, 114 insertions(+)

Copied: ncmpcpp/repos/community-staging-i686/PKGBUILD (from rev 131974, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-22 18:31:27 UTC (rev 131975)
@@ -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=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=('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/
+}

Copied: ncmpcpp/repos/community-staging-i686/missing-include.patch (from rev 
131974, ncmpcpp/trunk/missing-include.patch)
===
--- community-staging-i686/missing-include.patch
(rev 0)
+++ community-staging-i686/missing-include.patch2015-04-22 18:31:27 UTC 
(rev 131975)
@@ -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-x86_64/PKGBUILD (from rev 131974, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-22 18:31:27 UTC (rev 131975)
@@ -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=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=('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/
+}

Copied: ncmpcpp/repos/community-staging-x86_64/missing-include.patch (from rev 
131974, ncmpcpp/trunk/missing-include.patch)

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

2014-11-05 Thread Felix Yan
Date: Thursday, November 6, 2014 @ 06:11:21
  Author: fyan
Revision: 122018

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 122017, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-staging-i686/missing-include.patch
(from rev 122017, ncmpcpp/trunk/missing-include.patch)
  ncmpcpp/repos/community-staging-x86_64/
  ncmpcpp/repos/community-staging-x86_64/PKGBUILD
(from rev 122017, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-staging-x86_64/missing-include.patch
(from rev 122017, ncmpcpp/trunk/missing-include.patch)

+
 community-staging-i686/PKGBUILD|   45 +++
 community-staging-i686/missing-include.patch   |   12 ++
 community-staging-x86_64/PKGBUILD  |   45 +++
 community-staging-x86_64/missing-include.patch |   12 ++
 4 files changed, 114 insertions(+)

Copied: ncmpcpp/repos/community-staging-i686/PKGBUILD (from rev 122017, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-06 05:11:21 UTC (rev 122018)
@@ -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=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-staging-i686/missing-include.patch (from rev 
122017, ncmpcpp/trunk/missing-include.patch)
===
--- community-staging-i686/missing-include.patch
(rev 0)
+++ community-staging-i686/missing-include.patch2014-11-06 05:11:21 UTC 
(rev 122018)
@@ -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-x86_64/PKGBUILD (from rev 122017, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-06 05:11:21 UTC (rev 122018)
@@ -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=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-staging-x86_64/missing-include.patch (from rev 
122017, ncmpcpp/trunk/missing-include.patch)
===
---