pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/musescore musescore: update to 3.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/62b1a46e38b1
branches: trunk
changeset: 445529:62b1a46e38b1
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Mon Jan 25 02:42:44 2021 +0000
description:
musescore: update to 3.6
pkgsrc-specific note: fixes from the 3.6 branch have been applied so
this builds with Qt 5.15 and doesn't crash when importing older scores
in certain contexts.
Release notes:
New
Added the new default notation fonts "Leland"
Added the new default text font "Edwin"
Added a new dialog that suggests trying out the new engraving defaults
Added automatic score ordering and bracketing
Added automatic vertical justification of staves
Added Mountain Dulcimer instrument and 3-string tab presets
Added portamento for FLUID synthesiser
Added Petaluma notation font
Added mnemonics for "Save", "Save As" and "Resource Manager"
Improvements
Redesigned the score migration dialog and the algorithm for applying new styles
Improved the vertical staff justification algorithm
First system indentation now takes the maximum of the length of the instruments labels and the style parameter
Added a support of measure number interval at multi-measure rests
Improved the recognition of instruments when loading a pre-3.6 score
Altered default canvas background colour
Improved functionality and appearance of 'Add Palettes' button
Implemented a new "Export" dialog
Improved the score symbols appearance
Updated Bravura notation font to version 1.39
Extended the set of accidentals
Implemented a third stroke style for minim-based two-note tremolos
Added extended fermata symbols to MusicXML I/O
Updated SMuFL to the latest version 1.3
Added support for triple sharp and triple flat
Replaced the accidentals from Emmentaler with improved ones from Parnassus
Added an indication of sounding pitch if the global concert pitch toggle is off and the current instrument has an actual pitch
Added heavy, reverse end and heavy double barlines
Added Sicilian translation
The Edit Style dialog is no longer modal: the score can now be traversed while the dialog is open
Added an alternative choice of “To Coda”
Added a harmony duration interpretation
MacOS window title bars now update according to the selected theme in MuseScore
Added an automatic change of theme in MuseScore according to the MacOS dark/light mode setting
The width of accidental symbols in the font is now honoured during drawing
Solo instrument names now end in "solo"
Improved collision avoidance between accidentals and ledger lines
Improved the appearance of shadow notes
Improved layout of the "Edit Style" dialog
Cleaned up all unnecessary spaces and words used in file export
Order of buttons in "Score migration" dialog is now platform-specific
Improved search behavior in "Palettes"
Added an option for applying new text font (Edwin) to imported MusicXML scores
Replenished collection of demo scores
Fixes
Fixed a bug preventing generation of square braces for an instrument with multiple staves
Fixed an issue where style dialog loses setting of chord symbol radio buttons
Fixed an issue with measure numbers not showing when first staff is cut away
Fixed an issue where ledger lines only showed correctly when staff line spacing set to 0.5 increments (i.e 1.5, 2.0, etc.)
Fixed an issue with image resize not correctly honouring aspect ratio
Fixed an issue with "Select Similar Beat" command not working with shortened measures
Fixed an issue where glissandos collide with double-digit start fretmarks
Fixed glissando and portamento playback
Enabled selection of text using the mouse in Palettes search field
Adjusted the "Range-transpose" shortcuts
Adjusted the appearance of dotted lines
Staff visibility changes are now allowed mid-score
Fixed an issue with the appearance of additive time signatures
Fixed an issue where Mandolin unintentionally has a Grand Piano sound
Expanded the list of special characters in "Special characters -> Common Symbols"
Jump at Volta End no longer skips last measure
Fixed a crash when switching instruments from an instrument with tabulature
Fixed an issue when toggling between clefs of unpitched and pitched instruments, which led to a crash
Fixed an issue where pressing Enter in the Score Properties dialog applies to the "New…" button rather than the "OK" button
Fixed a crash when deleting header/footer text after hiding
Fixed an issue where removing tuplets after inserting measures caused corruption/crash
Reduced useless whitespace in JSON files
Disabled auto collision avoidance for rests which do not have auto-placement enabled
Fixed an issue where rests cannot be merged together when the measure has 3 or 4 voices
Fixed an issue with the "Flatten all Beams" setting being ignored on score reload
Fixed an issue where voice-1 rests collide with voice-3 rhythm slashes
Fixed an issue where C time signature does not update
Fixed an issue with readability of the tempo field by screen readers
Fixed a palette search shortcut functionality issue
Fixed an issue with missing space between the key signature and the first note when the time signature is hidden
Fixed a freeze when a tie has the same start and end note
Fixed a crash when deleting or changing a time signature in a multi-measure rest
Fixed an issue with import of MusicXML files from the new version of Finale
Fixed an incorrect tuplet calculation on a two-note tremolo
Removed support for the "place at middle of stem" option for single-note tremolos
Fixed an issue where duplication of voltas leads to following voltas being ignored
Fixed an issue with MusicXML import of changed transpositions
Fixed an issue where hairpin export stops halfway
Fixed an issue with FirstSystemIndentation style setting not taking account of instrument label length
Fixed an issue where MusicXML import did not honour "measure-style/slash"
Fix missing kerning in MuseJazz Text
Fixed an issue with application of new styles to 'recent' scores
Fixed an issue with application of new styles to pre-3.6 scores
Fixed an issue with incorrect brace scaling
Fixed an issue with import of MusicXML tempo changes
Fixed an issue where aligned pedal lines jump wildly while being dragged
Fixed an issue with updating of translations
Fixed an issue with export of fretboard diagrams to MusicXML
Fixed an issue where atonal key signatures caused spacing issues
Fixed an issue with the "Show MIDI controls in mixer" checkbox in "Preferences" dialog
Fixed an issue with inconsistent stem directions on middle-line beamed notes
Fixed an issue with application of new styles to 'recent' scores
Fixed an issue with measure numbers colliding with brackets
Fixed an issue with triggering of translation process after a language switch
Fixed an issue where fingering was wrongly scaled with note size
Fixed an issue with cutaway courtesy clefs not showing
Fixed an issue with export of 32nd-note tuplets into MusicXML format
Removed unnecessary rounding of BPM value in "Play panel"
Fixed an issue with unexpected behavior of "Esc" key in "Edit Style" dialog
Fixed a crash when importing a file with an incomplete tuplet
Fixed an issue where adding instruments on top of others whose parts have been created leads to score corruption
Fixed an issue with styles in the "converter" mode
Fixed an issue where changing any property on a text line resets all styled properties to default
Fixed an issue where the "Custom" string in "Instrument > Order" shows untranslated
diffstat:
audio/musescore/Makefile | 10 +-
audio/musescore/PLIST | 424 +++++----
audio/musescore/distinfo | 14 +-
audio/musescore/patches/patch-build_FindQt5.cmake | 22 +
audio/musescore/patches/patch-build_Linux+BSD_portable_portable-utils.in | 33 +-
audio/musescore/patches/patch-libmscore_measure.cpp | 16 +
6 files changed, 289 insertions(+), 230 deletions(-)
diffs (truncated from 624 to 300 lines):
diff -r 7c7c7b249bd5 -r 62b1a46e38b1 audio/musescore/Makefile
--- a/audio/musescore/Makefile Mon Jan 25 00:54:43 2021 +0000
+++ b/audio/musescore/Makefile Mon Jan 25 02:42:44 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2021/01/01 09:52:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2021/01/25 02:42:44 gutteridge Exp $
-DISTNAME= musescore-3.5.2
-PKGREVISION= 4
+DISTNAME= musescore-3.6
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=musescore/}
GITHUB_PROJECT= MuseScore
@@ -35,7 +34,8 @@
pre-configure:
${MKDIR} ${WRKSRC}/bindir
-DEPENDS+= qt5-qttranslations>=5.15.1:../../x11/qt5-qttranslations
+DEPENDS+= qt5-qtgraphicaleffects>=5.15.2:../../x11/qt5-qtgraphicaleffects
+DEPENDS+= qt5-qttranslations>=5.15.2:../../x11/qt5-qttranslations
.include "options.mk"
.include "../../audio/lame/buildlink3.mk"
@@ -43,7 +43,7 @@
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-BUILDLINK_API_DEPENDS.qt5-qtbase+= qt5-qtbase>=5.15.1
+BUILDLINK_API_DEPENDS.qt5-qtbase+= qt5-qtbase>=5.15.2
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../x11/qt5-qtdeclarative/buildlink3.mk"
.include "../../x11/qt5-qtquickcontrols2/buildlink3.mk"
diff -r 7c7c7b249bd5 -r 62b1a46e38b1 audio/musescore/PLIST
--- a/audio/musescore/PLIST Mon Jan 25 00:54:43 2021 +0000
+++ b/audio/musescore/PLIST Mon Jan 25 02:42:44 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2020/10/18 03:33:13 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.6 2021/01/25 02:42:44 gutteridge Exp $
bin/mscore
bin/musescore
man/man1/mscore.1
@@ -23,211 +23,217 @@
share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
share/metainfo/org.musescore.MuseScore.appdata.xml
share/mime/packages/musescore.xml
-share/mscore-3.5/demos/Brassed_Up.mscx
-share/mscore-3.5/demos/Dynamic_Strings.mscx
-share/mscore-3.5/demos/Fugue_1.mscx
-share/mscore-3.5/demos/Reunion.mscz
-share/mscore-3.5/demos/Unclaimed_Gift.mscx
-share/mscore-3.5/instruments/instruments.xml
-share/mscore-3.5/locale/languages.xml
-share/mscore-3.5/locale/qt_ar.qm
-share/mscore-3.5/locale/qt_bg.qm
-share/mscore-3.5/locale/qt_ca.qm
-share/mscore-3.5/locale/qt_cs.qm
-share/mscore-3.5/locale/qt_da.qm
-share/mscore-3.5/locale/qt_de.qm
-share/mscore-3.5/locale/qt_es.qm
-share/mscore-3.5/locale/qt_fa.qm
-share/mscore-3.5/locale/qt_fi.qm
-share/mscore-3.5/locale/qt_fr.qm
-share/mscore-3.5/locale/qt_gd.qm
-share/mscore-3.5/locale/qt_gl.qm
-share/mscore-3.5/locale/qt_he.qm
-share/mscore-3.5/locale/qt_hu.qm
-share/mscore-3.5/locale/qt_it.qm
-share/mscore-3.5/locale/qt_ja.qm
-share/mscore-3.5/locale/qt_ko.qm
-share/mscore-3.5/locale/qt_lt.qm
-share/mscore-3.5/locale/qt_lv.qm
-share/mscore-3.5/locale/qt_pl.qm
-share/mscore-3.5/locale/qt_pt.qm
-share/mscore-3.5/locale/qt_ru.qm
-share/mscore-3.5/locale/qt_sk.qm
-share/mscore-3.5/locale/qt_sl.qm
-share/mscore-3.5/locale/qt_sv.qm
-share/mscore-3.5/locale/qt_tr.qm
-share/mscore-3.5/locale/qt_uk.qm
-share/mscore-3.5/locale/qt_zh_CN.qm
-share/mscore-3.5/locale/qt_zh_TW.qm
-share/mscore-3.5/locale/qtbase_ar.qm
-share/mscore-3.5/locale/qtbase_bg.qm
-share/mscore-3.5/locale/qtbase_ca.qm
-share/mscore-3.5/locale/qtbase_cs.qm
-share/mscore-3.5/locale/qtbase_da.qm
-share/mscore-3.5/locale/qtbase_de.qm
-share/mscore-3.5/locale/qtbase_en.qm
-share/mscore-3.5/locale/qtbase_es.qm
-share/mscore-3.5/locale/qtbase_fi.qm
-share/mscore-3.5/locale/qtbase_fr.qm
-share/mscore-3.5/locale/qtbase_gd.qm
-share/mscore-3.5/locale/qtbase_he.qm
-share/mscore-3.5/locale/qtbase_hu.qm
-share/mscore-3.5/locale/qtbase_it.qm
-share/mscore-3.5/locale/qtbase_ja.qm
-share/mscore-3.5/locale/qtbase_ko.qm
-share/mscore-3.5/locale/qtbase_lv.qm
-share/mscore-3.5/locale/qtbase_pl.qm
-share/mscore-3.5/locale/qtbase_ru.qm
-share/mscore-3.5/locale/qtbase_sk.qm
-share/mscore-3.5/locale/qtbase_tr.qm
-share/mscore-3.5/locale/qtbase_uk.qm
-share/mscore-3.5/locale/qtbase_zh_TW.qm
-share/mscore-3.5/locale/qtmultimedia_ar.qm
-share/mscore-3.5/locale/qtmultimedia_bg.qm
-share/mscore-3.5/locale/qtmultimedia_ca.qm
-share/mscore-3.5/locale/qtmultimedia_cs.qm
-share/mscore-3.5/locale/qtmultimedia_da.qm
-share/mscore-3.5/locale/qtmultimedia_de.qm
-share/mscore-3.5/locale/qtmultimedia_en.qm
-share/mscore-3.5/locale/qtmultimedia_es.qm
-share/mscore-3.5/locale/qtmultimedia_fi.qm
-share/mscore-3.5/locale/qtmultimedia_fr.qm
-share/mscore-3.5/locale/qtmultimedia_hu.qm
-share/mscore-3.5/locale/qtmultimedia_it.qm
-share/mscore-3.5/locale/qtmultimedia_ja.qm
-share/mscore-3.5/locale/qtmultimedia_ko.qm
-share/mscore-3.5/locale/qtmultimedia_pl.qm
-share/mscore-3.5/locale/qtmultimedia_ru.qm
-share/mscore-3.5/locale/qtmultimedia_sk.qm
-share/mscore-3.5/locale/qtmultimedia_tr.qm
-share/mscore-3.5/locale/qtmultimedia_uk.qm
-share/mscore-3.5/locale/qtmultimedia_zh_TW.qm
-share/mscore-3.5/locale/qtscript_ar.qm
-share/mscore-3.5/locale/qtscript_bg.qm
-share/mscore-3.5/locale/qtscript_ca.qm
-share/mscore-3.5/locale/qtscript_cs.qm
-share/mscore-3.5/locale/qtscript_da.qm
-share/mscore-3.5/locale/qtscript_de.qm
-share/mscore-3.5/locale/qtscript_en.qm
-share/mscore-3.5/locale/qtscript_es.qm
-share/mscore-3.5/locale/qtscript_fi.qm
-share/mscore-3.5/locale/qtscript_fr.qm
-share/mscore-3.5/locale/qtscript_he.qm
-share/mscore-3.5/locale/qtscript_hu.qm
-share/mscore-3.5/locale/qtscript_it.qm
-share/mscore-3.5/locale/qtscript_ja.qm
-share/mscore-3.5/locale/qtscript_ko.qm
-share/mscore-3.5/locale/qtscript_lv.qm
-share/mscore-3.5/locale/qtscript_pl.qm
-share/mscore-3.5/locale/qtscript_ru.qm
-share/mscore-3.5/locale/qtscript_sk.qm
-share/mscore-3.5/locale/qtscript_tr.qm
-share/mscore-3.5/locale/qtscript_uk.qm
-share/mscore-3.5/locale/qtxmlpatterns_bg.qm
-share/mscore-3.5/locale/qtxmlpatterns_ca.qm
-share/mscore-3.5/locale/qtxmlpatterns_cs.qm
-share/mscore-3.5/locale/qtxmlpatterns_da.qm
-share/mscore-3.5/locale/qtxmlpatterns_de.qm
-share/mscore-3.5/locale/qtxmlpatterns_en.qm
-share/mscore-3.5/locale/qtxmlpatterns_es.qm
-share/mscore-3.5/locale/qtxmlpatterns_fr.qm
-share/mscore-3.5/locale/qtxmlpatterns_hu.qm
-share/mscore-3.5/locale/qtxmlpatterns_it.qm
-share/mscore-3.5/locale/qtxmlpatterns_ja.qm
-share/mscore-3.5/locale/qtxmlpatterns_ko.qm
-share/mscore-3.5/locale/qtxmlpatterns_pl.qm
-share/mscore-3.5/locale/qtxmlpatterns_ru.qm
-share/mscore-3.5/locale/qtxmlpatterns_sk.qm
-share/mscore-3.5/locale/qtxmlpatterns_uk.qm
-share/mscore-3.5/locale/qtxmlpatterns_zh_TW.qm
-share/mscore-3.5/plugins/abc_import.qml
-share/mscore-3.5/plugins/colornotes.qml
-share/mscore-3.5/plugins/createscore.qml
-share/mscore-3.5/plugins/helloqml/helloqml.qml
-share/mscore-3.5/plugins/helloqml/translations/locale_de.qm
-share/mscore-3.5/plugins/helloqml/translations/locale_de.ts
-share/mscore-3.5/plugins/notenames-interactive.qml
-share/mscore-3.5/plugins/notenames.qml
-share/mscore-3.5/plugins/panel.qml
-share/mscore-3.5/plugins/random.qml
-share/mscore-3.5/plugins/random2.qml
-share/mscore-3.5/plugins/run.qml
-share/mscore-3.5/plugins/scorelist.qml
-share/mscore-3.5/plugins/view.qml
-share/mscore-3.5/plugins/walk.qml
-share/mscore-3.5/sound/MuseScore_General.sf3
-share/mscore-3.5/sound/MuseScore_General_License.md
-share/mscore-3.5/styles/MuseJazz.mss
-share/mscore-3.5/styles/cchords_muse.xml
-share/mscore-3.5/styles/cchords_nrb.xml
-share/mscore-3.5/styles/cchords_rb.xml
-share/mscore-3.5/styles/cchords_sym.xml
-share/mscore-3.5/styles/chords.xml
-share/mscore-3.5/styles/chords_jazz.xml
-share/mscore-3.5/styles/chords_std.xml
-share/mscore-3.5/styles/jazzchords.xml
-share/mscore-3.5/styles/stdchords.xml
-share/mscore-3.5/templates/01-General/00-Blank.mscx
-share/mscore-3.5/templates/01-General/01-Treble_Clef.mscx
-share/mscore-3.5/templates/01-General/02-Bass_Clef.mscx
-share/mscore-3.5/templates/01-General/03-Grand_Staff.mscx
-share/mscore-3.5/templates/02-Choral/01-SATB.mscx
-share/mscore-3.5/templates/02-Choral/02-SATB_+_Organ.mscx
-share/mscore-3.5/templates/02-Choral/03-SATB_+_Piano.mscx
-share/mscore-3.5/templates/02-Choral/04-SATB_Closed_Score.mscx
-share/mscore-3.5/templates/02-Choral/05-SATB_Closed_Score_+_Organ.mscx
-share/mscore-3.5/templates/02-Choral/06-SATB_Closed_Score_+_Piano.mscx
-share/mscore-3.5/templates/02-Choral/07-Voice_+_Piano.mscx
-share/mscore-3.5/templates/02-Choral/08-Barbershop_Quartet_(Men).mscx
-share/mscore-3.5/templates/02-Choral/09-Barbershop_Quartet_(Women).mscx
-share/mscore-3.5/templates/02-Choral/10-Liturgical_Unmetrical.mscx
-share/mscore-3.5/templates/02-Choral/11-Liturgical_Unmetrical_+_Organ.mscx
-share/mscore-3.5/templates/03-Chamber_Music/01-String_Quartet.mscx
-share/mscore-3.5/templates/03-Chamber_Music/02-Wind_Quartet.mscx
-share/mscore-3.5/templates/03-Chamber_Music/03-Wind_Quintet.mscx
-share/mscore-3.5/templates/03-Chamber_Music/04-Saxophone_Quartet.mscx
-share/mscore-3.5/templates/03-Chamber_Music/05-Brass_Quartet.mscx
-share/mscore-3.5/templates/03-Chamber_Music/06-Brass_Quintet.mscx
-share/mscore-3.5/templates/04-Solo/01-Guitar.mscx
-share/mscore-3.5/templates/04-Solo/02-Guitar_+_Tablature.mscx
-share/mscore-3.5/templates/04-Solo/03-Guitar_Tablature.mscx
-share/mscore-3.5/templates/04-Solo/04-Piano.mscx
-share/mscore-3.5/templates/05-Jazz/01-Jazz_Lead_Sheet.mscx
-share/mscore-3.5/templates/05-Jazz/02-Big_Band.mscx
-share/mscore-3.5/templates/05-Jazz/03-Jazz_Combo.mscx
-share/mscore-3.5/templates/06-Popular/01-Rock_Band.mscx
-share/mscore-3.5/templates/06-Popular/02-Bluegrass_Band.mscx
-share/mscore-3.5/templates/07-Band_and_Percussion/01-Concert_Band.mscx
-share/mscore-3.5/templates/07-Band_and_Percussion/02-Small_Concert_Band.mscx
-share/mscore-3.5/templates/07-Band_and_Percussion/03-Brass_Band.mscx
-share/mscore-3.5/templates/07-Band_and_Percussion/04-Marching_Band.mscx
-share/mscore-3.5/templates/07-Band_and_Percussion/05-Small_Marching_Band.mscx
-share/mscore-3.5/templates/07-Band_and_Percussion/06-Battery_Percussion.mscx
-share/mscore-3.5/templates/07-Band_and_Percussion/07-Large_Pit_Percussion.mscx
-share/mscore-3.5/templates/07-Band_and_Percussion/08-Small_Pit_Percussion.mscx
-share/mscore-3.5/templates/07-Band_and_Percussion/09-European_Concert_Band.mscx
-share/mscore-3.5/templates/08-Orchestral/01-Classical_Orchestra.mscx
-share/mscore-3.5/templates/08-Orchestral/02-Symphony_Orchestra.mscx
-share/mscore-3.5/templates/08-Orchestral/03-String_Orchestra.mscx
-share/mscore-3.5/templates/drumset_fr.drm
-share/mscore-3.5/templates/orchestral.drm
-share/mscore-3.5/tours/autoplace.tour
-share/mscore-3.5/tours/inspector.tour
-share/mscore-3.5/tours/mmrest.tour
-share/mscore-3.5/tours/navigate.tour
-share/mscore-3.5/tours/noteinput.tour
-share/mscore-3.5/tours/palette.tour
-share/mscore-3.5/tours/select.tour
-share/mscore-3.5/tours/spanner-drop-apply.tour
-share/mscore-3.5/tours/timeline.tour
-share/mscore-3.5/tours/welcome.tour
-share/mscore-3.5/wallpaper/background1.png
-share/mscore-3.5/wallpaper/paper1.png
-share/mscore-3.5/wallpaper/paper2.png
-share/mscore-3.5/wallpaper/paper3.png
-share/mscore-3.5/wallpaper/paper4.png
-share/mscore-3.5/wallpaper/paper5.png
-share/mscore-3.5/wallpaper/paper6.png
-share/mscore-3.5/wallpaper/paper7.png
-share/mscore-3.5/workspaces/Advanced.workspace
-share/mscore-3.5/workspaces/Basic.workspace
+share/mscore-${PKGVERSION}/demos/Brassed_Up.mscx
+share/mscore-${PKGVERSION}/demos/Dawn.mscx
+share/mscore-${PKGVERSION}/demos/Dynamic_Strings.mscx
+share/mscore-${PKGVERSION}/demos/Fugue_1.mscx
+share/mscore-${PKGVERSION}/demos/Reunion.mscz
+share/mscore-${PKGVERSION}/demos/Unclaimed_Gift.mscx
+share/mscore-${PKGVERSION}/instruments/instruments.xml
+share/mscore-${PKGVERSION}/instruments/orders.xml
+share/mscore-${PKGVERSION}/locale/languages.xml
+share/mscore-${PKGVERSION}/locale/qt_ar.qm
+share/mscore-${PKGVERSION}/locale/qt_bg.qm
+share/mscore-${PKGVERSION}/locale/qt_ca.qm
+share/mscore-${PKGVERSION}/locale/qt_cs.qm
+share/mscore-${PKGVERSION}/locale/qt_da.qm
+share/mscore-${PKGVERSION}/locale/qt_de.qm
+share/mscore-${PKGVERSION}/locale/qt_es.qm
+share/mscore-${PKGVERSION}/locale/qt_fa.qm
+share/mscore-${PKGVERSION}/locale/qt_fi.qm
+share/mscore-${PKGVERSION}/locale/qt_fr.qm
+share/mscore-${PKGVERSION}/locale/qt_gd.qm
+share/mscore-${PKGVERSION}/locale/qt_gl.qm
+share/mscore-${PKGVERSION}/locale/qt_he.qm
+share/mscore-${PKGVERSION}/locale/qt_hu.qm
+share/mscore-${PKGVERSION}/locale/qt_it.qm
+share/mscore-${PKGVERSION}/locale/qt_ja.qm
+share/mscore-${PKGVERSION}/locale/qt_ko.qm
+share/mscore-${PKGVERSION}/locale/qt_lt.qm
+share/mscore-${PKGVERSION}/locale/qt_lv.qm
+share/mscore-${PKGVERSION}/locale/qt_pl.qm
+share/mscore-${PKGVERSION}/locale/qt_pt.qm
+share/mscore-${PKGVERSION}/locale/qt_ru.qm
+share/mscore-${PKGVERSION}/locale/qt_sk.qm
+share/mscore-${PKGVERSION}/locale/qt_sl.qm
+share/mscore-${PKGVERSION}/locale/qt_sv.qm
+share/mscore-${PKGVERSION}/locale/qt_tr.qm
+share/mscore-${PKGVERSION}/locale/qt_uk.qm
+share/mscore-${PKGVERSION}/locale/qt_zh_CN.qm
+share/mscore-${PKGVERSION}/locale/qt_zh_TW.qm
+share/mscore-${PKGVERSION}/locale/qtbase_ar.qm
+share/mscore-${PKGVERSION}/locale/qtbase_bg.qm
+share/mscore-${PKGVERSION}/locale/qtbase_ca.qm
+share/mscore-${PKGVERSION}/locale/qtbase_cs.qm
+share/mscore-${PKGVERSION}/locale/qtbase_da.qm
+share/mscore-${PKGVERSION}/locale/qtbase_de.qm
+share/mscore-${PKGVERSION}/locale/qtbase_en.qm
+share/mscore-${PKGVERSION}/locale/qtbase_es.qm
+share/mscore-${PKGVERSION}/locale/qtbase_fi.qm
Home |
Main Index |
Thread Index |
Old Index