debian/0000755000000000000000000000000012200657033007164 5ustar debian/compat0000644000000000000000000000000212200655472010367 0ustar 9 debian/patches/0000755000000000000000000000000012200656520010613 5ustar debian/patches/series0000644000000000000000000000002212200654374012027 0ustar 01-makefile.patch debian/patches/01-makefile.patch0000644000000000000000000000323112200656520013626 0ustar Author: Alessio Treglia Description: Add DESTDIR and adjust PREFIX envvars. Plus, fix FTBFS with binutils-gold. Disable -march-native to fix FTBFS. Add -pthread to the linking flags. Install aeolus_*.so binaries into /usr/lib/aeolus since they are provided for internal use only; inform aeolus about this change by passing the proper value of the path from which it'll load the private libs. Bug: http://bugs.debian.org/553630 Bug: http://bugs.debian.org/578278 --- source/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) --- aeolus.orig/source/Makefile +++ aeolus/source/Makefile @@ -18,14 +18,12 @@ # ------------------------------------------------------------------------- -PREFIX = /usr/local -SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/') +PREFIX = /usr LIBDIR = lib$(SUFFIX) VERSION = 0.9.0 DISTDIR = aeolus-$(VERSION) -CPPFLAGS += -DVERSION=\"$(VERSION)\" -DLIBDIR=\"$(PREFIX)/$(LIBDIR)\" +CPPFLAGS += -DVERSION=\"$(VERSION)\" -DLIBDIR=\"$(PREFIX)/$(LIBDIR)/aeolus\" CXXFLAGS += -O3 -Wall -MMD -MP -CXXFLAGS += -march=native all: aeolus aeolus_x11.so aeolus_txt.so @@ -69,9 +67,8 @@ $(TIFACE_O): install: aeolus aeolus_x11.so aeolus_txt.so install -Dm 755 aeolus $(DESTDIR)$(PREFIX)/bin/aeolus - install -Dm 755 aeolus_x11.so $(DESTDIR)$(PREFIX)/$(LIBDIR)/aeolus_x11.so - install -Dm 755 aeolus_txt.so $(DESTDIR)$(PREFIX)/$(LIBDIR)/aeolus_txt.so - ldconfig $(PREFIX)/$(LIBDIR) + install -Dm 755 aeolus_x11.so $(DESTDIR)$(PREFIX)/$(LIBDIR)/aeolus/aeolus_x11.so + install -Dm 755 aeolus_txt.so $(DESTDIR)$(PREFIX)/$(LIBDIR)/aeolus/aeolus_txt.so clean: debian/aeolus.conf0000644000000000000000000000007212200654374011327 0ustar # Aeolus default options -u -J -S /usr/share/aeolus/stops debian/rules0000755000000000000000000000022712200654374010252 0ustar #!/usr/bin/make -f export DESTDIR=$(CURDIR)/debian/aeolus %: dh $@ -Smakefile -Dsource override_dh_installchangelogs: dh_installchangelogs README debian/control0000644000000000000000000000255212200657412010574 0ustar Source: aeolus Section: sound Priority: extra Maintainer: Debian Multimedia Maintainers Uploaders: Free Ekanayaka , Alessio Treglia Build-Depends: debhelper (>= 9~), libasound2-dev, libclthreads-dev, libclxclient-dev (>= 3.9.0), libjack-dev, libreadline-dev, libzita-alsa-pcmi-dev Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/aeolus.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/aeolus.git Homepage: http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/ Package: aeolus Architecture: any Depends: stops, ${misc:Depends}, ${shlibs:Depends} Recommends: jackd Description: Synthesised pipe organ emulator Aeolus is a synthesised (i.e. not sampled) pipe organ emulator that should be good enough to make an organist enjoy playing it. It is a software synthesiser optimised for this job, with possibly hundreds of controls for each stop, that enable the user to "voice" his instrument. . Main features of the default instrument: three manuals and one pedal, five different temperaments, variable tuning, MIDI control of course, stereo, surround or Ambisonics output, flexible audio controls including a large church reverb. . Aeolus is not very CPU-hungry, and should run without problems on a e.g. a 1GHz, 256Mb machine. debian/aeolus.desktop0000644000000000000000000000023212200654374012051 0ustar [Desktop Entry] Name=Aeolus Comment=Organ Emulator Exec=/usr/bin/aeolus Terminal=false Type=Application Icon=audio-x-generic Categories=AudioVideo;Audio; debian/changelog0000644000000000000000000001064512200663052011042 0ustar aeolus (0.9.0-1) unstable; urgency=low * New upstream release. * Refresh patches. * Replace libclalsadrv-dev with libzita-alsa-pcmi. * Bump debhelper compatibility. * Bump libclxclient-dev dependency. * Update debian/copyright. * Update Vcs-* tags. * Bump Standards. -- Alessio Treglia Thu, 08 Aug 2013 10:00:11 +0100 aeolus (0.8.4-6) unstable; urgency=medium * Replace libreadline5-dev with libreadline-dev (Closes: #634446) -- Alessio Treglia Tue, 06 Sep 2011 00:04:36 +0200 aeolus (0.8.4-5) unstable; urgency=low * debian/patches/01-makefile.patch: - Add -pthread flag. - Install aeolus_*.so into /usr/lib/aeolus, they are provided for internal use only. * Switch packaging to 3.0 (quilt) format. * Drop unneeded 02-rename_plugin_shlibs.patch: * Change my email address, remove DMUA field. * Add git-buildpackage config file. * Add manpage and install it. * Reintroduce build-dependency on libasound2-dev to hurd and kfreebsd-*. * Introduce -S,-D options to shorten debian/rules file. * Recommends jackd. * Update Homepage. * Fix debian/watch file. * Adjust dh_install,dh_installdirs control files, shorten debian/rules. * Update debian/copyright file. * Remove debian/docs, AUTHORS file is unnecessary since debian/copyright contains all the needed information. * Bump Standards. -- Alessio Treglia Wed, 13 Apr 2011 18:34:14 +0200 aeolus (0.8.4-4) unstable; urgency=medium * Plugins have been renamed, fix the search patch (Closes: #581714) -- Alessio Treglia Sat, 15 May 2010 12:16:20 +0200 aeolus (0.8.4-3) unstable; urgency=low * debian/patches/01-makefile.patch: Drop -march=native flag, it isn't valid for Debian packages as the results are unpredictable, thanks to Bastian Blank for reporting this (Closes: #578278). -- Alessio Treglia Mon, 19 Apr 2010 19:12:51 +0200 aeolus (0.8.4-2) unstable; urgency=low * Adjust 01-makefile.patch to prevent FTBFS with binutils-gold (Closes: #553630). -- Alessio Treglia Sun, 18 Apr 2010 12:03:44 +0200 aeolus (0.8.4-1) unstable; urgency=low * New upstream release. * Disable libasound2-dev as build-dep for kfreebsd-*,hurd-i386 architectures. * Switch to debhelper 7 + quilt. * Rename old debian/patches/makefile.patch to 01-makefile.patch: - Append a SONAME to aeolus_{txt,x11}.so libraries. * Add README.source file to document the usage of quilt. * Install README file as upstream's changelog. -- Alessio Treglia Sat, 17 Apr 2010 20:51:51 +0200 aeolus (0.8.2-3) unstable; urgency=low * Create /usr/bin destination path before calling 'make install'. * Bump Standards. -- Alessio Treglia Tue, 13 Apr 2010 17:52:18 +0200 aeolus (0.8.2-2) unstable; urgency=low * debian/control: - Change Maintainer to Debian Multimedia Maintainers. - Add myself to Uploaders list. - Set DM-Upload-Allowed to yes. - Bump-up Standards. - Add Vcs-* tags. - Add Homepage field. - Build-depend on libreadline5-dev. * Fix debian/menu as per spec. * Fix desktop file as per spec. * debian/copyright: - Update according to the DEP-5 spec. * Remove unnecessary debian/dirs file. -- Alessio Treglia Tue, 05 Jan 2010 19:41:22 +0100 aeolus (0.8.2-1) unstable; urgency=low * New upstream version * Add missing build-dependency on libreadline5-dev (Closes: #564849) -- Free Ekanayaka Sat, 16 Jan 2010 15:05:00 +0100 aeolus (0.8.1-1) unstable; urgency=low * New upstream release * Updated watch file * Updated makefile patch -- Free Ekanayaka Mon, 14 Apr 2008 15:22:24 +0100 aeolus (0.6.6+2-4) unstable; urgency=low * Added icon to the .desktop file (thanks to Daniel James) -- Free Ekanayaka Mon, 21 May 2007 14:36:51 +0200 aeolus (0.6.6+2-3) unstable; urgency=low * Relaxed build dep on clxclient to allow etch backports -- Free Ekanayaka Thu, 17 May 2007 14:12:36 +0200 aeolus (0.6.6+2-2) unstable; urgency=low * Build depend on bug-fixed clxclient -- Free Ekanayaka Mon, 14 May 2007 22:18:54 +0200 aeolus (0.6.6+2-1) unstable; urgency=low * Initial release (Closes: #420586) -- Free Ekanayaka Mon, 23 Apr 2007 00:08:25 +0200 debian/install0000644000000000000000000000016112200655321010551 0ustar debian/aeolus.conf etc debian/aeolus.desktop usr/share/applications debian/audio-x-generic.xpm usr/share/pixmaps debian/dirs0000644000000000000000000000005512200654374010055 0ustar etc usr/share/applications usr/share/pixmaps debian/audio-x-generic.xpm0000644000000000000000000001666112200654374012711 0ustar /* XPM */ static char *audio-x-generic[] = { /* columns rows colors chars-per-pixel */ "48 48 122 2", " c #597D66871648", ". c #5AD467C31829", "X c #5DD06A911C02", "o c #61726E431EBD", "O c #62696EC122CF", "+ c #6521718924BD", "@ c #692575932818", "# c #6A3076082CFC", "$ c #6FB37BE12F87", "% c #6C7A780730EF", "& c #6DB3792832A7", "* c #72E47EE53383", "= c #73DB7ED53B4B", "- c #75B7818E3715", "; c #771C825F3C34", ": c #7AB3863C3D85", "> c #7F388C743600", ", c #77778228405C", "< c #7D26888640B9", "1 c #7DC487F74935", "2 c #7EEE89F84489", "3 c #7F1789494A66", "4 c #9DB6B0C42960", "5 c #A0C5B33B300D", "6 c #A273B49633B9", "7 c #A69CB7F03CCE", "8 c #A7CAB8E43F61", "9 c #81B58CC646C7", "0 c #83688DE34C40", "q c #85938F2A542A", "w c #874091ED4E44", "e c #8797913A5594", "r c #8B029569536E", "t c #8C5595D45AB0", "y c #8EE498FF58CE", "u c #92B69CAD5D18", "i c #8F4A981D61CC", "p c #95E89F66631B", "a c #97B5A11E6539", "s c #9A96A3F567FE", "d c #9C61A55D6C31", "f c #9F64A8D76BA7", "g c #9F31A6C6781F", "h c #A860B95D40A9", "j c #AA13BABC445F", "k c #AD46BD4F4B5A", "l c #AFE5BF6D5115", "z c #A3B5AC4D753C", "x c #A771AF857BF6", "c c #A904B38F6CBB", "v c #A88BB1237976", "b c #A8C3B1FD7562", "n c #A955B15E7DEB", "m c #B39DBCAD7FFA", "M c #B1F5C1165595", "N c #B56AC3E05D22", "B c #B83AC6246347", "V c #B9DBC77466D4", "C c #BCDBC9DF6D61", "Z c #BF8ECC0C7347", "A c #C1CACDDA7829", "S c #ADD6B5598560", "D c #B32DBB478616", "F c #B6F0BE888CCA", "G c #B67ABD4391DC", "H c #BB1DC3D488E2", "J c #BD2DC41496E9", "K c #BD7AC3909CBD", "L c #C528CD619506", "P c #C5F2CD7E9A45", "I c #C6DDD1F1833D", "U c #CA65D4C98AF3", "Y c #D029D96F9789", "T c #D0B9D9E398C4", "R c #D0DCDA009912", "E c #C20AC7B1A39D", "W c #C512CADBA560", "Q c #C877CD81AD5C", "! c #C9A3CECFAD89", "~ c #CBA1D289A38D", "^ c #CDD6D36EAE57", "/ c #CE1DD2C9B4CF", "( c #D17FD7E0AC3C", ") c #D56EDBCFAFB3", "_ c #D2EED7EAB6EA", "` c #D348D74ABDD4", "' c #D37ED945B212", "] c #D5FFDA86BCB0", "[ c #D8DEDD66BF29", "{ c #DAC2E1FAAEAE", "} c #DC3AE329B1E3", "| c #DF84E5D0B911", " . c #E2D7E87EC054", ".. c #D783DB1CC448", "X. c #DAB0DEB8C424", "o. c #DC93DFB0CC02", "O. c #DE6EE2C6C54F", "+. c #DFD8E368CBD2", "@. c #E0A3E35BD232", "#. c #E0EBE5CFC3CE", "$. c #E290E651CCE5", "%. c #E4F0EA2FC4E7", "&. c #E77AEC3BCA74", "*. c #E2D2E582D45A", "=. c #E580E7C1D995", "-. c #E773EA80D5EC", ";. c #E7D6E9DFDD1F", ":. c #EB1EEF2AD267", ">. c #EB70EDE7DD5D", ",. c #ED93F126D7C6", "<. c #EF69F24BDE09", "1. c #F12FF40DDFA5", "2. c #EDF8EF9CE529", "3. c #EF96F1B9E338", "4. c #F01EF165E97E", "5. c #F315F520E6E9", "6. c #F3A5F4E6ECBE", "7. c #F869F9E1EF6E", "8. c #F6D9F791F328", "9. c #F893F990F2D7", "0. c #F9D3FA8AF5C5", "q. c #FFF8FFF9FFF4", /* pixels */ "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.0.7.=.;.q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.8.*./ D p * . X + # - q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.6.@.! D y $ X # 1 d J O.0.q.q.0.: q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.*.n r @ . O ; u D ( <.q.q.q.q.<.{ A V k V 9.< q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x > c L %.0.q.q.q.0.%.R Z l 7 6 4 4 4 4 6 h V 7.< q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x F 1.{ I V k 6 4 4 4 4 4 4 6 k C Y &.q.q.q.| 6.9 q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x F } 4 4 4 4 6 h N A } 5.q.q.q.6.Q g 0 % D | 3.9 q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x F } C Y &.q.q.q.q.+.G p = O @ p G o.8.n D | 3.w q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x F } 9.^ x 0 % X O r G ..6.q.q.q.q.q.q.x D | >.w q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x F } 7.- S ..2.q.q.q.q.q.q.q.q.q.q.q.q.n D | >.w q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x F } 6.- q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x D | -.r q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x F } 5.: q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x D | -.y q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x F } 3.: q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x D | $.u q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x F } <.< q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x D | +.u q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x F } >.9 q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x D | +.p q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x F } >.9 q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x D | X.p q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x F } -.0 q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x D | X.s q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x F } -.w q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.n D | ] a q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x F } *.w q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x D | ] g q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x F } $.r q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x D | _ z q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x F { $.r q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x D | ' z q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x F } O.y q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x D | ^ z q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x F } X.u q.q.q.q.q.q.q.q.0.;.o./ / ` *.x D | ^ x q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.x F } X.u q.q.q.q.q.q.K * + , e t e , @ D | ! n q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.0.4.2.6.0.x F } [ p q.q.q.q... & P q.q.q.0.9.0.q.q.q.| Q n q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.0.*.z . F } [ p q.q.q./ X ~ q.%.B 6 4 4 4 4 4 6 l | E S q.q.q.q.q.", "q.q.q.q.q.q.q.q.W @ x O.q.q.q.q.q.0.' } ] a q.q.0.. $.5.j 4 4 4 4 4 4 4 4 4 B q.& ..q.q.q.q.q.", "q.q.q.q.q.q.2.@ ; $.q.<.U N h 8 7 k V Y U _ d q.q.` 3 q.6 4 4 4 4 4 4 4 4 4 A q.s + q.q.q.q.q.q.", "q.q.q.q.q.6. D q.R 7 4 4 4 4 4 4 4 4 4 :.z F q.q.` = q.N 4 4 4 4 4 5 j U q.q.3 - 9.q.q.q.q.q.q.", "q.q.q.q.q.< b q.k 4 4 4 4 4 4 4 4 4 6 { q.O 6.q.q.q.o z q.q.,.%.&.7.q.q.$.t . G 0.q.q.q.q.q.q.q.", "q.q.q.q.q. 9.V 4 4 4 4 4 4 4 4 7 I q.-.# ! q.q.q.q.8.p X 1 d n x t = X : K 0.q.q.q.q.q.q.q.q.q.", "q.q.q.q.q.+ H q.A k 8 h k V Y 5.q.<.q . o.q.q.q.q.q.q.q.0.+.E G J Q =.0.q.q.q.q.q.q.q.q.q.q.q.q.", "q.q.q.q.q.@. s <.q.q.q.q.9.' s # X ! q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.", "q.q.q.q.q.q.8.S o * G 2.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.", "q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q.q." }; debian/aeolus.manpages0000644000000000000000000000002012200654374012166 0ustar debian/aeolus.1 debian/gbp.conf0000644000000000000000000000005712200654374010612 0ustar [DEFAULT] sign-tags = True pristine-tar = True debian/copyright0000644000000000000000000000237012200655321011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Aeolus Upstream-Contact: Fons Adriaensen Source: http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html Files: * Copyright: 2003-2013 Fons Adriaensen 2008 Hans Fugal (OSX version) License: GPL-3+ Files: debian/* Copyright: 2009-2013 Alessio Treglia 2007-2008 Free Ekanayaka License: GPL-3+ License: GPL-3+ 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 3 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. . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. . You should have received a copy of the GNU General Public License along with this program. If not, see . debian/source/0000755000000000000000000000000012200654374010471 5ustar debian/source/format0000644000000000000000000000001412200654374011677 0ustar 3.0 (quilt) debian/aeolus.10000644000000000000000000000302612200654374010544 0ustar .TH AEOLUS "1" "September 2010" "aeolus " "User Commands" .SH NAME aeolus \- synthesised pipe organ emulator .SH DESCRIPTION .B Aeolus is a synthesised (i.e. not sampled) pipe organ emulator that should be good enough to make an organist enjoy playing it. It is a software synthesiser optimised for this job, with possibly hundreds of controls for each stop, that enable the user to "voice" his instrument. .PP Main features of the default instrument: three manuals and one pedal, five different temperaments, variable tuning, MIDI control of course, stereo, surround or Ambisonics output, flexible audio controls including a large church reverb. .SH OPTIONS .TP \fB\-h\fR Display this text .TP \fB\-t\fR Text mode user interface .TP \fB\-u\fR Use presets file in user's home dir .TP \fB\-N\fR Name to use as JACK and ALSA client [aeolus] .TP \fB\-S\fR Name of stops directory [stops] .TP \fB\-I\fR Name of instrument directory [Aeolus] .TP \fB\-W\fR Name of waves directory [waves] .TP \fB\-J\fR Use JACK (default), with options: .TP \fB\-s\fR Select JACK server .TP \fB\-B\fR Ambisonics B format output .TP \fB\-A\fR Use ALSA, with options: .TP \fB\-d\fR Alsa device [default] .TP \fB\-r\fR Sample frequency [48000] .TP \fB\-p\fR Period size [1024] .TP \fB\-n\fR Number of fragments [2] .SH AUTHOR aeolus was written by Fons Adriaensen . .PP This manual page was written by Alessio Treglia , for the Debian project (and may be used by others). debian/watch0000644000000000000000000000014712200654374010224 0ustar version=3 http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html aeolus-([\d\.]+)\.tar\.bz2 debian/menu0000644000000000000000000000014612200654374010061 0ustar ?package(aeolus):needs="X11" section="Applications/Sound"\ title="aeolus" command="/usr/bin/aeolus"