[arch-commits] Commit in cmus/repos (4 files)
Date: Monday, March 7, 2016 @ 17:08:39 Author: jgc Revision: 165523 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: cmus/repos/community-staging-i686/ cmus/repos/community-staging-i686/PKGBUILD (from rev 165522, cmus/trunk/PKGBUILD) cmus/repos/community-staging-x86_64/ cmus/repos/community-staging-x86_64/PKGBUILD (from rev 165522, cmus/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 57 community-staging-x86_64/PKGBUILD | 57 2 files changed, 114 insertions(+) Copied: cmus/repos/community-staging-i686/PKGBUILD (from rev 165522, cmus/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-03-07 16:08:39 UTC (rev 165523) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Xyne +# Contributor: Bartłomiej Piotrowski +# Contributor: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.7.1 +pkgrel=8 +pkgdesc='Feature-rich ncurses-based music player' +arch=('i686' '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-staging-x86_64/PKGBUILD (from rev 165522, cmus/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-03-07 16:08:39 UTC (rev 165523) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Xyne +# Contributor: Bartłomiej Piotrowski +# Contributor: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.7.1 +pkgrel=8 +pkgdesc='Feature-rich ncurses-based music player' +arch=('i686' '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 +}
[arch-commits] Commit in cmus/repos (4 files)
Date: Tuesday, March 1, 2016 @ 09:48:56 Author: arojas Revision: 163842 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: cmus/repos/community-testing-i686/PKGBUILD (from rev 163841, cmus/trunk/PKGBUILD) cmus/repos/community-testing-x86_64/PKGBUILD (from rev 163841, cmus/trunk/PKGBUILD) Deleted: cmus/repos/community-testing-i686/PKGBUILD cmus/repos/community-testing-x86_64/PKGBUILD ---+ /PKGBUILD | 114 community-testing-i686/PKGBUILD | 57 -- community-testing-x86_64/PKGBUILD | 57 -- 3 files changed, 114 insertions(+), 114 deletions(-) Deleted: community-testing-i686/PKGBUILD === --- community-testing-i686/PKGBUILD 2016-03-01 08:48:18 UTC (rev 163841) +++ community-testing-i686/PKGBUILD 2016-03-01 08:48:56 UTC (rev 163842) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Xyne -# Contributor: Bartłomiej Piotrowski -# Contributor: Aaron Griffin -# Contributor: dorphell - -pkgname=cmus -pkgver=2.7.1 -pkgrel=5 -pkgdesc='Feature-rich ncurses-based music player' -arch=('i686' '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-testing-i686/PKGBUILD (from rev 163841, cmus/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2016-03-01 08:48:56 UTC (rev 163842) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Xyne +# Contributor: Bartłomiej Piotrowski +# Contributor: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.7.1 +pkgrel=7 +pkgdesc='Feature-rich ncurses-based music player' +arch=('i686' '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 +} Deleted: community-testing-x86_64/PKGBUILD === --- community-testing-x86_64/PKGBUILD 2016-03-01 08:48:18 UTC (rev 163841) +++ community-testing-x8
[arch-commits] Commit in cmus/repos (4 files)
Date: Tuesday, March 1, 2016 @ 01:28:52 Author: xyne Revision: 163838 archrelease: copy trunk to community-i686, community-x86_64 Added: cmus/repos/community-i686/PKGBUILD (from rev 163837, cmus/trunk/PKGBUILD) cmus/repos/community-x86_64/PKGBUILD (from rev 163837, cmus/trunk/PKGBUILD) Deleted: cmus/repos/community-i686/PKGBUILD cmus/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 114 community-i686/PKGBUILD | 57 -- community-x86_64/PKGBUILD | 57 -- 3 files changed, 114 insertions(+), 114 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-03-01 00:28:25 UTC (rev 163837) +++ community-i686/PKGBUILD 2016-03-01 00:28:52 UTC (rev 163838) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Xyne -# Contributor: Bartłomiej Piotrowski -# Contributor: Aaron Griffin -# Contributor: dorphell - -pkgname=cmus -pkgver=2.7.1 -pkgrel=5 -pkgdesc='Feature-rich ncurses-based music player' -arch=('i686' '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-i686/PKGBUILD (from rev 163837, cmus/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-03-01 00:28:52 UTC (rev 163838) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Xyne +# Contributor: Bartłomiej Piotrowski +# Contributor: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.7.1 +pkgrel=6 +pkgdesc='Feature-rich ncurses-based music player' +arch=('i686' '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 +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-03-01 00:28:25 UTC (rev 163837) +++ community-x86_64/PKGBUILD 2016-03-01 00:28:52 UTC (rev 163838) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Xyne -# Contributor: Bartłomiej Piotrowski
[arch-commits] Commit in cmus/repos (4 files)
Date: Tuesday, March 1, 2016 @ 01:12:26 Author: xyne Revision: 163833 archrelease: copy trunk to community-i686, community-x86_64 Added: cmus/repos/community-i686/PKGBUILD (from rev 163832, cmus/trunk/PKGBUILD) cmus/repos/community-x86_64/PKGBUILD (from rev 163832, cmus/trunk/PKGBUILD) Deleted: cmus/repos/community-i686/PKGBUILD cmus/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 114 community-i686/PKGBUILD | 57 -- community-x86_64/PKGBUILD | 57 -- 3 files changed, 114 insertions(+), 114 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-03-01 00:09:19 UTC (rev 163832) +++ community-i686/PKGBUILD 2016-03-01 00:12:26 UTC (rev 163833) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Xyne -# Contributor: Bartłomiej Piotrowski -# Contributor: Aaron Griffin -# Contributor: dorphell - -pkgname=cmus -pkgver=2.7.1 -pkgrel=3 -pkgdesc='Feature-rich ncurses-based music player' -arch=('i686' '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-i686/PKGBUILD (from rev 163832, cmus/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-03-01 00:12:26 UTC (rev 163833) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Xyne +# Contributor: Bartłomiej Piotrowski +# Contributor: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.7.1 +pkgrel=5 +pkgdesc='Feature-rich ncurses-based music player' +arch=('i686' '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 +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-03-01 00:09:19 UTC (rev 163832) +++ community-x86_64/PKGBUILD 2016-03-01 00:12:26 UTC (rev 163833) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Xyne -# Contributor: Bartłomiej Piotrowski
[arch-commits] Commit in cmus/repos (4 files)
Date: Thursday, February 25, 2016 @ 09:51:33 Author: arojas Revision: 163388 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: cmus/repos/community-staging-i686/PKGBUILD (from rev 163387, cmus/trunk/PKGBUILD) cmus/repos/community-staging-x86_64/PKGBUILD (from rev 163387, cmus/trunk/PKGBUILD) Deleted: cmus/repos/community-staging-i686/PKGBUILD cmus/repos/community-staging-x86_64/PKGBUILD ---+ /PKGBUILD | 114 community-staging-i686/PKGBUILD | 57 -- community-staging-x86_64/PKGBUILD | 57 -- 3 files changed, 114 insertions(+), 114 deletions(-) Deleted: community-staging-i686/PKGBUILD === --- community-staging-i686/PKGBUILD 2016-02-25 08:51:04 UTC (rev 163387) +++ community-staging-i686/PKGBUILD 2016-02-25 08:51:33 UTC (rev 163388) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Xyne -# Contributor: Bartłomiej Piotrowski -# Contributor: Aaron Griffin -# Contributor: dorphell - -pkgname=cmus -pkgver=2.7.1 -pkgrel=4 -pkgdesc='Feature-rich ncurses-based music player' -arch=('i686' '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-staging-i686/PKGBUILD (from rev 163387, cmus/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-02-25 08:51:33 UTC (rev 163388) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Xyne +# Contributor: Bartłomiej Piotrowski +# Contributor: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.7.1 +pkgrel=5 +pkgdesc='Feature-rich ncurses-based music player' +arch=('i686' '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 +} Deleted: community-staging-x86_64/PKGBUILD === --- community-staging-x86_64/PKGBUILD 2016-02-25 08:51:04 UTC (rev 163387) +++ community-stagi
[arch-commits] Commit in cmus/repos (4 files)
Date: Tuesday, February 23, 2016 @ 08:29:52 Author: arojas Revision: 163197 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: cmus/repos/community-staging-i686/ cmus/repos/community-staging-i686/PKGBUILD (from rev 163196, cmus/trunk/PKGBUILD) cmus/repos/community-staging-x86_64/ cmus/repos/community-staging-x86_64/PKGBUILD (from rev 163196, cmus/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 57 community-staging-x86_64/PKGBUILD | 57 2 files changed, 114 insertions(+) Copied: cmus/repos/community-staging-i686/PKGBUILD (from rev 163196, cmus/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-02-23 07:29:52 UTC (rev 163197) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Xyne +# Contributor: Bartłomiej Piotrowski +# Contributor: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.7.1 +pkgrel=4 +pkgdesc='Feature-rich ncurses-based music player' +arch=('i686' '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-staging-x86_64/PKGBUILD (from rev 163196, cmus/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-02-23 07:29:52 UTC (rev 163197) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Xyne +# Contributor: Bartłomiej Piotrowski +# Contributor: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.7.1 +pkgrel=4 +pkgdesc='Feature-rich ncurses-based music player' +arch=('i686' '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 +}
[arch-commits] Commit in cmus/repos (4 files)
Date: Wednesday, February 17, 2016 @ 23:50:00 Author: alucryd Revision: 162137 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: cmus/repos/community-staging-i686/ cmus/repos/community-staging-i686/PKGBUILD (from rev 162136, cmus/trunk/PKGBUILD) cmus/repos/community-staging-x86_64/ cmus/repos/community-staging-x86_64/PKGBUILD (from rev 162136, cmus/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 57 community-staging-x86_64/PKGBUILD | 57 2 files changed, 114 insertions(+) Copied: cmus/repos/community-staging-i686/PKGBUILD (from rev 162136, cmus/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-02-17 22:50:00 UTC (rev 162137) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Xyne +# Contributor: Bartłomiej Piotrowski +# Contributor: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.7.1 +pkgrel=3 +pkgdesc='Feature-rich ncurses-based music player' +arch=('i686' '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-staging-x86_64/PKGBUILD (from rev 162136, cmus/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-02-17 22:50:00 UTC (rev 162137) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Xyne +# Contributor: Bartłomiej Piotrowski +# Contributor: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.7.1 +pkgrel=3 +pkgdesc='Feature-rich ncurses-based music player' +arch=('i686' '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 +}
[arch-commits] Commit in cmus/repos (4 files)
Date: Monday, September 7, 2015 @ 19:15:20 Author: foutrelis Revision: 139511 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: cmus/repos/community-staging-i686/ cmus/repos/community-staging-i686/PKGBUILD (from rev 139510, cmus/trunk/PKGBUILD) cmus/repos/community-staging-x86_64/ cmus/repos/community-staging-x86_64/PKGBUILD (from rev 139510, cmus/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 57 community-staging-x86_64/PKGBUILD | 57 2 files changed, 114 insertions(+) Copied: cmus/repos/community-staging-i686/PKGBUILD (from rev 139510, cmus/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-09-07 17:15:20 UTC (rev 139511) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Xyne +# Contributor: Bartłomiej Piotrowski +# Contributor: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.7.1 +pkgrel=2 +pkgdesc='Feature-rich ncurses-based music player' +arch=('i686' '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-staging-x86_64/PKGBUILD (from rev 139510, cmus/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-09-07 17:15:20 UTC (rev 139511) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Xyne +# Contributor: Bartłomiej Piotrowski +# Contributor: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.7.1 +pkgrel=2 +pkgdesc='Feature-rich ncurses-based music player' +arch=('i686' '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 +}
[arch-commits] Commit in cmus/repos (4 files)
Date: Friday, July 17, 2015 @ 16:15:11 Author: xyne Revision: 137057 archrelease: copy trunk to community-i686, community-x86_64 Added: cmus/repos/community-i686/PKGBUILD (from rev 137056, cmus/trunk/PKGBUILD) cmus/repos/community-x86_64/PKGBUILD (from rev 137056, cmus/trunk/PKGBUILD) Deleted: cmus/repos/community-i686/PKGBUILD cmus/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 114 community-i686/PKGBUILD | 57 -- community-x86_64/PKGBUILD | 57 -- 3 files changed, 114 insertions(+), 114 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-07-17 14:14:38 UTC (rev 137056) +++ community-i686/PKGBUILD 2015-07-17 14:15:11 UTC (rev 137057) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Xyne -# Contributor: Bartłomiej Piotrowski -# Contributor: Aaron Griffin -# Contributor: dorphell - -pkgname=cmus -pkgver=2.7.0 -pkgrel=2 -pkgdesc='Feature-rich ncurses-based music player' -arch=('i686' '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=('ad4bbc6828f162d56f7f2d61e60714df8f1006a2000cc7e2b867ba93352997e9') - -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-i686/PKGBUILD (from rev 137056, cmus/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-07-17 14:15:11 UTC (rev 137057) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Xyne +# Contributor: Bartłomiej Piotrowski +# Contributor: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.7.1 +pkgrel=1 +pkgdesc='Feature-rich ncurses-based music player' +arch=('i686' '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 +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-07-17 14:14:38 UTC (rev 137056) +++ community-x86_64/PKGBUILD 2015-07-17 14:15:11 UTC (rev 137057) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Xyne -# Contributor: Bartłomiej Piotrowski
[arch-commits] Commit in cmus/repos (4 files)
Date: Saturday, July 11, 2015 @ 18:41:18 Author: xyne Revision: 136702 archrelease: copy trunk to community-i686, community-x86_64 Added: cmus/repos/community-i686/PKGBUILD (from rev 136701, cmus/trunk/PKGBUILD) cmus/repos/community-x86_64/PKGBUILD (from rev 136701, cmus/trunk/PKGBUILD) Deleted: cmus/repos/community-i686/PKGBUILD cmus/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 114 community-i686/PKGBUILD | 57 -- community-x86_64/PKGBUILD | 57 -- 3 files changed, 114 insertions(+), 114 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-07-11 16:40:46 UTC (rev 136701) +++ community-i686/PKGBUILD 2015-07-11 16:41:18 UTC (rev 136702) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Xyne -# Contributor: Bartłomiej Piotrowski -# Contributor: Aaron Griffin -# Contributor: dorphell - -pkgname=cmus -pkgver=2.7.0 -pkgrel=1 -pkgdesc='Feature-rich ncurses-based music player' -arch=('i686' 'x86_64') -url="https://cmus.github.io/"; -license=('GPL') -depends=('ncurses' 'libcue') -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=('ad4bbc6828f162d56f7f2d61e60714df8f1006a2000cc7e2b867ba93352997e9') - -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-i686/PKGBUILD (from rev 136701, cmus/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-07-11 16:41:18 UTC (rev 136702) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Xyne +# Contributor: Bartłomiej Piotrowski +# Contributor: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.7.0 +pkgrel=2 +pkgdesc='Feature-rich ncurses-based music player' +arch=('i686' '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=('ad4bbc6828f162d56f7f2d61e60714df8f1006a2000cc7e2b867ba93352997e9') + +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 +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-07-11 16:40:46 UTC (rev 136701) +++ community-x86_64/PKGBUILD 2015-07-11 16:41:18 UTC (rev 136702) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Xyne -# Contributor: Bartłomiej Piotrowski -# Contrib
[arch-commits] Commit in cmus/repos (4 files)
Date: Friday, July 3, 2015 @ 21:57:40 Author: xyne Revision: 136358 archrelease: copy trunk to community-i686, community-x86_64 Added: cmus/repos/community-i686/PKGBUILD (from rev 136357, cmus/trunk/PKGBUILD) cmus/repos/community-x86_64/PKGBUILD (from rev 136357, cmus/trunk/PKGBUILD) Deleted: cmus/repos/community-i686/PKGBUILD cmus/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 114 community-i686/PKGBUILD | 57 -- community-x86_64/PKGBUILD | 57 -- 3 files changed, 114 insertions(+), 114 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-07-03 19:57:09 UTC (rev 136357) +++ community-i686/PKGBUILD 2015-07-03 19:57:40 UTC (rev 136358) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Xyne -# Contributor: Bartłomiej Piotrowski -# Contributor: Aaron Griffin -# Contributor: dorphell - -pkgname=cmus -pkgver=2.6.0 -pkgrel=4 -pkgdesc='Feature-rich ncurses-based music player' -arch=('i686' 'x86_64') -url="https://cmus.github.io/"; -license=('GPL') -depends=('ncurses' 'libcue') -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=("https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz";) -sha256sums=('0c53c072432e026d682d1749bbe89777507b31107ca04afad21a9bf375208e8e') - -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-i686/PKGBUILD (from rev 136357, cmus/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-07-03 19:57:40 UTC (rev 136358) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Xyne +# Contributor: Bartłomiej Piotrowski +# Contributor: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.7.0 +pkgrel=1 +pkgdesc='Feature-rich ncurses-based music player' +arch=('i686' 'x86_64') +url="https://cmus.github.io/"; +license=('GPL') +depends=('ncurses' 'libcue') +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=('ad4bbc6828f162d56f7f2d61e60714df8f1006a2000cc7e2b867ba93352997e9') + +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 +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-07-03 19:57:09 UTC (rev 136357) +++ community-x86_64/PKGBUILD 2015-07-03 19:57:40 UTC (rev 136358) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Xyne -# Contributor: Bartłomiej Piotrowski -# Contributor: Aaron Griffin -# Contributor: dor
[arch-commits] Commit in cmus/repos (4 files)
Date: Wednesday, November 12, 2014 @ 07:07:45 Author: foutrelis Revision: 122426 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: cmus/repos/community-staging-i686/ cmus/repos/community-staging-i686/PKGBUILD (from rev 122425, cmus/trunk/PKGBUILD) cmus/repos/community-staging-x86_64/ cmus/repos/community-staging-x86_64/PKGBUILD (from rev 122425, cmus/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 57 community-staging-x86_64/PKGBUILD | 57 2 files changed, 114 insertions(+) Copied: cmus/repos/community-staging-i686/PKGBUILD (from rev 122425, cmus/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2014-11-12 06:07:45 UTC (rev 122426) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Xyne +# Contributor: Bartłomiej Piotrowski +# Contributor: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.6.0 +pkgrel=4 +pkgdesc='Feature-rich ncurses-based music player' +arch=('i686' 'x86_64') +url="https://cmus.github.io/"; +license=('GPL') +depends=('ncurses' 'libcue') +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=("https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz";) +sha256sums=('0c53c072432e026d682d1749bbe89777507b31107ca04afad21a9bf375208e8e') + +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-staging-x86_64/PKGBUILD (from rev 122425, cmus/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2014-11-12 06:07:45 UTC (rev 122426) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Xyne +# Contributor: Bartłomiej Piotrowski +# Contributor: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.6.0 +pkgrel=4 +pkgdesc='Feature-rich ncurses-based music player' +arch=('i686' 'x86_64') +url="https://cmus.github.io/"; +license=('GPL') +depends=('ncurses' 'libcue') +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=("https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz";) +sha256sums=('0c53c072432e026d682d1749bbe89777507b31107ca04afad21a9bf375208e8e') + +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 +}
[arch-commits] Commit in cmus/repos (4 files)
Date: Monday, September 15, 2014 @ 20:57:10 Author: bpiotrowski Revision: 119031 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: cmus/repos/community-staging-i686/ cmus/repos/community-staging-i686/PKGBUILD (from rev 119030, cmus/trunk/PKGBUILD) cmus/repos/community-staging-x86_64/ cmus/repos/community-staging-x86_64/PKGBUILD (from rev 119030, cmus/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 57 community-staging-x86_64/PKGBUILD | 57 2 files changed, 114 insertions(+) Copied: cmus/repos/community-staging-i686/PKGBUILD (from rev 119030, cmus/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2014-09-15 18:57:10 UTC (rev 119031) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Xyne +# Contributor: Bartłomiej Piotrowski +# Contributor: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.6.0 +pkgrel=3 +pkgdesc='Feature-rich ncurses-based music player' +arch=('i686' 'x86_64') +url="https://cmus.github.io/"; +license=('GPL') +depends=('ncurses' 'libcue') +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=("https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz";) +sha256sums=('0c53c072432e026d682d1749bbe89777507b31107ca04afad21a9bf375208e8e') + +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-staging-x86_64/PKGBUILD (from rev 119030, cmus/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2014-09-15 18:57:10 UTC (rev 119031) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Xyne +# Contributor: Bartłomiej Piotrowski +# Contributor: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.6.0 +pkgrel=3 +pkgdesc='Feature-rich ncurses-based music player' +arch=('i686' 'x86_64') +url="https://cmus.github.io/"; +license=('GPL') +depends=('ncurses' 'libcue') +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=("https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz";) +sha256sums=('0c53c072432e026d682d1749bbe89777507b31107ca04afad21a9bf375208e8e') + +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 +}
[arch-commits] Commit in cmus/repos (4 files)
Date: Saturday, August 16, 2014 @ 07:01:25 Author: xyne Revision: 117450 archrelease: copy trunk to community-i686, community-x86_64 Added: cmus/repos/community-i686/PKGBUILD (from rev 117449, cmus/trunk/PKGBUILD) cmus/repos/community-x86_64/PKGBUILD (from rev 117449, cmus/trunk/PKGBUILD) Deleted: cmus/repos/community-i686/PKGBUILD cmus/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 114 community-i686/PKGBUILD | 57 -- community-x86_64/PKGBUILD | 57 -- 3 files changed, 114 insertions(+), 114 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2014-08-16 05:01:07 UTC (rev 117449) +++ community-i686/PKGBUILD 2014-08-16 05:01:25 UTC (rev 117450) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Xyne -# Contributor: Bartłomiej Piotrowski -# Contributor: Aaron Griffin -# Contributor: dorphell - -pkgname=cmus -pkgver=2.6.0 -pkgrel=1 -pkgdesc='Feature-rich ncurses-based music player' -arch=('i686' 'x86_64') -url="https://cmus.github.io/"; -license=('GPL') -depends=('ncurses' 'libcue') -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=("https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz";) -sha256sums=('0c53c072432e026d682d1749bbe89777507b31107ca04afad21a9bf375208e8e') - -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-i686/PKGBUILD (from rev 117449, cmus/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-08-16 05:01:25 UTC (rev 117450) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Xyne +# Contributor: Bartłomiej Piotrowski +# Contributor: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.6.0 +pkgrel=2 +pkgdesc='Feature-rich ncurses-based music player' +arch=('i686' 'x86_64') +url="https://cmus.github.io/"; +license=('GPL') +depends=('ncurses' 'libcue') +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=("https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz";) +sha256sums=('0c53c072432e026d682d1749bbe89777507b31107ca04afad21a9bf375208e8e') + +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 +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2014-08-16 05:01:07 UTC (rev 117449) +++ community-x86_64/PKGBUILD 2014-08-16 05:01:25 UTC (rev 117450) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Xyne -# Contributor: Bartłomiej Piotrowski -# Contributor: Aaron Griffin -# Contributor: dorphell - -pkgname=cm
[arch-commits] Commit in cmus/repos (4 files)
Date: Thursday, August 14, 2014 @ 03:28:25 Author: xyne Revision: 117380 archrelease: copy trunk to community-i686, community-x86_64 Added: cmus/repos/community-i686/PKGBUILD (from rev 117379, cmus/trunk/PKGBUILD) cmus/repos/community-x86_64/PKGBUILD (from rev 117379, cmus/trunk/PKGBUILD) Deleted: cmus/repos/community-i686/PKGBUILD cmus/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 114 community-i686/PKGBUILD | 57 -- community-x86_64/PKGBUILD | 57 -- 3 files changed, 114 insertions(+), 114 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2014-08-14 01:27:42 UTC (rev 117379) +++ community-i686/PKGBUILD 2014-08-14 01:28:25 UTC (rev 117380) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Xyne -# Contributor: Bartłomiej Piotrowski -# Contributor: Aaron Griffin -# Contributor: dorphell - -pkgname=cmus -pkgver=2.5.1 -pkgrel=2 -pkgdesc='Very feature-rich ncurses-based music player' -arch=('i686' 'x86_64') -url="https://cmus.github.io/"; -license=('GPL') -depends=('ncurses' 'libcue') -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=("https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz";) -sha256sums=('2c22b12eb2e2d038b64e8db804d4dc037ac68cbd3a398b3e405c2d0ce5c15229') - -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-i686/PKGBUILD (from rev 117379, cmus/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-08-14 01:28:25 UTC (rev 117380) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Xyne +# Contributor: Bartłomiej Piotrowski +# Contributor: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.6.0 +pkgrel=1 +pkgdesc='Feature-rich ncurses-based music player' +arch=('i686' 'x86_64') +url="https://cmus.github.io/"; +license=('GPL') +depends=('ncurses' 'libcue') +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=("https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz";) +sha256sums=('0c53c072432e026d682d1749bbe89777507b31107ca04afad21a9bf375208e8e') + +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 +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2014-08-14 01:27:42 UTC (rev 117379) +++ community-x86_64/PKGBUILD 2014-08-14 01:28:25 UTC (rev 117380) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Xyne -# Contributor: Bartłomiej Piotrowski -# Contributor: Aaron Griffin -# Contributor: dorphell - -pkgna
[arch-commits] Commit in cmus/repos (4 files)
Date: Sunday, July 20, 2014 @ 06:16:39 Author: xyne Revision: 116015 archrelease: copy trunk to community-i686, community-x86_64 Added: cmus/repos/community-i686/PKGBUILD (from rev 116014, cmus/trunk/PKGBUILD) cmus/repos/community-x86_64/PKGBUILD (from rev 116014, cmus/trunk/PKGBUILD) Deleted: cmus/repos/community-i686/PKGBUILD cmus/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 114 community-i686/PKGBUILD | 46 - community-x86_64/PKGBUILD | 46 - 3 files changed, 114 insertions(+), 92 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2014-07-20 04:16:14 UTC (rev 116014) +++ community-i686/PKGBUILD 2014-07-20 04:16:39 UTC (rev 116015) @@ -1,46 +0,0 @@ -# $Id$ -# Maintainer: Xyne -# Contributor: Bartłomiej Piotrowski -# Contributor: Aaron Griffin -# Contributor: dorphell - -pkgname=cmus -pkgver=2.5.1 -pkgrel=1 -pkgdesc='Very feature-rich ncurses-based music player' -arch=('i686' 'x86_64') -url="https://cmus.github.io/"; -license=('GPL') -depends=('ncurses') -makedepends=( - 'faad2' 'ffmpeg' 'flac' 'libao' 'libmad' 'libmodplug' 'libcdio-paranoia' - '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=("https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz";) -sha256sums=('2c22b12eb2e2d038b64e8db804d4dc037ac68cbd3a398b3e405c2d0ce5c15229') - -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-i686/PKGBUILD (from rev 116014, cmus/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-07-20 04:16:39 UTC (rev 116015) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Xyne +# Contributor: Bartłomiej Piotrowski +# Contributor: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.5.1 +pkgrel=2 +pkgdesc='Very feature-rich ncurses-based music player' +arch=('i686' 'x86_64') +url="https://cmus.github.io/"; +license=('GPL') +depends=('ncurses' 'libcue') +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=("https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz";) +sha256sums=('2c22b12eb2e2d038b64e8db804d4dc037ac68cbd3a398b3e405c2d0ce5c15229') + +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 +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2014-07-20 04:16:14 UTC (rev 116014) +++ community-x86_64/PKGBUILD 2014-07-20 04:16:39 UTC (rev 116015) @@ -1,46 +0,0 @@ -# $Id$ -# Maintainer: Xyne -# Contributor: Bartłomiej Piotrowski -# Contributor: Aaron Griffin -# Contributor: dorphell - -pkgname=cmus -pkgver=2.5.1 -pkgrel=1 -pkgdesc='Very featu
[arch-commits] Commit in cmus/repos (4 files)
Date: Thursday, December 1, 2011 @ 23:00:48 Author: eric Revision: 144025 archrelease: copy trunk to extra-i686, extra-x86_64 Added: cmus/repos/extra-i686/PKGBUILD (from rev 144024, cmus/trunk/PKGBUILD) cmus/repos/extra-x86_64/PKGBUILD (from rev 144024, cmus/trunk/PKGBUILD) Deleted: cmus/repos/extra-i686/PKGBUILD cmus/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 81 +++- extra-x86_64/PKGBUILD | 81 +++- 2 files changed, 80 insertions(+), 82 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2011-12-02 04:00:17 UTC (rev 144024) +++ extra-i686/PKGBUILD 2011-12-02 04:00:48 UTC (rev 144025) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Aaron Griffin -# Contributor: dorphell - -pkgname=cmus -pkgver=2.4.2 -pkgrel=2 -pkgdesc="A very feature-rich ncurses-based music player" -arch=('i686' 'x86_64') -url="http://cmus.sourceforge.net/"; -license=('GPL') -depends=('ncurses') -makedepends=('libao' 'libmpcdec' 'ffmpeg' 'flac' 'libmad' 'faad2' 'libmodplug' - 'libvorbis' 'libpulse' 'wavpack' 'libmp4v2') -optdepends=('alsa-lib: for ALSA output plugin support' -'libao: for AO output plugin support' -'libpulse: for PulseAudio output plugin support' -'ffmpeg: for ffmpeg input plugin support' -'libmodplug: for modplug input plugin support' -'faad2: for input AAC plugin support' -'libmad: for mp3 input plugin support' -'libmpcdec: for musepack input plugin support' -'wavpack: for wavpack input plugin support' -'libvorbis: for vorbis input plugin support' -'flac: for flac input plugin support' -'libmp4v2: for mp4 input plugin support') -source=("http://downloads.sourceforge.net/$pkgname/$pkgname-v$pkgver.tar.bz2";) -md5sums=('f3ed7f14db20344ad7386aef48b98a4c') -sha1sums=('12573e96e03435eca9b8a4aaeeb13a2da66f40a4') - -build() { - cd "$srcdir/$pkgname-v$pkgver" - ./configure prefix=/usr - make -} - -package() { - cd "$srcdir/$pkgname-v$pkgver" - make DESTDIR="$pkgdir" install - install -D -m 644 contrib/_cmus "$pkgdir/usr/share/zsh/site-functions/_cmus" -} Copied: cmus/repos/extra-i686/PKGBUILD (from rev 144024, cmus/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2011-12-02 04:00:48 UTC (rev 144025) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.4.3 +pkgrel=1 +pkgdesc="A very feature-rich ncurses-based music player" +arch=('i686' 'x86_64') +url="http://cmus.sourceforge.net/"; +license=('GPL') +depends=('ncurses') +makedepends=('libao' 'libmpcdec' 'ffmpeg' 'flac' 'libmad' 'faad2' 'libmodplug' + 'libvorbis' 'libpulse' 'wavpack' 'libmp4v2') +optdepends=('alsa-lib: for ALSA output plugin support' +'libao: for AO output plugin support' +'libpulse: for PulseAudio output plugin support' +'ffmpeg: for ffmpeg input plugin support' +'libmodplug: for modplug input plugin support' +'faad2: for input AAC plugin support' +'libmad: for mp3 input plugin support' +'libmpcdec: for musepack input plugin support' +'wavpack: for wavpack input plugin support' +'libvorbis: for vorbis input plugin support' +'flac: for flac input plugin support' +'libmp4v2: for mp4 input plugin support') +source=("http://downloads.sourceforge.net/$pkgname/$pkgname-v$pkgver.tar.bz2";) +sha1sums=('ba63a417b0df42fa9a4850dd8b922a95a426f7f5') + +build() { + cd "$srcdir/$pkgname-v$pkgver" + ./configure prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-v$pkgver" + make DESTDIR="$pkgdir" install + install -D -m 644 contrib/_cmus "$pkgdir/usr/share/zsh/site-functions/_cmus" +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2011-12-02 04:00:17 UTC (rev 144024) +++ extra-x86_64/PKGBUILD 2011-12-02 04:00:48 UTC (rev 144025) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Aaron Griffin -# Contributor: dorphell - -pkgname=cmus -pkgver=2.4.2 -pkgrel=2 -pkgdesc="A very feature-rich ncurses-based music player" -arch=('i686' 'x86_64') -url="http://cmus.sourceforge.net/"; -license=('GPL') -depends=('ncurses') -makedepends=('libao' 'libmpcdec' 'ffmpeg' 'flac' 'libmad' 'faad2' 'libmodplug' - 'libvorbis' 'libpulse' 'wavpack' 'libmp4v2') -optdepends=('alsa-lib: for ALSA output plugin support' -'libao: for AO output plugin support' -'libpulse: for PulseAudio output plugin support' -'ffmpeg: for ffmpeg input plugin support' -'libmodplug: for modplug
[arch-commits] Commit in cmus/repos (4 files)
Date: Monday, October 31, 2011 @ 15:08:31 Author: ibiru Revision: 141608 archrelease: copy trunk to staging-i686, staging-x86_64 Added: cmus/repos/staging-i686/ cmus/repos/staging-i686/PKGBUILD (from rev 141607, cmus/trunk/PKGBUILD) cmus/repos/staging-x86_64/ cmus/repos/staging-x86_64/PKGBUILD (from rev 141607, cmus/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 41 + staging-x86_64/PKGBUILD | 41 + 2 files changed, 82 insertions(+) Copied: cmus/repos/staging-i686/PKGBUILD (from rev 141607, cmus/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2011-10-31 19:08:31 UTC (rev 141608) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.4.2 +pkgrel=2 +pkgdesc="A very feature-rich ncurses-based music player" +arch=('i686' 'x86_64') +url="http://cmus.sourceforge.net/"; +license=('GPL') +depends=('ncurses') +makedepends=('libao' 'libmpcdec' 'ffmpeg' 'flac' 'libmad' 'faad2' 'libmodplug' + 'libvorbis' 'libpulse' 'wavpack' 'libmp4v2') +optdepends=('alsa-lib: for ALSA output plugin support' +'libao: for AO output plugin support' +'libpulse: for PulseAudio output plugin support' +'ffmpeg: for ffmpeg input plugin support' +'libmodplug: for modplug input plugin support' +'faad2: for input AAC plugin support' +'libmad: for mp3 input plugin support' +'libmpcdec: for musepack input plugin support' +'wavpack: for wavpack input plugin support' +'libvorbis: for vorbis input plugin support' +'flac: for flac input plugin support' +'libmp4v2: for mp4 input plugin support') +source=("http://downloads.sourceforge.net/$pkgname/$pkgname-v$pkgver.tar.bz2";) +md5sums=('f3ed7f14db20344ad7386aef48b98a4c') +sha1sums=('12573e96e03435eca9b8a4aaeeb13a2da66f40a4') + +build() { + cd "$srcdir/$pkgname-v$pkgver" + ./configure prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-v$pkgver" + make DESTDIR="$pkgdir" install + install -D -m 644 contrib/_cmus "$pkgdir/usr/share/zsh/site-functions/_cmus" +} Copied: cmus/repos/staging-x86_64/PKGBUILD (from rev 141607, cmus/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2011-10-31 19:08:31 UTC (rev 141608) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Aaron Griffin +# Contributor: dorphell + +pkgname=cmus +pkgver=2.4.2 +pkgrel=2 +pkgdesc="A very feature-rich ncurses-based music player" +arch=('i686' 'x86_64') +url="http://cmus.sourceforge.net/"; +license=('GPL') +depends=('ncurses') +makedepends=('libao' 'libmpcdec' 'ffmpeg' 'flac' 'libmad' 'faad2' 'libmodplug' + 'libvorbis' 'libpulse' 'wavpack' 'libmp4v2') +optdepends=('alsa-lib: for ALSA output plugin support' +'libao: for AO output plugin support' +'libpulse: for PulseAudio output plugin support' +'ffmpeg: for ffmpeg input plugin support' +'libmodplug: for modplug input plugin support' +'faad2: for input AAC plugin support' +'libmad: for mp3 input plugin support' +'libmpcdec: for musepack input plugin support' +'wavpack: for wavpack input plugin support' +'libvorbis: for vorbis input plugin support' +'flac: for flac input plugin support' +'libmp4v2: for mp4 input plugin support') +source=("http://downloads.sourceforge.net/$pkgname/$pkgname-v$pkgver.tar.bz2";) +md5sums=('f3ed7f14db20344ad7386aef48b98a4c') +sha1sums=('12573e96e03435eca9b8a4aaeeb13a2da66f40a4') + +build() { + cd "$srcdir/$pkgname-v$pkgver" + ./configure prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-v$pkgver" + make DESTDIR="$pkgdir" install + install -D -m 644 contrib/_cmus "$pkgdir/usr/share/zsh/site-functions/_cmus" +}