audacious: update to 4.3, adopt.
migrate to gtk+3, qt6, meson
This commit is contained in:
parent
05f85fd27e
commit
105055a46f
1 changed files with 9 additions and 8 deletions
|
@ -1,20 +1,21 @@
|
|||
# Template file for 'audacious'
|
||||
#Keep in sync with audacious-plugins!
|
||||
pkgname=audacious
|
||||
version=4.2
|
||||
version=4.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable gtk) $(vopt_enable qt) --enable-libarchive"
|
||||
hostmakedepends="pkg-config gettext glib-devel $(vopt_if qt qt5-host-tools)"
|
||||
build_style=meson
|
||||
configure_args="-Dlibarchive=true $(vopt_bool gtk) $(vopt_bool gtk gtk3)
|
||||
$(vopt_bool qt) $(vopt_bool qt qt6) -Dbuildstamp=xbps"
|
||||
hostmakedepends="pkg-config gettext glib-devel $(vopt_if qt qt6-tools)"
|
||||
makedepends="libSM-devel dbus-glib-devel libguess-devel libarchive-devel
|
||||
$(vopt_if gtk gtk+-devel) $(vopt_if qt qt5-devel)"
|
||||
$(vopt_if gtk gtk+3-devel) $(vopt_if qt qt6-base-devel)"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
short_desc="Lightweight, advanced audio player focused on audio quality"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="classabbyamp <void@placeviolette.net>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://audacious-media-player.org/"
|
||||
distfiles="https://distfiles.${pkgname}-media-player.org/${pkgname}-${version}.tar.bz2"
|
||||
checksum=feb304e470a481fe2b3c4ca1c9cb3b23ec262540c12d0d1e6c22a5eb625e04b3
|
||||
distfiles="https://distfiles.audacious-media-player.org/audacious-${version}.tar.bz2"
|
||||
checksum=27584dc845c7e70db8c9267990945f17322a1ecc80ff8b452e9ca916a0ce9091
|
||||
|
||||
build_options="gtk qt"
|
||||
build_options_default="qt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue