Package Details: frescobaldi-git 3.1.2.r83.g79b04e50-1

Git Clone URL: https://aur.archlinux.org/frescobaldi-git.git (read-only, click to copy)
Package Base: frescobaldi-git
Description: A LilyPond sheet music text editor.
Upstream URL: http://www.frescobaldi.org/
Keywords: LilyPond
Licenses: GPL
Conflicts: frescobaldi
Provides: frescobaldi
Submitter: rdoursenaud
Maintainer: rdoursenaud
Last Packager: rdoursenaud
Votes: 9
Popularity: 0.000198
First Submitted: 2011-12-04 19:22 (UTC)
Last Updated: 2023-03-16 14:44 (UTC)

Dependencies (28)

Required by (0)

Sources (1)

Latest Comments

1 2 3 Next › Last »

rdoursenaud commented on 2023-03-16 14:50 (UTC)

@Flammkuchen Thanks for bringing this to my attention. Package updated.

Flammkuchen commented on 2023-03-15 23:34 (UTC) (edited on 2023-03-15 23:34 (UTC) by Flammkuchen)

Please add python-setuptools as build dependency. Without it I get the following error:

==> Starting package()...
/build/frescobaldi-git/src/frescobaldi-git/setup.py:9: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
  from distutils.core import setup
running install
error: error in setup.cfg: command 'install' has no such option 'single_version_externally_managed'
==> ERROR: A failure occurred in package().
    Aborting...

rdoursenaud commented on 2022-04-06 00:56 (UTC)

@Flammkuchen Thanks for bringing this to my attention. Package updated.

Flammkuchen commented on 2022-03-29 15:32 (UTC)

Please update the source to git+https://. Github dropped support for the git:// protocol.

pepperdas commented on 2020-02-19 07:08 (UTC) (edited on 2020-02-19 07:10 (UTC) by pepperdas)

I was only able to get this to work by installing

python-ly-git

instead of python-ly and also adding the following lines to the pkgbuild

prepare() {
  cd "${srcdir}/${pkgname}"
  # Provided by tango-icon-theme
  rm -rf "frescobaldi_app/icons/Tango"
  # Provided by hyphen-*
  rm -f frescobaldi_app/hyphdicts/hyph_*.dic
  rm -f frescobaldi_app/hyphdicts/README*
>>  cd linux
>>  make all
}

zoe commented on 2020-01-15 00:43 (UTC) (edited on 2020-01-15 00:45 (UTC) by zoe)

Please, add python-pyqtwebengine as dependency.

Without it, frescobaldi crashed with this error :

   Traceback (most recent call last):
     File "/usr/bin/frescobaldi", line 24, in <module>
       import main
     File "/usr/lib/python3.8/site-packages/frescobaldi_app/main.py", line 34, in <module>
       import app              # Instantiate global signals etc
     File "/usr/lib/python3.8/site-packages/frescobaldi_app/app.py", line 36, in <module>
       import PyQt5.QtWebEngineWidgets
   ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets'

Beacon515L commented on 2020-01-05 03:19 (UTC)

Possible missing dependency: python-pyqtwebengine.

Traceback (most recent call last): File "/usr/bin/frescobaldi", line 24, in <module> import main File "/usr/lib/python3.8/site-packages/frescobaldi_app/main.py", line 34, in <module> import app # Instantiate global signals etc File "/usr/lib/python3.8/site-packages/frescobaldi_app/app.py", line 34, in <module> import PyQt5.QtWebEngineWidgets ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets'

Installing the package resolves this.

rdoursenaud commented on 2017-06-09 08:22 (UTC)

@archmylinux Yes, I'm getting the same error. Might be worth reporting upstream: https://github.com/wbsoft/frescobaldi/issues