Update of /cvsroot/fink/experimental/costabel/finkinfo
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19388
Added Files:
denemo.info denemo.patch
Log Message:
Up-to-date version of denemo; seems to work on 10.4 and 10.5
--- NEW FILE: denemo.patch ---
--- denemo-0.8.0/Makefile.in 2008-10-20 16:13:36.000000000 +0200
+++ denemo-0.8.0_corr/Makefile.in 2009-01-22 17:10:59.000000000 +0100
@@ -648,8 +648,8 @@
install-data-hook:
- cp -r actions $(datadir)/${PACKAGE}/
- chmod -R 755 $(datadir)/${PACKAGE}/actions
+ cp -r actions $(DESTDIR)$(datadir)/${PACKAGE}/
+ chmod -R 755 $(DESTDIR)$(datadir)/${PACKAGE}/actions
dist-hook: @[email protected]
cp $(srcdir)/@[email protected] $(distdir)
# Tell versions [3.59,3.63) of GNU make to not export all variables.
--- denemo-0.8.0/src/file.c 2008-10-20 16:11:04.000000000 +0200
+++ denemo-0.8.0_corr/src/file.c 2009-01-22 17:10:59.000000000 +0100
@@ -33,7 +33,9 @@
#include <string.h>
#include <sys/stat.h> /* check existance and type of files */
#include <dirent.h> /* filter and sort filenames */
+#ifdef HAVE_MALLOC_H
#include <malloc.h> /* I use free() */
+#endif
--- denemo-0.8.0/src/lyparser.y 2008-09-04 18:33:02.000000000 +0200
+++ denemo-0.8.0_corr/src/lyparser.y 2009-01-22 17:10:59.000000000 +0100
@@ -169,7 +169,9 @@
// needed for bison.simple's malloc () and free ()
+#ifdef HAVE_MALLOC_H
#include <malloc.h>
+#endif
#include <stdlib.h>
#include <stdio.h>
--- denemo-0.8.0/src/main.c 2008-10-20 16:11:04.000000000 +0200
+++ denemo-0.8.0_corr/src/main.c 2009-01-22 17:10:59.000000000 +0100
@@ -26,6 +26,9 @@
#include <wait.h>
#endif
#ifdef HAVE_SYS_RESOURCE_H
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
#include <sys/resource.h>
#endif
--- NEW FILE: denemo.info ---
Package: denemo
Version: 0.8.0
Revision: 1000
Source: http://download.savannah.gnu.org/releases/%n/%n-%v.tar.gz
Source-MD5: a19e15130f9c7fcdcef03daefc342d0c
BuildDepends: glitz, expat1, libpng3, cairo (>= 1.6-1), fontconfig2-dev (>=
2.4.1-1), freetype219 (>= 2.3.5-1), xft2-dev, x11-dev, gtk+2-dev (>= 2.12.0-1),
libxml2 (>= 2.6.30-1), glib2-dev (>= 2.14.0-1), libgettext3-dev, gettext-bin,
gettext-tools, libiconv-dev, atk1 (>= 1.20.0-1), pango1-xft2-ft219-dev (>=
1.18.4-4), pixman (>= 0.10.0-1), pkgconfig (>= 0.21-1), guile18-dev, libaubio2,
portaudio2 (>= 2.19.0-4)
Depends: x11, gtk+2-shlibs (>= 2.12.0-1), libxml2-shlibs (>= 2.6.30-1),
glib2-shlibs (>= 2.14.0-1), libgettext3-shlibs, libiconv, atk1-shlibs (>=
1.20.0-1), pango1-xft2-ft219-shlibs (>= 1.18.4-4)
BuildConflicts: libgnugetopt
Recommends: lilypond
ConfigureParams: --disable-nls --disable-dependency-tracking
PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH"
FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
PATH=%p/share/guile/1.8/scripts/binoverride:$PATH --sysconfdir=%p/etc
GCC: 4.0
Patch: %n.patch
InstallScript: make install DESTDIR=%d
ConfFiles: %p/etc/%n/denemo.conf
DocFiles: AUTHORS COPYING NEWS README doc
Description: Graphical musical score editor
DescDetail: <<
Denemo is the GNU graphical musical score editor, and serves as a frontend to
Lilypond.
Though its behavior and features will no doubt continue to be refined, it is
already perfectly usable.
<<
DescUsage: <<
The provided keymapping is somewhat different from the one described
in share/doc/denemo/README because of the way the keyboard is mapped
in XDarwin. Note also that the keymapping was done on a french
keyboard so everything may not work for you. You can refer to
.denemo/keymaprc in your home directory for more details.
<<
DescPort: <<
Mostly changes around malloc.h
NLS disabled due to a bug with keymapping
OS X keymapping provided as default
Avoid symbol collision with glib2
<<
License: GPL
Maintainer: sinclair44 <[email protected]>
Homepage: http://denemo.sourceforge.net/
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs