debian/0000755000000000000000000000000012256246664007203 5ustar debian/liquidsoap-plugin-jack.install0000644000000000000000000000004712214507415015134 0ustar usr/lib/liquidsoap/*/plugins/bjack.cm* debian/liguidsoap.desktop0000644000000000000000000000057712214507415012733 0ustar [Desktop Entry] Name=Liguidsoap GenericName=Graphical user interface to liquidsoap GenericName[fr]=Interface graphique pour liquidsoap Comment=Simple GTK gui to liquidsoap to interactively configure your streams. Comment[fr]=Simple interface graphique pour liquidsoap afin de configurer vos flux. Exec=liguidsoap Icon=liguidsoap.xpm Terminal=false Type=Application Categories=Audio; debian/liquidsoap-plugin-sdl.install0000644000000000000000000000004512214507415015004 0ustar usr/lib/liquidsoap/*/plugins/sdl.cm* debian/liquidsoap-plugin-taglib.install0000644000000000000000000000005012214507415015460 0ustar usr/lib/liquidsoap/*/plugins/taglib.cm* debian/liquidsoap-plugin-dssi.install0000644000000000000000000000004612214507415015165 0ustar usr/lib/liquidsoap/*/plugins/dssi.cm* debian/liquidsoap-plugin-lame.install0000644000000000000000000000004612214507415015141 0ustar usr/lib/liquidsoap/*/plugins/lame.cm* debian/liquidsoap.postinst0000644000000000000000000000153712214507415013154 0ustar #! /bin/sh # postinst script for liquidsoap set -e case "$1" in configure) ;; abort-upgrade|abort-remove|abort-deconfigure) exit 0 ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac if ! getent group liquidsoap >/dev/null 2>&1; then addgroup --system liquidsoap fi # Check for an account named 'liquidsoap' if ! id liquidsoap >/dev/null 2>&1; then # Create the new system account adduser --system --disabled-password --disabled-login \ --home /usr/share/liquidsoap --ingroup liquidsoap liquidsoap fi # Add again /usr/share/liquidsoap if user was already created if ! test -d /usr/share/liquidsoap; then mkdir /usr/share/liquidsoap fi # Fix directories ownership chown -R root:root /usr/share/liquidsoap chown -R liquidsoap:liquidsoap /var/log/liquidsoap #DEBHELPER# exit 0 debian/liquidsoap-plugin-alsa.install0000644000000000000000000000004612214507415015143 0ustar usr/lib/liquidsoap/*/plugins/alsa.cm* debian/liquidsoap-plugin-vorbis.install0000644000000000000000000000005012214507415015522 0ustar usr/lib/liquidsoap/*/plugins/vorbis.cm* debian/liquidsoap-plugin-frei0r.install0000644000000000000000000000005012214507415015405 0ustar usr/lib/liquidsoap/*/plugins/frei0r.cm* debian/liquidsoap-plugin-shine.install0000644000000000000000000000004712214507415015332 0ustar usr/lib/liquidsoap/*/plugins/shine.cm* debian/liquidsoap.install.in0000644000000000000000000000033712214507415013341 0ustar debian/tmp/usr/bin/liquidsoap debian/tmp/usr/lib/liquidsoap debian/tmp/etc/logrotate.d/liquidsoap examples/radio.liq etc/liquidsoap NODYN: debian/tmp/@OCamlStdlibDir@/liquidsoap/dllliquidsoap.so @OCamlDllDir@ debian/liquidsoap-plugin-lo.install0000644000000000000000000000004412214507415014633 0ustar usr/lib/liquidsoap/*/plugins/lo.cm* debian/copyright0000644000000000000000000000111412214507415011117 0ustar This package was debianized by Samuel Mimram on Wed, 26 Nov 2003 11:29:03 +0100. It was downloaded from http://savonet.sourceforge.net/ Upstream Author: The Savonet Team Copyright (C) 2003-2011 by the Savonet Team. Liquidsoap is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. The license text is contained in /usr/share/common-licenses/GPL. debian/liquidsoap-plugin-portaudio.install0000644000000000000000000000005312214507415016227 0ustar usr/lib/liquidsoap/*/plugins/portaudio.cm* debian/liquidsoap-mode.emacsen-startup0000644000000000000000000000043012214507415015315 0ustar (add-to-list 'auto-mode-alist '("\\.liq\\'" . liquidsoap-mode)) (autoload 'liquidsoap-mode "liquidsoap-mode" "Major mode for editing Liquidsoap code" t) (debian-pkg-add-load-path-item (concat "/usr/share/" (symbol-name debian-emacs-flavor) "/site-lisp/liquidsoap-mode")) debian/liquidsoap-plugin-speex.install0000644000000000000000000000004712214507415015350 0ustar usr/lib/liquidsoap/*/plugins/speex.cm* debian/liquidsoap-plugin-faad.install0000644000000000000000000000004612214507415015116 0ustar usr/lib/liquidsoap/*/plugins/faad.cm* debian/liquidsoap-plugin-ao.install0000644000000000000000000000004412214507415014620 0ustar usr/lib/liquidsoap/*/plugins/ao.cm* debian/liquidsoap-plugin-gstreamer.install0000644000000000000000000000005312214507415016212 0ustar usr/lib/liquidsoap/*/plugins/gstreamer.cm* debian/liquidsoap-plugin-schroedinger.install0000644000000000000000000000005612214507415016700 0ustar usr/lib/liquidsoap/*/plugins/schroedinger.cm* debian/liquidsoap.doc-base0000644000000000000000000000036712214507415012746 0ustar Document: liquidsoap Title: Liquidsoap documentation Author: The Savonet Team Abstract: Liquidsoap documentation Section: Network/Communication Format: HTML Index: /usr/share/doc/liquidsoap/html/index.html Files: /usr/share/doc/liquidsoap/html/* debian/liquidsoap-plugin-lastfm.install0000644000000000000000000000005012214507415015504 0ustar usr/lib/liquidsoap/*/plugins/lastfm.cm* debian/changelog0000644000000000000000000003704012256246664011061 0ustar liquidsoap (1.1.1-6ubuntu2) trusty; urgency=medium * Rebuild for ocaml-4.01. -- Matthias Klose Tue, 24 Dec 2013 09:02:44 +0000 liquidsoap (1.1.1-6ubuntu1) saucy; urgency=low * Build-Depend on and Recommend fonts-liberation rather than ttf-liberation. -- Jackson Doak Fri, 13 Sep 2013 07:56:52 +1000 liquidsoap (1.1.1-6build2) saucy; urgency=low * Rebuild for new OCaml ABIs. -- Colin Watson Mon, 22 Jul 2013 18:08:22 +0100 liquidsoap (1.1.1-6build1) saucy; urgency=low * Rebuild for new OCaml ABIs on armhf. -- Colin Watson Thu, 20 Jun 2013 12:59:02 +0100 liquidsoap (1.1.1-6) unstable; urgency=low * Bring back SDL plugin. -- Romain Beauxis Tue, 11 Jun 2013 18:17:55 -0500 liquidsoap (1.1.1-5) unstable; urgency=low * Switch GD build-dep to libgd-ocaml-dev. * Provide alternative build-dep on libgd-gd2-ocaml-dev. * Bump build-dep on camlimages. * Drop optional SDL plugin until SDL and gd become compatible again (conflicts on libtiff{4,5}-dev). -- Romain Beauxis Wed, 15 May 2013 07:06:38 -0500 liquidsoap (1.1.1-4) unstable; urgency=low * Added patch to enable dynamically loaded fdkaac encoder. * Dropped liquidsoap-plugin-fdkaac. Closes: #708602 -- Romain Beauxis Tue, 14 May 2013 17:19:49 -0500 liquidsoap (1.1.1-3) unstable; urgency=low * Added liquidsoap emacs mode package. * Merge changes from NMU 1.0.1+repack1-1.1 * Added liquidsoap-plugin-fdkaac -- Romain Beauxis Tue, 14 May 2013 00:35:34 -0500 liquidsoap (1.1.1-2) unstable; urgency=low * Set inotify build-dep to linux-only. -- Romain Beauxis Wed, 27 Mar 2013 13:37:29 -0500 liquidsoap (1.1.1-1) unstable; urgency=low * New upstream release. * Upload to unstable. -- Romain Beauxis Wed, 08 May 2013 19:48:12 -0500 liquidsoap (1.1.0-1) experimental; urgency=low * New upstream release. * Upload to experimental. * Enabled new plugins: - shine - frei0r - opus * Bumped standards version to 3.9.4 -- Romain Beauxis Sat, 20 Apr 2013 11:37:55 -0500 liquidsoap (1.0.1+repack1-1.1) unstable; urgency=low * Non-maintainer upload. * Fix "missing versioned depend on libcamomile-ocaml-data": make (build) dependency on libcamomile-ocaml-{dev,data} versioned [(>= 0.8)]. Thanks, Paul van Tilburg. (Closes: #685632) -- gregor herrmann Sat, 20 Oct 2012 19:21:43 +0200 liquidsoap (1.0.1+repack1-1) unstable; urgency=low * Repacked upstream tarball to remove unecessary .bak files * Bumped standard version to 3.9.3 -- Romain Beauxis Wed, 04 Jul 2012 19:09:46 +0200 liquidsoap (1.0.1-1) unstable; urgency=low * New upstream version. * Fixed liquidsoap.install.in for armel. * Dropped fix_lo_deps.patch: applied upstream. -- Romain Beauxis Wed, 04 Jul 2012 00:41:16 +0200 liquidsoap (1.0.0-4) unstable; urgency=low * Removed wrong depedency on liquidsoap-plugin-ogg from liquidsoap-plugin-oss. -- Romain Beauxis Fri, 21 Oct 2011 21:32:51 +0200 liquidsoap (1.0.0-3) unstable; urgency=low * Better patch to compute lo dymanic plugin dependencies. -- Romain Beauxis Tue, 18 Oct 2011 16:43:01 +0200 liquidsoap (1.0.0-2) unstable; urgency=low * Fixed gstreamer, lo and camlimages plugins: - Build-dep on ocaml-gstreamer >= 0.1.3 (fixed linking options order). - Build-dep on camlimages >= 4.0.1-4 (fixed Sort weirdness). - Patch Makefile.rules to compute correct dependencies for dynamically linked modules. -- Romain Beauxis Mon, 17 Oct 2011 00:17:59 +0200 liquidsoap (1.0.0-1) unstable; urgency=low * New upstream release. * Added new gstreamer plugins. * Removed debian/README.Debian-source: problematic files have been removed upstream. * Using ttf-liberation for default font for video.add_text operators. -- Romain Beauxis Sun, 09 Oct 2011 16:38:00 +0200 liquidsoap (1.0.0~beta3+repack1-1) unstable; urgency=low * New upstream release. * Added new plugins: - lame - dssi - lo - camlimages * Added a meta-package liquidsoap-plugin-all which install all plugin packages. * Fixed FTBFS with new ocamlnet. Thanks to Stéphane Glondu for reporting. * Changed debian/rules to dynamically generate liquidsoap-plugin-*.onodefined files. Closes: #635326 -- Romain Beauxis Wed, 10 Aug 2011 22:36:09 -0500 liquidsoap (1.0.0~beta2.1-3) unstable; urgency=low * Fixed build on non-native archs. -- Romain Beauxis Thu, 07 Jul 2011 14:05:07 -0500 liquidsoap (1.0.0~beta2.1-2) unstable; urgency=low * Really change distribution to unstable... -- Romain Beauxis Thu, 07 Jul 2011 11:53:33 -0500 liquidsoap (1.0.0~beta2.1-1) experimental; urgency=low * New upstream release. * Initial upload to sid with new plugins structure. * Added dependencies to liquidsoap for each plugin. * Added liquidsoap-plugin-pulseaudio to Recommended packages. -- Romain Beauxis Tue, 05 Jul 2011 15:01:19 -0500 liquidsoap (1.0.0~beta1+20110527~hgac5e0ed299ff-3) experimental; urgency=low * Fixed bytecode compilation for real: needed to pass --disable-custom to configure script. -- Romain Beauxis Fri, 24 Jun 2011 14:20:21 -0500 liquidsoap (1.0.0~beta1+20110527~hgac5e0ed299ff-2) experimental; urgency=low * Do not try to install dllliquidsoap.so on non-native archs: it seems that with the recent patch on ocamlc, this is not needed anymore.. -- Romain Beauxis Fri, 24 Jun 2011 11:08:28 -0500 liquidsoap (1.0.0~beta1+20110527~hgac5e0ed299ff-1) experimental; urgency=low * New snapshot from latest mercurial code. * Fix compilation in bytecode. * Disable liquidsoap-plugin-alsa for BSD architectures. * Compile in bytecode on armel since dynlink.cmxa is not available. * Fixed automatic dependency computation for plugins using dh-ocaml >= 1.0.1 -- Romain Beauxis Wed, 22 Jun 2011 22:00:22 -0500 liquidsoap (1.0.0~beta1+20110525~hgbcdbe01d2de5-1) experimental; urgency=low * Snapshot from mercurial repository. * Split optional functionalities in plugins. * Removed bytecode compilation patch: applied upstream. -- Romain Beauxis Mon, 23 May 2011 20:04:51 -0500 liquidsoap (1.0.0~beta1-2) unstable; urgency=low * Fixed bytecode compilation in non-custom mode. -- Romain Beauxis Thu, 19 May 2011 15:47:18 -0500 liquidsoap (1.0.0~beta1-1) unstable; urgency=low [ Samuel Mimram ] * New upstream release. [ Romain Beauxis ] * Bumped standard version to 3.9.3 -- Romain Beauxis Tue, 17 May 2011 11:18:21 -0500 liquidsoap (0.9.3-3) unstable; urgency=low * Upload to unstable. * Enabled faad support now that is is in unstable! * Droped patch to add -lstdc++: should be fixed in each corresponding binding. * Added patch to support new ocaml-faad API. -- Romain Beauxis Thu, 14 Apr 2011 13:56:17 -0500 liquidsoap (0.9.3-2) experimental; urgency=low * Added patch to enable build in non-custom mode. -- Romain Beauxis Tue, 28 Sep 2010 13:46:47 -0500 liquidsoap (0.9.3-1) experimental; urgency=low * New upstream release. * Droped quilt patches: no patches needed! * Upload to experimental now that sid is frozen. * Bumped standards version to 3.9.1 * Bumped build-dep version to match latest bindings' releases. * Changed source format to 3.0 (quilt). -- Romain Beauxis Sat, 04 Sep 2010 14:59:12 -0500 liquidsoap (0.9.2-3) unstable; urgency=low * Fixed ogg theora default parameters. Closes: #577076 * Fixed input.lastfm -- Romain Beauxis Mon, 12 Apr 2010 04:06:59 +0200 liquidsoap (0.9.2-2) unstable; urgency=low * Patched liquidsoap to build against ocaml-theora 0.2.0~svn6618 Closes: #574628 * Fixed SDL output code, added libsdl-ocaml-dev in build-dep to enable SDL output. Closes: #574625 * Added a patch to allow Magic file detection to follow symlinks. -- Romain Beauxis Thu, 25 Mar 2010 11:45:29 -0500 liquidsoap (0.9.2-1) unstable; urgency=low * New upstream release. * Build against the latest ocaml-lastfm API. Closes: #551245 * Ship upstream's version of the init script with correct dependencies. Closes: #541635 * Bumped standards version to 3.8.3 * Versioned ocaml build dependencies. * Add ocaml.mk support with new automatic dependency tracking. * Added patch to drop portaudio in in() definition * Added patch to switch mp3gain and vorbisgain to quiet mode. -- Romain Beauxis Fri, 30 Oct 2009 12:18:05 -0500 liquidsoap (0.9.1-1) unstable; urgency=low * New Upstream Version * Dropped patch applied upstream. * Thightened build-deps on ocaml-duppy and ocaml-taglib to build against the fixed packages. * Updated standards version to 3.8.2 -- Romain Beauxis Mon, 22 Jun 2009 18:42:50 +0200 liquidsoap (0.9.0-4) unstable; urgency=low * Added patch from upstream: o Fix task end for queued sources. o Fix append operator. -- Romain Beauxis Thu, 11 Jun 2009 02:18:50 +0200 liquidsoap (0.9.0-3) unstable; urgency=low * Fixed math.h usage in src/rgb_c.c * Rebuild against fixed modules. Closes: #528857 -- Romain Beauxis Tue, 19 May 2009 22:40:22 +1100 liquidsoap (0.9.0-2) unstable; urgency=low * Enabled new bindings. * Added suggests on mplayer. * Fixed clean target. -- Romain Beauxis Sun, 10 May 2009 04:38:38 +0200 liquidsoap (0.9.0-1) unstable; urgency=low [ Stephane Glondu ] * Switch packaging to git. [ Samuel Mimram ] * Build with OCaml 3.11. * Update compat to 7. [ Romain Beauxis ] * New Upstream Version. * Build and upload against current modules. Will re-upload when new modules are accepted. * Dropped patch applied upstream. * Create /var/run/liquidsoap at runtime. -- Romain Beauxis Thu, 02 Apr 2009 11:48:34 +0200 liquidsoap (0.3.8.1+2-2) unstable; urgency=high * Fix liguidsoap temporary file name. Thanks to Tobias Klauser for providing a patch. Closes: #496360 * Desactivated portaudio option since it is buggy and should be more tested. -- Romain Beauxis Mon, 11 Aug 2008 14:36:31 +0200 liquidsoap (0.3.8.1+2-1) unstable; urgency=low * There was a mistake with previous source tarball. Reuploading a fixed one -- Romain Beauxis Mon, 11 Aug 2008 14:30:45 +0200 liquidsoap (0.3.8.1-1) unstable; urgency=low * New upstream release fixing several issues in smart_crossfade -- Romain Beauxis Sat, 09 Aug 2008 17:52:53 +0200 liquidsoap (0.3.8-1) unstable; urgency=low * New upstream release * Dropped patch applied upstream * Versioned build-dep on ocaml-duppy to build against the fixed version Closes: #489702 -- Romain Beauxis Wed, 30 Jul 2008 09:46:23 +0200 liquidsoap (0.3.7-3) unstable; urgency=low * Rebuild against fixed ocaml-bjack * Bumped build-dep version for ocaml-bjack * Dropped patch for task leak in request_source.ml * Updated patch for array length in playlist.next -- Romain Beauxis Mon, 23 Jun 2008 12:01:27 +0200 liquidsoap (0.3.7-2) unstable; urgency=low * Created /usr/share/liquidsoap directory, needed for liguidsoap. * Install logrotate file * Backported several fixes from upstream: + Fix vorbis mono output + Fix parameter order in documentation + Fix add_timeout delay propagation + Fix inter-thread mutex lock in playlist.ml + Fix task leak in request_source.ml + Fix array length in playlist.next * Enabled ocaml-bjack support -- Romain Beauxis Thu, 12 Jun 2008 13:47:16 +0200 liquidsoap (0.3.7-1) unstable; urgency=low * New upstream release * Switched maintainer to the debian ocaml team * Dropped patches applied upstream * Removed ocaml-alsa build-dep for non-linux archs -- Romain Beauxis Wed, 28 May 2008 21:25:41 -0400 liquidsoap (0.3.6-4) unstable; urgency=high * Updated fix for smartcross * Still setting urgency to high since testing package is still broken.. -- Romain Beauxis Tue, 04 Mar 2008 03:42:50 +0100 liquidsoap (0.3.6-3) unstable; urgency=high * Backported patch to fix smart_crossfading * Setting urgency to high since previous upload didn't make it to testing.. -- Romain Beauxis Wed, 06 Feb 2008 17:27:02 +0100 liquidsoap (0.3.6-2) unstable; urgency=high [ Stefano Zacchiroli ] * fix vcs-svn field to point just above the debian/ dir [ Romain Beauxis ] * Fixed ladspa unsafe opening: backported patch from svn. Closes: #464378 -- Romain Beauxis Wed, 06 Feb 2008 17:19:16 +0100 liquidsoap (0.3.6-1) unstable; urgency=low * New upstream release * Removed liquidtts manual page, now installed as a private script * Update standards to 3.7.3 (no changes) -- Romain Beauxis Fri, 21 Dec 2007 02:11:03 +0100 liquidsoap (0.3.5-2) unstable; urgency=low * Initial upload to sid * Enabled all available bindings * Backported patch to add timeout to http connections * Added README.Debian with informations about mp3 output. (Closes: #436894) -- Romain Beauxis Thu, 22 Nov 2007 11:17:08 +0100 liquidsoap (0.3.5-1) experimental; urgency=low * New upstream release. * Upload to experimental to wait for ocaml packages. -- Samuel Mimram Mon, 12 Nov 2007 23:38:07 +0000 liquidsoap (0.3.3-3) unstable; urgency=low * Added liguidsoap.dpatch in order for liguidsoap not to crash on startup. * Removed no more needed linda-override. * Added missing utils.liq -- Samuel Mimram Wed, 27 Jun 2007 00:49:22 +0200 liquidsoap (0.3.3-2) unstable; urgency=low * Added no-ocamlopt.dpatch in order to correcly build on non-native archs, closes: #430509. * Enable alsa support. -- Samuel Mimram Mon, 25 Jun 2007 23:53:10 +0200 liquidsoap (0.3.3-1) unstable; urgency=low * New upstream release. * Using dpatch to handle patches. * Added ocamldoc.dpatch in order to correctly pass flags to ocamldoc. -- Samuel Mimram Fri, 22 Jun 2007 22:56:49 +0200 liquidsoap (0.3.2-4) unstable; urgency=low * Add a missing dependency on libcamomile-ocaml-data, closes: #428096. -- Samuel Mimram Sat, 09 Jun 2007 13:30:29 +0200 liquidsoap (0.3.2-3) unstable; urgency=low * Enable ocaml-ao support. * Explicitely disable at configure time the modules we don't use. * Rephrased description. * Added a watch file. -- Samuel Mimram Sun, 29 Apr 2007 20:44:25 +0200 liquidsoap (0.3.2-2) unstable; urgency=low * Build-depend on texlive instead of tetex-extra. -- Samuel Mimram Fri, 13 Apr 2007 18:47:27 +0200 liquidsoap (0.3.2-1) experimental; urgency=low * First official upload, closes: #399544. -- Romain Beauxis Fri, 16 Mar 2007 14:26:50 +0100 debian/liquidsoap-plugin-soundtouch.install0000644000000000000000000000005412214507415016415 0ustar usr/lib/liquidsoap/*/plugins/soundtouch.cm* debian/liquidsoap-mode.install0000644000000000000000000000010512214507415013647 0ustar debian/liquidsoap-mode.el usr/share/emacs/site-lisp/liquidsoap-mode/ debian/liquidsoap-plugin-graphics.install0000644000000000000000000000005212214507415016020 0ustar usr/lib/liquidsoap/*/plugins/graphics.cm* debian/liquidsoap-plugin-oss.install.in0000644000000000000000000000016612214507415015437 0ustar usr/lib/liquidsoap/*/plugins/oss.cm* NODYN: debian/tmp/@OCamlStdlibDir@/liquidsoap/dllliquidsoap_oss.so @OCamlDllDir@ debian/icons/0000755000000000000000000000000012214507415010302 5ustar debian/icons/liguidsoap-32.xpm0000644000000000000000000001407512214507415013421 0ustar /* XPM */ static char * liguidsoap_32_xpm[] = { "14 32 320 2", " c None", ". c #3A4947", "+ c #546663", "@ c #5F6D6B", "# c #5D6B68", "$ c #738885", "% c #636F69", "& c #B2BFBD", "* c #687777", "= c #39413F", "- c #A1B7B5", "; c #3D4E50", "> c #1F2525", ", c #AFC6C6", "' c #7D9996", ") c #324446", "! c #0B1012", "~ c #0E1211", "{ c #AAC8CB", "] c #819897", "^ c #324245", "/ c #0B1111", "( c #030605", "_ c #A2BCBF", ": c #687B7C", "< c #253332", "[ c #0A0F0E", "} c #040706", "| c #353E3A", "1 c #56655D", "2 c #1A2019", "3 c #0F150F", "4 c #36423A", "5 c #3F4D4B", "6 c #52635B", "7 c #1E231C", "8 c #232924", "9 c #4D5B58", "0 c #2E2B1B", "a c #29230B", "b c #332506", "c c #2A1702", "d c #322206", "e c #29230C", "f c #2F2C1E", "g c #352D13", "h c #624707", "i c #8B660A", "j c #996A0B", "k c #854B04", "l c #92640A", "m c #815D09", "n c #573F06", "o c #332C11", "p c #483F1C", "q c #83630B", "r c #AC7F10", "s c #BA8810", "t c #C1840F", "u c #A66205", "v c #B57D0C", "w c #B0800E", "x c #9F760D", "y c #725308", "z c #42391B", "A c #785C0C", "B c #B5911D", "C c #D5C53C", "D c #DAC033", "E c #E09F12", "F c #BA7005", "G c #CD900D", "H c #CC9311", "I c #B88810", "J c #96710C", "K c #5B4608", "L c #4D4314", "M c #9C7B15", "N c #D6C141", "O c #E2E261", "P c #E4CF3E", "Q c #E3AF14", "R c #D07D06", "S c #D49B0F", "T c #E0A612", "U c #D69D14", "V c #B18610", "W c #7D5F0B", "X c #49391B", "Y c #67571A", "Z c #B58E19", "` c #E0D14F", " . c #E1E365", ".. c #E1CD3B", "+. c #E3BD17", "@. c #D88808", "#. c #D69E0F", "$. c #E2AB13", "%. c #DFA214", "&. c #D49B14", "*. c #AA7B0F", "=. c #875510", "-. c #725D1B", ";. c #C0941A", ">. c #DED357", ",. c #DFDD6B", "'. c #DCC838", "). c #D7B617", "!. c #C88709", "~. c #D1990D", "{. c #DBAF14", "]. c #E0A814", "^. c #E4AA16", "/. c #C98E11", "(. c #A36A0B", "_. c #735D16", ":. c #C7971B", "<. c #935919", "[. c #824016", "}. c #6A310C", "|. c #431704", "1. c #341102", "2. c #1F0801", "3. c #100401", "4. c #190D02", "5. c #65530C", "6. c #D49313", "7. c #C88416", "8. c #785F16", "9. c #C8981B", "0. c #8E5118", "a. c #7D3E17", "b. c #4F250A", "c. c #331204", "d. c #230B02", "e. c #160601", "f. c #0B0301", "g. c #524308", "h. c #D59414", "i. c #C3811D", "j. c #755D12", "k. c #C7991A", "l. c #844B16", "m. c #904717", "n. c #6A2F0C", "o. c #351303", "p. c #2A0D02", "q. c #110401", "r. c #0E0401", "s. c #554609", "t. c #D29113", "u. c #AC5F05", "v. c #655511", "w. c #C5961B", "x. c #884B17", "y. c #904416", "z. c #692E0B", "A. c #371404", "B. c #220B02", "C. c #150601", "D. c #110501", "E. c #594A09", "F. c #D29012", "G. c #AB6206", "H. c #68560F", "I. c #C29319", "J. c #8C4C16", "K. c #934615", "L. c #6B2F0A", "M. c #3E1604", "N. c #1D0802", "O. c #1C0801", "P. c #1C0701", "Q. c #120501", "R. c #5C4C0A", "S. c #AF6408", "T. c #65530E", "U. c #C09219", "V. c #844714", "W. c #884414", "X. c #54260B", "Y. c #331304", "Z. c #190601", "`. c #5C4A09", " + c #CF8C12", ".+ c #AD701C", "++ c #624F0D", "@+ c #BB8D17", "#+ c #824515", "$+ c #854416", "%+ c #4B2209", "&+ c #321003", "*+ c #240A01", "=+ c #180701", "-+ c #594809", ";+ c #C88711", ">+ c #A25905", ",+ c #62500D", "'+ c #BB8C16", ")+ c #C6B743", "!+ c #CEC649", "~+ c #CDA823", "{+ c #CD980E", "]+ c #CD980D", "^+ c #CB970D", "/+ c #AF6804", "(+ c #AC710A", "_+ c #C48D11", ":+ c #C68710", "<+ c #A86414", "[+ c #6F540C", "}+ c #B98A15", "|+ c #DFD64E", "1+ c #E4E355", "2+ c #E2B325", "3+ c #E2A30F", "4+ c #E09F0C", "5+ c #DE9E0C", "6+ c #C37A07", "7+ c #C47A09", "8+ c #D99510", "9+ c #B16B08", "0+ c #72540B", "a+ c #B78714", "b+ c #DDD54C", "c+ c #E2E254", "d+ c #DFB224", "e+ c #E3A00F", "f+ c #E19A0C", "g+ c #DF990C", "h+ c #CB8409", "i+ c #B87006", "j+ c #D4920F", "k+ c #BD810E", "l+ c #AD6907", "m+ c #70530A", "n+ c #B18413", "o+ c #DDD149", "p+ c #E2DF53", "q+ c #E0AE21", "r+ c #D9990C", "s+ c #E1970C", "t+ c #DE950B", "u+ c #D28E0B", "v+ c #B26A05", "w+ c #CE8C0E", "x+ c #B67C0D", "y+ c #A66506", "z+ c #6A4F09", "A+ c #AB8011", "B+ c #DAC845", "C+ c #E1D24B", "D+ c #DDA81D", "E+ c #CA8D0B", "F+ c #DF960C", "G+ c #D8910B", "H+ c #C98B0B", "I+ c #B46D06", "J+ c #C7810B", "K+ c #B1770B", "L+ c #9C5D06", "M+ c #654B08", "N+ c #A77F10", "O+ c #D9C343", "P+ c #DFCE45", "Q+ c #D8A41C", "R+ c #C78B0A", "S+ c #D18B0A", "T+ c #D28C0A", "U+ c #C9890A", "V+ c #AF7008", "W+ c #BA7508", "X+ c #AC750B", "Y+ c #995E08", "Z+ c #6F530B", "`+ c #A98214", " @ c #DAAF34", ".@ c #E1BA36", "+@ c #DDA219", "@@ c #D8940E", "#@ c #DC950D", "$@ c #D8920C", "%@ c #CD8D0D", "&@ c #C17D0B", "*@ c #B16C07", "=@ c #C0820C", "-@ c #A46B16", ";@ c #795911", ">@ c #BB8D1A", ",@ c #DEA822", "'@ c #E0B222", ")@ c #E1AF19", "!@ c #E3A913", "~@ c #E3AA13", "{@ c #E3A512", "]@ c #DF9E12", "^@ c #D39311", "/@ c #AA6306", "(@ c #C5830C", "_@ c #7C6032", ":@ c #634F1B", "<@ c #A67E16", "[@ c #D7A620", "}@ c #D1AA1F", "|@ c #BA9315", "1@ c #B28A11", "2@ c #B88C0F", "3@ c #B58910", "4@ c #AC810F", "5@ c #BC8A11", "6@ c #894F05", "7@ c #5B3E0A", "8@ c #AF9754", "9@ c #B9A965", "0@ c #918562", "a@ c #7A6F5A", "b@ c #807057", "c@ c #7D755F", "d@ c #938963", "e@ c #968A52", " . + @ # $ % ", " & * = ", " - ; > ", " , ' ) ! ~ ", " { ] ^ / ( ", " _ : < [ } ", " | 1 2 3 4 ", " 5 6 7 8 9 ", " 0 a b c d e f ", " g h i j k l m n o ", " p q r s t u v w x y z ", " A B C D E F G H I J K ", " L M N O P Q R S T U V W X ", " Y Z ` ...+.@.#.$.%.&.*.=.", " -.;.>.,.'.).!.~.{.].^./.(.", " _.:.<.[.}.|.1.2.3.4.5.6.7.", " 8.9.0.a.b.c.d.e.f.f.g.h.i.", " j.k.l.m.n.o.p.e.q.r.s.t.u.", " v.w.x.y.z.A.B.C.C.D.E.F.G.", " H.I.J.K.L.M.N.O.P.Q.R.F.S.", " T.U.V.W.X.Y.d.e.Z.q.`. +.+", " ++@+#+$+%+&+*+=+Q.r.-+;+>+", " ,+'+)+!+~+{+]+^+/+(+_+:+<+", " [+}+|+1+2+3+4+5+6+7+8+t 9+", " 0+a+b+c+d+e+f+g+h+i+j+k+l+", " m+n+o+p+q+r+s+t+u+v+w+x+y+", " z+A+B+C+D+E+F+G+H+I+J+K+L+", " M+N+O+P+Q+R+S+T+U+V+W+X+Y+", " Z+`+ @.@+@@@#@$@%@&@*@=@-@", " ;@>@,@'@)@!@~@{@]@^@/@(@_@", " :@<@[@}@|@1@2@3@4@5@6@7@ ", " 8@9@0@a@b@c@d@e@ "}; debian/icons/liguidsoap.xpm0000644000000000000000000047007012214507415013200 0ustar /* XPM */ static char * liguidsoap_xpm[] = { "96 227 7203 2", " c None", ". c #ECECEC", "+ c #E2E2E2", "@ c #DEDEDE", "# c #ECE2F0", "$ c #F0E7F5", "% c #DEE2EC", "& c #CDD5D1", "* c #C4CDC8", "= c #B5C4C0", "- c #ADBCB8", "; c #A6B5B1", "> c #9CAAA6", ", c #929F9C", "' c #8B9895", ") c #8F9C98", "! c #98A6A2", "~ c #D9DEE7", "{ c #ECECE2", "] c #E7FAF5", "^ c #DEFAFA", "/ c #D1ECEC", "( c #B8D1D1", "_ c #A2B8B8", ": c #8FA2A2", "< c #829595", "[ c #748585", "} c #657474", "| c #5C6A6A", "1 c #5A6868", "2 c #4C5858", "3 c #465252", "4 c #3C4646", "5 c #363F3C", "6 c #333C39", "7 c #333938", "8 c #323836", "9 c #2B3333", "0 c #2F3838", "a c #2D3535", "b c #2A3232", "c c #293131", "d c #242A2A", "e c #323B3B", "f c #41484A", "g c #778280", "h c #C0C8C4", "i c #ECF5E7", "j c #FAFFF5", "k c #E7F0E2", "l c #DEF0EC", "m c #D9ECE7", "n c #BCD5CD", "o c #A6BCB5", "p c #7A8588", "q c #687274", "r c #566363", "s c #485454", "t c #3E4E4C", "u c #364443", "v c #2B3938", "w c #25312F", "x c #23312E", "y c #1E2A28", "z c #1A2624", "A c #172220", "B c #141E1C", "C c #111A18", "D c #111917", "E c #101716", "F c #131A19", "G c #151C1A", "H c #171F1C", "I c #1D2321", "J c #232726", "K c #252928", "L c #394343", "M c #3F4A4A", "N c #4A5656", "O c #445654", "P c #384644", "Q c #242E2D", "R c #181D1B", "S c #151A18", "T c #252A26", "U c #6A776D", "V c #E7E7E7", "W c #E7ECF5", "X c #D5D9E2", "Y c #9FADB1", "Z c #809292", "` c #6F8080", " . c #525E5E", ".. c #354341", "+. c #222B2A", "@. c #192120", "#. c #141C1B", "$. c #141B1A", "%. c #131B1A", "&. c #0F1816", "*. c #111B19", "=. c #14211E", "-. c #192724", ";. c #1E2E2A", ">. c #263935", ",. c #2E443F", "'. c #395650", "). c #415E58", "!. c #4C6D65", "~. c #5C776D", "{. c #637A72", "]. c #6F807A", "^. c #7A8582", "/. c #828F8B", "(. c #7D9895", "_. c #92B1AD", ":. c #9FC0BC", "<. c #ADD1CD", "[. c #C4ECE7", "}. c #C8F0EC", "|. c #D5FFFA", "1. c #D5FFFF", "2. c #B5DED9", "3. c #8FADAA", "4. c #9FC0B5", "5. c #B1C8C0", "6. c #0C0F0D", "7. c #010101", "8. c #272D28", "9. c #E2D9DE", "0. c #728282", "a. c #526865", "b. c #5A7772", "c. c #48615C", "d. c #364A46", "e. c #31433F", "f. c #2A3836", "g. c #2A3B38", "h. c #233531", "i. c #172623", "j. c #0E1816", "k. c #172421", "l. c #384846", "m. c #3C4C4A", "n. c #43544E", "o. c #4E615A", "p. c #617774", "q. c #6D8582", "r. c #728B88", "s. c #748F8B", "t. c #6F8885", "u. c #7A8B8B", "v. c #7A9592", "w. c #77928F", "x. c #778888", "y. c #6D7D77", "z. c #687772", "A. c #65746F", "B. c #63726D", "C. c #616F6F", "D. c #6A7A7A", "E. c #687777", "F. c #859898", "G. c #8BB1B8", "H. c #AADEC0", "I. c #BCF0F0", "J. c #DEFFFF", "K. c #C4ECDE", "L. c #0C1106", "M. c #050602", "N. c #020202", "O. c #747474", "P. c #4C5456", "Q. c #293533", "R. c #415452", "S. c #4E6863", "T. c #58746F", "U. c #637D7A", "V. c #43615A", "W. c #253833", "X. c #162320", "Y. c #2E3F3C", "Z. c #728F8B", "`. c #748F85", " + c #657D74", ".+ c #68807D", "++ c #6A8280", "@+ c #637A77", "#+ c #5A6F6D", "$+ c #5C726F", "%+ c #526563", "&+ c #4E6361", "*+ c #4C615E", "=+ c #465A58", "-+ c #445A52", ";+ c #465C54", ">+ c #485E56", ",+ c #4A5C56", "'+ c #485A54", ")+ c #4C5E5C", "!+ c #4E615E", "~+ c #566A68", "{+ c #6A8582", "]+ c #5E8065", "^+ c #779880", "/+ c #92B5B8", "(+ c #587252", "_+ c #040601", ":+ c #0E1204", "<+ c #030302", "[+ c #828282", "}+ c #D9D9D9", "|+ c #FFFFFF", "1+ c #394846", "2+ c #334341", "3+ c #435654", "4+ c #A2C8C4", "5+ c #C0D9D9", "6+ c #C0E7E2", "7+ c #82A29F", "8+ c #394E4A", "9+ c #1A2523", "0+ c #1D2726", "a+ c #465856", "b+ c #505C58", "c+ c #586561", "d+ c #546861", "e+ c #4A5C5A", "f+ c #506361", "g+ c #4A5E5C", "h+ c #3B5650", "i+ c #384C48", "j+ c #2F413E", "k+ c #273631", "l+ c #1F2B27", "m+ c #18231F", "n+ c #131C19", "o+ c #121A17", "p+ c #111817", "q+ c #131A1A", "r+ c #17201F", "s+ c #1C2625", "t+ c #212B2A", "u+ c #323F3E", "v+ c #445C48", "w+ c #617D68", "x+ c #88A6A2", "y+ c #1A2114", "z+ c #0D1305", "A+ c #020300", "B+ c #121409", "C+ c #D5DED9", "D+ c #ADC4C4", "E+ c #3B4A48", "F+ c #D1E2E7", "G+ c #ECFFFF", "H+ c #98B8B5", "I+ c #212E2B", "J+ c #0F1414", "K+ c #1C2222", "L+ c #4E5A5A", "M+ c #616A68", "N+ c #434E4A", "O+ c #4E5A56", "P+ c #445650", "Q+ c #222D2B", "R+ c #151D1C", "S+ c #0F1514", "T+ c #0D1312", "U+ c #0D1311", "V+ c #0F1513", "W+ c #141D1A", "X+ c #222B28", "Y+ c #2F3C38", "Z+ c #44504C", "`+ c #56635E", " @ c #616F6A", ".@ c #5A6863", "+@ c #4C5854", "@@ c #414C48", "#@ c #2D3339", "$@ c #272E2E", "%@ c #262B2F", "&@ c #363E48", "*@ c #131714", "=@ c #010201", "-@ c #020301", ";@ c #F5FAD5", ">@ c #E2F5FA", ",@ c #E7FFFF", "'@ c #F0FFFF", ")@ c #2E3C3B", "!@ c #0C0F0F", "~@ c #171B1B", "{@ c #2F3533", "]@ c #1E2221", "^@ c #121414", "/@ c #0E1110", "(@ c #131715", "_@ c #121817", ":@ c #1B2423", "<@ c #4A5254", "[@ c #BCCDC8", "}@ c #E7FAFF", "|@ c #B5C4D1", "1@ c #828BA2", "2@ c #202427", "3@ c #040404", "4@ c #9FA69C", "5@ c #FAFFFF", "6@ c #B5C4C8", "7@ c #D1D5DE", "8@ c #D9ECF0", "9@ c #2D3B39", "0@ c #090D0D", "a@ c #050606", "b@ c #060706", "c@ c #3F4644", "d@ c #636D6A", "e@ c #C8D9D5", "f@ c #F5FADE", "g@ c #FAFFE7", "h@ c #F0FAF5", "i@ c #B1B8B5", "j@ c #95B5B1", "k@ c #3C4E4C", "l@ c #121918", "m@ c #0A0E0D", "n@ c #030505", "o@ c #B8CDBC", "p@ c #F0E7EC", "q@ c #ECE2E7", "r@ c #FFFAE7", "s@ c #AAB1AD", "t@ c #C0C4CD", "u@ c #DEF0F5", "v@ c #222F2D", "w@ c #0E1413", "x@ c #080B0B", "y@ c #040606", "z@ c #050605", "A@ c #D9E2DE", "B@ c #A6ADAA", "C@ c #20312D", "D@ c #0F1917", "E@ c #080E0D", "F@ c #030605", "G@ c #050706", "H@ c #E7F0EC", "I@ c #ECF5F0", "J@ c #3F5652", "K@ c #1D2D29", "L@ c #0C1413", "M@ c #060B0A", "N@ c #060808", "O@ c #CDDEE2", "P@ c #8B989C", "Q@ c #98A6B1", "R@ c #92A2AD", "S@ c #6A8085", "T@ c #384C4C", "U@ c #202F2F", "V@ c #111A1A", "W@ c #090F0F", "X@ c #040808", "Y@ c #080D0B", "Z@ c #D5FFF0", "`@ c #D5E7E2", " # c #C4D5D1", ".# c #748082", "+# c #6D777A", "@# c #61747D", "## c #48585E", "$# c #3B4C50", "%# c #2A383B", "&# c #232F32", "*# c #1B292A", "=# c #142021", "-# c #0D1415", ";# c #060A09", "># c #3E4E48", ",# c #F5F0E7", "'# c #CDDED9", ")# c #82958F", "!# c #85A29F", "~# c #C4DEDE", "{# c #82A2AA", "]# c #50656A", "^# c #43565A", "/# c #324144", "(# c #1F2A2D", "_# c #161F21", ":# c #101A1A", "<# c #0B1112", "[# c #060B09", "}# c #010202", "|# c #353E3B", "1# c #C0D9D1", "2# c #A2C4C0", "3# c #B8E2DE", "4# c #D9F5F5", "5# c #7D9FA6", "6# c #546A6F", "7# c #485C61", "8# c #394A4E", "9# c #253133", "0# c #10191A", "a# c #091010", "b# c #060909", "c# c #050808", "d# c #020303", "e# c #1F2322", "f# c #7A9895", "g# c #80A69F", "h# c #95B8B5", "i# c #8BAAA6", "j# c #4A6363", "k# c #3C5252", "l# c #2F3E3F", "m# c #283536", "n# c #242F31", "o# c #192424", "p# c #142020", "q# c #0E1817", "r# c #0C1112", "s# c #080C0D", "t# c #060A0B", "u# c #060A0A", "v# c #F0F0F0", "w# c #7D8885", "x# c #586D6A", "y# c #63827D", "z# c #354C4C", "A# c #435A5A", "B# c #364648", "C# c #222F2F", "D# c #1D2B2B", "E# c #172524", "F# c #171E23", "G# c #12181C", "H# c #0F1617", "I# c #0B1011", "J# c #E2ECE7", "K# c #828F92", "L# c #8FB1AD", "M# c #7D9C98", "N# c #688280", "O# c #657D7A", "P# c #4C6565", "Q# c #394E4E", "R# c #35464A", "S# c #2D3C3F", "T# c #212D2F", "U# c #1D282A", "V# c #121A1B", "W# c #10171A", "X# c #0E1417", "Y# c #040707", "Z# c #020404", "`# c #0B0F0F", " $ c #E7DEE2", ".$ c #889C9C", "+$ c #B5D9D5", "@$ c #C4D5D9", "#$ c #74928F", "$$ c #6F8B88", "%$ c #445C5C", "&$ c #354848", "*$ c #324346", "=$ c #2A393C", "-$ c #202B2E", ";$ c #1C2729", ">$ c #11191A", ",$ c #0A0F11", "'$ c #080D0E", ")$ c #070A0B", "!$ c #080D0D", "~$ c #000101", "{$ c #050707", "]$ c #9FADAA", "^$ c #B5BCB8", "/$ c #A2B1B5", "($ c #AAC0C0", "_$ c #B1C8C8", ":$ c #A6C8C4", "<$ c #A6B5B8", "[$ c #9CB1B1", "}$ c #9CBCB8", "|$ c #88AAA6", "1$ c #6D8885", "2$ c #334646", "3$ c #334448", "4$ c #2B3B3E", "5$ c #1E292B", "6$ c #0C1214", "7$ c #0A0F10", "8$ c #ADBCC0", "9$ c #B5CDCD", "0$ c #AAB8BC", "a$ c #9FB5B5", "b$ c #85A6A2", "c$ c #486161", "d$ c #131A1C", "e$ c #11181B", "f$ c #0C1114", "g$ c #070B0B", "h$ c #030404", "i$ c #070A0A", "j$ c #B1C0C4", "k$ c #BCD5D5", "l$ c #B8DED9", "m$ c #BCCDD1", "n$ c #324444", "o$ c #0F1619", "p$ c #0D1315", "q$ c #030606", "r$ c #030504", "s$ c #060908", "t$ c #778285", "u$ c #AAD1CD", "v$ c #A6B5C0", "w$ c #8BADAA", "x$ c #465E5E", "y$ c #314343", "z$ c #131B1D", "A$ c #7D8F8F", "B$ c #B1D5D1", "C$ c #A6CDC8", "D$ c #ADC0CD", "E$ c #141C1E", "F$ c #090E0F", "G$ c #050807", "H$ c #637272", "I$ c #AACDC8", "J$ c #AAD9D1", "K$ c #AAD1D5", "L$ c #ADBCC8", "M$ c #2F4141", "N$ c #0B1113", "O$ c #030405", "P$ c #040807", "Q$ c #B5D5DE", "R$ c #334346", "S$ c #314144", "T$ c #0E1717", "U$ c #0D1314", "V$ c #485450", "W$ c #B1C4D1", "X$ c #0F1718", "Y$ c #3C4643", "Z$ c #5E7472", "`$ c #354448", " % c #0F1819", ".% c #0C1213", "+% c #090D0E", "@% c #080C0C", "#% c #040605", "$% c #2F3835", "%% c #92A6A6", "&% c #465A5E", "*% c #2F3F43", "=% c #040706", "-% c #26312D", ";% c #9FC4C0", ">% c #A6BCBC", ",% c #98ADAD", "'% c #36464A", ")% c #0C1113", "!% c #050909", "~% c #2E3E41", "{% c #202926", "]% c #6D7D7D", "^% c #44585C", "/% c #38484C", "(% c #29383B", "_% c #1C2522", ":% c #5E6D6D", "<% c #020403", "[% c #1A221F", "}% c #ADD5D9", "|% c #B1D1DE", "1% c #BCD1E2", "2% c #B1C4D5", "3% c #AAC8D5", "4% c #B8D1AA", "5% c #98B198", "6% c #8FADA2", "7% c #82A2A6", "8% c #7A9CA2", "9% c #6A9295", "0% c #5E8888", "a% c #547A77", "b% c #446163", "c% c #3E585A", "d% c #32484A", "e% c #2D4143", "f% c #243536", "g% c #1D2B2D", "h% c #0F1D19", "i% c #0B1714", "j% c #080F0D", "k% c #060C0A", "l% c #070D0A", "m% c #040806", "n% c #030705", "o% c #030604", "p% c #131917", "q% c #C0D1CD", "r% c #A6B8C8", "s% c #9FB1C0", "t% c #A6C4D1", "u% c #8B9CA6", "v% c #88A2AD", "w% c #859CB1", "x% c #7D98AA", "y% c #6D8B98", "z% c #4E6D74", "A% c #486568", "B% c #3F5A5C", "C% c #3B5456", "D% c #2E4344", "E% c #263839", "F% c #1F2E2F", "G% c #1A2728", "H% c #0C1717", "I% c #091212", "J% c #070D0D", "K% c #060B0B", "L% c #050809", "M% c #141A18", "N% c #ADD5D1", "O% c #ADC0D1", "P% c #9CB8C4", "Q% c #C0D1FA", "R% c #B8CDE7", "S% c #DEF5FF", "T% c #C4E7F5", "U% c #ADCDD9", "V% c #8FAAB5", "W% c #8298AD", "X% c #5E777A", "Y% c #4C6163", "Z% c #44585A", "`% c #334344", " & c #273335", ".& c #202A2B", "+& c #1A2425", "@& c #141B1C", "#& c #070C0D", "$& c #06090B", "%& c #040708", "&& c #030506", "*& c #030507", "=& c #101615", "-& c #D1D9D5", ";& c #B1D9DE", ">& c #BCCDD9", ",& c #C8DEEC", "'& c #E2FAFF", ")& c #B8D1C8", "!& c #7D927D", "~& c #728572", "{& c #505A4E", "]& c #363E38", "^& c #1B251D", "/& c #141C16", "(& c #111712", "_& c #0D130E", ":& c #0C110D", "<& c #0A0F0C", "[& c #090D0B", "}& c #080B0A", "|& c #040607", "1& c #040506", "2& c #DEE7E2", "3& c #9CBCB1", "4& c #92A295", "5& c #5C6A61", "6& c #364136", "7& c #1E251D", "8& c #10150E", "9& c #0A0E07", "0& c #0B0F08", "a& c #070905", "b& c #050603", "c& c #090A07", "d& c #0A0E08", "e& c #080B06", "f& c #090C07", "g& c #080A06", "h& c #060804", "i& c #050804", "j& c #0B0E08", "k& c #0B0F09", "l& c #0C100B", "m& c #090C09", "n& c #080B08", "o& c #060806", "p& c #050908", "q& c #121616", "r& c #FAF5EC", "s& c #95B5AA", "t& c #AAD5C4", "u& c #687A68", "v& c #2D332A", "w& c #11140F", "x& c #050703", "y& c #0A0D07", "z& c #131A0F", "A& c #10150C", "B& c #0C1109", "C& c #060905", "D& c #080B05", "E& c #090C05", "F& c #090D06", "G& c #0A0D06", "H& c #090C06", "I& c #0D100B", "J& c #0E130D", "K& c #101711", "L& c #090F0D", "M& c #131717", "N& c #5A6F68", "O& c #334336", "P& c #090B08", "Q& c #070904", "R& c #080C05", "S& c #0D1108", "T& c #0D110A", "U& c #10140D", "V& c #262F23", "W& c #3B4836", "X& c #21291E", "Y& c #13180F", "Z& c #171D12", "`& c #10150D", " * c #050704", ".* c #040503", "+* c #080A05", "@* c #090D07", "#* c #0D130D", "$* c #0F1713", "%* c #1A1F1F", "&* c #95989F", "** c #1E2724", "=* c #030402", "-* c #040603", ";* c #0C1007", ">* c #0D1308", ",* c #0A0E06", "'* c #060805", ")* c #586858", "!* c #859892", "~* c #7D988F", "{* c #85A298", "]* c #394843", "^* c #141A13", "/* c #1D251A", "(* c #131811", "_* c #0D110B", ":* c #080B07", "<* c #050705", "[* c #0C0F0A", "}* c #090B07", "|* c #060704", "1* c #0A0C08", "2* c #090B05", "3* c #060803", "4* c #060A07", "5* c #19231F", "6* c #141818", "7* c #989898", "8* c #10100F", "9* c #0E0F0C", "0* c #090D08", "a* c #080C06", "b* c #0C130A", "c* c #0C1108", "d* c #080D09", "e* c #050806", "f* c #808F7D", "g* c #92A28F", "h* c #728074", "i* c #809285", "j* c #6F887A", "k* c #333F2F", "l* c #2A3527", "m* c #1A2218", "n* c #10140E", "o* c #040604", "p* c #030503", "q* c #070A06", "r* c #0A0E09", "s* c #0B110A", "t* c #0D130B", "u* c #090E08", "v* c #080C07", "w* c #0A0F0A", "x* c #0A0D0A", "y* c #0B0D0B", "z* c #090D0A", "A* c #0B100D", "B* c #030403", "C* c #161918", "D* c #FFFFF5", "E* c #6A6A65", "F* c #171816", "G* c #090E0A", "H* c #2A392E", "I* c #0A0E0B", "J* c #020302", "K* c #65746A", "L* c #808F82", "M* c #58655C", "N* c #9FB5AD", "O* c #98B8AD", "P* c #5A6A58", "Q* c #333E32", "R* c #1A2117", "S* c #121710", "T* c #0C110C", "U* c #050805", "V* c #080C08", "W* c #11180F", "X* c #040705", "Y* c #101512", "Z* c #6A7D6A", "`* c #172019", " = c #151A17", ".= c #ECF5DE", "+= c #F5F5EC", "@= c #BCC4C0", "#= c #283332", "$= c #658085", "%= c #21282F", "&= c #121B16", "*= c #4C6356", "== c #728B7D", "-= c #6A7A74", ";= c #5C6A65", ">= c #748580", ",= c #465444", "'= c #262E25", ")= c #131813", "!= c #111510", "~= c #0D100C", "{= c #070A07", "]= c #060906", "^= c #070B07", "/= c #141E14", "(= c #243224", "_= c #2F4132", ":= c #314135", "<= c #141D18", "[= c #26332E", "}= c #D9FFE2", "|= c #98BC9F", "1= c #060807", "2= c #7D9888", "3= c #D9F5EC", "4= c #C4C4BC", "5= c #FFF5FA", "6= c #E2FFFF", "7= c #C8FAFF", "8= c #0E1415", "9= c #20272E", "0= c #98C0B1", "a= c #82A698", "b= c #5E7A6F", "c= c #586D65", "d= c #61776F", "e= c #9FB89F", "f= c #4C5A4C", "g= c #1B221B", "h= c #111611", "i= c #050604", "j= c #0B110C", "k= c #141D15", "l= c #27352A", "m= c #CDFFE2", "n= c #D9FFFA", "o= c #ADD9C8", "p= c #1C2721", "q= c #BCECD1", "r= c #D5FFE7", "s= c #E2FFEC", "t= c #F5ECF0", "u= c #5E746D", "v= c #313F3E", "w= c #445856", "x= c #C4DED5", "y= c #CDECCD", "z= c #5C6D5C", "A= c #1F261F", "B= c #121711", "C= c #0B0E0B", "D= c #243127", "E= c #232F28", "F= c #2D3C33", "G= c #9FC8B1", "H= c #92BCAD", "I= c #090F0B", "J= c #0B0F0C", "K= c #0A100B", "L= c #242F2E", "M= c #2A3933", "N= c #394C44", "O= c #D1ECE2", "P= c #B1CDB1", "Q= c #546354", "R= c #222921", "S= c #0B0F0A", "T= c #0E140F", "U= c #171F1A", "V= c #29382F", "W= c #36483E", "X= c #17201A", "Y= c #0B1310", "Z= c #121816", "`= c #080C0B", " - c #0C1210", ".- c #1A2420", "+- c #526D63", "@- c #435A52", "#- c #2D3C36", "$- c #4C5E54", "%- c #889C8F", "&- c #D5ECD9", "*- c #C4E2C0", "=- c #505E4E", "-- c #212820", ";- c #111710", ">- c #0B0D08", ",- c #0E120E", "'- c #313B31", ")- c #3F5046", "!- c #2B3831", "~- c #1C261E", "{- c #0D1411", "]- c #101416", "^- c #090E0E", "/- c #D9FFFF", "(- c #546F65", "_- c #101914", ":- c #2E3E35", "<- c #7D8F82", "[- c #C8DEC4", "}- c #AAC4A6", "|- c #3B4639", "1- c #0E120B", "2- c #0B0D0A", "3- c #ECFFF5", "4- c #D9FFEC", "5- c #506554", "6- c #0B1412", "7- c #040505", "8- c #0B1212", "9- c #324C4C", "0- c #B1F5F5", "a- c #FFF0FF", "b- c #F5FFF0", "c- c #434C3F", "d- c #202A21", "e- c #384836", "f- c #72886A", "g- c #61745A", "h- c #36382D", "i- c #151611", "j- c #0F100B", "k- c #0E0F0A", "l- c #090A06", "m- c #070704", "n- c #050502", "o- c #040504", "p- c #272D26", "q- c #E7FFEC", "r- c #F0FFF5", "s- c #A2AAA6", "t- c #7298B5", "u- c #2E3B46", "v- c #0F1214", "w- c #586163", "x- c #2D433E", "y- c #3C5A58", "z- c #88C0C0", "A- c #88C8C8", "B- c #547495", "C- c #618FA6", "D- c #548085", "E- c #1D322F", "F- c #172520", "G- c #2B3E33", "H- c #323C32", "I- c #171A11", "J- c #0C0E08", "K- c #0A0C07", "L- c #090A05", "M- c #070803", "N- c #050503", "O- c #95AA9C", "P- c #859FAA", "Q- c #C4FFFF", "R- c #BCF0E7", "S- c #6F8880", "T- c #F5FAE2", "U- c #F0E7FF", "V- c #AAC0B8", "W- c #252B29", "X- c #1D2120", "Y- c #0E1412", "Z- c #0C110E", "`- c #131C17", " ; c #18241B", ".; c #0F1510", "+; c #161F18", "@; c #2D3932", "#; c #5A685E", "$; c #4A563C", "%; c #252B1D", "&; c #12160E", "*; c #040502", "=; c #030502", "-; c #1E261A", ";; c #19221A", ">; c #101714", ",; c #161F1B", "'; c #172021", "); c #7D8B95", "!; c #FAFFD9", "~; c #FAFFDE", "{; c #E2FFC8", "]; c #526A4C", "^; c #050905", "/; c #080E09", "(; c #070D09", "_; c #0A0D08", ":; c #12160F", "<; c #121610", "[; c #11130D", "}; c #050803", "|; c #070C05", "1; c #809274", "2; c #FFFFDE", "3; c #F5F5D1", "4; c #FFFFE7", "5; c #353C36", "6; c #000000", "7; c #030908", "8; c #071314", "9; c #09191C", "0; c #0D1A1A", "a; c #142422", "b; c #1E2E26", "c; c #141C12", "d; c #0C0F08", "e; c #090B04", "f; c #0A0A04", "g; c #090903", "h; c #080703", "i; c #060502", "j; c #040401", "k; c #030301", "l; c #040301", "m; c #050401", "n; c #040403", "o; c #050504", "p; c #080A08", "q; c #05080B", "r; c #020405", "s; c #58636A", "t; c #CDBCC0", "u; c #07070B", "v; c #050607", "w; c #262A2B", "x; c #333632", "y; c #3C3E36", "z; c #393831", "A; c #39352E", "B; c #292F19", "C; c #31361C", "D; c #323216", "E; c #29260D", "F; c #231F09", "G; c #100E02", "H; c #0C0901", "I; c #0E0B01", "J; c #0D0A01", "K; c #100C01", "L; c #130F02", "M; c #110D01", "N; c #0F0B01", "O; c #120E02", "P; c #080600", "Q; c #0A0601", "R; c #0F0902", "S; c #160F04", "T; c #352E13", "U; c #3F3E23", "V; c #616A46", "W; c #4C5C43", "X; c #2F3E2E", "Y; c #384A3F", "Z; c #435850", "`; c #080B0D", " > c #FAECC4", ".> c #44412B", "+> c #020201", "@> c #1F1F0C", "#> c #26260C", "$> c #0B0A01", "%> c #0A0500", "&> c #070300", "*> c #070400", "=> c #080400", "-> c #0B0600", ";> c #0C0600", ">> c #0D0800", ",> c #0C0700", "'> c #0E0700", ")> c #100800", "!> c #150B00", "~> c #170C00", "{> c #170D01", "]> c #1B0F01", "^> c #0D0600", "/> c #090600", "(> c #080500", "_> c #0C0A00", ":> c #0D0B01", "<> c #131101", "[> c #191802", "}> c #222105", "|> c #383910", "1> c #2A2910", "2> c #131208", "3> c #050402", "4> c #FAD99C", "5> c #CDCDAD", "6> c #0F0E07", "7> c #010100", "8> c #060601", "9> c #171602", "0> c #141402", "a> c #0D0D01", "b> c #101101", "c> c #141701", "d> c #161802", "e> c #222303", "f> c #282904", "g> c #333305", "h> c #3E3805", "i> c #332903", "j> c #4E3605", "k> c #4C3104", "l> c #543305", "m> c #3B2303", "n> c #2F1B02", "o> c #331A01", "p> c #381C02", "q> c #3E2002", "r> c #432302", "s> c #391D02", "t> c #361B02", "u> c #412506", "v> c #543109", "w> c #562F08", "x> c #482505", "y> c #4C2305", "z> c #481F04", "A> c #311302", "B> c #351302", "C> c #280F02", "D> c #200C01", "E> c #130701", "F> c #100701", "G> c #1E0F02", "H> c #1D0F02", "I> c #160B01", "J> c #040100", "K> c #010000", "L> c #4A3C2D", "M> c #585439", "N> c #020200", "O> c #100F03", "P> c #1D1905", "Q> c #1F1705", "R> c #201805", "S> c #241A05", "T> c #2D2005", "U> c #3C2A07", "V> c #462F07", "W> c #3E2A05", "X> c #392504", "Y> c #382503", "Z> c #4A3205", "`> c #4C3606", " , c #4E3506", "., c #523806", "+, c #482D05", "@, c #362002", "#, c #2B1701", "$, c #2D1A02", "%, c #351F02", "&, c #361F02", "*, c #3C2302", "=, c #432703", "-, c #331E02", ";, c #2A1902", ">, c #362403", ",, c #563B07", "', c #523908", "), c #4A3807", "!, c #483607", "~, c #392B05", "{, c #433307", "], c #3F2E06", "^, c #3B2D06", "/, c #312605", "(, c #262004", "_, c #251E04", ":, c #241D04", "<, c #1E1603", "[, c #170F02", "}, c #040300", "|, c #18170C", "1, c #F0ECD5", "2, c #1D1A11", "3, c #020100", "4, c #060701", "5, c #171705", "6, c #181703", "7, c #1A1603", "8, c #231D03", "9, c #292004", "0, c #2D2404", "a, c #322704", "b, c #3C2E04", "c, c #463304", "d, c #483504", "e, c #4C3504", "f, c #583E06", "g, c #5A3F06", "h, c #6D4E09", "i, c #654307", "j, c #462B03", "k, c #382002", "l, c #2F1901", "m, c #4C2902", "n, c #4A2802", "o, c #502B03", "p, c #442402", "q, c #331A02", "r, c #2D1901", "s, c #3E2802", "t, c #614105", "u, c #634806", "v, c #5A3F05", "w, c #584105", "x, c #544306", "y, c #433504", "z, c #432E05", "A, c #3B2B05", "B, c #322604", "C, c #2D2304", "D, c #292304", "E, c #292205", "F, c #271D04", "G, c #241A04", "H, c #2E2508", "I, c #110F03", "J, c #0A0B06", "K, c #D9CDB1", "L, c #ECFFC0", "M, c #1C1D10", "N, c #0D0C03", "O, c #1C1B05", "P, c #1A1903", "Q, c #262104", "R, c #2B2103", "S, c #2D2303", "T, c #352904", "U, c #3B2E04", "V, c #3F3104", "W, c #4A3604", "X, c #523E04", "Y, c #583F05", "Z, c #5C4405", "`, c #5A4105", " ' c #5E4405", ".' c #775808", "+' c #7D5408", "@' c #503103", "#' c #432802", "$' c #3C1D01", "%' c #562A02", "&' c #6A3603", "*' c #653202", "=' c #653303", "-' c #5C2E03", ";' c #3F1F02", ">' c #3C1F02", ",' c #482E02", "'' c #775006", ")' c #6F4E06", "!' c #634405", "~' c #5C4605", "{' c #584305", "]' c #4C3305", "^' c #443104", "/' c #3B2D04", "(' c #362A04", "_' c #312704", ":' c #2A2104", "<' c #271E04", "[' c #281E05", "}' c #262206", "|' c #161705", "1' c #0C0C05", "2' c #8B8565", "3' c #C4C8AA", "4' c #0B0C05", "5' c #0F0D03", "6' c #1F1B05", "7' c #272405", "8' c #242003", "9' c #2E2403", "0' c #3C2A04", "a' c #392A04", "b' c #433205", "c' c #4A3906", "d' c #503906", "e' c #5A4306", "f' c #634A07", "g' c #684C06", "h' c #745608", "i' c #6D5007", "j' c #885E09", "k' c #885C08", "l' c #5A3903", "m' c #563203", "n' c #4E2602", "o' c #5E2F02", "p' c #7A3E04", "q' c #723903", "r' c #773C03", "s' c #683503", "t' c #482502", "u' c #582D03", "v' c #563504", "w' c #825608", "x' c #7A5008", "y' c #775208", "z' c #724E08", "A' c #684A07", "B' c #654807", "C' c #634606", "D' c #5E3F05", "E' c #563C05", "F' c #503B05", "G' c #4A3905", "H' c #413305", "I' c #382A05", "J' c #2F2505", "K' c #2D2104", "L' c #252004", "M' c #2B2908", "N' c #201F07", "O' c #0C0B03", "P' c #121008", "Q' c #61614C", "R' c #F0FAE2", "S' c #B5B8A2", "T' c #070804", "U' c #050601", "V' c #241D06", "W' c #1E1803", "X' c #352A04", "Y' c #3C2A03", "Z' c #503305", "`' c #583C06", " ) c #5C3F07", ".) c #5E4307", "+) c #6A4C08", "@) c #745408", "#) c #775609", "$) c #805808", "%) c #7D5C09", "&) c #826109", "*) c #95680B", "=) c #9C6A0B", "-) c #6D4405", ";) c #683E04", ">) c #502B02", ",) c #6A3903", "') c #854A05", ")) c #774304", "!) c #7D4404", "~) c #743F04", "{) c #4E2A02", "]) c #5E3604", "^) c #683F06", "/) c #9C630C", "() c #8B5C0A", "_) c #885E0A", ":) c #805809", "<) c #6D4E08", "[) c #684805", "}) c #654405", "|) c #634305", "1) c #523C06", "2) c #483806", "3) c #3E3105", "4) c #382B05", "5) c #382805", "6) c #2E2404", "7) c #292405", "8) c #252206", "9) c #211C07", "0) c #120F05", "a) c #15140A", "b) c #656A4E", "c) c #ADB19C", "d) c #080803", "e) c #171503", "f) c #221C05", "g) c #281F04", "h) c #2D2204", "i) c #392D04", "j) c #3E2F04", "k) c #543B06", "l) c #6D4A06", "m) c #745007", "n) c #7A5408", "o) c #7D5C08", "p) c #806108", "q) c #826308", "r) c #856509", "s) c #95680C", "t) c #986F0D", "u) c #956D0D", "v) c #AD7A0E", "w) c #B17A0E", "x) c #825407", "y) c #6D4104", "z) c #583303", "A) c #824E05", "B) c #A66508", "C) c #925405", "D) c #925806", "E) c #8F5606", "F) c #5E3803", "G) c #5E3B04", "H) c #684105", "I) c #AD720C", "J) c #A6720B", "K) c #926309", "L) c #855E08", "M) c #8B6309", "N) c #7D5E08", "O) c #775A07", "P) c #7D5807", "Q) c #6A4806", "R) c #684606", "S) c #614407", "T) c #563F06", "U) c #463605", "V) c #432B05", "W) c #322504", "X) c #332905", "Y) c #262003", "Z) c #2A2306", "`) c #292208", " ! c #161406", ".! c #1A1C0B", "+! c #565A41", "@! c #ECF0D9", "#! c #B5C0A6", "$! c #080904", "%! c #090902", "&! c #1E1C05", "*! c #1C1902", "=! c #463205", "-! c #563F05", ";! c #6F4606", ">! c #744E06", ",! c #825807", "'! c #8F6108", ")! c #956A09", "!! c #986D09", "~! c #8F6D09", "{! c #8B6A09", "]! c #95720A", "^! c #AA770D", "/! c #9F770D", "(! c #A2720C", "_! c #A6740D", ":! c #AA740B", "~ c #5A3C05", ",~ c #4A3605", "'~ c #3E2B04", ")~ c #392D05", "!~ c #201F03", "~~ c #151902", "{~ c #1E230C", "]~ c #17180F", "^~ c #65656A", "/~ c #11130E", "(~ c #080903", "_~ c #151704", ":~ c #1F1802", "<~ c #362202", "[~ c #432D04", "}~ c #4C3505", "|~ c #654A06", "1~ c #6F5406", "2~ c #956F0C", "3~ c #9C740D", "4~ c #A27A0E", "5~ c #9F850D", "6~ c #A68010", "7~ c #AD720D", "8~ c #C0740D", "9~ c #B8820F", "0~ c #B19813", "a~ c #D9AA14", "b~ c #743E02", "c~ c #B16305", "d~ c #B86D06", "e~ c #AD6505", "f~ c #B56806", "g~ c #B16506", "h~ c #884803", "i~ c #924E04", "j~ c #ECAA12", "k~ c #A68811", "l~ c #A28813", "m~ c #BC7D0E", "n~ c #AA770F", "o~ c #A27710", "p~ c #AD740F", "q~ c #A6770C", "r~ c #9C6F0B", "s~ c #956A0A", "t~ c #7D5E07", "u~ c #775A06", "v~ c #6D5A06", "w~ c #654E06", "x~ c #654406", "y~ c #613E06", "z~ c #4E3105", "A~ c #442F06", "B~ c #382D05", "C~ c #221C03", "D~ c #151402", "E~ c #131706", "F~ c #161F14", "G~ c #98B5BC", "H~ c #292921", "I~ c #0A0B05", "J~ c #131405", "K~ c #171603", "L~ c #2D2403", "M~ c #463104", "N~ c #503805", "O~ c #6F5207", "P~ c #856309", "Q~ c #8B680A", "R~ c #926D0B", "S~ c #AA800F", "T~ c #B5800F", "U~ c #AD8511", "V~ c #B87A0F", "W~ c #C4770D", "X~ c #B17D0E", "Y~ c #A28B11", "Z~ c #D19811", "`~ c #AA5C06", " { c #723C02", ".{ c #AD6105", "+{ c #B56A05", "@{ c #A26105", "#{ c #AD6806", "${ c #AD6305", "%{ c #854603", "&{ c #8B4A03", "*{ c #DE9810", "={ c #9F8210", "-{ c #9F8513", ";{ c #C4820F", ">{ c #B58010", ",{ c #AA7D11", "'{ c #B57A10", "){ c #95720B", "!{ c #8F6D0A", "~{ c #7D6108", "{{ c #6D4808", "]{ c #5E3E07", "^{ c #523B06", "/{ c #201C03", "({ c #131404", "_{ c #17190C", ":{ c #1F251A", "<{ c #E7F5D5", "[{ c #565A44", "}{ c #0D0C05", "|{ c #1A1706", "1{ c #1D1A04", "2{ c #262203", "3{ c #443805", "4{ c #5E4306", "5{ c #956F0B", "6{ c #9C720E", "7{ c #A2770F", "8{ c #B18510", "9{ c #B58810", "0{ c #BC8510", "a{ c #C08811", "b{ c #B18B0F", "c{ c #B58B12", "d{ c #BC8010", "e{ c #C87A0E", "f{ c #B57D0E", "g{ c #A28510", "h{ c #CD9511", "i{ c #AD5E06", "j{ c #773F02", "k{ c #AA6305", "l{ c #A66305", "m{ c #AA6505", "n{ c #AD6306", "o{ c #824803", "p{ c #D9950F", "q{ c #A28812", "r{ c #C0820D", "s{ c #B88210", "t{ c #AD8011", "u{ c #B17D0F", "v{ c #A27A0D", "w{ c #8F630A", "x{ c #825A09", "y{ c #684A08", "z{ c #5C4107", "A{ c #3F2D04", "B{ c #3B2F05", "C{ c #251D05", "D{ c #171A09", "E{ c #2F3C22", "F{ c #95AD92", "G{ c #0D0E06", "H{ c #1C1806", "I{ c #1F1702", "J{ c #2A2303", "K{ c #5A4806", "L{ c #614806", "M{ c #85630A", "N{ c #B18212", "O{ c #B88B11", "P{ c #B88F0F", "Q{ c #B18811", "R{ c #C07A0D", "S{ c #C0800F", "T{ c #7D4303", "U{ c #AA6105", "V{ c #B86A06", "W{ c #854A03", "X{ c #E7980F", "Y{ c #B18B10", "Z{ c #9F8511", "`{ c #B87D0C", " ] c #B18211", ".] c #B88211", "+] c #AD8010", "@] c #AA7D10", "#] c #A26A0B", "$] c #7A5A08", "%] c #6A4C07", "&] c #352803", "*] c #392506", "=] c #251A04", "-] c #202005", ";] c #0E1405", ">] c #637A6D", ",] c #F0F5DE", "'] c #F0F0E7", ")] c #151A0F", "!] c #121305", "~] c #2E2302", "{] c #503F05", "]] c #6F5A08", "^] c #6D5407", "/] c #A67A0F", "(] c #A67A10", "_] c #B58513", ":] c #AD820F", "<] c #B1800D", "[] c #C47D0E", "}] c #C4880F", "|] c #AA6306", "1] c #A65E05", "2] c #B56D06", "3] c #AA6506", "4] c #884C03", "5] c #DE920D", "6] c #AD880F", "7] c #987D0F", "8] c #B17A0C", "9] c #B1770B", "0] c #B58511", "a] c #9F740E", "b] c #A6720C", "c] c #AA740D", "d] c #986A0B", "e] c #6F4A06", "f] c #412F03", "g] c #442905", "h] c #392505", "i] c #2A2503", "j] c #151A04", "k] c #141910", "l] c #B5B8C0", "m] c #FFFFEC", "n] c #363928", "o] c #0D0F04", "p] c #322F0A", "q] c #231A02", "r] c #563E04", "s] c #5E4806", "t] c #886A0B", "u] c #8F6F0B", "v] c #AA8210", "w] c #BC8F11", "x] c #D1850F", "y] c #D18210", "z] c #C0850F", "A] c #B56A07", "B] c #7D4403", "C] c #BC7207", "D] c #B86F06", "E] c #B16A06", "F] c #8F5004", "G] c #DE8B0D", "H] c #9C800E", "I] c #C07D0B", "J] c #AA850F", "K] c #9C6D0B", "L] c #855C09", "M] c #775207", "N] c #725808", "O] c #4C3306", "P] c #100F05", "Q] c #333325", "R] c #F0F5D9", "S] c #989F7D", "T] c #0E1007", "U] c #252307", "V] c #251F03", "W] c #443204", "X] c #725408", "Y] c #8B6A0D", "Z] c #7D5E0A", "`] c #826509", " ^ c #C48B11", ".^ c #B88F13", "+^ c #C49C13", "@^ c #D18B10", "#^ c #D58210", "$^ c #C08211", "%^ c #CD8F10", "&^ c #C07A08", "*^ c #804803", "=^ c #C07406", "-^ c #955604", ";^ c #854C03", ">^ c #E7950D", ",^ c #BC9210", "'^ c #A6820F", ")^ c #C88F0E", "!^ c #C4800B", "~^ c #A6800D", "{^ c #AA800E", "]^ c #98800D", "^^ c #A6820E", "/^ c #5C4808", "(^ c #583F07", "_^ c #3C2803", ":^ c #3E2805", "<^ c #111006", "[^ c #809568", "}^ c #222417", "|^ c #111406", "1^ c #2D2706", "2^ c #332804", "3^ c #7A5607", "4^ c #85610B", "5^ c #88650E", "6^ c #926F0E", "7^ c #9C740C", "8^ c #B1850F", "9^ c #E29211", "0^ c #BC9213", "a^ c #B89211", "b^ c #C0800E", "c^ c #D18010", "d^ c #C88212", "e^ c #D59511", "f^ c #D1850A", "g^ c #7D4602", "h^ c #A66105", "i^ c #C07706", "j^ c #B56F05", "k^ c #925403", "l^ c #824A02", "m^ c #A2800E", "n^ c #CD920E", "o^ c #C8820B", "p^ c #B5820E", "q^ c #B8850E", "r^ c #B1800B", "s^ c #9F7A0C", "t^ c #9C770B", "u^ c #8F7A0C", "v^ c #9C820E", "w^ c #9C650B", "x^ c #92720C", "y^ c #776109", "z^ c #726109", "A^ c #6F5C0B", "B^ c #5E4A09", "C^ c #613C07", "D^ c #4C2804", "E^ c #362205", "F^ c #141305", "G^ c #171F11", "H^ c #888868", "I^ c #111105", "J^ c #262507", "K^ c #392903", "L^ c #614807", "M^ c #80610C", "N^ c #82630C", "O^ c #926F0F", "P^ c #98740F", "Q^ c #95720D", "R^ c #9C7A0D", "S^ c #9C8014", "T^ c #9F8211", "U^ c #98770D", "V^ c #B88515", "W^ c #B17714", "X^ c #B88014", "Y^ c #BC8511", "Z^ c #C09212", "`^ c #C08812", " / c #C08B0F", "./ c #C08810", "+/ c #DE9F14", "@/ c #D59815", "#/ c #CD8B12", "$/ c #CD8811", "%/ c #E29C11", "&/ c #CD8F0B", "*/ c #7D4E03", "=/ c #C87A07", "-/ c #BC7406", ";/ c #985C04", ">/ c #855003", ",/ c #FF9C0E", "'/ c #C49811", ")/ c #CD8B0F", "!/ c #D5880E", "~/ c #B5820D", "{/ c #98740A", "]/ c #8B680B", "^/ c #806D0B", "// c #7A6309", "(/ c #82650A", "_/ c #634607", ":/ c #523907", "( c #9F5C04", ",( c #955603", "'( c #F59F0D", ")( c #CD9F12", "!( c #CD8F0F", "~( c #D98F0D", "{( c #C89813", "]( c #C8920F", "^( c #C48F0F", "/( c #B1880E", "(( c #80610B", "_( c #88680B", ":( c #745E09", "<( c #7D650A", "[( c #614E07", "}( c #231701", "|( c #0A0901", "1( c #656146", "2( c #F5FFE2", "3( c #212613", "4( c #191A06", "5( c #463908", "6( c #6F4807", "7( c #7A5E09", "8( c #987210", "9( c #9C7411", "0( c #9F7711", "a( c #AA8013", "b( c #C0821A", "c( c #A27215", "d( c #B5851A", "e( c #C09820", "f( c #C4A624", "g( c #D1AD29", "h( c #D1B127", "i( c #ECC82D", "j( c #D1C82F", "k( c #D1D131", "l( c #D5D532", "m( c #D9D936", "n( c #CDC431", "o( c #CDC42E", "p( c #E2D52B", "q( c #D1C821", "r( c #C89210", "s( c #CD9213", "t( c #D19513", "u( c #D99C10", "v( c #F0AA14", "w( c #8F5603", "x( c #9C5E04", "y( c #CD8007", "z( c #CD7A06", "A( c #A66104", "B( c #F09C0C", "C( c #D1A211", "D( c #C09812", "E( c #D5980F", "F( c #DE920E", "G( c #B88B10", "H( c #825E0A", "I( c #85650B", "J( c #725C08", "K( c #7A680A", "L( c #6A4607", "M( c #0C0B00", "N( c #211B0C", "O( c #E2FFF5", "P( c #98AD80", "Q( c #151407", "R( c #362908", "S( c #725807", "T( c #775A09", "U( c #956F10", "V( c #9C7412", "W( c #A27A13", "X( c #AA8014", "Y( c #B18514", "Z( c #AD8818", "`( c #AA881B", " _ c #D1B82E", "._ c #ECDE43", "+_ c #F5EC4C", "@_ c #ECE750", "#_ c #E2DE50", "$_ c #FFFA5E", "%_ c #E7F06D", "&_ c #D9F065", "*_ c #DEF568", "=_ c #E2F56F", "-_ c #D5E76D", ";_ c #E2EC6A", ">_ c #ECF558", ",_ c #CDD138", "'_ c #D59814", ")_ c #E2A215", "!_ c #E2A611", "~_ c #DE9814", "{_ c #E29F13", "]_ c #D58507", "^_ c #C47406", "/_ c #D58006", "(_ c #AA6304", "__ c #8B5003", ":_ c #EC9F0C", "<_ c #D5A611", "[_ c #BC9F13", "}_ c #E2950E", "|_ c #D19211", "1_ c #CD9510", "2_ c #685408", "3_ c #6A4E09", "4_ c #744C0A", "5_ c #5C3807", "6_ c #161301", "7_ c #100C02", "8_ c #AD8F80", "9_ c #E2FFE7", "0_ c #353C21", "a_ c #261E08", "b_ c #3F2A06", "c_ c #6D5208", "d_ c #6D5C08", "e_ c #7D5E0B", "f_ c #9F7713", "g_ c #AD8214", "h_ c #9F8815", "i_ c #C4B125", "j_ c #E7E23F", "k_ c #E2F04A", "l_ c #DEF04E", "m_ c #D5E74C", "n_ c #CDD950", "o_ c #DEE25E", "p_ c #FAD952", "q_ c #ECD94C", "r_ c #E7DE4C", "s_ c #ECDE56", "t_ c #F0D95E", "u_ c #FFDE58", "v_ c #FFD93E", "w_ c #D1AD21", "x_ c #C49810", "y_ c #D9A615", "z_ c #ECAD15", "A_ c #ECAD13", "B_ c #F5AD14", "C_ c #D99514", "D_ c #DEA20D", "E_ c #955A03", "F_ c #D98808", "G_ c #D17D07", "H_ c #C07205", "I_ c #DE8507", "J_ c #B16804", "K_ c #884E02", "L_ c #EC9F0B", "M_ c #D5AD11", "N_ c #C4A613", "O_ c #D99C0F", "P_ c #EC9C0F", "Q_ c #D59510", "R_ c #D99811", "S_ c #C88F11", "T_ c #805E09", "U_ c #806309", "V_ c #6F5A09", "W_ c #614C08", "X_ c #684C09", "Y_ c #6F4E0B", "Z_ c #6F4C0C", "`_ c #0F0901", " : c #43321C", ".: c #B8C49C", "+: c #191809", "@: c #392B09", "#: c #483206", "$: c #725C0A", "%: c #6F6109", "&: c #775A0B", "*: c #82610D", "=: c #A67D14", "-: c #A67D13", ";: c #B58B14", ">: c #B5981D", ",: c #F0D93C", "': c #F5EC50", "): c #D5E250", "!: c #D1F04E", "~: c #DEF050", "{: c #DEEC54", "]: c #E7EC5E", "^: c #DEE256", "/: c #CDEC4C", "(: c #D1EC5A", "_: c #D5EC63", ":: c #ECF05C", "<: c #E7E73B", "[: c #C0B81D", "}: c #D5A612", "|: c #E2AD17", "1: c #E7AA12", "2: c #ECAD14", "3: c #E7AA0F", "4: c #D98207", "5: c #C47405", "6: c #E28807", "7: c #B86D05", "8: c #ECA20B", "9: c #D9B111", "0: c #DE9F0F", "a: c #F09F0F", "b: c #DE9C11", "c: c #D99F13", "d: c #DE9F10", "e: c #D99812", "f: c #95740C", "g: c #8B6D0B", "h: c #88650A", "i: c #7A580A", "j: c #684E08", "k: c #5A4607", "l: c #584808", "m: c #615009", "n: c #3E2D06", "o: c #191001", "p: c #201706", "q: c #C0C0B8", "r: c #80745A", "s: c #1C1708", "t: c #3F3109", "u: c #5A4808", "v: c #615008", "w: c #7D680D", "x: c #7D5C0C", "y: c #8B680F", "z: c #B18516", "A: c #BC9216", "B: c #D1AA2F", "C: c #FFE754", "D: c #F0DE63", "E: c #D1D15A", "F: c #DEEC5C", "G: c #E2EC54", "H: c #ECE754", "I: c #ECDE5A", "J: c #E7D958", "K: c #D9E24C", "L: c #D5E258", "M: c #DEDE65", "N: c #F0DE61", "O: c #ECD53B", "P: c #C4AD1A", "Q: c #D9AA11", "R: c #E2B115", "S: c #E7AA14", "T: c #D9A20F", "U: c #E7AA13", "V: c #E7A214", "W: c #ECAD0F", "X: c #985603", "Y: c #F0A60B", "Z: c #DEB511", "`: c #C4A611", " < c #E2A614", ".< c #E79F12", "+< c #DE9C13", "@< c #8B740B", "#< c #584606", "$< c #564C06", "%< c #585206", "&< c #4E380B", "*< c #311E02", "=< c #0F0A01", "-< c #3E3F38", ";< c #E2F0FF", ">< c #2D2917", ",< c #2A2406", "'< c #483B05", ")< c #6D500A", "!< c #80610A", "~< c #7D720E", "{< c #A67418", "]< c #A68817", "^< c #9C8810", "/< c #BC8F18", "(< c #B8B836", "_< c #F5EC61", ":< c #F5E772", "<< c #E2D568", "[< c #ECE263", "}< c #ECE25C", "|< c #F0E75E", "1< c #DEDE61", "2< c #E7DE5A", "3< c #D9E261", "4< c #F5F058", "5< c #ECD131", "6< c #BC9C16", "7< c #F0BC17", "8< c #E2B114", "9< c #E7A213", "0< c #D59C11", "a< c #A25E07", "b< c #8B5802", "c< c #DE8007", "d< c #D98006", "e< c #E28208", "f< c #C47705", "g< c #8F5403", "h< c #E2A20B", "i< c #F0B113", "j< c #E2A613", "k< c #E79F10", "l< c #EC9F14", "m< c #D1AA11", "n< c #DEA213", "o< c #D99C14", "p< c #D99C16", "q< c #C89F14", "r< c #C49513", "s< c #957A0D", "t< c #926F0D", "u< c #8F6D0C", "v< c #926A0C", "w< c #8B650C", "x< c #6A5609", "y< c #524306", "z< c #504406", "A< c #463F0F", "B< c #442506", "C< c #170B00", "D< c #131001", "E< c #211C0E", "F< c #282305", "G< c #4A3C05", "H< c #6D560A", "I< c #74560B", "J< c #88680D", "K< c #88770F", "L< c #AA7717", "M< c #B17D1A", "N< c #AD8F19", "O< c #A69213", "P< c #BC8B13", "Q< c #C88B17", "R< c #C89F1E", "S< c #CDD544", "T< c #ECF061", "U< c #E2E26D", "V< c #DEDE6A", "W< c #E2E263", "X< c #DEE25A", "Y< c #C8A617", "Z< c #ECB815", "`< c #F0BC16", " [ c #BC6F09", ".[ c #925C02", "+[ c #EC8808", "@[ c #D58206", "#[ c #955803", "$[ c #D5980A", "%[ c #D5A214", "&[ c #DEA212", "*[ c #E2A210", "=[ c #D99F11", "-[ c #DE9F15", ";[ c #CDA214", ">[ c #CD9C14", ",[ c #AD8810", "'[ c #88680C", ")[ c #745E0A", "![ c #5A4A08", "~[ c #564A07", "{[ c #4A3F09", "][ c #462A06", "^[ c #261501", "/[ c #0C0900", "([ c #776D52", "_[ c #858274", ":[ c #1A1808", "<[ c #2D2805", "[[ c #544406", "}[ c #775E0C", "|[ c #745A0D", "1[ c #886D10", "2[ c #887410", "3[ c #A67A15", "4[ c #AD801A", "5[ c #AA8F1A", "6[ c #AA8F14", "7[ c #C08F13", "8[ c #D1AA25", "9[ c #E7E765", "0[ c #E2DE4C", "a[ c #E7D12E", "b[ c #DEB117", "c[ c #E7B514", "d[ c #F5C017", "e[ c #C8770A", "f[ c #E78508", "g[ c #E28506", "h[ c #F08F08", "i[ c #D98506", "j[ c #8B5202", "k[ c #D1950A", "l[ c #F5B514", "m[ c #D9AA13", "n[ c #D19F14", "o[ c #9F7D0D", "p[ c #7A610C", "q[ c #5C4C08", "r[ c #3F2B05", "s[ c #130C00", "t[ c #3B2D0F", "u[ c #3F412D", "v[ c #181705", "w[ c #2E2904", "x[ c #5E4E08", "y[ c #775E0B", "z[ c #7A5E0E", "A[ c #8B6D13", "B[ c #8F7413", "C[ c #AD8018", "D[ c #AA8F15", "E[ c #CD9214", "F[ c #C8921A", "G[ c #F5FA65", "H[ c #D9D963", "I[ c #E2E268", "J[ c #E7EC63", "K[ c #E2E761", "L[ c #ECE261", "M[ c #ECE24E", "N[ c #F0CD2B", "O[ c #DEB115", "P[ c #DEAD13", "Q[ c #F0C417", "R[ c #CD7A0A", "S[ c #855401", "T[ c #EC8B08", "U[ c #DE8806", "V[ c #854E02", "W[ c #CD9209", "X[ c #FFBC15", "Y[ c #E2AA10", "Z[ c #DEA211", "`[ c #98770C", " } c #8F680C", ".} c #8F680D", "+} c #6A540A", "@} c #3C2F04", "#} c #271902", "$} c #291700", "%} c #211303", "&} c #232211", "*} c #1F1D05", "=} c #352E04", "-} c #826510", ";} c #927215", ">} c #957A15", ",} c #B18B19", "'} c #B1951E", ")} c #B59218", "!} c #D99515", "~} c #CD9C1B", "{} c #D9CD3C", "]} c #ECEC68", "^} c #E2E75C", "/} c #F0E74E", "(} c #F0D127", "_} c #E7B513", ":} c #F0CD1A", "<} c #DE850B", "[} c #885601", "}} c #DE8505", "|} c #E28507", "1} c #E78F06", "2} c #C88508", "3} c #DEB514", "4} c #DEB111", "5} c #ECA614", "6} c #DEAD12", "7} c #D5A215", "8} c #956D0E", "9} c #685209", "0} c #82580A", "a} c #483C06", "b} c #241702", "c} c #3B1C00", "d} c #160801", "e} c #C4BC77", "f} c #ECE7D1", "g} c #1B1C09", "h} c #272605", "i} c #3F3806", "j} c #80680F", "k} c #80650D", "l} c #927411", "m} c #957416", "n} c #9F7D18", "o} c #AD8B15", "p} c #B59519", "q} c #B59820", "r} c #C08F1A", "s} c #E29516", "t} c #D19C1E", "u} c #DED94A", "v} c #E7E76F", "w} c #ECF065", "x} c #D5D561", "y} c #D9E25E", "z} c #F0CD24", "A} c #DEBC17", "B} c #FFDE1D", "C} c #D9820B", "D} c #E28806", "E} c #DE8207", "F} c #E28B06", "G} c #C08008", "H} c #FFC016", "I} c #E2B517", "J} c #D9B814", "K} c #E2B511", "L} c #AA8B10", "M} c #85650C", "N} c #855A0B", "O} c #564808", "P} c #2F1D02", "Q} c #4A2001", "R} c #1D0A00", "S} c #584E1B", "T} c #808061", "U} c #181906", "V} c #282804", "W} c #4E4409", "X} c #806811", "Y} c #82680F", "Z} c #987A13", "`} c #9F7A19", " | c #B89C18", ".| c #B59522", "+| c #C48B1C", "@| c #E2E758", "#| c #E7E277", "$| c #D9D968", "%| c #ECDE46", "&| c #E7C421", "*| c #DEA60F", "=| c #E2B113", "-| c #E2B516", ";| c #FADE1C", ">| c #825201", ",| c #E78807", "'| c #E78B06", ")| c #8F5402", "!| c #B87A07", "~| c #DEBC18", "{| c #745A08", "]| c #5E4C09", "^| c #3E2603", "/| c #5E2801", "(| c #381701", "_| c #281C04", ":| c #4C4E36", "<| c #1C1D06", "[| c #2D2B05", "}| c #63580D", "|| c #806512", "1| c #957711", "2| c #9F7D17", "3| c #A27D1B", "4| c #B18F15", "5| c #B89F19", "6| c #B89823", "7| c #C88F1D", "8| c #F59C17", "9| c #CDA21F", "0| c #E7F561", "a| c #E2E27D", "b| c #D5DE63", "c| c #DEE761", "d| c #DEE26D", "e| c #E7EC77", "f| c #D9E265", "g| c #E2F05E", "h| c #E2D543", "i| c #DEBC1F", "j| c #E7B10F", "k| c #F0BC14", "l| c #ECCD1B", "m| c #F5950D", "n| c #EC8F06", "o| c #F09507", "p| c #9C5C03", "q| c #AA6F06", "r| c #FAB814", "s| c #D5B517", "t| c #D1B814", "u| c #F0B116", "v| c #E7A616", "w| c #D9A616", "x| c #D59213", "y| c #AA8B13", "z| c #AD8512", "A| c #7D6307", "B| c #6D540D", "C| c #482A03", "D| c #632B01", "E| c #4C2101", "F| c #1E1301", "G| c #393E1A", "H| c #282304", "I| c #7A6A13", "J| c #6F6111", "K| c #826313", "L| c #9C8811", "M| c #A68515", "N| c #AD8F1A", "O| c #B59C18", "P| c #C89819", "Q| c #EC9C20", "R| c #DE9C1A", "S| c #D9C426", "T| c #DEE768", "U| c #ECEC82", "V| c #E2DE3E", "W| c #D1B510", "X| c #ECB10D", "Y| c #DEAA17", "Z| c #F0B819", "`| c #E2B813", " 1 c #E7C01A", ".1 c #F5C015", "+1 c #A65802", "@1 c #D57205", "#1 c #D99506", "$1 c #EC8805", "%1 c #EC8208", "&1 c #F59F08", "*1 c #AD6503", "=1 c #B16F04", "-1 c #ECBC12", ";1 c #D1B116", ">1 c #F5B515", ",1 c #ECAA10", "'1 c #9F7410", ")1 c #92630C", "!1 c #92650B", "~1 c #8B610A", "{1 c #885C09", "]1 c #543306", "^1 c #613801", "/1 c #823201", "(1 c #271100", "_1 c #ECCDA6", ":1 c #323616", "<1 c #2B2705", "[1 c #433305", "}1 c #7D6812", "|1 c #6D610F", "11 c #826512", "21 c #9C7216", "31 c #988512", "41 c #C49518", "51 c #E7981F", "61 c #D99819", "71 c #D5C025", "81 c #ECF07D", "91 c #DED93B", "01 c #D1B511", "a1 c #F0B50D", "b1 c #ECB518", "c1 c #ECC016", "d1 c #D9BC13", "e1 c #DEBC15", "f1 c #ECC41B", "g1 c #A25602", "h1 c #CD6A05", "i1 c #F58B06", "j1 c #EC8008", "k1 c #E79507", "l1 c #AD6802", "m1 c #AD6A04", "n1 c #F0C013", "o1 c #ECAA11", "p1 c #ECA613", "q1 c #CD9C13", "r1 c #C49512", "s1 c #98680D", "t1 c #986A0C", "u1 c #725C09", "v1 c #8B5E09", "w1 c #6A4308", "x1 c #804C02", "y1 c #C05402", "z1 c #351A00", "A1 c #AD926D", "B1 c #313213", "C1 c #352D06", "D1 c #523F06", "E1 c #826F11", "F1 c #77650E", "G1 c #886A12", "H1 c #9F7217", "I1 c #A28515", "J1 c #B58817", "K1 c #B8981D", "L1 c #C4A61A", "M1 c #C89C18", "N1 c #D9A21A", "O1 c #DEC829", "P1 c #E7EC7A", "Q1 c #F0B10E", "R1 c #E7BC15", "S1 c #E2C016", "T1 c #E7C81B", "U1 c #E7C012", "V1 c #AD5E03", "W1 c #C06805", "X1 c #D99207", "Y1 c #F09206", "Z1 c #E77D08", "`1 c #E29207", " 2 c #C07403", ".2 c #AA6804", "+2 c #ECBC13", "@2 c #E2BC1A", "#2 c #DEAD14", "$2 c #F0AD11", "%2 c #D9AD14", "&2 c #E2A216", "*2 c #C88F13", "=2 c #C08513", "-2 c #AD7A0F", ";2 c #85580A", ">2 c #985A02", ",2 c #F07403", "'2 c #442400", ")2 c #74613C", "!2 c #D9D9D1", "~2 c #313110", "{2 c #3E3206", "]2 c #614808", "^2 c #886F10", "/2 c #806F0E", "(2 c #8F7211", "_2 c #A27418", ":2 c #AA8B1A", "<2 c #C09F1F", "[2 c #C8AA1B", "}2 c #EC9F1E", "|2 c #DEA61B", "12 c #DECD2D", "22 c #E7F068", "32 c #E2E774", "42 c #D5B811", "52 c #F5B510", "62 c #E7C417", "72 c #DEC019", "82 c #FAD113", "92 c #B86803", "02 c #B86305", "a2 c #DE9508", "b2 c #E78806", "c2 c #E27A08", "d2 c #E29206", "e2 c #C87A03", "f2 c #A66304", "g2 c #F0B512", "h2 c #D9B113", "i2 c #E7A617", "j2 c #DEAA16", "k2 c #B88812", "l2 c #9C720F", "m2 c #925802", "n2 c #F07D03", "o2 c #522D00", "p2 c #634A27", "q2 c #B8B8B1", "r2 c #35320E", "s2 c #413306", "t2 c #856F0E", "u2 c #B88819", "v2 c #C0981E", "w2 c #C09515", "x2 c #E2981C", "y2 c #D9C82B", "z2 c #D5E768", "A2 c #D9D933", "B2 c #F5B112", "C2 c #E7C418", "D2 c #E2C017", "E2 c #D9C017", "F2 c #E7C81A", "G2 c #ECCD14", "H2 c #A65C04", "I2 c #E79C08", "J2 c #DE7708", "K2 c #DE8F06", "L2 c #C47703", "M2 c #AA6303", "N2 c #F0CD1B", "O2 c #D1A613", "P2 c #ECB814", "Q2 c #9F7D0E", "R2 c #885A0A", "S2 c #925402", "T2 c #E27703", "U2 c #633900", "V2 c #6A4A1E", "W2 c #9F9F98", "X2 c #3B380C", "Y2 c #724C09", "Z2 c #886A11", "`2 c #88720F", " 3 c #A67417", ".3 c #C48F1A", "+3 c #C49816", "@3 c #E79C1D", "#3 c #D99F1B", "$3 c #D9C82D", "%3 c #D9EC6F", "&3 c #D9D931", "*3 c #E7B817", "=3 c #DEC417", "-3 c #E2C818", ";3 c #F0D117", ">3 c #BC6F04", ",3 c #9C5803", "'3 c #D99807", ")3 c #E28805", "!3 c #E79208", "~3 c #D58004", "{3 c #B16302", "]3 c #D1980B", "^3 c #F5D11A", "/3 c #D1AA12", "(3 c #D1B113", "_3 c #F0AD13", ":3 c #E29C15", "<3 c #E29F14", "[3 c #DE9C14", "}3 c #95630B", "|3 c #957A0E", "13 c #8F5E0B", "23 c #955602", "33 c #C86F03", "43 c #744A00", "53 c #744C1A", "63 c #92928B", "73 c #3E3C0A", "83 c #7D540B", "93 c #8F6813", "03 c #A27411", "a3 c #AD7A17", "b3 c #AA8B18", "c3 c #CD951C", "d3 c #C49C21", "e3 c #C89C17", "f3 c #E79F1E", "g3 c #DEA21C", "h3 c #D5CD31", "i3 c #E2F574", "j3 c #E7EC5A", "k3 c #E2EC65", "l3 c #DEE231", "m3 c #ECBC17", "n3 c #E2C019", "o3 c #F5D91B", "p3 c #955403", "q3 c #CD9205", "r3 c #E78F05", "s3 c #EC8F08", "t3 c #FA8F07", "u3 c #B56302", "v3 c #C09208", "w3 c #F5D517", "x3 c #C8AD11", "y3 c #ECC013", "z3 c #CDAD13", "A3 c #ECAA17", "B3 c #EC9F16", "C3 c #E7A215", "D3 c #AA720D", "E3 c #927D0E", "F3 c #95630C", "G3 c #9F5403", "H3 c #B86503", "I3 c #805201", "J3 c #6D4414", "K3 c #8F8F88", "L3 c #3C3B08", "M3 c #82540B", "N3 c #8B6313", "O3 c #856A0F", "P3 c #AD7D16", "Q3 c #AA8816", "R3 c #C0A219", "S3 c #E2F57A", "T3 c #ECA616", "U3 c #F0C018", "V3 c #E78F07", "W3 c #925203", "X3 c #C48B04", "Y3 c #F09505", "Z3 c #F08507", "`3 c #B56501", " 4 c #B88806", ".4 c #F0D115", "+4 c #CDB110", "@4 c #E7B117", "#4 c #E79C15", "$4 c #EC9F15", "%4 c #B87A0E", "&4 c #88740D", "*4 c #98630E", "=4 c #A65804", "-4 c #B56804", ";4 c #8B5A01", ">4 c #683E0F", ",4 c #82856F", "'4 c #393609", ")4 c #483905", "!4 c #82560E", "~4 c #88720E", "{4 c #A67416", "]4 c #AD8B17", "^4 c #D9951B", "/4 c #C49824", "(4 c #C09F1B", "_4 c #D1A615", ":4 c #F5A21A", "<4 c #E7CD32", "[4 c #ECEC72", "}4 c #ECEC6D", "|4 c #D1D15E", "14 c #E7E76A", "24 c #F0E26A", "34 c #D1EC72", "44 c #D1E280", "54 c #E2E233", "64 c #D1BC16", "74 c #D9B510", "84 c #ECC819", "94 c #E2C817", "04 c #F0D91E", "a4 c #C8A20C", "b4 c #885A02", "c4 c #C47403", "d4 c #FF9C08", "e4 c #D57A07", "f4 c #EC8B07", "g4 c #AD7201", "h4 c #B57705", "i4 c #E2C413", "j4 c #DEB513", "k4 c #ECA213", "l4 c #F0A613", "m4 c #D5A613", "n4 c #CD9F16", "o4 c #DEAD19", "p4 c #E2B518", "q4 c #D5B117", "r4 c #D19212", "s4 c #D99813", "t4 c #BC9512", "u4 c #AA6D10", "v4 c #8F5A02", "w4 c #955401", "x4 c #63500F", "y4 c #4A3B05", "z4 c #85580F", "A4 c #D5921A", "B4 c #BC9220", "C4 c #B59C1A", "D4 c #C09813", "E4 c #E2981A", "F4 c #CD951A", "G4 c #D5C031", "H4 c #ECFF74", "I4 c #D1D565", "J4 c #ECF074", "K4 c #E2E76F", "L4 c #D1D961", "M4 c #F0DE52", "N4 c #E7E252", "O4 c #DEE272", "P4 c #F0D931", "Q4 c #FAC419", "R4 c #F5C41A", "S4 c #E7B818", "T4 c #E2A60C", "U4 c #C06D03", "V4 c #DE7A06", "W4 c #E27D06", "X4 c #F08806", "Y4 c #BC7402", "Z4 c #FFBC16", "`4 c #E7AD11", " 5 c #F59812", ".5 c #FF9F14", "+5 c #F09814", "@5 c #E79214", "#5 c #FAAA18", "$5 c #F5A617", "%5 c #D59513", "&5 c #AD6F0F", "*5 c #985C02", "=5 c #B57A04", "-5 c #A65A01", ";5 c #685010", ">5 c #80826D", ",5 c #353308", "'5 c #80580F", ")5 c #85740E", "!5 c #9C6F17", "~5 c #BC8816", "{5 c #C09521", "]5 c #C8AD1E", "^5 c #C09F15", "/5 c #D5AA23", "(5 c #D1C835", "_5 c #D9F572", ":5 c #FFF56A", "<5 c #E2D95C", "[5 c #DECD58", "}5 c #E7D55C", "|5 c #ECD95E", "15 c #F5E75E", "25 c #D9DE6F", "35 c #CDAD14", "45 c #D5BC16", "55 c #E7C814", "65 c #F0BC0D", "75 c #925A02", "85 c #9F5C02", "95 c #EC9206", "05 c #D18006", "a5 c #CD7D05", "b5 c #B87402", "c5 c #8B5803", "d5 c #FAB513", "e5 c #F0C414", "f5 c #C8B510", "g5 c #CDB512", "h5 c #D5AD10", "i5 c #D1A210", "j5 c #C89F13", "k5 c #D1B114", "l5 c #DE9512", "m5 c #E29813", "n5 c #CD8F11", "o5 c #AD6F0E", "p5 c #9F720B", "q5 c #B87D04", "r5 c #B16101", "s5 c #6D520F", "t5 c #7D806A", "u5 c #312F07", "v5 c #88770E", "w5 c #B17D18", "x5 c #D1A21A", "y5 c #C89C23", "z5 c #B8981A", "A5 c #BC9F17", "B5 c #D5AD1F", "C5 c #C8AA22", "D5 c #D9D53B", "E5 c #F0EC7A", "F5 c #E7E274", "G5 c #DED96F", "H5 c #ECDE6D", "I5 c #DED98B", "J5 c #DEEC80", "K5 c #DEF57D", "L5 c #E2F07D", "M5 c #F5FA61", "N5 c #F0EC32", "O5 c #F5C816", "P5 c #FFE71E", "Q5 c #FFF020", "R5 c #FFF023", "S5 c #FFF524", "T5 c #FFF521", "U5 c #FFFF21", "V5 c #FFF019", "W5 c #FFFA16", "X5 c #D19207", "Y5 c #FFCD0D", "Z5 c #FFB50B", "`5 c #F5AA0A", " 6 c #E79805", ".6 c #B17706", "+6 c #FFCD16", "@6 c #FFF51A", "#6 c #F5E715", "$6 c #E2DE17", "%6 c #DED917", "&6 c #E2D514", "*6 c #FAB811", "=6 c #F5B111", "-6 c #DE9816", ";6 c #ECA21A", ">6 c #F5AD16", ",6 c #D99510", "'6 c #FAAD14", ")6 c #CD8810", "!6 c #C08510", "~6 c #C48511", "{6 c #B57A0F", "]6 c #AA7A0B", "^6 c #C88B06", "/6 c #C86F01", "(6 c #7D560F", "_6 c #2E2D07", ":6 c #413304", "<6 c #825A0F", "[6 c #7D650E", "}6 c #8B7A0F", "|6 c #B58019", "16 c #BC981A", "26 c #C09F1D", "36 c #E7C41F", "46 c #D5B120", "56 c #AD921B", "66 c #ECE23E", "76 c #FFFA77", "86 c #E7FAB8", "96 c #F0FFC0", "06 c #ECFFB5", "a6 c #F5FFB8", "b6 c #F0FFB5", "c6 c #FAFFB8", "d6 c #F0F5B1", "e6 c #FFFA92", "f6 c #FFFF7A", "g6 c #FFFF74", "h6 c #FFFA72", "i6 c #FFFA58", "j6 c #FFEC31", "k6 c #FAC81B", "l6 c #FFC019", "m6 c #F5B118", "n6 c #D18F13", "o6 c #CD8B0E", "p6 c #D9880C", "q6 c #9F5605", "r6 c #954A04", "s6 c #B56807", "t6 c #C47208", "u6 c #D57708", "v6 c #C06D08", "w6 c #E7920F", "x6 c #FFC816", "y6 c #FFD519", "z6 c #FFD11D", "A6 c #FFEC23", "B6 c #FFF520", "C6 c #FFF528", "D6 c #FFFF2D", "E6 c #FFFF26", "F6 c #FFFA23", "G6 c #F0F01E", "H6 c #FFFF25", "I6 c #F5F022", "J6 c #FFD91E", "K6 c #FFC41C", "L6 c #F0AD17", "M6 c #D5AA14", "N6 c #E2B814", "O6 c #FAB519", "P6 c #E79F11", "Q6 c #C8880D", "R6 c #D99211", "S6 c #D18B11", "T6 c #BC7A10", "U6 c #C48512", "V6 c #B17D0A", "W6 c #C46A03", "X6 c #D19206", "Y6 c #D57A01", "Z6 c #7A7D68", "`6 c #413504", " 7 c #885E10", ".7 c #B89519", "+7 c #BC9817", "@7 c #C49F1B", "#7 c #C8A61F", "$7 c #FFE73C", "%7 c #F0C458", "&7 c #C8AD32", "*7 c #C8A22F", "=7 c #AA8826", "-7 c #95721F", ";7 c #88681A", ">7 c #7D5C16", ",7 c #543C0C", "'7 c #4A3109", ")7 c #4E2D0B", "!7 c #3C2306", "~7 c #311E05", "{7 c #2A1704", "]7 c #261303", "^7 c #261201", "/7 c #240F01", "(7 c #240D01", "_7 c #170700", ":7 c #130500", "<7 c #100400", "[7 c #110400", "}7 c #120500", "|7 c #0F0400", "17 c #0C0300", "27 c #0F0300", "37 c #0D0200", "47 c #0C0200", "57 c #0B0200", "67 c #090200", "77 c #090100", "87 c #080100", "97 c #100300", "07 c #0E0200", "a7 c #0D0300", "b7 c #0B0300", "c7 c #080200", "d7 c #0A0300", "e7 c #110600", "f7 c #170800", "g7 c #210D00", "h7 c #391A01", "i7 c #442101", "j7 c #562D02", "k7 c #723E03", "l7 c #A65E08", "m7 c #DEB51F", "n7 c #F0C423", "o7 c #FAD526", "p7 c #FFE729", "q7 c #FFFF2E", "r7 c #FFF026", "s7 c #FFEC25", "t7 c #D59F17", "u7 c #C48013", "v7 c #C88213", "w7 c #B58B0E", "x7 c #B17A09", "y7 c #D16504", "z7 c #C49207", "A7 c #D97D01", "B7 c #88540D", "C7 c #777A65", "D7 c #2F2E07", "E7 c #433604", "F7 c #8B6111", "G7 c #957217", "H7 c #B18219", "I7 c #C49F19", "J7 c #D99F25", "K7 c #FAC023", "L7 c #F5BC24", "M7 c #50320F", "N7 c #58260B", "O7 c #54240A", "P7 c #4A1E07", "Q7 c #3F1705", "R7 c #431906", "S7 c #561F08", "T7 c #4C1A07", "U7 c #68260B", "V7 c #5E2708", "W7 c #441D04", "X7 c #411B04", "Y7 c #431C05", "Z7 c #4A1E06", "`7 c #5E2807", " 8 c #722D08", ".8 c #74290A", "+8 c #581C05", "@8 c #4C1703", "#8 c #411303", "$8 c #461403", "%8 c #561A04", "&8 c #441402", "*8 c #3E1002", "=8 c #320C01", "-8 c #390E01", ";8 c #3F0D02", ">8 c #390C01", ",8 c #2F0B01", "'8 c #2D0B01", ")8 c #310C01", "!8 c #2D0A01", "~8 c #3C0E01", "{8 c #320B01", "]8 c #290901", "^8 c #210801", "/8 c #140400", "(8 c #070100", "_8 c #0A0200", ":8 c #060100", "<8 c #0C0201", "[8 c #0D0400", "}8 c #110500", "|8 c #1F0C01", "18 c #261002", "28 c #291302", "38 c #381B03", "48 c #FFA225", "58 c #FFD924", "68 c #D18816", "78 c #D98514", "88 c #BC920E", "98 c #B57D09", "08 c #DE6804", "a8 c #CD9807", "b8 c #E78801", "c8 c #98580E", "d8 c #8F6311", "e8 c #8F7D0F", "f8 c #C89221", "g8 c #E79F20", "h8 c #D99817", "i8 c #FAB822", "j8 c #C89218", "k8 c #7A500D", "l8 c #6A3C11", "m8 c #B15E24", "n8 c #AD5822", "o8 c #B85823", "p8 c #E76F2E", "q8 c #FF8235", "r8 c #C45822", "s8 c #F06F2D", "t8 c #E26129", "u8 c #A64A18", "v8 c #9C4815", "w8 c #A24A1A", "x8 c #9F481A", "y8 c #B15217", "z8 c #B54E17", "A8 c #9C3F16", "B8 c #742E0C", "C8 c #5E2208", "D8 c #461705", "E8 c #431605", "F8 c #5A1D07", "G8 c #632208", "H8 c #4E1905", "I8 c #3B1103", "J8 c #381102", "K8 c #431203", "L8 c #4A1304", "M8 c #3E1003", "N8 c #310E02", "O8 c #2E0E02", "P8 c #330F02", "Q8 c #310D02", "R8 c #260901", "S8 c #240901", "T8 c #2E0C02", "U8 c #2B0D02", "V8 c #1F0802", "W8 c #190602", "X8 c #140502", "Y8 c #110401", "Z8 c #100301", "`8 c #140501", " 9 c #1A0802", ".9 c #250D02", "+9 c #1C0901", "@9 c #170701", "#9 c #0F0500", "$9 c #060200", "%9 c #020000", "&9 c #180B01", "*9 c #D9B51A", "=9 c #ECB817", "-9 c #D19810", ";9 c #E79C14", ">9 c #D58B14", ",9 c #C48214", "'9 c #DE8216", ")9 c #B57D08", "!9 c #CD9508", "~9 c #985A0D", "{9 c #7A7452", "]9 c #322D05", "^9 c #463804", "/9 c #886113", "(9 c #927A0F", "_9 c #A27217", ":9 c #B59C1B", "<9 c #C8951C", "[9 c #CD981F", "}9 c #CD981D", "|9 c #D1981B", "19 c #FFC024", "29 c #B57415", "39 c #5A2F08", "49 c #884612", "59 c #CD7A35", "69 c #A25C29", "79 c #5A3213", "89 c #4C2910", "99 c #43240D", "09 c #502B11", "a9 c #381B0A", "b9 c #291306", "c9 c #35170A", "d9 c #1F0D04", "e9 c #220F05", "f9 c #281306", "g9 c #241105", "h9 c #2D1606", "i9 c #271305", "j9 c #210E03", "k9 c #240C02", "l9 c #1E0A01", "m9 c #120501", "n9 c #140601", "o9 c #160701", "p9 c #1A0801", "q9 c #1D0B01", "r9 c #210C01", "s9 c #160501", "t9 c #170500", "u9 c #1E0801", "v9 c #0B0201", "w9 c #070200", "x9 c #050100", "y9 c #080201", "z9 c #0C0301", "A9 c #0D0301", "B9 c #100401", "C9 c #0F0501", "D9 c #0E0501", "E9 c #D1AA1E", "F9 c #FFFA1F", "G9 c #CD9F11", "H9 c #D59214", "I9 c #C88811", "J9 c #D58F12", "K9 c #CD800B", "L9 c #C47404", "M9 c #F59C06", "N9 c #DE8502", "O9 c #9C6313", "P9 c #ECFFE7", "Q9 c #383206", "R9 c #4A3B04", "S9 c #855E12", "T9 c #806D10", "U9 c #B1981A", "V9 c #D9A220", "W9 c #D59F1F", "X9 c #F5AD1F", "Y9 c #C07D17", "Z9 c #743E0D", "`9 c #924A17", " 0 c #683212", ".0 c #2E1305", "+0 c #46200B", "@0 c #5A2E11", "#0 c #43210B", "$0 c #683213", "%0 c #56280E", "&0 c #6A3313", "*0 c #6D3611", "=0 c #582A0C", "-0 c #61330F", ";0 c #6F3E11", ">0 c #804812", ",0 c #A65C18", "'0 c #7D430F", ")0 c #542808", "!0 c #88430E", "~0 c #74380B", "{0 c #411A04", "]0 c #5C2707", "^0 c #501E05", "/0 c #5C2305", "(0 c #6A2906", "_0 c #5E2204", ":0 c #632806", "<0 c #5A2504", "[0 c #522103", "}0 c #5E2705", "|0 c #3E1702", "10 c #682A06", "20 c #682807", "30 c #2F0F02", "40 c #351102", "50 c #1D0701", "60 c #170501", "70 c #170601", "80 c #160601", "90 c #0E0300", "00 c #0A0201", "a0 c #170702", "b0 c #110502", "c0 c #0B0301", "d0 c #090301", "e0 c #9C7D13", "f0 c #FFDE1A", "g0 c #DE9F17", "h0 c #CD8B13", "i0 c #D18B12", "j0 c #C48814", "k0 c #C87D0B", "l0 c #D98202", "m0 c #985E13", "n0 c #777250", "o0 c #3C3607", "p0 c #4E3E05", "q0 c #7D650F", "r0 c #AA7718", "s0 c #C4951A", "t0 c #D19F1C", "u0 c #D5A21D", "v0 c #FFBC23", "w0 c #C8821A", "x0 c #6F3F0E", "y0 c #5E2E0E", "z0 c #411A08", "A0 c #773513", "B0 c #CD6328", "C0 c #FA8032", "D0 c #D16827", "E0 c #F07A2F", "F0 c #C05E22", "G0 c #C46123", "H0 c #B15C1C", "I0 c #804110", "J0 c #8F4E13", "K0 c #A25A16", "L0 c #924E10", "M0 c #A65610", "N0 c #723608", "O0 c #743508", "P0 c #6D3309", "Q0 c #4E2205", "R0 c #542305", "S0 c #522005", "T0 c #461703", "U0 c #501A03", "V0 c #541A03", "W0 c #5C1C03", "X0 c #4E1A04", "Y0 c #682304", "Z0 c #4E1A02", "`0 c #562302", " a c #542804", ".a c #170901", "+a c #0E0400", "@a c #351002", "#a c #200801", "$a c #250901", "%a c #290A01", "&a c #1B0601", "*a c #140500", "=a c #130501", "-a c #0F0401", ";a c #190702", ">a c #110501", ",a c #0E0401", "'a c #0D0401", ")a c #100501", "!a c #130502", "~a c #B59217", "{a c #FFEC1C", "]a c #D18F14", "^a c #C88511", "/a c #BC8213", "(a c #C47D09", "_a c #C87704", ":a c #D17D02", "b c #8B4417", ",b c #723810", "'b c #77380E", ")b c #72310B", "!b c #6A2A09", "~b c #7D310A", "{b c #772A08", "]b c #7A2A08", "^b c #3B1202", "/b c #461604", "(b c #431404", "_b c #411404", ":b c #361103", "c c #683614", ",c c #B55E27", "'c c #A6501C", ")c c #C85E23", "!c c #823913", "~c c #A24E1B", "{c c #B86128", "]c c #391B09", "^c c #291305", "/c c #A25A24", "(c c #AD6526", "_c c #321906", ":c c #50290B", "d c #C06325", ",d c #A66126", "'d c #391D0B", ")d c #170C04", "!d c #432914", "~d c #120A04", "{d c #110904", "]d c #170C05", "^d c #36200C", "/d c #351C07", "(d c #0D0702", "_d c #070301", ":d c #040200", "e c #924417", ",e c #D16824", "'e c #6A2E0C", ")e c #3B1604", "!e c #BC5416", "~e c #AA4310", "{e c #7A2A09", "]e c #612506", "^e c #5A2106", "/e c #4A1A05", "(e c #682809", "_e c #461905", ":e c #501C07", "f c #85430C", ",f c #A65211", "'f c #6A2F09", ")f c #823C0E", "!f c #522707", "~f c #502406", "{f c #652906", "]f c #5A2304", "^f c #521F03", "/f c #3C1602", "(f c #321101", "_f c #481B02", ":f c #431702", "g c #E2C020", ",g c #C88510", "'g c #CD8514", ")g c #B5770E", "!g c #986A06", "~g c #B15601", "{g c #CD6F03", "]g c #BC5200", "^g c #6A3B05", "/g c #58582D", "(g c #614A06", "_g c #806310", ":g c #C8A61D", "h c #80461E", ",h c #98501D", "'h c #AA521C", ")h c #98501B", "!h c #A65821", "~h c #854116", "{h c #803812", "]h c #80390F", "^h c #8B3F12", "/h c #6D2F0C", "(h c #5C2709", "_h c #74330E", ":h c #321304", "i c #612A08", ",i c #4C2005", "'i c #4E2105", ")i c #742B0B", "!i c #5A2007", "~i c #632306", "{i c #411402", "]i c #4E1403", "^i c #611B04", "/i c #461503", "(i c #3B1003", "_i c #290B01", ":i c #230801", "j c #D98F14", ",j c #9F7208", "'j c #D17403", ")j c #BC5400", "!j c #6D3F06", "~j c #2D3616", "{j c #252807", "]j c #463B06", "^j c #8F6517", "/j c #745E0F", "(j c #9F7415", "_j c #FFB829", ":j c #855212", "k c #170801", ",k c #060201", "'k c #0E0500", ")k c #050101", "!k c #180D01", "~k c #FAEC22", "{k c #E79818", "]k c #CD8816", "^k c #B5740F", "/k c #BC8011", "(k c #AD7A07", "_k c #C05400", ":k c #272504", "l c #262B11", ",l c #2B2906", "'l c #4E3C09", ")l c #8B6D11", "!l c #A27414", "~l c #B1921A", "{l c #FAB11F", "]l c #9C6117", "^l c #5A2E10", "/l c #2E1407", "(l c #BC6525", "_l c #B1521D", ":l c #984E1A", "m c #060301", ",m c #260D01", "'m c #1B0700", ")m c #210A02", "!m c #FFF522", "~m c #FFDE19", "{m c #D59216", "]m c #D1D5BC", "^m c #22280E", "/m c #2A2608", "(m c #7A6A0C", "_m c #D19C17", ":m c #955E12", "n c #2E1408", ",n c #C86D28", "'n c #8B4615", ")n c #954C17", "!n c #95441A", "~n c #A2521F", "{n c #854613", "]n c #983E10", "^n c #8B3E0F", "/n c #883F0E", "(n c #7A350C", "_n c #772F0B", ":n c #461E04", "o c #2F1201", ",o c #3C1702", "'o c #441504", ")o c #3B1004", "!o c #290D01", "~o c #220C02", "{o c #FFFF28", "]o c #ECC010", "^o c #F0A619", "/o c #E79512", "(o c #AD850E", "_o c #B86D08", ":o c #9C5801", "p c #8B4811", ",p c #7D5217", "'p c #482509", ")p c #4C230B", "!p c #291206", "~p c #201003", "{p c #72360A", "]p c #853907", "^p c #2D1103", "/p c #070101", "(p c #3C1D03", "_p c #6A3108", ":p c #461806", "

