# Maintainer: Thomas Lange # Contributor: Evangelos Foutras # Contributor: Gaetan Bisson # Contributor: Alexander Fehr # Contributor: William Rea _pkgname=audacious-plugins pkgname=$_pkgname-gtk3 pkgver=4.3.1 pkgrel=1 pkgdesc="Plugins for Audacious" arch=('i686' 'x86_64') url="https://audacious-media-player.org/" license=('BSD' 'GPL') depends=("audacious-gtk3>=$pkgver" 'alsa-lib' 'curl' 'dbus-glib' 'faad2' 'ffmpeg' 'flac' 'fluidsynth' 'jack' 'lame' 'libbs2b' 'libcddb' 'libcdio-paranoia' 'libcue' 'libmms' 'libmodplug' 'libmtp' 'libnotify' 'libopenmpt' 'libpipewire' 'libpulse' 'libsamplerate' 'libsidplayfp' 'libvorbis' 'lirc' 'mpg123' 'neon' 'opusfile' 'wavpack') makedepends=('glib2' 'python') provides=("$_pkgname") conflicts=("$_pkgname") source=("https://distfiles.audacious-media-player.org/$_pkgname-$pkgver.tar.bz2") sha256sums=('2dea26e3af583a2d684df240b27b2b2932bcd653df4db500a85f4fe5d5fdc8a6') build() { cd "$_pkgname-$pkgver" ./configure \ --prefix=/usr \ --enable-gtk3 \ --disable-qt make } package() { cd "$_pkgname-$pkgver" make DESTDIR="$pkgdir" install install -Dm644 COPYING "$pkgdir/usr/share/licenses/$_pkgname/LICENSE" }