mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
audio/libmusicxml: Update 3.11 -> 3.13
Reported by: portscout
This commit is contained in:
parent
b484914c54
commit
b6f9c74ee1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483214
@ -1,8 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libmusicxml
|
||||
DISTVERSION= 3.11
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.13
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/license.txt
|
||||
USES= cmake:outsource compiler:c++11-lang
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= grame-cncm
|
||||
GH_TAGNAME= 91347ae
|
||||
USE_LDCONFIG= yes
|
||||
CMAKE_SOURCE_PATH= ${WRKSRC}/build
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1509525124
|
||||
SHA256 (grame-cncm-libmusicxml-3.11-91347ae_GH0.tar.gz) = 4f9a7009631a2baca9cfa4898603abd851f6be72f5e8d9d0eb5c0cfdc2ffcb55
|
||||
SIZE (grame-cncm-libmusicxml-3.11-91347ae_GH0.tar.gz) = 3106105
|
||||
TIMESTAMP = 1540689636
|
||||
SHA256 (grame-cncm-libmusicxml-v3.13_GH0.tar.gz) = f697fbe1ccedc446ff971ce1e408a318f1b2a8746a17dec16ea87d1bec4723cd
|
||||
SIZE (grame-cncm-libmusicxml-v3.13_GH0.tar.gz) = 3556885
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- build/CMakeLists.txt.orig 2017-10-30 10:42:38 UTC
|
||||
--- build/CMakeLists.txt.orig 2018-10-28 01:27:09 UTC
|
||||
+++ build/CMakeLists.txt
|
||||
@@ -146,7 +146,7 @@ endif()
|
||||
if(NOT APPLE)
|
||||
install ( TARGETS ${target} ${TOOLS}
|
||||
RUNTIME DESTINATION bin
|
||||
- LIBRARY DESTINATION /usr/lib
|
||||
+ LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib
|
||||
ARCHIVE DESTINATION lib
|
||||
# FRAMEWORK DESTINATION "/Library/Frameworks" CONFIGURATIONS Release
|
||||
PUBLIC_HEADER DESTINATION include/libmusicxml
|
||||
@@ -163,7 +163,7 @@ install ( TARGETS ${TOOLS}
|
||||
|
||||
####################################
|
||||
# install misc files
|
||||
-set (DOCDIR ${CMAKE_INSTALL_PREFIX}/shared/libmusicxml)
|
||||
+set (DOCDIR ${CMAKE_INSTALL_PREFIX}/share/libmusicxml)
|
||||
install (
|
||||
DIRECTORY ${DTDS} DESTINATION ${DOCDIR}/dtds
|
||||
FILE_PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
|
||||
|
@ -1,5 +1,8 @@
|
||||
bin/xml2guido
|
||||
bin/xml2ly
|
||||
bin/xmlread
|
||||
bin/xmltranspose
|
||||
bin/xmlversion
|
||||
include/libmusicxml/basevisitor.h
|
||||
include/libmusicxml/bimap.h
|
||||
include/libmusicxml/browser.h
|
||||
@ -9,25 +12,105 @@ include/libmusicxml/conversions.h
|
||||
include/libmusicxml/ctree.h
|
||||
include/libmusicxml/elements.h
|
||||
include/libmusicxml/exports.h
|
||||
include/libmusicxml/extraOptions.h
|
||||
include/libmusicxml/factory.h
|
||||
include/libmusicxml/functor.h
|
||||
include/libmusicxml/generalOptions.h
|
||||
include/libmusicxml/guido.h
|
||||
include/libmusicxml/keysignvisitor.h
|
||||
include/libmusicxml/keyvisitor.h
|
||||
include/libmusicxml/libmusicxml.h
|
||||
include/libmusicxml/lilypondOptions.h
|
||||
include/libmusicxml/lpsr.h
|
||||
include/libmusicxml/lpsr2LilypondInterface.h
|
||||
include/libmusicxml/lpsr2LilypondTranslator.h
|
||||
include/libmusicxml/lpsrBarNumbers.h
|
||||
include/libmusicxml/lpsrBasicTypes.h
|
||||
include/libmusicxml/lpsrComments.h
|
||||
include/libmusicxml/lpsrContexts.h
|
||||
include/libmusicxml/lpsrElements.h
|
||||
include/libmusicxml/lpsrHeaders.h
|
||||
include/libmusicxml/lpsrLayouts.h
|
||||
include/libmusicxml/lpsrLyrics.h
|
||||
include/libmusicxml/lpsrOptions.h
|
||||
include/libmusicxml/lpsrPapers.h
|
||||
include/libmusicxml/lpsrParallelMusic.h
|
||||
include/libmusicxml/lpsrPartGroups.h
|
||||
include/libmusicxml/lpsrParts.h
|
||||
include/libmusicxml/lpsrScheme.h
|
||||
include/libmusicxml/lpsrScores.h
|
||||
include/libmusicxml/lpsrStaves.h
|
||||
include/libmusicxml/lpsrVarValAssocs.h
|
||||
include/libmusicxml/lpsrVariables.h
|
||||
include/libmusicxml/lpsrVoices.h
|
||||
include/libmusicxml/messagesHandling.h
|
||||
include/libmusicxml/metronomevisitor.h
|
||||
include/libmusicxml/midicontextvisitor.h
|
||||
include/libmusicxml/msr.h
|
||||
include/libmusicxml/msr2LpsrInterface.h
|
||||
include/libmusicxml/msr2LpsrTranslator.h
|
||||
include/libmusicxml/msr2Names.h
|
||||
include/libmusicxml/msr2Summary.h
|
||||
include/libmusicxml/msrArpeggiatos.h
|
||||
include/libmusicxml/msrArticulations.h
|
||||
include/libmusicxml/msrBars.h
|
||||
include/libmusicxml/msrBasicTypes.h
|
||||
include/libmusicxml/msrBeams.h
|
||||
include/libmusicxml/msrBreaks.h
|
||||
include/libmusicxml/msrClefs.h
|
||||
include/libmusicxml/msrCredits.h
|
||||
include/libmusicxml/msrDivisions.h
|
||||
include/libmusicxml/msrDynamics.h
|
||||
include/libmusicxml/msrEMPTY.h
|
||||
include/libmusicxml/msrElements.h
|
||||
include/libmusicxml/msrIdentification.h
|
||||
include/libmusicxml/msrInstruments.h
|
||||
include/libmusicxml/msrKeys.h
|
||||
include/libmusicxml/msrLayout.h
|
||||
include/libmusicxml/msrLigatures.h
|
||||
include/libmusicxml/msrMidi.h
|
||||
include/libmusicxml/msrMutuallyDependent.h
|
||||
include/libmusicxml/msrOptions.h
|
||||
include/libmusicxml/msrOtherElements.h
|
||||
include/libmusicxml/msrPageGeometry.h
|
||||
include/libmusicxml/msrPartGroups.h
|
||||
include/libmusicxml/msrPartNamesDisplays.h
|
||||
include/libmusicxml/msrRehearsals.h
|
||||
include/libmusicxml/msrScores.h
|
||||
include/libmusicxml/msrSlashes.h
|
||||
include/libmusicxml/msrSlurs.h
|
||||
include/libmusicxml/msrStavesDetails.h
|
||||
include/libmusicxml/msrStems.h
|
||||
include/libmusicxml/msrTablatures.h
|
||||
include/libmusicxml/msrTechnicals.h
|
||||
include/libmusicxml/msrTempos.h
|
||||
include/libmusicxml/msrTies.h
|
||||
include/libmusicxml/msrTimes.h
|
||||
include/libmusicxml/msrTranspositions.h
|
||||
include/libmusicxml/msrTremolos.h
|
||||
include/libmusicxml/msrVarValAssocs.h
|
||||
include/libmusicxml/msrWords.h
|
||||
include/libmusicxml/musicXML2mxmlTreeInterface.h
|
||||
include/libmusicxml/musicXMLOptions.h
|
||||
include/libmusicxml/musicxmlfactory.h
|
||||
include/libmusicxml/musicxmlquery.h
|
||||
include/libmusicxml/mxmlTree2MsrSkeletonBuilder.h
|
||||
include/libmusicxml/mxmlTree2MsrSkeletonBuilderInterface.h
|
||||
include/libmusicxml/mxmlTree2MsrTranslator.h
|
||||
include/libmusicxml/mxmlTree2MsrTranslatorInterface.h
|
||||
include/libmusicxml/notevisitor.h
|
||||
include/libmusicxml/optionsBasicTypes.h
|
||||
include/libmusicxml/partlistvisitor.h
|
||||
include/libmusicxml/partsummary.h
|
||||
include/libmusicxml/rational.h
|
||||
include/libmusicxml/reader.h
|
||||
include/libmusicxml/setTraceOptionsIfDesired.h
|
||||
include/libmusicxml/singleton.h
|
||||
include/libmusicxml/smartlist.h
|
||||
include/libmusicxml/smartpointer.h
|
||||
include/libmusicxml/sortvisitor.h
|
||||
include/libmusicxml/timesignvisitor.h
|
||||
include/libmusicxml/traceOptions.h
|
||||
include/libmusicxml/transposevisitor.h
|
||||
include/libmusicxml/transposition.h
|
||||
include/libmusicxml/tree_browser.h
|
||||
@ -35,15 +118,85 @@ include/libmusicxml/typedefs.h
|
||||
include/libmusicxml/types.h
|
||||
include/libmusicxml/unrolled_clonevisitor.h
|
||||
include/libmusicxml/unrolled_xml_tree_browser.h
|
||||
include/libmusicxml/utilities.h
|
||||
include/libmusicxml/version.h
|
||||
include/libmusicxml/versions.h
|
||||
include/libmusicxml/visitable.h
|
||||
include/libmusicxml/visitor.h
|
||||
include/libmusicxml/xml.h
|
||||
include/libmusicxml/xml2guidovisitor.h
|
||||
include/libmusicxml/xml2lyOptionsHandling.h
|
||||
include/libmusicxml/xml_tree_browser.h
|
||||
include/libmusicxml/xmlfile.h
|
||||
include/libmusicxml/xmlpart2guido.h
|
||||
include/libmusicxml/xmlreader.h
|
||||
include/libmusicxml/xmlvisitor.h
|
||||
lib/libmusicxml2.so
|
||||
lib/libmusicxml2.so.3.11
|
||||
lib/libmusicxml2.so.3
|
||||
lib/libmusicxml2.so.3.1.2
|
||||
%%DATADIR%%/CHANGELOG.txt
|
||||
%%DATADIR%%/doc/libmusicxml2.pdf
|
||||
%%DATADIR%%/dtds/3.1/MusicXML.xpr
|
||||
%%DATADIR%%/dtds/3.1/README.md
|
||||
%%DATADIR%%/dtds/3.1/index.html
|
||||
%%DATADIR%%/dtds/3.1/musicxml.spp
|
||||
%%DATADIR%%/dtds/3.1/respec.html
|
||||
%%DATADIR%%/dtds/3.1/schema/attributes.mod
|
||||
%%DATADIR%%/dtds/3.1/schema/barline.mod
|
||||
%%DATADIR%%/dtds/3.1/schema/common.mod
|
||||
%%DATADIR%%/dtds/3.1/schema/container.dtd
|
||||
%%DATADIR%%/dtds/3.1/schema/direction.mod
|
||||
%%DATADIR%%/dtds/3.1/schema/identity.mod
|
||||
%%DATADIR%%/dtds/3.1/schema/isolat1.ent
|
||||
%%DATADIR%%/dtds/3.1/schema/isolat2.ent
|
||||
%%DATADIR%%/dtds/3.1/schema/layout.mod
|
||||
%%DATADIR%%/dtds/3.1/schema/link.mod
|
||||
%%DATADIR%%/dtds/3.1/schema/midixml.dtd
|
||||
%%DATADIR%%/dtds/3.1/schema/midixml.xsl
|
||||
%%DATADIR%%/dtds/3.1/schema/note.mod
|
||||
%%DATADIR%%/dtds/3.1/schema/opus.dtd
|
||||
%%DATADIR%%/dtds/3.1/schema/parttime.xsl
|
||||
%%DATADIR%%/dtds/3.1/schema/partwise.dtd
|
||||
%%DATADIR%%/dtds/3.1/schema/score.mod
|
||||
%%DATADIR%%/dtds/3.1/schema/sounds.dtd
|
||||
%%DATADIR%%/dtds/3.1/schema/sounds.xml
|
||||
%%DATADIR%%/dtds/3.1/schema/timepart.xsl
|
||||
%%DATADIR%%/dtds/3.1/schema/timewise.dtd
|
||||
%%DATADIR%%/dtds/3.1/schema/to10.xsl
|
||||
%%DATADIR%%/dtds/3.1/schema/to11.xsl
|
||||
%%DATADIR%%/dtds/3.1/schema/to20.xsl
|
||||
%%DATADIR%%/dtds/3.1/schema/to30.xsl
|
||||
%%DATADIR%%/schema/3.1/MusicXML.xpr
|
||||
%%DATADIR%%/schema/3.1/README.md
|
||||
%%DATADIR%%/schema/3.1/index.html
|
||||
%%DATADIR%%/schema/3.1/musicxml.spp
|
||||
%%DATADIR%%/schema/3.1/musicxml.xsd
|
||||
%%DATADIR%%/schema/3.1/opus.xsd
|
||||
%%DATADIR%%/schema/3.1/respec.html
|
||||
%%DATADIR%%/schema/3.1/schema/attributes.mod
|
||||
%%DATADIR%%/schema/3.1/schema/barline.mod
|
||||
%%DATADIR%%/schema/3.1/schema/common.mod
|
||||
%%DATADIR%%/schema/3.1/schema/container.dtd
|
||||
%%DATADIR%%/schema/3.1/schema/direction.mod
|
||||
%%DATADIR%%/schema/3.1/schema/identity.mod
|
||||
%%DATADIR%%/schema/3.1/schema/isolat1.ent
|
||||
%%DATADIR%%/schema/3.1/schema/isolat2.ent
|
||||
%%DATADIR%%/schema/3.1/schema/layout.mod
|
||||
%%DATADIR%%/schema/3.1/schema/link.mod
|
||||
%%DATADIR%%/schema/3.1/schema/midixml.dtd
|
||||
%%DATADIR%%/schema/3.1/schema/midixml.xsl
|
||||
%%DATADIR%%/schema/3.1/schema/note.mod
|
||||
%%DATADIR%%/schema/3.1/schema/opus.dtd
|
||||
%%DATADIR%%/schema/3.1/schema/parttime.xsl
|
||||
%%DATADIR%%/schema/3.1/schema/partwise.dtd
|
||||
%%DATADIR%%/schema/3.1/schema/score.mod
|
||||
%%DATADIR%%/schema/3.1/schema/sounds.dtd
|
||||
%%DATADIR%%/schema/3.1/schema/sounds.xml
|
||||
%%DATADIR%%/schema/3.1/schema/timepart.xsl
|
||||
%%DATADIR%%/schema/3.1/schema/timewise.dtd
|
||||
%%DATADIR%%/schema/3.1/schema/to10.xsl
|
||||
%%DATADIR%%/schema/3.1/schema/to11.xsl
|
||||
%%DATADIR%%/schema/3.1/schema/to20.xsl
|
||||
%%DATADIR%%/schema/3.1/schema/to30.xsl
|
||||
%%DATADIR%%/schema/3.1/xlink.xsd
|
||||
%%DATADIR%%/schema/3.1/xml.xsd
|
||||
|
Loading…
Reference in New Issue
Block a user