Index: head/multimedia/din/Makefile =================================================================== --- head/multimedia/din/Makefile (revision 472967) +++ head/multimedia/din/Makefile (revision 472968) @@ -1,40 +1,42 @@ # $FreeBSD$ PORTNAME= din -PORTVERSION= 30 +PORTVERSION= 35 CATEGORIES= multimedia MASTER_SITES= https://archive.org/download/dinisnoise_source_code/ MAINTAINER= santhosh.raju@gmail.com COMMENT= DIN Is Noise is an open source, cross-platform sound \ synthesizer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libasound.so:audio/alsa-lib \ libjack.so:audio/jack \ libtcl${TCL_SHLIB_VER}.so:lang/tcl${TCL_SHLIB_VER} \ libSDL.so:devel/sdl12 \ libGL.so:graphics/mesa-libs USES= autoreconf tcl:86+ GNU_CONFIGURE= yes + +INSTALLS_ICONS= yes OPTIONS_SINGLE= BACKEND OPTIONS_SINGLE_BACKEND= JACK ALSA OPTIONS_DEFAULT= JACK JACK_DESC= Uses JACK sound server ALSA_DESC= Uses ALSA sound server ALSA_CXXFLAGS+= -D__LINUX_ALSA__ JACK_CXXFLAGS+= -D__UNIX_JACK__ CXXFLAGS+= -I${LOCALBASE}/include \ -I${LOCALBASE}/include/tcl${TCL_VER} LIBS+= -L${LOCALBASE}/lib -ltcl${TCL_SHLIB_VER} -lthr .include Index: head/multimedia/din/distinfo =================================================================== --- head/multimedia/din/distinfo (revision 472967) +++ head/multimedia/din/distinfo (revision 472968) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519839329 -SHA256 (din-30.tar.gz) = 85cc9b868e2bc5056cf1e868a37c706422c0d1d6d9a125018e14a8a9c2253070 -SIZE (din-30.tar.gz) = 3564787 +TIMESTAMP = 1528552909 +SHA256 (din-35.tar.gz) = bed84fa22c189336ddfbe3aca1b8a08f82c38dfac3627a5ef484a022e476d290 +SIZE (din-35.tar.gz) = 3613126 Index: head/multimedia/din/files/patch-src_Makefile.am =================================================================== --- head/multimedia/din/files/patch-src_Makefile.am (revision 472967) +++ head/multimedia/din/files/patch-src_Makefile.am (revision 472968) @@ -1,10 +1,10 @@ ---- src/Makefile.am.orig 2017-12-12 10:40:43 UTC +--- src/Makefile.am.orig 2018-05-14 07:19:48 UTC +++ src/Makefile.am @@ -1,5 +1,5 @@ --AM_CXXFLAGS = -I ../include -I /usr/include/tcl -Wall -D_GNU_SOURCE=1 -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -fpermissive +-AM_CXXFLAGS = -I ../include -I /usr/include/tcl -Wall -DGPL2=1 -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -DPREFIX=\"@prefix@\" -LIBS += -ltcl -lSDL -lGL -lpthread -lasound -ljack -+AM_CXXFLAGS = -I ../include -Wall -D_GNU_SOURCE=1 -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -fpermissive ++AM_CXXFLAGS = -I ../include -Wall -DGPL2=1 -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -DPREFIX=\"@prefix@\" +LIBS += -lSDL -lGL -lpthread -lasound -ljack AM_CFLAGS = -I ../include - + bin_PROGRAMS = din Index: head/multimedia/din/files/patch-src_main.cc =================================================================== --- head/multimedia/din/files/patch-src_main.cc (nonexistent) +++ head/multimedia/din/files/patch-src_main.cc (revision 472968) @@ -0,0 +1,11 @@ +--- src/main.cc.orig 2018-06-10 01:20:01 UTC ++++ src/main.cc +@@ -73,7 +73,7 @@ extern const float TWO_PI = 2 * PI; + extern const float PI_BY_180 = PI / 180.; + extern const int MILLION = 1000000; + extern const char SPC = ' '; +-extern const string tokenizer::DEFAULT_DELIMITER (" "); ++const string tokenizer::DEFAULT_DELIMITER (" "); + float widget::R = 0.980392, widget::G = 0.792157, widget::B = 0.509804; // default color for all widgets + + // for attack, decay and deltas [see keyboard-keyboard.cc, mondrian.cc, triggered_note.cc] Property changes on: head/multimedia/din/files/patch-src_main.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/multimedia/din/pkg-plist =================================================================== --- head/multimedia/din/pkg-plist (revision 472967) +++ head/multimedia/din/pkg-plist (revision 472968) @@ -1,466 +1,470 @@ bin/din +share/applications/din.desktop %%DATADIR%%/factory/2600 %%DATADIR%%/factory/2600.help.tcl %%DATADIR%%/factory/2600.patch.tcl %%DATADIR%%/factory/Makefile.am %%DATADIR%%/factory/Sine_Mixer %%DATADIR%%/factory/am.crv %%DATADIR%%/factory/attack.crv %%DATADIR%%/factory/attack.ed %%DATADIR%%/factory/attack.lib %%DATADIR%%/factory/audio_prefs +%%DATADIR%%/factory/binaural-drone.help.tcl %%DATADIR%%/factory/binaural-drones.hlp +%%DATADIR%%/factory/binaural-drones.tcl %%DATADIR%%/factory/binaural_drones %%DATADIR%%/factory/blues %%DATADIR%%/factory/blues.drone %%DATADIR%%/factory/blues.intervals %%DATADIR%%/factory/changer.help.tcl %%DATADIR%%/factory/changer.patch.tcl %%DATADIR%%/factory/chord.help.tcl %%DATADIR%%/factory/circler.scr %%DATADIR%%/factory/circler_cos.crv %%DATADIR%%/factory/circler_cos.ed %%DATADIR%%/factory/circler_radius.crv %%DATADIR%%/factory/circler_radius.ed %%DATADIR%%/factory/circler_sin.crv %%DATADIR%%/factory/circler_sin.ed %%DATADIR%%/factory/coml.crv %%DATADIR%%/factory/compressor.ed %%DATADIR%%/factory/comr.crv %%DATADIR%%/factory/cos.lib %%DATADIR%%/factory/country/afghanistan %%DATADIR%%/factory/country/albania %%DATADIR%%/factory/country/algeria %%DATADIR%%/factory/country/american_samoa %%DATADIR%%/factory/country/andorra %%DATADIR%%/factory/country/angola %%DATADIR%%/factory/country/anguilla %%DATADIR%%/factory/country/antarctica %%DATADIR%%/factory/country/antigua_and_barbuda %%DATADIR%%/factory/country/argentina %%DATADIR%%/factory/country/armenia %%DATADIR%%/factory/country/aruba %%DATADIR%%/factory/country/australia %%DATADIR%%/factory/country/austria %%DATADIR%%/factory/country/azerbaijan %%DATADIR%%/factory/country/bahamas %%DATADIR%%/factory/country/bahrain %%DATADIR%%/factory/country/bangladesh %%DATADIR%%/factory/country/barbados %%DATADIR%%/factory/country/belarus %%DATADIR%%/factory/country/belgium %%DATADIR%%/factory/country/belize %%DATADIR%%/factory/country/benin %%DATADIR%%/factory/country/bermuda %%DATADIR%%/factory/country/bhutan %%DATADIR%%/factory/country/bolivia %%DATADIR%%/factory/country/bosnia_and_herzegovina %%DATADIR%%/factory/country/botswana %%DATADIR%%/factory/country/bouvet_island %%DATADIR%%/factory/country/brazil %%DATADIR%%/factory/country/british_indian_ocean_territory %%DATADIR%%/factory/country/british_virgin_islands %%DATADIR%%/factory/country/brunei_darussalam %%DATADIR%%/factory/country/bulgaria %%DATADIR%%/factory/country/burkina_faso %%DATADIR%%/factory/country/burma %%DATADIR%%/factory/country/burundi %%DATADIR%%/factory/country/cambodia %%DATADIR%%/factory/country/cameroon %%DATADIR%%/factory/country/canada %%DATADIR%%/factory/country/cape_verde %%DATADIR%%/factory/country/cayman_islands %%DATADIR%%/factory/country/central_african_republic %%DATADIR%%/factory/country/chad %%DATADIR%%/factory/country/chile %%DATADIR%%/factory/country/china %%DATADIR%%/factory/country/christmas_island %%DATADIR%%/factory/country/cocos__keeling__islands %%DATADIR%%/factory/country/colombia %%DATADIR%%/factory/country/comoros %%DATADIR%%/factory/country/congo %%DATADIR%%/factory/country/cook_islands %%DATADIR%%/factory/country/costa_rica %%DATADIR%%/factory/country/cote_d_ivoire %%DATADIR%%/factory/country/croatia %%DATADIR%%/factory/country/cuba %%DATADIR%%/factory/country/cyprus %%DATADIR%%/factory/country/czech_republic %%DATADIR%%/factory/country/democratic_republic_of_the_congo %%DATADIR%%/factory/country/denmark %%DATADIR%%/factory/country/djibouti %%DATADIR%%/factory/country/dominica %%DATADIR%%/factory/country/dominican_republic %%DATADIR%%/factory/country/ecuador %%DATADIR%%/factory/country/egypt %%DATADIR%%/factory/country/el_salvador %%DATADIR%%/factory/country/equatorial_guinea %%DATADIR%%/factory/country/eritrea %%DATADIR%%/factory/country/estonia %%DATADIR%%/factory/country/ethiopia %%DATADIR%%/factory/country/falkland_islands__malvinas_ %%DATADIR%%/factory/country/faroe_islands %%DATADIR%%/factory/country/fiji %%DATADIR%%/factory/country/finland %%DATADIR%%/factory/country/france %%DATADIR%%/factory/country/french_guiana %%DATADIR%%/factory/country/french_polynesia %%DATADIR%%/factory/country/french_southern_and_antarctic_lands %%DATADIR%%/factory/country/gabon %%DATADIR%%/factory/country/gambia %%DATADIR%%/factory/country/georgia %%DATADIR%%/factory/country/germany %%DATADIR%%/factory/country/ghana %%DATADIR%%/factory/country/gibraltar %%DATADIR%%/factory/country/greece %%DATADIR%%/factory/country/greenland %%DATADIR%%/factory/country/grenada %%DATADIR%%/factory/country/guadeloupe %%DATADIR%%/factory/country/guam %%DATADIR%%/factory/country/guatemala %%DATADIR%%/factory/country/guernsey %%DATADIR%%/factory/country/guinea %%DATADIR%%/factory/country/guinea-bissau %%DATADIR%%/factory/country/guyana %%DATADIR%%/factory/country/haiti %%DATADIR%%/factory/country/heard_island_and_mcdonald_islands %%DATADIR%%/factory/country/holy_see__vatican_city_ %%DATADIR%%/factory/country/honduras %%DATADIR%%/factory/country/hong_kong %%DATADIR%%/factory/country/hungary %%DATADIR%%/factory/country/iceland %%DATADIR%%/factory/country/index %%DATADIR%%/factory/country/india %%DATADIR%%/factory/country/indonesia %%DATADIR%%/factory/country/iran %%DATADIR%%/factory/country/iraq %%DATADIR%%/factory/country/ireland %%DATADIR%%/factory/country/isle_of_man %%DATADIR%%/factory/country/israel %%DATADIR%%/factory/country/italy %%DATADIR%%/factory/country/jamaica %%DATADIR%%/factory/country/japan %%DATADIR%%/factory/country/jersey %%DATADIR%%/factory/country/jordan %%DATADIR%%/factory/country/kazakhstan %%DATADIR%%/factory/country/kenya %%DATADIR%%/factory/country/kiribati %%DATADIR%%/factory/country/kuwait %%DATADIR%%/factory/country/kyrgyzstan %%DATADIR%%/factory/country/lao_people_s_democratic_republic %%DATADIR%%/factory/country/laos %%DATADIR%%/factory/country/latvia %%DATADIR%%/factory/country/lebanon %%DATADIR%%/factory/country/lesotho %%DATADIR%%/factory/country/liberia %%DATADIR%%/factory/country/libya %%DATADIR%%/factory/country/libyan_arab_jamahiriya %%DATADIR%%/factory/country/liechtenstein %%DATADIR%%/factory/country/lithuania %%DATADIR%%/factory/country/luxembourg %%DATADIR%%/factory/country/macau %%DATADIR%%/factory/country/macedonia %%DATADIR%%/factory/country/madagascar %%DATADIR%%/factory/country/malawi %%DATADIR%%/factory/country/malaysia %%DATADIR%%/factory/country/maldives %%DATADIR%%/factory/country/mali %%DATADIR%%/factory/country/malta %%DATADIR%%/factory/country/marshall_islands %%DATADIR%%/factory/country/martinique %%DATADIR%%/factory/country/mauritania %%DATADIR%%/factory/country/mauritius %%DATADIR%%/factory/country/mayotte %%DATADIR%%/factory/country/mexico %%DATADIR%%/factory/country/micronesia %%DATADIR%%/factory/country/micronesia__federated_states_of %%DATADIR%%/factory/country/monaco %%DATADIR%%/factory/country/mongolia %%DATADIR%%/factory/country/montenegro %%DATADIR%%/factory/country/montserrat %%DATADIR%%/factory/country/morocco %%DATADIR%%/factory/country/mozambique %%DATADIR%%/factory/country/namibia %%DATADIR%%/factory/country/nauru %%DATADIR%%/factory/country/nepal %%DATADIR%%/factory/country/netherlands %%DATADIR%%/factory/country/netherlands_antilles %%DATADIR%%/factory/country/new_caledonia %%DATADIR%%/factory/country/new_zealand %%DATADIR%%/factory/country/nicaragua %%DATADIR%%/factory/country/niger %%DATADIR%%/factory/country/nigeria %%DATADIR%%/factory/country/niue %%DATADIR%%/factory/country/norfolk_island %%DATADIR%%/factory/country/north_korea %%DATADIR%%/factory/country/northern_mariana_islands %%DATADIR%%/factory/country/norway %%DATADIR%%/factory/country/oman %%DATADIR%%/factory/country/pakistan %%DATADIR%%/factory/country/palau %%DATADIR%%/factory/country/palestine %%DATADIR%%/factory/country/panama %%DATADIR%%/factory/country/papua_new_guinea %%DATADIR%%/factory/country/paraguay %%DATADIR%%/factory/country/peru %%DATADIR%%/factory/country/philippines %%DATADIR%%/factory/country/pitcairn_islands %%DATADIR%%/factory/country/poland %%DATADIR%%/factory/country/portugal %%DATADIR%%/factory/country/puerto_rico %%DATADIR%%/factory/country/qatar %%DATADIR%%/factory/country/republic_of_moldova %%DATADIR%%/factory/country/reunion %%DATADIR%%/factory/country/romania %%DATADIR%%/factory/country/russia %%DATADIR%%/factory/country/rwanda %%DATADIR%%/factory/country/saint_barthelemy %%DATADIR%%/factory/country/saint_helena %%DATADIR%%/factory/country/saint_kitts_and_nevis %%DATADIR%%/factory/country/saint_lucia %%DATADIR%%/factory/country/saint_martin %%DATADIR%%/factory/country/saint_pierre_and_miquelon %%DATADIR%%/factory/country/saint_vincent_and_the_grenadines %%DATADIR%%/factory/country/samoa %%DATADIR%%/factory/country/san_marino %%DATADIR%%/factory/country/sao_tome_and_principe %%DATADIR%%/factory/country/saudi_arabia %%DATADIR%%/factory/country/senegal %%DATADIR%%/factory/country/serbia %%DATADIR%%/factory/country/seychelles %%DATADIR%%/factory/country/sierra_leone %%DATADIR%%/factory/country/singapore %%DATADIR%%/factory/country/slovakia %%DATADIR%%/factory/country/slovenia %%DATADIR%%/factory/country/solomon_islands %%DATADIR%%/factory/country/somalia %%DATADIR%%/factory/country/south_africa %%DATADIR%%/factory/country/south_georgia_south_sandwich_islands %%DATADIR%%/factory/country/south_korea %%DATADIR%%/factory/country/spain %%DATADIR%%/factory/country/sri_lanka %%DATADIR%%/factory/country/sudan %%DATADIR%%/factory/country/suriname %%DATADIR%%/factory/country/svalbard %%DATADIR%%/factory/country/swaziland %%DATADIR%%/factory/country/sweden %%DATADIR%%/factory/country/switzerland %%DATADIR%%/factory/country/syrian_arab_republic %%DATADIR%%/factory/country/taiwan %%DATADIR%%/factory/country/tajikistan %%DATADIR%%/factory/country/thailand %%DATADIR%%/factory/country/the_former_yugoslav_republic_of_macedonia %%DATADIR%%/factory/country/timor-leste %%DATADIR%%/factory/country/togo %%DATADIR%%/factory/country/tokelau %%DATADIR%%/factory/country/tonga %%DATADIR%%/factory/country/trinidad_and_tobago %%DATADIR%%/factory/country/tunisia %%DATADIR%%/factory/country/turkey %%DATADIR%%/factory/country/turkmenistan %%DATADIR%%/factory/country/turks_and_caicos_islands %%DATADIR%%/factory/country/tuvalu %%DATADIR%%/factory/country/uganda %%DATADIR%%/factory/country/ukraine %%DATADIR%%/factory/country/united_arab_emirates %%DATADIR%%/factory/country/united_kingdom %%DATADIR%%/factory/country/united_republic_of_tanzania %%DATADIR%%/factory/country/united_states %%DATADIR%%/factory/country/united_states_minor_outlying_islands %%DATADIR%%/factory/country/united_states_virgin_islands %%DATADIR%%/factory/country/uruguay %%DATADIR%%/factory/country/uzbekistan %%DATADIR%%/factory/country/vanuatu %%DATADIR%%/factory/country/venezuela %%DATADIR%%/factory/country/vietnam %%DATADIR%%/factory/country/wallis_and_futuna_islands %%DATADIR%%/factory/country/western_sahara %%DATADIR%%/factory/country/yemen %%DATADIR%%/factory/country/zambia %%DATADIR%%/factory/country/zimbabwe %%DATADIR%%/factory/curve-library.help.tcl %%DATADIR%%/factory/curve-name.help.tcl %%DATADIR%%/factory/curve-value.help.tcl %%DATADIR%%/factory/curve_editor.hlp %%DATADIR%%/factory/d_circler %%DATADIR%%/factory/d_countries %%DATADIR%%/factory/d_curve_picker %%DATADIR%%/factory/d_dotter %%DATADIR%%/factory/d_fft %%DATADIR%%/factory/d_fractaliser %%DATADIR%%/factory/d_lissajous %%DATADIR%%/factory/d_menu %%DATADIR%%/factory/d_min_max %%DATADIR%%/factory/d_morpher %%DATADIR%%/factory/d_number %%DATADIR%%/factory/d_octave_shift %%DATADIR%%/factory/d_parameter_limits %%DATADIR%%/factory/d_parameters %%DATADIR%%/factory/d_pitch_bend %%DATADIR%%/factory/d_plugin_browser %%DATADIR%%/factory/d_rose_milker %%DATADIR%%/factory/d_sine_mixer %%DATADIR%%/factory/d_spiraler %%DATADIR%%/factory/d_starrer %%DATADIR%%/factory/d_superformula %%DATADIR%%/factory/d_warper %%DATADIR%%/factory/d_waveform_display %%DATADIR%%/factory/daccel.crv %%DATADIR%%/factory/dam.crv %%DATADIR%%/factory/dash.crv %%DATADIR%%/factory/decay.crv %%DATADIR%%/factory/decay.ed %%DATADIR%%/factory/decay.lib %%DATADIR%%/factory/delay.ed %%DATADIR%%/factory/dfm.crv %%DATADIR%%/factory/din.hlp %%DATADIR%%/factory/din.osc %%DATADIR%%/factory/din_info %%DATADIR%%/factory/donate.tcl %%DATADIR%%/factory/dot.crv %%DATADIR%%/factory/drone-modulation.ed %%DATADIR%%/factory/drone.crv %%DATADIR%%/factory/drone.ed %%DATADIR%%/factory/droner.help.tcl %%DATADIR%%/factory/droner.patch.tcl %%DATADIR%%/factory/dvel.crv %%DATADIR%%/factory/echo.help.tcl %%DATADIR%%/factory/equal-temperament.tuning %%DATADIR%%/factory/fader.crv %%DATADIR%%/factory/feedback-l.crv %%DATADIR%%/factory/feedback-r.crv %%DATADIR%%/factory/fft_levels %%DATADIR%%/factory/fm.crv %%DATADIR%%/factory/font.ed %%DATADIR%%/factory/font.hlp %%DATADIR%%/factory/gater-patterns.lib %%DATADIR%%/factory/gater.crv %%DATADIR%%/factory/gater.ed %%DATADIR%%/factory/get-beat.help.tcl %%DATADIR%%/factory/get-bpm.help.tcl %%DATADIR%%/factory/get-curve-editor.help.tcl %%DATADIR%%/factory/get-delay.help.tcl %%DATADIR%%/factory/get-drone.help.tcl %%DATADIR%%/factory/get-font-size.help.tcl %%DATADIR%%/factory/get-kern.help.tcl %%DATADIR%%/factory/get-scope.help.tcl %%DATADIR%%/factory/get-selection.help.tcl %%DATADIR%%/factory/get-style.help.tcl %%DATADIR%%/factory/get-var.help.tcl %%DATADIR%%/factory/globals %%DATADIR%%/factory/harmonics.help.tcl %%DATADIR%%/factory/harmonics.patch.tcl %%DATADIR%%/factory/help.tcl %%DATADIR%%/factory/i8n_morse_code %%DATADIR%%/factory/init.tcl %%DATADIR%%/factory/inner.crv %%DATADIR%%/factory/inner_space.crv %%DATADIR%%/factory/jag.fnt %%DATADIR%%/factory/just-intonation.tuning %%DATADIR%%/factory/key.help.tcl %%DATADIR%%/factory/keyboard-keyboard.hlp %%DATADIR%%/factory/laser.fnt %%DATADIR%%/factory/letter.crv %%DATADIR%%/factory/letter_space.crv %%DATADIR%%/factory/list-audio.help.tcl %%DATADIR%%/factory/list-patches.help.tcl %%DATADIR%%/factory/load-patch.help.tcl %%DATADIR%%/factory/load-scale.help.tcl %%DATADIR%%/factory/major-chord %%DATADIR%%/factory/make-interval-note-vars.tcl %%DATADIR%%/factory/midimap.help.tcl %%DATADIR%%/factory/midimap.patch.tcl %%DATADIR%%/factory/modulation.ed %%DATADIR%%/factory/mondrian.ed %%DATADIR%%/factory/mondrian.hlp %%DATADIR%%/factory/mondrian_attack.crv %%DATADIR%%/factory/mondrian_attack.ed %%DATADIR%%/factory/mondrian_decay.crv %%DATADIR%%/factory/mondrian_decay.ed %%DATADIR%%/factory/mondrian_waveform.crv %%DATADIR%%/factory/mondrian_waveform.ed %%DATADIR%%/factory/morph_source.crv %%DATADIR%%/factory/morph_target.crv %%DATADIR%%/factory/morse-code.ed %%DATADIR%%/factory/morse-code.help.tcl %%DATADIR%%/factory/notation.help.tcl %%DATADIR%%/factory/note-distance.help.tcl %%DATADIR%%/factory/num-octaves.help.tcl %%DATADIR%%/factory/octave-shift-patterns.lib %%DATADIR%%/factory/octave-shift.crv %%DATADIR%%/factory/octave-shift.ed %%DATADIR%%/factory/p_Circler %%DATADIR%%/factory/p_Countries %%DATADIR%%/factory/p_Fractaliser %%DATADIR%%/factory/p_Lissajous %%DATADIR%%/factory/p_Morpher %%DATADIR%%/factory/p_Number %%DATADIR%%/factory/p_Rose_Milker %%DATADIR%%/factory/p_Spiraler %%DATADIR%%/factory/p_Starrer %%DATADIR%%/factory/p_Superformula %%DATADIR%%/factory/pythagoras.tuning %%DATADIR%%/factory/rose_milker.scr %%DATADIR%%/factory/rose_milker_cos.crv %%DATADIR%%/factory/rose_milker_cos.ed %%DATADIR%%/factory/rose_milker_sin.crv %%DATADIR%%/factory/rose_milker_sin.ed %%DATADIR%%/factory/save_settings.tcl %%DATADIR%%/factory/scalelist %%DATADIR%%/factory/scope.osc %%DATADIR%%/factory/scoper.help.tcl %%DATADIR%%/factory/scoper.patch.tcl %%DATADIR%%/factory/seed.crv %%DATADIR%%/factory/seed.ed %%DATADIR%%/factory/seed.lib %%DATADIR%%/factory/set-audio.help.tcl %%DATADIR%%/factory/set-beat.help.tcl %%DATADIR%%/factory/set-bpm.help.tcl %%DATADIR%%/factory/set-curve-editor.help.tcl %%DATADIR%%/factory/set-delay.help.tcl %%DATADIR%%/factory/set-drone.help.tcl %%DATADIR%%/factory/set-font-size.help.tcl %%DATADIR%%/factory/set-kern.help.tcl %%DATADIR%%/factory/set-midi.help.tcl %%DATADIR%%/factory/set-scope.help.tcl %%DATADIR%%/factory/set-style.help.tcl %%DATADIR%%/factory/set-text-color.help.tcl %%DATADIR%%/factory/set-var.help.tcl %%DATADIR%%/factory/settings.tcl %%DATADIR%%/factory/setup-user-dir.tcl %%DATADIR%%/factory/sin.lib %%DATADIR%%/factory/sine_levels %%DATADIR%%/factory/sine_mixer_sin.crv %%DATADIR%%/factory/sine_mixer_sin.ed -%%DATADIR%%/factory/sounder.tcl %%DATADIR%%/factory/sounding-board.osc %%DATADIR%%/factory/spiraler.scr %%DATADIR%%/factory/spiraler_cos.crv %%DATADIR%%/factory/spiraler_cos.ed %%DATADIR%%/factory/spiraler_radius.crv %%DATADIR%%/factory/spiraler_radius.ed %%DATADIR%%/factory/spiraler_radius.lib %%DATADIR%%/factory/spiraler_sin.crv %%DATADIR%%/factory/spiraler_sin.ed %%DATADIR%%/factory/start-end.help.tcl %%DATADIR%%/factory/start-end.patch.tcl %%DATADIR%%/factory/swav.crv %%DATADIR%%/factory/swav.ed %%DATADIR%%/factory/tips.tcl %%DATADIR%%/factory/tuning.help.tcl %%DATADIR%%/factory/velocity.crv %%DATADIR%%/factory/velocity.ed %%DATADIR%%/factory/velocity.lib %%DATADIR%%/factory/volume-l.crv %%DATADIR%%/factory/volume-r.crv %%DATADIR%%/factory/warper.ed %%DATADIR%%/factory/warpx.crv %%DATADIR%%/factory/warpy.crv %%DATADIR%%/factory/waveform1.crv %%DATADIR%%/factory/waveform1.ed %%DATADIR%%/factory/waveform2.crv %%DATADIR%%/factory/waveform2.ed %%DATADIR%%/factory/waveforms.lib %%DATADIR%%/factory/window %%DATADIR%%/factory/word.crv %%DATADIR%%/factory/word_space.crv +share/icons/hicolor/scalable/apps/din.svg +share/pixmaps/din.png