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 ... 6 7 8 9 10 11 12 Next › Last »
Anonymous comment on 2011-02-05 23:39
Hi,
you should change docbook-xml to docbook-xsl, this is required since kde 4.6 landed in [extra].
Thanks.
Anonymous comment on 2011-02-05 03:12
I agree, pyqt must needs be changes to python2-qt.
Anonymous comment on 2011-01-21 10:41
pyqt is now python2-qt, can you modify the pkgbuild ?
Anonymous comment on 2010-11-01 01:42
UPDATE:
I finally added a patch to solve the python version issues.
Sorry for the delay; I've been busy with several midterms and forgot about this.
Thanks for the patch, pulsar68!
Anonymous comment on 2010-10-24 16:25
I have to look into building a PKGBUILD myself, but you'll need this patch:
http://code.google.com/p/lilykde/issues/detail?id=34&can=1&q=python
Anonymous comment on 2010-10-24 00:02
@pulsar68
Please post those files. They would be useful.
Thanks!
pulsar68 commented on 2010-10-23 08:06
oops
sorry for that
I built PKGBUILD and patch for 1.0.3 using python2.7. It works.
I can propose these files.
aberkoke commented on 2010-10-22 17:48
#pulsar68
You have an aur package for frescobaldi 1.1.7, it's frescobadi-devel
http://aur.archlinux.org/packages.php?ID=36986
1.1.7 version is unstable, a development release!
pulsar68 commented on 2010-10-22 13:37
pkgname=frescobaldi
pkgver=1.1.7
pkgrel=1
pkgdesc="A LilyPond sheet music editor for KDE4. It aims to be powerful, yet lightweight and easy to use."
arch=('i686' 'x86_64')
url="http://www.frescobaldi.org/"
license="GPL"
depends=('kdebase-kwrite' 'lilypond' 'python2>=2.6' 'pyqt' 'kdebindings-python')
optdepends=('rumor')
install=
makedepends=('automoc4' 'cmake' 'docbook-xml')
source=(http://lilykde.googlecode.com/files/$pkgname-$pkgver.tar.gz)
md5sums=('9251a196f945a1da737818f5d44c6e14')
build() {
cd $startdir/src/$pkgname-$pkgver
cmake . -DCMAKE_INSTALL_PREFIX=$(kde4-config --exec-prefix) || return 1
make || return 1
make install DESTDIR=$pkgdir || return 1
}
Anonymous comment on 2010-10-19 10:54
Needs changing due to python updates