--- scolily-0.4.1.orig/debian/scolily.1 +++ scolily-0.4.1/debian/scolily.1 @@ -0,0 +1,69 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH SCOLILY 1 "august 18, 2007" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +scolily \- create lilypond scores from microphone +.SH SYNOPSIS +.B scolily +.RI [ options ] + +.SH DESCRIPTION +This manual page documents briefly the +.B scolily +command. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +\fBscolily\fP is a program that listen to the microphone and create music scores +.SH OPTIONS +These programs follow the usual GNU command line syntax, with long +options starting with two dashes (`-'). +A summary of options is included below. +For a complete description, see the Info files. +.TP +.B \-h +Show summary of options. +.TP +.B \-v +Show version of program. +.TP +.B \-o +Write output to specified file (instead of Test.ly) +.TP +.B \-d +Choose execution time +.TP +.B \-t +Choose the recording threshold +.TP +.B \-s +Shift, in octave +.TP +.B \-b +Beats per minute +.TP +.B \-g +Do not use a GUI +.SH SEE ALSO +.BR lilypond (1). +.br +.SH AUTHOR +scolily was written by Thibaut GIRKA . +.PP +This manual page was written by Thibaut GIRKA , +for the Debian project (but may be used by others). --- scolily-0.4.1.orig/debian/rules +++ scolily-0.4.1/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +DEB_INSTALL_MANPAGES_scolily := debian/scolily.1 +DEB_DH_MAKESHLIBS_ARGS_scolily := -n --- scolily-0.4.1.orig/debian/compat +++ scolily-0.4.1/debian/compat @@ -0,0 +1 @@ +5 --- scolily-0.4.1.orig/debian/copyright +++ scolily-0.4.1/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Thibaut GIRKA on +Sat, 18 Aug 2007 17:56:49 +0200. + +It was downloaded from https://www.codingteam.net/scolily-down_fr.html + +Upstream Author: Thibaut GIRKA + +Copyright: (C) 2007, Thibaut GIRKA + +License: + + This package 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 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is (C) 2007, Thibaut GIRKA and +is licensed under the GPL, see above. + --- scolily-0.4.1.orig/debian/control +++ scolily-0.4.1/debian/control @@ -0,0 +1,18 @@ +Source: scolily +Section: sound +Priority: extra +XSBC-Original-Maintainer: Thibaut GIRKA +Maintainer: Ubuntu MOTU Developers +Build-Depends: cdbs, debhelper (>= 5), autotools-dev, pkg-config, libfftw3-dev, libasound2-dev, libgtkmm-2.4-dev +Standards-Version: 3.7.2 + +Package: scolily +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: lilypond +Description: Utility to create music scores from microphone + Scolily record from any audio device handled by alsa, + and then create a music score ( lilypond, ABC music + and Midi files are currently supported ). + . + Homepage: https://scolily.codingteam.net/ --- scolily-0.4.1.orig/debian/changelog +++ scolily-0.4.1/debian/changelog @@ -0,0 +1,29 @@ +scolily (0.4.1-0ubuntu4) raring; urgency=low + + * Added missing lib to link, fixing FTBFS. + + -- Daniel T Chen Tue, 16 Apr 2013 16:53:56 -0400 + +scolily (0.4.1-0ubuntu3) precise; urgency=low + + * No-change rebuild to drop spurious libsfgcc1 dependency on armhf. + + -- Adam Conrad Fri, 02 Dec 2011 21:20:20 -0700 + +scolily (0.4.1-0ubuntu2) hardy; urgency=low + + * Change fftw3-dev to libfftw3-dev. + + -- Steve Kowalik Wed, 19 Dec 2007 22:19:27 +1100 + +scolily (0.4.1-0ubuntu1) gutsy; urgency=low + + * New upstream version (LP: #135129) + + -- Thibaut GIRKA Mon, 27 Aug 2007 11:52:12 +0200 + +scolily (0.4-0ubuntu1) gutsy; urgency=low + + * Initial release + + -- Thibaut GIRKA Tue, 21 Aug 2007 12:28:20 +0200 --- scolily-0.4.1.orig/debian/patches/missing_lib.patch +++ scolily-0.4.1/debian/patches/missing_lib.patch @@ -0,0 +1,23 @@ +diff -Nur -x '*.orig' -x '*~' scolily-0.4.1/src/Makefile.am scolily-0.4.1.new/src/Makefile.am +--- scolily-0.4.1/src/Makefile.am 2007-08-26 12:58:06.000000000 -0400 ++++ scolily-0.4.1.new/src/Makefile.am 2013-04-16 16:56:24.373687933 -0400 +@@ -2,6 +2,7 @@ + + scolily_SOURCES = main.cpp scolily.cpp scolily.h record.cpp record.h \ + ui.h mainwindow.cpp finish-dialog.cpp settings-dialog.cpp lilypond-internal.cpp ++scolily_LDADD = $(LDADD) -ldl + + plugindir = $(libdir)/scolily + plugin_LTLIBRARIES = libmidi.la libabc.la +diff -Nur -x '*.orig' -x '*~' scolily-0.4.1/src/Makefile.in scolily-0.4.1.new/src/Makefile.in +--- scolily-0.4.1/src/Makefile.in 2007-08-27 04:25:11.000000000 -0400 ++++ scolily-0.4.1.new/src/Makefile.in 2013-04-16 16:55:58.158159098 -0400 +@@ -65,7 +65,7 @@ + mainwindow.$(OBJEXT) finish-dialog.$(OBJEXT) \ + settings-dialog.$(OBJEXT) lilypond-internal.$(OBJEXT) + scolily_OBJECTS = $(am_scolily_OBJECTS) +-scolily_LDADD = $(LDADD) ++scolily_LDADD = $(LDADD) -ldl + scolily_DEPENDENCIES = + DEFAULT_INCLUDES = -I.@am__isrc@ + depcomp = $(SHELL) $(top_srcdir)/depcomp