Github messages for voidlinux
 help / color / mirror / Atom feed
From: yopito <yopito@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: musescore: update to 4.0.0.
Date: Sun, 26 Feb 2023 00:05:40 +0100	[thread overview]
Message-ID: <20230225230540.vQb2mhk3Bv0_eR_2FMt5EMAM1HTdQn0VsVWnhIKchaU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41082@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 2049 bytes --]

New comment by yopito on void-packages repository

https://github.com/void-linux/void-packages/pull/41082#issuecomment-1445223784

Comment:
hello, version 4.0.1 is building fine for me, basic usage too.
with the template below. Feel free to reuse it for this PR:
```
pkgname=musescore
version=4.0.1
revision=1
build_style=cmake
configure_args="-DUSE_SYSTEM_FREETYPE=ON -DDOWNLOAD_SOUNDFONT=OFF
 -DBUILD_CRASHPAD_CLIENT=OFF -DINSTALL_GTEST=OFF
 -DMUSESCORE_BUILD_CONFIG=release"
hostmakedepends="pkg-config qt5-qmake qt5-host-tools qt5-tools"
makedepends="libsndfile-devel qt5-declarative-devel qt5-networkauth-devel
 qt5-quickcontrols2-devel qt5-xmlpatterns-devel qt5-svg-devel qt5-tools-devel
 qt5-x11extras-devel"
depends="qt5-quickcontrols qt5-graphicaleffects qt5-quickcontrols2"

short_desc="Create, play and print beautiful sheet music"
maintainer="tibequadorian <tibequadorian@posteo.de>"
license="GPL-3.0-or-later"
homepage="https://musescore.org/"
_soundfont_url="https://ftp.osuosl.org/pub/musescore/soundfont/MuseScore_General"
distfiles="https://github.com/musescore/MuseScore/archive/refs/tags/v${version}.tar.gz
 ${_soundfont_url}/MuseScore_General.sf3
 ${_soundfont_url}/MuseScore_General_License.md"
checksum="35367bdf473571ed6fb5df6a8d07f56c730c4bce92030216d7fc44bbb884bbe6
 5b85b6c2c61d10b2b91cddd41efcce7b25cd31c8271d511c73afafbef20b6fa3
 5ad8d737e13c7f01f5b9674872a82a92b4ba253603e8ed14b9db12293550b4b9"
skip_extraction="MuseScore_General.sf3 MuseScore_General_License.md"

post_extract() {
	cp "${XBPS_SRCDISTDIR}/${pkgname}-${version}/MuseScore_General.sf3" "${wrksrc}/share/sound/"
	cp "${XBPS_SRCDISTDIR}/${pkgname}-${version}/MuseScore_General_License.md" "${wrksrc}/share/sound/"
}

post_install() {
	rm ${DESTDIR}/usr/bin/crashpad_handler
	# come from emebedded third-party
	rm -r ${DESTDIR}/usr/include/kddockwidgets
	rm -r ${DESTDIR}/usr/include/opus
	rm -r ${DESTDIR}/usr/lib/cmake/KDDockWidgets
	rm ${DESTDIR}/usr/lib/libopus.a
	rm ${DESTDIR}/usr/lib/libkddockwidgets.a
```


  parent reply	other threads:[~2023-02-25 23:05 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-14 11:59 [PR PATCH] " tibequadorian
2022-12-14 12:48 ` [PR PATCH] [Updated] " tibequadorian
2022-12-14 13:56 ` tibequadorian
2022-12-14 13:57 ` tibequadorian
2023-02-25 23:05 ` yopito [this message]
2023-02-25 23:06 ` yopito
2023-03-14 14:07 ` [PR PATCH] [Updated] " tibequadorian
2023-03-14 14:07 ` tibequadorian
2023-03-15 20:17 ` [PR REVIEW] " sirkhancision
2023-03-15 20:17 ` sirkhancision
2023-03-16  0:18 ` tibequadorian
2023-06-14  1:59 ` github-actions
2023-06-28  2:07 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230225230540.vQb2mhk3Bv0_eR_2FMt5EMAM1HTdQn0VsVWnhIKchaU@z \
    --to=yopito@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).