Port details |
- guidolib Library for graphic rendering of music scores
- 168 audio
=0 164.61_2Version of this port present on the latest quarterly branch.- Maintainer: yuri@FreeBSD.org
 - Port Added: 2018-01-27 08:03:33
- Last Update: 2021-02-23 07:07:45
- SVN Revision: 566376
- Also Listed In: graphics print
- License: MPL20
- Description:
- The Guido Engine Library is a generic, portable library and API for the
graphical rendering of musical scores. The library is based on the GUIDO
Music Notation Format as the underlying data format. It takes account of
the conventional music notation system and should be flexible enough to
include any graphical sign and musical information if necessary.
The GUIDO Music Notation Format [GMN] is a formal language for score level
music representation. It is a plain-text, i.e. readable and platform
independent format capable of representing all information contained in
conventional musical scores. The basic GUIDO Format is very flexible and can
be easily extended and adapted to capture a wide variety of musical features
beyond conventional musical notation (CMN). The GUIDO design is strongly
influenced by the objective to facilitate an adequate representation of musical
material, from tiny motives up to complex symphonic scores. GUIDO is a general
purpose musical notation format; the intended range of application includes
notation software, compositional and analytical systems and tools, performance
systems, and large musical databases. It is powerful, flexible, easily
portable, and human readable.
WWW: http://guidolib.sourceforge.net/
- SVNWeb : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- guidolib>0:audio/guidolib
- To install the port:
cd /usr/ports/audio/guidolib/ && make install clean - To add the package:
pkg install guidolib - PKGNAME: guidolib
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1614055636
SHA256 (grame-cncm-guidolib-v168_GH0.tar.gz) = ff4abd38b419e54a53f90522349e440c60c49cd1f8d17e73e9b4e0c78aa66070
SIZE (grame-cncm-guidolib-v168_GH0.tar.gz) = 42637630
Packages: (move your mouse over the cells for more information)
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- xorgproto>=0 : x11/xorgproto
- qt5-buildtools>=5.15.2 : devel/qt5-buildtools
- qt5-qmake>=5.15.2 : devel/qt5-qmake
- Library dependencies:
-
- libmidisharelight.so : audio/midisharelight
- libGL.so : graphics/mesa-libs
- libcairo.so : graphics/cairo
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5PrintSupport.so : print/qt5-printsupport
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- libQt5Xml.so : textproc/qt5-xml
- There are no ports dependent upon this port
- Configuration Options
- ===> The following configuration options are available for guidolib-168:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- USES:
- compiler:c++11-lang gl gmake gnome localbase:ldflags pkgconfig qt:5 xorg xorg
- Master Sites:
-
|
Number of commits found: 9
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
23 Feb 2021 07:07:45
168

|
yuri  |
audio/guidolib: Remove unused target |
23 Feb 2021 07:04:14
168

|
yuri  |
audio/guidolib: Update 164-61 -> 168 |
04 Nov 2019 20:39:52
164.61_2

|
zeising  |
Add USES=xorg USES=gl, ports categories a
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'a'. |
26 Jul 2019 20:46:57
164.61_2

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
16 Jan 2019 11:13:45
164.61_1

|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
13 Jan 2019 00:20:15
164.61

|
linimon  |
USES=compiler:c++11-lang is necessary to build on GCC-based
architectures.
PR: 234372
Submitted by: Piotr Kubaj
Approved by: maintainer |
31 Aug 2018 09:02:48
164.61

|
jhale  |
Fix build with Qt 5.11
While here, add USES=gnome since this has USE_GNOME
PR: 230884
Obtained from: upstream |
28 Jun 2018 17:39:55
164.61

|
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
27 Jan 2018 06:19:51
164.61

|
yuri  |
New port: audio/guidolib: Library for graphic rendering of music scores
Guidolib implements a new way to encode and typeset music on computer.
The common, most ubuiquitous way is MusicXML. It is the XML schema that is
hardly
readable for humans. Guidolib takes an alternative approach, and represents
music notation in a way very similar to a computer program. It is easily
readable and writable by humans.
http://guidolib.sourceforge.net/
PR: 221838
Approved by: tcberner (mentor)
Differential Revision: D13705 |
Number of commits found: 9
|
Latest Vulnerabilities |
10 vulnerabilities affecting 79 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
Last updated: 2021-03-05 21:21:29
|
|