summaryrefslogtreecommitdiff
path: root/graphics/denemo
AgeCommit message (Collapse)AuthorFilesLines
2007-08-08Don't use malloc.h.joerg2-1/+20
2007-03-30Rename local function to not conflict with system function.joerg2-1/+24
2007-01-31Mark as BROKEN_IN pkgsrc-2006Q4, based onwiz1-1/+3
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html (latest 3.1/i386 bulk build of 2006Q4). Feel free to fix them...
2007-01-07Updated denemo to 7.6.rillig7-41/+200
10 April 2006 0.7.5 Moved back to Plain C for future releases Reimplementation of keymaps so they are now XML based Midi import Lilypond Export Updates Reimplementation of rc files so that they are now XML Removal of Blank rest modes Crash Recovery Lots of memory leak fixes Help Manual now available Revised CSound export Revised Print functionality Blank notes are now displayed in Yellow to aid in viewing the score Keybindings for inserting Time Signatures, Key Signatures and Clefs 30 October 2005 0.7.4 Help Documentation Support for exporting to Lilypond 2.6 All ornaments/articulations added Replace Mode Basic Redo/Undo Functionality for individual objects More Templates available Export to PDF (via lilypond processing) Courtesy of Jens Askengren 3 April 2005 0.7.3beta2 Revised Menu's (GTK 2.6 based) 10 February 2005 0.7.3beta1 Score Templates Additional Keymaps Revised Menu's Additional Staff functions 23 March 2003: 0.7.0 First C++ realese Features plugins for the first time. Although the API still has to be finalised. Optional use of gtk2 Added support for Figured Bass courtesy of Richard Shann Automated Testing again courtesy of Richard Shann MDI interface. Cautionary Accidentals, Alasdair Anderson Cloned chords when tieing a note. Graceful Exit when denemo fails, saves current scores so work is not lost 22 November 2002: 0.6.1 Fixed Lilypond parser for >1.4.x Lilypond syntax Various other small fixes 29 May 2002: 0.6.0 Added Basic Support for Lyrics Added Invisible Notes File I/O dialogs now remeber the last Directory (courtesy of Damian Marques Lluch) Midi Instrument Selection is easier and /dev/sequencer selection for Alsa playback(courtesy of goto <harpy@lily.freemail.ne.jp>) Added CSound Score file exporter and Optional CSound playback Reimplementation of Dynamics 13 November 2001: 0.5.7 Basic Printing Support Various bug fixes Probably the Last Straight Forward C release 3 July 2000: 0.5.6 Support for Hairpins (incomplete/buggy) Supports GNU Lilypond >v1.3.146 (Input parser requires some work). XML File Format supported (courtesy of Eric Galluzzo) Midi File Output supported (courtesy of Per Andersson) Support for additional instrument specific articulations. Internationalization of Denemo (Translations still required). Supports Mouse positioning of cursor. 12 Nov 2000: 0.5.5 Improved positioning code. Support for keyboard customization. Preliminary support for multinote slurs. Support for staccato, fermata, accent, tenuto, turn, trill, mordent, and staccatissimo markings. Denemo now understands that the score window may not be enough to show all staffs; the cursor will scroll the score up and down if necessary. Horizontal and vertical scrollbars now track and control the part of the score being displayed.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz1-3/+2
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz1-1/+4
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-09Convert to buildlink3.snj1-3/+3
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-05-03Convert to buildlink2. Do not install into X11BASE any longer; bump ↵wiz1-4/+4
PKGREVISION for that.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-4/+4
dependency bumps.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-11-11Use "${MASTER_SITE_SOURCEFORGE}".tron1-2/+2
2000-10-15Initial import of denemo-0.5.4, a GUI musical score editor written inrh8-0/+59
C/gtk+