mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 11:52:56 +02:00
audacious: update to 4.5
This commit is contained in:
parent
f62091c9a9
commit
182762f49e
3 changed files with 9 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'audacious-base'
|
||||
# Keep in sync with audacious and audacious-plugins
|
||||
pkgname=audacious-base
|
||||
version=4.4.2
|
||||
version=4.5
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="$(vopt_bool gtk) $(vopt_bool qt) -Dlibarchive=true -Dbuildstamp=xbps"
|
||||
|
@ -14,11 +14,10 @@ maintainer="classabbyamp <void@placeviolette.net>"
|
|||
license="BSD-2-Clause"
|
||||
homepage="https://audacious-media-player.org/"
|
||||
distfiles="https://github.com/audacious-media-player/audacious/archive/refs/tags/audacious-${version}.tar.gz"
|
||||
checksum=030acbf2b58e403d9737f0cda90aa4ce475a7beb0961404c69b6e03ce6a7b008
|
||||
checksum=9b0dd5cc963c157672747ef52b3dc8608e41326907f30875609c44243c7fa2b5
|
||||
|
||||
build_options="gtk qt"
|
||||
build_options_default="qt"
|
||||
vopt_conflict gtk qt
|
||||
build_options_default="gtk qt"
|
||||
|
||||
pre_configure() {
|
||||
# Meson uses paths from pkg-config which is /usr/lib32/qt6 when cross compiling 32-bit
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'audacious-plugins'
|
||||
# Keep in sync with audacious and audacious-base
|
||||
pkgname=audacious-plugins
|
||||
version=4.4.2
|
||||
revision=2
|
||||
version=4.5
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="$(vopt_bool gtk) $(vopt_bool qt)"
|
||||
hostmakedepends="gettext pkg-config glib-devel $(vopt_if qt qt6-tools)"
|
||||
|
@ -11,17 +11,17 @@ makedepends="audacious-base-devel alsa-lib-devel pulseaudio-devel jack-devel
|
|||
libmodplug-devel fluidsynth-devel libcdio-paranoia-devel wavpack-devel libnotify-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 pipewire-devel
|
||||
libsamplerate-devel
|
||||
$(vopt_if gtk gtk+3-devel) $(vopt_if qt 'qt6-base-devel qt6-multimedia-devel')"
|
||||
short_desc="Plugins for the Audacious media player"
|
||||
maintainer="classabbyamp <void@placeviolette.net>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://audacious-media-player.org/"
|
||||
distfiles="https://github.com/audacious-media-player/audacious-plugins/archive/refs/tags/audacious-plugins-${version}.tar.gz"
|
||||
checksum=0825b1e3ac1465c7a012bcb4c629a3390c8c22ebf3d207c6e8db056429e4ffa4
|
||||
checksum=00f091f0385c7c1968f9f496ec24a5e77d309e849e33bb5ccd7d73f2a1d5da05
|
||||
|
||||
build_options="gtk qt"
|
||||
build_options_default="qt"
|
||||
vopt_conflict gtk qt
|
||||
build_options_default="gtk qt"
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'audacious'
|
||||
# Keep in sync with audacious-base and audacious-plugins
|
||||
pkgname=audacious
|
||||
version=4.4.2
|
||||
version=4.5
|
||||
revision=1
|
||||
metapackage=yes
|
||||
depends="audacious-base>=${version}_1 audacious-plugins>=${version}_1"
|
||||
|
|
Loading…
Add table
Reference in a new issue