[SCM] csound/master: Restore deleted files
fsateler at users.alioth.debian.org
fsateler at users.alioth.debian.org
Wed Jun 28 01:25:21 UTC 2017
The following commit has been merged in the master branch:
commit ca5ac98f1bf298c5d7ece129405a4775637d99bf
Author: Felipe Sateler <fsateler at debian.org>
Date: Wed Jun 21 09:54:43 2017 -0400
Restore deleted files
These were at some point stripped from the upstream tarball, but are
not anymore. They were not restored to the debian branch when the
upstream tarball was updated, so they persisted as a diff against
the upstream branch. Remove the diff by restoring the files
diff --git a/doc/latex/doxygen.sty b/doc/latex/doxygen.sty
new file mode 100644
index 0000000..b51d5ce
--- /dev/null
+++ b/doc/latex/doxygen.sty
@@ -0,0 +1,78 @@
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{doxygen}
+\RequirePackage{calc}
+\RequirePackage{array}
+\pagestyle{fancyplain}
+\newcommand{\clearemptydoublepage}{\newpage{\pagestyle{empty}\cleardoublepage}}
+\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
+\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
+\lhead[\fancyplain{}{\bfseries\thepage}]
+ {\fancyplain{}{\bfseries\rightmark}}
+\rhead[\fancyplain{}{\bfseries\leftmark}]
+ {\fancyplain{}{\bfseries\thepage}}
+\rfoot[\fancyplain{}{\bfseries\scriptsize Generated on Sat Sep 13 18:59:30 2008 for Csound and CsoundAC by Doxygen }]{}
+\lfoot[]{\fancyplain{}{\bfseries\scriptsize Generated on Sat Sep 13 18:59:30 2008 for Csound and CsoundAC by Doxygen }}
+\cfoot{}
+\newenvironment{Code}
+{\footnotesize}
+{\normalsize}
+\newcommand{\doxyref}[3]{\textbf{#1} (\textnormal{#2}\,\pageref{#3})}
+\newenvironment{DocInclude}
+{\footnotesize}
+{\normalsize}
+\newenvironment{VerbInclude}
+{\footnotesize}
+{\normalsize}
+\newenvironment{Image}
+{\begin{figure}[H]}
+{\end{figure}}
+\newenvironment{ImageNoCaption}{}{}
+\newenvironment{CompactList}
+{\begin{list}{}{
+ \setlength{\leftmargin}{0.5cm}
+ \setlength{\itemsep}{0pt}
+ \setlength{\parsep}{0pt}
+ \setlength{\topsep}{0pt}
+ \renewcommand{\makelabel}{\hfill}}}
+{\end{list}}
+\newenvironment{CompactItemize}
+{
+ \begin{itemize}
+ \setlength{\itemsep}{-3pt}
+ \setlength{\parsep}{0pt}
+ \setlength{\topsep}{0pt}
+ \setlength{\partopsep}{0pt}
+}
+{\end{itemize}}
+\newcommand{\PBS}[1]{\let\temp=\\#1\let\\=\temp}
+\newlength{\tmplength}
+\newenvironment{TabularC}[1]
+{
+\setlength{\tmplength}
+ {\linewidth/(#1)-\tabcolsep*2-\arrayrulewidth*(#1+1)/(#1)}
+ \par\begin{tabular*}{\linewidth}
+ {*{#1}{|>{\PBS\raggedright\hspace{0pt}}p{\the\tmplength}}|}
+}
+{\end{tabular*}\par}
+\newcommand{\entrylabel}[1]{
+ {\parbox[b]{\labelwidth-4pt}{\makebox[0pt][l]{\textbf{#1}}\vspace{1.5\baselineskip}}}}
+\newenvironment{Desc}
+{\begin{list}{}
+ {
+ \settowidth{\labelwidth}{40pt}
+ \setlength{\leftmargin}{\labelwidth}
+ \setlength{\parsep}{0pt}
+ \setlength{\itemsep}{-4pt}
+ \renewcommand{\makelabel}{\entrylabel}
+ }
+}
+{\end{list}}
+\newenvironment{Indent}
+ {\begin{list}{}{\setlength{\leftmargin}{0.5cm}}
+ \item[]\ignorespaces}
+ {\unskip\end{list}}
+\setlength{\parindent}{0cm}
+\setlength{\parskip}{0.2cm}
+\addtocounter{secnumdepth}{1}
+\sloppy
+\usepackage[T1]{fontenc}
diff --git a/frontends/CsoundVST/ScoreGeneratorVstUi.cpp b/frontends/CsoundVST/ScoreGeneratorVstUi.cpp
new file mode 100644
index 0000000..750cbe4
--- /dev/null
+++ b/frontends/CsoundVST/ScoreGeneratorVstUi.cpp
@@ -0,0 +1,169 @@
+// generated by Fast Light User Interface Designer (fluid) version 1.0107
+
+#include "ScoreGeneratorVstUi.h"
+
+Fl_Tabs *mainTabs=(Fl_Tabs *)0;
+
+Fl_Group *scriptGroup=(Fl_Group *)0;
+
+Fl_Text_Editor *scriptTextEdit=(Fl_Text_Editor *)0;
+
+Fl_Group *runtimeMessagesGroup=(Fl_Group *)0;
+
+Fl_Browser *runtimeMessagesBrowser=(Fl_Browser *)0;
+
+Fl_Group *aboutGroup=(Fl_Group *)0;
+
+Fl_Text_Display *aboutTextDisplay=(Fl_Text_Display *)0;
+
+Fl_Button *newButton=(Fl_Button *)0;
+
+Fl_Button *newVersionButton=(Fl_Button *)0;
+
+Fl_Button *openButton=(Fl_Button *)0;
+
+Fl_Button *saveButton=(Fl_Button *)0;
+
+Fl_Button *saveAsButton=(Fl_Button *)0;
+
+Fl_Button *generateButton=(Fl_Button *)0;
+
+Fl_Double_Window* make_window(ScoreGeneratorVstFltk *scoreGeneratorVstFltk) {
+ Fl_Double_Window* w;
+ { Fl_Double_Window* o = new Fl_Double_Window(609, 431, "ScoreGeneratorVST");
+ w = o;
+ o->color((Fl_Color)48);
+ o->labelsize(12);
+ o->user_data((void*)(scoreGeneratorVstFltk));
+ o->align(FL_ALIGN_TEXT_OVER_IMAGE|FL_ALIGN_INSIDE);
+ { Fl_Tabs* o = mainTabs = new Fl_Tabs(4, 40, 601, 385);
+ o->color(FL_LIGHT1);
+ o->selection_color(FL_LIGHT3);
+ o->labelsize(10);
+ { Fl_Group* o = scriptGroup = new Fl_Group(4, 65, 601, 360, "Script");
+ o->box(FL_THIN_UP_BOX);
+ o->color(FL_LIGHT1);
+ o->selection_color(FL_DARK1);
+ o->labelfont(1);
+ o->labelsize(12);
+ o->hide();
+ { Fl_Text_Editor* o = scriptTextEdit = new Fl_Text_Editor(9, 70, 591, 350);
+ o->box(FL_THIN_DOWN_BOX);
+ o->labelsize(12);
+ o->textfont(4);
+ o->textsize(11);
+ Fl_Group::current()->resizable(o);
+ }
+ o->end();
+ }
+ { Fl_Group* o = runtimeMessagesGroup = new Fl_Group(4, 65, 601, 360, "Messages");
+ o->box(FL_THIN_UP_BOX);
+ o->color(FL_LIGHT1);
+ o->selection_color(FL_DARK1);
+ o->labelfont(1);
+ o->labelsize(12);
+ o->hide();
+ { Fl_Browser* o = runtimeMessagesBrowser = new Fl_Browser(9, 70, 591, 350);
+ o->box(FL_THIN_DOWN_BOX);
+ o->labelsize(12);
+ o->textfont(4);
+ o->textsize(11);
+ }
+ o->end();
+ }
+ { Fl_Group* o = aboutGroup = new Fl_Group(4, 65, 601, 360, "About");
+ o->box(FL_THIN_UP_BOX);
+ o->color(FL_LIGHT1);
+ o->selection_color(FL_DARK1);
+ o->labelfont(1);
+ o->labelsize(12);
+ { Fl_Text_Display* o = aboutTextDisplay = new Fl_Text_Display(9, 70, 591, 350);
+ o->box(FL_THIN_DOWN_BOX);
+ o->color(FL_LIGHT3);
+ o->labelsize(12);
+ o->textfont(8);
+ o->textsize(11);
+ o->align(FL_ALIGN_CENTER);
+ }
+ o->end();
+ }
+ o->end();
+ Fl_Group::current()->resizable(o);
+ }
+ { Fl_Button* o = newButton = new Fl_Button(4, 4, 100, 26, "&New");
+ o->tooltip("Create a blank orchestra and score");
+ o->box(FL_THIN_UP_BOX);
+ o->down_box(FL_THIN_DOWN_BOX);
+ o->shortcut(0x4006e);
+ o->color(FL_LIGHT1);
+ o->selection_color((Fl_Color)46);
+ o->labelfont(1);
+ o->labelsize(12);
+ o->callback((Fl_Callback*)onNew, (void*)(scoreGeneratorVstFltk));
+ o->align(FL_ALIGN_CENTER|FL_ALIGN_INSIDE);
+ }
+ { Fl_Button* o = newVersionButton = new Fl_Button(104, 4, 100, 26, "&Version");
+ o->tooltip("Save the current score and orchestra to a new automatically generated filenam\
+e");
+ o->box(FL_THIN_UP_BOX);
+ o->down_box(FL_THIN_DOWN_BOX);
+ o->shortcut(0x40076);
+ o->color(FL_LIGHT1);
+ o->selection_color((Fl_Color)46);
+ o->labelfont(1);
+ o->labelsize(12);
+ o->callback((Fl_Callback*)onNewVersion, (void*)(scoreGeneratorVstFltk));
+ o->align(FL_ALIGN_CENTER|FL_ALIGN_INSIDE);
+ }
+ { Fl_Button* o = openButton = new Fl_Button(204, 4, 100, 26, "&Open..");
+ o->tooltip("Open an existing orchestra or score");
+ o->box(FL_THIN_UP_BOX);
+ o->down_box(FL_THIN_DOWN_BOX);
+ o->shortcut(0x4006f);
+ o->color(FL_LIGHT1);
+ o->selection_color((Fl_Color)46);
+ o->labelfont(1);
+ o->labelsize(12);
+ o->callback((Fl_Callback*)onOpen, (void*)(scoreGeneratorVstFltk));
+ o->align(FL_ALIGN_CENTER|FL_ALIGN_INSIDE);
+ }
+ { Fl_Button* o = saveButton = new Fl_Button(304, 4, 100, 26, "Sa&ve");
+ o->tooltip("Save the current orchestra and score");
+ o->box(FL_THIN_UP_BOX);
+ o->down_box(FL_THIN_DOWN_BOX);
+ o->shortcut(0x40076);
+ o->color(FL_LIGHT1);
+ o->selection_color((Fl_Color)46);
+ o->labelfont(1);
+ o->labelsize(12);
+ o->callback((Fl_Callback*)onSave, (void*)(scoreGeneratorVstFltk));
+ o->align(FL_ALIGN_CENTER|FL_ALIGN_INSIDE);
+ }
+ { Fl_Button* o = saveAsButton = new Fl_Button(404, 4, 100, 26, "Save &as...");
+ o->tooltip("Save current orchestra or score to a new filename");
+ o->box(FL_THIN_UP_BOX);
+ o->down_box(FL_THIN_DOWN_BOX);
+ o->shortcut(0x40061);
+ o->color(FL_LIGHT1);
+ o->selection_color((Fl_Color)46);
+ o->labelfont(1);
+ o->labelsize(12);
+ o->callback((Fl_Callback*)onSaveAs, (void*)(scoreGeneratorVstFltk));
+ o->align(FL_ALIGN_CENTER|FL_ALIGN_INSIDE);
+ }
+ { Fl_Button* o = generateButton = new Fl_Button(505, 4, 100, 26, "&Generate");
+ o->tooltip("Perform the current orchestra and score");
+ o->box(FL_THIN_UP_BOX);
+ o->down_box(FL_THIN_DOWN_BOX);
+ o->shortcut(0x40070);
+ o->color(FL_LIGHT1);
+ o->selection_color((Fl_Color)46);
+ o->labelfont(1);
+ o->labelsize(12);
+ o->callback((Fl_Callback*)onGenerate, (void*)(scoreGeneratorVstFltk));
+ o->align(FL_ALIGN_CENTER|FL_ALIGN_INSIDE);
+ }
+ o->end();
+ }
+ return w;
+}
diff --git a/frontends/CsoundVST/ScoreGeneratorVstUi.h b/frontends/CsoundVST/ScoreGeneratorVstUi.h
new file mode 100644
index 0000000..e1a1f19
--- /dev/null
+++ b/frontends/CsoundVST/ScoreGeneratorVstUi.h
@@ -0,0 +1,34 @@
+// generated by Fast Light User Interface Designer (fluid) version 1.0107
+
+#ifndef ScoreGeneratorVstUi_h
+#define ScoreGeneratorVstUi_h
+#include <FL/Fl.H>
+#include <FL/Fl_Double_Window.H>
+#include "ScoreGeneratorVstFltk.hpp"
+#include <FL/Fl_Tabs.H>
+extern Fl_Tabs *mainTabs;
+#include <FL/Fl_Group.H>
+extern Fl_Group *scriptGroup;
+#include <FL/Fl_Text_Editor.H>
+extern Fl_Text_Editor *scriptTextEdit;
+extern Fl_Group *runtimeMessagesGroup;
+#include <FL/Fl_Browser.H>
+extern Fl_Browser *runtimeMessagesBrowser;
+extern Fl_Group *aboutGroup;
+#include <FL/Fl_Text_Display.H>
+extern Fl_Text_Display *aboutTextDisplay;
+#include <FL/Fl_Button.H>
+extern void onNew(Fl_Button*, ScoreGeneratorVstFltk*);
+extern Fl_Button *newButton;
+extern void onNewVersion(Fl_Button*, ScoreGeneratorVstFltk*);
+extern Fl_Button *newVersionButton;
+extern void onOpen(Fl_Button*, ScoreGeneratorVstFltk*);
+extern Fl_Button *openButton;
+extern void onSave(Fl_Button*, ScoreGeneratorVstFltk*);
+extern Fl_Button *saveButton;
+extern void onSaveAs(Fl_Button*, ScoreGeneratorVstFltk*);
+extern Fl_Button *saveAsButton;
+extern void onGenerate(Fl_Button*, ScoreGeneratorVstFltk*);
+extern Fl_Button *generateButton;
+Fl_Double_Window* make_window(ScoreGeneratorVstFltk *scoreGeneratorVstFltk);
+#endif
--
csound packaging
More information about the pkg-multimedia-commits
mailing list