diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-09 19:17:03 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-09 19:17:03 +0000 |
commit | ebc31062bf83c8bdad55a26a551b09db430bb5d6 (patch) | |
tree | da94e15567cc4bf5f70f72cc0a87a81995068ddb /media-sound/mup/files | |
parent | Added ~ppc64 to KEYWORDS (diff) | |
download | gentoo-2-ebc31062bf83c8bdad55a26a551b09db430bb5d6.tar.gz gentoo-2-ebc31062bf83c8bdad55a26a551b09db430bb5d6.tar.bz2 gentoo-2-ebc31062bf83c8bdad55a26a551b09db430bb5d6.zip |
version bump, fixes #18636
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-sound/mup/files')
-rw-r--r-- | media-sound/mup/files/5.0-beaming-bug.patch | 23 | ||||
-rw-r--r-- | media-sound/mup/files/digest-mup-5.0 | 2 |
2 files changed, 25 insertions, 0 deletions
diff --git a/media-sound/mup/files/5.0-beaming-bug.patch b/media-sound/mup/files/5.0-beaming-bug.patch new file mode 100644 index 000000000000..2b6714a69305 --- /dev/null +++ b/media-sound/mup/files/5.0-beaming-bug.patch @@ -0,0 +1,23 @@ +--- mup/prntdata.c.orig 2004-07-21 06:38:36.000000000 +0200 ++++ mup/prntdata.c 2004-07-21 06:39:49.000000000 +0200 +@@ -2717,6 +2717,20 @@ + + { + int grpsize, grpvalue; ++ /* If we are passed the first group, it could be a space, ++ * in which case we need to use the below staff's group instead. ++ */ ++ if (gs_p->grpcont == GC_SPACE) { ++ /* Need to hop to below staff. Go down the chord to find ++ * the matching cross-staff beam group. */ ++ do { ++ if ((gs_p = gs_p->gs_p) == (struct GRPSYL *) 0) { ++ pfatal("can't find matching beam chord"); ++ } ++ ++ /* skip any lyrics and such till we find the beamed-to group */ ++ } while (gs_p->beamto != BT_ABOVE); ++ } + + /* need to skip past any groups of the wrong kind */ + grpsize = gs_p->grpsize; diff --git a/media-sound/mup/files/digest-mup-5.0 b/media-sound/mup/files/digest-mup-5.0 new file mode 100644 index 000000000000..cec82314c83c --- /dev/null +++ b/media-sound/mup/files/digest-mup-5.0 @@ -0,0 +1,2 @@ +MD5 980d467c9f42f00bd9ba54b34fcf61c9 mup50src.tar.gz 779418 +MD5 cb5b4ddea95f38c220a12dbe74f570d9 mup50doc.tar.gz 641955 |