public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/denemo/files: denemo-0.9.6-alsa.patch denemo-0.9.6-desktop.patch denemo-0.9.6-implicit-declarations.patch
@ 2012-09-22  0:49 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2012-09-22  0:49 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/09/22 00:49:21

  Added:                denemo-0.9.6-alsa.patch denemo-0.9.6-desktop.patch
                        denemo-0.9.6-implicit-declarations.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha131/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-sound/denemo/files/denemo-0.9.6-alsa.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/denemo/files/denemo-0.9.6-alsa.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/denemo/files/denemo-0.9.6-alsa.patch?rev=1.1&content-type=text/plain

Index: denemo-0.9.6-alsa.patch
===================================================================
--- src/alsabackend.h
+++ src/alsabackend.h
@@ -0,0 +1,23 @@
+/*
+ * alsabackend.h
+ * ALSA sequencer MIDI backend.
+ *
+ * for Denemo, a gtk+ frontend to GNU Lilypond
+ * Copyright (C) 2011  Dominic Sacré
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ */
+
+#ifndef ALSABACKEND_H
+#define ALSABACKEND_H
+
+#include "audiointerface.h"
+
+extern backend_t alsa_seq_midi_backend;
+
+
+#endif // ALSABACKEND_H
+



1.1                  media-sound/denemo/files/denemo-0.9.6-desktop.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/denemo/files/denemo-0.9.6-desktop.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/denemo/files/denemo-0.9.6-desktop.patch?rev=1.1&content-type=text/plain

Index: denemo-0.9.6-desktop.patch
===================================================================
--- denemo-0.9.6/pixmaps/denemo.desktop
+++ denemo-0.9.6/pixmaps/denemo.desktop
@@ -4,7 +4,7 @@
 StartupNotify=true
 Terminal=false
 Type=Application
-Categories=GNOME;Audio;AudioVideo;Music;Education
+Categories=GNOME;GTK;Audio;AudioVideo;Music;Education;
 
 Name=GNU Denemo
 Name[de]=GNU Denemo



1.1                  media-sound/denemo/files/denemo-0.9.6-implicit-declarations.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/denemo/files/denemo-0.9.6-implicit-declarations.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/denemo/files/denemo-0.9.6-implicit-declarations.patch?rev=1.1&content-type=text/plain

Index: denemo-0.9.6-implicit-declarations.patch
===================================================================
--- denemo-0.9.6/src/audiointerface.c
+++ denemo-0.9.6/src/audiointerface.c
@@ -14,6 +14,7 @@
 #include "audiointerface.h"
 #include "eventqueue.h"
 #include "dummybackend.h"
+#include "sourceaudio.h"
 
 #ifdef _HAVE_JACK_
   #include "jackbackend.h"
--- denemo-0.9.6/src/audiointerface.h
+++ denemo-0.9.6/src/audiointerface.h
@@ -228,6 +228,9 @@
 gboolean read_event_from_queue(backend_type_t backend, unsigned char *event_buffer, size_t *event_length,
                                double *event_time, double until_time);
 
+gboolean read_event_from_mixer_queue(backend_type_t backend, unsigned char *event_buffer, size_t *event_length,
+                               double *event_time, double until_time);
+
 /**
  * Called by a backend to notify the audio subsystem that the current playback
  * time changed. Usually this is called once per period during playback.
--- denemo-0.9.6/src/eventqueue.c
+++ denemo-0.9.6/src/eventqueue.c
@@ -13,6 +13,7 @@
 
 #include "eventqueue.h"
 #include "midi.h"
+#include "moveviewport.h"
 
 #include <glib.h>
 #include <string.h>
--- denemo-0.9.6/src/portaudiobackend.c
+++ denemo-0.9.6/src/portaudiobackend.c
@@ -16,6 +16,7 @@
 #include "portaudioutil.h"
 #include "midi.h"
 #include "fluid.h"
+#include "audiointerface.h"
 
 #include <portaudio.h>
 #include <glib.h>





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-22  0:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-22  0:49 [gentoo-commits] gentoo-x86 commit in media-sound/denemo/files: denemo-0.9.6-alsa.patch denemo-0.9.6-desktop.patch denemo-0.9.6-implicit-declarations.patch Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox