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

Allan McRae allan at gemini.archlinux.org
Sat Jul 16 13:04:15 UTC 2022


    Date: Saturday, July 16, 2022 @ 13:04:14
  Author: allan
Revision: 1253855

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  122 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-16 13:03:57 UTC (rev 1253854)
+++ PKGBUILD	2022-07-16 13:04:14 UTC (rev 1253855)
@@ -1,61 +0,0 @@
-# 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>
-# Contributor: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=cmus
-pkgver=2.10.0
-pkgrel=1
-pkgdesc='Feature-rich ncurses-based music player'
-arch=('x86_64')
-url='https://cmus.github.io/'
-license=('GPL')
-depends=('libdiscid' 'ncurses')
-makedepends=(
-  'faad2'
-  'ffmpeg'
-  'flac'
-  'jack'
-  'libao'
-  'libcdio-paranoia'
-  'libmad'
-  'libmodplug'
-  'libmp4v2'
-  'libmpcdec'
-  'libpulse'
-  'libsamplerate'
-  'libvorbis'
-  'opusfile>=0.12'
-  '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'
-            'jack: for jack 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'
-            'libsamplerate: for sampe rate converter 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=('ff40068574810a7de3990f4f69c9c47ef49e37bd31d298d372e8bcdafb973fff')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure prefix=/usr
-  make
-}
-
-package() {
-  cd "$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 1253854, cmus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-16 13:04:14 UTC (rev 1253855)
@@ -0,0 +1,61 @@
+# 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>
+# Contributor: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=cmus
+pkgver=2.10.0
+pkgrel=2
+pkgdesc='Feature-rich ncurses-based music player'
+arch=('x86_64')
+url='https://cmus.github.io/'
+license=('GPL')
+depends=('libdiscid' 'ncurses')
+makedepends=(
+  'faad2'
+  'ffmpeg'
+  'flac'
+  'jack'
+  'libao'
+  'libcdio-paranoia'
+  'libmad'
+  'libmodplug'
+  'libmp4v2'
+  'libmpcdec'
+  'libpulse'
+  'libsamplerate'
+  'libvorbis'
+  'opusfile>=0.12'
+  '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'
+            'jack: for jack 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'
+            'libsamplerate: for sampe rate converter 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=('ff40068574810a7de3990f4f69c9c47ef49e37bd31d298d372e8bcdafb973fff')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure prefix=/usr
+  make
+}
+
+package() {
+  cd "$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