Port details |
- guidolib Library for graphic rendering of music scores
- 1.7.7,1 audio
=2 1.7.7,1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2018-01-27 08:03:33
- Last Update: 2023-11-09 10:12:30
- Commit Hash: 90960fc
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: graphics print
- License: MPL20
- WWW:
- https://guido.grame.fr/
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- 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, run one of these commands:
- pkg install audio/guidolib
- pkg install guidolib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: guidolib
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1699426953
SHA256 (grame-cncm-guidolib-1.7.7_GH0.tar.gz) = a9e38cd4e1edcb4e8cb36d5f599c788a85d135ca05ac25816b843ea5e549cdd9
SIZE (grame-cncm-guidolib-1.7.7_GH0.tar.gz) = 42220978
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libmidisharelight.so : audio/midisharelight
- libcairo.so : graphics/cairo
- This port is required by:
- for Libraries
-
- audio/inscore
Configuration Options:
- ===> The following configuration options are available for guidolib-1.7.7,1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- audio_guidolib
- USES:
- compiler:c++17-lang cmake gnome localbase:ldflags pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.7,1 09 Nov 2023 10:12:30
    |
Yuri Victorovich (yuri)  |
audio/guidolib: Remove unnecessary build dependency |
1.7.7,1 09 Nov 2023 07:07:42
    |
Yuri Victorovich (yuri)  |
audio/guidolib: update 1.7.1 → 1.7.7 |
1.7.1,1 11 Sep 2022 10:20:14
    |
Felix Palmen (zirias)  |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.7.1,1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.7.1,1 25 Oct 2021 15:47:11
    |
Yuri Victorovich (yuri)  |
audio/guidolib: Update 168-207 -> 1.7.1 |
168.207 24 Oct 2021 16:38:30
    |
Yuri Victorovich (yuri)  |
audio/guidolib: Update 168 -> 168-207
Also update WWW. |
168_2 04 Jul 2021 16:55:16
    |
Loïc Bartoletti (lbartoletti)  |
misc/qtchooser: remove
QtChooser allows you to select your version of Qt among those installed.
However, this tool is no longer supported upstream and will not be
available for Qt6.
By default, our Qt installations are done in
${LOCALBASE}/lib/qt${QT_VERSION} as recommended.
We have added symbolic linking for the main binaries to
${LOCALBASE}/bin with the suffix -qt5. |
168_1 22 Jun 2021 18:53:08
    |
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
168 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
168 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
168 23 Feb 2021 07:07:45
  |
yuri  |
audio/guidolib: Remove unused target |
168 23 Feb 2021 07:04:14
  |
yuri  |
audio/guidolib: Update 164-61 -> 168 |
164.61_2 04 Nov 2019 20:39:52
  |
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'. |
164.61_2 26 Jul 2019 20:46:57
  |
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 |
164.61_1 16 Jan 2019 11:13:45
  |
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 ) |
164.61 13 Jan 2019 00:20:15
  |
linimon  |
USES=compiler:c++11-lang is necessary to build on GCC-based
architectures.
PR: 234372
Submitted by: Piotr Kubaj
Approved by: maintainer |
164.61 31 Aug 2018 09:02:48
  |
jhale  |
Fix build with Qt 5.11
While here, add USES=gnome since this has USE_GNOME
PR: 230884
Obtained from: upstream |
164.61 28 Jun 2018 17:39:55
  |
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 |
164.61 27 Jan 2018 06:19:51
  |
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 |