mpc-qt: update to 22.02.

This commit is contained in:
Andrew Benson 2022-11-12 16:04:14 -06:00 committed by Đoàn Trần Công Danh
parent 7a9a9db6c5
commit 0a4d117ad9
1 changed files with 4 additions and 14 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'mpc-qt' # Template file for 'mpc-qt'
pkgname=mpc-qt pkgname=mpc-qt
version=18.08 version=22.02
revision=1 revision=1
build_style=qmake build_style=qmake
configure_args="MPCQT_VERSION=${version}" configure_args="MPCQT_VERSION=${version}"
@ -9,16 +9,6 @@ makedepends="qt5-devel qt5-x11extras-devel mpv-devel"
short_desc="Clone of Media Player Classic reimplemented in Qt" short_desc="Clone of Media Player Classic reimplemented in Qt"
maintainer="SolitudeSF <solitudesf@protonmail.com>" maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://github.com/cmdrkotori/mpc-qt" homepage="https://mpc-qt.github.io/"
#distfiles="${homepage}/archive/v${version}.tar.gz" distfiles="https://github.com/mpc-qt/mpc-qt/archive/refs/tags/v${version}.tar.gz"
# https://github.com/mpv-player/mpv/commit/575197ff8b0a0d8cd14f7ee78461c1d61d045d72 checksum=fa6cffd6bde1304b6c0ec3aba8e98d03f4d73999fee4e4546026ec159530350d
distfiles="https://sources.voidlinux.org/mpc-qt-18.08/v18.08.tar.gz
https://raw.githubusercontent.com/mpv-player/mpv/2337fa4e0213993398d36cb3222633766d677dfd/libmpv/qthelper.hpp"
checksum="c58fd90926773c9da8bdfc1a8e4dba0b95cbc58cee6db9981e8de94fd9534406
86e1fcba6001829b7e23a856db84d01ebc76e63528f74064d7bc5705015a2684"
skip_extraction="qthelper.hpp"
post_extract() {
mkdir -p mpv
cp $XBPS_SRCDISTDIR/mpc-qt-$version/qthelper.hpp mpv/
}