Project

Profile

Help

HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...

Feature #829523 ยป 0016-Meson-Install-stdsounds.patch

Marko Lindqvist, 2019-07-30 06:52 PM

View differences:

meson.build
install_data('data/helpdata.txt',
'data/hexemplio.tilespec',
'data/stdmusic.musicspec',
'data/stdsounds.soundspec',
install_dir : join_paths(get_option('datadir'), 'freeciv'))
install_data('data/misc/colors.tilespec',
......
install_data('data/stdmusic/CullamBruce-Lockhart--Dawning_Fanfare.ogg',
install_dir : join_paths(get_option('datadir'), 'freeciv/stdmusic'))
install_data('data/stdsounds/foot3.ogg',
'data/stdsounds/illegal.ogg',
'data/stdsounds/inh2o.ogg',
'data/stdsounds/LrgCan.ogg',
'data/stdsounds/LrgExpl.ogg',
'data/stdsounds/MedCan.ogg',
'data/stdsounds/metbrk.ogg',
'data/stdsounds/MgBar1.ogg',
'data/stdsounds/MgBar2.ogg',
'data/stdsounds/MgHeavy.ogg',
'data/stdsounds/Mortar.ogg',
'data/stdsounds/SmlExpl.ogg',
'data/stdsounds/Splash.ogg',
'data/stdsounds/THover.ogg',
'data/stdsounds/Tread.ogg',
'data/stdsounds/wakeup.ogg',
'data/stdsounds/wall01.ogg',
'data/stdsounds/woodbrk.ogg',
install_dir : join_paths(get_option('datadir'), 'freeciv/stdsounds'))
endif
gtk322_dep = dependency('gtk+-3.0', version : '>= 3.22')
    (1-1/1)