q c #B18014", ",q c #B18F17", "'q c #B18B1C", ")q c #B19214", "!q c #F5981B", "~q c #4C2209", "{q c #3C1C0B", "]q c #9C4814", "^q c #8F3F10", "/q c #A24816", "(q c #884317", "_q c #A25C1F", ":q c #65321B", "r c #230B01", ",r c #F5981A", "'r c #B17710", ")r c #BC740E", "!r c #A25001", "~r c #C87203", "{r c #272507", "]r c #77630C", "^r c #B18B1A", "/r c #D98517", "(r c #A25213", "_r c #4E2409", ":r c #C06522", "s c #522D11", ",s c #2A1707", "'s c #331E08", ")s c #321D07", "!s c #3B2009", "~s c #43250B", "{s c #412209", "]s c #461F0A", "^s c #50240C", "/s c #3F1908", "(s c #361306", "_s c #501F0B", ":s c #461909", "t c #291001", ",t c #1A0900", "'t c #230D00", ")t c #1E0B00", "!t c #220D00", "~t c #1D0C00", "{t c #200B00", "]t c #1B0900", "^t c #210B00", "/t c #1A0800", "(t c #180700", "_t c #110700", ":t c #412202", "u c #FFFA63", ",u c #FFFF65", "'u c #FFFA5A", ")u c #F5FF5A", "!u c #F5FF68", "~u c #FFF046", "{u c #FFAD0D", "]u c #FFD118", "^u c #FFD116", "/u c #FAC814", "(u c #FFC013", "_u c #FAC011", ":u c #F5BC11", "v c #826A0B", ",v c #74630C", "'v c #A68B14", ")v c #E29517", "!v c #BCAD24", "~v c #D9E250", "{v c #D9DE54", "]v c #DEEC58", "^v c #D9E752", "/v c #F5DE5C", "(v c #D9F55A", "_v c #EC9508", ":v c #DEB110", "w c #E29F0E", ",w c #DEA20E", "'w c #DEA60B", ")w c #E29F0D", "!w c #D9A60D", "~w c #A65E03", "{w c #8B4801", "]w c #CD7205", "^w c #C86D05", "/w c #824403", "(w c #EC8F0D", "_w c #F09511", ":w c #C0740C", "x c #FFAD12", ",x c #EC9811", "'x c #DE8F10", ")x c #D18005", "!x c #D16301", "~x c #985C11", "{x c #728268", "]x c #3B2805", "^x c #85630E", "/x c #8B6511", "(x c #987211", "_x c #BC8B1B", ":x c #F0F06A", "y c #AD7205", ",y c #774602", "'y c #F08F10", ")y c #D5820F", "!y c #C47A05", "~y c #857D54", "{y c #442503", "]y c #4A3306", "^y c #E7A20F", "/y c #824301", "(y c #D57704", "_y c #BC720B", ":y c #E79511", "z c #C48206", ",z c #C06A07", "'z c #CD920D", ")z c #A6850C", "!z c #D5920F", "~z c #B16D0C", "{z c #C08005", "]z c #6D6A44", "^z c #8F6811", "/z c #B57A14", "(z c #C0A222", "_z c #D19808", ":z c #D58B0B", "A c #E2BC31", ",A c #FA980D", "'A c #DE950A", ")A c #B87404", "!A c #A26F04", "~A c #F58807", "{A c #B15E04", "]A c #885404", "^A c #AD6F06", "/A c #B87A05", "(A c #3C2502", "_A c #7D6109", ":A c #9C7710", "B c #CD880A", ",B c #C0850B", "'B c #C0850A", ")B c #D98B0A", "!B c #CD7D07", "~B c #9C5A03", "{B c #D17D06", "]B c #6D4103", "^B c #C4850E", "/B c #A26F0B", "(B c #A27D0B", "_B c #AD5802", ":B c #A24300", "C c #7D4302", ",C c #9C6A09", "'C c #9F6508", ")C c #A25C08", "!C c #C48804", "~C c #923C01", "{C c #654311", "]C c #584C20", "^C c #362102", "/C c #3C2B03", "(C c #926D10", "_C c #B5820C", ":C c #BC951D", "D c #A66107", ",D c #724102", "'D c #DE8B08", ")D c #724603", "!D c #AD6A08", "~D c #BC800B", "{D c #A27209", "]D c #A6680A", "^D c #853800", "/D c #463C17", "(D c #AD7D0B", "_D c #F5D963", ":D c #D9DE6A", "E c #8F740D", ",E c #9C770E", "'E c #9F7A10", ")E c #A28213", "!E c #98770B", "~E c #FFD55A", "{E c #E2C843", "]E c #E2C444", "^E c #B88509", "/E c #CD7A09", "(E c #723E02", "_E c #8B5405", ":E c #805004", "F c #BC7A0A", ",F c #AD7409", "'F c #AD6D06", ")F c #C46D02", "!F c #D99805", "~F c #582000", "{F c #744E17", "]F c #412702", "^F c #6F4E09", "/F c #957712", "(F c #A68218", "_F c #B58B0D", ":F c #BC951F", "G c #D16A03", ",G c #A67D01", "'G c #391400", ")G c #D1956A", "!G c #6F5438", "~G c #542A02", "{G c #5C3206", "]G c #8F770C", "^G c #856A14", "/G c #8B6819", "(G c #AD851E", "_G c #B18F1E", ":G c #BC8817", "H c #F0B114", ",H c #DE8008", "'H c #743F03", ")H c #9F6107", "!H c #FFB514", "~H c #AD6F09", "{H c #C87709", "]H c #9F6A03", "^H c #522300", "/H c #E2C49F", "(H c #52330B", "_H c #502A05", ":H c #6D4609", "I c #636139", ",I c #582804", "'I c #883C03", ")I c #746D1A", "!I c #8F5C11", "~I c #AD6D12", "{I c #8F801C", "]I c #ECB522", "^I c #DEAA1D", "/I c #ECB520", "(I c #ECB519", "_I c #E7B118", ":I c #E7B51A", "J c #6F2F01", ",J c #321800", "'J c #775E07", ")J c #413604", "!J c #181200", "~J c #6D5417", "{J c #FFFFC4", "]J c #181105", "^J c #271C02", "/J c #745E0E", "(J c #745814", "_J c #8F6F19", ":J c #9C800F", "K c #9F7D15", ",K c #CDA61D", "'K c #D1A620", ")K c #ECC022", "!K c #8B6F15", "~K c #634808", "{K c #563E07", "]K c #6F5409", "^K c #4C2F04", "/K c #543504", "(K c #613C05", "_K c #653F05", ":K c #583803", "L c #FAD9C0", ",L c #382513", "'L c #1F1102", ")L c #392604", "!L c #A28511", "~L c #B1881D", "{L c #D1A225", "]L c #E2B528", "^L c #ECBC26", "/L c #FFD131", "(L c #ECB82B", "_L c #FFCD3B", ":L c #221502", "M c #1D1100", ",M c #1B1000", "'M c #332613", ")M c #9F826F", "!M c #523311", "~M c #633608", "{M c #542902", "]M c #522601", "^M c #632A00", "/M c #481B00", "(M c #391700", "_M c #180800", ":M c #140800", "N c #F5FAFF", ",N c #F0F5FF", "'N c #F0FAEC", ")N c #FAFAFF", "!N c #FFFAF5", "~N c #F5F5FF", "{N c #FAF5FF", "]N c #FAF0FF", "^N c #F5F0DE", "/N c #FFFFD9", "(N c #F5ECFA", "_N c #FAF0F5", ":N c #FAFAF0", " > , ' ) , ! ; ~ { ", " ] ^ / ( _ : < [ } | 1 2 3 4 5 6 7 8 8 9 0 a 9 9 b c 9 d e f g h i j k ", " l m n o p q r s t u v w x y z A B C D C E D F G H I J K c e L M N N 3 N O P Q R S T U V ", " W X Y Z ` ...a +.@.#.$.%.C E &.&.*.=.-.;.>.,.'.).!.~.{.].^./.(._.:.<.[.}.[.|.1.2.3.4.5.6.7.8. V V ", " 9. 0.a.b.c.d.e.f.g.h.i.j.k.l.m.n.o.p.q.r.s.t.u.v.w.x.y.z.z.A.B.C.D.E.D.[ x.x.F.G.H.I.J.K.L.M.N.O. ", " V P.Q.R.S.T.T.q.U.V.W.X.Y.Z.w.`. +.+++@+#+$+%+&+*+=+-+;+>+,+'+)+%+!+)+~+$+@+r.{+]+^+/+(+_+:+<+[+. ", " }+|+l .1+2+3+4+5+6+7+8+9+0+a+` b+c+d+e+f+=+*+g+h+i+j+k+l+m+n+o+p+q+p+E q+r+s+t+u+v+w+x+y+z+A+B+. ", " C+ D+E+a+6+F+G+H+=+I+J+K+L+M+N+O+P+u+w Q+R+p+S+T+U+V+W+X+Y+Z+`+ @B.A..@+@@@#@$@%@&@*@=@-@;@ ", " >@,@5+W '@3.g+)@J+!@~@{@]@^@/@(@_@F :@e <@p [@] }@|@1@2@3@4@ ", " 5@6@7@8@x+R.9@$.0@a@b@]@c@d@/.e@ f@g@ ", " h@i@% '@j@k@x l@m@n@b@o@ p@q@ r@ k ", " @ s@t@u@_.8+v@w@x@y@z@ . ", " }+A@B@W u@(.8+C@D@E@F@G@ ", " H@I@* }@G+j@J@K@L@M@F@N@G+ ", " H@5@O@P@Q@R@S@T@U@V@W@X@Y@Z@G+H@ ", " H@`@ #Y .#+#@###$#%#&#*#=#-#;#m+>#G+ ,# ", " '#)#!#( ~#>@{#]#^#/#(#_#:#<#[#}#7.}#|# ", " }+l 1#2#3#J.4#^ 5#6#7#8#9#_#0#a#b#y@c#d#7.e# ", " + 5@'#_.f#g#h#i#D.j#k#l#m#n#o#p#q#r#s#t#u#c#y@u@ ", " v#v#A@w#x#y#b.*+%+2 z#A#B#l#l#C#D#E#F#G#H#I#W@c#2 G+ ", " J#F+H+r.K#: 2#L#M#N#Z.O#P#P#Q#R#S#T#U#V#W#X#<#t#u#Y#d#Z#`#$+,@ ", " $V h@[@.$x++$@$_ i##$f#$$Z.~+%$%$&$*$=$-$;$>$W#,$'$)$!$u#n@d#d#~${$]$I@ ", " @ ^$/$($_$:$<$[$}$|$7+1$$$#+A#%$2$3$4$-$5$V#W#6$7$)$Y#n@Y#Y#y@n@}#7.^. V ", " V * 8$D+_$9$9$0$a$}$|$b$1$$$x#c$j#&$R#S#-$(#d$e$f$s#g$u#Y#Y#Z#n@h$i$Z#{$l ", " & j$k$l$:$($( m$a$j@7+7+$$1$~+c$j#n$3$4$5$5$d$o$p$'$)$u#y@Y#q$n@n@r$s$d#t$ ", " ~ 9$2#u$l$9$v$<$[$}$w$b${+1$#+x$c$y$*$=$U#(#z$o$p$s#)$g$Y#y@n@h$n@y@c#r$A$ ", " O@B$u$C$:$D$|@m$a$j@7+7+1$1$x#c$j#y$3$4$U#(#E$W#p$F$)$u#Y#q$y@n@n@r$G$r$H$ ", " F+I$C$J$K$D$L$j$a$H+|$b${+{+#+x$c$M$3$4$;$5$d$W#N$'$)$u#c#q$q$n@O$Y#P$Z#r ", " '#4+K$Q$D$D+:$I$H+H+x+x+r.++$+7#7#R$S$S#U#(#z$T$U$s#g$u#Y#F@n@r$n@n@P$Z#V$ ", " '#4+K$Q$W$D+2#I$j@H+x+x+t.++$+7#7#R$S$4$5$(#z$X$U$'$g$u#Y#y@n@n@n@n@P$Z#Y$ ", " '#4+K$Q$W$D+2#:$j@}$i#x+t.++Z$7#7#`$S$4$5$(#z$ %.%+%@%b#Y#y@#%n@n@F@P$Z#$%I@ ", " '#4+K$Q$W$D+2#($[$_ %%: [ ` H$7#&%`$*%4$5$(#z$0#.%F$!$b#Y#=%n@n@r$F@=%r$-% ", " '#;%K$Q$W$D+2#>%,%_ %%: 0.` H$7#&%'%*%=$(#5$d$0#)%F$!$!%Y#=%n@n@n@F@=%r$X+ ", " '#;%K$Q$W$D+2#>%,%_ %%: 0.` C.7#&%'%~%=$(#5$d$ %.%F$!$b#Y#=%n@n@n@F@=%r${% ", " '#;%K$Q$W$D+2#($[$_ %%: 0.]%C.7#^%/%~%(%-$5$d$0#.%F$@%b#Y#y@n@n@n@n@P$Z#_% ", " '#;%K$Q$W$D+2#($[$_ %%: 0.]%:%7#^%/%~%(%-$U#d$0#U$F$@%b#Y#y@n@n@n@n@X@<%[% ", " l u$}%|%1%2%3%4%5%6%7%8%9%0%a%b%b%c%d%e%f%g%T$h%i%j%k%l%m%n%o%n@y@=%P$r$p% ", " q%h#}%|%r%s%t%>%u%v%w%x%y%y%z%A%B%C%D%E%F%G%X$H%I%J%K%K%!%L%q$y@n@=%P$Z#M% ", " ,#q%N%}%3%2%O%P%Q%R%S%T%U%V%P%W%X%Y%Z%`% &.&+&@&T$a##&$&%&&&*&&&n@n@q$P$d#=& ", " -&B$;&Q$>&,&^ '&,&)&!&~&{&]&J ^&/&/&(&_&:&:&:&<&[&Y@}&s$|&y@1&n@y@n@X@n@=& ", " 2&3&h#( #4&5&6&7&8&9&0&a&b&c&d&e&f&g&h&h&i&a&e&d&j&d&k&l&m&n&o&G@n@p&y@q& r& ", " J#s&t&u&v&w&f&x&h&x&x&x&b&h&y&z&z&A&B&e&h&x&C&D&E&E&F&G&H&e&j&I&J&K&L&y@M& ", " J#N&O&P&b&Q&R&R&S&D&T&U&V&W&X&Y&Z&`&k&g& *.* *e&H&j&0&e&+*+*0&b&@*#*$*V+%* p@ ", " &***(&=*-*;*>*,*h&'*)*!*~*{*]*^*/*(*_*:*<*-*<*:*[*I&}*|*1*0&d&2*3*=@4*5*6* ", " 7*8*9*0*a*b*c*d*<%e*f*g*h*i*j*k*l*m*n*0*o*p*q*r*s*t*u*v*w*x*y*m&o*z*A*B*C* ", " m D*E*F*#%G*H*I*o%J*n&K*L*M*N*O*P*Q*R*S*T*U*B*=*V*T*W*t*V*X*U*Y*Z*`*<%#% = ", " .=+=+=@=#=2$$=%=&=*===-= @;=>=N&,='=)=!=~={=]=]=V*^=/=(=_=:=<=[=}=|=1=2=3= ", " 4=5=W 6=7=8=9=0=a=b=c=d=1#3=9$e=f=g=h=x*i=p*p*p*U*j=k=l=m=n=o=p=q=r=s= t= ", " V q@ u=r$7.s$v=k@{+w=X+ +1#x=y=z=A=B=C=o*J*J*J*o*n&D=E=F=G=H=I=r$'+G+ . ", " p@ J=<%o%K=#.L=w=M=N=3&O=O=P=Q=R=)=S= *=*<+=*p*T*T=U=V=W=X=Y=n+p%= ", " Z=`= -d##%.-+-@-#-$-%-&-*-=---;->-h&<+-@J*<*,-'-)-!-~-r$r${-**] ", " ]-^-c#|&]*J./-(-_-:-<-[-}-|-m*1-a&-*-@=@-@.*2-g*3-4-5-]=6-b#7-e@ t= ", " G+6+;#8-9-0-a-t=b-c-d-e-f-g-h-i-j-k-l-m-b&n-=*B*o-p-q-r-I@s-t-u-v-w- ", " }@N%x-y-z-A-B-C-D-E-F-G-O&H-I-J-K-K-L-M-M.M.N-N-<+~=O-x+P-1.Q-R-S-^. ", " T-T-U- V-$%W-X-Y-Z-`- ;.;+;@;#;$;%;&;j&a&*;-@-@=;x&k&-;;;/&>;,;=$';); ", " !;~;{;];^;=@/;(;J*=@-*f&h&_;:;<;[;c&|*b&b&=*-@=*-@-@};|;=;-@-*j&V*=@e&1;2;3;4; ", " 5;6;6;}#7;8;9;0;a;b;c;d;e;f;g;h;i;n-j;k;l;j;m;n;N-o;p;6.x@|&c#q;r;~$6;~$s;'@ ", " t;u;6;v;w;x;y;z;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;N;P;Q;R;S;T;U;V;W;X;Y;Z;I+b#6;6;`;6= ", " p@ >.>+>+>@>#>$>J;%>&>&>*>=>=>%>->;>>>,>'>)>!>~>{>]>{>^>)>;>'>->/>(>_>:><>[>}>|>1>2>6;3>4> ", " 5>6>7>8>9>0>a>b>c>d>e>f>g>h>i>j>k>l>m>n>o>p>q>r>q>s>s>t>u>v>w>x>y>z>A>B>C>D>E>F>G>H>I>J>K>L> ", " 4;M>k;N>O>P>Q>R>S>T>U>V>W>X>Y>Z>`> ,.,+,@,#,$,%,&,*,=,-,;,$,>, ,,,',),!,~,{,],^,/,(,_,:,<,[,},6;|,1, ", " 4;2,3,4,5,6,7,8,9,0,a,b,c,d,e,e,f,f,g,h,i,j,k,l,r>m,n,o,p,q,r,s,t,u,v,w,x,y,b,z,A,B,C,D,E,F,G,H,I,6;J,K, ", " L,M,m;N,O,P,Q,R,S,T,U,V,W,X,Y,Z,`, ' ' '.'+'@'#'$'%'&'*'='-';'>',''')'!'Y,~'{'X,]'^'/'('_':'<'<'['}'|'j;1'2'4; ", " 3'4'8>5'6'7'8'9'0'a'b'c'd'e'f'g'g'h'h'h'i'j'k'l'm'n'o'p'q'r's't'u'v'w'x'y'z'A'B'C'D'E'F'G'H'I'_'J'K'L'M'N'O'P'Q'R' ", " S'T'U'O>V'W'D,X'Y'Z' ,`' ).)+)@)#).'$)%)&)%)*)=)-);)>),)')))!)~){)])^)/)()()_):)@)<)[)})|)g,1)2)3)4)5)6)7)8)9)0)a)b) ", " W c)d)8>e)f)g)h)i)j)k)^)t,l)m)n)o)p)q)r)*)s)t)u)v)w)x)y)z)A)B)C)D)E)F)G)H)I)J)K)L)M)q)N)O)P)m)Q)R)S)T)U)V)W)X)Y)Z)`) !.!+!@! ", " #!$!%!&!*!0,a'=!y,-!l);!>!,!'!)!!!~!{!]!^!^!/!(!_!:!~e',~'~)~!~~~{~]~^~ ", " V /~(~_~:~<~[~}~v,|~1~O)&)#~#~2~3~/!4~J!v)v)5~6~7~8~9~0~a~U!b~c~d~e~f~g~h~i~j~k~l~^!m~n~o~p~q~`!r~s~b!q)t~u~v~w~x~y~z~A~B~C~D~E~F~G~ ", " T-H~I~J~K~L~M~N~i!O~o)P~Q~R~I!I!/!J!S~S~S~T~T~5~U~V~W~X~Y~Z~`~ {.{+{@{#{${%{&{*{={-{X~;{>{,{'{X~v)^!`!){!{r)q)~{O)-~{{]{^{!,_'/{({_{:{<{ ", " 3-[{}{|{1{2{3{f,4{<)&)R~5{I!6{7{J!S~8{9{9{9{0{a{b{c{d{e{f{g{h{i{j{k{f~l{m{n{o{&{p{k~q{X~r{s{t{u{T~u{u{u{J!v{I!5{s~w{x{@)y{z{d'A{B{C{|{D{E{ ", " F{G{H{I{J{3{K{L{.'M{2~/!4~7{,{N{8{9{O{O{9{8{s{0{P{Q{T~R{S{Q{h{g~T{U{V{m{#{n{W{h~X{Y{Z{L!`{T~ ]u{.]>{>{>{+]@]4~/!#]G!w{&)$]%]x~>~&]*]=]-];]>] ", " 4;,] '])]!]E,~]X,{]]]^]Q~5{/!/]/](]t{_]9{9{O{9{8{:]u{T~<]6~T~[]S{ ]}]|]T{1]2]#{m{3]4]%{5]6]7]8]9]T~0]T~s{s{>{>{@]/]7{a]b]c]d]Q~P~.'m)e]f]g]h]i]j]k]l] ", " 4;g@ m]n]o]p]q]`,r]s]t]u]R~I!4~@],{,{@]+]J!S~:]8{8{9{0{0{Z!v]w]x]y]>{z]A]B]U{C]D]E]E]F]W{G]9{H]9!I]<]J]L!v)v)v)v)J!J!J!4~v)X~_!K]*)L]$)M]N].,O]b,L'P]Q]2; ", " R] S]T]U]V]W])'X]Y]Z]`]4~J!+]N{N{N{ ]8{4~J!S~8{9{w] ^ ^;{.^+^@^#^$^%^&^*^k{=^=^2]D]-^;^>^,^'^)^!^<]'^K!0!q~K!L!~^{^J!J!]^^^v)c]X!K]5{`]]]/^(^_^:^S><^[^ ", " 4; }^|^1^2^i'3^4^5^6^7^J!/](](],{+]:]8^9{9{9{9{O{O{0{0{9^0^a^b^c^d^e^f^g^h^=^i^j^j^k^l^>^,^m^n^o^p^6]q^r^M!M!M!.~~^s^t^u^v^^!X!w^d]x^y^z^A^B^C^D^E^F^G^ ", " H^I^J^K^L^M^N^O^P^Q^R^S^T^U^+]V^W^X^Y^:]Z^`^ ^h{ /./Z^+/@/#/9!}]$/%/&/*/l{=/-/i^i^;/>/,/'/Q{)/!/ /w]~/M!q^q^:]{^~^s^{//!7^/!/!I!2~R~]/^///(/_/:/}/ ", " |/1/2/3/4/5/5/6/O^6^7/8/O{9/q^0{`^./r^0/a/b/c/d/e/f/g/+/h/i/j/e^k/l/m/n/@{o/i^p/i^q/r/s/'/t/u/!/v/w/x/x/y/q^X~J!{^.~~^v{/!/!/!I!I!2~#~z/A/B/C/D/E/F/G/H/I/ ", " J/K/L/M/N/O/P/Q/R/S/S/T/U/V/T~4~7{+]J]W/X/Y/Z/Z/Y/`/ (.(+(h/@(#($(%(&(*(=(-(o/o/o/;(>(,('()(a^!(~(v/{(](^(v/y/T~{^:]/(/(8^{^J!/!I!2~R~]/((_(:(<(:([(F'}(|(1( ", " 2(3(4(5(6(7(_(P/O^8(9(0(a(b(c(d(e(f(g(h(i(j(k(l(m(n(o(p(q(r(s(t(u(v(%(l/*(w(x(y(y(;(z(A(k^B(C(D(E(F(r({(#(^(](v/0{0{9{9{8^G(8^{^4~I!2~R~]/H(I(J(K(J(N/L(m>M(N( ", " O(P(Q(R((^S(T(O/Q/U(V(W(X(Y(Z(`( _._+_@_#_$_%_&_*_=_-_;_>_,_,^'_)_!_v(~_{_*(w(x(]_y(^_/_(___:_<_[_u(}_|_{(#(1_1_h{ ^ ^ ^./9{9{:]{^J!/!3~I!R~w{&):(z^2_3_4_5_6_7_8_$ ", " 9_0_a_b_c_d_C/e_6/9(f_W(g_Y(h_i_j_k_l_m_n_o_p_q_r_s_t_u_v_w_x_y_z_A_B_C_{_D_E_;/F_G_H_I_J_K_L_M_N_O_P_Q_+(Q_u(R_Z~S_ ^i/i/ ^w]8^8^:]J!4~3~R~Q~T_U_V_W_X_Y_Z_S,`_ : ", " .:+:@:#:$:%:&:*:9(=:W(-:Y(;:>:,:':):!:~:{:]:^:~:/:(:_:::<:[:}:|:z_1:2:C_{_3:-(E_4:/_5:6:7:r/8:9:N_0:a:b:c:%/d:b:e:s(i/s(t(t({(w]G(9{:]S~/!2~f:g:h:i:j:k:l:m:n:o:p:q: ", " r:s:t:u:v:w:x:y:=:z:=:g_A:A:B:C:D:E:F:G:H:I:J:H:K:L:M:N:O:P:Q:R:S:T:U:C_V:W:e~k^G_4:5:6:7:X:Y:Z:`:0:a:$( <.<,<'[{(s(O{O{,[H]R^Q^t)v<'[)[![~[{[][^[/[([ ", " _[:[<[[[}[|[1[2[3[4[5[6[7[a/8[>_]:M:U<9[o_o_1[{(s( ^O{Y{m^o[U^I!v}z:,}'})}!}~}{}]}1|@[,|'||}F})|!|H}~|J}9: 1,1P[|:V:6}P[S: <)_ < 2,2'2)2 ", " !2~2{2]2^2/2(2_2:2/<<2[2M1}2|21222I[I[I[I[I[I[W3,3'3)3c2!3~3{3]3^3/3k|(3h2_36}6}U: < 4 ", " ,4'4)4!4O3~4H1{4]4^4/4(4_4:4x2<4k3[4V<}4|4I[1414M:243<3444&_546474d16284D272E2E29404a4b4c4d4e4T[f4g4h4X[R1i4j4S:9['^J!&5I!*5=5-5;5 ", " >5,5)4'5Y})5!5{4]4~5{5]5^5g3/5(5_5:5<5[5}5N:|515I:[<]:k325}6,6'6%/)6!6~6.]{6]6H3^6/6(6 ", " t5_6:6<6[6}6H1|616x5y5263646566676869606a6b6c6c6d6e6f6g6h6i6j6k6l6m6)_t(t(n6!6Y!%^o6p6q6r6U!s6t6u6W4v6w6x6y6z6A6B6C6D6E6F6G6H6F6I6J6K6L6b1Z|M6c1N6s(O697,7'7)7!7~7{7]7^7/7(7_7:7<7[7}7|717171727374757677787970757a7b7c7b7d7e7f7g7h7i7j7k7l7o}m7n7o7p7q7r7s7t7j2&[u(o6Y/$/u7v7w7x7y7z7A7B7G+", " C7D7E7F7j}}6G7H7.7I7J7c3f/K7L721M7N7O7P7Q7R7S7T7U7V7W7X7Y7Z7`7 8.8+8@8#8$8%8%8&8*8=8-8;8>8,8'8)8!8~8{8]8^8/8375767(8(88727_8:8:8<8[8b7}8|81828384858;[m4d:%/Y/d^6878889808a8b8c8 ", " C7_6E7d8j}e8G7d(z5I7f8g8h8i8j8k8l8m8n8n8o8p8q8r8s8t8u8v8w8x8y8z8A8B8C8D8E8F8G8H8I8J8K8L8M8N8O8P8Q8R8S8T8U8V8W8X8Y8Z8`8 9.9+9@9#9#9[8b7b7$9J>J>%9&9q7*9=9-9$(;9>9,9'988)908!9b8~9 ", " r@{9]9^9/9E1(9_9w5:9<9[9}9|919293949596979899909a9b9c9d9e9f9g9h9i9j9k9l9m9m9n9o9p917|7q9r9s9/8t9u9`8b7c7c767v9w9w9x9x9w9w967c767c7c7y9z9A9B9C9D9w9x9E9F9G9.]%^+0,0'0)0!0~0{0]0^0/0(0_0:0<0[0}0|010203040^85060`870809000A9a0b0c0w9(8x9J>(887:8w9D9d0w9e0f0m[g0V:9a-a,am9'a)a!a00x9d0y9w9~a{a#2h8R_#(h0]a^a/a(a_aM9:ab,b'b)b!b~b{b]b^bH8/b(b_b:baZb$9Ha9b`bKat70b0: c#/.cd^/abbcb+cdbebfb", " @chbw,#cjb$cVaw5%c&c}9s0*c=cL<-c;c>c,c'c)c!c~c{c]c^c/c(c_cF>:ca-aYbd7$9y9b7^5bcccdc*[ecn6fcu7gcbbhcicRaSaG+", " jckce'#cjb$clcmcWancocu0M1pcqcrcsctcucvcwcxcyczcAcBcCcDcEcFcGcHcIcJcKc%9J>J>57LcMcNcOcPc(8Qc90Y8GaJ>J>J>RcE>c7c0Zbw9x91by91b$9d0w9z9,aB9,aIaw9Had7Yd,d'd)d!d~d{d]d^d3,/dFc(d_d:d1b$9|dJ>1d2dK>3dac4dw91b5d2d1b1b3,6dd0Haz9'aC9acIaw9y9[c7d8dy_9d9<0dZ/adbdcdddedfdgdhd6=", " idjd~'kdldv5mdnd(4~}t0P|odpdqdrdsdtdudvdwdxdydzdAdBdCdDdEdFdGdHdIdJd)aKdLdMd57:860Da6bNd(8:8v9Odc03,1bx91b1bJ>:8x9J>1b%93,1bXbFcc7_8d7'aXb4d:8w9c7Pd8d%[Qd9<$/S6adRdSdTdUd'|VdWd'&", " XdYdz! d.d}6@dZd`dt0u0P| e$d.e+e@e#euc$e%e&e*e=e-e;e>e,e'e)e!e~e{e(0]e^e/e(e_e:e$9d7,a9bD9c0c7:8w9c7Pd8e%[Qd9<^a$/ad9e!}0eaebecede ", " ee}a{'feG1}6@dZdp}~}u041 enb bgeheiejekelemeneoepeqereseteuevewexeyezeAeBeCeDeEeFeGeHeIeJeKeLeMeNe8757OePe4bCaDap9Bas9B9z9z9Zb)aZbA99b)a'aIaw9Qec7ReSe%[9d9<$/S6TeUei/VeWeXeYeZe ", " `eYdz!feG1}6mdZdz5XaXa f enb.e.fhe+f@f#f$f%bne%f&f*f=f-f;f>f,f'f)f!f~f`7{f]f^f/f(f_f:fa'aIaw9y9d7Pd8ej2g0$(8f$/v7Ue9eJfKfLfMfNf ", " Ofo0~'.eG1+d@dndz5PfXaYaZanbfeffsdQfRfSfTfUfVfWfaaXfYfZf`f g.g+g@g#g$g%g@917&g*gHf=g-gx92f;g=a(8)ac7x9b7z9c0K>c7-a`8=a,a,aA9m9-az9b7,a)a'ac0Hay9d7>g8ej2p<$(8f,g'g)g'{!g~g{g]g^g ", " /gjd(gfe_g}6mdnd:gt0/x9J>J>w9[c-a>ab7c7b7Yb5767,aB9)ac0d7y9y9Ialgmg%[p<$(0d,gadngU6ogWeXepgqg ", " rgsgtg.eldugr0vg@7c3wgxg;[ygzgAgBgCgDgudEgFgGgHgIgJgKgLgMgNg!cOg17PgkgQg%9Rg-aSgTgBax9UgVgWgm9b7o94dD9acHa:8Rbm9B9>aB990c7,az9_8_8A9-a,a[8d7c7:8d7XgYgt7<3k<>9~6n6ZgNa`g hT2.h+h ", " @h#h$h.e_g%h&h*h@7c3=hxgj5ygzg-h;h>h,h'hud)h!h~h{h]h^hv8/h(h_h:h9I9n6V~dhehfhT2.h+h ", " ghhhihjhkh%hm}nd26c3lhxgj5mhnhohphqhrhshthuh!hvh{h_hwh^hxhyhzhAhBhChDhEhFhGhHhIhJhKhAa^bLhMhMbT8NhOhPha9090Rh17A9B9a7Yb,a'ad7y9:8d7Xgbht7<3k<>9~6#/ZgcdehShTh.h+h ", " UhVhWhXhYhZhm}#d%c}9lhw2;[`h i.iph+i@i#i#i$iDgvh%i&i*i=i-i;i>i,i'i)i!i6b~i{i%8]i^i/i(iQ8P8_i[f:i|f609~6I9S{MaehShTh1i+h ", " 2i3i4i5i6i7i8i#dWat}9iw2;[mh0iaibicidi'hXf$i,heifiYfgiv8hiiijiQ0kip9limi+9nioipiqirisixfGeS8ti^8uiviviwi4b4fxiyiuiBa4b`8zia7Y8Fam9B9Yb-aC9c0c7:8b7|iAit7<3k<>9I9I90fU6`gShBi1iCi ", " DiEiFiGiHi7i8iIiJi<99ixg;[KiLiaiMicidiNiOiydPiQiRiSiYf^hzhjiTiUiVi|7WiXic7YiZi`i j.j+j@j#jk9*gn9@9}8n96e0hMh{i$j%j&jCa*j`8|7`8}i`8m9-a>a=jz9y9w917|i-j;j<3k<>jn6n6w)Y^,jfh'j)j!j ", " ~j{j]j^j/jv5(jIir}<99ixgy__j:ja7ec0%9%9Kc:8c767 9*gc7c7<7@90jaj3b|7|7n9n9n9|7>an9z967c7[8bjAit7<3cj>jn6n6dj`^ejfhfjgjhj ", " ~jij]jjjkj)5c(ljr}<9=hxgj2Ki:jmj[jnj3gojpjqjrjsjtjgi^hwhujvj)fwj)fxj1byjzjJ>AjBjK>WbCjDjK>1bEjFj2d8bK>%92d2d%9KcGj4f:780n9<7<7=a}8:7|7>aRbb7c7c7[8HjbhccC3cj>jn6#/dj`^IjJj33gjhj ", " KjLjMjNj6iOjPjQjK1RjSjod'/`hTjUjVjWj&fXj%fifYjZj`j*i*i k.k+k@ksf#k$kaj@kd}%k&k*k=k-k;k>k'aC9,kZbacIab7=j'k:8)kZb!k&jUg[7[790}8}7m9=a|7B9Rb17c7Had7~kSc-6{kE(-9]k>j^k/k(kSh33_k!j ", " Kj:ka-ab767Xb[8~kbc-6{kE(-9]k>jxk/kykSh33_k!j ", " zkAkMjG1BkOjCk1kWaDkEkFkq1GkHkIkJkKk3gXjLk`9MkeibkwhNkiaOkhiPkQkjkRkSkTkUkVkWkXkYkZk`k lui.l+l|f@l#l$l[f[f'8%l&l*l90:7u9u9}7[7<7<7m9<7=a-a67c7c0'k=l-l-6;lO_-9Sd0dxk/kykShfj_k!j ", " >l,l'l)lF1^2!lP3~l16=h/{dIlK>2dK>Jl$9QeJ>J>FaKl#aLl|fMlNeEa70}7<7>a<7Fa80B9}8)ad7e7NlOl:3;lO_1_Sd$/)gI9(kWe'j_kPl ", " QlRlL/'lSlTlolc(w5Ul)}VlWlTcL6m0XlYlZl`lXj m1jYjke.mzl6j+m@m#m$m`7%m&m3h*m=m(8_857-m1b2d;mK>>m2dK>_dK>K>3,%9c0,mxi'mLl*lyiEa}i:7|7Y8|7n9)m0j}8-ac0#9!m~m:3s}O_]({m^aV~I9yk~g'j]gPl ", " ]m^m/m1:mn,n'n)n'h!n~nEg{n]n^n/n(n_n(e:nan9)ab767}86n7n8n!}9nY/9^ab{6y/0nanbncndnm]", " .nenfn#ngnF1X}hninjn3krlkn-nlnmnnn>non'npn#iqnrnWfsntnunvn>iGlwnxnynznLmAnBnGbCnDnTbT8^8EnFngmGnHn%lyi#a50Mla>a>a+a6767@gInJn8nKnLn@^9^MnT~q^ [NnOnPnQnm]", " RnSnfnTngnUnkhhnQjWa3k/o,o'o)o[eO8Mh!o4bglQ8aB9B9B9a76767~o{o]o8n^oLn)6/oMnT~(o_o:oXbRb67igYoZo 9*g`m4fem3f`oVb|fBa=a27|717A9-ab7c0b7r9Inro pKn.pX/+pMnJ!touo@p#p[ovo$p", " %p&p*pyo3oX}*nQjjnDkt0H7AoU::m=p>n&f1m-ppjHone;p>p,p'p)p!pKc~p{p]p^pb7/px9(p_p:pncpFodpfiIgepfpgphpipjp3,kplp4mmphgnpopppqprpsptpupp9vpwpJ>w9xpypeg%91bIa67a79h3f:84f5bBa8080m9|7-az9z9Yb57v967zpAprosoBp.p)69^Cpu{L!DpNnEpFpGpm]", " Hp}'xoyo3oX}*nin~l.7J1ndIp-9apJp>nKp2jLpgivcepMpNpOpPpQpH>Rpd9SpTp:d1bd0UpVp00z9(8_d3,1bWpK>K>K>>m1bK>Ej1b1bJ>b08b+a.94f4f7090=an9>aYbz9-aA9z967XpInYp p4pZpb^`p qUeK!.q+qOn@q#qm]", " $q%q&q*q=q-q;q>q,q'q)})qh/!q!0~q{qn8ea]q^q/qea(q_q:qy9|qQe1q2q6;2qKc3,>m7>1bJ>1bnpacJ>671b3qF>4dnp3,1b:8J>Hac0-a@970[790:7-ab717B9(8v9A94qH65q%(6q7q8qMa9q0qu{aqbqcqdqeq ", " fq%q&q*q=q-q;q>q,qgq]4)qg0!qhqiqjqkqlqmqnqoqpqqqrqsqtq=jd9acd0uqvqc0wqwq:8'aacxqyqzqjgPc9hTb@lAqBqCqui272n>a=a-az9HaJ>:8=a`8Yb57z9B9,a67-az9YbA9DqE6+4[36q)/EqMaFq0qv)GqbqHqIqeq ", " fq%q&q*q=q-q;qQj,}gqQ3JqQdKqhqLqMqNqOqqePqQqRqSqIoTqUqVq18WqXqYqZq`q r0m.r@8+r@r#r$r%r&r,8,8Vm*rVm=r3727-r;rlo>rlok9@9n9}7b7a7B917z9>aYb=a=aB967XpAp42|_,r,6N!Ma'r)rS~Gq!r~rIqeq ", " $q{rE/.}]r-q;qin,}^r,qy|La/r(r_r@ehf:rkmrpoolr&ju95n*jBaBaBan980>a,az9>amr=a67z9c7nrorpr!(qrR6rrsrp~tr:]aqur{gIqeq ", " vrwrE/.}xryr;qin,}zrArBrLaCrDrErFrGr-0HrIrJrKr'bLrMrNrOrPrQrRrSrTrUrVrakgWregF>70}i0hjm<7|790-a>ac0Xb)a-aY827_84747474757z967c7Xba7,a(8c7=a67XrYrZrn^`rY/ /*2 s%4^^aq!r.s+seq ", " @s#sE/ }xryr;qin$sRjQ3%s&s*s=s-s;s>s,s's)s!s~s{sIk]s^s/s(s_s:sa=a>a:8[cJsKs9s pS6 ^e/(!^!v^at,t't)t!t~t't{t,t]t^t^t/t(t_t'k[c'kb790a727b767a7<75767:8w9w9d767x9w9x91b:tu,u'u)u$_!u~u{ul[Q4]u^u/u(u_u:uv,v-q!l>qz5s0'vnd)v0wEvEv,w,wxvecAv'w*()wX|!wAvNv~w{w]w05-4W4^w/w(w_w:w{V~J)1w2w3w4w5w ", " 6w7w8w(^u]+u w;q9wU9Wa0wP3awbwcw]}V<#_dw2<2w>wYwZwZwYwYwT4T4IuD_`wchKu xu(.x+x@x#x$x%x4v&x*x=x-x9s@^,g;x+p>xP_l5,6,x'x5pS6{6p~%4J)juW6)x!x~x ", " {x9,]x]2t<^x/x(x9w_x~aD[nd>j!(!v:xI[ovN4dwdwdwdwdwN4H:^vw1x3x4x|v|v5x6x7xf<8xWu9x;^0x8f%5axr(bx0:9j!(!v:xI[ovN4dwdwdwdwdwN4N4^vjQtAx:xI[ovN4dwdwdwdwdwN4N4):BxWwAuBukxX{O_*[wvY[*|0:hwjw1x1x1x1x1x1x1x1xYw1x1x)w1x*()wCxDxExFx5vGx3wHxg9QtAx:xI[ovN4dwdwdwdwdwN4N4):9QtAx:xI[ovN4dwdwdwdwdwN4H:^vyL9HxUu,y'y)y v+yR6F(EwOvOvgu)60v0v9~^!`!H!0eMx!ydx:j ", " ~y{y]y%yRx5/&yT/zxJ1~aD[#d>9j/Ax:xI[ovN4dwdwdwdwdwN4H:):9j/Ax:xI[ovN4dwdwdwdwdwN4N4):_EyFyGyHyIyJy2xKyKy*[0:O_LyLyLyLyLyLyLyLyMyMyMyNyNyNyNyNy}_~(OyPyQyTuRySyj^TyUyVytoh{Wykwp{Y/@^)/Q6XyYyQvZyv{`y2w z.z+z ", " gbvywyL{x^x:xy9(zxFkyy~5@z`^ByCyDyz20[0[#_dw2<^:^:{v{:0[N4G:#zFy>^yv$zIyEv^yKyFv*[0:LyLyLyLyLyLyLyLyNyNyNyMyMyMy%z%z&zJy*z=z-zTu;zSy>z*x,z'z)zQ_,xp{!zY/@^)/Q6XyqxQv~z/!=^2w{zVd+z ", " ]zvywyf'x^hy^z9(zxFk f~5/z`^By(zDyT|0[0[#_dw}<^:^:{v{:ovN4G:#z_z>^8q:z$zkx>wKyFvFv;w^1v$z$zkx>w2x3:AvAvA_z,AjwSzSz&/m/)wmw}v}vTzLy%z%z%zLy%z%z%z%z%z%z%z%z[z[z}_}tTx'Ap|K_uw)A!A~A{A]A1vbwayZ~!zY/@^+y7q Adj+AG!R^^A#A/Ace%A ", " $p&A(A=!=A_A5/Mz:A:fzWB&/,B'B)B!Bg^~B;z=x{BBA]B|xcj*{!z!z)/+y^BZ!/BG!6z(B_o_B;y:B:OzW<2B%B%B3B3B3B%B%B{v4B%|5B6B7Bm|ec;BjA'B-B8B&/m/*(LyLyLyLyx#(!z!zo6+y^B.AG!/BeB ~DpfB;ygBhB ", " iBjB}B(g~{N^kBS/:fz1:fzWCkAc:o6bwQ67qr{:!,Cdj'C0s)Cbq!C~C{C ", " ]C^C/Cs]_AO/J<(CV(zxzx(IC+{JCl{KCLC7A9s7qdCuCvCeBeBMChCl{NCkCOCPC ", " QCRCSCZvTC!Bpy0B4ClA,B>D,D=x+{^_'D)D!Dcj*y~DO!O!{D D D]Da!#{.DkC^DhB ", " /D#D$D%De_U_I(P/P^v]UC6~$B ^(D&D_D:DpBKBKBB>BSA>B>B>BSA9BBzjzjzBzBz7BaDaDbDiAjAiAiApy98iA*zcDx1e~f~4:2]dDeDfDgDhDiD{DjDkDlDmDE].DnD7D8D ", " oDRC$D%DZ]U_O/Q/0zzxv]6~$Ba{]69D_DpDpBpBpBB>B>B>B>BoC>BSAjzjzjzjzBz7BaDaDtBQB'BiA9BqDrD'BsDtD,y=x${uDvDwD0BeDxDhDjD{DiDkDlDmDE].DnD7DyDm]", " zDADBDCDDDEDFDz/GDUC1Bm^6~HDIDJDKDLD1CMDNDODPDQDQDRDh|3BSDVCTDUD*y'z4C&/jA8B-BCzCzVDjzBzBzjzjzjzBzBzWDjzjzoCjz7B7BBzBz>BsB!^!^ v v vXD#{YDg~YAj^}xZD`D.( Er{.E+EiDkD@E#E$E.D%E&E*E ", " zDADV)=E-E)[;E>E,E'E)E'Eyx+]!EJD~E}C1C{E]EPDPDPD]E]ElB3BSD1CV9^E}t4C}t}t;BjA8BQAaDCzoCjzjzjzjzjzjzBzBzBzBzjzBz9B&/QASASAE,E0E%sT/W(aEo[bEcE{EdEMDNDNDODNDNDNDh|3BV|eEu0VDIy$z5]5]:zSzB>B>BoCjzjzBzBzBzBzBz7B7BSA>B>BQAQA8BQAiAiAgD~D~D~D0Bk0fEn/gEYAm1F_B)hEX{`/`{uCiEiD8]jERxmxkElEmEyD ", " nEoEpEqErEp[sEyoP^0EtE8/yx ]touEvEwExExEyEzEAEBEyECEECKADEEEFEaDGEGy5]~(.vF (`{eDgD[E8!,FR^'F)F!F~F{F ", " 4E]F}~^F4yVE1[/FW(-:(F1B$B9/_F:FG,G'G)GG+", " !G~G{G3^]G^G/G;q-:(G_G&D:GQ<Hp4b[#2j<.G.GP6P6Z[!_!_!_!_1:1:!_.G.Giwiwiwiwb:b:b:b:b:b:b:e:e:e:Q_|_X/NE]B9CbB,He4'H)H!H8qjA0B~H{HCG]H^H67/HO( ", " (H_H:Hk}@HRH ", " SHTHUHB[K|y:3[VHM;I ", " >I,I'IVE)I!I~I{I@du2Vl<9t}W9V9QG1H]I^IRGvFZF#CIH2H*9JHHH-H/I5HS4R:KHy_(I_IpH:I4HpH(II}s|-||:v|Hd[c[3}R1KHa~nJ,J'J)J-! '!Js[Kc~J{J ", " ]J^J/J(J_J:JjHC[jHH7r}<9~}2aSGPfmb%K ", " &K*K=K-KN^;K(2>K'q:F:C3kTD,K|H6G'Km7)KDk!K4|2H*9az~K{K]KN/^K/K(K_K:KbKcKO}dKeKfKgKhKiKv)a{o[_C;GjKkKlKmKb7nK4KszoKJ>pK ", " qKD,O/9wrK%s/FsKB4e(:FtKuKOGvK:CwKB^xKyKzKAKBKo:o:CKDKEKFKGKHKIKJKKKLK^7MKNKOKPKQKRKSKTKUKVKWKXKXKYK(>=>ZK`K LqJ.L+L@LdI#L8{0s)($Lk7%L(_&L*L=L>x1w-L;L>L ", " ,L'L)L0K!L,K9D~L{L]LZF^L/L(LvK16[6xK_L`:UH2_d':L=>1L2LoK-L3L4L5L6L}L7L.L8L9L9L0LaLbLXKcL[LdLeLfLgLhLiLf0jLkLlLmLxDnLoLpLqLrL67sL7>tLuL ", " !;vLwLxLyLzLALBLq~CLN{)KDLELFLGLHLIL-3~kD6JLKLLL3yMLLzLINLOLPLQLRLSLTLULVL=IWL=IXLYLZL`L M.M+M@M#M$M%M&M5H*Mt7s)=M-M;M>M,M)>Kc3,[cc7x9J>4d'M ", " )M!M~M{M]M^M/M(M_M9b4dKc:M1b1b%9K>K>%9x9&>jMkMlMmMnMoMpM ", " qMrMrMI@S%sMtMuMvM,4t5wM>5xMxMyMzMAMouBMCMDMEMyMFMGMHMIMT}JMKMLMMMNMOMPMQMQMRMSMTMUMVMWMXMYMZM`M N.N+N@N#N$N%N ", " D**vr@r@+=&N*ND*D*=Nr&|+5@-N~;;Nj >N,N>N5@j 'Nj b-k j j j j D*D*|+|+|+)N|+|+rM|+|+&N5@H@] '@g@ ", " rMrM)NrM&NrMD*!ND*|+5@G+|o'N5@5@5@5@5@>Nj j b-b-j j j j &N|+&N&N)N~N)N|+rMrMrM{N5@>NG+'@g@ ", " D*']D*D*D*5=t=t=]NrMrMrM]N$ rM^N2;/NrM(NrMrM_N_NrM_N|+|+|+:Nm]m]4;. .PP This manual page was written by Romain Beauxis , for the Debian project Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. debian/liquidsoap-plugin-xmlplaylist.install0000644000000000000000000000005512214507415016605 0ustar usr/lib/liquidsoap/*/plugins/xmlplaylist.cm* debian/liquidsoap-plugin-opus.install0000644000000000000000000000004612214507415015211 0ustar usr/lib/liquidsoap/*/plugins/opus.cm* debian/liquidsoap.docs0000644000000000000000000000002012214507415012203 0ustar README doc/html debian/liguidsoap.install0000644000000000000000000000027112214507415012717 0ustar debian/tmp/usr/bin/liguidsoap debian/tmp/usr/lib/python*/site-packages/liquidsoap/* var/lib/liguidsoap debian/icons/* usr/share/pixmaps debian/liguidsoap.desktop usr/share/applications debian/liquidsoap-plugin-pulseaudio.install0000644000000000000000000000005412214507415016374 0ustar usr/lib/liquidsoap/*/plugins/pulseaudio.cm* debian/liquidsoap.examples0000644000000000000000000000001712214507415013077 0ustar examples/*.liq debian/liquidsoap-plugin-gavl.install0000644000000000000000000000004612214507415015154 0ustar usr/lib/liquidsoap/*/plugins/gavl.cm* debian/liguidsoap.manpages0000644000000000000000000000002412214507415013040 0ustar debian/liguidsoap.1 debian/README.Debian-source0000644000000000000000000000034012214507415012523 0ustar The source tarball used for this package was built from the original tarball with the following files removed: doc/orig/docs doc/orig/jquery-* -- Romain Beauxis Wed, 10 Aug 2011 22:35:52 -0500 debian/compat0000644000000000000000000000000212214507415010365 0ustar 7 debian/liquidsoap-plugin-mad.install0000644000000000000000000000004512214507415014763 0ustar usr/lib/liquidsoap/*/plugins/mad.cm* debian/liquidsoap-plugin-icecast.install0000644000000000000000000000004512214507415015635 0ustar usr/lib/liquidsoap/*/plugins/cry.cm* debian/patches/0000755000000000000000000000000012214507415010616 5ustar debian/patches/fdkaad-dynlink.patch0000644000000000000000000004150112214507415014520 0ustar diff --git a/Makefile.defs.in b/Makefile.defs.in index 9135d41..f221ad0 100644 --- a/Makefile.defs.in +++ b/Makefile.defs.in @@ -79,6 +79,7 @@ W_AACPLUS=@W_AACPLUS@ W_AACPLUS_DYN=@W_AACPLUS_DYN@ W_VOAACENC=@W_VOAACENC@ W_FDKAAC=@W_FDKAAC@ +W_FDKAAC_DYN=@W_FDKAAC_DYN@ W_ALSA=@W_ALSA@ W_BJACK=@W_BJACK@ W_AO=@W_AO@ diff --git a/configure.ac b/configure.ac index 9a2ba66..09e6cc6 100644 --- a/configure.ac +++ b/configure.ac @@ -484,6 +484,15 @@ AC_CHECK_OCAML_BINDING([voaacenc],[0.1.0]) # AC_CHECK_OCAML_BINDING([fdkaac],[0.1.0]) +if test -z "${W_FDKAAC}"; then + if test -n "${W_DYNLINK}"; then + if test -n "${OCAML_HAS_FIRST_CLASS_MODULES}"; then + W_FDKAAC_DYN=yes + w_FDKAAC="detected at runtime" + fi + fi +fi +AC_SUBST(W_FDKAAC_DYN) # # Theora diff --git a/src/Makefile b/src/Makefile index b6851fb..e9af43d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -156,9 +156,11 @@ analyze = analyze/analyze_rms.ml encoders = \ encoder/wav_encoder.ml \ encoder/lame_encoder.ml \ + encoder/fdkaac_encoder.ml \ encoder/aacplus_encoder.ml \ $(if ($(OS_TYPE):Win32=),encoder/external_encoder.ml) \ $(if $(W_LAME_DYN),encoder/lame_encoder_dynlink.ml) \ + $(if $(W_FDKAAC_DYN),encoder/fdkaac_encoder_dynlink.ml) \ $(if $(W_AACPLUS_DYN),encoder/aacplus_encoder_dynlink.ml) $(call conditional_compilation,encoders,$(W_SHINE),encoder/shine_encoder.ml) @@ -166,7 +168,7 @@ $(call conditional_compilation,encoders,$(W_LAME),encoder/lame_encoder_builtin.m $(call conditional_compilation,encoders,$(W_FLAC),encoder/flac_encoder.ml) $(call conditional_compilation,encoders,$(W_AACPLUS),encoder/aacplus_encoder_builtin.ml) $(call conditional_compilation,encoders,$(W_VOAACENC),encoder/voaacenc_encoder.ml) -$(call conditional_compilation,encoders,$(W_FDKAAC),encoder/fdkaac_encoder.ml) +$(call conditional_compilation,encoders,$(W_FDKAAC),encoder/fdkaac_encoder_builtin.ml) $(call conditional_compilation,encoders,$(W_TAGLIB),encoder/taglib_id3v2.ml) outputs = outputs/output.ml \ @@ -188,6 +190,7 @@ tools = tools/stdlib.ml tools/doc.ml tools/plug.ml tools/utils.ml \ $(if $(W_DYNLINK),tools/dyntools.ml) \ tools/rqueue.ml \ $(if $(W_LAME_DYN),tools/lame_dynlink.ml) \ + $(if $(W_FDKAAC_DYN),tools/fdkaac_dynlink.ml) \ $(if $(W_AACPLUS_DYN),tools/aacplus_dynlink.ml) \ tools/wav.ml tools/tutils.ml \ tools/file_watcher.ml tools/file_watcher_mtime.ml \ diff --git a/src/encoder/fdkaac_encoder.ml b/src/encoder/fdkaac_encoder.ml index 11b6363..8580906 100644 --- a/src/encoder/fdkaac_encoder.ml +++ b/src/encoder/fdkaac_encoder.ml @@ -1,106 +1,156 @@ (***************************************************************************** - + Liquidsoap, a programmable audio stream generator. Copyright 2003-2013 Savonet team - + 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 2 of the License, or (at your option) any later version. - + This program 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, fully stated in the COPYING file at the root of the liquidsoap distribution. - + You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - + *****************************************************************************) - + (** FDK-AAC encoder *) -module G = Generator.Generator - -let create_encoder params = - let encoder = - Fdkaac.Encoder.create params.Encoder.FdkAacEnc.channels - in - let params = [ - `Aot params.Encoder.FdkAacEnc.aot; - `Bitrate (params.Encoder.FdkAacEnc.bitrate*1000); - `Samplerate params.Encoder.FdkAacEnc.samplerate; - `Transmux params.Encoder.FdkAacEnc.transmux ] @ ( - if params.Encoder.FdkAacEnc.aot = `Mpeg_4 `AAC_ELD then - [`Sbr_mode params.Encoder.FdkAacEnc.sbr_mode] - else []) - in - List.iter (Fdkaac.Encoder.set encoder) params; - encoder - -let encoder aac = - let enc = create_encoder aac in - let channels = aac.Encoder.FdkAacEnc.channels in - let samplerate = aac.Encoder.FdkAacEnc.samplerate in - let samplerate_converter = - Audio_converter.Samplerate.create channels - in - let src_freq = float (Frame.audio_of_seconds 1.) in - let dst_freq = float samplerate in - let n = 1024 in - let buf = Buffer.create n in - let encode frame start len = - let start = Frame.audio_of_master start in - let b = AFrame.content_of_type ~channels frame start in - let len = Frame.audio_of_master len in - let b,start,len = - if src_freq <> dst_freq then - let b = Audio_converter.Samplerate.resample - samplerate_converter (dst_freq /. src_freq) - b start len - in - b,0,Array.length b.(0) - else - b,start,len - in - let encoded = Buffer.create n in - Buffer.add_string buf (Audio.S16LE.make b start len); - let len = Buffer.length buf in - let rec f start = - if start+n > len then - begin - Utils.buffer_drop buf start; - Buffer.contents encoded - end - else - begin - let data = Buffer.sub buf start n in - Buffer.add_string encoded - (Fdkaac.Encoder.encode enc data 0 n); - f (start+n) +module type Fdkaac_t = + sig + module Encoder : + sig + exception Invalid_handle + exception Unsupported_parameter + exception Invalid_config + exception Error of int + exception End_of_file + exception Unknown of int + val string_of_exception : exn -> string option + type t + type mpeg2_aac = [ `AAC_LC | `HE_AAC | `HE_AAC_v2 ] + type mpeg4_aac = + [ `AAC_ELD | `AAC_LC | `AAC_LD | `HE_AAC | `HE_AAC_v2 ] + type aot = [ `Mpeg_2 of mpeg2_aac | `Mpeg_4 of mpeg4_aac ] + type bitrate_mode = [ `Constant | `Full_bitreservoir ] + type transmux = + [ `Adif | `Adts | `Latm | `Latm_out_of_band | `Loas | `Raw ] + type param_name = + [ `Afterburner + | `Aot + | `Bandwidth + | `Bitrate + | `Bitrate_mode + | `Granule_length + | `Samplerate + | `Sbr_mode + | `Transmux ] + type param = + [ `Afterburner of bool + | `Aot of aot + | `Bandwidth of bool + | `Bitrate of int + | `Bitrate_mode of bitrate_mode + | `Granule_length of int + | `Samplerate of int + | `Sbr_mode of bool + | `Transmux of transmux ] + val create : int -> t + val set : t -> param -> unit + val get : t -> param_name -> param + val encode : t -> string -> int -> int -> string + val flush : t -> string end + end + +module Register(Fdkaac : Fdkaac_t) = +struct + module G = Generator.Generator + + let create_encoder params = + let encoder = + Fdkaac.Encoder.create params.Encoder.FdkAacEnc.channels in - f 0 - in - let stop () = - let rem = Buffer.contents buf in - let s = - Fdkaac.Encoder.encode enc rem 0 (String.length rem) + let params = [ + `Aot params.Encoder.FdkAacEnc.aot; + `Bitrate (params.Encoder.FdkAacEnc.bitrate*1000); + `Samplerate params.Encoder.FdkAacEnc.samplerate; + `Transmux params.Encoder.FdkAacEnc.transmux ] @ ( + if params.Encoder.FdkAacEnc.aot = `Mpeg_4 `AAC_ELD then + [`Sbr_mode params.Encoder.FdkAacEnc.sbr_mode] + else []) in - s ^ (Fdkaac.Encoder.flush enc) - in - { - Encoder. - insert_metadata = (fun m -> ()) ; - header = None ; - encode = encode ; - stop = stop - } - -let () = - Encoder.plug#register "AAC" - (function - | Encoder.FdkAacEnc m -> Some (fun _ _ -> encoder m) - | _ -> None) + List.iter (Fdkaac.Encoder.set encoder) params; + encoder + + let encoder aac = + let enc = create_encoder aac in + let channels = aac.Encoder.FdkAacEnc.channels in + let samplerate = aac.Encoder.FdkAacEnc.samplerate in + let samplerate_converter = + Audio_converter.Samplerate.create channels + in + let src_freq = float (Frame.audio_of_seconds 1.) in + let dst_freq = float samplerate in + let n = 1024 in + let buf = Buffer.create n in + let encode frame start len = + let start = Frame.audio_of_master start in + let b = AFrame.content_of_type ~channels frame start in + let len = Frame.audio_of_master len in + let b,start,len = + if src_freq <> dst_freq then + let b = Audio_converter.Samplerate.resample + samplerate_converter (dst_freq /. src_freq) + b start len + in + b,0,Array.length b.(0) + else + b,start,len + in + let encoded = Buffer.create n in + Buffer.add_string buf (Audio.S16LE.make b start len); + let len = Buffer.length buf in + let rec f start = + if start+n > len then + begin + Utils.buffer_drop buf start; + Buffer.contents encoded + end + else + begin + let data = Buffer.sub buf start n in + Buffer.add_string encoded + (Fdkaac.Encoder.encode enc data 0 n); + f (start+n) + end + in + f 0 + in + let stop () = + let rem = Buffer.contents buf in + let s = + Fdkaac.Encoder.encode enc rem 0 (String.length rem) + in + s ^ (Fdkaac.Encoder.flush enc) + in + { + Encoder. + insert_metadata = (fun m -> ()) ; + header = None ; + encode = encode ; + stop = stop + } + + let register_encoder name = + Encoder.plug#register name + (function + | Encoder.FdkAacEnc m -> Some (fun _ _ -> encoder m) + | _ -> None) +end diff --git a/src/encoder/fdkaac_encoder_builtin.ml b/src/encoder/fdkaac_encoder_builtin.ml new file mode 100644 index 0000000..62fa319 --- /dev/null +++ b/src/encoder/fdkaac_encoder_builtin.ml @@ -0,0 +1,28 @@ +(***************************************************************************** + + Liquidsoap, a programmable audio stream generator. + Copyright 2003-2013 Savonet team + + 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 2 of the License, or + (at your option) any later version. + + This program 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, fully stated in the COPYING + file at the root of the liquidsoap distribution. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + *****************************************************************************) + +(** Builtin Fdkaac encoder *) + +module Register = Fdkaac_encoder.Register(Fdkaac) + +let () = + Register.register_encoder "AAC/fdkaac/builtin" diff --git a/src/encoder/fdkaac_encoder_dynlink.ml b/src/encoder/fdkaac_encoder_dynlink.ml new file mode 100644 index 0000000..f979afd --- /dev/null +++ b/src/encoder/fdkaac_encoder_dynlink.ml @@ -0,0 +1,50 @@ +(***************************************************************************** + + Liquidsoap, a programmable audio stream generator. + Copyright 2003-2013 Savonet team + + 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 2 of the License, or + (at your option) any later version. + + This program 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, fully stated in the COPYING + file at the root of the liquidsoap distribution. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + *****************************************************************************) + +(** Dynamic Fdkaac encoder *) + +let path = + try + [Sys.getenv "FDKAAC_DYN_PATH"] + with + | Not_found -> + List.fold_left + (fun l x -> (x ^ "/fdkaac") :: l) + Configure.findlib_path Configure.findlib_path + +open Fdkaac_dynlink + +let () = + let load () = + match handler.fdkaac_module with + | Some m -> + let module Fdkaac = (val m : Fdkaac_dynlink.Fdkaac_t) in + let module Register = Fdkaac_encoder.Register(Fdkaac) in + Register.register_encoder "AAC/fdkaac/dynlink" + | None -> assert false + in + Hashtbl.add Dyntools.dynlink_list + "fdkaac encoder" + { Dyntools. + path = path; + files = ["fdkaac";"fdkaac_loader"]; + load = load } diff --git a/src/tools/fdkaac_dynlink.ml b/src/tools/fdkaac_dynlink.ml new file mode 100644 index 0000000..d1b9078 --- /dev/null +++ b/src/tools/fdkaac_dynlink.ml @@ -0,0 +1,50 @@ +module type Fdkaac_t = +sig + module Encoder : + sig + exception Invalid_handle + exception Unsupported_parameter + exception Invalid_config + exception Error of int + exception End_of_file + exception Unknown of int + val string_of_exception : exn -> string option + type t + type mpeg2_aac = [ `AAC_LC | `HE_AAC | `HE_AAC_v2 ] + type mpeg4_aac = + [ `AAC_ELD | `AAC_LC | `AAC_LD | `HE_AAC | `HE_AAC_v2 ] + type aot = [ `Mpeg_2 of mpeg2_aac | `Mpeg_4 of mpeg4_aac ] + type bitrate_mode = [ `Constant | `Full_bitreservoir ] + type transmux = + [ `Adif | `Adts | `Latm | `Latm_out_of_band | `Loas | `Raw ] + type param_name = + [ `Afterburner + | `Aot + | `Bandwidth + | `Bitrate + | `Bitrate_mode + | `Granule_length + | `Samplerate + | `Sbr_mode + | `Transmux ] + type param = + [ `Afterburner of bool + | `Aot of aot + | `Bandwidth of bool + | `Bitrate of int + | `Bitrate_mode of bitrate_mode + | `Granule_length of int + | `Samplerate of int + | `Sbr_mode of bool + | `Transmux of transmux ] + val create : int -> t + val set : t -> param -> unit + val get : t -> param_name -> param + val encode : t -> string -> int -> int -> string + val flush : t -> string + end +end + +type handler = { mutable fdkaac_module : (module Fdkaac_t) option } + +let handler = {fdkaac_module = None } diff --git a/src/tools/fdkaac_dynlink.mli b/src/tools/fdkaac_dynlink.mli new file mode 100644 index 0000000..a4aa46d --- /dev/null +++ b/src/tools/fdkaac_dynlink.mli @@ -0,0 +1,48 @@ +module type Fdkaac_t = + sig + module Encoder : + sig + exception Invalid_handle + exception Unsupported_parameter + exception Invalid_config + exception Error of int + exception End_of_file + exception Unknown of int + val string_of_exception : exn -> string option + type t + type mpeg2_aac = [ `AAC_LC | `HE_AAC | `HE_AAC_v2 ] + type mpeg4_aac = + [ `AAC_ELD | `AAC_LC | `AAC_LD | `HE_AAC | `HE_AAC_v2 ] + type aot = [ `Mpeg_2 of mpeg2_aac | `Mpeg_4 of mpeg4_aac ] + type bitrate_mode = [ `Constant | `Full_bitreservoir ] + type transmux = + [ `Adif | `Adts | `Latm | `Latm_out_of_band | `Loas | `Raw ] + type param_name = + [ `Afterburner + | `Aot + | `Bandwidth + | `Bitrate + | `Bitrate_mode + | `Granule_length + | `Samplerate + | `Sbr_mode + | `Transmux ] + type param = + [ `Afterburner of bool + | `Aot of aot + | `Bandwidth of bool + | `Bitrate of int + | `Bitrate_mode of bitrate_mode + | `Granule_length of int + | `Samplerate of int + | `Sbr_mode of bool + | `Transmux of transmux ] + val create : int -> t + val set : t -> param -> unit + val get : t -> param_name -> param + val encode : t -> string -> int -> int -> string + val flush : t -> string + end + end +type handler = { mutable fdkaac_module : (module Fdkaac_t) option; } +val handler : handler debian/patches/series0000644000000000000000000000002512214507415012030 0ustar fdkaad-dynlink.patch debian/README.Debian0000644000000000000000000000123712214507415011233 0ustar Liquidsoap, as distributed in debian, does not allow mp3 encoding, hence, cannot output an mp3 stream to any icecast or shout server. This is caused by some patent issues on the mp3 encoding algorithm. We recommend using ogg vorbis, which is a patent free encoding. However, you may want to install the LAME library from the debian (unofficial) multimedia packages as available at: http://www.debian-multimedia.org/ You'll be able then to rebuild this package with mp3 encoding support. For rebuilding with lame support, remove the --disable-lame configuration option from debian/rules. -- Romain Beauxis Mon, 12 Nov 2007 23:38:07 +0000 debian/liquidsoap-plugin-theora.install0000644000000000000000000000005012214507415015500 0ustar usr/lib/liquidsoap/*/plugins/theora.cm* debian/control0000644000000000000000000006415212214507604010602 0ustar Source: liquidsoap Section: sound Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian OCaml Maintainers Uploaders: Romain Beauxis , Samuel Mimram Build-Depends: cdbs (>= 0.4.85~), debhelper (>= 7.0.1), ocaml-nox, dh-ocaml (>= 1.0.1), dh-autoreconf, ocaml-findlib, libcry-ocaml-dev (>= 0.2.2), libogg-ocaml-dev (>= 0.4.5), libvorbis-ocaml-dev (>= 0.6.1-3), libmad-ocaml-dev (>= 0.4.3), libdtools-ocaml-dev (>= 0.3.1), libtaglib-ocaml-dev (>= 0.3.1), libcamomile-ocaml-dev (>= 0.8), festival, libxml-dom-perl, python-gtk2-dev, python, python-support (>= 0.3), libao-ocaml-dev (>= 0.2.0), libduppy-ocaml-dev (>= 0.5.1), libalsa-ocaml-dev (>= 0.2.1) [linux-any], libpcre-ocaml-dev, libladspa-ocaml-dev (>= 0.1.4), sox, libsoundtouch-ocaml-dev (>= 0.1.7), libinotify-ocaml-dev [linux-any], liblastfm-ocaml-dev (>= 0.3.0), libspeex-ocaml-dev (>= 0.2.0-3), libgavl-ocaml-dev (>= 0.1.5), libtheora-ocaml-dev (>= 0.3.0-3), libportaudio-ocaml-dev (>= 0.2.0), libpulse-ocaml-dev (>= 0.1.2), libsamplerate-ocaml-dev (>= 0.1.2), libxmlplaylist-ocaml-dev (>= 0.1.3), libmagic-ocaml-dev (>= 0.3.6), libbjack-ocaml-dev (>= 0.1.4), libsdl-ocaml-dev, libfaad-ocaml-dev (>= 0.3.2), libmm-ocaml-dev (>= 0.2.1), libflac-ocaml-dev (>= 0.1.1-3), libschroedinger-ocaml-dev (>= 0.1.0-3), libopus-ocaml-dev, libfrei0r-ocaml-dev, libshine-ocaml-dev, libvoaacenc-ocaml-dev, libmp3lame-ocaml-dev (>= 0.3.2), libdssi-ocaml-dev (>= 0.1.1), liblo-ocaml-dev, libcamlimages-ocaml-dev (>= 4.0.1-6), libyojson-ocaml-dev, libgstreamer-ocaml-dev (>= 0.2.0), libgd-ocaml-dev | libgd-gd2-noxpm-ocaml-dev, fonts-liberation Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/liquidsoap.git Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/liquidsoap.git Homepage: http://savonet.sourceforge.net/ Package: liquidsoap Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml:Depends}, ${perl:Depends}, libcamomile-ocaml-data (>= 0.8), wget, sox, adduser Recommends: logrotate, mp3gain, vorbisgain, vorbis-tools, liquidsoap-plugin-mad, liquidsoap-plugin-lame, liquidsoap-plugin-taglib, liquidsoap-plugin-vorbis, liquidsoap-plugin-flac, liquidsoap-plugin-voaacenc, liquidsoap-plugin-icecast, liquidsoap-plugin-faad, liquidsoap-plugin-pulseaudio Suggests: icecast2, festival, mplayer, liguidsoap, liquidsoap-plugin-samplerate, liquidsoap-plugin-xmlplaylist Provides: ${ocaml:Provides} Description: audio streaming language Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . Some of the typical uses are: * dynamically generating playlists depending on the time or other factors * having smooth transitions between songs * adding jingles periodically * applying effects on the sound like volume normalization * reencoding the stream at various qualities * remotely controlling the stream Package: liquidsoap-plugin-all Architecture: any Depends: ${misc:Depends}, liquidsoap (= ${binary:Version}), liquidsoap-plugin-alsa [linux-any], liquidsoap-plugin-ao, liquidsoap-plugin-camlimages, liquidsoap-plugin-dssi, liquidsoap-plugin-faad, liquidsoap-plugin-flac, liquidsoap-plugin-frei0r, liquidsoap-plugin-gavl, liquidsoap-plugin-gd, liquidsoap-plugin-graphics, liquidsoap-plugin-gstreamer, liquidsoap-plugin-icecast, liquidsoap-plugin-jack, liquidsoap-plugin-ladspa, liquidsoap-plugin-lame, liquidsoap-plugin-lastfm, liquidsoap-plugin-lo, liquidsoap-plugin-mad, liquidsoap-plugin-ogg, liquidsoap-plugin-opus, liquidsoap-plugin-oss, liquidsoap-plugin-portaudio, liquidsoap-plugin-pulseaudio, liquidsoap-plugin-samplerate, liquidsoap-plugin-schroedinger, liquidsoap-plugin-sdl, liquidsoap-plugin-shine, liquidsoap-plugin-soundtouch, liquidsoap-plugin-speex, liquidsoap-plugin-taglib, liquidsoap-plugin-theora, liquidsoap-plugin-voaacenc, liquidsoap-plugin-vorbis, liquidsoap-plugin-xmlplaylist Description: audio streaming language -- all plugins Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This meta-package installs all available plugins for Liquidsoap. Package: liquidsoap-plugin-alsa Architecture: linux-any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- ALSA plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides ALSA support for liquidsoap. Package: liquidsoap-plugin-ao Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- AO plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides AO support for liquidsoap. Package: liquidsoap-plugin-camlimages Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- Camlimages plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for decoding various format of images in Liquidsoap using camlimages. Package: liquidsoap-plugin-dssi Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}), liquidsoap-plugin-ladspa (= ${binary:Version}) Description: audio streaming language -- DSSI plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides DSSI plugins support for liquidsoap. Package: liquidsoap-plugin-faad Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- FAAD plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for decoding AAC and M4A files in liquidsoap. Package: liquidsoap-plugin-flac Architecture: any Depends: liquidsoap-plugin-ogg (= ${binary:Version}), ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- FLAC plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for decoding and encoding native and ogg-encapsulated FLAC data in liquidsoap. Package: liquidsoap-plugin-gavl Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- Gavl plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for gavl video manipulation in Liquidsoap. Package: liquidsoap-plugin-gd Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Recommends: fonts-liberation Description: audio streaming language -- libgd plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for operators using libgd. Currently, the only operator provided is input.video.add_text.gd. This operators provides video text rendering without any X-related dependency. Package: liquidsoap-plugin-graphics Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- Graphics plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for Video visualisation operators using OCaml graphics module in Liquidsoap. Package: liquidsoap-plugin-gstreamer Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- GStreamer plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for operators using GStreamer. Package: liquidsoap-plugin-frei0r Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- Frei0r plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for frei0r plugins in Liquidsoap. Package: liquidsoap-plugin-icecast Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- Icecast plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for Icecast output in liquidsoap. Package: liquidsoap-plugin-jack Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- JACK plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides JACK support for liquidsoap. Package: liquidsoap-plugin-ladspa Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- LADSPA plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for LADSPA audio effects in Liquidsoap. Package: liquidsoap-plugin-lame Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- Lame plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for MP3 encoding in Liquidsoap. Package: liquidsoap-plugin-lastfm Architecture: any Depends: liquidsoap-plugin-xmlplaylist (= ${binary:Version}), ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- Lastfm plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for Lastfm submission and radio streaming in Liquidsoap. Package: liquidsoap-plugin-lo Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- LO plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for Open Sound Control (OSC) in Liquidsoap. Package: liquidsoap-plugin-mad Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- Mad plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for MP3 audio data decoding in Liquidsoap. Package: liquidsoap-plugin-ogg Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- Ogg plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for Ogg stream decoding and encoding in Liquidsoap. This plugin is only useful when used with one of vorbis, speex, flac, theora or schroedinger plugin. Package: liquidsoap-plugin-opus Architecture: any Depends: liquidsoap-plugin-ogg (= ${binary:Version}), ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- Opus plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for ogg/opus audio decoding and encoding in Liquidsoap. Package: liquidsoap-plugin-oss Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- OSS plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for OSS audio output in Liquidsoap. Package: liquidsoap-plugin-portaudio Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- Portaudio plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for portaudio audio input and output in Liquidsoap. Package: liquidsoap-plugin-pulseaudio Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- Pulseaudio plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for pulseaudio audio input and output in Liquidsoap. Package: liquidsoap-plugin-samplerate Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- Samplerate plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for audio samplerate conversion using libsamplerate in Liquidsoap. Package: liquidsoap-plugin-schroedinger Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- Schroedinger plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support ogg/dirac video decoding and encoding using libschroedinger in Liquidsoap. Package: liquidsoap-plugin-sdl Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Recommends: fonts-liberation Description: audio streaming language -- SDL plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides SDL support for liquidsoap. Package: liquidsoap-plugin-shine Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- Shine plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for MP3 encoding using the shine fixed-point encoding library in Liquidsoap. Package: liquidsoap-plugin-soundtouch Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- Soundtouch plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for audio manipulation using libsoundtouch in Liquidsoap. Package: liquidsoap-plugin-speex Architecture: any Depends: liquidsoap-plugin-ogg (= ${binary:Version}), ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- Speex plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for ogg/speex audio decoding and encoding in Liquidsoap. Package: liquidsoap-plugin-taglib Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- Taglib plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for file metadata reading using taglib in Liquidsoap. Package: liquidsoap-plugin-theora Architecture: any Depends: liquidsoap-plugin-ogg (= ${binary:Version}), ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- Theora plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for ogg/theora video decoding and encoding in Liquidsoap. Package: liquidsoap-plugin-voaacenc Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- Voaacenc plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support AAC audio encoding in Liquidsoap. Package: liquidsoap-plugin-vorbis Architecture: any Depends: liquidsoap-plugin-ogg (= ${binary:Version}), ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- Vorbis plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for ogg/vorbis audio decoding and encoding in Liquidsoap. Package: liquidsoap-plugin-xmlplaylist Architecture: any Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}, liquidsoap (= ${binary:Version}) Description: audio streaming language -- Xmlplaylist plugin Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides support for various XML playlist formats in Liquidsoap. Package: liguidsoap Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-gtk2 Recommends: liquidsoap (= ${binary:Version}) Description: control GUI for liquidsoap Liguidsoap is a GUI for controlling liquidsoap, using pyGTK. . It allows one to interact in various ways with: * outputs * playlists * queues * mixing table . It can control a running instance of liquidsoap or launch its own instance. Package: liquidsoap-mode Architecture: all Depends: ${misc:Depends}, emacsen-common Suggests: liquidsoap Section: editors Description: Emacs mode for editing Liquidsoap code Liquidsoap is a powerful tool for building complex audio streaming systems, typically targeting internet radios (e.g. icecast streams). . It consists of a simple script language, in which you can create, combine and transform audio sources. Its design makes liquidsoap flexible and easily extensible. . This package provides an (X)Emacs mode which makes it easier to edit Liquidsoap source code. debian/liquidsoap-mode.emacsen-remove0000644000000000000000000000041112214507415015107 0ustar #!/bin/sh -e # /usr/lib/emacsen-common/packages/remove/liquidsoap-mode FLAVOR=$1 PACKAGE=liquidsoap-mode if [ ${FLAVOR} != emacs ]; then echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR} rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE} fi debian/liquidsoap-plugin-voaacenc.install0000644000000000000000000000005212214507415015777 0ustar usr/lib/liquidsoap/*/plugins/voaacenc.cm* debian/liquidsoap.dirs0000644000000000000000000000004612214507415012224 0ustar usr/bin etc/init.d var/log/liquidsoap debian/liquidsoap-plugin-camlimages.install0000644000000000000000000000005412214507415016324 0ustar usr/lib/liquidsoap/*/plugins/camlimages.cm* debian/liquidsoap-mode.emacsen-install0000644000000000000000000000242312214507415015265 0ustar #! /bin/sh -e # /usr/lib/emacsen-common/packages/install/liquidsoap-mode # Written by Jim Van Zandt , borrowing heavily # from the install scripts for gettext by Santiago Vila # and octave by Dirk Eddelbuettel . FLAVOR=$1 PACKAGE=liquidsoap-mode if [ ${FLAVOR} = emacs ]; then exit 0; fi echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR} FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile" ELDIR=/usr/share/emacs/site-lisp/${PACKAGE} ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE} RELELDIR=../../../emacs/site-lisp/${PACKAGE} # Install-info-altdir does not actually exist. # Maybe somebody will write it. if test -x /usr/sbin/install-info-altdir; then echo install/${PACKAGE}: install Info links for ${FLAVOR} install-info-altdir --quiet --section "" "" --dirname=${FLAVOR} /usr/info/${PACKAGE}.info.gz fi install -m 755 -d ${ELCDIR} cd ${ELDIR} FILES=`echo *.el` cd ${ELCDIR} ln -sf ${RELELDIR}/*.el . cat << EOF > path.el (setq load-path (cons "." load-path) byte-compile-warnings nil) EOF case "${FLAVOR}" in xemacs21) ;; emacs*) ${FLAVOR} ${FLAGS} ${FILES} ;; esac rm -f path.el cd ${ELCDIR} for f in ${FILES} ; do ln -sf ${RELELDIR}/$f . done exit 0 debian/liquidsoap-mode.el0000644000000000000000000000575512214507415012621 0ustar ;; liquidsoap-mode.el -- Liquidsoap major mode ;; Copyright (C) 2013 Samuel Mimram (defvar liquidsoap-font-lock-keywords '( ("#.*" . 'font-lock-comment-face) ("^\\(%ifdef .*\\|%ifencoder .*\\|%endif\\|%include\\)" . 'font-lock-preprocessor-face) ("\\<\\(fun\\|def\\|begin\\|end\\|if\\|then\\|else\\|elsif\\)\\>\\|->\\|;" . font-lock-keyword-face) ("\\<\\(and\\|or\\|not\\|mod\\|ref\\)\\>\\|:=" . font-lock-builtin-face) ("\\<\\(true\\|false\\)\\>" . font-lock-constant-face) ("\\" st) st) "Syntax table for Liquidsoap major mode.") (defvar liquidsoap-tab-width 2) ;see http://www.emacswiki.org/emacs/ModeTutorial (defun liquidsoap-indent-line () "Indent current Liquidsoap line" (interactive) (beginning-of-line) ; At begining, no indentation (if (bobp) (indent-line-to 0) ; not-indented is a boolean saying we found a match looking backward ; cur-indent is the current indetation (let ((not-indented t) cur-indent) ; De-indent after end (if (looking-at "^[ \t]*\\(end\\|else\\|elsif\\|then\\|%endif\\)") (progn (save-excursion (forward-line -1) (setq cur-indent (- (current-indentation) liquidsoap-tab-width))) (if (< cur-indent 0) (setq cur-indent 0))) (save-excursion (while not-indented (forward-line -1) ; Indent as much as the last end (if (looking-at "^[ \t]*\\(end\\|%endif\\)") (progn (setq cur-indent (current-indentation)) (setq not-indented nil)) ; Increment if we find that we are in a block (if (looking-at "^[ \t]*\\(def\\|if\\|then\\|elsif\\|%ifdef\\|.*=$\\)") (progn (setq cur-indent (+ (current-indentation) liquidsoap-tab-width)) (setq not-indented nil)) ; Same as previous line otherwise (if (bobp) (setq not-indented nil)) ) ) ) ) ) ; If we didn't see an indentation hint, then allow no indentation (if cur-indent (indent-line-to cur-indent) (indent-line-to 0)) ) ) ) (define-derived-mode liquidsoap-mode fundamental-mode "Liquidsoap" "Major mode for Liquidsoap files." :syntax-table liquidsoap-mode-syntax-table (set (make-local-variable 'comment-start) "#") (set (make-local-variable 'comment-start-skip) "#+\\s-*") (set (make-local-variable 'indent-line-function) 'liquidsoap-indent-line) (set (make-local-variable 'font-lock-defaults) '(liquidsoap-font-lock-keywords)) (setq mode-name "Liquidsoap") ) (provide 'liquidsoap-mode) ;;;###autoload (add-to-list 'auto-mode-alist '("\\.liq\\'" . liquidsoap-mode)) debian/liguidsoap.menu0000644000000000000000000000031612214507415012215 0ustar ?package(liguidsoap):\ needs="X11"\ section="Applications/Sound"\ title="liguidsoap"\ icon32x32="/usr/share/pixmaps/liguidsoap-32.xpm"\ command="/usr/bin/liguidsoap" debian/liquidsoap-plugin-samplerate.install0000644000000000000000000000005412214507415016357 0ustar usr/lib/liquidsoap/*/plugins/samplerate.cm* debian/rules0000755000000000000000000001064412214507415010254 0ustar #!/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/ocaml.mk DEFAULT_FONT := /usr/share/fonts/truetype/ttf-liberation/LiberationSans-Regular.ttf DEB_CONFIGURE_EXTRA_FLAGS := \ --enable-ogg-dynamic-plugin --enable-schroedinger-dynamic-plugin --enable-flac-dynamic-plugin \ --enable-speex-dynamic-plugin --enable-vorbis-dynamic-plugin --enable-theora-dynamic-plugin \ --enable-sdl-dynamic-plugin --enable-gavl-dynamic-plugin --enable-mad-dynamic-plugin \ --enable-faad-dynamic-plugin --enable-xmlplaylist-dynamic-plugin --enable-lastfm-dynamic-plugin \ --enable-voaacenc-dynamic-plugin --enable-taglib-dynamic-plugin --enable-cry-dynamic-plugin \ --enable-portaudio-dynamic-plugin --enable-pulseaudio-dynamic-plugin --enable-ao-dynamic-plugin \ --enable-graphics-dynamic-plugin --enable-bjack-dynamic-plugin --enable-soundtouch-dynamic-plugin \ --enable-ladspa-dynamic-plugin --enable-oss-dynamic-plugin --enable-alsa-dynamic-plugin \ --enable-flac.ogg-dynamic-plugin --enable-samplerate-dynamic-plugin --enable-lame-dynamic-plugin \ --enable-dssi-dynamic-plugin --enable-lo-dynamic-plugin --enable-camlimages-dynamic-plugin \ --enable-gstreamer-dynamic-plugin --enable-gd-dynamic-plugin --with-default-font=$(DEFAULT_FONT) \ --enable-opus-dynamic-plugin --enable-frei0r-dynamic-plugin --enable-shine-dynamic-plugin \ --disable-custom DEB_MAKE_BUILD_TARGET := all doc DEB_MAKE_INSTALL_TARGET := doc install DESTDIR=$(CURDIR)/debian/tmp/ OCAMLFIND_DESTDIR=$(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR) \ prefix=$(CURDIR)/debian/tmp/usr sysconfdir=$(CURDIR)/debian/tmp/etc \ INSTALL_DAEMON=no OCAMLFIND_LDCONF=ignore DEB_INSTALL_MANPAGES_liquidsoap := doc/liquidsoap.1 DEB_COMPRESS_EXCLUDE := .pdf DEB_DH_INSTALL_ARGS_liquidsoap := -Xplugins ifeq ($(OCAML_NATDYNLINK),no) DEB_CONFIGURE_EXTRA_FLAGS += --disable-nativecode export OCAMLINIT_SED := -e 's/^NODYN: //' else OCAML_DHOCAML_FLAGS := \ -Nliquidsoap-plugin-sdl -Nliquidsoap-plugin-alsa -Nliquidsoap-plugin-ao \ -Nliquidsoap-plugin-jack -Nliquidsoap-plugin-icecast -Nliquidsoap-plugin-faad \ -Nliquidsoap-plugin-flac -Nliquidsoap-plugin-gavl -Nliquidsoap-plugin-graphics \ -Nliquidsoap-plugin-ladspa -Nliquidsoap-plugin-lastfm -Nliquidsoap-plugin-mad \ -Nliquidsoap-plugin-ogg -Nliquidsoap-plugin-oss -Nliquidsoap-plugin-portaudio \ -Nliquidsoap-plugin-pulseaudio -Nliquidsoap-plugin-samplerate \ -Nliquidsoap-plugin-schroedinger -Nliquidsoap-plugin-soundtouch -Nliquidsoap-plugin-speex \ -Nliquidsoap-plugin-taglib -Nliquidsoap-plugin-theora -Nliquidsoap-plugin-voaacenc \ -Nliquidsoap-plugin-vorbis -Nliquidsoap-plugin-xmlplaylist -Nliquidsoap-plugin-lame \ -Nliquidsoap-plugin-dssi -Nliquidsoap-plugin-lo -Nliquidsoap-plugin-camlimages \ -Nliquidsoap-plugin-gstreamer -Nliquidsoap-plugin-gd -Nliquidsoap-plugin-opus \ -Nliquidsoap-plugin-frei0r -Nliquidsoap-plugin-shine export OCAMLINIT_SED := -e '/^NODYN: /d' endif makebuilddir/liquidsoap:: [ -f debian/autoreconf.before ] || dh_autoreconf ./bootstrap mkdir -p $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR) install/liquidsoap:: cp $(CURDIR)/scripts/liquidsoap.initd $(CURDIR)/debian/liquidsoap.init common-binary-post-install-arch:: find $(CURDIR)/debian/liquidsoap-plugin-* -maxdepth 0 -type d | while read f; do \ plugin=`basename $$f | sed -e 's#liquidsoap-plugin-##'`; \ rm -f $(CURDIR)/debian/liquidsoap-plugin-$$plugin.onodefined; \ find $$f -name '*.cma' | while read i; do \ ocamlobjinfo $$i | grep 'Unit name' | cut -d' ' -f 3 >> \ $(CURDIR)/debian/liquidsoap-plugin-$$plugin.onodefined; \ done; \ done binary-install/liquidsoap:: make doc mv $(CURDIR)/debian/liquidsoap/etc/liquidsoap/radio.liq $(CURDIR)/debian/liquidsoap/etc/liquidsoap/radio.liq.example chmod +x $(CURDIR)/debian/liquidsoap/etc/liquidsoap/radio.liq.example chmod -x $(CURDIR)/debian/liquidsoap/usr/share/doc/liquidsoap/examples/*.liq binary-install/liguidsoap:: sed -e s#/usr/lib/python.*/site-packages/liquidsoap#/var/lib/liguidsoap#g -i $(CURDIR)/debian/liguidsoap/usr/bin/liguidsoap dh_pysupport /var/lib/liguidsoap clean:: dh_autoreconf_clean rm -rf src/liquidsoap src/META radio.liq.example \ src/SVN.ml src/io/liquidsoap_depend autodoc \ doc/manual debian/liquidsoap.init src/dllliquidsoap.so \ src/libliquidsoap.a debian/*.onodefined **/*debhelper.log debian/source/0000755000000000000000000000000012214507415010467 5ustar debian/source/format0000644000000000000000000000001412214507415011675 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000003612214507415010605 0ustar [DEFAULT] pristine-tar = True debian/liquidsoap-plugin-gd.install0000644000000000000000000000004412214507415014613 0ustar usr/lib/liquidsoap/*/plugins/gd.cm* debian/watch0000644000000000000000000000010012214507415010207 0ustar version=3 http://sf.net/savonet/liquidsoap-([0-9.]*)\.tar\.bz2 debian/liquidsoap-plugin-ogg.install0000644000000000000000000000004512214507415014776 0ustar usr/lib/liquidsoap/*/plugins/ogg.cm* debian/liquidsoap-plugin-ladspa.install0000644000000000000000000000005012214507415015462 0ustar usr/lib/liquidsoap/*/plugins/ladspa.cm* debian/liquidsoap-plugin-flac.install0000644000000000000000000000012012214507415015121 0ustar usr/lib/liquidsoap/*/plugins/flac.cm* usr/lib/liquidsoap/*/plugins/flac_ogg.cm*