[arch-commits] Commit in ncmpcpp/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sun Jan 24 21:05:20 UTC 2021


    Date: Sunday, January 24, 2021 @ 21:05:19
  Author: anthraxx
Revision: 829180

archrelease: copy trunk to community-x86_64

Added:
  ncmpcpp/repos/community-x86_64/PKGBUILD
    (from rev 829179, ncmpcpp/trunk/PKGBUILD)
Deleted:
  ncmpcpp/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  110 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-24 21:05:15 UTC (rev 829179)
+++ PKGBUILD	2021-01-24 21:05:19 UTC (rev 829180)
@@ -1,55 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: 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.9.1
-pkgrel=1
-pkgdesc='Almost exact clone of ncmpc with some new features'
-url='https://ncmpcpp.rybczak.net/'
-arch=('x86_64')
-license=('GPL')
-depends=('curl' 'libcurl.so' 'libmpdclient' 'libmpdclient.so' 'fftw' 'libfftw3.so' 'boost-libs'
-         'libboost_filesystem.so' 'libboost_locale.so' 'libboost_program_options.so'
-         'libboost_regex.so' 'libboost_thread.so' 'icu' 'libicui18n.so' 'libicuuc.so'
-         'glibc' 'gcc-libs' 'ncurses' 'libncursesw.so' 'readline' 'libreadline.so' 'taglib')
-makedepends=('boost')
-source=(https://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('8fa9f512ac09c144eab4e4721a9c54f3f411593fe13c26db12fbaa3ccf6b08d7cd54923e1e4148b2db45dc69431280611b2be2d153513c0d38eaf92af8ceb9fb')
-b2sums=('89f6a6d68baf54b0a0eca6d3df96dcd5bcd1346e6f93d0a580f2fbbe4b4246218b62e5332f3db2567c9a91ee30ceb367039a328fa7f491c2a756c2c03fed76c3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-  sed -e 's/CXXFLAGS=/CXXFLAGS+=/' \
-      -e 's/CPPFLAGS=/CPPFLAGS+=/' \
-      -e 's/LDFLAGS=/LDFLAGS+=/' \
-      -i extras/Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # http://site.icu-project.org/download/61#TOC-Migration-Issues
-  export CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
-
-  BOOST_LIB_SUFFIX='' ./configure \
-    --prefix=/usr \
-    --enable-clock \
-    --enable-outputs \
-    --enable-visualizer \
-    --with-fftw \
-    --with-taglib
-  make
-  make -C extras
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 755 extras/artist_to_albumartist -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ncmpcpp/repos/community-x86_64/PKGBUILD (from rev 829179, ncmpcpp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-24 21:05:19 UTC (rev 829180)
@@ -0,0 +1,55 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: 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.9.2
+pkgrel=1
+pkgdesc='Almost exact clone of ncmpc with some new features'
+url='https://ncmpcpp.rybczak.net/'
+arch=('x86_64')
+license=('GPL')
+depends=('curl' 'libcurl.so' 'libmpdclient' 'libmpdclient.so' 'fftw' 'libfftw3.so' 'boost-libs'
+         'libboost_filesystem.so' 'libboost_locale.so' 'libboost_program_options.so'
+         'libboost_regex.so' 'libboost_thread.so' 'icu' 'libicui18n.so' 'libicuuc.so'
+         'glibc' 'gcc-libs' 'ncurses' 'libncursesw.so' 'readline' 'libreadline.so' 'taglib')
+makedepends=('boost')
+source=(https://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('bbcb3b50233e363412af3c1cf1c0118122733dc376759cd35dee79950f42e098a0402ff670684df91847b990b26022630c9a71192e462bd46e70628e31489742')
+b2sums=('160597493b93bac790b8619881e8a1fcf0efce4a538e35f54f31b06f3ed66691f02b37198cca46b475b7296aebbc864cb62a4398c60bd1e43907f9907a9bc118')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+  sed -e 's/CXXFLAGS=/CXXFLAGS+=/' \
+      -e 's/CPPFLAGS=/CPPFLAGS+=/' \
+      -e 's/LDFLAGS=/LDFLAGS+=/' \
+      -i extras/Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # http://site.icu-project.org/download/61#TOC-Migration-Issues
+  export CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
+  BOOST_LIB_SUFFIX='' ./configure \
+    --prefix=/usr \
+    --enable-clock \
+    --enable-outputs \
+    --enable-visualizer \
+    --with-fftw \
+    --with-taglib
+  make
+  make -C extras
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 755 extras/artist_to_albumartist -t "${pkgdir}/usr/bin"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list