[arch-commits] Commit in ncmpcpp/repos (8 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Mon Oct 13 11:14:27 UTC 2014
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 <bpiotrowski at archlinux.org>
-# Contributor: graysky <graysky AT archlinux DOT us>
-# Contributor: Mateusz Herych <heniekk at 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 <bpiotrowski at archlinux.org>
+# Contributor: graysky <graysky AT archlinux DOT us>
+# Contributor: Mateusz Herych <heniekk at 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.patch 2014-10-13 11:14:15 UTC (rev 120604)
+++ community-i686/missing-include.patch 2014-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: ncmpcpp/repos/community-i686/missing-include.patch (from rev 120604, ncmpcpp/trunk/missing-include.patch)
===================================================================
--- community-i686/missing-include.patch (rev 0)
+++ community-i686/missing-include.patch 2014-10-13 11:14:26 UTC (rev 120605)
@@ -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"
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-10-13 11:14:15 UTC (rev 120604)
+++ community-x86_64/PKGBUILD 2014-10-13 11:14:26 UTC (rev 120605)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: graysky <graysky AT archlinux DOT us>
-# Contributor: Mateusz Herych <heniekk at 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-x86_64/PKGBUILD (from rev 120604, ncmpcpp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-10-13 11:14:26 UTC (rev 120605)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: graysky <graysky AT archlinux DOT us>
+# Contributor: Mateusz Herych <heniekk at 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-x86_64/missing-include.patch
===================================================================
--- community-x86_64/missing-include.patch 2014-10-13 11:14:15 UTC (rev 120604)
+++ community-x86_64/missing-include.patch 2014-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: ncmpcpp/repos/community-x86_64/missing-include.patch (from rev 120604, ncmpcpp/trunk/missing-include.patch)
===================================================================
--- community-x86_64/missing-include.patch (rev 0)
+++ community-x86_64/missing-include.patch 2014-10-13 11:14:26 UTC (rev 120605)
@@ -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"
More information about the arch-commits
mailing list