summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange2022-12-23 01:19:13 +0100
committerThomas Lange2022-12-23 01:19:13 +0100
commitdda09a5464111098f91562fa2206e347bacc9b1e (patch)
treebc8f8021fcfa8cb6e04db32af291b35b5ae8fce7
parentf041976e59f7d73f29d0942a0b6eaabd2b32d6d0 (diff)
downloadaur-dda09a5464111098f91562fa2206e347bacc9b1e.tar.gz
Add dependency for Opus
See also: https://github.com/audacious-media-player/audacious-plugins/commit/bbe295b4c1cf4c3299cabf368bafd707fe5b430d
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50dd57153792..5cbcd4006667 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -36,6 +36,7 @@ pkgbase = audacious-plugins-git
depends = lirc
depends = mpg123
depends = neon
+ depends = opusfile
depends = pipewire
depends = qt5-x11extras
depends = wavpack
diff --git a/PKGBUILD b/PKGBUILD
index 500f81168c6d..ca72f6095139 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ depends=('audacious-git'
'jack' 'lame' 'libbs2b' 'libcdio-paranoia' 'libcue' 'libmms'
'libmodplug' 'libmtp' 'libnotify' 'libopenmpt' 'libpulse'
'libsamplerate' 'libsidplayfp' 'libvorbis' 'lirc' 'mpg123' 'neon'
- 'pipewire' 'qt5-x11extras' 'wavpack')
+ 'opusfile' 'pipewire' 'qt5-x11extras' 'wavpack')
makedepends=('glib2' 'python' 'git')
source=("git+https://github.com/audacious-media-player/$_pkgname.git")
sha256sums=('SKIP')