denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] Denemo version 2.0.4 Released


From: Edgar Aichinger
Subject: Re: [Denemo-devel] Denemo version 2.0.4 Released
Date: Fri, 11 Mar 2016 11:28:15 +0100
User-agent: KMail/4.14.9 (Linux/3.16.7-35-desktop; KDE/4.14.9; x86_64; ; )

Hello,

I've managed to miss the 2.0.2 release in my repository on Open Build Service, 
where I build binary rpms for openSUSE and Fedora.

But now I've updated to 2.0.4, and the only thing I had to change to make the 
QA checks happy was to comment out an unused debugging function in 
src/printview/svgview.c.

The patch is so short and trivial that I'll inline it here in this mail, just 
for completeness:
---

diff -up denemo-2.0.4/src/printview/svgview.c.orig 
denemo-2.0.4/src/printview/svgview.c
--- denemo-2.0.4/src/printview/svgview.c.orig   2016-03-05 23:31:21.000000000 
+0100
+++ denemo-2.0.4/src/printview/svgview.c        2016-03-11 00:05:52.166930912 
+0100
@@ -1217,11 +1217,11 @@ static void scroll_dialog (void)
 }
 
 
-static gint
-keypress_event (GtkWidget * widget, GdkEventKey * event)
-{
-    g_print ("Keypress event\n");
-}
+//static gint
+//keypress_event (GtkWidget * widget, GdkEventKey * event)
+//{
+//    g_print ("Keypress event\n");
+//}
 void
 install_svgview (GtkWidget * top_vbox)
 {

---

The complaint was about the usual function returning random data, as it was 
declared as returning static gint, but actually didn't return anything.

And it never would, as the call to it was already commented out :-)

here's the link to the OBS download page: 
http://software.opensuse.org/download.html?project=home%3Aedogawa&package=denemo

It's mentioned on denemo.org anyways, but still says the fedora packages are 
for 19 and 20, while by now I'm building for 21 and 22 and really should 
include 23 and get rid of 21, I think. Maybe just don't mention the versions at 
all so there's no reoccurring need to update that text :)

Edgar

Am Donnerstag, 10. März 2016, 14:59:36 schrieb Richard Shann:
> Denemo version 2.0.4 has been released.
> 
> Denemo is a program for inputting music notation. http://www.denemo.org
> The music is displayed as music notation while typing or playing in and
> simultaneously it can be typeset via LilyPond. It can also be played via
> internal synthesizer. Demo videos are at https://vimeo.com/62188678 
> 
> New features in this version:
> 
>     Conditional Directives on Chords/Notes
>         Create editions with/without (e.g) editorial suggestions
>         Conditional items are highlighted in the display
>         Object Inspector reports on them
>     Enhanced Object Editor
>         Set Conditional Behavior
>         Initiate Search/Edit from Object
>     New Commands
>         Margins for Duplex Printing
>         Page Number Positioning
>         Gaps in Staffs
>         Enharmonic transpositions of passages
>     Generating Parts
>         Part naming extended to multi-staff instruments
>     Score Checking
>         Bug Fixes
>         Skip Errors 
> 
> 
> Known issues for this release:
>      
> 
> Binary packages can be downloaded via http://www.denemo.org/downloads-page/.
> 
> Here are the compressed sources (from a mirror) :
> 
> http://ftpmirror.gnu.org/denemo/denemo-2.0.4.tar.gz
> 
> If automatic redirection fails, the list of mirrors is at:
>       http://www.gnu.org/order/ftp.html
> 
> Or if need be you can use the main GNU ftp server:
> 
> ftp://ftp.gnu.org/gnu/denemo/denemo-2.0.4.tar.gz
> 
> Richard Shann
> 
> 
> 
> 
> _______________________________________________
> Denemo-devel mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/denemo-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]