pkgsrc/graphics/denemo/patches/patch-Makefile.in
ryoon bdb799c830 Update to 0.9.2
Changelog:
2011-09-27 Release 0.9.2:
    * Score Checking
           o Performed automatically before printing (optional)
           o Under/Overfull measures
           o Unterminated tuplets
           o Miss-matched slurs.
    * Pitch Spelling
           o Performed live on MIDI entry
           o Colors intervals that may be enharmonic spelling mistakes with a di
fferent timbre
    * Enter Accidental before or after note
           o Use enter accidental to avoid sounding spurious notes on entry.
           o Change a note to one of its enharmonic variants. Same absolute pitc
h (in Equal Temperament).
           o Change the duration of single notes in a chord to create single-voi
ce polyphony
    * Vertical Rest Positioning (for polyphony)
    * Grace Notes that come after rather than before the main note.
    * Improved display of under/overfull measures
    * Display shows if there are measures before/after those on screen and provi
des buttons to navigate
    * Better beaming control.
    * Arbitrary Dynamics text.
    * New Denemo fonts
           o Denemo's own font now uses standard unicode font symbols
           o LilyPond font accessible to scripts
           o Improved display of entered music, help texts etc.
           o Simpler scripting to display any LilyPond feature.
    * Thumbnails for .denemo files in file open dialog and for your Window Manager
           o Thumbnail shows a selection of your choice as finally typeset.
           o Default thumbnail is first three measures
    * Import images of scores for transcription
           o Scores captured bar-by-bar into Denemo, displayed directly underneath the bar they relate to.
           o Editorial decisions/errors can easily be checked
           But Linux only.
    * Bug Fixes
           o Vertical scrolling (a long-standing bug fixed at last)
           o Bookmark searching
           o Nested tuplet display
           o Redo crashes
    * Notes:
           o As yet no windows binary is available
           o Playback out of priority thread is not in this release.
           o The manual does not have the latest list of scheme commands available.
2011-10-06 11:57:24 +00:00

25 lines
1 KiB
Text

$NetBSD: patch-Makefile.in,v 1.1 2011/10/06 11:57:24 ryoon Exp $
* Support PKG_SYSCONFDIR
--- Makefile.in.orig 2011-04-27 18:00:54.000000000 +0000
+++ Makefile.in
@@ -388,15 +388,15 @@ distclean-libtool:
-rm -f libtool config.lt
install-dist_sysconfDATA: $(dist_sysconf_DATA)
@$(NORMAL_INSTALL)
- test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)"
+ test -z "${PREFIX}/share/examples/denemo" || $(MKDIR_P) "$(DESTDIR)${PREFIX}/share/examples/denemo"
@list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
echo "$$d$$p"; \
done | $(am__base_list) | \
while read files; do \
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
- $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)${PREFIX}/share/examples/denemo'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)${PREFIX}/share/examples/denemo" || exit $$?; \
done
uninstall-dist_sysconfDATA: