mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
strawberry: switch to qt6
This commit is contained in:
parent
44a6de2af4
commit
8a27901cee
1 changed files with 6 additions and 20 deletions
|
@ -1,13 +1,15 @@
|
||||||
# Template file for 'strawberry'
|
# Template file for 'strawberry'
|
||||||
pkgname=strawberry
|
pkgname=strawberry
|
||||||
version=1.1.1
|
version=1.1.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config protobuf gettext"
|
configure_args="-DBUILD_WITH_QT6=ON -DQT_HOST_PATH=/usr"
|
||||||
|
hostmakedepends="pkg-config protobuf gettext qt6-base qt6-tools"
|
||||||
makedepends="alsa-lib-devel boost-devel gnutls-devel fftw-devel
|
makedepends="alsa-lib-devel boost-devel gnutls-devel fftw-devel
|
||||||
chromaprint-devel gst-plugins-base1-devel libcdio-devel libgpod-devel
|
chromaprint-devel gst-plugins-base1-devel libcdio-devel libgpod-devel
|
||||||
libmtp-devel protobuf-devel pulseaudio-devel taglib-devel"
|
libmtp-devel protobuf-devel pulseaudio-devel taglib-devel qt6-base-devel
|
||||||
depends="desktop-file-utils"
|
qt6-plugin-mysql qt6-plugin-odbc qt6-plugin-pgsql qt6-plugin-sqlite"
|
||||||
|
depends="desktop-file-utils qt6-plugin-sqlite"
|
||||||
short_desc="Audio player and music collection organizer"
|
short_desc="Audio player and music collection organizer"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
@ -15,19 +17,3 @@ homepage="https://www.strawberrymusicplayer.org/"
|
||||||
changelog="https://raw.githubusercontent.com/strawberrymusicplayer/strawberry/master/Changelog"
|
changelog="https://raw.githubusercontent.com/strawberrymusicplayer/strawberry/master/Changelog"
|
||||||
distfiles="https://files.strawberrymusicplayer.org/${pkgname}-${version}.tar.xz"
|
distfiles="https://files.strawberrymusicplayer.org/${pkgname}-${version}.tar.xz"
|
||||||
checksum=ec0deff3c332aaa79dc9fb6dddd694480695cc6c97e7a7aba48e45cdde11f302
|
checksum=ec0deff3c332aaa79dc9fb6dddd694480695cc6c97e7a7aba48e45cdde11f302
|
||||||
|
|
||||||
build_options="qt6"
|
|
||||||
|
|
||||||
if [ "$build_option_qt6" ]; then
|
|
||||||
configure_args="-DBUILD_WITH_QT6=ON -DQT_HOST_PATH=/usr"
|
|
||||||
hostmakedepends+=" qt6-base qt6-tools"
|
|
||||||
makedepends+=" qt6-base-devel qt6-plugin-mysql
|
|
||||||
qt6-plugin-odbc qt6-plugin-pgsql qt6-plugin-sqlite"
|
|
||||||
depends+=" qt6-plugin-sqlite"
|
|
||||||
else
|
|
||||||
hostmakedepends+=" qt5-host-tools qt5-devel"
|
|
||||||
makedepends+=" qt5-tools-devel qt5-plugin-mysql
|
|
||||||
qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite
|
|
||||||
qt5-plugin-tds qt5-x11extras-devel"
|
|
||||||
depends+=" qt5-plugin-sqlite"
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue