summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-02 17:18:51 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-04 12:12:41 +0200
commitace9bebff11251abce5e42c26cc3d088fdfb8adc (patch)
tree4fa0f11e86f6c324f0cf4d0063e4db1bdf902f99 /media-sound/denemo
parentmedia-sound/amsynth: remove unused patch (diff)
downloadgentoo-ace9bebff11251abce5e42c26cc3d088fdfb8adc.tar.gz
gentoo-ace9bebff11251abce5e42c26cc3d088fdfb8adc.tar.bz2
gentoo-ace9bebff11251abce5e42c26cc3d088fdfb8adc.zip
media-sound/denemo: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/3305
Diffstat (limited to 'media-sound/denemo')
-rw-r--r--media-sound/denemo/files/denemo-0.9.6-alsa.patch26
-rw-r--r--media-sound/denemo/files/denemo-0.9.6-implicit-declarations.patch42
-rw-r--r--media-sound/denemo/files/denemo-0.9.6-jack.patch66
3 files changed, 0 insertions, 134 deletions
diff --git a/media-sound/denemo/files/denemo-0.9.6-alsa.patch b/media-sound/denemo/files/denemo-0.9.6-alsa.patch
deleted file mode 100644
index 484a11d9f59d..000000000000
--- a/media-sound/denemo/files/denemo-0.9.6-alsa.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- 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
-+
diff --git a/media-sound/denemo/files/denemo-0.9.6-implicit-declarations.patch b/media-sound/denemo/files/denemo-0.9.6-implicit-declarations.patch
deleted file mode 100644
index b1f17e3d2df6..000000000000
--- a/media-sound/denemo/files/denemo-0.9.6-implicit-declarations.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- 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>
diff --git a/media-sound/denemo/files/denemo-0.9.6-jack.patch b/media-sound/denemo/files/denemo-0.9.6-jack.patch
deleted file mode 100644
index 93cc88db9c96..000000000000
--- a/media-sound/denemo/files/denemo-0.9.6-jack.patch
+++ /dev/null
@@ -1,66 +0,0 @@
---- src/jackbackend.h
-+++ src/jackbackend.h
-@@ -0,0 +1,23 @@
-+/*
-+ * jackbackend.h
-+ * JACK audio and MIDI backends.
-+ *
-+ * 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 JACKBACKEND_H
-+#define JACKBACKEND_H
-+
-+#include "audiointerface.h"
-+
-+extern backend_t jack_audio_backend;
-+extern backend_t jack_midi_backend;
-+
-+
-+#endif // JACKBACKEND_H
---- src/jackutil.h
-+++ src/jackutil.h
-@@ -0,0 +1,37 @@
-+/*
-+ * jackutil.h
-+ * JACK utility functions.
-+ *
-+ * 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 JACKUTIL_H
-+#define JACKUTIL_H
-+
-+#include <glib.h>
-+
-+/**
-+ * Returns a list of available JACK port names, that is, ports to which our
-+ * own input/output ports can be connected.
-+ *
-+ * If the JACK server is not running or there are no available ports, this
-+ * function returns NULL.
-+ *
-+ * @param midi if TRUE returns MIDI ports, otherwise audio ports.
-+ * @param output if TRUE returns output ports, otherwise input ports.
-+ */
-+GList *get_jack_ports(gboolean midi, gboolean output);
-+
-+/**
-+ * Frees a list returned by get_jack_ports()
-+ */
-+void free_jack_ports(GList *list);
-+
-+
-+#endif // JACKUTIL_H