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

(-)audio/solfege/Makefile (-5 / +1 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	solfege
9
PORTNAME=	solfege
10
PORTVERSION=	3.0.5
10
PORTVERSION=	3.0.6
11
CATEGORIES=	audio
11
CATEGORIES=	audio
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 34-43 Link Here
34
		${REINPLACE_CMD} -e 's|/usr/bin/python|${SETENV} python|g'
34
		${REINPLACE_CMD} -e 's|/usr/bin/python|${SETENV} python|g'
35
.for file in lessonfile_editor.py.in run-solfege.py.in
35
.for file in lessonfile_editor.py.in run-solfege.py.in
36
	@${REINPLACE_CMD} -e 's|share", "solfege|share", "gnome", "solfege|g' \
36
	@${REINPLACE_CMD} -e 's|share", "solfege|share", "gnome", "solfege|g' \
37
		${WRKSRC}/${file}
38
.endfor
39
.for file in src/inputwidgets.py src/runtime.py
40
	@${REINPLACE_CMD} -e 's|gnome.canvas|gnomecanvas|g' \
41
		${WRKSRC}/${file}
37
		${WRKSRC}/${file}
42
.endfor
38
.endfor
43
.for file in default.config
39
.for file in default.config
(-)audio/solfege/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (solfege-3.0.5.tar.gz) = 54a5e3311978da6d00439698d4c099e1
1
MD5 (solfege-3.0.6.tar.gz) = 959d7d55f85ee4998ddc0a1ae0a901ab
2
SHA256 (solfege-3.0.5.tar.gz) = 8aeafc48312b787a6f347433bd3299141685cc66586c941f10cb4f888deb47b8
2
SHA256 (solfege-3.0.6.tar.gz) = c06fc8b55358079ce60038f15a11a8e59a755c258099974d4bf6feb849afe8b3
3
SIZE (solfege-3.0.5.tar.gz) = 831996
3
SIZE (solfege-3.0.6.tar.gz) = 848784
(-)audio/solfege/files/patch-soundcard::macro_to_function.c (-12 lines)
Lines 1-12 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 (+2 lines)
Lines 433-438 Link Here
433
share/gnome/solfege/src/idtone.py
433
share/gnome/solfege/src/idtone.py
434
share/gnome/solfege/src/inputwidgets.py
434
share/gnome/solfege/src/inputwidgets.py
435
share/gnome/solfege/src/instrumentselector.py
435
share/gnome/solfege/src/instrumentselector.py
436
share/gnome/solfege/src/languages.py
436
share/gnome/solfege/src/learning_tree_editor.py
437
share/gnome/solfege/src/learning_tree_editor.py
437
share/gnome/solfege/src/lessonfile.py
438
share/gnome/solfege/src/lessonfile.py
438
share/gnome/solfege/src/lessonfile_editor_main.py
439
share/gnome/solfege/src/lessonfile_editor_main.py
Lines 482-487 Link Here
482
share/locale/nl/LC_MESSAGES/solfege.mo
483
share/locale/nl/LC_MESSAGES/solfege.mo
483
share/locale/no/LC_MESSAGES/solfege.mo
484
share/locale/no/LC_MESSAGES/solfege.mo
484
share/locale/ru/LC_MESSAGES/solfege.mo
485
share/locale/ru/LC_MESSAGES/solfege.mo
486
share/locale/sv/LC_MESSAGES/solfege.mo
485
share/locale/tr/LC_MESSAGES/solfege.mo
487
share/locale/tr/LC_MESSAGES/solfege.mo
486
@dirrm share/gnome/solfege/themes/svg
488
@dirrm share/gnome/solfege/themes/svg
487
@dirrm share/gnome/solfege/themes
489
@dirrm share/gnome/solfege/themes

Return to bug 92004