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

Xyne xyne at archlinux.org
Wed Feb 27 20:54:34 UTC 2019


    Date: Wednesday, February 27, 2019 @ 20:54:33
  Author: xyne
Revision: 436790

archrelease: copy trunk to community-x86_64

Added:
  cmus/repos/community-x86_64/PKGBUILD
    (from rev 436789, cmus/trunk/PKGBUILD)
Deleted:
  cmus/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  114 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-27 20:54:16 UTC (rev 436789)
+++ PKGBUILD	2019-02-27 20:54:33 UTC (rev 436790)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Xyne <ca dot archlinux at xyne, backwards>
-# Contributor:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Contributor: dorphell <dorphell at archlinux.org>
-
-pkgname=cmus
-pkgver=2.7.1
-pkgrel=9
-pkgdesc='Feature-rich ncurses-based music player'
-arch=('x86_64')
-url="https://cmus.github.io/"
-license=('GPL')
-depends=('ncurses' 'libcue' 'libdiscid')
-makedepends=(
-  'faad2'
-  'ffmpeg'
-  'flac'
-  'libao'
-  'libcdio-paranoia'
-  'libmad'
-  'libmodplug'
-  'libmp4v2'
-  'libmpcdec'
-  'libpulse'
-  'libvorbis'
-  'opusfile'
-  'wavpack'
-)
-optdepends=('alsa-lib: for ALSA output plugin support'
-            'libao: for AO output plugin support'
-            'libpulse: for PulseAudio output plugin support'
-            'faad2: for AAC input plugin support'
-            'ffmpeg: for ffmpeg input plugin support'
-            'flac: for flac input plugin support'
-            'libmad: for mp3 input plugin support'
-            'libmodplug: for modplug input plugin support'
-            'libmp4v2: for mp4 input plugin support'
-            'libmpcdec: for musepack input plugin support'
-            'libvorbis: for vorbis input plugin support'
-            'libcdio-paranoia: for cdio support'
-            'opusfile: for opus input plugin support'
-            'wavpack: for wavpack input plugin support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz")
-sha256sums=('8179a7a843d257ddb585f4c65599844bc0e516fe85e97f6f87a7ceade4eb5165')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 contrib/_cmus "$pkgdir"/usr/share/zsh/site-functions/_cmus
-}

Copied: cmus/repos/community-x86_64/PKGBUILD (from rev 436789, cmus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-27 20:54:33 UTC (rev 436790)
@@ -0,0 +1,57 @@
+# Maintainer: Xyne <ca dot archlinux at xyne, backwards>
+# Contributor:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=cmus
+pkgver=2.8.0
+pkgrel=1
+pkgdesc='Feature-rich ncurses-based music player'
+arch=('x86_64')
+url="https://cmus.github.io/"
+license=('GPL')
+depends=('ncurses' 'libcue' 'libdiscid')
+makedepends=(
+  'faad2'
+  'ffmpeg'
+  'flac'
+  'libao'
+  'libcdio-paranoia'
+  'libmad'
+  'libmodplug'
+  'libmp4v2'
+  'libmpcdec'
+  'libpulse'
+  'libvorbis'
+  'opusfile'
+  'wavpack'
+)
+optdepends=('alsa-lib: for ALSA output plugin support'
+            'libao: for AO output plugin support'
+            'libpulse: for PulseAudio output plugin support'
+            'faad2: for AAC input plugin support'
+            'ffmpeg: for ffmpeg input plugin support'
+            'flac: for flac input plugin support'
+            'libmad: for mp3 input plugin support'
+            'libmodplug: for modplug input plugin support'
+            'libmp4v2: for mp4 input plugin support'
+            'libmpcdec: for musepack input plugin support'
+            'libvorbis: for vorbis input plugin support'
+            'libcdio-paranoia: for cdio support'
+            'opusfile: for opus input plugin support'
+            'wavpack: for wavpack input plugin support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz")
+sha256sums=('756ce2c6241b2104dc19097488225de559ac1802a175be0233cfb6fbc02f3bd2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 contrib/_cmus "$pkgdir"/usr/share/zsh/site-functions/_cmus
+}
+



More information about the arch-commits mailing list