View | Details | Raw Unified | Return to bug 79465
Collapse All | Expand All

(-)audio/solfege/Makefile (-12 / +11 lines)
Lines 7-48 Link Here
7
#
7
#
8
8
9
PORTNAME=	solfege
9
PORTNAME=	solfege
10
PORTVERSION=	2.1.1
10
PORTVERSION=	2.2.1
11
PORTREVISION=	3
12
CATEGORIES=	audio
11
CATEGORIES=	audio
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
14
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
DISTNAME=	${PORTNAME}-easybuild-${PORTVERSION}
15
PKGNAMESUFFIX=	-nosound
15
PKGNAMESUFFIX=	-nosound
16
16
17
MAINTAINER=	ports@FreeBSD.org
17
MAINTAINER=	ports@FreeBSD.org
18
COMMENT=	Free eartraining software
18
COMMENT=	Free eartraining software
19
19
20
BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4 \
20
BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
21
		swig:${PORTSDIR}/devel/swig13 \
22
		xsltproc:${PORTSDIR}/textproc/libxslt \
23
		${LOCALBASE}/share/xsl/docbook/html/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl
24
21
25
USE_X_PREFIX=	yes
22
USE_X_PREFIX=	yes
26
USE_GNOME=	gnomehack gnomeprefix pygnomeextras
23
USE_GNOME=	gnomehack gnomeprefix pygnomeextras
27
USE_PYTHON=	yes
24
USE_PYTHON=	yes
28
USE_GETTEXT=	yes
29
USE_GMAKE=	yes
25
USE_GMAKE=	yes
30
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
31
CONFIGURE_ENV=	M4=${LOCALBASE}/bin/gm4
27
CONFIGURE_ENV=	M4=${LOCALBASE}/bin/gm4
32
CONFIGURE_ARGS=	--disable-oss-sound \
28
CONFIGURE_ARGS=	--disable-oss-sound
33
		--enable-docbook-stylesheet=${LOCALBASE}/share/xsl/docbook/html/chunk.xsl
34
PLIST_SUB=	VERSION=${PORTVERSION}
29
PLIST_SUB=	VERSION=${PORTVERSION}
35
30
36
MAN1=		solfege.1
31
MAN1=		lessonfile_editor.1 solfege.1
37
32
38
post-patch:
33
post-patch:
39
	@${GREP} -lR "/usr/bin/python2.2" ${WRKSRC} | ${XARGS} \
34
	@${GREP} -lR "/usr/bin/python2.2" ${WRKSRC} | ${XARGS} \
40
		${REINPLACE_CMD} -e 's|/usr/bin/python2.2|${SETENV} python|g'
35
		${REINPLACE_CMD} -e 's|/usr/bin/python2.2|${SETENV} python|g'
36
	@${REINPLACE_CMD} -e 's|type=sequencer-device|type=fake-synth| g; \
37
		 s|/usr/bin|${LOCALBASE}/bin|g' ${WRKSRC}/default.config
41
	@${REINPLACE_CMD} -e 's|share/solfege|share/gnome/solfege|g' \
38
	@${REINPLACE_CMD} -e 's|share/solfege|share/gnome/solfege|g' \
42
		${WRKSRC}/run-solfege.py.in
39
		${WRKSRC}/run-solfege.py.in
43
	@${REINPLACE_CMD} -e 's|(datadir)/locale|(prefix)/share/locale|g' \
40
	@${REINPLACE_CMD} -e 's|(datadir)/locale|(prefix)/share/locale|g' \
44
		${WRKSRC}/po/Makefile
41
		${WRKSRC}/po/Makefile
45
	@${REINPLACE_CMD} -e 's|type=sequencer-device|type=fake-synth|' \
42
	@${REINPLACE_CMD} -e 's|share", "solfege|share", "gnome", "solfege|g' \
46
		${WRKSRC}/default.config
43
		${WRKSRC}/src/configureoutput.py.in
44
	@${REINPLACE_CMD} -e 's|gnome.canvas|gnomecanvas|g' \
45
		${WRKSRC}/src/inputwidgets.py
47
46
48
.include <bsd.port.mk>
47
.include <bsd.port.mk>
(-)audio/solfege/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (solfege-2.1.1.tar.gz) = 06f13ca884fbfca9111a8426e0fc2bb8
1
MD5 (solfege-easybuild-2.2.1.tar.gz) = e1af74051effb8a4cfa869debbac26a9
2
SIZE (solfege-2.1.1.tar.gz) = 610378
2
SIZE (solfege-easybuild-2.2.1.tar.gz) = 821352
(-)audio/solfege/files/patch-soundcard::macro_to_function.c (+12 lines)
Line 0 Link Here
1
--- soundcard/macro_to_function.c.orig	Mon Mar 21 05:18:34 2005
2
+++ soundcard/macro_to_function.c	Tue Mar 22 00:28:40 2005
3
@@ -24,7 +24,9 @@
4
 #include <unistd.h>
5
 #include <sys/ioctl.h>
6
 
7
+#ifdef HAVE_LINUX_AWE_VOICE_H
8
 #include <linux/awe_voice.h>
9
+#endif
10
 
11
 extern int _seqbufptr;
12
 extern int _seqbuflen;
