- Update to 3.0.6
PR: ports/92004 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
3a13a77488
commit
5d390feb3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154229
4 changed files with 6 additions and 20 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= solfege
|
||||
PORTVERSION= 3.0.5
|
||||
PORTVERSION= 3.0.6
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -36,10 +36,6 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e 's|share", "solfege|share", "gnome", "solfege|g' \
|
||||
${WRKSRC}/${file}
|
||||
.endfor
|
||||
.for file in src/inputwidgets.py src/runtime.py
|
||||
@${REINPLACE_CMD} -e 's|gnome.canvas|gnomecanvas|g' \
|
||||
${WRKSRC}/${file}
|
||||
.endfor
|
||||
.for file in default.config
|
||||
@${REINPLACE_CMD} -e 's|type=sequencer-device|type=fake-synth|g ; \
|
||||
s|/usr/bin|${LOCALBASE}/bin|g' ${WRKSRC}/${file}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (solfege-3.0.5.tar.gz) = 54a5e3311978da6d00439698d4c099e1
|
||||
SHA256 (solfege-3.0.5.tar.gz) = 8aeafc48312b787a6f347433bd3299141685cc66586c941f10cb4f888deb47b8
|
||||
SIZE (solfege-3.0.5.tar.gz) = 831996
|
||||
MD5 (solfege-3.0.6.tar.gz) = 959d7d55f85ee4998ddc0a1ae0a901ab
|
||||
SHA256 (solfege-3.0.6.tar.gz) = c06fc8b55358079ce60038f15a11a8e59a755c258099974d4bf6feb849afe8b3
|
||||
SIZE (solfege-3.0.6.tar.gz) = 848784
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
--- soundcard/macro_to_function.c.orig Mon Mar 21 05:18:34 2005
|
||||
+++ soundcard/macro_to_function.c Tue Mar 22 00:28:40 2005
|
||||
@@ -24,7 +24,9 @@
|
||||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
+#ifdef HAVE_LINUX_AWE_VOICE_H
|
||||
#include <linux/awe_voice.h>
|
||||
+#endif
|
||||
|
||||
extern int _seqbufptr;
|
||||
extern int _seqbuflen;
|
|
@ -433,6 +433,7 @@ share/gnome/solfege/src/identifybpm.py
|
|||
share/gnome/solfege/src/idtone.py
|
||||
share/gnome/solfege/src/inputwidgets.py
|
||||
share/gnome/solfege/src/instrumentselector.py
|
||||
share/gnome/solfege/src/languages.py
|
||||
share/gnome/solfege/src/learning_tree_editor.py
|
||||
share/gnome/solfege/src/lessonfile.py
|
||||
share/gnome/solfege/src/lessonfile_editor_main.py
|
||||
|
@ -482,6 +483,7 @@ share/locale/it/LC_MESSAGES/solfege.mo
|
|||
share/locale/nl/LC_MESSAGES/solfege.mo
|
||||
share/locale/no/LC_MESSAGES/solfege.mo
|
||||
share/locale/ru/LC_MESSAGES/solfege.mo
|
||||
share/locale/sv/LC_MESSAGES/solfege.mo
|
||||
share/locale/tr/LC_MESSAGES/solfege.mo
|
||||
@dirrm share/gnome/solfege/themes/svg
|
||||
@dirrm share/gnome/solfege/themes
|
||||
|
|
Loading…
Reference in a new issue