audacious-plugins: update to 4.3, adopt.
migrate to gtk+3, qt6, meson. add opus and pipewire support.
This commit is contained in:
parent
105055a46f
commit
e6dc2ee931
1 changed files with 11 additions and 10 deletions
|
@ -1,23 +1,24 @@
|
||||||
# Template file for 'audacious-plugins'
|
# Template file for 'audacious-plugins'
|
||||||
#Keep in sync with audacious!
|
#Keep in sync with audacious!
|
||||||
pkgname=audacious-plugins
|
pkgname=audacious-plugins
|
||||||
version=4.2
|
version=4.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
configure_args="$(vopt_enable gtk) $(vopt_enable qt)"
|
configure_args="$(vopt_bool gtk) $(vopt_bool gtk gtk3)
|
||||||
hostmakedepends="gettext pkg-config glib-devel"
|
$(vopt_bool qt) $(vopt_bool qt qt6)"
|
||||||
|
hostmakedepends="gettext pkg-config glib-devel $(vopt_if qt qt6-tools)"
|
||||||
makedepends="audacious-devel alsa-lib-devel pulseaudio-devel jack-devel
|
makedepends="audacious-devel alsa-lib-devel pulseaudio-devel jack-devel
|
||||||
lame-devel libvorbis-devel libflac-devel mpg123-devel faad2-devel ffmpeg-devel
|
lame-devel libvorbis-devel libflac-devel mpg123-devel faad2-devel ffmpeg-devel
|
||||||
libmodplug-devel fluidsynth-devel libcdio-paranoia-devel wavpack-devel libnotify-devel
|
libmodplug-devel fluidsynth-devel libcdio-paranoia-devel wavpack-devel libnotify-devel
|
||||||
libcurl-devel libmtp-devel neon-devel libmms-devel libxml2-devel
|
libcurl-devel libmtp-devel neon-devel libmms-devel libxml2-devel opus-devel opusfile-devel
|
||||||
libbs2b-devel libsoxr-devel libsidplayfp-devel libcue-devel libopenmpt-devel
|
libbs2b-devel libsoxr-devel libsidplayfp-devel libcue-devel libopenmpt-devel pipewire-devel
|
||||||
$(vopt_if gtk gtk+-devel) $(vopt_if qt 'qt5-devel qt5-multimedia-devel')"
|
$(vopt_if gtk gtk+3-devel) $(vopt_if qt 'qt6-base-devel qt6-multimedia-devel')"
|
||||||
short_desc="Plugins for the Audacious media player"
|
short_desc="Plugins for the Audacious media player"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="classabbyamp <void@placeviolette.net>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://audacious-media-player.org/"
|
homepage="https://audacious-media-player.org/"
|
||||||
distfiles="https://distfiles.audacious-media-player.org/${pkgname}-${version}.tar.bz2"
|
distfiles="https://distfiles.audacious-media-player.org/audacious-plugins-${version}.tar.bz2"
|
||||||
checksum=6fa0f69c3a1041eb877c37109513ab4a2a0a56a77d9e8c13a1581cf1439a417f
|
checksum=662ef6c8c4bd70d0f35fd1c5f08b91549b9436638b65f8a1a33956b09df89fc6
|
||||||
|
|
||||||
build_options="gtk qt"
|
build_options="gtk qt"
|
||||||
build_options_default="qt"
|
build_options_default="qt"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue