summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatti Niemenmaa2020-08-02 12:59:42 +0300
committerMatti Niemenmaa2020-08-02 13:05:01 +0300
commitf10ba60800616e945c04cc4f1b3dbafddd88ddc7 (patch)
tree395c4b0006961271471b15d0202d23343ac556ce
parente5063e08b32aa96b851e2d3c077b53e6c6f9a573 (diff)
downloadaur-f10ba60800616e945c04cc4f1b3dbafddd88ddc7.tar.gz
Move audacious into makedepends + optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9914c674a26..990ecafda614 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,14 +5,15 @@ pkgbase = vgmstream-kode54-git
url = https://github.com/kode54/vgmstream
arch = x86_64
license = BSD
+ makedepends = audacious
makedepends = git
- depends = audacious
depends = ffmpeg
depends = libao
depends = libatrac9-git
depends = libogg
depends = libvorbis
depends = mpg123
+ optdepends = audacious: for using the bundled plugin
source = vgmstream-kode54-git::git+https://github.com/kode54/vgmstream.git
source = https://downloads.xiph.org/releases/celt/celt-0.6.1.tar.gz
source = https://downloads.xiph.org/releases/celt/celt-0.11.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index b6d3cd973be8..7b6577e1d7c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,9 @@ pkgdesc="Library for playback of various streamed audio formats used in video ga
arch=(x86_64)
url='https://github.com/kode54/vgmstream'
license=(BSD)
-depends=(audacious ffmpeg libao libatrac9-git libogg libvorbis mpg123)
-makedepends=(git)
+depends=(ffmpeg libao libatrac9-git libogg libvorbis mpg123)
+makedepends=(audacious git)
+optdepends=('audacious: for using the bundled plugin')
source=(${pkgname}::git+https://github.com/kode54/vgmstream.git
https://downloads.xiph.org/releases/celt/celt-0.6.1.tar.gz
https://downloads.xiph.org/releases/celt/celt-0.11.0.tar.gz