parent
51846bb8aa
commit
fbdba588c1
|
@ -1,14 +1,16 @@
|
|||
# Template file for 'audacious-plugins'
|
||||
pkgname=audacious-plugins
|
||||
version=3.10.1
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable gtk) $(vopt_enable qt)"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="audacious-devel alsa-lib-devel pulseaudio-devel jack-devel
|
||||
lame-devel libvorbis-devel libflac-devel mpg123-devel faad2-devel ffmpeg-devel
|
||||
libmodplug-devel fluidsynth-devel libcdio-paranoia-devel wavpack-devel libnotify-devel
|
||||
libcurl-devel libmtp-devel neon-devel libmms-devel gtk+-devel libxml2-devel
|
||||
libbs2b-devel libsoxr-devel libsidplayfp-devel"
|
||||
libcurl-devel libmtp-devel neon-devel libmms-devel libxml2-devel
|
||||
libbs2b-devel libsoxr-devel libsidplayfp-devel libcue-devel
|
||||
$(vopt_if gtk gtk+-devel) $(vopt_if qt 'qt5-devel qt5-multimedia-devel')"
|
||||
short_desc="Plugins for the Audacious media player"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-2-Clause"
|
||||
|
@ -16,6 +18,11 @@ homepage="https://audacious-media-player.org/"
|
|||
distfiles="https://distfiles.audacious-media-player.org/${pkgname}-${version}.tar.bz2"
|
||||
checksum=eec3177631f99729bf0e94223b627406cc648c70e6646e35613c7b55040a2642
|
||||
|
||||
build_options="gtk qt"
|
||||
build_options_default="gtk"
|
||||
desc_option_gtk="Enable support for the GTK+2 GUI toolkit"
|
||||
vopt_conflict gtk qt
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue