summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2024-04-20 12:09:22 +0200
committerHans-Nikolai Viessmann2024-04-20 12:09:22 +0200
commit622bb9a03f1fdd6ce4dc8ae14eecf6063996adbc (patch)
tree1b97ef949ab6b59cdc4c5c83606ebe46cdacc6b8
parent6aae67ddf0dbca0b436b63da9189afca47b5432d (diff)
downloadaur-622bb9a03f1fdd6ce4dc8ae14eecf6063996adbc.tar.gz
move pulseaudio to optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9213d93fdc72..fbb600362712 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = moc-pulse
pkgdesc = An ncurses console audio player with support for pulseaudio
pkgver = 2.5.2
- pkgrel = 11
+ pkgrel = 12
url = https://moc.daper.net/
arch = x86_64
license = GPL
@@ -19,7 +19,6 @@ pkgbase = moc-pulse
depends = libltdl
depends = file
depends = sndio
- depends = pulseaudio
optdepends = speex: for using the speex plugin
optdepends = ffmpeg4.4: for using the ffmpeg plugin
optdepends = taglib: for using the musepack plugin
@@ -27,6 +26,7 @@ pkgbase = moc-pulse
optdepends = wavpack: for using the wavpack plugin
optdepends = faad2: for using the aac plugin
optdepends = libmodplug: for using the modplug plugin
+ optdepends = pulseaudio: for using the pulseaudio plugin
provides = moc
conflicts = moc
source = https://ftp.daper.net/pub/soft/moc/stable/moc-2.5.2.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index d69d1bf3b9b4..dd2a7a3e235f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname='moc-pulse'
_pkgname='moc'
pkgver=2.5.2
-pkgrel=11
+pkgrel=12
pkgdesc='An ncurses console audio player with support for pulseaudio'
arch=('x86_64')
url="https://moc.daper.net/"
license=('GPL')
-depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file' 'sndio' 'pulseaudio')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file' 'sndio')
makedepends=('speex' 'ffmpeg4.4' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 'faad2')
optdepends=('speex: for using the speex plugin'
'ffmpeg4.4: for using the ffmpeg plugin'
@@ -18,7 +18,8 @@ optdepends=('speex: for using the speex plugin'
'libmpcdec: for using the musepack plugin'
'wavpack: for using the wavpack plugin'
'faad2: for using the aac plugin'
- 'libmodplug: for using the modplug plugin')
+ 'libmodplug: for using the modplug plugin'
+ 'pulseaudio: for using the pulseaudio plugin')
provides=('moc')
conflicts=('moc')
source=("https://ftp.daper.net/pub/soft/${_pkgname}/stable/${_pkgname}-${pkgver}.tar.bz2"