(-)audio/solfege/pkg-plist (-159 / +97 lines)
Lines 1-7 Link Here
1
bin/lessonfile_editor
1
bin/solfege
2
bin/solfege
2
bin/solfege%%VERSION%%
3
bin/solfege%%VERSION%%
3
etc/solfege2.1
4
etc/solfege
4
share/gnome/apps/Applications/solfege.desktop
5
share/gnome/applications/solfege.desktop
5
share/gnome/pixmaps/solfege.png
6
share/gnome/pixmaps/solfege.png
6
share/gnome/solfege/%%VERSION%%/default.config
7
share/gnome/solfege/%%VERSION%%/default.config
7
share/gnome/solfege/%%VERSION%%/example-lesson-files/chord-satb
8
share/gnome/solfege/%%VERSION%%/example-lesson-files/chord-satb
Lines 52-70 Link Here
52
share/gnome/solfege/%%VERSION%%/feta/feta20-rests-5.xpm
53
share/gnome/solfege/%%VERSION%%/feta/feta20-rests-5.xpm
53
share/gnome/solfege/%%VERSION%%/feta/feta20-rests-6.xpm
54
share/gnome/solfege/%%VERSION%%/feta/feta20-rests-6.xpm
54
share/gnome/solfege/%%VERSION%%/feta/feta20-rests-7.xpm
55
share/gnome/solfege/%%VERSION%%/feta/feta20-rests-7.xpm
55
share/gnome/solfege/%%VERSION%%/graphics/chord24.png
56
share/gnome/solfege/%%VERSION%%/gnomeemu/gnome/__init__.py
56
share/gnome/solfege/%%VERSION%%/graphics/compareintervals24.png
57
share/gnome/solfege/%%VERSION%%/gnomeemu/gnome/canvas.py
57
share/gnome/solfege/%%VERSION%%/graphics/dictation24.png
58
share/gnome/solfege/%%VERSION%%/gnomeemu/gnome/ui.py
58
share/gnome/solfege/%%VERSION%%/graphics/happyface-32x32.png
59
share/gnome/solfege/%%VERSION%%/gnomeemu/gnome/uiconsts.py
59
share/gnome/solfege/%%VERSION%%/graphics/harmonicinterval24.png
60
share/gnome/solfege/%%VERSION%%/graphics/chord-voicing.png
60
share/gnome/solfege/%%VERSION%%/graphics/harmonicprogression24.png
61
share/gnome/solfege/%%VERSION%%/graphics/chord.png
62
share/gnome/solfege/%%VERSION%%/graphics/compare-intervals.png
63
share/gnome/solfege/%%VERSION%%/graphics/dictation.png
64
share/gnome/solfege/%%VERSION%%/graphics/double-flat.png
65
share/gnome/solfege/%%VERSION%%/graphics/double-flat.svg
66
share/gnome/solfege/%%VERSION%%/graphics/double-sharp.png
67
share/gnome/solfege/%%VERSION%%/graphics/double-sharp.svg
68
share/gnome/solfege/%%VERSION%%/graphics/erase.png
69
share/gnome/solfege/%%VERSION%%/graphics/erase.svg
70
share/gnome/solfege/%%VERSION%%/graphics/flat.png
71
share/gnome/solfege/%%VERSION%%/graphics/flat.svg
72
share/gnome/solfege/%%VERSION%%/graphics/happyface.png
73
share/gnome/solfege/%%VERSION%%/graphics/harmonic-interval.png
74
share/gnome/solfege/%%VERSION%%/graphics/harmonic-progression-dictation.png
61
share/gnome/solfege/%%VERSION%%/graphics/holder.png
75
share/gnome/solfege/%%VERSION%%/graphics/holder.png
62
share/gnome/solfege/%%VERSION%%/graphics/idbyname24.png
76
share/gnome/solfege/%%VERSION%%/graphics/id-by-name.png
63
share/gnome/solfege/%%VERSION%%/graphics/identify-bpm24.png
77
share/gnome/solfege/%%VERSION%%/graphics/id-tone.png
64
share/gnome/solfege/%%VERSION%%/graphics/identifychord24.png
78
share/gnome/solfege/%%VERSION%%/graphics/identify-bpm.png
65
share/gnome/solfege/%%VERSION%%/graphics/identifyscale24.png
79
share/gnome/solfege/%%VERSION%%/graphics/identify-chord.png
66
share/gnome/solfege/%%VERSION%%/graphics/idtone24.png
80
share/gnome/solfege/%%VERSION%%/graphics/identify-scale.png
67
share/gnome/solfege/%%VERSION%%/graphics/melodicinterval24.png
81
share/gnome/solfege/%%VERSION%%/graphics/image-not-found.png
82
share/gnome/solfege/%%VERSION%%/graphics/melodic-interval.png
83
share/gnome/solfege/%%VERSION%%/graphics/natural.png
84
share/gnome/solfege/%%VERSION%%/graphics/natural.svg
85
share/gnome/solfege/%%VERSION%%/graphics/notehead.png
86
share/gnome/solfege/%%VERSION%%/graphics/notehead.svg
68
share/gnome/solfege/%%VERSION%%/graphics/rhythm-c12c12c12.png
87
share/gnome/solfege/%%VERSION%%/graphics/rhythm-c12c12c12.png
69
share/gnome/solfege/%%VERSION%%/graphics/rhythm-c12c12r12.png
88
share/gnome/solfege/%%VERSION%%/graphics/rhythm-c12c12r12.png
70
share/gnome/solfege/%%VERSION%%/graphics/rhythm-c12r12c12.png
89
share/gnome/solfege/%%VERSION%%/graphics/rhythm-c12r12c12.png
Lines 88-101 Link Here
88
share/gnome/solfege/%%VERSION%%/graphics/rhythm-r8c8.png
107
share/gnome/solfege/%%VERSION%%/graphics/rhythm-r8c8.png
89
share/gnome/solfege/%%VERSION%%/graphics/rhythm-r8r16c16.png
108
share/gnome/solfege/%%VERSION%%/graphics/rhythm-r8r16c16.png
90
share/gnome/solfege/%%VERSION%%/graphics/rhythm-wrong.png
109
share/gnome/solfege/%%VERSION%%/graphics/rhythm-wrong.png
91
share/gnome/solfege/%%VERSION%%/graphics/rhythm24.png
110
share/gnome/solfege/%%VERSION%%/graphics/rhythm.png
92
share/gnome/solfege/%%VERSION%%/graphics/sadface-32x32.png
111
share/gnome/solfege/%%VERSION%%/graphics/sadface.png
93
share/gnome/solfege/%%VERSION%%/graphics/singchord24.png
112
share/gnome/solfege/%%VERSION%%/graphics/sharp.png
94
share/gnome/solfege/%%VERSION%%/graphics/singinterval24.png
113
share/gnome/solfege/%%VERSION%%/graphics/sharp.svg
114
share/gnome/solfege/%%VERSION%%/graphics/sing-chord.png
115
share/gnome/solfege/%%VERSION%%/graphics/sing-interval.png
95
share/gnome/solfege/%%VERSION%%/graphics/solfege.png
116
share/gnome/solfege/%%VERSION%%/graphics/solfege.png
96
share/gnome/solfege/%%VERSION%%/graphics/solfege.xpm
117
share/gnome/solfege/%%VERSION%%/graphics/solfege.xpm
97
share/gnome/solfege/%%VERSION%%/graphics/test-sound.png
118
share/gnome/solfege/%%VERSION%%/graphics/test-sound.png
98
share/gnome/solfege/%%VERSION%%/graphics/twelvetone24.png
119
share/gnome/solfege/%%VERSION%%/graphics/twelve-tone.png
99
share/gnome/solfege/%%VERSION%%/lesson-files/altered-1
120
share/gnome/solfege/%%VERSION%%/lesson-files/altered-1
100
share/gnome/solfege/%%VERSION%%/lesson-files/altered-2
121
share/gnome/solfege/%%VERSION%%/lesson-files/altered-2
101
share/gnome/solfege/%%VERSION%%/lesson-files/atonal-1
122
share/gnome/solfege/%%VERSION%%/lesson-files/atonal-1
Lines 107-119 Link Here
107
share/gnome/solfege/%%VERSION%%/lesson-files/chord-all-inv
128
share/gnome/solfege/%%VERSION%%/lesson-files/chord-all-inv
108
share/gnome/solfege/%%VERSION%%/lesson-files/chord-dim-aug
129
share/gnome/solfege/%%VERSION%%/lesson-files/chord-dim-aug
109
share/gnome/solfege/%%VERSION%%/lesson-files/chord-dim-aug-min-major
130
share/gnome/solfege/%%VERSION%%/lesson-files/chord-dim-aug-min-major
110
share/gnome/solfege/%%VERSION%%/lesson-files/csound-fifth-0.97
111
share/gnome/solfege/%%VERSION%%/lesson-files/csound-fifth-0.98
112
share/gnome/solfege/%%VERSION%%/lesson-files/csound-fifth-0.99
113
share/gnome/solfege/%%VERSION%%/lesson-files/csound-fifth-0.995
114
share/gnome/solfege/%%VERSION%%/lesson-files/csound-fifth-0.996
115
share/gnome/solfege/%%VERSION%%/lesson-files/csound-fifth-0.997
116
share/gnome/solfege/%%VERSION%%/lesson-files/csound-fifth-0.998
117
share/gnome/solfege/%%VERSION%%/lesson-files/chord-m7-7
131
share/gnome/solfege/%%VERSION%%/lesson-files/chord-m7-7
118
share/gnome/solfege/%%VERSION%%/lesson-files/chord-m7-7-inv
132
share/gnome/solfege/%%VERSION%%/lesson-files/chord-m7-7-inv
119
share/gnome/solfege/%%VERSION%%/lesson-files/chord-m7-7-inv-not
133
share/gnome/solfege/%%VERSION%%/lesson-files/chord-m7-7-inv-not
Lines 126-131 Link Here
126
share/gnome/solfege/%%VERSION%%/lesson-files/chord-min-major-close-open
140
share/gnome/solfege/%%VERSION%%/lesson-files/chord-min-major-close-open
127
share/gnome/solfege/%%VERSION%%/lesson-files/chord-min-major-inv
141
share/gnome/solfege/%%VERSION%%/lesson-files/chord-min-major-inv
128
share/gnome/solfege/%%VERSION%%/lesson-files/chord-min-major-inv-not
142
share/gnome/solfege/%%VERSION%%/lesson-files/chord-min-major-inv-not
143
share/gnome/solfege/%%VERSION%%/lesson-files/csound-fifth-0.97
144
share/gnome/solfege/%%VERSION%%/lesson-files/csound-fifth-0.98
145
share/gnome/solfege/%%VERSION%%/lesson-files/csound-fifth-0.99
146
share/gnome/solfege/%%VERSION%%/lesson-files/csound-fifth-0.995
147
share/gnome/solfege/%%VERSION%%/lesson-files/csound-fifth-0.996
148
share/gnome/solfege/%%VERSION%%/lesson-files/csound-fifth-0.997
149
share/gnome/solfege/%%VERSION%%/lesson-files/csound-fifth-0.998
129
share/gnome/solfege/%%VERSION%%/lesson-files/diatonic-1
150
share/gnome/solfege/%%VERSION%%/lesson-files/diatonic-1
130
share/gnome/solfege/%%VERSION%%/lesson-files/diatonic-2
151
share/gnome/solfege/%%VERSION%%/lesson-files/diatonic-2
131
share/gnome/solfege/%%VERSION%%/lesson-files/durmoll
152
share/gnome/solfege/%%VERSION%%/lesson-files/durmoll
Lines 138-143 Link Here
138
share/gnome/solfege/%%VERSION%%/lesson-files/progression-x
159
share/gnome/solfege/%%VERSION%%/lesson-files/progression-x
139
share/gnome/solfege/%%VERSION%%/lesson-files/scales
160
share/gnome/solfege/%%VERSION%%/lesson-files/scales
140
share/gnome/solfege/%%VERSION%%/lesson-files/scales-thirds
161
share/gnome/solfege/%%VERSION%%/lesson-files/scales-thirds
162
share/gnome/solfege/%%VERSION%%/lesson-files/share/fanfare.midi
141
share/gnome/solfege/%%VERSION%%/lesson-files/share/fifth-pure-220.00.wav
163
share/gnome/solfege/%%VERSION%%/lesson-files/share/fifth-pure-220.00.wav
142
share/gnome/solfege/%%VERSION%%/lesson-files/share/fifth-pure-247.5.wav
164
share/gnome/solfege/%%VERSION%%/lesson-files/share/fifth-pure-247.5.wav
143
share/gnome/solfege/%%VERSION%%/lesson-files/share/fifth-pure-293.33.wav
165
share/gnome/solfege/%%VERSION%%/lesson-files/share/fifth-pure-293.33.wav
Lines 146-151 Link Here
146
share/gnome/solfege/%%VERSION%%/lesson-files/share/fifth-small-293.33.wav
168
share/gnome/solfege/%%VERSION%%/lesson-files/share/fifth-small-293.33.wav
147
share/gnome/solfege/%%VERSION%%/lesson-files/share/fil1.orc
169
share/gnome/solfege/%%VERSION%%/lesson-files/share/fil1.orc
148
share/gnome/solfege/%%VERSION%%/lesson-files/share/fil1.sco
170
share/gnome/solfege/%%VERSION%%/lesson-files/share/fil1.sco
171
share/gnome/solfege/%%VERSION%%/lesson-files/sing-chord-tone
172
share/gnome/solfege/%%VERSION%%/lesson-files/sing-the-fifth
173
share/gnome/solfege/%%VERSION%%/lesson-files/sing-the-root
174
share/gnome/solfege/%%VERSION%%/lesson-files/sing-the-seventh
175
share/gnome/solfege/%%VERSION%%/lesson-files/sing-the-third
149
share/gnome/solfege/%%VERSION%%/lesson-files/singchord-1
176
share/gnome/solfege/%%VERSION%%/lesson-files/singchord-1
150
share/gnome/solfege/%%VERSION%%/lesson-files/singchord-2
177
share/gnome/solfege/%%VERSION%%/lesson-files/singchord-2
151
share/gnome/solfege/%%VERSION%%/lesson-files/singchord-3
178
share/gnome/solfege/%%VERSION%%/lesson-files/singchord-3
Lines 159-195 Link Here
159
share/gnome/solfege/%%VERSION%%/lesson-files/volkslieder2
186
share/gnome/solfege/%%VERSION%%/lesson-files/volkslieder2
160
share/gnome/solfege/%%VERSION%%/mpd/__init__.py
187
share/gnome/solfege/%%VERSION%%/mpd/__init__.py
161
share/gnome/solfege/%%VERSION%%/mpd/_exceptions.py
188
share/gnome/solfege/%%VERSION%%/mpd/_exceptions.py
162
share/gnome/solfege/%%VERSION%%/mpd/_exceptions.pyc
163
share/gnome/solfege/%%VERSION%%/mpd/_exceptions.pyo
164
share/gnome/solfege/%%VERSION%%/mpd/const.py
189
share/gnome/solfege/%%VERSION%%/mpd/const.py
165
share/gnome/solfege/%%VERSION%%/mpd/const.pyc
166
share/gnome/solfege/%%VERSION%%/mpd/const.pyo
167
share/gnome/solfege/%%VERSION%%/mpd/duration.py
190
share/gnome/solfege/%%VERSION%%/mpd/duration.py
168
share/gnome/solfege/%%VERSION%%/mpd/duration.pyc
169
share/gnome/solfege/%%VERSION%%/mpd/duration.pyo
170
share/gnome/solfege/%%VERSION%%/mpd/engravers.py
191
share/gnome/solfege/%%VERSION%%/mpd/engravers.py
171
share/gnome/solfege/%%VERSION%%/mpd/engravers.pyc
172
share/gnome/solfege/%%VERSION%%/mpd/engravers.pyo
173
share/gnome/solfege/%%VERSION%%/mpd/interval.py
192
share/gnome/solfege/%%VERSION%%/mpd/interval.py
174
share/gnome/solfege/%%VERSION%%/mpd/interval.pyc
175
share/gnome/solfege/%%VERSION%%/mpd/interval.pyo
176
share/gnome/solfege/%%VERSION%%/mpd/mpdutils.py
193
share/gnome/solfege/%%VERSION%%/mpd/mpdutils.py
177
share/gnome/solfege/%%VERSION%%/mpd/mpdutils.pyc
178
share/gnome/solfege/%%VERSION%%/mpd/mpdutils.pyo
179
share/gnome/solfege/%%VERSION%%/mpd/musicalpitch.py
194
share/gnome/solfege/%%VERSION%%/mpd/musicalpitch.py
180
share/gnome/solfege/%%VERSION%%/mpd/musicalpitch.pyc
181
share/gnome/solfege/%%VERSION%%/mpd/musicalpitch.pyo
182
share/gnome/solfege/%%VERSION%%/mpd/musicdisplayer.py
195
share/gnome/solfege/%%VERSION%%/mpd/musicdisplayer.py
183
share/gnome/solfege/%%VERSION%%/mpd/musicdisplayer.pyc
184
share/gnome/solfege/%%VERSION%%/mpd/musicdisplayer.pyo
185
share/gnome/solfege/%%VERSION%%/mpd/parser.py
196
share/gnome/solfege/%%VERSION%%/mpd/parser.py
186
share/gnome/solfege/%%VERSION%%/mpd/parser.pyc
187
share/gnome/solfege/%%VERSION%%/mpd/parser.pyo
188
share/gnome/solfege/%%VERSION%%/mpd/requests.py
197
share/gnome/solfege/%%VERSION%%/mpd/requests.py
189
share/gnome/solfege/%%VERSION%%/mpd/requests.pyc
190
share/gnome/solfege/%%VERSION%%/mpd/requests.pyo
191
share/gnome/solfege/%%VERSION%%/online-docs/C/AUTHORS.html
198
share/gnome/solfege/%%VERSION%%/online-docs/C/AUTHORS.html
192
share/gnome/solfege/%%VERSION%%/online-docs/C/apa.html
193
share/gnome/solfege/%%VERSION%%/online-docs/C/bug-reporting.html
199
share/gnome/solfege/%%VERSION%%/online-docs/C/bug-reporting.html
194
share/gnome/solfege/%%VERSION%%/online-docs/C/ch01.html
200
share/gnome/solfege/%%VERSION%%/online-docs/C/ch01.html
195
share/gnome/solfege/%%VERSION%%/online-docs/C/ch02.html
201
share/gnome/solfege/%%VERSION%%/online-docs/C/ch02.html
Lines 210-222 Link Here
210
share/gnome/solfege/%%VERSION%%/online-docs/C/identify-scale-help.html
216
share/gnome/solfege/%%VERSION%%/online-docs/C/identify-scale-help.html
211
share/gnome/solfege/%%VERSION%%/online-docs/C/index.html
217
share/gnome/solfege/%%VERSION%%/online-docs/C/index.html
212
share/gnome/solfege/%%VERSION%%/online-docs/C/lessonfiles.html
218
share/gnome/solfege/%%VERSION%%/online-docs/C/lessonfiles.html
219
share/gnome/solfege/%%VERSION%%/online-docs/C/lily-1666014298.midi
220
share/gnome/solfege/%%VERSION%%/online-docs/C/lily-1666014298.png
221
share/gnome/solfege/%%VERSION%%/online-docs/C/lily-2021449257.midi
222
share/gnome/solfege/%%VERSION%%/online-docs/C/lily-2021449257.png
223
share/gnome/solfege/%%VERSION%%/online-docs/C/lily-662113668.midi
224
share/gnome/solfege/%%VERSION%%/online-docs/C/lily-662113668.png
225
share/gnome/solfege/%%VERSION%%/online-docs/C/lily-783452687.midi
226
share/gnome/solfege/%%VERSION%%/online-docs/C/lily-783452687.png
213
share/gnome/solfege/%%VERSION%%/online-docs/C/melodic-interval-help.html
227
share/gnome/solfege/%%VERSION%%/online-docs/C/melodic-interval-help.html
228
share/gnome/solfege/%%VERSION%%/online-docs/C/missing-helpfile.html
214
share/gnome/solfege/%%VERSION%%/online-docs/C/music-format.html
229
share/gnome/solfege/%%VERSION%%/online-docs/C/music-format.html
215
share/gnome/solfege/%%VERSION%%/online-docs/C/online-resources.html
230
share/gnome/solfege/%%VERSION%%/online-docs/C/online-resources.html
216
share/gnome/solfege/%%VERSION%%/online-docs/C/preferences-window.html
231
share/gnome/solfege/%%VERSION%%/online-docs/C/preferences-window.html
217
share/gnome/solfege/%%VERSION%%/online-docs/C/rhythm-help.html
232
share/gnome/solfege/%%VERSION%%/online-docs/C/rhythm-help.html
218
share/gnome/solfege/%%VERSION%%/online-docs/C/sing-chord-help.html
233
share/gnome/solfege/%%VERSION%%/online-docs/C/sing-chord-help.html
219
share/gnome/solfege/%%VERSION%%/online-docs/C/sing-interval-help.html
234
share/gnome/solfege/%%VERSION%%/online-docs/C/sing-interval-help.html
235
share/gnome/solfege/%%VERSION%%/online-docs/C/singanswer-help.html
236
share/gnome/solfege/%%VERSION%%/online-docs/C/solfege.html
237
share/gnome/solfege/%%VERSION%%/online-docs/C/theory-intervals.html
238
share/gnome/solfege/%%VERSION%%/online-docs/C/toc.html
220
share/gnome/solfege/%%VERSION%%/online-docs/C/translating-solfege.html
239
share/gnome/solfege/%%VERSION%%/online-docs/C/translating-solfege.html
221
share/gnome/solfege/%%VERSION%%/online-docs/C/twelve-tone-help.html
240
share/gnome/solfege/%%VERSION%%/online-docs/C/twelve-tone-help.html
222
share/gnome/solfege/%%VERSION%%/online-docs/C/ui.html
241
share/gnome/solfege/%%VERSION%%/online-docs/C/ui.html
Lines 246-255 Link Here
246
share/gnome/solfege/%%VERSION%%/online-docs/es_MX/rhythm-help.html
265
share/gnome/solfege/%%VERSION%%/online-docs/es_MX/rhythm-help.html
247
share/gnome/solfege/%%VERSION%%/online-docs/es_MX/sing-chord-help.html
266
share/gnome/solfege/%%VERSION%%/online-docs/es_MX/sing-chord-help.html
248
share/gnome/solfege/%%VERSION%%/online-docs/es_MX/sing-interval-help.html
267
share/gnome/solfege/%%VERSION%%/online-docs/es_MX/sing-interval-help.html
268
share/gnome/solfege/%%VERSION%%/online-docs/es_MX/solfege.html
269
share/gnome/solfege/%%VERSION%%/online-docs/es_MX/toc.html
249
share/gnome/solfege/%%VERSION%%/online-docs/es_MX/translating-solfege.html
270
share/gnome/solfege/%%VERSION%%/online-docs/es_MX/translating-solfege.html
250
share/gnome/solfege/%%VERSION%%/online-docs/es_MX/twelve-tone-help.html
271
share/gnome/solfege/%%VERSION%%/online-docs/es_MX/twelve-tone-help.html
251
share/gnome/solfege/%%VERSION%%/online-docs/es_MX/ui.html
272
share/gnome/solfege/%%VERSION%%/online-docs/es_MX/ui.html
252
share/gnome/solfege/%%VERSION%%/online-docs/es_MX/welcome.html
273
share/gnome/solfege/%%VERSION%%/online-docs/es_MX/welcome.html
274
share/gnome/solfege/%%VERSION%%/online-docs/nl/welcome.html
253
share/gnome/solfege/%%VERSION%%/online-docs/no/ch01.html
275
share/gnome/solfege/%%VERSION%%/online-docs/no/ch01.html
254
share/gnome/solfege/%%VERSION%%/online-docs/no/ch02.html
276
share/gnome/solfege/%%VERSION%%/online-docs/no/ch02.html
255
share/gnome/solfege/%%VERSION%%/online-docs/no/chord-help.html
277
share/gnome/solfege/%%VERSION%%/online-docs/no/chord-help.html
Lines 268-273 Link Here
268
share/gnome/solfege/%%VERSION%%/online-docs/no/rhythm-help.html
290
share/gnome/solfege/%%VERSION%%/online-docs/no/rhythm-help.html
269
share/gnome/solfege/%%VERSION%%/online-docs/no/sing-chord-help.html
291
share/gnome/solfege/%%VERSION%%/online-docs/no/sing-chord-help.html
270
share/gnome/solfege/%%VERSION%%/online-docs/no/sing-interval-help.html
292
share/gnome/solfege/%%VERSION%%/online-docs/no/sing-interval-help.html
293
share/gnome/solfege/%%VERSION%%/online-docs/no/solfege.html
294
share/gnome/solfege/%%VERSION%%/online-docs/no/toc.html
271
share/gnome/solfege/%%VERSION%%/online-docs/no/twelve-tone-help.html
295
share/gnome/solfege/%%VERSION%%/online-docs/no/twelve-tone-help.html
272
share/gnome/solfege/%%VERSION%%/online-docs/no/welcome.html
296
share/gnome/solfege/%%VERSION%%/online-docs/no/welcome.html
273
share/gnome/solfege/%%VERSION%%/online-docs/png/addvoice.png
297
share/gnome/solfege/%%VERSION%%/online-docs/png/addvoice.png
Lines 283-454 Link Here
283
share/gnome/solfege/%%VERSION%%/online-docs/png/tuple.png
307
share/gnome/solfege/%%VERSION%%/online-docs/png/tuple.png
284
share/gnome/solfege/%%VERSION%%/online-docs/ru/index.html
308
share/gnome/solfege/%%VERSION%%/online-docs/ru/index.html
285
share/gnome/solfege/%%VERSION%%/online-docs/ru/intro.html
309
share/gnome/solfege/%%VERSION%%/online-docs/ru/intro.html
310
share/gnome/solfege/%%VERSION%%/online-docs/ru/solfege.html
311
share/gnome/solfege/%%VERSION%%/online-docs/ru/toc.html
286
share/gnome/solfege/%%VERSION%%/online-docs/ru/welcome.html
312
share/gnome/solfege/%%VERSION%%/online-docs/ru/welcome.html
287
share/gnome/solfege/%%VERSION%%/solfege.gtkrc
313
share/gnome/solfege/%%VERSION%%/solfege.gtkrc
288
share/gnome/solfege/%%VERSION%%/soundcard/__init__.py
314
share/gnome/solfege/%%VERSION%%/soundcard/__init__.py
289
share/gnome/solfege/%%VERSION%%/soundcard/fakesynth.py
315
share/gnome/solfege/%%VERSION%%/soundcard/fakesynth.py
290
share/gnome/solfege/%%VERSION%%/soundcard/fakesynth.pyc
291
share/gnome/solfege/%%VERSION%%/soundcard/fakesynth.pyo
292
share/gnome/solfege/%%VERSION%%/soundcard/mfutils.py
316
share/gnome/solfege/%%VERSION%%/soundcard/mfutils.py
293
share/gnome/solfege/%%VERSION%%/soundcard/mfutils.pyc
294
share/gnome/solfege/%%VERSION%%/soundcard/mfutils.pyo
295
share/gnome/solfege/%%VERSION%%/soundcard/midifilesynth.py
317
share/gnome/solfege/%%VERSION%%/soundcard/midifilesynth.py
296
share/gnome/solfege/%%VERSION%%/soundcard/midifilesynth.pyc
297
share/gnome/solfege/%%VERSION%%/soundcard/midifilesynth.pyo
298
share/gnome/solfege/%%VERSION%%/soundcard/oss_common.py
318
share/gnome/solfege/%%VERSION%%/soundcard/oss_common.py
299
share/gnome/solfege/%%VERSION%%/soundcard/oss_common.pyc
300
share/gnome/solfege/%%VERSION%%/soundcard/oss_common.pyo
301
share/gnome/solfege/%%VERSION%%/soundcard/oss_sequencer.py
319
share/gnome/solfege/%%VERSION%%/soundcard/oss_sequencer.py
302
share/gnome/solfege/%%VERSION%%/soundcard/oss_sequencer.pyc
303
share/gnome/solfege/%%VERSION%%/soundcard/oss_sequencer.pyo
304
share/gnome/solfege/%%VERSION%%/soundcard/oss_sequencer2.py
320
share/gnome/solfege/%%VERSION%%/soundcard/oss_sequencer2.py
305
share/gnome/solfege/%%VERSION%%/soundcard/oss_sequencer2.pyc
306
share/gnome/solfege/%%VERSION%%/soundcard/oss_sequencer2.pyo
307
share/gnome/solfege/%%VERSION%%/soundcard/rat.py
321
share/gnome/solfege/%%VERSION%%/soundcard/rat.py
308
share/gnome/solfege/%%VERSION%%/soundcard/rat.pyc
309
share/gnome/solfege/%%VERSION%%/soundcard/rat.pyo
310
share/gnome/solfege/%%VERSION%%/soundcard/solfege_c_midi.py
322
share/gnome/solfege/%%VERSION%%/soundcard/solfege_c_midi.py
311
share/gnome/solfege/%%VERSION%%/soundcard/solfege_c_midi.pyc
312
share/gnome/solfege/%%VERSION%%/soundcard/solfege_c_midi.pyo
313
share/gnome/solfege/%%VERSION%%/soundcard/soundcardexceptions.py
323
share/gnome/solfege/%%VERSION%%/soundcard/soundcardexceptions.py
314
share/gnome/solfege/%%VERSION%%/soundcard/soundcardexceptions.pyc
315
share/gnome/solfege/%%VERSION%%/soundcard/soundcardexceptions.pyo
316
share/gnome/solfege/%%VERSION%%/soundcard/track.py
324
share/gnome/solfege/%%VERSION%%/soundcard/track.py
317
share/gnome/solfege/%%VERSION%%/soundcard/track.pyc
318
share/gnome/solfege/%%VERSION%%/soundcard/track.pyo
319
share/gnome/solfege/%%VERSION%%/soundcard/winsynth.py
325
share/gnome/solfege/%%VERSION%%/soundcard/winsynth.py
320
share/gnome/solfege/%%VERSION%%/soundcard/winsynth.pyc
321
share/gnome/solfege/%%VERSION%%/soundcard/winsynth.pyo
322
share/gnome/solfege/%%VERSION%%/src/__init__.py
326
share/gnome/solfege/%%VERSION%%/src/__init__.py
323
share/gnome/solfege/%%VERSION%%/src/abstract.py
327
share/gnome/solfege/%%VERSION%%/src/abstract.py
324
share/gnome/solfege/%%VERSION%%/src/abstract.pyc
325
share/gnome/solfege/%%VERSION%%/src/abstract.pyo
326
share/gnome/solfege/%%VERSION%%/src/app.py
328
share/gnome/solfege/%%VERSION%%/src/app.py
327
share/gnome/solfege/%%VERSION%%/src/app.pyc
328
share/gnome/solfege/%%VERSION%%/src/app.pyo
329
share/gnome/solfege/%%VERSION%%/src/cfg.py
329
share/gnome/solfege/%%VERSION%%/src/cfg.py
330
share/gnome/solfege/%%VERSION%%/src/cfg.pyc
331
share/gnome/solfege/%%VERSION%%/src/cfg.pyo
332
share/gnome/solfege/%%VERSION%%/src/chord.py
330
share/gnome/solfege/%%VERSION%%/src/chord.py
333
share/gnome/solfege/%%VERSION%%/src/chord.pyc
334
share/gnome/solfege/%%VERSION%%/src/chord.pyo
335
share/gnome/solfege/%%VERSION%%/src/chordvoicing.py
331
share/gnome/solfege/%%VERSION%%/src/chordvoicing.py
336
share/gnome/solfege/%%VERSION%%/src/chordvoicing.pyc
337
share/gnome/solfege/%%VERSION%%/src/chordvoicing.pyo
338
share/gnome/solfege/%%VERSION%%/src/compareintervals.py
332
share/gnome/solfege/%%VERSION%%/src/compareintervals.py
339
share/gnome/solfege/%%VERSION%%/src/compareintervals.pyc
340
share/gnome/solfege/%%VERSION%%/src/compareintervals.pyo
341
share/gnome/solfege/%%VERSION%%/src/configureoutput.py
333
share/gnome/solfege/%%VERSION%%/src/configureoutput.py
342
share/gnome/solfege/%%VERSION%%/src/configureoutput.pyc
343
share/gnome/solfege/%%VERSION%%/src/configureoutput.pyo
344
share/gnome/solfege/%%VERSION%%/src/configwindow.py
334
share/gnome/solfege/%%VERSION%%/src/configwindow.py
345
share/gnome/solfege/%%VERSION%%/src/configwindow.pyc
346
share/gnome/solfege/%%VERSION%%/src/configwindow.pyo
347
share/gnome/solfege/%%VERSION%%/src/const.py
335
share/gnome/solfege/%%VERSION%%/src/const.py
348
share/gnome/solfege/%%VERSION%%/src/const.pyc
349
share/gnome/solfege/%%VERSION%%/src/const.pyo
350
share/gnome/solfege/%%VERSION%%/src/dataparser.py
336
share/gnome/solfege/%%VERSION%%/src/dataparser.py
351
share/gnome/solfege/%%VERSION%%/src/dataparser.pyc
352
share/gnome/solfege/%%VERSION%%/src/dataparser.pyo
353
share/gnome/solfege/%%VERSION%%/src/dictation.py
337
share/gnome/solfege/%%VERSION%%/src/dictation.py
354
share/gnome/solfege/%%VERSION%%/src/dictation.pyc
338
share/gnome/solfege/%%VERSION%%/src/exercise_setup.py
355
share/gnome/solfege/%%VERSION%%/src/dictation.pyo
339
share/gnome/solfege/%%VERSION%%/src/gethomedir.py
356
share/gnome/solfege/%%VERSION%%/src/gu.py
340
share/gnome/solfege/%%VERSION%%/src/gu.py
357
share/gnome/solfege/%%VERSION%%/src/gu.pyc
358
share/gnome/solfege/%%VERSION%%/src/gu.pyo
359
share/gnome/solfege/%%VERSION%%/src/harmonicinterval.py
341
share/gnome/solfege/%%VERSION%%/src/harmonicinterval.py
360
share/gnome/solfege/%%VERSION%%/src/harmonicinterval.pyc
361
share/gnome/solfege/%%VERSION%%/src/harmonicinterval.pyo
362
share/gnome/solfege/%%VERSION%%/src/harmonicprogressiondictation.py
342
share/gnome/solfege/%%VERSION%%/src/harmonicprogressiondictation.py
363
share/gnome/solfege/%%VERSION%%/src/harmonicprogressiondictation.pyc
364
share/gnome/solfege/%%VERSION%%/src/harmonicprogressiondictation.pyo
365
share/gnome/solfege/%%VERSION%%/src/history.py
343
share/gnome/solfege/%%VERSION%%/src/history.py
366
share/gnome/solfege/%%VERSION%%/src/history.pyc
367
share/gnome/solfege/%%VERSION%%/src/history.pyo
368
share/gnome/solfege/%%VERSION%%/src/htmlwidget.py
344
share/gnome/solfege/%%VERSION%%/src/htmlwidget.py
369
share/gnome/solfege/%%VERSION%%/src/htmlwidget.pyc
370
share/gnome/solfege/%%VERSION%%/src/htmlwidget.pyo
371
share/gnome/solfege/%%VERSION%%/src/i18n.py
345
share/gnome/solfege/%%VERSION%%/src/i18n.py
372
share/gnome/solfege/%%VERSION%%/src/i18n.pyc
373
share/gnome/solfege/%%VERSION%%/src/i18n.pyo
374
share/gnome/solfege/%%VERSION%%/src/idbyname.py
346
share/gnome/solfege/%%VERSION%%/src/idbyname.py
375
share/gnome/solfege/%%VERSION%%/src/idbyname.pyc
376
share/gnome/solfege/%%VERSION%%/src/idbyname.pyo
377
share/gnome/solfege/%%VERSION%%/src/identifybpm.py
347
share/gnome/solfege/%%VERSION%%/src/identifybpm.py
378
share/gnome/solfege/%%VERSION%%/src/identifybpm.pyc
379
share/gnome/solfege/%%VERSION%%/src/identifybpm.pyo
380
share/gnome/solfege/%%VERSION%%/src/idtone.py
348
share/gnome/solfege/%%VERSION%%/src/idtone.py
381
share/gnome/solfege/%%VERSION%%/src/idtone.pyc
382
share/gnome/solfege/%%VERSION%%/src/idtone.pyo
383
share/gnome/solfege/%%VERSION%%/src/inputwidgets.py
349
share/gnome/solfege/%%VERSION%%/src/inputwidgets.py
384
share/gnome/solfege/%%VERSION%%/src/inputwidgets.pyc
385
share/gnome/solfege/%%VERSION%%/src/inputwidgets.pyo
386
share/gnome/solfege/%%VERSION%%/src/instrumentselector.py
350
share/gnome/solfege/%%VERSION%%/src/instrumentselector.py
387
share/gnome/solfege/%%VERSION%%/src/instrumentselector.pyc
388
share/gnome/solfege/%%VERSION%%/src/instrumentselector.pyo
389
share/gnome/solfege/%%VERSION%%/src/intervals.py
390
share/gnome/solfege/%%VERSION%%/src/intervals.pyc
391
share/gnome/solfege/%%VERSION%%/src/intervals.pyo
392
share/gnome/solfege/%%VERSION%%/src/lessonfile.py
351
share/gnome/solfege/%%VERSION%%/src/lessonfile.py
393
share/gnome/solfege/%%VERSION%%/src/lessonfile.pyc
352
share/gnome/solfege/%%VERSION%%/src/lessonfile_editor_main.py
394
share/gnome/solfege/%%VERSION%%/src/lessonfile.pyo
395
share/gnome/solfege/%%VERSION%%/src/mainwin.py
353
share/gnome/solfege/%%VERSION%%/src/mainwin.py
396
share/gnome/solfege/%%VERSION%%/src/mainwin.pyc
397
share/gnome/solfege/%%VERSION%%/src/mainwin.pyo
398
share/gnome/solfege/%%VERSION%%/src/melodicinterval.py
354
share/gnome/solfege/%%VERSION%%/src/melodicinterval.py
399
share/gnome/solfege/%%VERSION%%/src/melodicinterval.pyc
400
share/gnome/solfege/%%VERSION%%/src/melodicinterval.pyo
401
share/gnome/solfege/%%VERSION%%/src/multipleintervalconfigwidget.py
355
share/gnome/solfege/%%VERSION%%/src/multipleintervalconfigwidget.py
402
share/gnome/solfege/%%VERSION%%/src/multipleintervalconfigwidget.pyc
403
share/gnome/solfege/%%VERSION%%/src/multipleintervalconfigwidget.pyo
404
share/gnome/solfege/%%VERSION%%/src/notenamespinbutton.py
356
share/gnome/solfege/%%VERSION%%/src/notenamespinbutton.py
405
share/gnome/solfege/%%VERSION%%/src/notenamespinbutton.pyc
406
share/gnome/solfege/%%VERSION%%/src/notenamespinbutton.pyo
407
share/gnome/solfege/%%VERSION%%/src/polyrhythm.py
408
share/gnome/solfege/%%VERSION%%/src/polyrhythm.pyc
409
share/gnome/solfege/%%VERSION%%/src/polyrhythm.pyo
410
share/gnome/solfege/%%VERSION%%/src/pyscript.py
357
share/gnome/solfege/%%VERSION%%/src/pyscript.py
411
share/gnome/solfege/%%VERSION%%/src/pyscript.pyc
412
share/gnome/solfege/%%VERSION%%/src/pyscript.pyo
413
share/gnome/solfege/%%VERSION%%/src/rhythm.py
358
share/gnome/solfege/%%VERSION%%/src/rhythm.py
414
share/gnome/solfege/%%VERSION%%/src/rhythm.pyc
415
share/gnome/solfege/%%VERSION%%/src/rhythm.pyo
416
share/gnome/solfege/%%VERSION%%/src/selectlessonfilewidget.py
359
share/gnome/solfege/%%VERSION%%/src/selectlessonfilewidget.py
417
share/gnome/solfege/%%VERSION%%/src/selectlessonfilewidget.pyc
360
share/gnome/solfege/%%VERSION%%/src/singanswer.py
418
share/gnome/solfege/%%VERSION%%/src/selectlessonfilewidget.pyo
419
share/gnome/solfege/%%VERSION%%/src/singchord.py
361
share/gnome/solfege/%%VERSION%%/src/singchord.py
420
share/gnome/solfege/%%VERSION%%/src/singchord.pyc
421
share/gnome/solfege/%%VERSION%%/src/singchord.pyo
422
share/gnome/solfege/%%VERSION%%/src/singinterval.py
362
share/gnome/solfege/%%VERSION%%/src/singinterval.py
423
share/gnome/solfege/%%VERSION%%/src/singinterval.pyc
424
share/gnome/solfege/%%VERSION%%/src/singinterval.pyo
425
share/gnome/solfege/%%VERSION%%/src/specialwidgets.py
363
share/gnome/solfege/%%VERSION%%/src/specialwidgets.py
426
share/gnome/solfege/%%VERSION%%/src/specialwidgets.pyc
427
share/gnome/solfege/%%VERSION%%/src/specialwidgets.pyo
428
share/gnome/solfege/%%VERSION%%/src/statistics.py
364
share/gnome/solfege/%%VERSION%%/src/statistics.py
429
share/gnome/solfege/%%VERSION%%/src/statistics.pyc
430
share/gnome/solfege/%%VERSION%%/src/statistics.pyo
431
share/gnome/solfege/%%VERSION%%/src/statisticsviewer.py
365
share/gnome/solfege/%%VERSION%%/src/statisticsviewer.py
432
share/gnome/solfege/%%VERSION%%/src/statisticsviewer.pyc
366
share/gnome/solfege/%%VERSION%%/src/stock.py
433
share/gnome/solfege/%%VERSION%%/src/statisticsviewer.pyo
434
share/gnome/solfege/%%VERSION%%/src/tracebackwindow.py
367
share/gnome/solfege/%%VERSION%%/src/tracebackwindow.py
435
share/gnome/solfege/%%VERSION%%/src/tracebackwindow.pyc
436
share/gnome/solfege/%%VERSION%%/src/tracebackwindow.pyo
437
share/gnome/solfege/%%VERSION%%/src/tuner.py
368
share/gnome/solfege/%%VERSION%%/src/tuner.py
438
share/gnome/solfege/%%VERSION%%/src/tuner.pyc
439
share/gnome/solfege/%%VERSION%%/src/tuner.pyo
440
share/gnome/solfege/%%VERSION%%/src/twelvetone.py
369
share/gnome/solfege/%%VERSION%%/src/twelvetone.py
441
share/gnome/solfege/%%VERSION%%/src/twelvetone.pyc
442
share/gnome/solfege/%%VERSION%%/src/twelvetone.pyo
443
share/gnome/solfege/%%VERSION%%/src/txtui.py
444
share/gnome/solfege/%%VERSION%%/src/txtui.pyc
445
share/gnome/solfege/%%VERSION%%/src/txtui.pyo
446
share/gnome/solfege/%%VERSION%%/src/utils.py
370
share/gnome/solfege/%%VERSION%%/src/utils.py
447
share/gnome/solfege/%%VERSION%%/src/utils.pyc
448
share/gnome/solfege/%%VERSION%%/src/utils.pyo
449
share/gnome/solfege/%%VERSION%%/src/widgets.py
371
share/gnome/solfege/%%VERSION%%/src/widgets.py
450
share/gnome/solfege/%%VERSION%%/src/widgets.pyc
372
share/gnome/solfege/%%VERSION%%/themes/svg/chord-voicing.svg
451
share/gnome/solfege/%%VERSION%%/src/widgets.pyo
373
share/gnome/solfege/%%VERSION%%/themes/svg/chord.svg
374
share/gnome/solfege/%%VERSION%%/themes/svg/happyface.svg
375
share/gnome/solfege/%%VERSION%%/themes/svg/harmonic-interval.svg
376
share/gnome/solfege/%%VERSION%%/themes/svg/id-by-name.svg
377
share/gnome/solfege/%%VERSION%%/themes/svg/mal.svg
378
share/gnome/solfege/%%VERSION%%/themes/svg/melodic-interval.svg
379
share/gnome/solfege/%%VERSION%%/themes/svg/sadface.svg
380
share/gnome/solfege/%%VERSION%%/themes/svg/sing-chord.svg
381
share/gnome/solfege/%%VERSION%%/themes/svg/sing-interval.svg
382
share/gnome/solfege/%%VERSION%%/themes/svg/solfege.svg
452
share/locale/da/LC_MESSAGES/solfege.mo
383
share/locale/da/LC_MESSAGES/solfege.mo
453
share/locale/de/LC_MESSAGES/solfege.mo
384
share/locale/de/LC_MESSAGES/solfege.mo
454
share/locale/es/LC_MESSAGES/solfege.mo
385
share/locale/es/LC_MESSAGES/solfege.mo
Lines 458-477 Link Here
458
share/locale/nl/LC_MESSAGES/solfege.mo
389
share/locale/nl/LC_MESSAGES/solfege.mo
459
share/locale/no/LC_MESSAGES/solfege.mo
390
share/locale/no/LC_MESSAGES/solfege.mo
460
share/locale/ru/LC_MESSAGES/solfege.mo
391
share/locale/ru/LC_MESSAGES/solfege.mo
392
@dirrm share/gnome/solfege/%%VERSION%%/themes/svg
393
@dirrm share/gnome/solfege/%%VERSION%%/themes
461
@dirrm share/gnome/solfege/%%VERSION%%/src
394
@dirrm share/gnome/solfege/%%VERSION%%/src
462
@dirrm share/gnome/solfege/%%VERSION%%/soundcard
395
@dirrm share/gnome/solfege/%%VERSION%%/soundcard
463
@dirrm share/gnome/solfege/%%VERSION%%/online-docs/ru
396
@dirrm share/gnome/solfege/%%VERSION%%/online-docs/ru
464
@dirrm share/gnome/solfege/%%VERSION%%/online-docs/png
397
@dirrm share/gnome/solfege/%%VERSION%%/online-docs/png
465
@dirrm share/gnome/solfege/%%VERSION%%/online-docs/no
398
@dirrm share/gnome/solfege/%%VERSION%%/online-docs/no
399
@dirrm share/gnome/solfege/%%VERSION%%/online-docs/nl
466
@dirrm share/gnome/solfege/%%VERSION%%/online-docs/es_MX
400
@dirrm share/gnome/solfege/%%VERSION%%/online-docs/es_MX
467
@dirrm share/gnome/solfege/%%VERSION%%/online-docs/C
401
@dirrm share/gnome/solfege/%%VERSION%%/online-docs/C
468
@dirrm share/gnome/solfege/%%VERSION%%/online-docs
402
@dirrm share/gnome/solfege/%%VERSION%%/online-docs
469
@dirrm share/gnome/solfege/%%VERSION%%/mpd
403
@dirrm share/gnome/solfege/%%VERSION%%/mpd
470
@dirrm share/gnome/solfege/%%VERSION%%/lesson-files/bin
471
@dirrm share/gnome/solfege/%%VERSION%%/lesson-files/share
404
@dirrm share/gnome/solfege/%%VERSION%%/lesson-files/share
405
@dirrm share/gnome/solfege/%%VERSION%%/lesson-files/bin
472
@dirrm share/gnome/solfege/%%VERSION%%/lesson-files
406
@dirrm share/gnome/solfege/%%VERSION%%/lesson-files
473
@dirrm share/gnome/solfege/%%VERSION%%/graphics
407
@dirrm share/gnome/solfege/%%VERSION%%/graphics
408
@dirrm share/gnome/solfege/%%VERSION%%/gnomeemu/gnome
409
@dirrm share/gnome/solfege/%%VERSION%%/gnomeemu
474
@dirrm share/gnome/solfege/%%VERSION%%/feta
410
@dirrm share/gnome/solfege/%%VERSION%%/feta
475
@dirrm share/gnome/solfege/%%VERSION%%/example-lesson-files
411
@dirrm share/gnome/solfege/%%VERSION%%/example-lesson-files
476
@dirrm share/gnome/solfege/%%VERSION%%
412
@dirrm share/gnome/solfege/%%VERSION%%
477
@dirrm share/gnome/solfege
413
@dirrm share/gnome/solfege
414
@unexec rmdir %D/share/locale/es_MX/LC_MESSAGES 2>/dev/null || true
415
@unexec rmdir %D/share/locale/es_MX 2>/dev/null || true

Return to bug 79465