Compare commits
64 Commits
@ -1,6 +1,6 @@
|
||||
[submodule "admin"]
|
||||
path = admin
|
||||
url = http://system@scm.trinitydesktop.org/scm/git/tde-common-admin
|
||||
url = https://system@scm.trinitydesktop.org/scm/git/tde-common-admin
|
||||
[submodule "cmake"]
|
||||
path = cmake
|
||||
url = http://system@scm.trinitydesktop.org/scm/git/tde-common-cmake
|
||||
url = https://system@scm.trinitydesktop.org/scm/git/tde-common-cmake
|
||||
|
@ -0,0 +1,58 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2019 Slávek Banko
|
||||
# slavek.banko (AT) axis.cz
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
cmake_minimum_required( VERSION 2.8 )
|
||||
|
||||
|
||||
##### include our cmake modules #################
|
||||
|
||||
set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
|
||||
include( TDEL10n )
|
||||
|
||||
|
||||
##### prepare strings from data files ###########
|
||||
|
||||
## style names
|
||||
file( GLOB_RECURSE _style_files
|
||||
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/data/styles/*.xml )
|
||||
unset( _styles_l10n )
|
||||
foreach( _style_file ${_style_files} )
|
||||
get_filename_component( _style_name "${_style_file}" NAME_WE )
|
||||
string( REPLACE "_" " " _style_name "${_style_name}" )
|
||||
set( _styles_l10n "${_styles_l10n}i18n(\"${_style_name}\");\n" )
|
||||
endforeach( )
|
||||
file( WRITE "${CMAKE_CURRENT_SOURCE_DIR}/data/styles/.tde_l10n" "${_styles_l10n}" )
|
||||
|
||||
## font attributes
|
||||
set( _fonts_attribs "data/fonts/mappings/*.xml" )
|
||||
foreach( _fonts_attrib
|
||||
"rosegarden-font-encoding,name"
|
||||
"font-information,origin"
|
||||
"font-information,copyright"
|
||||
"font-information,mapped-by"
|
||||
"font-information,type" )
|
||||
|
||||
set( _fonts_attribs "${_fonts_attribs}:${_fonts_attrib}" )
|
||||
endforeach( )
|
||||
|
||||
|
||||
##### create translation templates ##############
|
||||
|
||||
tde_l10n_create_template(
|
||||
CATALOG "rosegarden"
|
||||
SOURCES
|
||||
"src"
|
||||
"doc/en/tips"
|
||||
"data/styles/.tde_l10n"
|
||||
ATTRIBUTES
|
||||
${_fonts_attribs}
|
||||
)
|
@ -1 +1 @@
|
||||
Subproject commit 04db460623e1f235e7239f08fdcc2d0ef72636af
|
||||
Subproject commit f9148018b2f8a11fd830712c1b508046cc34ff22
|
@ -1 +1 @@
|
||||
Subproject commit 1994b808819fd74446cb8f1a0491b3e10244f463
|
||||
Subproject commit c51d14850ff2ed8051e840db9df1698f84af4216
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 923 B |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 926 B After Width: | Height: | Size: 904 B |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 321 B After Width: | Height: | Size: 319 B |
Before Width: | Height: | Size: 553 B After Width: | Height: | Size: 552 B |
Before Width: | Height: | Size: 115 B After Width: | Height: | Size: 96 B |
Before Width: | Height: | Size: 106 B After Width: | Height: | Size: 87 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 570 B After Width: | Height: | Size: 401 B |
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 150 KiB |
Before Width: | Height: | Size: 308 KiB After Width: | Height: | Size: 308 KiB |
Before Width: | Height: | Size: 262 KiB After Width: | Height: | Size: 260 KiB |
Before Width: | Height: | Size: 322 KiB After Width: | Height: | Size: 320 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 967 B After Width: | Height: | Size: 767 B |
Before Width: | Height: | Size: 465 B After Width: | Height: | Size: 420 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 878 B After Width: | Height: | Size: 763 B |
Before Width: | Height: | Size: 961 B After Width: | Height: | Size: 948 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 947 B After Width: | Height: | Size: 867 B |
Before Width: | Height: | Size: 858 B After Width: | Height: | Size: 808 B |
Before Width: | Height: | Size: 737 B After Width: | Height: | Size: 725 B |
Before Width: | Height: | Size: 720 B After Width: | Height: | Size: 614 B |
Before Width: | Height: | Size: 144 B After Width: | Height: | Size: 129 B |
Before Width: | Height: | Size: 143 B After Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 482 B After Width: | Height: | Size: 425 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 523 B After Width: | Height: | Size: 442 B |
Before Width: | Height: | Size: 852 B After Width: | Height: | Size: 821 B |
Before Width: | Height: | Size: 419 B After Width: | Height: | Size: 362 B |
Before Width: | Height: | Size: 1014 B After Width: | Height: | Size: 887 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 532 B After Width: | Height: | Size: 443 B |
Before Width: | Height: | Size: 388 B After Width: | Height: | Size: 354 B |
Before Width: | Height: | Size: 461 B After Width: | Height: | Size: 459 B |
Before Width: | Height: | Size: 992 B After Width: | Height: | Size: 803 B |
Before Width: | Height: | Size: 521 B After Width: | Height: | Size: 435 B |
Before Width: | Height: | Size: 677 B After Width: | Height: | Size: 594 B |
Before Width: | Height: | Size: 404 B After Width: | Height: | Size: 356 B |
Before Width: | Height: | Size: 282 B After Width: | Height: | Size: 273 B |
Before Width: | Height: | Size: 362 B After Width: | Height: | Size: 362 B |
Before Width: | Height: | Size: 340 B After Width: | Height: | Size: 322 B |
Before Width: | Height: | Size: 224 B After Width: | Height: | Size: 204 B |
Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 359 B |
Before Width: | Height: | Size: 286 B After Width: | Height: | Size: 274 B |
Before Width: | Height: | Size: 361 B After Width: | Height: | Size: 356 B |
Before Width: | Height: | Size: 524 B After Width: | Height: | Size: 485 B |
Before Width: | Height: | Size: 198 B After Width: | Height: | Size: 171 B |
Before Width: | Height: | Size: 467 B After Width: | Height: | Size: 429 B |
Before Width: | Height: | Size: 466 B After Width: | Height: | Size: 428 B |
Before Width: | Height: | Size: 335 B After Width: | Height: | Size: 293 B |
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 307 B |
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 162 B |
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 163 B |
Before Width: | Height: | Size: 209 B After Width: | Height: | Size: 185 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 942 B |
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 111 B |
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 107 B |
Before Width: | Height: | Size: 821 B After Width: | Height: | Size: 630 B |
Before Width: | Height: | Size: 254 B After Width: | Height: | Size: 234 B |
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 229 B |
Before Width: | Height: | Size: 475 B After Width: | Height: | Size: 429 B |
Before Width: | Height: | Size: 322 B After Width: | Height: | Size: 295 B |
Before Width: | Height: | Size: 335 B After Width: | Height: | Size: 314 B |
Before Width: | Height: | Size: 423 B After Width: | Height: | Size: 422 B |
Before Width: | Height: | Size: 126 B After Width: | Height: | Size: 124 B |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 209 B After Width: | Height: | Size: 185 B |
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 495 B After Width: | Height: | Size: 368 B |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 240 B |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 957 B |
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 235 B After Width: | Height: | Size: 194 B |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 361 B After Width: | Height: | Size: 266 B |
Before Width: | Height: | Size: 155 KiB After Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 643 B After Width: | Height: | Size: 549 B |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 198 B After Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 543 B After Width: | Height: | Size: 462 B |
Before Width: | Height: | Size: 258 B After Width: | Height: | Size: 204 B |
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 147 B |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 515 B After Width: | Height: | Size: 455 B |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 6.0 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 8.0 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.9 KiB |
@ -1,16 +0,0 @@
|
||||
Begin4
|
||||
Title: Rosegarden
|
||||
Version: R14.0.0
|
||||
Entered-date: 2010-05-10
|
||||
Description: MIDI and audio sequencer and musical notation editor
|
||||
Keywords: TDE Qt JACK ALSA
|
||||
Author: Guillaume Laurent <glaurent@telegraph-road.org>
|
||||
Chris Cannam <cannam@all-day-breakfast.com>
|
||||
Richard Bown <bownie@bownie.com>
|
||||
Maintained-by: The Trinity Desktop Environment (TDE) http://www.trinitydesktop.org/
|
||||
Primary-site: http://git.trinitydesktop.org/cgit/
|
||||
Alternate-site:
|
||||
Original-site: http://www.rosegardenmusic.com/
|
||||
Platforms: Linux and other Unices running TDE
|
||||
Copying-policy: GPL
|
||||
End
|