Search Criteria
Package Details: frescobaldi 3.1.3-2
Git Clone URL: | https://aur.archlinux.org/frescobaldi.git (read-only, click to copy) |
---|---|
Package Base: | frescobaldi |
Description: | A LilyPond sheet music text editor. |
Upstream URL: | http://www.frescobaldi.org/ |
Keywords: | LilyPond |
Licenses: | |
Submitter: | None |
Maintainer: | rdoursenaud |
Last Packager: | rdoursenaud |
Votes: | 105 |
Popularity: | 1.25 |
First Submitted: | 2009-01-08 03:10 |
Last Updated: | 2021-01-06 11:23 |
Dependencies (26)
- hicolor-icon-theme (hicolor-icon-theme-git)
- hyphen
- poppler (poppler-minimal, poppler-lcdfilter, poppler-git, poppler-lcd)
- python-poppler-qt5 (python-poppler-qt5-git)
- tango-icon-theme
- python-ly>=0.9.5 (python-ly-git)
- python>=3.3 (python-dbg)
- python-pyqt5>=5.9
- python-pyqt5-sip>=5.9
- python-pyqt5-webengine>=5.9
- qt5-base>=5.9 (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- qt5-svg>=5.9 (qt5-svg-git)
- qt5-webkit>=5.9 (qt5-webkit-print, qt5-webkit-git)
- hyphen-de (optional) – German hyphenation rules
- hyphen-en (optional) – English hyphenation rules
- hyphen-es (optional) – Spanish hyphenation rules
- hyphen-fr (optional) – French hyphenation rules
- hyphen-hu (optional) – Hungarian hyphenation rules
- hyphen-it (optional) – Italian hyphenation rules
- hyphen-nl (optional) – Dutch hyphenation rules
- hyphen-ro (optional) – Romanian hyphenation rules
- lilypond (lilypond-git) (optional) – Music engraving (recommended)
- portmidi (optional) – MIDI playback (fallback engine)
- python-portmidi (optional) – MIDI playback (default engine)
- python-pycups (optional) – Printing to a local CUPS server
- python-pygame (python-pygame-git) (optional) – MIDI playback (alternate engine)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 ... Next › Last »
aignas commented on 2015-05-31 11:31
The python-poppler-qt should be python-poppler-qt4.
rdoursenaud commented on 2015-03-13 08:15
@cdemoulins Yes, I know that. But since Frescobaldi's documentation is explicit about the versions it requires, I preferred having them listed. After all, I don't know where this PKGBUILD might be used and being explicit never hurts ;-)
cdemoulins commented on 2015-03-12 17:34
For your information, you don't need to declare dependencies already satisfied. For example, python and qt4 are not needed because already included by python-pyqt4.
rdoursenaud commented on 2015-03-11 23:05
@ArchangeGabriel Damn, you're right. I've been caught off guard by the naming. Thanks for the heads up. Package updated!
Archange commented on 2015-03-11 22:24
python-portmidi is currently a python2 version. Is that OK?
rdoursenaud commented on 2015-03-11 18:41
Here we go for an updated package. Feel free to comment!
rdoursenaud commented on 2015-03-11 17:25
@cdemoulins: yes, no problem. Simply disown the package. I'll take care of it.
cdemoulins commented on 2015-03-11 16:44
@rdoursenaud as a contributor of the project do you want to take this package ? I'm just an occasional user and don't really follow the evolutions of the project.
rdoursenaud commented on 2015-03-11 14:03
Sorry I made a mistake in my previous comment: Frescobaldi uses python-portmidi first (that is not listed in the optdepends but should) then fallback to pygame then again, fallback to portmidi C bindings.
rdoursenaud commented on 2015-03-11 13:58
@tsester AFAIK pygame is unreleased for python 3.
You can use python-pygame-hg in the meantime or portmidi since they are mutually exclusive (frescobaldi will use portmidi first if available then try the pygame bindings).