-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPKGBUILD
More file actions
23 lines (21 loc) · 717 Bytes
/
PKGBUILD
File metadata and controls
23 lines (21 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pkgname=audacious-dev
pkgver=0.1
pkgrel=1
arch=('x86_64')
url="https://audacious-media-player.org/"
license=('BSD' 'GPL')
conflicts=('audacious' 'audacious-plugins')
depends=('glib2' 'qt6-base' 'qt6-svg' 'alsa-lib' 'curl' 'faad2'
'ffmpeg' 'flac' 'fluidsynth' 'jack' 'lame' 'libbs2b' 'libcddb'
'libcdio-paranoia' 'libcue' 'libmms' 'libmodplug' 'libnotify'
'libopenmpt' 'libpulse' 'libsamplerate' 'libsidplayfp' 'libvorbis'
'lirc' 'mpg123' 'neon' 'wavpack')
makedepends=('python') # for gdbus-codegen
optdepends=('unzip: zipped skins support')
package() {
rmdir "$pkgdir"
rm -f "../dst/.BUILDINFO"
rm -f "../dst/.MTREE"
rm -f "../dst/.PKGINFO"
ln -s "../dst" "$pkgdir"
}