[46261] trunk/dports/print/denemo

yves at macports.org yves at macports.org
Sun Feb 1 13:43:34 PST 2009


Revision: 46261
          http://trac.macports.org/changeset/46261
Author:   yves at macports.org
Date:     2009-02-01 13:43:29 -0800 (Sun, 01 Feb 2009)
Log Message:
-----------
Update denemo to 0.8.2, become maintainer

Modified Paths:
--------------
    trunk/dports/print/denemo/Portfile
    trunk/dports/print/denemo/files/patch-denemo.conf
    trunk/dports/print/denemo/files/patch-prefops.c

Removed Paths:
-------------
    trunk/dports/print/denemo/files/patch-external.c

Modified: trunk/dports/print/denemo/Portfile
===================================================================
--- trunk/dports/print/denemo/Portfile	2009-02-01 21:11:33 UTC (rev 46260)
+++ trunk/dports/print/denemo/Portfile	2009-02-01 21:43:29 UTC (rev 46261)
@@ -3,11 +3,10 @@
 PortSystem 1.0
 
 name             denemo
-version          0.7.6
-revision         2
+version          0.8.2
 categories       print audio x11
 platforms        darwin
-maintainers      nomaintainer
+maintainers      yves
 
 description      Denemo is a unique score editor
 long_description \
@@ -18,15 +17,15 @@
     this is partly because it was created to help edit Lilypond notation \
     and partly because of its unique design philosophy.
 
-homepage         http://denemo.sourceforge.net/
+homepage         http://www.denemo.org/
 
-master_sites     sourceforge
-checksums        md5 1a3ed2c46d955295b52d09ae0cb642c0
+master_sites     http://download.savannah.gnu.org/releases/denemo/
+checksums        md5 141c7366f53b07d92ebf78fd5783770a
 
-depends_lib      port:librsvg
+depends_lib      port:aubio port:guile port:librsvg port:portaudio
 depends_run      port:qtplay
 
-patchfiles       patch-denemo.conf patch-external.c patch-prefops.c
+patchfiles       patch-denemo.conf patch-prefops.c
 post-patch {
     reinplace "s|../../mkinstalldirs|mkinstalldirs|g" \
         ${worksrcpath}/pixmaps/Makefile.in
@@ -34,9 +33,10 @@
 }
 
 configure.args   --disable-alsa --disable-nls \
-                 --with-plugins=analysis,midiinput,rumour
+				 --sysconfdir=${prefix}/etc
 
+use_parallel_build yes
+
 variant csound description "Csound can be used for playback." {
     depends_run-append port:csound
 }
-

Modified: trunk/dports/print/denemo/files/patch-denemo.conf
===================================================================
--- trunk/dports/print/denemo/files/patch-denemo.conf	2009-02-01 21:11:33 UTC (rev 46260)
+++ trunk/dports/print/denemo/files/patch-denemo.conf	2009-02-01 21:43:29 UTC (rev 46261)
@@ -1,5 +1,5 @@
---- denemo.conf.orig	2005-12-15 22:43:53.000000000 -0500
-+++ denemo.conf	2005-12-15 22:44:56.000000000 -0500
+--- denemo.conf.orig	2009-02-01 11:39:41.000000000 -0500
++++ denemo.conf	2009-02-01 11:40:14.000000000 -0500
 @@ -2,9 +2,9 @@
  <Denemo>
  <Config>
@@ -9,7 +9,7 @@
 -<browser>mozilla</browser>
 +<midiplayer>qtplay</midiplayer>
 +<audioplayer>qtplay</audioplayer>
-+<browser>dillo</browser>
++<browser>open</browser>
  <autosave>1</autosave>
  <autosavetimeout>5</autosavetimeout>
  <csoundcommand>csound -dm6</csoundcommand>

Deleted: trunk/dports/print/denemo/files/patch-external.c
===================================================================
--- trunk/dports/print/denemo/files/patch-external.c	2009-02-01 21:11:33 UTC (rev 46260)
+++ trunk/dports/print/denemo/files/patch-external.c	2009-02-01 21:43:29 UTC (rev 46261)
@@ -1,10 +0,0 @@
---- src/external.c.orig	2007-02-06 12:25:59.000000000 -0500
-+++ src/external.c	2007-02-06 12:27:40.000000000 -0500
-@@ -12,6 +12,7 @@
- #include "prefops.h"
- #include <signal.h>
- #include "external.h"
-+#include <unistd.h>
- 
- 
- /* test it a given temp filename points to an 

Modified: trunk/dports/print/denemo/files/patch-prefops.c
===================================================================
--- trunk/dports/print/denemo/files/patch-prefops.c	2009-02-01 21:11:33 UTC (rev 46260)
+++ trunk/dports/print/denemo/files/patch-prefops.c	2009-02-01 21:43:29 UTC (rev 46261)
@@ -1,6 +1,6 @@
---- src/prefops.c.orig	2006-12-22 07:51:18.000000000 -0500
-+++ src/prefops.c	2007-01-11 23:09:16.000000000 -0500
-@@ -88,10 +88,10 @@
+--- src/prefops.c.orig	2009-02-01 11:40:50.000000000 -0500
++++ src/prefops.c	2009-02-01 11:41:28.000000000 -0500
+@@ -72,18 +72,18 @@
    /* Reasonable default values */
  
    ret->lilypath = g_string_new ("lilypond");
@@ -10,7 +10,18 @@
 +  ret->audioplayer = g_string_new ("qtplay");
    ret->csoundcommand = g_string_new ("csound -dm6");
 -  ret->browser = g_string_new ("firefox");
-+  ret->browser = g_string_new ("dillo");
++  ret->browser = g_string_new ("open");
    ret->csoundorcfile = g_string_new ("");
-   ret->pdfviewer = g_string_new ("xpdf");
-   ret->texteditor = g_string_new ("xedit");
+-  ret->pdfviewer = g_string_new ("xpdf");
++  ret->pdfviewer = g_string_new ("open");
+   ret->sequencer = g_string_new ("/dev/sequencer");
+   ret->midi_in = g_string_new ("/dev/midi");
+ 
+ 
+-  ret->imageviewer = g_string_new ("eog");
+-  ret->texteditor = g_string_new ("xedit");
++  ret->imageviewer = g_string_new ("open");
++  ret->texteditor = g_string_new ("smultron");
+   ret->denemopath = g_string_new (g_get_home_dir());
+   ret->lilyversion = g_string_new (LILYPOND_VERSION);
+   ret->temperament = g_string_new("Equal");
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090201/e9f132b0/attachment.html>


More information about the macports-changes mailing list