Search Criteria
Package Details: liblomse 0.28.0-1
Git Clone URL: | https://aur.archlinux.org/liblomse.git (read-only, click to copy) |
---|---|
Package Base: | liblomse |
Description: | A music score renderization/edition library |
Upstream URL: | http://www.lenmus.org/en/lomse/intro |
Licenses: | |
Groups: | |
Submitter: | kolewu |
Maintainer: | kolewu |
Last Packager: | ainola |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2013-06-09 11:44 |
Last Updated: | 2021-02-18 22:32 |
Dependencies (7)
- fontconfig (fontconfig-srb, fontconfig-infinality-ultimate, fontconfig-infinality, fontconfig-infinality-remix, fontconfig-ubuntu, fontconfig-git, fontconfig-minimal-git)
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-infinality-remix, freetype2-git, freetype2-minimal-git)
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git, zlib-ng)
- cmake (cmake-git) (make)
- ttf-liberation (make)
- unittestpp (make)
Latest Comments
kolewu commented on 2015-12-12 21:30
The only package that requires this one is lenmus and the current lenmus version 5.4 has an embedded liblomse.
So liblomse is not needed anymore as a dependency but maybe useful as a library of it's own.
kolewu commented on 2014-02-12 17:02
Thanks für your comment.
I have build a new version that is now building correctly.
kolewu commented on 2014-02-12 17:01
Thanks für your comment.
I have build a new version that is now buidling correctly.
momsen commented on 2014-02-11 10:48
Hi,
I currently have problems building this library for lenmus:
cmake 2.8.12.2-1 (from the main repositories) won't FreeType2-Headers:
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find Freetype (missing: FREETYPE_INCLUDE_DIRS)
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
cmake-modules/FindFreetype.cmake:108 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:339 (find_package)
FindFreetype.cmake-Module:
find_path(FREETYPE_INCLUDE_DIR_ft2build ft2build.h
HINTS
ENV FREETYPE_DIR
PATHS
/usr/X11R6
/usr/local/X11R6
/usr/local/X11
/usr/freeware
ENV GTKMM_BASEPATH
[HKEY_CURRENT_USER\\SOFTWARE\\gtkmm\\2.4;Path]
[HKEY_LOCAL_MACHINE\\SOFTWARE\\gtkmm\\2.4;Path]
PATH_SUFFIXES include/freetype2 include/freetype include
)
find_path(FREETYPE_INCLUDE_DIR_freetype2 config/ftheader.h
HINTS
ENV FREETYPE_DIR
PATHS
/usr/X11R6
/usr/local/X11R6
/usr/local/X11
/usr/freeware
ENV GTKMM_BASEPATH
[HKEY_CURRENT_USER\\SOFTWARE\\gtkmm\\2.4;Path]
[HKEY_LOCAL_MACHINE\\SOFTWARE\\gtkmm\\2.4;Path]
PATH_SUFFIXES include/freetype2 include/freetype include include/freetype2/freetype
)
[...]
The files are actually in the given paths:
/usr/include/freetype/ft2build.h
/usr/include/freetype/config/ftheader.h