mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
clementine: revbump for libtag
This commit is contained in:
parent
896d8a1c25
commit
34592c0981
1 changed files with 10 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'clementine'
|
||||
pkgname=clementine
|
||||
version=1.4.1
|
||||
revision=1
|
||||
_fullver=${version}-10-gefe886e0a
|
||||
revision=2
|
||||
_fullver=${version}-35-g400085808
|
||||
build_style=cmake
|
||||
configure_args="-DUSE_SYSTEM_TAGLIB=ON -DBUILD_WERROR=OFF -DUSE_SYSTEM_PROJECTM=ON
|
||||
-DFORCE_GIT_REVISION=${_fullver} -DCMAKE_CXX_STANDARD=17"
|
||||
|
@ -20,7 +20,14 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.clementine-player.org/"
|
||||
distfiles="https://github.com/clementine-player/Clementine/releases/download/${_fullver}/clementine-${_fullver}.tar.xz"
|
||||
checksum=f751157c6e8cb760f86802344a32220a4259a2c15d0a2a9f235777f9d3c0aa1d
|
||||
checksum=6333035fd48899768132815cbb6edf3277d247e82d78b74bb505b58baeace84f
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
configure_args+=" -DCMAKE_EXE_LINKER_FLAGS='-lexecinfo'"
|
||||
makedepends+=" libexecinfo-devel"
|
||||
;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
rm -rf $DESTDIR/builddir
|
||||
|
|
Loading…
Add table
Reference in a new issue