Project

General

Profile

Feature #658 » 0041-stdsounds-Add-w_generic-sound-effect.patch

S3_1 - Marko Lindqvist, 05/22/2024 12:52 AM

View differences:

data/stdsounds.soundspec
OpenQuartz - Ali Jackson (alister667@hotmail.com) [ali]\
OpenQuartz - Frank Condello (pox@planetquake.com) [pox]\
Warzone - Eidos Entertainment (GPL release) [warzone]\
Eskapada - eskapada@o2.pl (Public Domain) [jt]"
Eskapada - eskapada@o2.pl (Public Domain) [jt]\
Trex0n - https://opengameart.org/users/trex0n [trex0n]"
; For a list of tags used see README.sound, buildings.ruleset and
; units.ruleset.
......
m_trireme = "stdsounds/inh2o.ogg" ; [pox]
;m_warriors = ""
;w_generic = ""
w_generic = "stdsounds/fanfarehappy.ogg" ; [trex0n]
;w_apollo_program = ""
;w_asmiths_trading_co = ""
;w_colossus = ""
data/stdsounds/Makefile.am
pkgdatadir = $(datadir)/$(PACKAGE)/stdsounds
pkgdata_DATA = \
fanfarehappy.ogg \
foot3.ogg \
illegal.ogg \
inh2o.ogg \
meson.build
install_data('data/stdmusic/CullamBruce-Lockhart--Dawning_Fanfare.ogg',
install_dir : join_paths(get_option('datadir'), 'freeciv/stdmusic'))
install_data('data/stdsounds/foot3.ogg',
install_data('data/stdsounds/fanfarehappy.ogg',
'data/stdsounds/foot3.ogg',
'data/stdsounds/illegal.ogg',
'data/stdsounds/inh2o.ogg',
'data/stdsounds/LrgCan.ogg',
(2-2/2)