From 42b5e407fb770bf7414fe0960b689bddd21f0b72 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 19 Oct 2018 20:44:54 -0400 Subject: [PATCH 1/8] 2018-10-19 Fred Gleason * Removed the 'make slack' target. * Removed the 'make slax' target. --- ChangeLog | 3 + Makefile.am | 15 +--- configure.ac | 3 - make_slack.in | 185 ------------------------------------------------ slack-desc.in | 19 ----- slack_doinst.sh | 27 ------- 6 files changed, 4 insertions(+), 248 deletions(-) delete mode 100755 make_slack.in delete mode 100644 slack-desc.in delete mode 100755 slack_doinst.sh diff --git a/ChangeLog b/ChangeLog index 9616c4d1..39f9837d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17851,3 +17851,6 @@ 2018-10-19 Fred Gleason * Removed check for Win32 installer from 'configure.ac'. * Removed win32 clauses from '.pro' files. +2018-10-19 Fred Gleason + * Removed the 'make slack' target. + * Removed the 'make slax' target. diff --git a/Makefile.am b/Makefile.am index c14c0808..7fac5ee4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,14 +79,6 @@ rpm: dist mv $(HOME)/rpmbuild/SRPMS/rivendell-*.src.rpm $(top_srcdir)/ rm $(HOME)/rpmbuild/SOURCES/rivendell-$(VERSION).tar.gz -slack: all - ./make_slack - -slax: all - rm -f rivendell-$(VERSION)-$(ARCH)-$(RPM_RELEASE).mo - ./make_slack - tgz2mo rivendell-$(VERSION)-$(ARCH)-$(RPM_RELEASE).tgz rivendell-$(VERSION)-$(ARCH)-$(RPM_RELEASE).mo - zip: dist tar -zxf rivendell-@VERSION@.tar.gz zip -r rivendell-@VERSION@.zip rivendell-@VERSION@ @@ -110,14 +102,11 @@ EXTRA_DIST = autogen.sh\ get_distro.pl\ get_target.sh\ INSTALL-WINDOWS\ - make_slack.in\ PACKAGE_VERSION\ rdrepld-suse.in\ rivendell.ism\ rivendell.pro\ rivendell.spec.in\ - slack-desc.in\ - slack_doinst.sh\ UPGRADING CLEANFILES = *~\ @@ -130,11 +119,9 @@ CLEANFILES = *~\ DISTCLEANFILES = config.guess\ config.sub\ ltmain.sh\ - make_slack\ rdrepld-suse\ rivendell\ - rivendell.spec\ - slack-desc + rivendell.spec MAINTAINERCLEANFILES = *~\ *.tar.gz\ diff --git a/configure.ac b/configure.ac index 896b3298..25cb581d 100644 --- a/configure.ac +++ b/configure.ac @@ -461,8 +461,6 @@ ln -s ../../icons/trashcan-32x32.png docs/opsguide/trashcan-32x32.png AC_CONFIG_FILES([rivendell.spec \ Makefile \ - make_slack \ - slack-desc \ rdrepld-suse \ conf/rd-bin.conf \ icons/Makefile \ @@ -551,7 +549,6 @@ AC_CONFIG_FILES([rivendell.spec \ xdg/Makefile \ ]) AC_OUTPUT() -chmod 755 make_slack chmod 755 rdrepld-suse # diff --git a/make_slack.in b/make_slack.in deleted file mode 100755 index 1f89c88f..00000000 --- a/make_slack.in +++ /dev/null @@ -1,185 +0,0 @@ -#!/bin/bash - -# make_slack -# -# Make a Slackware package. -# -# (C) Copyright 2006,2016 Fred Gleason -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of version 2 of the GNU General Public License as -# published by the Free Software Foundation; -# -# 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. -# -# 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 -# - -# -# USAGE -# make_slack [] -# - -# -# Clean the build tree -# -BUILD_DIR=/var/tmp/rivendell-@VERSION@ -rm -rf $BUILD_DIR - -# -# Build the package tree -# -mkdir -p $BUILD_DIR@LOCAL_PREFIX@/bin -cp cae/.libs/caed $BUILD_DIR@LOCAL_PREFIX@/bin/ -chmod 4755 $BUILD_DIR@LOCAL_PREFIX@/bin/caed -cp ripcd/.libs/ripcd $BUILD_DIR@LOCAL_PREFIX@/bin/ -chmod 4755 $BUILD_DIR@LOCAL_PREFIX@/bin/ripcd -cp rdcatchd/.libs/rdcatchd $BUILD_DIR@LOCAL_PREFIX@/bin/ -chmod 4755 $BUILD_DIR@LOCAL_PREFIX@/bin/rdcatchd -cp rdadmin/.libs/rdadmin $BUILD_DIR@LOCAL_PREFIX@/bin/ -cp rdairplay/.libs/rdairplay $BUILD_DIR@LOCAL_PREFIX@/bin/ -cp rdpanel/.libs/rdpanel $BUILD_DIR@LOCAL_PREFIX@/bin/ -cp rdcatch/.libs/rdcatch $BUILD_DIR@LOCAL_PREFIX@/bin/ -cp utils/rdgen/rdgen $BUILD_DIR@LOCAL_PREFIX@/bin/ -cp rdlibrary/.libs/rdlibrary $BUILD_DIR@LOCAL_PREFIX@/bin/ -cp rdlogedit/.libs/rdlogedit $BUILD_DIR@LOCAL_PREFIX@/bin/ -cp rdlogmanager/.libs/rdlogmanager $BUILD_DIR@LOCAL_PREFIX@/bin/ -cp rdcastmanager/.libs/rdcastmanager $BUILD_DIR@LOCAL_PREFIX@/bin/ -cp rdlogin/.libs/rdlogin $BUILD_DIR@LOCAL_PREFIX@/bin/ -mkdir -p /$BUILD_DIR@LOCAL_PREFIX@/lib -cp lib/.libs/librd-@VERSION@.so $BUILD_DIR@LOCAL_PREFIX@/lib/ -ln -s @LOCAL_PREFIX@/lib/librd-@VERSION@ $BUILD_DIR@LOCAL_PREFIX@/lib/librd.so -cp utils/rmlsend/.libs/rmlsend $BUILD_DIR@LOCAL_PREFIX@/bin/ -cp utils/rdgpimon/.libs/rdgpimon $BUILD_DIR@LOCAL_PREFIX@/bin/ -cp utils/rdfilewrite/.libs/rdfilewrite $BUILD_DIR@LOCAL_PREFIX@/bin/ -cp utils/rdimport/.libs/rdimport $BUILD_DIR@LOCAL_PREFIX@/bin/ -cp scripts/rd_audio_sync $BUILD_DIR@LOCAL_PREFIX@/bin/ -cp scripts/rd_config $BUILD_DIR@LOCAL_PREFIX@/bin/ -mkdir -p $BUILD_DIR@LOCAL_PREFIX@/sbin -cp utils/sas_shim/.libs/sas_shim $BUILD_DIR@LOCAL_PREFIX@/sbin/ -cp utils/rddbcheck/.libs/rddbcheck $BUILD_DIR@LOCAL_PREFIX@/sbin/ -mkdir -p $BUILD_DIR@libexecdir@ -cp web/rdfeed/.libs/rdfeed.xml $BUILD_DIR@libexecdir@/ -cp web/rdcastmanager/.libs/rdcastmanager.cgi $BUILD_DIR@libexecdir@/ -ln -s @libexecdir@/rdfeed.xml $BUILD_DIR@libexecdir@/rdfeed.mp3 -cp icons/greencheckmark.png $BUILD_DIR@libexecdir@/ -cp icons/redx.png $BUILD_DIR@libexecdir@/ -cp icons/greenball.png $BUILD_DIR@libexecdir@/ -cp icons/redball.png $BUILD_DIR@libexecdir@/ -cp icons/whiteball.png $BUILD_DIR@libexecdir@/ -mkdir -p $BUILD_DIR/etc/httpd/extra -cp conf/rd-bin.conf $BUILD_DIR/etc/httpd/extra/ -mkdir -p $BUILD_DIR@LOCAL_PREFIX@/share/srlabs -cp lib/librd_es.qm $BUILD_DIR@LOCAL_PREFIX@/share/srlabs/ -cp rdadmin/rdadmin_es.qm $BUILD_DIR@LOCAL_PREFIX@/share/srlabs/ -cp rdairplay/rdairplay_es.qm $BUILD_DIR@LOCAL_PREFIX@/share/srlabs/ -cp rdpanel/rdpanel_es.qm $BUILD_DIR@LOCAL_PREFIX@/share/srlabs/ -cp rdcatch/rdcatch_es.qm $BUILD_DIR@LOCAL_PREFIX@/share/srlabs/ -cp rdlibrary/rdlibrary_es.qm $BUILD_DIR@LOCAL_PREFIX@/share/srlabs/ -cp rdlogedit/rdlogedit_es.qm $BUILD_DIR@LOCAL_PREFIX@/share/srlabs/ -cp rdlogin/rdlogin_es.qm $BUILD_DIR@LOCAL_PREFIX@/share/srlabs/ -cp rdlogmanager/rdlogmanager_es.qm @LOCAL_PREFIX@/share/srlabs/ -cp utils/rdgpimon/rdgpimon_es.qm $BUILD_DIR@LOCAL_PREFIX@/share/srlabs/ -cp utils/rmlsend/rmlsend_es.qm $BUILD_DIR@LOCAL_PREFIX@/share/srlabs/ -mkdir -p $BUILD_DIR/etc/init.d -cp rivendell-suse $BUILD_DIR/etc/init.d/rivendell -mkdir -p $BUILD_DIR/usr/share/icons/hicolor/16x16/apps -cp icons/rivendell-16x16.xpm $BUILD_DIR/usr/share/icons/hicolor/16x16/apps/rivendell.xpm -mkdir -p $BUILD_DIR/usr/share/icons/hicolor/22x22/apps -cp icons/rivendell-22x22.xpm $BUILD_DIR/usr/share/icons/hicolor/22x22/apps/rivendell.xpm -mkdir -p $BUILD_DIR/usr/share/icons/hicolor/32x32/apps -cp icons/rivendell-32x32.xpm $BUILD_DIR/usr/share/icons/hicolor/32x32/apps/rivendell.xpm -mkdir -p $BUILD_DIR/usr/share/icons/hicolor/48x48/apps -cp icons/rivendell-48x48.xpm $BUILD_DIR/usr/share/icons/hicolor/48x48/apps/rivendell.xpm -mkdir -p $BUILD_DIR/usr/share/icons/hicolor/64x64/apps -cp icons/rivendell-64x64.xpm $BUILD_DIR/usr/share/icons/hicolor/64x64/apps/rivendell.xpm -mkdir -p $BUILD_DIR/usr/share/icons/hicolor/128x128/apps -cp icons/rivendell-128x128.xpm $BUILD_DIR/usr/share/icons/hicolor/128x128/apps/rivendell.xpm -mkdir -p $BUILD_DIR/usr/share/applications -cp xdg/rdadmin.desktop $BUILD_DIR/usr/share/applications/ -cp xdg/rdairplay.desktop $BUILD_DIR/usr/share/applications/ -cp xdg/rdpanel.desktop $BUILD_DIR/usr/share/applications/ -cp xdg/rdcatch.desktop $BUILD_DIR/usr/share/applications/ -cp xdg/rdgpimon.desktop $BUILD_DIR/usr/share/applications/ -cp xdg/rdlibrary.desktop $BUILD_DIR/usr/share/applications/ -cp xdg/rdlogedit.desktop $BUILD_DIR/usr/share/applications/ -cp xdg/rdlogmanager.desktop $BUILD_DIR/usr/share/applications/ -cp xdg/rmlsend.desktop $BUILD_DIR/usr/share/applications/ -mkdir -p $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp AUTHORS $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp ChangeLog $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp COPYING $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp INSTALL $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp NEWS $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp README $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp SupportedCards $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp ToDo $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp conf/rd.conf-sample $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp conf/rd.conf-complete-sample $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp conf/my.cnf-master $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp conf/my.cnf-standby $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/cae.sxw $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/catchd.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/colors $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/GPIO.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/ripc.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/SWITCHERS.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/JACK.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/ENCODERS.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/pam_rd.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/rml.sxw $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/tables/audio_perms.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/tables/audio_ports.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/tables/cart.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/tables/clipboard.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/tables/cuts.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/tables/decks.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/tables/groups.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/tables/log_format.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/tables/logs.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/tables/panels.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/tables/rd_airplay.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/tables/rd_library.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/tables/rd_logedit.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/tables/recordings.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/tables/services.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/tables/sources.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/tables/svc_rec_format.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/tables/stations.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/tables/triggers.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/tables/ttys.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/tables/users.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/tables/version.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -mkdir -p $BUILD_DIR/var/run/rivendell -cp docs/implemented_macros.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp utils/sas_shim/rc.sas_shim $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/reports.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/NOW+NEXT.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/WIN32.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -cp docs/ALSA.txt $BUILD_DIR/usr/doc/rivendell-@VERSION@ -mkdir -p $BUILD_DIR/install -cp slack-desc $BUILD_DIR/install/ -cp slack_doinst.sh $BUILD_DIR/install/doinst.sh - -# -# Generate the package -# -SOURCE_DIR=`pwd` -cd $BUILD_DIR -makepkg --prepend --linkadd y --chown n rivendell.tgz -cd $SOURCE_DIR -cp $BUILD_DIR/rivendell.tgz ./rivendell-@VERSION@-i586-@RPM_RELEASE@.tgz - -# -# Clean up and exit -# -rm -r $BUILD_DIR - - -# End of make_slack diff --git a/slack-desc.in b/slack-desc.in deleted file mode 100644 index dcbeacce..00000000 --- a/slack-desc.in +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -rivendell-@VERSION@-i586-@RPM_RELEASE@: rivendell (A Radio Broadcast Automation System) -rivendell-@VERSION@-i586-@RPM_RELEASE@: -rivendell-@VERSION@-i586-@RPM_RELEASE@: Rivendell aims to be a complete radio broadcast automation solution, with -rivendell-@VERSION@-i586-@RPM_RELEASE@: facilities for the acquisition, management, scheduling and playout of -rivendell-@VERSION@-i586-@RPM_RELEASE@: audio content. -rivendell-@VERSION@-i586-@RPM_RELEASE@: -rivendell-@VERSION@-i586-@RPM_RELEASE@: -rivendell-@VERSION@-i586-@RPM_RELEASE@: -rivendell-@VERSION@-i586-@RPM_RELEASE@: -rivendell-@VERSION@-i586-@RPM_RELEASE@: -rivendell-@VERSION@-i586-@RPM_RELEASE@: diff --git a/slack_doinst.sh b/slack_doinst.sh deleted file mode 100755 index b0ba4128..00000000 --- a/slack_doinst.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/bash -# -# slack_doinst.sh -# -# Libradio installation package script for Slackware -# -# Copyright 2002-2006,2016 Fred Gleason -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation. -# -# 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. -# -# 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., 675 Mass Ave, Cambridge, MA 02139, USA. -# - -/sbin/ldconfig - - -# End of slack_doinst.sh - From 3d44a85cfdd3706614884f62f4f0b900c74d9492 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 19 Oct 2018 21:01:30 -0400 Subject: [PATCH 2/8] 2018-10-19 Fred Gleason * Removed the 'debian/' directory. --- ChangeLog | 2 + Makefile.am | 6 - configure.ac | 2 - debian/Makefile.am | 65 --- debian/README.Debian | 55 -- debian/changelog | 387 ------------- debian/compat | 1 - debian/control | 38 -- debian/copyright | 15 - debian/librivendell.install | 6 - debian/menu | 42 -- debian/patches/00list | 4 - debian/patches/00template | 26 - debian/patches/07_extra_paren.dpatch | 38 -- debian/patches/Makefile.am | 26 - debian/rdadmin.desktop | 9 - debian/rdadmin.xpm | 768 -------------------------- debian/rdairplay.desktop | 9 - debian/rdairplay.xpm | 738 ------------------------- debian/rdcatch.desktop | 9 - debian/rdcatch.xpm | 780 -------------------------- debian/rdlibrary.desktop | 9 - debian/rdlibrary.xpm | 788 --------------------------- debian/rdlogedit.desktop | 9 - debian/rdlogedit.xpm | 751 ------------------------- debian/rdlogin.desktop | 9 - debian/rdlogin.xpm | 715 ------------------------ debian/rdlogmanager.desktop | 9 - debian/rdlogmanager.xpm | 745 ------------------------- debian/rivendell.conffiles | 1 - debian/rivendell.config | 110 ---- debian/rivendell.docs.in | 9 - debian/rivendell.examples | 2 - debian/rivendell.init | 83 --- debian/rivendell.install | 5 - debian/rivendell.logrotate | 27 - debian/rivendell.postinst | 315 ----------- debian/rivendell.postrm | 77 --- debian/rivendell.templates | 228 -------- debian/rules | 117 ---- 40 files changed, 2 insertions(+), 7033 deletions(-) delete mode 100644 debian/Makefile.am delete mode 100644 debian/README.Debian delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/librivendell.install delete mode 100644 debian/menu delete mode 100644 debian/patches/00list delete mode 100644 debian/patches/00template delete mode 100644 debian/patches/07_extra_paren.dpatch delete mode 100644 debian/patches/Makefile.am delete mode 100644 debian/rdadmin.desktop delete mode 100644 debian/rdadmin.xpm delete mode 100644 debian/rdairplay.desktop delete mode 100644 debian/rdairplay.xpm delete mode 100644 debian/rdcatch.desktop delete mode 100644 debian/rdcatch.xpm delete mode 100644 debian/rdlibrary.desktop delete mode 100644 debian/rdlibrary.xpm delete mode 100644 debian/rdlogedit.desktop delete mode 100644 debian/rdlogedit.xpm delete mode 100644 debian/rdlogin.desktop delete mode 100644 debian/rdlogin.xpm delete mode 100644 debian/rdlogmanager.desktop delete mode 100644 debian/rdlogmanager.xpm delete mode 100644 debian/rivendell.conffiles delete mode 100644 debian/rivendell.config delete mode 100644 debian/rivendell.docs.in delete mode 100644 debian/rivendell.examples delete mode 100755 debian/rivendell.init delete mode 100644 debian/rivendell.install delete mode 100644 debian/rivendell.logrotate delete mode 100644 debian/rivendell.postinst delete mode 100644 debian/rivendell.postrm delete mode 100644 debian/rivendell.templates delete mode 100755 debian/rules diff --git a/ChangeLog b/ChangeLog index 39f9837d..c271d29b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17854,3 +17854,5 @@ 2018-10-19 Fred Gleason * Removed the 'make slack' target. * Removed the 'make slax' target. +2018-10-19 Fred Gleason + * Removed the 'debian/' directory. diff --git a/Makefile.am b/Makefile.am index 7fac5ee4..f3046bf6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,6 @@ SUBDIRS = icons\ $(HPI_RD_OPT) apis\ scripts\ conf\ - debian\ docs\ xdg\ cae\ @@ -66,11 +65,6 @@ ACLOCAL_AMFLAGS = -I m4 maintainer-clean-local: rm -rf m4 -install-debian: - touch ./building-debian - make install - rm -f ./building-debian - rpm: dist mkdir -p $(HOME)/rpmbuild/SOURCES cp rivendell-$(VERSION).tar.gz $(HOME)/rpmbuild/SOURCES/ diff --git a/configure.ac b/configure.ac index 25cb581d..6bd3c458 100644 --- a/configure.ac +++ b/configure.ac @@ -518,8 +518,6 @@ AC_CONFIG_FILES([rivendell.spec \ docs/tables/Makefile \ xdg/rivendell-opsguide-html.desktop \ xdg/rivendell-opsguide-pdf.desktop \ - debian/Makefile \ - debian/patches/Makefile \ importers/Makefile \ ios/Makefile \ ios/rmlsend/Makefile \ diff --git a/debian/Makefile.am b/debian/Makefile.am deleted file mode 100644 index c9d2afe2..00000000 --- a/debian/Makefile.am +++ /dev/null @@ -1,65 +0,0 @@ -## automake.am -## -## debian/automake.am for Rivendell -## -## Use automake to process this into a Makefile.in -## -## (C) Copyright 2002-2005,2016 Fred Gleason -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License version 2 as -## published by the Free Software Foundation. -## -## 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. -## -## 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., 675 Mass Ave, Cambridge, MA 02139, USA. -## - -SUBDIRS = patches - -EXTRA_DIST = changelog\ - compat\ - control\ - copyright\ - librivendell.install\ - menu\ - rdadmin.desktop\ - rdadmin.xpm\ - rdairplay.desktop\ - rdairplay.xpm\ - rdcatch.desktop\ - rdcatch.xpm\ - rdlibrary.desktop\ - rdlibrary.xpm\ - rdlogedit.desktop\ - rdlogedit.xpm\ - rdlogin.desktop\ - rdlogin.xpm\ - rdlogmanager.desktop\ - rdlogmanager.xpm\ - README.Debian\ - rivendell.conffiles\ - rivendell.config\ - rivendell.docs.in\ - rivendell.install\ - rivendell.logrotate\ - rivendell.templates\ - rivendell.examples\ - rivendell.init\ - rivendell.postinst\ - rivendell.postrm\ - rules - -CLEANFILES = *~\ - rivendell.docs\ - substvars - -MAINTAINERCLEANFILES = *~\ - aclocal.m4\ - configure\ - Makefile.in diff --git a/debian/README.Debian b/debian/README.Debian deleted file mode 100644 index 935cd53a..00000000 --- a/debian/README.Debian +++ /dev/null @@ -1,55 +0,0 @@ -# -# Rivendell introduction: -# - -The Rivendell radio broadcast automation solution has been installed. - -The next step is to run the "rdadmin" command with a user that has permissions -to the rivendell system. The first time it will prompt for a MySQL userid and -password that has permissions to connect and create the database. - -Once the database has been created, run the "rdadmin" command again. From this -point on, rdadmin will allow for configuring of Rivendell. - -The default user accounts within Rivendell are "admin" and "user", both with no -password. - - -# -# Creating *nix user accounts that have permission to access Rivendell -# - -# first create the user, such as foouser -adduser foouser - -# add the user to the audio group, so they can access the sound card -adduser foouser audio - -# add the user to the rivendell group, so they can access rivendell resources. -adduser foouser rivendell - - -# -# ALSA Rivendell integration -# -In order for Rivendell to recognize an ALSA sound adapter, there must exist a -standard ALSA configuration file with a card named "rd0" defined. - -The ALSA configuration file can be global (/etc/asound.conf) or per user -(~/.asoundrc). - -Sample contents for the configuration file to define rd0 follow: -pcm.rd0 { - type hw - card 1 -} -ctl.rd0 { - type hw - card 1 -} - -More information on ALSA configuration files can be found here: -http://www.alsa-project.org/alsa-doc/doc-php/asoundrc.php - -More information on Rivendell and ALSA can also be found in -/usr/share/doc/rivendell/ALSA.txt . diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index ae447738..00000000 --- a/debian/changelog +++ /dev/null @@ -1,387 +0,0 @@ -rivendell (1.0.0~rc0-1) unstable; urgency=low - - * New release. - - -- Federico Grau Thu, 10 Apr 2008 10:00:25 -0400 - -rivendell (0.9.83-1) unstable; urgency=low - - * New release. - - -- Federico Grau Thu, 27 Dec 2007 10:00:58 -0500 - -rivendell (0.9.82-1) unstable; urgency=low - - * New release. - - -- Federico Grau Wed, 12 Sep 2007 13:43:18 -0400 - -rivendell (0.9.81-1) unstable; urgency=low - - * New release. - - -- Federico Grau Fri, 13 Jul 2007 10:45:59 -0400 - -rivendell (0.9.79-5) unstable; urgency=low - - * Updated copyright with Fred Gleason's new email address. - - -- Federico Grau Thu, 15 Feb 2007 12:59:23 -0500 - -rivendell (0.9.79-4) unstable; urgency=low - - * More work on the Audacity integration with Rivendell patch. - - -- Federico Grau Tue, 30 Jan 2007 14:44:07 -0500 - -rivendell (0.9.79-3) unstable; urgency=low - - * Test build with 08_audacity patch which add audacity integration to - rivendell (thanks to Panvid Co and Pavel Domsa for the - initial patch). - - -- Federico Grau Mon, 29 Jan 2007 18:12:14 -0500 - -rivendell (0.9.79-2) unstable; urgency=low - - * Added 07_extra_paren patch which corrects rdadmin/createdb.cpp bug - creating db. - - -- Federico Grau Tue, 12 Dec 2006 16:35:52 -0500 - -rivendell (0.9.79-1) unstable; urgency=low - - * New upstream release. - - -- Federico Grau Thu, 7 Dec 2006 12:13:31 -0500 - -rivendell (0.9.77-1) unstable; urgency=low - - * New upstream release. - - -- Federico Grau Mon, 4 Dec 2006 18:18:10 -0500 - -rivendell (0.9.74-2) unstable; urgency=low - - * Added (and enabled) a patch to escape SQL column names when generating - reports 06_escapesql.dpatch . - - -- Federico Grau Fri, 29 Sep 2006 18:42:30 -0400 - -rivendell (0.9.74-1) unstable; urgency=low - - * New upstream release. - * Disabled music scheduler patch. - - -- Federico Grau Thu, 28 Sep 2006 12:49:51 -0400 - -rivendell (0.9.73-1.2) unstable; urgency=low - - * Added libhpi-dev to the build-dep list. - * Recompiling with libhpi-dev installed locally. - - -- Henry Rivera Thu, 14 Sep 2006 20:46:40 -0400 - -rivendell (0.9.73-1.1) unstable; urgency=low - - * Enabled music scheduler patch. - - -- Henry Rivera Thu, 14 Sep 2006 07:31:04 -0400 - -rivendell (0.9.73-1) unstable; urgency=low - - * New upstream release. - * Added libpam0g-dev to the build-dep package list. - - -- Henry Rivera Thu, 14 Sep 2006 06:04:49 -0400 - -rivendell (0.9.71-1) unstable; urgency=low - - * New upstream release. - * corrected package description in control. - * Added rdlogin icon (xpm, desktop, menu) to debian dir. - - -- Federico Grau Mon, 14 Aug 2006 18:05:46 -0400 - -rivendell (0.9.70-4) unstable; urgency=low - - * This time with the patch enabled :-/ . - - -- Federico Grau Wed, 9 Aug 2006 16:38:15 -0400 - -rivendell (0.9.70-3) unstable; urgency=low - - * Add patch 05_pam_rd_hack, with edits to set the DEFAULTUSER instead of - regular user (thus no changes will be required to ripcd to pickup the user - change). - - -- Federico Grau Wed, 9 Aug 2006 15:08:19 -0400 - -rivendell (0.9.70-2) unstable; urgency=low - - * Add patch 04_pam_rd_cvs_fixes.dpatch with pam_rd efforts in CVS since - 0.9.70. - * disabled music scheduler patch for now. - - -- Federico Grau Wed, 9 Aug 2006 13:43:00 -0400 - -rivendell (0.9.70-1.4) unstable; urgency=low - - * Update with a new music scheduler patch. - - -- Federico Grau Wed, 9 Aug 2006 12:44:56 -0400 - -rivendell (0.9.70-1.3) unstable; urgency=low - - * This time with the patch enabled :-/ . - - -- Federico Grau Tue, 8 Aug 2006 13:50:23 -0400 - -rivendell (0.9.70-1.2) unstable; urgency=low - - * Update the patch from Stefan Gabrial. - - -- Federico Grau Tue, 8 Aug 2006 12:35:46 -0400 - -rivendell (0.9.70-1.1) unstable; urgency=low - - * Applied music scheduler patch from Stefan Gabriel . - This is debian/patches/10_music_scheduler. - - -- Federico Grau Tue, 8 Aug 2006 11:14:27 -0400 - -rivendell (0.9.70-1) unstable; urgency=low - - * New upstream release. - - -- Federico Grau Mon, 7 Aug 2006 15:54:57 -0400 - -rivendell (0.9.68-0) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Thu,25 May 2006 12:15:00 +0200 - -rivendell (0.9.64-0) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Mon,23 Jan 2005 10:30:00 +0100 - -rivendell (0.9.63-0) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Sat,17 Dec 2005 11:30:00 +0100 - -rivendell (0.9.62-0) unstable; urgency=low - - * new upstream release - * added alsa dependency - - -- Alban Peignier Thu,1 Dec 2005 10:00:00 +0100 - -rivendell (0.9.55-0) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Wed,12 Oct 2005 09:30:00 +0200 - -rivendell (0.9.53-0) unstable; urgency=low - - * added menus (patch from Federico Grau ) - * new upstream release - - -- Alban Peignier Sat,01 Oct 2005 11:45:00 +0200 - -rivendell (0.9.51-0) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Wed,31 Aug 2005 22:30:00 +0200 - -rivendell (0.9.49) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Thu,18 Aug 2005 19:10:00 +0200 - -rivendell (0.9.44) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Sat,16 Jul 2005 13:30:00 +0200 - -rivendell (0.9.39) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Mon,11 Jul 2005 12:30:00 +0200 - -rivendell (0.9.38) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Thu,07 Jul 2005 10:30:00 +0200 - -rivendell (0.9.34) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Fri,03 Jun 2005 00:30:00 +0200 - -rivendell (0.9.33+cvs20050523) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Mon,23 May 2005 15:30:00 +0200 - -rivendell (0.9.33) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Sat,21 May 2005 11:50:00 +0200 - -rivendell (0.9.32) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Tue,10 May 2005 23:50:00 +0200 - -rivendell (0.9.28+cvs20050430) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Sat,30 Apr 2005 10:15:00 +0200 - -rivendell (0.9.28) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Wed,09 Mar 2005 10:30:00 +0100 - -rivendell (0.9.26) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Fri,18 Feb 2005 08:45:00 +0100 - -rivendell (0.9.21) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Sun,30 Jan 2005 23:20:00 +0100 - -rivendell (0.9.17-1) unstable; urgency=low - - * fixed the toolame dependency problem (notified by Richard Lamont) - - -- Alban Peignier Sat,22 Jan 2005 14:40:00 +0100 - -rivendell (0.9.17) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Tue,18 Jan 2005 20:55:00 +0100 - -rivendell (0.9.16) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Tue,28 Dec 2004 10:00:00 +0100 - -rivendell (0.9.15) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Sat,18 Dec 2004 17:00:00 +0100 - -rivendell (0.9.13+cvs20041216-1) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Fri,17 Dec 2004 09:00:00 +0100 - -rivendell (0.9.13+cvs20041209-1) unstable; urgency=low - - * new upstream release - * use "rdadmin --check-db" into the init script - - -- Alban Peignier Thu,09 Dec 2004 19:40:00 +0100 - -rivendell (0.9.12+cvs20041207-1) unstable; urgency=low - - * fixed a startup daemon problems, now use the AudioOwner defined into rd.conf - - -- Alban Peignier Mon,07 Dec 2004 19:40:00 +0100 - -rivendell (0.9.12+cvs20041206-1) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Mon,06 Dec 2004 21:40:00 +0100 - -rivendell (0.9.12+cvs20041124-1) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Wed,24 Nov 2004 23:30:00 +0100 - -rivendell (0.9.12+cvs20041124) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Wed,24 Nov 2004 10:30:00 +0100 - -rivendell (0.9.12+cvs20041118) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Thu,18 Nov 2004 08:30:00 +0100 - -rivendell (0.9.12) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Tue,16 Nov 2004 09:30:00 +0100 - -rivendell (0.9.11) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Sat,13 Nov 2004 11:30:00 +0100 - -rivendell (0.9.9) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Mon,04 Nov 2004 20:00:00 +0100 - -rivendell (0.9.4) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Thu, 28 Oct 2004 12:00:00 +0200 - -rivendell (0.9.0+cvs20040831-1) unstable; urgency=low - - * docs directory now is packaged - * ChangeLog is now used as upstream changelog - * new upstream release - - -- Alban Peignier Tue, 31 Aug 2004 14:15:00 +0200 - -rivendell (0.9.0+cvs20040829-1) unstable; urgency=low - - * add post installation operations to directories and a rivendell group - * add init.d script to start the daemon - * add configuration examples - * new upstream release - - -- Alban Peignier Sun, 29 Aug 2004 11:50:00 +0200 - -rivendell (0.9.0-1) unstable; urgency=low - - * new upstream release - - -- Alban Peignier Mon, 24 Aug 2004 22:50:00 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b8626c4c..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -4 diff --git a/debian/control b/debian/control deleted file mode 100644 index 702ebb23..00000000 --- a/debian/control +++ /dev/null @@ -1,38 +0,0 @@ -Source: rivendell -Section: sound -Priority: optional -Maintainer: Alban Peignier -Build-Depends: debhelper, autoconf, automake1.9, dpatch, libtool, libjack0.80.0-dev | libjack0.100.0-dev, libqt3-mt-dev, libasound2-dev, libsamplerate0-dev, libvorbis-dev, libtag1-dev, libid3-dev, libflac-dev, libpam0g-dev, libhpi-dev -Standards-Version: 3.6.1 - -Package: rivendell -Architecture: i386 -Depends: ${shlibs:Depends}, bc, cdda2wav, cdparanoia, flac, lame, libqt3-mt-mysql | libqt3c102-mt-mysql, libhpi, mpg321, vorbis-tools -Recommends: jackd, logrotate -Description: Rivendell binaries - contains a full set of functionality needed to operate a radio - automation system, consisting of the following components: - . - RDAdmin: a comprehensive application for the administration and configuration - of Rivendell. - . - RDLibrary: the production audio interface. - . - RDCatch: the automatic recorder interface. - . - RDLogin: a small utility for logging users into and out of the system. - . - RDLogEdit: a basic air log creation and editing tool. - . - RDLogManager: a utility for the automatic generation of logs, based on - templates. It also supports importation of schedule information from a wide - variety of third-party traffic and music scheduling systems. - . - RDAirPlay: the on-air playout application. - -Package: librivendell -Architecture: i386 -Depends: ${shlibs:Depends} -Description: Rivendell library - C++ runtime library - Contains a full set of functionality needed to operate a radio - automation system, consisting of the following components. - diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 7bce3f3b..00000000 --- a/debian/copyright +++ /dev/null @@ -1,15 +0,0 @@ -This package was debianized by Alban Peignier on -Tue Aug 24, 2004 22:50:00 +0200 - -It was downloaded from http://www.rivendellaudio.org/rivendell/download.html - -Upstream Author: Fred Gleason - -Copyright 2002-2007 Fred Gleason - - You should have received a copy of the GNU General Public License with the - Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; if - not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite - 330, Boston, MA 02111-1307 USA - - diff --git a/debian/librivendell.install b/debian/librivendell.install deleted file mode 100644 index dc6d12c3..00000000 --- a/debian/librivendell.install +++ /dev/null @@ -1,6 +0,0 @@ -lib/security -usr/lib/librdhpi-*.so -usr/lib/librdhpi.so -usr/lib/librd-*.so -usr/lib/librd.so -usr/share/srlabs/librd*.qm diff --git a/debian/menu b/debian/menu deleted file mode 100644 index a1c816a1..00000000 --- a/debian/menu +++ /dev/null @@ -1,42 +0,0 @@ -?package(rivendell):\ - needs="x11"\ - section="Apps/Sound"\ - title="rdadmin" command="/usr/bin/rdadmin" \ - icon="/usr/share/srlabs/rdadmin.xpm" - -?package(rivendell):\ - needs="x11"\ - section="Apps/Sound"\ - title="rdairplay" command="/usr/bin/rdairplay" \ - icon="/usr/share/srlabs/rdairplay.xpm" - -?package(rivendell):\ - needs="x11"\ - section="Apps/Sound"\ - title="rdcatch" command="/usr/bin/rdcatch" \ - icon="/usr/share/srlabs/rdcatch.xpm" - -?package(rivendell):\ - needs="x11"\ - section="Apps/Sound"\ - title="rdlibrary" command="/usr/bin/rdlibrary" \ - icon="/usr/share/srlabs/rdlibrary.xpm" - -?package(rivendell):\ - needs="x11"\ - section="Apps/Sound"\ - title="rdlogedit" command="/usr/bin/rdlogedit" \ - icon="/usr/share/srlabs/rdlogedit.xpm" - -?package(rivendell):\ - needs="x11"\ - section="Apps/Sound"\ - title="rdlogin" command="/usr/bin/rdlogin" \ - icon="/usr/share/srlabs/rdlogin.xpm" - -?package(rivendell):\ - needs="x11"\ - section="Apps/Sound"\ - title="rdlogmanager" command="/usr/bin/rdlogmanager" \ - icon="/usr/share/srlabs/rdlogmanager.xpm" - diff --git a/debian/patches/00list b/debian/patches/00list deleted file mode 100644 index 255b42e1..00000000 --- a/debian/patches/00list +++ /dev/null @@ -1,4 +0,0 @@ -# This is part of the dpatch infrastructure. -# See dpatch (1) in the man pages for more info. -# Brief summary is to uncomment patches to be applied in this file. -#07_extra_paren diff --git a/debian/patches/00template b/debian/patches/00template deleted file mode 100644 index 499e06c6..00000000 --- a/debian/patches/00template +++ /dev/null @@ -1,26 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -# -# template file for dpatch. see dpatch-edit-patch(1) for more details. -# -## -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts -patch_opts="${patch_opts:--f --no-backup-if-mismatch ${2:+-d $2}}" - -if [ $# -lt 1 ]; then - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -fi -case "$1" in - -patch) patch $patch_opts -p1 < $0;; - -unpatch) patch $patch_opts -p1 -R < $0;; - *) - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1;; -esac - -exit 0 -@DPATCH@ diff --git a/debian/patches/07_extra_paren.dpatch b/debian/patches/07_extra_paren.dpatch deleted file mode 100644 index 5b93c1ff..00000000 --- a/debian/patches/07_extra_paren.dpatch +++ /dev/null @@ -1,38 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -# -# template file for dpatch. see dpatch-edit-patch(1) for more details. -# -## -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts -patch_opts="${patch_opts:--f --no-backup-if-mismatch ${2:+-d $2}}" - -if [ $# -lt 1 ]; then - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -fi -case "$1" in - -patch) patch $patch_opts -p1 < $0;; - -unpatch) patch $patch_opts -p1 -R < $0;; - *) - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1;; -esac - -exit 0 -@DPATCH@ -diff -urNad rivendell-0.9.79/rdadmin/createdb.cpp /home/grauf/tmp/dpep.gHhh0y/rivendell-0.9.79/rdadmin/createdb.cpp ---- rivendell-0.9.79/rdadmin/createdb.cpp 2006-12-05 14:25:32.000000000 -0500 -+++ /home/grauf/tmp/dpep.gHhh0y/rivendell-0.9.79/rdadmin/createdb.cpp 2006-12-12 16:34:49.000000000 -0500 -@@ -706,7 +706,7 @@ - DEFAULT_TRANS_TYPE int default 0,\ - BAR_ACTION int unsigned default 0,\ - FLASH_PANEL enum('N','Y') default 'N',\ -- PANEL_PAUSE_ENABLED enum('N','Y') default 'N'),\ -+ PANEL_PAUSE_ENABLED enum('N','Y') default 'N',\ - PAUSE_ENABLED enum('N','Y'),\ - DEFAULT_SERVICE char(10),\ - UDP_ADDR0 char(255),\ diff --git a/debian/patches/Makefile.am b/debian/patches/Makefile.am deleted file mode 100644 index 3a249fe6..00000000 --- a/debian/patches/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -## automake.am -## -## debian/automake.am for Rivendell -## -## Use automake to process this into a Makefile.in -## -## (C) Copyright 2002-2005,2016 Fred Gleason -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License version 2 as -## published by the Free Software Foundation. -## -## 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. -## -## 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., 675 Mass Ave, Cambridge, MA 02139, USA. -## - -EXTRA_DIST = 00list 00template 07_extra_paren.dpatch - -CLEANFILES = *~ substvars -MAINTAINERCLEANFILES = *~ Makefile.in diff --git a/debian/rdadmin.desktop b/debian/rdadmin.desktop deleted file mode 100644 index 6ba5c01c..00000000 --- a/debian/rdadmin.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=rdadmin -Comment=Rivendell Admin -Exec=rdadmin -Terminal=false -Type=Application -Icon=/usr/share/srlabs/rdadmin.xpm -Categories=Application;AudioVideo; diff --git a/debian/rdadmin.xpm b/debian/rdadmin.xpm deleted file mode 100644 index b1d58b50..00000000 --- a/debian/rdadmin.xpm +++ /dev/null @@ -1,768 +0,0 @@ -/* XPM */ -static char * rdadmin_xpm[] = { -"32 32 733 2", -" c None", -". c #3D485E", -"+ c #3D485F", -"@ c #364156", -"# c #3B475D", -"$ c #414F69", -"% c #37435A", -"& c #36425B", -"* c #3B4A68", -"= c #2F3645", -"- c #4B5871", -"; c #505D74", -"> c #4D586E", -", c #454F62", -"' c #606E88", -") c #5B6985", -"! c #414D64", -"~ c #536280", -"{ c #4E5F81", -"] c #3F4E69", -"^ c #435478", -"/ c #384868", -"( c #2E384D", -"_ c #424D5E", -": c #576375", -"< c #57606E", -"[ c #525B6A", -"} c #778192", -"| c #3B414B", -"1 c #8A98A8", -"2 c #404753", -"3 c #758398", -"4 c #4B5669", -"5 c #58667F", -"6 c #51607E", -"7 c #404D68", -"8 c #47587A", -"9 c #394868", -"0 c #364566", -"a c #30353E", -"b c #485468", -"c c #677281", -"d c #484F5D", -"e c #8F96A5", -"f c #3D414E", -"g c #A1A6B3", -"h c #4D5363", -"i c #8992A1", -"j c #686E79", -"k c #E11313", -"l c #3C4454", -"m c #586581", -"n c #6478A1", -"o c #3D4964", -"p c #46587D", -"q c #4A5D87", -"r c #323E5C", -"s c #354464", -"t c #23262D", -"u c #636F7E", -"v c #404551", -"w c #9BA1A7", -"x c #222531", -"y c #C7C8CD", -"z c #393C48", -"A c #A3A6B3", -"B c #7A7D86", -"C c #404557", -"D c #535768", -"E c #8FA0B8", -"F c #5E6983", -"G c #3D465C", -"H c #6A7EA7", -"I c #506285", -"J c #45567B", -"K c #445983", -"L c #3A4A70", -"M c #293246", -"N c #404B5C", -"O c #48505C", -"P c #6F7A88", -"Q c #636570", -"R c #888A94", -"S c #20222B", -"T c #DBDDE2", -"U c #50535F", -"V c #6C6E76", -"W c #D1D3DC", -"X c #2A2E3F", -"Y c #C4C9D3", -"Z c #353A44", -"` c #8092AC", -" . c #7283A0", -".. c #3B4359", -"+. c #3F4C67", -"@. c #5B72A2", -"#. c #425379", -"$. c #3E4C6F", -"%. c #3C4F7A", -"&. c #374668", -"*. c #2A2E35", -"=. c #54627A", -"-. c #9299A1", -";. c #3C404D", -">. c #878996", -",. c #878A99", -"'. c #373E55", -"). c #CCCDD6", -"!. c #767989", -"~. c #3C435E", -"{. c #A8AAB4", -"]. c #565A68", -"^. c #353E56", -"/. c #54617C", -"(. c #86A2D2", -"_. c #5E6F96", -":. c #4A557A", -"<. c #45567D", -"[. c #5975B2", -"}. c #3E4E75", -"|. c #3A4362", -"1. c #202023", -"2. c #627183", -"3. c #394152", -"4. c #B8BBC3", -"5. c #2A2D39", -"6. c #848591", -"7. c #A0A3B3", -"8. c #1C202C", -"9. c #A2A8BE", -"0. c #C9CAD3", -"a. c #212431", -"b. c #4D5164", -"c. c #8B8C95", -"d. c #36384A", -"e. c #4D5160", -"f. c #8495AC", -"g. c #424C72", -"h. c #3B4560", -"i. c #5F749D", -"j. c #6A86B9", -"k. c #526288", -"l. c #5F6D9F", -"m. c #415582", -"n. c #5572B5", -"o. c #2F3D5B", -"p. c #47566D", -"q. c #7D8C9E", -"r. c #33343A", -"s. c #C6C7CF", -"t. c #242A3A", -"u. c #6E7792", -"v. c #CFD1D8", -"w. c #424A62", -"x. c #494C57", -"y. c #DFE0E3", -"z. c #8C8E9C", -"A. c #DDDEE2", -"B. c #838692", -"C. c #404357", -"D. c #8293AB", -"E. c #97AFD1", -"F. c #444C73", -"G. c #4A5579", -"H. c #607DB6", -"I. c #5977B2", -"J. c #333E59", -"K. c #464E6C", -"L. c #4D6399", -"M. c #363F4B", -"N. c #4B596D", -"O. c #8492A4", -"P. c #363A46", -"Q. c #CFD0D4", -"R. c #3F4C6D", -"S. c #3C4256", -"T. c #ECEEF5", -"U. c #5F6169", -"V. c #555B77", -"W. c #8E909D", -"X. c #DCDCE3", -"Y. c #24252D", -"Z. c #616472", -"`. c #E8EBF3", -" + c #A0A9BC", -".+ c #424C70", -"++ c #8BA3C8", -"@+ c #96B6E9", -"#+ c #647AA9", -"$+ c #293044", -"%+ c #46506E", -"&+ c #667BB3", -"*+ c #6A8CD6", -"=+ c #7090DC", -"-+ c #313A54", -";+ c #1F242E", -">+ c #222326", -",+ c #657B92", -"'+ c #3C4558", -")+ c #919FB2", -"!+ c #262C3C", -"~+ c #BEC1CA", -"{+ c #676C7D", -"]+ c #384467", -"^+ c #ADADB5", -"/+ c #C9CDDC", -"(+ c #2A2D3A", -"_+ c #3D4253", -":+ c #C5C6CD", -"<+ c #53586E", -"[+ c #34384B", -"}+ c #4E5365", -"|+ c #C1D2E5", -"1+ c #212331", -"2+ c #3F486A", -"3+ c #7E9BD4", -"4+ c #84AAEF", -"5+ c #5A70A8", -"6+ c #252C3C", -"7+ c #242938", -"8+ c #4B5F90", -"9+ c #5D82D2", -"0+ c #48649F", -"a+ c #273147", -"b+ c #6F8398", -"c+ c #333841", -"d+ c #A0ABB5", -"e+ c #283454", -"f+ c #99A1B7", -"g+ c #A8AFBF", -"h+ c #21283B", -"i+ c #878EA8", -"j+ c #EBECF2", -"k+ c #71778C", -"l+ c #2D344D", -"m+ c #D4D8E4", -"n+ c #BDC0CB", -"o+ c #41465B", -"p+ c #454E73", -"q+ c #464C60", -"r+ c #9AAEC8", -"s+ c #6876A0", -"t+ c #353B57", -"u+ c #272C3C", -"v+ c #3E4C6D", -"w+ c #7DA2EA", -"x+ c #6487CB", -"y+ c #647CAB", -"z+ c #535E85", -"A+ c #2B3550", -"B+ c #3A4E7A", -"C+ c #5170A4", -"D+ c #4C4E51", -"E+ c #8096AC", -"F+ c #2C323F", -"G+ c #B7C4D0", -"H+ c #3C4A6C", -"I+ c #4C5773", -"J+ c #DCDCE1", -"K+ c #5D6A8F", -"L+ c #242D47", -"M+ c #9A9EAD", -"N+ c #DBDBDE", -"O+ c #3F4A70", -"P+ c #404456", -"Q+ c #DFE5F3", -"R+ c #D5E0F0", -"S+ c #3D4453", -"T+ c #3A4568", -"U+ c #4E5982", -"V+ c #6D87B6", -"W+ c #62709E", -"X+ c #555F8A", -"Y+ c #343A4F", -"Z+ c #3F537E", -"`+ c #668EDD", -" @ c #597DC5", -".@ c #303E5C", -"+@ c #3A4357", -"@@ c #445072", -"#@ c #333C52", -"$@ c #44494F", -"%@ c #7C95A3", -"&@ c #262E3D", -"*@ c #A0A9B1", -"=@ c #5E6980", -"-@ c #324576", -";@ c #C8CAD2", -">@ c #9BA3B7", -",@ c #2E3445", -"'@ c #4F5978", -")@ c #D8D9DE", -"!@ c #2B3142", -"~@ c #455681", -"{@ c #565E72", -"]@ c #BFCFD9", -"^@ c #B6CCE5", -"/@ c #5B698A", -"(@ c #23293B", -"_@ c #56638D", -":@ c #7B9DD7", -"<@ c #7DA1E1", -"[@ c #475A80", -"}@ c #434C67", -"|@ c #5C6A98", -"1@ c #677BB2", -"2@ c #6685C4", -"3@ c #6791E1", -"4@ c #7BA5EB", -"5@ c #4B5C7B", -"6@ c #1E2026", -"7@ c #444D55", -"8@ c #79868D", -"9@ c #4B5259", -"0@ c #6B7786", -"a@ c #B1C0D7", -"b@ c #2B334A", -"c@ c #788AAD", -"d@ c #EBEDF2", -"e@ c #66779C", -"f@ c #242C39", -"g@ c #D9DCE2", -"h@ c #C2CEE3", -"i@ c #464F63", -"j@ c #374458", -"k@ c #546173", -"l@ c #97ADC6", -"m@ c #B5D5F7", -"n@ c #8BA3C4", -"o@ c #323A4F", -"p@ c #515D77", -"q@ c #6E8CBE", -"r@ c #729BE0", -"s@ c #779FE7", -"t@ c #455981", -"u@ c #202530", -"v@ c #242832", -"w@ c #2D374D", -"x@ c #55729B", -"y@ c #A9CAD7", -"z@ c #677A89", -"A@ c #465159", -"B@ c #616D7B", -"C@ c #88909B", -"D@ c #2F3747", -"E@ c #CCD7DF", -"F@ c #525C70", -"G@ c #4F638E", -"H@ c #B3B5BA", -"I@ c #BDC0C7", -"J@ c #6C80A8", -"K@ c #DFEDF4", -"L@ c #A6BBCB", -"M@ c #374869", -"N@ c #232A39", -"O@ c #526286", -"P@ c #7288A8", -"Q@ c #A0C5F3", -"R@ c #87A7CE", -"S@ c #384150", -"T@ c #282C35", -"U@ c #4D6083", -"V@ c #8DB7F3", -"W@ c #7DADF3", -"X@ c #7199CA", -"Y@ c #7D9DC6", -"Z@ c #5C71A3", -"`@ c #424E66", -" # c #576478", -".# c #5A6B87", -"+# c #414954", -"@# c #4F5E73", -"## c #B0BCC5", -"$# c #363F4C", -"%# c #BBCDE3", -"&# c #D3E3F0", -"*# c #2A3242", -"=# c #51648B", -"-# c #DEE0E4", -";# c #313E5E", -"># c #374871", -",# c #62728D", -"'# c #C5E2F2", -")# c #A2BCD1", -"!# c #596B91", -"~# c #272C38", -"{# c #484F64", -"]# c #6A7C9E", -"^# c #89ADDB", -"/# c #77869D", -"(# c #454F65", -"_# c #2E3647", -":# c #354258", -"<# c #89AABE", -"[# c #CCE9F5", -"}# c #92B3C9", -"|# c #4D5E76", -"1# c #242935", -"2# c #17181C", -"3# c #4B556B", -"4# c #515F72", -"5# c #89939D", -"6# c #6A7B8E", -"7# c #6B7C8D", -"8# c #D8DBE0", -"9# c #5A6682", -"0# c #2C3D64", -"a# c #EAF0F8", -"b# c #A1B7C2", -"c# c #6E7D8C", -"d# c #5D6D8D", -"e# c #677BA9", -"f# c #6C82AE", -"g# c #97B5D5", -"h# c #A2C5E9", -"i# c #8DB5F4", -"j# c #6B87C8", -"k# c #3A4665", -"l# c #3F4862", -"m# c #545D78", -"n# c #4C5569", -"o# c #9DADC8", -"p# c #2B3A58", -"q# c #798AAF", -"r# c #D4DEF0", -"s# c #454D5E", -"t# c #6D778D", -"u# c #E6EDF2", -"v# c #9FAFCF", -"w# c #29324C", -"x# c #435283", -"y# c #4D5566", -"z# c #B2C3D0", -"A# c #CAE4F1", -"B# c #A3B5CB", -"C# c #4F5464", -"D# c #43454F", -"E# c #656975", -"F# c #85A2BF", -"G# c #9EC5F4", -"H# c #7694C8", -"I# c #3E4B6B", -"J# c #252A37", -"K# c #1E2028", -"L# c #16171C", -"M# c #1F2229", -"N# c #384564", -"O# c #343D54", -"P# c #3A4158", -"Q# c #616D94", -"R# c #333E5F", -"S# c #868EAA", -"T# c #49567A", -"U# c #2A3F72", -"V# c #A6AEBF", -"W# c #333D5B", -"X# c #8690A5", -"Y# c #D0DFF5", -"Z# c #7B88AC", -"`# c #353E5B", -" $ c #454F6E", -".$ c #464E62", -"+$ c #A4B8D4", -"@$ c #A9C6F3", -"#$ c #8599C5", -"$$ c #676F88", -"%$ c #40424B", -"&$ c #97ABD1", -"*$ c #7A98DC", -"=$ c #7293E3", -"-$ c #5F7ABB", -";$ c #627BB1", -">$ c #586988", -",$ c #2B2F3B", -"'$ c #16171B", -")$ c #18191C", -"!$ c #36405E", -"~$ c #5A6896", -"{$ c #2D3244", -"]$ c #909ACA", -"^$ c #3D5189", -"/$ c #475070", -"($ c #7D87B1", -"_$ c #374D8F", -":$ c #262F49", -"<$ c #6876A1", -"[$ c #ABB7E6", -"}$ c #8792BF", -"|$ c #545D7F", -"1$ c #3D4257", -"2$ c #404352", -"3$ c #67708B", -"4$ c #879BDB", -"5$ c #819AE3", -"6$ c #8796C2", -"7$ c #525970", -"8$ c #3D414C", -"9$ c #373C4D", -"0$ c #404C6D", -"a$ c #556BA5", -"b$ c #536DB0", -"c$ c #5874BB", -"d$ c #5770B2", -"e$ c #344164", -"f$ c #3C486C", -"g$ c #515878", -"h$ c #313545", -"i$ c #5E617B", -"j$ c #7E89B8", -"k$ c #2B334C", -"l$ c #A8ADDC", -"m$ c #8492D1", -"n$ c #252A3B", -"o$ c #2B3048", -"p$ c #636C93", -"q$ c #919AC9", -"r$ c #8792BE", -"s$ c #51576E", -"t$ c #575B6C", -"u$ c #5E5F69", -"v$ c #565B6C", -"w$ c #6F7BA2", -"x$ c #7187CC", -"y$ c #6377B4", -"z$ c #5B6581", -"A$ c #4B5169", -"B$ c #535E7E", -"C$ c #6373A1", -"D$ c #566796", -"E$ c #3D4866", -"F$ c #38476D", -"G$ c #37476F", -"H$ c #323646", -"I$ c #394059", -"J$ c #545971", -"K$ c #202128", -"L$ c #696B8C", -"M$ c #2A3A6B", -"N$ c #565F84", -"O$ c #9297CD", -"P$ c #7579A1", -"Q$ c #414B72", -"R$ c #37405F", -"S$ c #525D80", -"T$ c #70779D", -"U$ c #8993C2", -"V$ c #686F8E", -"W$ c #525563", -"X$ c #525462", -"Y$ c #4D4E58", -"Z$ c #454A5E", -"`$ c #68759C", -" % c #3A4872", -".% c #2A324C", -"+% c #1D212D", -"@% c #21232C", -"#% c #3A3C47", -"$% c #303444", -"%% c #191B1E", -"&% c #34394B", -"*% c #404764", -"=% c #484B5E", -"-% c #242632", -";% c #6681CC", -">% c #2D3855", -",% c #424E77", -"'% c #8388B9", -")% c #7C83B8", -"!% c #383E58", -"~% c #404969", -"{% c #434A63", -"]% c #5C6485", -"^% c #717AA6", -"/% c #666E95", -"(% c #5A5F76", -"_% c #4A4C56", -":% c #656B7F", -"<% c #606A84", -"[% c #3B4159", -"}% c #3C4B76", -"|% c #44578F", -"1% c #3C4D7E", -"2% c #364570", -"3% c #303C61", -"4% c #2E364D", -"5% c #323546", -"6% c #444A66", -"7% c #8399CC", -"8% c #6E819E", -"9% c #3E507C", -"0% c #344169", -"a% c #6A79B5", -"b% c #7376A1", -"c% c #565C7B", -"d% c #434D69", -"e% c #4F597A", -"f% c #49506B", -"g% c #5B6381", -"h% c #535C81", -"i% c #5B678F", -"j% c #454B66", -"k% c #40465A", -"l% c #474E69", -"m% c #4D5261", -"n% c #282A2F", -"o% c #24293C", -"p% c #333D59", -"q% c #303C5F", -"r% c #2D2F3B", -"s% c #373D54", -"t% c #3C4057", -"u% c #3F5083", -"v% c #849ABA", -"w% c #334373", -"x% c #344578", -"y% c #525D8F", -"z% c #686E9B", -"A% c #5B6282", -"B% c #424A67", -"C% c #4D5B81", -"D% c #444D65", -"E% c #434B68", -"F% c #5B668C", -"G% c #58638C", -"H% c #465074", -"I% c #414B6E", -"J% c #2F364B", -"K% c #252830", -"L% c #3F4046", -"M% c #343740", -"N% c #191A1E", -"O% c #1A1B21", -"P% c #2D303E", -"Q% c #373E59", -"R% c #3F4154", -"S% c #3C3D50", -"T% c #262C3D", -"U% c #495672", -"V% c #6477A2", -"W% c #3D4D7A", -"X% c #33426E", -"Y% c #363F5F", -"Z% c #4B5171", -"`% c #525875", -" & c #4F5774", -".& c #444C68", -"+& c #485375", -"@& c #3E455E", -"#& c #454F70", -"$& c #56638A", -"%& c #383F57", -"&& c #313A57", -"*& c #3D496E", -"=& c #323D60", -"-& c #364265", -";& c #222736", -">& c #2C2F3D", -",& c #31374C", -"'& c #33374A", -")& c #3A3C4D", -"!& c #1D1F26", -"~& c #303850", -"{& c #4E5B8D", -"]& c #43496D", -"^& c #344068", -"/& c #3B466A", -"(& c #353E5D", -"_& c #49506E", -":& c #454A64", -"<& c #414864", -"[& c #495372", -"}& c #292D3B", -"|& c #3B3D49", -"1& c #1F2128", -"2& c #363C51", -"3& c #1D212F", -"4& c #272A36", -"5& c #2B3146", -"6& c #2F364E", -"7& c #383B4E", -"8& c #3F496A", -"9& c #303751", -"0& c #3A3E55", -"a& c #3C3E52", -"b& c #3A4059", -"c& c #394260", -"d& c #2C334A", -"e& c #383F56", -"f& c #383D51", -"g& c #353A4C", -"h& c #32384C", -"i& c #31374B", -"j& c #333950", -"k& c #282E41", -"l& c #202431", -"m& c #1A1B1F", -"n& c #262B37", -"o& c #282C3D", -"p& c #303547", -"q& c #393D53", -"r& c #32384E", -"s& c #343B54", -"t& c #292C38", -"u& c #2F3242", -"v& c #2C303F", -"w& c #2C2F3C", -"x& c #252832", -"y& c #2D313E", -"z& c #262935", -"A& c #2A2E3C", -"B& c #21242F", -"C& c #20242E", -"D& c #222429", -"E& c #262A3B", -"F& c #1A1C22", -"G& c #282C3B", -"H& c #30364C", -"I& c #333A54", -"J& c #2A3044", -"K& c #272A37", -"L& c #292E3F", -"M& c #2A2F42", -"N& c #272D3F", -"O& c #1E212A", -"P& c #1B1C1F", -"Q& c #1C1E21", -"R& c #1D1F22", -"S& c #22242D", -"T& c #232631", -"U& c #222734", -"V& c #1C1D23", -"W& c #1E1F22", -"X& c #1C1D21", -" . + @ # $ % & * ", -" = - ; > , ' ) ! ~ { ] ^ / ( ", -" _ : < [ } | 1 2 3 4 5 6 7 8 9 0 ", -" a b c d e f g h i j k k l m n o p q r s ", -" t u v w x y z A B C k D k E F G H I J K L M ", -" N O P Q R S T U V W X k Y k Z ` ...+.@.#.$.%.&. ", -" *.=.-.;.>.,.'.).!.~.{.k k ].k k ^./.(._.:.<.[.}.|.1. ", -" 2.3.4.5.6.7.8.9.0.a.b.k c.d.e.k f.g.h.i.j.k.l.m.n.o. ", -" p.q.r.s.t.u.v.w.x.y.z.k k A.B.C.k D.E.6 F.G.H.I.J.K.L.0 ", -" M.N.O.P.Q.R.S.T.U.V.W.X.k Y.Z.`. +k .+++@+#+$+%+&+*+=+-+;+>+ ", -" ,+'+)+!+~+{+]+^+/+(+_+:+k <+[+}+|+k k 1+2+3+4+5+6+7+8+9+0+a+ ", -" b+c+d+e+f+g+h+i+j+k+l+k m+n+o+p+q+r+k s+t+u+v+w+x+y+z+A+B+C+ ", -"D+E+F+G+H+I+J+K+L+M+N+k O+P+Q+R+S+T+U+k k V+W+X+Y+Z+`+ @.@+@@@#@", -"$@%@&@*@=@-@;@>@,@'@)@k !@~@{@]@^@/@(@_@k :@<@[@}@|@1@2@3@4@5@6@", -"7@8@9@0@a@b@c@d@e@f@k g@h@i@j@k@l@m@n@o@k p@q@r@s@t@u@v@w@x@y@z@", -"A@B@C@D@E@F@G@H@I@k k J@K@L@M@N@O@P@Q@R@k S@T@U@V@W@X@Y@Z@`@ #.#", -"+#@###$#%#&#*#=#-#k ;#>#,#'#)#!#~#{#]#^#k k /#(#_#:#<#[#}#|#1#2#", -"3#4#5#6#7#8#9#0#k a#k k k k k k k k k k k k b#c#d#e#f#g#h#i#j#k#", -"l#m#n#o#p#q#r#s#k t#u#v#w#x#y#z#A#B#C#D#E#k F#G#H#I#J#K#L#M#N#O#", -"P#Q#R#S#T#U#V#k k W#X#Y#Z#`# $.$+$@$#$$$%$k k &$*$=$-$;$>$,$'$)$", -" !$~${$]$^$/$k ($_$:$<$[$}$|$1$2$3$4$5$6$7$k 8$9$0$a$b$c$d$e$ ", -" f$g$h$i$j$k$k l$m$n$o$p$q$r$s$t$u$v$w$x$y$k z$A$B$C$D$E$F$G$ ", -" H$I$J$K$L$k M$N$O$P$Q$R$S$T$U$V$W$X$Y$Z$`$k k %.%+%@%#%$%%% ", -" &%*%=%-%k ;%>%,%'%)%!%~%{%]%^%/%(%_%:%<%[%k }%|%1%2%3%4% ", -" 5%6%k k 7%8%9%0%a%b%c%d%e%f%g%h%i%j%k%l%k m%n%o%p%q% ", -" r%s%k t%u%v%D.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&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&t&H&I&J&K&L&M&N&O&P& ", -" Q&R&S&T&U&V&W&X& "}; diff --git a/debian/rdairplay.desktop b/debian/rdairplay.desktop deleted file mode 100644 index 11efcce6..00000000 --- a/debian/rdairplay.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=rdairplay -Comment=Rivendell Airplay -Exec=rdairplay -Terminal=false -Type=Application -Icon=/usr/share/srlabs/rdairplay.xpm -Categories=Application;AudioVideo; diff --git a/debian/rdairplay.xpm b/debian/rdairplay.xpm deleted file mode 100644 index 12281d4a..00000000 --- a/debian/rdairplay.xpm +++ /dev/null @@ -1,738 +0,0 @@ -/* XPM */ -static char * rdairplay_xpm[] = { -"32 32 703 2", -" c None", -". c #3D485E", -"+ c #3D485F", -"@ c #364156", -"# c #3B475D", -"$ c #414F69", -"% c #37435A", -"& c #36425B", -"* c #3B4A68", -"= c #2F3645", -"- c #4B5871", -"; c #505D74", -"> c #4D586E", -", c #454F62", -"' c #606E88", -") c #5B6985", -"! c #414D64", -"~ c #536280", -"{ c #4E5F81", -"] c #3F4E69", -"^ c #435478", -"/ c #384868", -"( c #2E384D", -"_ c #424D5E", -": c #576375", -"< c #57606E", -"[ c #525B6A", -"} c #778192", -"| c #3B414B", -"1 c #8A98A8", -"2 c #404753", -"3 c #758398", -"4 c #4B5669", -"5 c #58667F", -"6 c #51607E", -"7 c #404D68", -"8 c #47587A", -"9 c #394868", -"0 c #364566", -"a c #30353E", -"b c #E11313", -"c c #484F5D", -"d c #8F96A5", -"e c #3D414E", -"f c #A1A6B3", -"g c #4D5363", -"h c #8992A1", -"i c #686E79", -"j c #545E70", -"k c #8494A9", -"l c #3C4454", -"m c #586581", -"n c #6478A1", -"o c #3D4964", -"p c #46587D", -"q c #4A5D87", -"r c #323E5C", -"s c #354464", -"t c #23262D", -"u c #636F7E", -"v c #222531", -"w c #C7C8CD", -"x c #393C48", -"y c #A3A6B3", -"z c #7A7D86", -"A c #404557", -"B c #BEC3D0", -"C c #535768", -"D c #434B5E", -"E c #5E6983", -"F c #3D465C", -"G c #6A7EA7", -"H c #506285", -"I c #45567B", -"J c #445983", -"K c #3A4A70", -"L c #293246", -"M c #404B5C", -"N c #48505C", -"O c #6F7A88", -"P c #20222B", -"Q c #DBDDE2", -"R c #50535F", -"S c #6C6E76", -"T c #D1D3DC", -"U c #2A2E3F", -"V c #505564", -"W c #C4C9D3", -"X c #5C6374", -"Y c #3C4F7A", -"Z c #374668", -"` c #2A2E35", -" . c #54627A", -".. c #9299A1", -"+. c #3C404D", -"@. c #373E55", -"#. c #CCCDD6", -"$. c #767989", -"%. c #3C435E", -"&. c #A8AAB4", -"*. c #A8AAB8", -"=. c #363B4E", -"-. c #565A68", -";. c #C2CEDA", -">. c #353E56", -",. c #54617C", -"'. c #86A2D2", -"). c #5E6F96", -"!. c #4A557A", -"~. c #45567D", -"{. c #5975B2", -"]. c #3A4362", -"^. c #202023", -"/. c #627183", -"(. c #394152", -"_. c #B8BBC3", -":. c #848591", -"<. c #1C202C", -"[. c #A2A8BE", -"}. c #C9CAD3", -"|. c #212431", -"1. c #4D5164", -"2. c #D7D7DB", -"3. c #8B8C95", -"4. c #36384A", -"5. c #4D5160", -"6. c #8495AC", -"7. c #424C72", -"8. c #3B4560", -"9. c #5F749D", -"0. c #6A86B9", -"a. c #526288", -"b. c #5F6D9F", -"c. c #5572B5", -"d. c #2F3D5B", -"e. c #47566D", -"f. c #7D8C9E", -"g. c #33343A", -"h. c #C6C7CF", -"i. c #6E7792", -"j. c #424A62", -"k. c #494C57", -"l. c #DFE0E3", -"m. c #8C8E9C", -"n. c #22242C", -"o. c #616471", -"p. c #DDDEE2", -"q. c #838692", -"r. c #404357", -"s. c #8293AB", -"t. c #97AFD1", -"u. c #444C73", -"v. c #4A5579", -"w. c #607DB6", -"x. c #5977B2", -"y. c #464E6C", -"z. c #4D6399", -"A. c #363F4B", -"B. c #4B596D", -"C. c #8492A4", -"D. c #363A46", -"E. c #CFD0D4", -"F. c #3C4256", -"G. c #5F6169", -"H. c #555B77", -"I. c #8E909D", -"J. c #DCDCE3", -"K. c #717385", -"L. c #24252D", -"M. c #616472", -"N. c #E8EBF3", -"O. c #A0A9BC", -"P. c #424C70", -"Q. c #8BA3C8", -"R. c #96B6E9", -"S. c #647AA9", -"T. c #293044", -"U. c #46506E", -"V. c #667BB3", -"W. c #313A54", -"X. c #1F242E", -"Y. c #222326", -"Z. c #657B92", -"`. c #3C4558", -" + c #919FB2", -".+ c #262C3C", -"++ c #BEC1CA", -"@+ c #384467", -"#+ c #C9CDDC", -"$+ c #2A2D3A", -"%+ c #3D4253", -"&+ c #C5C6CD", -"*+ c #D6D6DF", -"=+ c #53586E", -"-+ c #34384B", -";+ c #4E5365", -">+ c #C1D2E5", -",+ c #505A79", -"'+ c #212331", -")+ c #3F486A", -"!+ c #7E9BD4", -"~+ c #84AAEF", -"{+ c #5A70A8", -"]+ c #252C3C", -"^+ c #242938", -"/+ c #5D82D2", -"(+ c #48649F", -"_+ c #273147", -":+ c #6F8398", -"<+ c #333841", -"[+ c #A0ABB5", -"}+ c #283454", -"|+ c #99A1B7", -"1+ c #21283B", -"2+ c #EBECF2", -"3+ c #71778C", -"4+ c #2D344D", -"5+ c #4C4E5D", -"6+ c #D4D8E4", -"7+ c #BDC0CB", -"8+ c #41465B", -"9+ c #454E73", -"0+ c #464C60", -"a+ c #A3BEDE", -"b+ c #6876A0", -"c+ c #353B57", -"d+ c #272C3C", -"e+ c #3E4C6D", -"f+ c #7DA2EA", -"g+ c #6487CB", -"h+ c #2B3550", -"i+ c #3A4E7A", -"j+ c #5170A4", -"k+ c #4C4E51", -"l+ c #8096AC", -"m+ c #2C323F", -"n+ c #B7C4D0", -"o+ c #3C4A6C", -"p+ c #DCDCE1", -"q+ c #5D6A8F", -"r+ c #242D47", -"s+ c #DBDBDE", -"t+ c #575D70", -"u+ c #3F4A70", -"v+ c #404456", -"w+ c #DFE5F3", -"x+ c #D5E0F0", -"y+ c #3D4453", -"z+ c #3A4568", -"A+ c #67799B", -"B+ c #9EC0F4", -"C+ c #6D87B6", -"D+ c #62709E", -"E+ c #555F8A", -"F+ c #343A4F", -"G+ c #3F537E", -"H+ c #597DC5", -"I+ c #303E5C", -"J+ c #3A4357", -"K+ c #445072", -"L+ c #333C52", -"M+ c #44494F", -"N+ c #7C95A3", -"O+ c #262E3D", -"P+ c #A0A9B1", -"Q+ c #5E6980", -"R+ c #C8CAD2", -"S+ c #9BA3B7", -"T+ c #2E3445", -"U+ c #D8D9DE", -"V+ c #CAD0E2", -"W+ c #2B3142", -"X+ c #455681", -"Y+ c #565E72", -"Z+ c #BFCFD9", -"`+ c #B6CCE5", -" @ c #5B698A", -".@ c #56638D", -"+@ c #6A7EAB", -"@@ c #7B9DD7", -"#@ c #7DA1E1", -"$@ c #475A80", -"%@ c #677BB2", -"&@ c #6685C4", -"*@ c #6791E1", -"=@ c #7BA5EB", -"-@ c #4B5C7B", -";@ c #1E2026", -">@ c #444D55", -",@ c #79868D", -"'@ c #4B5259", -")@ c #6B7786", -"!@ c #788AAD", -"~@ c #EBEDF2", -"{@ c #66779C", -"]@ c #7B8DAB", -"^@ c #D9DCE2", -"/@ c #C2CEE3", -"(@ c #464F63", -"_@ c #374458", -":@ c #546173", -"<@ c #97ADC6", -"[@ c #B5D5F7", -"}@ c #8BA3C4", -"|@ c #383F4C", -"1@ c #515D77", -"2@ c #455981", -"3@ c #202530", -"4@ c #242832", -"5@ c #2D374D", -"6@ c #55729B", -"7@ c #A9CAD7", -"8@ c #677A89", -"9@ c #465159", -"0@ c #616D7B", -"a@ c #88909B", -"b@ c #2F3747", -"c@ c #525C70", -"d@ c #4F638E", -"e@ c #B3B5BA", -"f@ c #BDC0C7", -"g@ c #313D4E", -"h@ c #6C80A8", -"i@ c #DFEDF4", -"j@ c #A6BBCB", -"k@ c #374869", -"l@ c #232A39", -"m@ c #526286", -"n@ c #7288A8", -"o@ c #A0C5F3", -"p@ c #4D6083", -"q@ c #8DB7F3", -"r@ c #7DADF3", -"s@ c #7199CA", -"t@ c #7D9DC6", -"u@ c #5C71A3", -"v@ c #424E66", -"w@ c #576478", -"x@ c #5A6B87", -"y@ c #414954", -"z@ c #4F5E73", -"A@ c #B0BCC5", -"B@ c #363F4C", -"C@ c #D3E3F0", -"D@ c #2A3242", -"E@ c #51648B", -"F@ c #DEE0E4", -"G@ c #313E5E", -"H@ c #374871", -"I@ c #62728D", -"J@ c #C5E2F2", -"K@ c #A2BCD1", -"L@ c #596B91", -"M@ c #272C38", -"N@ c #484F64", -"O@ c #6A7C9E", -"P@ c #8EBBEB", -"Q@ c #819FC2", -"R@ c #77869D", -"S@ c #454F65", -"T@ c #2E3647", -"U@ c #354258", -"V@ c #89AABE", -"W@ c #CCE9F5", -"X@ c #92B3C9", -"Y@ c #4D5E76", -"Z@ c #242935", -"`@ c #17181C", -" # c #4B556B", -".# c #515F72", -"+# c #89939D", -"@# c #8E9AB4", -"## c #252B3F", -"$# c #42568E", -"%# c #56667D", -"&# c #D9F3FC", -"*# c #BED0D8", -"=# c #6F7586", -"-# c #30333F", -";# c #515667", -"># c #88A5B6", -",# c #C5E7F6", -"'# c #A1B7C2", -")# c #6E7D8C", -"!# c #5D6D8D", -"~# c #677BA9", -"{# c #6C82AE", -"]# c #97B5D5", -"^# c #A2C5E9", -"/# c #8DB5F4", -"(# c #6B87C8", -"_# c #3A4665", -":# c #3F4862", -"<# c #545D78", -"[# c #4C5569", -"}# c #2B3A58", -"|# c #798AAF", -"1# c #D4DEF0", -"2# c #454D5E", -"3# c #374D81", -"4# c #E6EDF2", -"5# c #9FAFCF", -"6# c #29324C", -"7# c #435283", -"8# c #4D5566", -"9# c #B2C3D0", -"0# c #CAE4F1", -"a# c #A3B5CB", -"b# c #4F5464", -"c# c #656975", -"d# c #69768D", -"e# c #85A2BF", -"f# c #9EC5F4", -"g# c #7694C8", -"h# c #3E4B6B", -"i# c #252A37", -"j# c #1E2028", -"k# c #16171C", -"l# c #1F2229", -"m# c #384564", -"n# c #343D54", -"o# c #3A4158", -"p# c #616D94", -"q# c #868EAA", -"r# c #49567A", -"s# c #2A3F72", -"t# c #A6AEBF", -"u# c #999EB2", -"v# c #435A8F", -"w# c #8690A5", -"x# c #D0DFF5", -"y# c #7B88AC", -"z# c #353E5B", -"A# c #454F6E", -"B# c #464E62", -"C# c #A4B8D4", -"D# c #A9C6F3", -"E# c #8599C5", -"F# c #40424B", -"G# c #7F89A4", -"H# c #97ABD1", -"I# c #7A98DC", -"J# c #7293E3", -"K# c #5F7ABB", -"L# c #627BB1", -"M# c #586988", -"N# c #2B2F3B", -"O# c #16171B", -"P# c #18191C", -"Q# c #36405E", -"R# c #2D3244", -"S# c #909ACA", -"T# c #3D5189", -"U# c #475070", -"V# c #ADB5E0", -"W# c #7D87B1", -"X# c #262F49", -"Y# c #6876A1", -"Z# c #ABB7E6", -"`# c #8792BF", -" $ c #545D7F", -".$ c #3D4257", -"+$ c #404352", -"@$ c #67708B", -"#$ c #879BDB", -"$$ c #8796C2", -"%$ c #525970", -"&$ c #3D414C", -"*$ c #373C4D", -"=$ c #404C6D", -"-$ c #556BA5", -";$ c #536DB0", -">$ c #5874BB", -",$ c #5770B2", -"'$ c #344164", -")$ c #515878", -"!$ c #313545", -"~$ c #5E617B", -"{$ c #7E89B8", -"]$ c #2B334C", -"^$ c #48506F", -"/$ c #A8ADDC", -"($ c #252A3B", -"_$ c #2B3048", -":$ c #636C93", -"<$ c #919AC9", -"[$ c #8792BE", -"}$ c #51576E", -"|$ c #575B6C", -"1$ c #5E5F69", -"2$ c #565B6C", -"3$ c #6F7BA2", -"4$ c #6377B4", -"5$ c #6F80AC", -"6$ c #5B6581", -"7$ c #4B5169", -"8$ c #535E7E", -"9$ c #6373A1", -"0$ c #566796", -"a$ c #3D4866", -"b$ c #38476D", -"c$ c #37476F", -"d$ c #394059", -"e$ c #545971", -"f$ c #202128", -"g$ c #696B8C", -"h$ c #656FA5", -"i$ c #2A3A6B", -"j$ c #565F84", -"k$ c #9297CD", -"l$ c #414B72", -"m$ c #37405F", -"n$ c #525D80", -"o$ c #70779D", -"p$ c #8993C2", -"q$ c #686F8E", -"r$ c #525563", -"s$ c #525462", -"t$ c #4D4E58", -"u$ c #68759C", -"v$ c #52649C", -"w$ c #4F64A0", -"x$ c #3A4872", -"y$ c #2A324C", -"z$ c #1D212D", -"A$ c #21232C", -"B$ c #3A3C47", -"C$ c #303444", -"D$ c #191B1E", -"E$ c #34394B", -"F$ c #404764", -"G$ c #484B5E", -"H$ c #242632", -"I$ c #8596DE", -"J$ c #6681CC", -"K$ c #2D3855", -"L$ c #424E77", -"M$ c #7C83B8", -"N$ c #383E58", -"O$ c #404969", -"P$ c #434A63", -"Q$ c #5C6485", -"R$ c #717AA6", -"S$ c #666E95", -"T$ c #5A5F76", -"U$ c #4A4C56", -"V$ c #606A84", -"W$ c #3B4159", -"X$ c #323B56", -"Y$ c #3C4B76", -"Z$ c #44578F", -"`$ c #3C4D7E", -" % c #364570", -".% c #303C61", -"+% c #2E364D", -"@% c #323546", -"#% c #444A66", -"$% c #3D3F4F", -"%% c #404A66", -"&% c #8399CC", -"*% c #6E819E", -"=% c #3E507C", -"-% c #6A79B5", -";% c #7376A1", -">% c #565C7B", -",% c #434D69", -"'% c #4F597A", -")% c #49506B", -"!% c #5B6381", -"~% c #535C81", -"{% c #5B678F", -"]% c #40465A", -"^% c #474E69", -"/% c #5A688F", -"(% c #4D5261", -"_% c #282A2F", -":% c #24293C", -"<% c #333D59", -"[% c #303C5F", -"}% c #2D2F3B", -"|% c #373D54", -"1% c #474A5F", -"2% c #3C4057", -"3% c #3F5083", -"4% c #849ABA", -"5% c #344578", -"6% c #525D8F", -"7% c #686E9B", -"8% c #5B6282", -"9% c #424A67", -"0% c #4D5B81", -"a% c #444D65", -"b% c #434B68", -"c% c #5B668C", -"d% c #58638C", -"e% c #465074", -"f% c #414B6E", -"g% c #2F364B", -"h% c #252830", -"i% c #3F4046", -"j% c #343740", -"k% c #191A1E", -"l% c #1A1B21", -"m% c #2D303E", -"n% c #373E59", -"o% c #3F4154", -"p% c #3C3D50", -"q% c #262C3D", -"r% c #495672", -"s% c #6477A2", -"t% c #33426E", -"u% c #363F5F", -"v% c #4B5171", -"w% c #525875", -"x% c #4F5774", -"y% c #444C68", -"z% c #485375", -"A% c #3E455E", -"B% c #454F70", -"C% c #56638A", -"D% c #383F57", -"E% c #313A57", -"F% c #3D496E", -"G% c #323D60", -"H% c #364265", -"I% c #222736", -"J% c #2C2F3D", -"K% c #31374C", -"L% c #33374A", -"M% c #3A3C4D", -"N% c #1D1F26", -"O% c #303850", -"P% c #4E5B8D", -"Q% c #43496D", -"R% c #344068", -"S% c #3B466A", -"T% c #353E5D", -"U% c #49506E", -"V% c #454A64", -"W% c #414864", -"X% c #495372", -"Y% c #292D3B", -"Z% c #3B3D49", -"`% c #1F2128", -" & c #363C51", -".& c #1D212F", -"+& c #272A36", -"@& c #2B3146", -"#& c #2F364E", -"$& c #383B4E", -"%& c #3F496A", -"&& c #303751", -"*& c #3A3E55", -"=& c #3C3E52", -"-& c #3A4059", -";& c #394260", -">& c #2C334A", -",& c #383F56", -"'& c #383D51", -")& c #353A4C", -"!& c #32384C", -"~& c #31374B", -"{& c #333950", -"]& c #282E41", -"^& c #202431", -"/& c #1A1B1F", -"(& c #262B37", -"_& c #282C3D", -":& c #303547", -"<& c #393D53", -"[& c #32384E", -"}& c #343B54", -"|& c #292C38", -"1& c #2F3242", -"2& c #2C303F", -"3& c #2C2F3C", -"4& c #252832", -"5& c #2D313E", -"6& c #262935", -"7& c #2A2E3C", -"8& c #21242F", -"9& c #20242E", -"0& c #222429", -"a& c #262A3B", -"b& c #1A1C22", -"c& c #282C3B", -"d& c #30364C", -"e& c #333A54", -"f& c #2A3044", -"g& c #272A37", -"h& c #292E3F", -"i& c #2A2F42", -"j& c #272D3F", -"k& c #1E212A", -"l& c #1B1C1F", -"m& c #1C1E21", -"n& c #1D1F22", -"o& c #22242D", -"p& c #232631", -"q& c #222734", -"r& c #1C1D23", -"s& c #1E1F22", -"t& c #1C1D21", -" . + @ # $ % & * ", -" = - ; > , ' ) ! ~ { ] ^ / ( ", -" _ : < [ } | 1 2 3 4 5 6 7 8 9 0 ", -" a b b c d e f g h i j k l m n o p q r s ", -" t u b b v w x y z A B C D b E F G H I J K L ", -" M N O b b P Q R S T U V W X b b b b b b b b Y Z ", -" ` ...+.b b @.#.$.%.&.*.=.-.;.b >.,.'.).!.~.{.b ].^. ", -" /.(._.b :.b <.[.}.|.1.2.3.4.5.b 6.7.8.9.0.a.b.b c.d. ", -" e.f.g.h.b i.b j.k.l.m.n.o.p.q.r.b s.t.6 u.v.w.x.b y.z.0 ", -" A.B.C.D.E.b F.b G.H.I.J.K.L.M.N.O.b P.Q.R.S.T.U.V.b b W.X.Y. ", -" Z.`. +.+++b @+b #+$+%+&+*+=+-+;+>+b ,+'+)+!+~+{+]+^+b /+(+_+ ", -" :+<+[+}+|+b 1+b 2+3+4+5+6+7+8+9+0+b a+b+c+d+e+f+g+b b h+i+j+ ", -"k+l+m+n+o+b p+q+r+b s+t+u+v+w+x+y+z+b A+B+C+D+E+F+G+b H+I+J+K+L+", -"M+N+O+P+Q+b R+S+T+b U+V+W+X+Y+Z+`+ @b .@+@@@#@$@b b %@&@*@=@-@;@", -">@,@'@)@b b !@~@{@b ]@^@/@(@_@:@<@[@}@b |@1@b b b 2@3@4@5@6@7@8@", -"9@0@a@b@b c@d@e@f@b g@h@i@j@k@l@m@n@o@b b b b p@q@r@s@t@u@v@w@x@", -"y@z@A@B@b C@D@E@F@b G@H@I@J@K@L@M@N@O@b P@Q@R@S@T@U@V@W@X@Y@Z@`@", -" #.#+#b b b b b b b @###$#%#&#*#=#-#;#b >#,#'#)#!#~#{#]#^#/#(#_#", -":#<#[#b }#|#1#2#3#b 4#5#6#7#8#9#0#a#b#b c#d#e#f#g#h#i#j#k#l#m#n#", -"o#p#b q#r#s#t#u#v#b w#x#y#z#A#B#C#D#E#b F#5.G#H#I#J#K#L#M#N#O#P#", -" Q#b R#S#T#U#V#W#b X#Y#Z#`# $.$+$@$#$b $$%$D.&$*$=$-$;$>$,$'$ ", -" b )$!$~${$]$^$/$b ($_$:$<$[$}$|$1$2$3$b 4$5$6$7$8$9$0$a$b$c$ ", -"b b d$e$f$g$h$i$j$k$b l$m$n$o$p$q$r$s$t$b u$v$w$x$y$z$A$B$C$D$ ", -"b b E$F$G$H$I$J$K$L$b M$N$O$P$Q$R$S$T$U$b V$W$X$Y$Z$`$ %.%+% ", -"b b @%#%$%%%&%*%=%b -%;%>%,%'%)%!%~%{%b ]%^%/%(%_%:%<%[% ", -" }%|%1%2%3%4%s.b 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%b 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%D%X%Y%Z%`% &I%.& ", -" +&@&#&$&%&&&*&=&-&;&>&,&'&)&!&~&{&]&^&/& ", -" (&_&:&<&[&}&|&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& "}; diff --git a/debian/rdcatch.desktop b/debian/rdcatch.desktop deleted file mode 100644 index dace05f2..00000000 --- a/debian/rdcatch.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=rdcatch -Comment=Rivendell Catch -Exec=rdcatch -Terminal=false -Type=Application -Icon=/usr/share/srlabs/rdcatch.xpm -Categories=Application;AudioVideo; diff --git a/debian/rdcatch.xpm b/debian/rdcatch.xpm deleted file mode 100644 index 7ce9a60b..00000000 --- a/debian/rdcatch.xpm +++ /dev/null @@ -1,780 +0,0 @@ -/* XPM */ -static char * rdcatch_xpm[] = { -"32 32 745 2", -" c None", -". c #3D485E", -"+ c #3D485F", -"@ c #364156", -"# c #3B475D", -"$ c #414F69", -"% c #37435A", -"& c #36425B", -"* c #3B4A68", -"= c #2F3645", -"- c #4B5871", -"; c #505D74", -"> c #4D586E", -", c #454F62", -"' c #606E88", -") c #5B6985", -"! c #414D64", -"~ c #536280", -"{ c #4E5F81", -"] c #3F4E69", -"^ c #435478", -"/ c #384868", -"( c #2E384D", -"_ c #424D5E", -": c #576375", -"< c #57606E", -"[ c #525B6A", -"} c #778192", -"| c #3B414B", -"1 c #8A98A8", -"2 c #404753", -"3 c #758398", -"4 c #4B5669", -"5 c #58667F", -"6 c #51607E", -"7 c #404D68", -"8 c #47587A", -"9 c #394868", -"0 c #364566", -"a c #30353E", -"b c #485468", -"c c #677281", -"d c #484F5D", -"e c #8F96A5", -"f c #3D414E", -"g c #A1A6B3", -"h c #4D5363", -"i c #8992A1", -"j c #686E79", -"k c #545E70", -"l c #8494A9", -"m c #3C4454", -"n c #586581", -"o c #6478A1", -"p c #3D4964", -"q c #46587D", -"r c #4A5D87", -"s c #323E5C", -"t c #354464", -"u c #23262D", -"v c #636F7E", -"w c #404551", -"x c #9BA1A7", -"y c #222531", -"z c #C7C8CD", -"A c #393C48", -"B c #A3A6B3", -"C c #7A7D86", -"D c #404557", -"E c #BEC3D0", -"F c #535768", -"G c #434B5E", -"H c #8FA0B8", -"I c #5E6983", -"J c #3D465C", -"K c #6A7EA7", -"L c #506285", -"M c #45567B", -"N c #445983", -"O c #3A4A70", -"P c #293246", -"Q c #404B5C", -"R c #48505C", -"S c #6F7A88", -"T c #636570", -"U c #888A94", -"V c #20222B", -"W c #DBDDE2", -"X c #50535F", -"Y c #6C6E76", -"Z c #D1D3DC", -"` c #2A2E3F", -" . c #505564", -".. c #C4C9D3", -"+. c #5C6374", -"@. c #E11313", -"#. c #425379", -"$. c #3E4C6F", -"%. c #3C4F7A", -"&. c #374668", -"*. c #2A2E35", -"=. c #54627A", -"-. c #9299A1", -";. c #3C404D", -">. c #878996", -",. c #878A99", -"'. c #373E55", -"). c #CCCDD6", -"!. c #767989", -"~. c #3C435E", -"{. c #A8AAB4", -"]. c #A8AAB8", -"^. c #363B4E", -"/. c #353E56", -"(. c #54617C", -"_. c #86A2D2", -":. c #5E6F96", -"<. c #3E4E75", -"[. c #3A4362", -"}. c #202023", -"|. c #627183", -"1. c #394152", -"2. c #B8BBC3", -"3. c #2A2D39", -"4. c #848591", -"5. c #A0A3B3", -"6. c #1C202C", -"7. c #A2A8BE", -"8. c #C9CAD3", -"9. c #212431", -"0. c #4D5164", -"a. c #4D5160", -"b. c #AEBFD0", -"c. c #8495AC", -"d. c #424C72", -"e. c #3B4560", -"f. c #5F749D", -"g. c #6A86B9", -"h. c #526288", -"i. c #5F6D9F", -"j. c #415582", -"k. c #5572B5", -"l. c #2F3D5B", -"m. c #47566D", -"n. c #7D8C9E", -"o. c #33343A", -"p. c #C6C7CF", -"q. c #242A3A", -"r. c #6E7792", -"s. c #CFD1D8", -"t. c #424A62", -"u. c #494C57", -"v. c #DFE0E3", -"w. c #8C8E9C", -"x. c #DDDEE2", -"y. c #838692", -"z. c #404357", -"A. c #4F5777", -"B. c #8293AB", -"C. c #97AFD1", -"D. c #444C73", -"E. c #4A5579", -"F. c #607DB6", -"G. c #5977B2", -"H. c #333E59", -"I. c #464E6C", -"J. c #4D6399", -"K. c #363F4B", -"L. c #4B596D", -"M. c #8492A4", -"N. c #363A46", -"O. c #CFD0D4", -"P. c #3F4C6D", -"Q. c #3C4256", -"R. c #ECEEF5", -"S. c #5F6169", -"T. c #555B77", -"U. c #717385", -"V. c #24252D", -"W. c #616472", -"X. c #E8EBF3", -"Y. c #A0A9BC", -"Z. c #222430", -"`. c #424C70", -" + c #8BA3C8", -".+ c #96B6E9", -"++ c #647AA9", -"@+ c #293044", -"#+ c #46506E", -"$+ c #667BB3", -"%+ c #6A8CD6", -"&+ c #7090DC", -"*+ c #313A54", -"=+ c #1F242E", -"-+ c #222326", -";+ c #657B92", -">+ c #3C4558", -",+ c #919FB2", -"'+ c #262C3C", -")+ c #BEC1CA", -"!+ c #676C7D", -"~+ c #384467", -"{+ c #ADADB5", -"]+ c #3D4253", -"^+ c #C5C6CD", -"/+ c #D6D6DF", -"(+ c #53586E", -"_+ c #34384B", -":+ c #4E5365", -"<+ c #C1D2E5", -"[+ c #B1C4E5", -"}+ c #505A79", -"|+ c #212331", -"1+ c #3F486A", -"2+ c #7E9BD4", -"3+ c #84AAEF", -"4+ c #5A70A8", -"5+ c #252C3C", -"6+ c #242938", -"7+ c #4B5F90", -"8+ c #5D82D2", -"9+ c #48649F", -"0+ c #273147", -"a+ c #6F8398", -"b+ c #333841", -"c+ c #A0ABB5", -"d+ c #283454", -"e+ c #99A1B7", -"f+ c #A8AFBF", -"g+ c #21283B", -"h+ c #71778C", -"i+ c #2D344D", -"j+ c #4C4E5D", -"k+ c #D4D8E4", -"l+ c #BDC0CB", -"m+ c #41465B", -"n+ c #454E73", -"o+ c #464C60", -"p+ c #9AAEC8", -"q+ c #A3BEDE", -"r+ c #6876A0", -"s+ c #353B57", -"t+ c #272C3C", -"u+ c #3E4C6D", -"v+ c #7DA2EA", -"w+ c #6487CB", -"x+ c #647CAB", -"y+ c #535E85", -"z+ c #2B3550", -"A+ c #3A4E7A", -"B+ c #5170A4", -"C+ c #4C4E51", -"D+ c #8096AC", -"E+ c #2C323F", -"F+ c #B7C4D0", -"G+ c #3C4A6C", -"H+ c #4C5773", -"I+ c #DCDCE1", -"J+ c #5D6A8F", -"K+ c #9A9EAD", -"L+ c #DBDBDE", -"M+ c #575D70", -"N+ c #3F4A70", -"O+ c #404456", -"P+ c #DFE5F3", -"Q+ c #D5E0F0", -"R+ c #3D4453", -"S+ c #3A4568", -"T+ c #4E5982", -"U+ c #67799B", -"V+ c #9EC0F4", -"W+ c #6D87B6", -"X+ c #62709E", -"Y+ c #555F8A", -"Z+ c #343A4F", -"`+ c #3F537E", -" @ c #668EDD", -".@ c #597DC5", -"+@ c #303E5C", -"@@ c #3A4357", -"#@ c #445072", -"$@ c #333C52", -"%@ c #44494F", -"&@ c #7C95A3", -"*@ c #262E3D", -"=@ c #A0A9B1", -"-@ c #5E6980", -";@ c #324576", -">@ c #C8CAD2", -",@ c #2E3445", -"'@ c #4F5978", -")@ c #D8D9DE", -"!@ c #CAD0E2", -"~@ c #2B3142", -"{@ c #455681", -"]@ c #565E72", -"^@ c #BFCFD9", -"/@ c #B6CCE5", -"(@ c #5B698A", -"_@ c #23293B", -":@ c #56638D", -"<@ c #6A7EAB", -"[@ c #7B9DD7", -"}@ c #7DA1E1", -"|@ c #475A80", -"1@ c #434C67", -"2@ c #5C6A98", -"3@ c #677BB2", -"4@ c #6685C4", -"5@ c #6791E1", -"6@ c #7BA5EB", -"7@ c #4B5C7B", -"8@ c #1E2026", -"9@ c #444D55", -"0@ c #79868D", -"a@ c #4B5259", -"b@ c #6B7786", -"c@ c #B1C0D7", -"d@ c #2B334A", -"e@ c #788AAD", -"f@ c #66779C", -"g@ c #242C39", -"h@ c #7B8DAB", -"i@ c #D9DCE2", -"j@ c #C2CEE3", -"k@ c #464F63", -"l@ c #374458", -"m@ c #546173", -"n@ c #97ADC6", -"o@ c #B5D5F7", -"p@ c #8BA3C4", -"q@ c #323A4F", -"r@ c #383F4C", -"s@ c #515D77", -"t@ c #6E8CBE", -"u@ c #729BE0", -"v@ c #779FE7", -"w@ c #455981", -"x@ c #202530", -"y@ c #242832", -"z@ c #2D374D", -"A@ c #55729B", -"B@ c #A9CAD7", -"C@ c #677A89", -"D@ c #465159", -"E@ c #616D7B", -"F@ c #88909B", -"G@ c #2F3747", -"H@ c #CCD7DF", -"I@ c #525C70", -"J@ c #4F638E", -"K@ c #BDC0C7", -"L@ c #506A96", -"M@ c #313D4E", -"N@ c #6C80A8", -"O@ c #DFEDF4", -"P@ c #A6BBCB", -"Q@ c #374869", -"R@ c #232A39", -"S@ c #526286", -"T@ c #7288A8", -"U@ c #A0C5F3", -"V@ c #87A7CE", -"W@ c #5E7091", -"X@ c #384150", -"Y@ c #282C35", -"Z@ c #4D6083", -"`@ c #8DB7F3", -" # c #7DADF3", -".# c #7199CA", -"+# c #7D9DC6", -"@# c #5C71A3", -"## c #424E66", -"$# c #576478", -"%# c #5A6B87", -"&# c #414954", -"*# c #4F5E73", -"=# c #B0BCC5", -"-# c #363F4C", -";# c #BBCDE3", -"># c #D3E3F0", -",# c #2A3242", -"'# c #DEE0E4", -")# c #B7BEC8", -"!# c #313E5E", -"~# c #374871", -"{# c #62728D", -"]# c #C5E2F2", -"^# c #A2BCD1", -"/# c #596B91", -"(# c #272C38", -"_# c #484F64", -":# c #6A7C9E", -"<# c #89ADDB", -"[# c #8EBBEB", -"}# c #819FC2", -"|# c #77869D", -"1# c #454F65", -"2# c #2E3647", -"3# c #354258", -"4# c #89AABE", -"5# c #CCE9F5", -"6# c #92B3C9", -"7# c #4D5E76", -"8# c #242935", -"9# c #17181C", -"0# c #4B556B", -"a# c #515F72", -"b# c #89939D", -"c# c #6A7B8E", -"d# c #6B7C8D", -"e# c #D8DBE0", -"f# c #5A6682", -"g# c #778195", -"h# c #EAF0F8", -"i# c #8E9AB4", -"j# c #252B3F", -"k# c #42568E", -"l# c #56667D", -"m# c #D9F3FC", -"n# c #BED0D8", -"o# c #6F7586", -"p# c #30333F", -"q# c #515667", -"r# c #6B7794", -"s# c #88A5B6", -"t# c #C5E7F6", -"u# c #A1B7C2", -"v# c #6E7D8C", -"w# c #5D6D8D", -"x# c #677BA9", -"y# c #6C82AE", -"z# c #97B5D5", -"A# c #A2C5E9", -"B# c #8DB5F4", -"C# c #6B87C8", -"D# c #3A4665", -"E# c #3F4862", -"F# c #545D78", -"G# c #4C5569", -"H# c #9DADC8", -"I# c #2B3A58", -"J# c #798AAF", -"K# c #D4DEF0", -"L# c #374D81", -"M# c #6D778D", -"N# c #E6EDF2", -"O# c #9FAFCF", -"P# c #29324C", -"Q# c #435283", -"R# c #4D5566", -"S# c #B2C3D0", -"T# c #CAE4F1", -"U# c #A3B5CB", -"V# c #4F5464", -"W# c #43454F", -"X# c #656975", -"Y# c #69768D", -"Z# c #85A2BF", -"`# c #9EC5F4", -" $ c #7694C8", -".$ c #3E4B6B", -"+$ c #252A37", -"@$ c #1E2028", -"#$ c #16171C", -"$$ c #1F2229", -"%$ c #384564", -"&$ c #343D54", -"*$ c #3A4158", -"=$ c #616D94", -"-$ c #333E5F", -";$ c #868EAA", -">$ c #49567A", -",$ c #2A3F72", -"'$ c #A6AEBF", -")$ c #435A8F", -"!$ c #333D5B", -"~$ c #8690A5", -"{$ c #D0DFF5", -"]$ c #7B88AC", -"^$ c #353E5B", -"/$ c #454F6E", -"($ c #464E62", -"_$ c #A4B8D4", -":$ c #A9C6F3", -"<$ c #8599C5", -"[$ c #676F88", -"}$ c #40424B", -"|$ c #7F89A4", -"1$ c #97ABD1", -"2$ c #7A98DC", -"3$ c #7293E3", -"4$ c #5F7ABB", -"5$ c #627BB1", -"6$ c #586988", -"7$ c #2B2F3B", -"8$ c #16171B", -"9$ c #18191C", -"0$ c #36405E", -"a$ c #5A6896", -"b$ c #2D3244", -"c$ c #909ACA", -"d$ c #3D5189", -"e$ c #475070", -"f$ c #ADB5E0", -"g$ c #374D8F", -"h$ c #262F49", -"i$ c #6876A1", -"j$ c #ABB7E6", -"k$ c #8792BF", -"l$ c #545D7F", -"m$ c #3D4257", -"n$ c #404352", -"o$ c #67708B", -"p$ c #879BDB", -"q$ c #819AE3", -"r$ c #8796C2", -"s$ c #525970", -"t$ c #3D414C", -"u$ c #373C4D", -"v$ c #404C6D", -"w$ c #556BA5", -"x$ c #536DB0", -"y$ c #5874BB", -"z$ c #5770B2", -"A$ c #344164", -"B$ c #3C486C", -"C$ c #515878", -"D$ c #313545", -"E$ c #5E617B", -"F$ c #7E89B8", -"G$ c #2B334C", -"H$ c #48506F", -"I$ c #252A3B", -"J$ c #2B3048", -"K$ c #636C93", -"L$ c #919AC9", -"M$ c #8792BE", -"N$ c #51576E", -"O$ c #575B6C", -"P$ c #5E5F69", -"Q$ c #565B6C", -"R$ c #6F7BA2", -"S$ c #7187CC", -"T$ c #6377B4", -"U$ c #6F80AC", -"V$ c #5B6581", -"W$ c #4B5169", -"X$ c #535E7E", -"Y$ c #6373A1", -"Z$ c #566796", -"`$ c #3D4866", -" % c #38476D", -".% c #37476F", -"+% c #323646", -"@% c #394059", -"#% c #545971", -"$% c #202128", -"%% c #696B8C", -"&% c #656FA5", -"*% c #2A3A6B", -"=% c #565F84", -"-% c #414B72", -";% c #37405F", -">% c #525D80", -",% c #70779D", -"'% c #8993C2", -")% c #686F8E", -"!% c #525563", -"~% c #525462", -"{% c #4D4E58", -"]% c #454A5E", -"^% c #68759C", -"/% c #52649C", -"(% c #4F64A0", -"_% c #3A4872", -":% c #2A324C", -"<% c #1D212D", -"[% c #21232C", -"}% c #3A3C47", -"|% c #303444", -"1% c #191B1E", -"2% c #34394B", -"3% c #404764", -"4% c #484B5E", -"5% c #242632", -"6% c #8596DE", -"7% c #6681CC", -"8% c #2D3855", -"9% c #424E77", -"0% c #8388B9", -"a% c #434A63", -"b% c #5C6485", -"c% c #717AA6", -"d% c #666E95", -"e% c #5A5F76", -"f% c #4A4C56", -"g% c #656B7F", -"h% c #606A84", -"i% c #3B4159", -"j% c #364570", -"k% c #303C61", -"l% c #2E364D", -"m% c #323546", -"n% c #444A66", -"o% c #3D3F4F", -"p% c #404A66", -"q% c #8399CC", -"r% c #6E819E", -"s% c #3E507C", -"t% c #344169", -"u% c #6A79B5", -"v% c #7376A1", -"w% c #565C7B", -"x% c #4D5261", -"y% c #282A2F", -"z% c #24293C", -"A% c #333D59", -"B% c #303C5F", -"C% c #2D2F3B", -"D% c #373D54", -"E% c #474A5F", -"F% c #3C4057", -"G% c #3F5083", -"H% c #849ABA", -"I% c #334373", -"J% c #344578", -"K% c #525D8F", -"L% c #686E9B", -"M% c #5B6282", -"N% c #424A67", -"O% c #4D5B81", -"P% c #444D65", -"Q% c #434B68", -"R% c #5B668C", -"S% c #58638C", -"T% c #465074", -"U% c #414B6E", -"V% c #2F364B", -"W% c #252830", -"X% c #3F4046", -"Y% c #343740", -"Z% c #191A1E", -"`% c #1A1B21", -" & c #2D303E", -".& c #373E59", -"+& c #3F4154", -"@& c #3C3D50", -"#& c #262C3D", -"$& c #495672", -"%& c #6477A2", -"&& c #3D4D7A", -"*& c #33426E", -"=& c #363F5F", -"-& c #4B5171", -";& c #525875", -">& c #4F5774", -",& c #444C68", -"'& c #485375", -")& c #3E455E", -"!& c #454F70", -"~& c #56638A", -"{& c #383F57", -"]& c #313A57", -"^& c #3D496E", -"/& c #323D60", -"(& c #364265", -"_& c #222736", -":& c #2C2F3D", -"<& c #31374C", -"[& c #33374A", -"}& c #3A3C4D", -"|& c #1D1F26", -"1& c #303850", -"2& c #4E5B8D", -"3& c #43496D", -"4& c #344068", -"5& c #3B466A", -"6& c #353E5D", -"7& c #49506E", -"8& c #454A64", -"9& c #414864", -"0& c #495372", -"a& c #292D3B", -"b& c #3B3D49", -"c& c #1F2128", -"d& c #363C51", -"e& c #1D212F", -"f& c #272A36", -"g& c #2B3146", -"h& c #2F364E", -"i& c #383B4E", -"j& c #3F496A", -"k& c #303751", -"l& c #3A3E55", -"m& c #3C3E52", -"n& c #3A4059", -"o& c #394260", -"p& c #2C334A", -"q& c #383F56", -"r& c #383D51", -"s& c #353A4C", -"t& c #32384C", -"u& c #31374B", -"v& c #333950", -"w& c #282E41", -"x& c #202431", -"y& c #1A1B1F", -"z& c #262B37", -"A& c #282C3D", -"B& c #303547", -"C& c #393D53", -"D& c #32384E", -"E& c #343B54", -"F& c #292C38", -"G& c #2F3242", -"H& c #2C303F", -"I& c #2C2F3C", -"J& c #252832", -"K& c #2D313E", -"L& c #262935", -"M& c #2A2E3C", -"N& c #21242F", -"O& c #20242E", -"P& c #222429", -"Q& c #262A3B", -"R& c #1A1C22", -"S& c #282C3B", -"T& c #30364C", -"U& c #333A54", -"V& c #2A3044", -"W& c #272A37", -"X& c #292E3F", -"Y& c #2A2F42", -"Z& c #272D3F", -"`& c #1E212A", -" * c #1B1C1F", -".* c #1C1E21", -"+* c #1D1F22", -"@* c #22242D", -"#* c #232631", -"$* c #222734", -"%* c #1C1D23", -"&* c #1E1F22", -"** c #1C1D21", -" . + @ # $ % & * ", -" = - ; > , ' ) ! ~ { ] ^ / ( ", -" _ : < [ } | 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.g.h.i.j.k.l. ", -" m.n.o.p.q.r.s.t.u.v.w.@.@.x.y.z.A.B.C.6 D.E.F.G.H.I.J.0 ", -" 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+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@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#@.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#`# $.$+$@$#$$$%$&$", -"*$=$-$;$>$,$'$@.)$!$~${$]$^$/$($_$:$<$[$}$a.|$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$N.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%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%B.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&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&F&T&U&V&W&X&Y&Z&`& * ", -" .*+*@*#*$*%*&*** "}; diff --git a/debian/rdlibrary.desktop b/debian/rdlibrary.desktop deleted file mode 100644 index d0ae6e7f..00000000 --- a/debian/rdlibrary.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=rdlibrary -Comment=Rivendell Library -Exec=rdlibrary -Terminal=false -Type=Application -Icon=/usr/share/srlabs/rdlibrary.xpm -Categories=Application;AudioVideo; diff --git a/debian/rdlibrary.xpm b/debian/rdlibrary.xpm deleted file mode 100644 index 3ef9412b..00000000 --- a/debian/rdlibrary.xpm +++ /dev/null @@ -1,788 +0,0 @@ -/* XPM */ -static char * rdlibrary_xpm[] = { -"32 32 753 2", -" c None", -". c #3D485E", -"+ c #3D485F", -"@ c #364156", -"# c #3B475D", -"$ c #414F69", -"% c #37435A", -"& c #36425B", -"* c #3B4A68", -"= c #2F3645", -"- c #4B5871", -"; c #505D74", -"> c #4D586E", -", c #454F62", -"' c #606E88", -") c #5B6985", -"! c #414D64", -"~ c #536280", -"{ c #4E5F81", -"] c #3F4E69", -"^ c #435478", -"/ c #384868", -"( c #2E384D", -"_ c #424D5E", -": c #576375", -"< c #57606E", -"[ c #525B6A", -"} c #778192", -"| c #3B414B", -"1 c #8A98A8", -"2 c #404753", -"3 c #758398", -"4 c #4B5669", -"5 c #58667F", -"6 c #51607E", -"7 c #404D68", -"8 c #47587A", -"9 c #394868", -"0 c #364566", -"a c #30353E", -"b c #485468", -"c c #677281", -"d c #484F5D", -"e c #8F96A5", -"f c #3D414E", -"g c #A1A6B3", -"h c #4D5363", -"i c #8992A1", -"j c #686E79", -"k c #545E70", -"l c #8494A9", -"m c #3C4454", -"n c #586581", -"o c #6478A1", -"p c #3D4964", -"q c #46587D", -"r c #4A5D87", -"s c #323E5C", -"t c #354464", -"u c #23262D", -"v c #636F7E", -"w c #404551", -"x c #E11313", -"y c #222531", -"z c #C7C8CD", -"A c #393C48", -"B c #A3A6B3", -"C c #7A7D86", -"D c #404557", -"E c #BEC3D0", -"F c #535768", -"G c #434B5E", -"H c #8FA0B8", -"I c #5E6983", -"J c #3D465C", -"K c #6A7EA7", -"L c #506285", -"M c #45567B", -"N c #445983", -"O c #3A4A70", -"P c #293246", -"Q c #404B5C", -"R c #48505C", -"S c #6F7A88", -"T c #636570", -"U c #20222B", -"V c #DBDDE2", -"W c #50535F", -"X c #6C6E76", -"Y c #D1D3DC", -"Z c #2A2E3F", -"` c #505564", -" . c #C4C9D3", -".. c #5C6374", -"+. c #353A44", -"@. c #8092AC", -"#. c #7283A0", -"$. c #3B4359", -"%. c #3F4C67", -"&. c #5B72A2", -"*. c #425379", -"=. c #3E4C6F", -"-. c #3C4F7A", -";. c #374668", -">. c #2A2E35", -",. c #54627A", -"'. c #9299A1", -"). c #3C404D", -"!. c #878996", -"~. c #373E55", -"{. c #CCCDD6", -"]. c #767989", -"^. c #3C435E", -"/. c #A8AAB4", -"(. c #A8AAB8", -"_. c #363B4E", -":. c #565A68", -"<. c #C2CEDA", -"[. c #76829B", -"}. c #353E56", -"|. c #54617C", -"1. c #86A2D2", -"2. c #5E6F96", -"3. c #4A557A", -"4. c #45567D", -"5. c #5975B2", -"6. c #3E4E75", -"7. c #3A4362", -"8. c #202023", -"9. c #627183", -"0. c #394152", -"a. c #B8BBC3", -"b. c #2A2D39", -"c. c #848591", -"d. c #1C202C", -"e. c #A2A8BE", -"f. c #C9CAD3", -"g. c #212431", -"h. c #4D5164", -"i. c #D7D7DB", -"j. c #8B8C95", -"k. c #36384A", -"l. c #4D5160", -"m. c #AEBFD0", -"n. c #8495AC", -"o. c #424C72", -"p. c #3B4560", -"q. c #5F749D", -"r. c #6A86B9", -"s. c #526288", -"t. c #5F6D9F", -"u. c #415582", -"v. c #5572B5", -"w. c #2F3D5B", -"x. c #47566D", -"y. c #7D8C9E", -"z. c #33343A", -"A. c #C6C7CF", -"B. c #242A3A", -"C. c #6E7792", -"D. c #CFD1D8", -"E. c #494C57", -"F. c #DFE0E3", -"G. c #8C8E9C", -"H. c #22242C", -"I. c #616471", -"J. c #DDDEE2", -"K. c #838692", -"L. c #404357", -"M. c #4F5777", -"N. c #8293AB", -"O. c #97AFD1", -"P. c #444C73", -"Q. c #4A5579", -"R. c #607DB6", -"S. c #5977B2", -"T. c #333E59", -"U. c #464E6C", -"V. c #4D6399", -"W. c #363F4B", -"X. c #4B596D", -"Y. c #8492A4", -"Z. c #363A46", -"`. c #CFD0D4", -" + c #3F4C6D", -".+ c #3C4256", -"++ c #ECEEF5", -"@+ c #555B77", -"#+ c #8E909D", -"$+ c #DCDCE3", -"%+ c #717385", -"&+ c #24252D", -"*+ c #616472", -"=+ c #E8EBF3", -"-+ c #A0A9BC", -";+ c #222430", -">+ c #424C70", -",+ c #8BA3C8", -"'+ c #96B6E9", -")+ c #647AA9", -"!+ c #293044", -"~+ c #46506E", -"{+ c #667BB3", -"]+ c #6A8CD6", -"^+ c #7090DC", -"/+ c #313A54", -"(+ c #1F242E", -"_+ c #222326", -":+ c #657B92", -"<+ c #3C4558", -"[+ c #919FB2", -"}+ c #262C3C", -"|+ c #BEC1CA", -"1+ c #676C7D", -"2+ c #384467", -"3+ c #ADADB5", -"4+ c #2A2D3A", -"5+ c #3D4253", -"6+ c #C5C6CD", -"7+ c #D6D6DF", -"8+ c #53586E", -"9+ c #34384B", -"0+ c #4E5365", -"a+ c #C1D2E5", -"b+ c #B1C4E5", -"c+ c #505A79", -"d+ c #212331", -"e+ c #3F486A", -"f+ c #7E9BD4", -"g+ c #84AAEF", -"h+ c #5A70A8", -"i+ c #252C3C", -"j+ c #242938", -"k+ c #4B5F90", -"l+ c #5D82D2", -"m+ c #48649F", -"n+ c #273147", -"o+ c #6F8398", -"p+ c #333841", -"q+ c #A0ABB5", -"r+ c #283454", -"s+ c #99A1B7", -"t+ c #A8AFBF", -"u+ c #21283B", -"v+ c #878EA8", -"w+ c #71778C", -"x+ c #2D344D", -"y+ c #4C4E5D", -"z+ c #D4D8E4", -"A+ c #BDC0CB", -"B+ c #41465B", -"C+ c #454E73", -"D+ c #464C60", -"E+ c #9AAEC8", -"F+ c #A3BEDE", -"G+ c #6876A0", -"H+ c #353B57", -"I+ c #272C3C", -"J+ c #3E4C6D", -"K+ c #7DA2EA", -"L+ c #6487CB", -"M+ c #647CAB", -"N+ c #535E85", -"O+ c #2B3550", -"P+ c #3A4E7A", -"Q+ c #5170A4", -"R+ c #4C4E51", -"S+ c #8096AC", -"T+ c #2C323F", -"U+ c #B7C4D0", -"V+ c #3C4A6C", -"W+ c #4C5773", -"X+ c #DCDCE1", -"Y+ c #5D6A8F", -"Z+ c #242D47", -"`+ c #575D70", -" @ c #3F4A70", -".@ c #404456", -"+@ c #DFE5F3", -"@@ c #D5E0F0", -"#@ c #3D4453", -"$@ c #3A4568", -"%@ c #4E5982", -"&@ c #67799B", -"*@ c #9EC0F4", -"=@ c #6D87B6", -"-@ c #62709E", -";@ c #555F8A", -">@ c #343A4F", -",@ c #3F537E", -"'@ c #668EDD", -")@ c #597DC5", -"!@ c #303E5C", -"~@ c #3A4357", -"{@ c #445072", -"]@ c #333C52", -"^@ c #44494F", -"/@ c #7C95A3", -"(@ c #262E3D", -"_@ c #A0A9B1", -":@ c #5E6980", -"<@ c #324576", -"[@ c #C8CAD2", -"}@ c #9BA3B7", -"|@ c #2E3445", -"1@ c #4F5978", -"2@ c #CAD0E2", -"3@ c #2B3142", -"4@ c #455681", -"5@ c #565E72", -"6@ c #BFCFD9", -"7@ c #B6CCE5", -"8@ c #5B698A", -"9@ c #23293B", -"0@ c #56638D", -"a@ c #6A7EAB", -"b@ c #7B9DD7", -"c@ c #7DA1E1", -"d@ c #475A80", -"e@ c #434C67", -"f@ c #5C6A98", -"g@ c #677BB2", -"h@ c #6685C4", -"i@ c #6791E1", -"j@ c #7BA5EB", -"k@ c #4B5C7B", -"l@ c #1E2026", -"m@ c #444D55", -"n@ c #79868D", -"o@ c #4B5259", -"p@ c #6B7786", -"q@ c #B1C0D7", -"r@ c #2B334A", -"s@ c #788AAD", -"t@ c #EBEDF2", -"u@ c #66779C", -"v@ c #242C39", -"w@ c #D9DCE2", -"x@ c #C2CEE3", -"y@ c #464F63", -"z@ c #374458", -"A@ c #546173", -"B@ c #97ADC6", -"C@ c #B5D5F7", -"D@ c #8BA3C4", -"E@ c #323A4F", -"F@ c #383F4C", -"G@ c #515D77", -"H@ c #6E8CBE", -"I@ c #729BE0", -"J@ c #779FE7", -"K@ c #455981", -"L@ c #202530", -"M@ c #242832", -"N@ c #2D374D", -"O@ c #55729B", -"P@ c #A9CAD7", -"Q@ c #677A89", -"R@ c #465159", -"S@ c #616D7B", -"T@ c #88909B", -"U@ c #2F3747", -"V@ c #CCD7DF", -"W@ c #525C70", -"X@ c #4F638E", -"Y@ c #B3B5BA", -"Z@ c #BDC0C7", -"`@ c #506A96", -" # c #6C80A8", -".# c #DFEDF4", -"+# c #A6BBCB", -"@# c #374869", -"## c #232A39", -"$# c #526286", -"%# c #7288A8", -"&# c #A0C5F3", -"*# c #87A7CE", -"=# c #5E7091", -"-# c #384150", -";# c #282C35", -"># c #4D6083", -",# c #8DB7F3", -"'# c #7DADF3", -")# c #7199CA", -"!# c #7D9DC6", -"~# c #5C71A3", -"{# c #424E66", -"]# c #576478", -"^# c #5A6B87", -"/# c #414954", -"(# c #4F5E73", -"_# c #B0BCC5", -":# c #363F4C", -"<# c #BBCDE3", -"[# c #D3E3F0", -"}# c #2A3242", -"|# c #51648B", -"1# c #DEE0E4", -"2# c #B7BEC8", -"3# c #374871", -"4# c #62728D", -"5# c #C5E2F2", -"6# c #A2BCD1", -"7# c #596B91", -"8# c #272C38", -"9# c #484F64", -"0# c #6A7C9E", -"a# c #89ADDB", -"b# c #8EBBEB", -"c# c #819FC2", -"d# c #77869D", -"e# c #454F65", -"f# c #2E3647", -"g# c #354258", -"h# c #89AABE", -"i# c #CCE9F5", -"j# c #92B3C9", -"k# c #4D5E76", -"l# c #242935", -"m# c #17181C", -"n# c #4B556B", -"o# c #515F72", -"p# c #89939D", -"q# c #6A7B8E", -"r# c #6B7C8D", -"s# c #D8DBE0", -"t# c #5A6682", -"u# c #2C3D64", -"v# c #778195", -"w# c #EAF0F8", -"x# c #252B3F", -"y# c #42568E", -"z# c #56667D", -"A# c #D9F3FC", -"B# c #BED0D8", -"C# c #6F7586", -"D# c #30333F", -"E# c #515667", -"F# c #6B7794", -"G# c #88A5B6", -"H# c #C5E7F6", -"I# c #A1B7C2", -"J# c #6E7D8C", -"K# c #5D6D8D", -"L# c #677BA9", -"M# c #6C82AE", -"N# c #97B5D5", -"O# c #A2C5E9", -"P# c #8DB5F4", -"Q# c #6B87C8", -"R# c #3A4665", -"S# c #3F4862", -"T# c #545D78", -"U# c #4C5569", -"V# c #9DADC8", -"W# c #2B3A58", -"X# c #798AAF", -"Y# c #D4DEF0", -"Z# c #454D5E", -"`# c #374D81", -" $ c #6D778D", -".$ c #9FAFCF", -"+$ c #29324C", -"@$ c #435283", -"#$ c #4D5566", -"$$ c #B2C3D0", -"%$ c #CAE4F1", -"&$ c #A3B5CB", -"*$ c #4F5464", -"=$ c #43454F", -"-$ c #656975", -";$ c #69768D", -">$ c #85A2BF", -",$ c #9EC5F4", -"'$ c #7694C8", -")$ c #3E4B6B", -"!$ c #252A37", -"~$ c #1E2028", -"{$ c #16171C", -"]$ c #1F2229", -"^$ c #384564", -"/$ c #343D54", -"($ c #3A4158", -"_$ c #616D94", -":$ c #333E5F", -"<$ c #868EAA", -"[$ c #49567A", -"}$ c #2A3F72", -"|$ c #A6AEBF", -"1$ c #999EB2", -"2$ c #435A8F", -"3$ c #333D5B", -"4$ c #D0DFF5", -"5$ c #7B88AC", -"6$ c #353E5B", -"7$ c #454F6E", -"8$ c #464E62", -"9$ c #A4B8D4", -"0$ c #A9C6F3", -"a$ c #8599C5", -"b$ c #676F88", -"c$ c #40424B", -"d$ c #7F89A4", -"e$ c #97ABD1", -"f$ c #7A98DC", -"g$ c #7293E3", -"h$ c #5F7ABB", -"i$ c #627BB1", -"j$ c #586988", -"k$ c #2B2F3B", -"l$ c #16171B", -"m$ c #18191C", -"n$ c #36405E", -"o$ c #5A6896", -"p$ c #2D3244", -"q$ c #909ACA", -"r$ c #3D5189", -"s$ c #475070", -"t$ c #ADB5E0", -"u$ c #7D87B1", -"v$ c #374D8F", -"w$ c #6876A1", -"x$ c #ABB7E6", -"y$ c #8792BF", -"z$ c #545D7F", -"A$ c #3D4257", -"B$ c #404352", -"C$ c #67708B", -"D$ c #879BDB", -"E$ c #819AE3", -"F$ c #8796C2", -"G$ c #525970", -"H$ c #3D414C", -"I$ c #373C4D", -"J$ c #404C6D", -"K$ c #556BA5", -"L$ c #536DB0", -"M$ c #5874BB", -"N$ c #5770B2", -"O$ c #344164", -"P$ c #3C486C", -"Q$ c #515878", -"R$ c #313545", -"S$ c #5E617B", -"T$ c #7E89B8", -"U$ c #2B334C", -"V$ c #48506F", -"W$ c #A8ADDC", -"X$ c #8492D1", -"Y$ c #2B3048", -"Z$ c #636C93", -"`$ c #919AC9", -" % c #8792BE", -".% c #51576E", -"+% c #575B6C", -"@% c #5E5F69", -"#% c #565B6C", -"$% c #6F7BA2", -"%% c #7187CC", -"&% c #6377B4", -"*% c #6F80AC", -"=% c #5B6581", -"-% c #4B5169", -";% c #535E7E", -">% c #6373A1", -",% c #566796", -"'% c #3D4866", -")% c #38476D", -"!% c #37476F", -"~% c #323646", -"{% c #394059", -"]% c #545971", -"^% c #202128", -"/% c #696B8C", -"(% c #656FA5", -"_% c #2A3A6B", -":% c #565F84", -"<% c #7579A1", -"[% c #414B72", -"}% c #37405F", -"|% c #525D80", -"1% c #70779D", -"2% c #8993C2", -"3% c #686F8E", -"4% c #525563", -"5% c #525462", -"6% c #4D4E58", -"7% c #454A5E", -"8% c #68759C", -"9% c #52649C", -"0% c #4F64A0", -"a% c #3A4872", -"b% c #2A324C", -"c% c #1D212D", -"d% c #21232C", -"e% c #3A3C47", -"f% c #303444", -"g% c #191B1E", -"h% c #34394B", -"i% c #404764", -"j% c #484B5E", -"k% c #242632", -"l% c #8596DE", -"m% c #6681CC", -"n% c #2D3855", -"o% c #8388B9", -"p% c #7C83B8", -"q% c #383E58", -"r% c #404969", -"s% c #434A63", -"t% c #5C6485", -"u% c #717AA6", -"v% c #666E95", -"w% c #5A5F76", -"x% c #4A4C56", -"y% c #656B7F", -"z% c #606A84", -"A% c #3B4159", -"B% c #323B56", -"C% c #3C4B76", -"D% c #44578F", -"E% c #3C4D7E", -"F% c #364570", -"G% c #303C61", -"H% c #2E364D", -"I% c #323546", -"J% c #444A66", -"K% c #3D3F4F", -"L% c #404A66", -"M% c #8399CC", -"N% c #6E819E", -"O% c #2D2F3B", -"P% c #373D54", -"Q% c #474A5F", -"R% c #3C4057", -"S% c #3F5083", -"T% c #849ABA", -"U% c #5B6282", -"V% c #424A67", -"W% c #4D5B81", -"X% c #444D65", -"Y% c #434B68", -"Z% c #5B668C", -"`% c #58638C", -" & c #465074", -".& c #414B6E", -"+& c #2F364B", -"@& c #252830", -"#& c #3F4046", -"$& c #343740", -"%& c #191A1E", -"&& c #1A1B21", -"*& c #2D303E", -"=& c #373E59", -"-& c #3F4154", -";& c #3C3D50", -">& c #262C3D", -",& c #495672", -"'& c #6477A2", -")& c #3D4D7A", -"!& c #33426E", -"~& c #363F5F", -"{& c #4B5171", -"]& c #525875", -"^& c #4F5774", -"/& c #444C68", -"(& c #485375", -"_& c #3E455E", -":& c #454F70", -"<& c #56638A", -"[& c #383F57", -"}& c #313A57", -"|& c #3D496E", -"1& c #323D60", -"2& c #364265", -"3& c #222736", -"4& c #2C2F3D", -"5& c #31374C", -"6& c #33374A", -"7& c #3A3C4D", -"8& c #1D1F26", -"9& c #303850", -"0& c #4E5B8D", -"a& c #43496D", -"b& c #344068", -"c& c #3B466A", -"d& c #353E5D", -"e& c #49506E", -"f& c #454A64", -"g& c #414864", -"h& c #495372", -"i& c #292D3B", -"j& c #3B3D49", -"k& c #1F2128", -"l& c #363C51", -"m& c #1D212F", -"n& c #272A36", -"o& c #2B3146", -"p& c #2F364E", -"q& c #383B4E", -"r& c #3F496A", -"s& c #303751", -"t& c #3A3E55", -"u& c #3C3E52", -"v& c #3A4059", -"w& c #394260", -"x& c #2C334A", -"y& c #383F56", -"z& c #383D51", -"A& c #353A4C", -"B& c #32384C", -"C& c #31374B", -"D& c #333950", -"E& c #282E41", -"F& c #202431", -"G& c #1A1B1F", -"H& c #262B37", -"I& c #282C3D", -"J& c #303547", -"K& c #393D53", -"L& c #32384E", -"M& c #343B54", -"N& c #292C38", -"O& c #2F3242", -"P& c #2C303F", -"Q& c #2C2F3C", -"R& c #252832", -"S& c #2D313E", -"T& c #262935", -"U& c #2A2E3C", -"V& c #21242F", -"W& c #20242E", -"X& c #222429", -"Y& c #262A3B", -"Z& c #1A1C22", -"`& c #282C3B", -" * c #30364C", -".* c #333A54", -"+* c #2A3044", -"@* c #272A37", -"#* c #292E3F", -"$* c #2A2F42", -"%* c #272D3F", -"&* c #1E212A", -"** c #1B1C1F", -"=* c #1C1E21", -"-* c #1D1F22", -";* c #22242D", -">* c #232631", -",* c #222734", -"'* c #1C1D23", -")* c #1E1F22", -"!* c #1C1D21", -" . + @ # $ % & * ", -" = - ; > , ' ) ! ~ { ] ^ / ( ", -" _ : < [ } | 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 x U V W X Y Z ` ...+.@.#.$.%.&.*.=.-.;. ", -" >.,.'.).!.x ~.{.].^./.(._.:.<.[.}.|.1.2.3.4.5.6.7.8. ", -" 9.0.a.b.c.x 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.x E.F.G.H.I.J.K.L.M.N.O.6 P.Q.R.S.T.U.V.0 ", -" W.X.Y.Z.`. +.+++x @+#+$+%+&+*+=+-+;+>+,+'+)+!+~+{+]+^+/+(+_+ ", -" :+<+[+}+|+1+2+3+x 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+x 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+x x `+ @.@+@@@#@$@%@&@*@=@-@;@>@,@'@)@!@~@{@]@", -"^@/@(@_@:@<@[@}@|@1@x 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@x 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@`@x #.#+#@###$#%#&#*#=#-#;#>#,#'#)#!#~#{#]#^#", -"/#(#_#:#<#[#}#|#1#2#x 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 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#`# $x .$+$@$#$$$%$&$*$=$-$;$>$,$'$)$!$~${$]$^$/$", -"($_$:$<$[$}$|$1$2$3$x 4$5$6$7$8$9$0$a$b$c$l.d$e$f$g$h$i$j$k$l$m$", -" n$o$p$q$r$s$t$u$v$x w$x$y$z$A$B$C$D$E$F$G$Z.H$I$J$K$L$M$N$O$ ", -" P$Q$R$S$T$U$V$W$X$x Y$Z$`$ %.%+%@%#%$%%%&%*%=%-%;%>%,%'%)%!% ", -" ~%{%]%^%/%(%_%:%x <%[%}%|%1%2%3%4%5%6%7%8%9%0%a%b%c%d%e%f%g% ", -" h%i%j%k%l%m%n%x 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%x x x x x x x x x x x x x x x x x x x x ", -" O%P%Q%R%S%T%x x x x x U%V%W%X%Y%Z%`% &.&+&@&#&$&%&&& ", -" *&=&-&;&>&,&'&)&!&~&{&]&^&/&(&_&:&<&[&}&|&1&2&3& ", -" 4&5&6&7&8&9&0&a&b&c&d&e&f&g&[&h&i&j&k&l&3&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&`&N& *.*+*@*#*$*%*&*** ", -" =*-*;*>*,*'*)*!* "}; diff --git a/debian/rdlogedit.desktop b/debian/rdlogedit.desktop deleted file mode 100644 index 06d0bc89..00000000 --- a/debian/rdlogedit.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=rdlogedit -Comment=Rivendell Logedit -Exec=rdlogedit -Terminal=false -Type=Application -Icon=/usr/share/srlabs/rdlogedit.xpm -Categories=Application;AudioVideo; diff --git a/debian/rdlogedit.xpm b/debian/rdlogedit.xpm deleted file mode 100644 index 0666db92..00000000 --- a/debian/rdlogedit.xpm +++ /dev/null @@ -1,751 +0,0 @@ -/* XPM */ -static char * rdlogedit_xpm[] = { -"32 32 716 2", -" c None", -". c #3D485E", -"+ c #3D485F", -"@ c #364156", -"# c #3B475D", -"$ c #414F69", -"% c #37435A", -"& c #36425B", -"* c #3B4A68", -"= c #2F3645", -"- c #4B5871", -"; c #505D74", -"> c #4D586E", -", c #454F62", -"' c #606E88", -") c #5B6985", -"! c #414D64", -"~ c #536280", -"{ c #4E5F81", -"] c #3F4E69", -"^ c #435478", -"/ c #384868", -"( c #2E384D", -"_ c #424D5E", -": c #576375", -"< c #57606E", -"[ c #525B6A", -"} c #778192", -"| c #3B414B", -"1 c #8A98A8", -"2 c #404753", -"3 c #758398", -"4 c #4B5669", -"5 c #58667F", -"6 c #51607E", -"7 c #404D68", -"8 c #47587A", -"9 c #394868", -"0 c #364566", -"a c #30353E", -"b c #485468", -"c c #677281", -"d c #484F5D", -"e c #8F96A5", -"f c #3D414E", -"g c #A1A6B3", -"h c #4D5363", -"i c #8992A1", -"j c #686E79", -"k c #545E70", -"l c #8494A9", -"m c #3C4454", -"n c #586581", -"o c #6478A1", -"p c #3D4964", -"q c #46587D", -"r c #4A5D87", -"s c #323E5C", -"t c #354464", -"u c #E11313", -"v c #636F7E", -"w c #404551", -"x c #9BA1A7", -"y c #222531", -"z c #C7C8CD", -"A c #393C48", -"B c #A3A6B3", -"C c #7A7D86", -"D c #404557", -"E c #BEC3D0", -"F c #535768", -"G c #434B5E", -"H c #8FA0B8", -"I c #5E6983", -"J c #3D465C", -"K c #6A7EA7", -"L c #404B5C", -"M c #6F7A88", -"N c #636570", -"O c #888A94", -"P c #20222B", -"Q c #DBDDE2", -"R c #50535F", -"S c #6C6E76", -"T c #D1D3DC", -"U c #2A2E3F", -"V c #505564", -"W c #C4C9D3", -"X c #3F4C67", -"Y c #5B72A2", -"Z c #425379", -"` c #3E4C6F", -" . c #3C4F7A", -".. c #374668", -"+. c #2A2E35", -"@. c #54627A", -"#. c #3C404D", -"$. c #878996", -"%. c #878A99", -"&. c #373E55", -"*. c #CCCDD6", -"=. c #767989", -"-. c #3C435E", -";. c #A8AAB4", -">. c #A8AAB8", -",. c #363B4E", -"'. c #565A68", -"). c #76829B", -"!. c #353E56", -"~. c #54617C", -"{. c #86A2D2", -"]. c #5E6F96", -"^. c #4A557A", -"/. c #45567D", -"(. c #5975B2", -"_. c #3E4E75", -":. c #3A4362", -"<. c #202023", -"[. c #627183", -"}. c #394152", -"|. c #2A2D39", -"1. c #848591", -"2. c #A0A3B3", -"3. c #1C202C", -"4. c #A2A8BE", -"5. c #C9CAD3", -"6. c #212431", -"7. c #4D5164", -"8. c #D7D7DB", -"9. c #8B8C95", -"0. c #36384A", -"a. c #AEBFD0", -"b. c #8495AC", -"c. c #424C72", -"d. c #3B4560", -"e. c #5F749D", -"f. c #6A86B9", -"g. c #526288", -"h. c #5F6D9F", -"i. c #415582", -"j. c #5572B5", -"k. c #2F3D5B", -"l. c #47566D", -"m. c #7D8C9E", -"n. c #33343A", -"o. c #242A3A", -"p. c #6E7792", -"q. c #CFD1D8", -"r. c #424A62", -"s. c #494C57", -"t. c #DFE0E3", -"u. c #8C8E9C", -"v. c #22242C", -"w. c #616471", -"x. c #DDDEE2", -"y. c #838692", -"z. c #4F5777", -"A. c #8293AB", -"B. c #97AFD1", -"C. c #444C73", -"D. c #4A5579", -"E. c #607DB6", -"F. c #5977B2", -"G. c #333E59", -"H. c #464E6C", -"I. c #4D6399", -"J. c #363F4B", -"K. c #4B596D", -"L. c #8492A4", -"M. c #363A46", -"N. c #3F4C6D", -"O. c #3C4256", -"P. c #ECEEF5", -"Q. c #5F6169", -"R. c #555B77", -"S. c #8E909D", -"T. c #DCDCE3", -"U. c #717385", -"V. c #24252D", -"W. c #616472", -"X. c #E8EBF3", -"Y. c #222430", -"Z. c #424C70", -"`. c #8BA3C8", -" + c #96B6E9", -".+ c #647AA9", -"++ c #293044", -"@+ c #46506E", -"#+ c #667BB3", -"$+ c #6A8CD6", -"%+ c #7090DC", -"&+ c #313A54", -"*+ c #1F242E", -"=+ c #222326", -"-+ c #657B92", -";+ c #3C4558", -">+ c #919FB2", -",+ c #262C3C", -"'+ c #676C7D", -")+ c #384467", -"!+ c #ADADB5", -"~+ c #C9CDDC", -"{+ c #2A2D3A", -"]+ c #3D4253", -"^+ c #C5C6CD", -"/+ c #D6D6DF", -"(+ c #53586E", -"_+ c #34384B", -":+ c #4E5365", -"<+ c #B1C4E5", -"[+ c #505A79", -"}+ c #212331", -"|+ c #3F486A", -"1+ c #7E9BD4", -"2+ c #84AAEF", -"3+ c #5A70A8", -"4+ c #252C3C", -"5+ c #242938", -"6+ c #4B5F90", -"7+ c #5D82D2", -"8+ c #48649F", -"9+ c #273147", -"0+ c #6F8398", -"a+ c #333841", -"b+ c #A0ABB5", -"c+ c #283454", -"d+ c #A8AFBF", -"e+ c #21283B", -"f+ c #878EA8", -"g+ c #EBECF2", -"h+ c #71778C", -"i+ c #2D344D", -"j+ c #4C4E5D", -"k+ c #D4D8E4", -"l+ c #BDC0CB", -"m+ c #41465B", -"n+ c #454E73", -"o+ c #9AAEC8", -"p+ c #A3BEDE", -"q+ c #6876A0", -"r+ c #353B57", -"s+ c #272C3C", -"t+ c #3E4C6D", -"u+ c #7DA2EA", -"v+ c #6487CB", -"w+ c #647CAB", -"x+ c #535E85", -"y+ c #2B3550", -"z+ c #3A4E7A", -"A+ c #5170A4", -"B+ c #4C4E51", -"C+ c #8096AC", -"D+ c #2C323F", -"E+ c #B7C4D0", -"F+ c #3C4A6C", -"G+ c #DCDCE1", -"H+ c #5D6A8F", -"I+ c #242D47", -"J+ c #9A9EAD", -"K+ c #DBDBDE", -"L+ c #575D70", -"M+ c #3F4A70", -"N+ c #404456", -"O+ c #DFE5F3", -"P+ c #D5E0F0", -"Q+ c #3D4453", -"R+ c #4E5982", -"S+ c #67799B", -"T+ c #9EC0F4", -"U+ c #6D87B6", -"V+ c #62709E", -"W+ c #555F8A", -"X+ c #343A4F", -"Y+ c #3F537E", -"Z+ c #668EDD", -"`+ c #597DC5", -" @ c #303E5C", -".@ c #3A4357", -"+@ c #445072", -"@@ c #333C52", -"#@ c #44494F", -"$@ c #7C95A3", -"%@ c #262E3D", -"&@ c #A0A9B1", -"*@ c #5E6980", -"=@ c #C8CAD2", -"-@ c #9BA3B7", -";@ c #2E3445", -">@ c #4F5978", -",@ c #D8D9DE", -"'@ c #CAD0E2", -")@ c #2B3142", -"!@ c #455681", -"~@ c #565E72", -"{@ c #BFCFD9", -"]@ c #B6CCE5", -"^@ c #23293B", -"/@ c #56638D", -"(@ c #6A7EAB", -"_@ c #7B9DD7", -":@ c #7DA1E1", -"<@ c #475A80", -"[@ c #434C67", -"}@ c #5C6A98", -"|@ c #677BB2", -"1@ c #6685C4", -"2@ c #6791E1", -"3@ c #7BA5EB", -"4@ c #4B5C7B", -"5@ c #1E2026", -"6@ c #444D55", -"7@ c #79868D", -"8@ c #4B5259", -"9@ c #6B7786", -"0@ c #B1C0D7", -"a@ c #788AAD", -"b@ c #EBEDF2", -"c@ c #66779C", -"d@ c #242C39", -"e@ c #7B8DAB", -"f@ c #D9DCE2", -"g@ c #C2CEE3", -"h@ c #464F63", -"i@ c #374458", -"j@ c #546173", -"k@ c #97ADC6", -"l@ c #8BA3C4", -"m@ c #323A4F", -"n@ c #383F4C", -"o@ c #515D77", -"p@ c #6E8CBE", -"q@ c #729BE0", -"r@ c #779FE7", -"s@ c #455981", -"t@ c #202530", -"u@ c #242832", -"v@ c #2D374D", -"w@ c #55729B", -"x@ c #A9CAD7", -"y@ c #677A89", -"z@ c #465159", -"A@ c #616D7B", -"B@ c #88909B", -"C@ c #2F3747", -"D@ c #CCD7DF", -"E@ c #4F638E", -"F@ c #B3B5BA", -"G@ c #BDC0C7", -"H@ c #506A96", -"I@ c #313D4E", -"J@ c #6C80A8", -"K@ c #DFEDF4", -"L@ c #A6BBCB", -"M@ c #374869", -"N@ c #232A39", -"O@ c #526286", -"P@ c #576478", -"Q@ c #5A6B87", -"R@ c #414954", -"S@ c #4F5E73", -"T@ c #B0BCC5", -"U@ c #363F4C", -"V@ c #BBCDE3", -"W@ c #2A3242", -"X@ c #51648B", -"Y@ c #DEE0E4", -"Z@ c #B7BEC8", -"`@ c #313E5E", -" # c #374871", -".# c #62728D", -"+# c #C5E2F2", -"@# c #A2BCD1", -"## c #596B91", -"$# c #272C38", -"%# c #484F64", -"&# c #89ADDB", -"*# c #8EBBEB", -"=# c #819FC2", -"-# c #77869D", -";# c #454F65", -"># c #2E3647", -",# c #354258", -"'# c #89AABE", -")# c #CCE9F5", -"!# c #92B3C9", -"~# c #4D5E76", -"{# c #242935", -"]# c #17181C", -"^# c #4B556B", -"/# c #515F72", -"(# c #89939D", -"_# c #6A7B8E", -":# c #6B7C8D", -"<# c #5A6682", -"[# c #2C3D64", -"}# c #778195", -"|# c #EAF0F8", -"1# c #8E9AB4", -"2# c #252B3F", -"3# c #42568E", -"4# c #56667D", -"5# c #D9F3FC", -"6# c #BED0D8", -"7# c #6F7586", -"8# c #30333F", -"9# c #6B7794", -"0# c #88A5B6", -"a# c #C5E7F6", -"b# c #A1B7C2", -"c# c #6E7D8C", -"d# c #5D6D8D", -"e# c #677BA9", -"f# c #6C82AE", -"g# c #97B5D5", -"h# c #A2C5E9", -"i# c #8DB5F4", -"j# c #6B87C8", -"k# c #3A4665", -"l# c #3F4862", -"m# c #545D78", -"n# c #4C5569", -"o# c #9DADC8", -"p# c #2B3A58", -"q# c #D4DEF0", -"r# c #454D5E", -"s# c #374D81", -"t# c #6D778D", -"u# c #E6EDF2", -"v# c #9FAFCF", -"w# c #29324C", -"x# c #435283", -"y# c #4D5566", -"z# c #B2C3D0", -"A# c #CAE4F1", -"B# c #A3B5CB", -"C# c #43454F", -"D# c #656975", -"E# c #69768D", -"F# c #85A2BF", -"G# c #9EC5F4", -"H# c #7694C8", -"I# c #3E4B6B", -"J# c #252A37", -"K# c #1E2028", -"L# c #16171C", -"M# c #1F2229", -"N# c #384564", -"O# c #343D54", -"P# c #3A4158", -"Q# c #616D94", -"R# c #333E5F", -"S# c #868EAA", -"T# c #49567A", -"U# c #A6AEBF", -"V# c #999EB2", -"W# c #435A8F", -"X# c #333D5B", -"Y# c #8690A5", -"Z# c #D0DFF5", -"`# c #7B88AC", -" $ c #353E5B", -".$ c #454F6E", -"+$ c #464E62", -"@$ c #A4B8D4", -"#$ c #A9C6F3", -"$$ c #676F88", -"%$ c #40424B", -"&$ c #4D5160", -"*$ c #7F89A4", -"=$ c #97ABD1", -"-$ c #7A98DC", -";$ c #7293E3", -">$ c #5F7ABB", -",$ c #627BB1", -"'$ c #586988", -")$ c #2B2F3B", -"!$ c #16171B", -"~$ c #18191C", -"{$ c #36405E", -"]$ c #5A6896", -"^$ c #2D3244", -"/$ c #909ACA", -"($ c #475070", -"_$ c #ADB5E0", -":$ c #7D87B1", -"<$ c #374D8F", -"[$ c #262F49", -"}$ c #6876A1", -"|$ c #ABB7E6", -"1$ c #8792BF", -"2$ c #545D7F", -"3$ c #3D4257", -"4$ c #404352", -"5$ c #67708B", -"6$ c #819AE3", -"7$ c #8796C2", -"8$ c #525970", -"9$ c #3D414C", -"0$ c #373C4D", -"a$ c #404C6D", -"b$ c #556BA5", -"c$ c #536DB0", -"d$ c #5874BB", -"e$ c #5770B2", -"f$ c #344164", -"g$ c #3C486C", -"h$ c #515878", -"i$ c #313545", -"j$ c #5E617B", -"k$ c #2B334C", -"l$ c #48506F", -"m$ c #A8ADDC", -"n$ c #8492D1", -"o$ c #252A3B", -"p$ c #2B3048", -"q$ c #636C93", -"r$ c #919AC9", -"s$ c #8792BE", -"t$ c #51576E", -"u$ c #575B6C", -"v$ c #5E5F69", -"w$ c #6F7BA2", -"x$ c #7187CC", -"y$ c #6377B4", -"z$ c #6F80AC", -"A$ c #5B6581", -"B$ c #4B5169", -"C$ c #535E7E", -"D$ c #6373A1", -"E$ c #566796", -"F$ c #3D4866", -"G$ c #38476D", -"H$ c #37476F", -"I$ c #323646", -"J$ c #394059", -"K$ c #545971", -"L$ c #202128", -"M$ c #656FA5", -"N$ c #2A3A6B", -"O$ c #565F84", -"P$ c #9297CD", -"Q$ c #7579A1", -"R$ c #414B72", -"S$ c #37405F", -"T$ c #525D80", -"U$ c #70779D", -"V$ c #8993C2", -"W$ c #686F8E", -"X$ c #525563", -"Y$ c #4D4E58", -"Z$ c #454A5E", -"`$ c #68759C", -" % c #52649C", -".% c #4F64A0", -"+% c #3A4872", -"@% c #2A324C", -"#% c #1D212D", -"$% c #21232C", -"%% c #3A3C47", -"&% c #303444", -"*% c #191B1E", -"=% c #34394B", -"-% c #404764", -";% c #484B5E", -">% c #8596DE", -",% c #6681CC", -"'% c #2D3855", -")% c #424E77", -"!% c #8388B9", -"~% c #7C83B8", -"{% c #383E58", -"]% c #404969", -"^% c #434A63", -"/% c #5C6485", -"(% c #717AA6", -"_% c #666E95", -":% c #4A4C56", -"<% c #656B7F", -"[% c #606A84", -"}% c #3B4159", -"|% c #323B56", -"1% c #3C4B76", -"2% c #44578F", -"3% c #3C4D7E", -"4% c #364570", -"5% c #303C61", -"6% c #2E364D", -"7% c #323546", -"8% c #444A66", -"9% c #404A66", -"0% c #8399CC", -"a% c #6E819E", -"b% c #3E507C", -"c% c #344169", -"d% c #6A79B5", -"e% c #7376A1", -"f% c #565C7B", -"g% c #434D69", -"h% c #4F597A", -"i% c #49506B", -"j% c #5B6381", -"k% c #5B678F", -"l% c #454B66", -"m% c #40465A", -"n% c #474E69", -"o% c #5A688F", -"p% c #4D5261", -"q% c #282A2F", -"r% c #24293C", -"s% c #333D59", -"t% c #303C5F", -"u% c #2D2F3B", -"v% c #373D54", -"w% c #3C4057", -"x% c #3F5083", -"y% c #849ABA", -"z% c #334373", -"A% c #344578", -"B% c #525D8F", -"C% c #686E9B", -"D% c #5B6282", -"E% c #424A67", -"F% c #4D5B81", -"G% c #444D65", -"H% c #5B668C", -"I% c #58638C", -"J% c #465074", -"K% c #414B6E", -"L% c #2F364B", -"M% c #252830", -"N% c #3F4046", -"O% c #343740", -"P% c #191A1E", -"Q% c #1A1B21", -"R% c #373E59", -"S% c #3F4154", -"T% c #3C3D50", -"U% c #262C3D", -"V% c #495672", -"W% c #6477A2", -"X% c #3D4D7A", -"Y% c #33426E", -"Z% c #363F5F", -"`% c #4B5171", -" & c #525875", -".& c #4F5774", -"+& c #444C68", -"@& c #353E5D", -"#& c #49506E", -"$& c #454A64", -"%& c #414864", -"&& c #383F57", -"*& c #495372", -"=& c #292D3B", -"-& c #3B3D49", -";& c #1F2128", -">& c #363C51", -",& c #222736", -"'& c #1D212F", -")& c #272A36", -"!& c #2B3146", -"~& c #2F364E", -"{& c #383B4E", -"]& c #3F496A", -"^& c #303751", -"/& c #3A3E55", -"(& c #3C3E52", -"_& c #3A4059", -":& c #394260", -"<& c #2C334A", -"[& c #383F56", -"}& c #383D51", -"|& c #353A4C", -"1& c #32384C", -"2& c #31374B", -"3& c #333950", -"4& c #282E41", -"5& c #202431", -"6& c #1A1B1F", -"7& c #262B37", -"8& c #282C3D", -"9& c #303547", -"0& c #393D53", -"a& c #32384E", -"b& c #343B54", -"c& c #292C38", -"d& c #2F3242", -"e& c #2C303F", -"f& c #2C2F3C", -"g& c #252832", -"h& c #2D313E", -"i& c #262935", -"j& c #2A2E3C", -"k& c #21242F", -"l& c #20242E", -"m& c #222429", -"n& c #262A3B", -"o& c #1A1C22", -"p& c #282C3B", -"q& c #30364C", -"r& c #333A54", -"s& c #2A3044", -"t& c #272A37", -"u& c #292E3F", -"v& c #2A2F42", -"w& c #272D3F", -"x& c #1E212A", -"y& c #1B1C1F", -"z& c #1C1E21", -"A& c #1D1F22", -"B& c #22242D", -"C& c #232631", -"D& c #222734", -"E& c #1C1D23", -"F& c #1E1F22", -"G& c #1C1D21", -" . + @ # $ % & * ", -" = - ; > , ' ) ! ~ { ] ^ / ( ", -" _ : < [ } | 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 u v w x y z A B C D E F G H I J K u u u u u ", -" L u M N O P Q R S T U V W u u u u u X Y Z ` ... ", -" +.@.u #.$.%.&.*.=.-.;.>.,.'.u ).!.~.{.].^./.(._.:.<. ", -" [.}.u |.1.2.3.4.5.6.7.8.9.0.u a.b.c.d.e.f.g.h.i.j.k. ", -" l.m.n.u o.p.q.r.s.t.u.v.w.x.y.u z.A.B.6 C.D.E.F.G.H.I.0 ", -" J.K.L.M.u N.O.P.Q.R.S.T.U.V.W.X.u Y.Z.`. +.+++@+#+$+%+&+*+=+ ", -" -+;+>+,+u '+)+!+~+{+]+^+/+(+_+:+u <+[+}+|+1+2+3+4+5+6+7+8+9+ ", -" 0+a+b+c+u d+e+f+g+h+i+j+k+l+m+n+u o+p+q+r+s+t+u+v+w+x+y+z+A+ ", -"B+C+D+E+F+u G+H+I+J+K+L+M+N+O+P+Q+u R+S+T+U+V+W+X+Y+Z+`+ @.@+@@@", -"#@$@%@&@*@u =@-@;@>@,@'@)@!@~@{@]@u ^@/@(@_@:@<@[@}@|@1@2@3@4@5@", -"6@7@8@9@0@u a@b@c@d@e@f@g@h@i@j@k@u l@m@n@o@p@q@r@s@t@u@v@w@x@y@", -"z@A@B@C@D@u E@F@G@H@I@J@K@L@M@N@O@u u u u u u u u u u u u u P@Q@", -"R@S@T@U@V@u W@X@Y@Z@`@ #.#+#@###$#%#u &#*#=#-#;#>#,#'#)#!#~#{#]#", -"^#/#(#_#:#u <#[#}#|#1#2#3#4#5#6#7#8#u 9#0#a#b#c#d#e#f#g#h#i#j#k#", -"l#m#n#o#p#u q#r#s#t#u#v#w#x#y#z#A#B#u C#D#E#F#G#H#I#J#K#L#M#N#O#", -"P#Q#R#S#T#u U#V#W#X#Y#Z#`# $.$+$@$#$u $$%$&$*$=$-$;$>$,$'$)$!$~$", -" {$]$^$/$u ($_$:$<$[$}$|$1$2$3$4$5$u 6$7$8$M.9$0$a$b$c$d$e$f$ ", -" g$h$i$j$u k$l$m$n$o$p$q$r$s$t$u$v$u w$x$y$z$A$B$C$D$E$F$G$H$ ", -" I$J$K$L$u M$N$O$P$Q$R$S$T$U$V$W$X$u Y$Z$`$ %.%+%@%#%$%%%&%*% ", -" =%-%;%u >%,%'%)%!%~%{%]%^%/%(%_%u :%<%[%}%|%1%2%3%4%5%6% ", -" 7%8%u 9%0%a%b%c%d%e%f%g%h%i%j%u k%l%m%n%o%p%q%r%s%t% ", -" u%v%u w%x%y%A.z%A%B%C%D%E%F%G%u H%I%J%K%L%M%N%O%P%Q% ", -" u R%S%T%U%V%W%X%Y%Z%`% &.&+&u u u u u u u u u u ", -" u u u u u u u u u u u @&#&$&%&&&*&=&-&;&>&,&'& ", -" )&!&~&{&]&^&/&(&_&:&<&[&}&|&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&c&q&r&s&t&u&v&w&x&y& ", -" z&A&B&C&D&E&F&G& "}; diff --git a/debian/rdlogin.desktop b/debian/rdlogin.desktop deleted file mode 100644 index 5d042562..00000000 --- a/debian/rdlogin.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=rdlogin -Comment=Rivendell Login Utility -Exec=rdlogin -Terminal=false -Type=Application -Icon=/usr/share/srlabs/rdlogin.xpm -Categories=Application;AudioVideo; diff --git a/debian/rdlogin.xpm b/debian/rdlogin.xpm deleted file mode 100644 index f142fbc1..00000000 --- a/debian/rdlogin.xpm +++ /dev/null @@ -1,715 +0,0 @@ -/* XPM */ -static char * rdlogin_xpm[] = { -"32 32 680 2", -" c None", -". c #3D485E", -"+ c #3D485F", -"@ c #364156", -"# c #3B475D", -"$ c #414F69", -"% c #37435A", -"& c #36425B", -"* c #3B4A68", -"= c #2F3645", -"- c #4B5871", -"; c #505D74", -"> c #4D586E", -", c #454F62", -"' c #606E88", -") c #5B6985", -"! c #414D64", -"~ c #536280", -"{ c #4E5F81", -"] c #3F4E69", -"^ c #435478", -"/ c #384868", -"( c #2E384D", -"_ c #424D5E", -": c #576375", -"< c #57606E", -"[ c #525B6A", -"} c #778192", -"| c #3B414B", -"1 c #8A98A8", -"2 c #404753", -"3 c #758398", -"4 c #4B5669", -"5 c #58667F", -"6 c #51607E", -"7 c #404D68", -"8 c #47587A", -"9 c #394868", -"0 c #364566", -"a c #30353E", -"b c #485468", -"c c #677281", -"d c #484F5D", -"e c #8F96A5", -"f c #3D414E", -"g c #A1A6B3", -"h c #4D5363", -"i c #8992A1", -"j c #686E79", -"k c #545E70", -"l c #8494A9", -"m c #3C4454", -"n c #586581", -"o c #6478A1", -"p c #3D4964", -"q c #46587D", -"r c #4A5D87", -"s c #323E5C", -"t c #354464", -"u c #23262D", -"v c #636F7E", -"w c #404551", -"x c #E11313", -"y c #222531", -"z c #C7C8CD", -"A c #393C48", -"B c #A3A6B3", -"C c #7A7D86", -"D c #404557", -"E c #BEC3D0", -"F c #535768", -"G c #434B5E", -"H c #8FA0B8", -"I c #5E6983", -"J c #3D465C", -"K c #6A7EA7", -"L c #506285", -"M c #45567B", -"N c #445983", -"O c #3A4A70", -"P c #293246", -"Q c #404B5C", -"R c #48505C", -"S c #6F7A88", -"T c #636570", -"U c #20222B", -"V c #DBDDE2", -"W c #50535F", -"X c #6C6E76", -"Y c #D1D3DC", -"Z c #2A2E3F", -"` c #505564", -" . c #C4C9D3", -".. c #5C6374", -"+. c #353A44", -"@. c #8092AC", -"#. c #7283A0", -"$. c #3B4359", -"%. c #3F4C67", -"&. c #5B72A2", -"*. c #425379", -"=. c #3E4C6F", -"-. c #3C4F7A", -";. c #374668", -">. c #2A2E35", -",. c #54627A", -"'. c #9299A1", -"). c #3C404D", -"!. c #878996", -"~. c #373E55", -"{. c #CCCDD6", -"]. c #767989", -"^. c #3C435E", -"/. c #A8AAB4", -"(. c #A8AAB8", -"_. c #363B4E", -":. c #565A68", -"<. c #C2CEDA", -"[. c #76829B", -"}. c #353E56", -"|. c #54617C", -"1. c #86A2D2", -"2. c #5E6F96", -"3. c #4A557A", -"4. c #45567D", -"5. c #5975B2", -"6. c #3E4E75", -"7. c #3A4362", -"8. c #202023", -"9. c #627183", -"0. c #394152", -"a. c #B8BBC3", -"b. c #2A2D39", -"c. c #848591", -"d. c #1C202C", -"e. c #A2A8BE", -"f. c #C9CAD3", -"g. c #212431", -"h. c #4D5164", -"i. c #D7D7DB", -"j. c #8B8C95", -"k. c #36384A", -"l. c #4D5160", -"m. c #AEBFD0", -"n. c #8495AC", -"o. c #5572B5", -"p. c #2F3D5B", -"q. c #47566D", -"r. c #7D8C9E", -"s. c #33343A", -"t. c #C6C7CF", -"u. c #242A3A", -"v. c #6E7792", -"w. c #CFD1D8", -"x. c #494C57", -"y. c #DFE0E3", -"z. c #8C8E9C", -"A. c #22242C", -"B. c #616471", -"C. c #DDDEE2", -"D. c #838692", -"E. c #404357", -"F. c #4D6399", -"G. c #363F4B", -"H. c #4B596D", -"I. c #8492A4", -"J. c #363A46", -"K. c #CFD0D4", -"L. c #3F4C6D", -"M. c #3C4256", -"N. c #ECEEF5", -"O. c #555B77", -"P. c #8E909D", -"Q. c #DCDCE3", -"R. c #717385", -"S. c #24252D", -"T. c #616472", -"U. c #E8EBF3", -"V. c #A0A9BC", -"W. c #96B6E9", -"X. c #647AA9", -"Y. c #293044", -"Z. c #46506E", -"`. c #313A54", -" + c #1F242E", -".+ c #222326", -"++ c #657B92", -"@+ c #3C4558", -"#+ c #919FB2", -"$+ c #262C3C", -"%+ c #BEC1CA", -"&+ c #676C7D", -"*+ c #384467", -"=+ c #ADADB5", -"-+ c #2A2D3A", -";+ c #3D4253", -">+ c #C5C6CD", -",+ c #D6D6DF", -"'+ c #53586E", -")+ c #34384B", -"!+ c #4E5365", -"~+ c #C1D2E5", -"{+ c #212331", -"]+ c #3F486A", -"^+ c #7E9BD4", -"/+ c #84AAEF", -"(+ c #5A70A8", -"_+ c #273147", -":+ c #6F8398", -"<+ c #333841", -"[+ c #A0ABB5", -"}+ c #283454", -"|+ c #99A1B7", -"1+ c #A8AFBF", -"2+ c #21283B", -"3+ c #878EA8", -"4+ c #71778C", -"5+ c #2D344D", -"6+ c #4C4E5D", -"7+ c #D4D8E4", -"8+ c #BDC0CB", -"9+ c #41465B", -"0+ c #454E73", -"a+ c #6876A0", -"b+ c #353B57", -"c+ c #272C3C", -"d+ c #3E4C6D", -"e+ c #7DA2EA", -"f+ c #6487CB", -"g+ c #5170A4", -"h+ c #4C4E51", -"i+ c #8096AC", -"j+ c #2C323F", -"k+ c #B7C4D0", -"l+ c #3C4A6C", -"m+ c #4C5773", -"n+ c #DCDCE1", -"o+ c #5D6A8F", -"p+ c #242D47", -"q+ c #575D70", -"r+ c #3F4A70", -"s+ c #404456", -"t+ c #DFE5F3", -"u+ c #D5E0F0", -"v+ c #3D4453", -"w+ c #67799B", -"x+ c #9EC0F4", -"y+ c #6D87B6", -"z+ c #62709E", -"A+ c #555F8A", -"B+ c #343A4F", -"C+ c #445072", -"D+ c #333C52", -"E+ c #44494F", -"F+ c #7C95A3", -"G+ c #262E3D", -"H+ c #A0A9B1", -"I+ c #5E6980", -"J+ c #324576", -"K+ c #C8CAD2", -"L+ c #9BA3B7", -"M+ c #2E3445", -"N+ c #4F5978", -"O+ c #CAD0E2", -"P+ c #2B3142", -"Q+ c #455681", -"R+ c #565E72", -"S+ c #BFCFD9", -"T+ c #B6CCE5", -"U+ c #56638D", -"V+ c #6A7EAB", -"W+ c #7B9DD7", -"X+ c #7DA1E1", -"Y+ c #475A80", -"Z+ c #434C67", -"`+ c #7BA5EB", -" @ c #4B5C7B", -".@ c #1E2026", -"+@ c #444D55", -"@@ c #79868D", -"#@ c #4B5259", -"$@ c #6B7786", -"%@ c #B1C0D7", -"&@ c #2B334A", -"*@ c #788AAD", -"=@ c #EBEDF2", -"-@ c #66779C", -";@ c #242C39", -">@ c #D9DCE2", -",@ c #C2CEE3", -"'@ c #464F63", -")@ c #374458", -"!@ c #546173", -"~@ c #97ADC6", -"{@ c #323A4F", -"]@ c #383F4C", -"^@ c #515D77", -"/@ c #6E8CBE", -"(@ c #729BE0", -"_@ c #2D374D", -":@ c #55729B", -"<@ c #A9CAD7", -"[@ c #677A89", -"}@ c #465159", -"|@ c #616D7B", -"1@ c #88909B", -"2@ c #2F3747", -"3@ c #CCD7DF", -"4@ c #525C70", -"5@ c #4F638E", -"6@ c #B3B5BA", -"7@ c #BDC0C7", -"8@ c #506A96", -"9@ c #6C80A8", -"0@ c #DFEDF4", -"a@ c #A6BBCB", -"b@ c #374869", -"c@ c #232A39", -"d@ c #526286", -"e@ c #7199CA", -"f@ c #7D9DC6", -"g@ c #5C71A3", -"h@ c #424E66", -"i@ c #576478", -"j@ c #5A6B87", -"k@ c #414954", -"l@ c #4F5E73", -"m@ c #B0BCC5", -"n@ c #363F4C", -"o@ c #BBCDE3", -"p@ c #D3E3F0", -"q@ c #2A3242", -"r@ c #51648B", -"s@ c #DEE0E4", -"t@ c #B7BEC8", -"u@ c #374871", -"v@ c #62728D", -"w@ c #C5E2F2", -"x@ c #A2BCD1", -"y@ c #596B91", -"z@ c #272C38", -"A@ c #484F64", -"B@ c #354258", -"C@ c #89AABE", -"D@ c #CCE9F5", -"E@ c #92B3C9", -"F@ c #4D5E76", -"G@ c #242935", -"H@ c #17181C", -"I@ c #4B556B", -"J@ c #515F72", -"K@ c #89939D", -"L@ c #6A7B8E", -"M@ c #6B7C8D", -"N@ c #D8DBE0", -"O@ c #5A6682", -"P@ c #2C3D64", -"Q@ c #778195", -"R@ c #EAF0F8", -"S@ c #252B3F", -"T@ c #42568E", -"U@ c #56667D", -"V@ c #D9F3FC", -"W@ c #BED0D8", -"X@ c #6F7586", -"Y@ c #30333F", -"Z@ c #515667", -"`@ c #6B7794", -" # c #88A5B6", -".# c #C5E7F6", -"+# c #5D6D8D", -"@# c #677BA9", -"## c #6C82AE", -"$# c #97B5D5", -"%# c #A2C5E9", -"&# c #8DB5F4", -"*# c #6B87C8", -"=# c #3A4665", -"-# c #3F4862", -";# c #545D78", -"># c #4C5569", -",# c #9DADC8", -"'# c #2B3A58", -")# c #798AAF", -"!# c #D4DEF0", -"~# c #454D5E", -"{# c #374D81", -"]# c #6D778D", -"^# c #9FAFCF", -"/# c #29324C", -"(# c #435283", -"_# c #4D5566", -":# c #B2C3D0", -"<# c #CAE4F1", -"[# c #A3B5CB", -"}# c #4F5464", -"|# c #43454F", -"1# c #656975", -"2# c #69768D", -"3# c #85A2BF", -"4# c #9EC5F4", -"5# c #7694C8", -"6# c #3E4B6B", -"7# c #252A37", -"8# c #1E2028", -"9# c #16171C", -"0# c #1F2229", -"a# c #384564", -"b# c #343D54", -"c# c #3A4158", -"d# c #616D94", -"e# c #333E5F", -"f# c #868EAA", -"g# c #49567A", -"h# c #2A3F72", -"i# c #A6AEBF", -"j# c #999EB2", -"k# c #435A8F", -"l# c #333D5B", -"m# c #D0DFF5", -"n# c #7B88AC", -"o# c #353E5B", -"p# c #454F6E", -"q# c #464E62", -"r# c #A4B8D4", -"s# c #A9C6F3", -"t# c #8599C5", -"u# c #676F88", -"v# c #40424B", -"w# c #7F89A4", -"x# c #97ABD1", -"y# c #7A98DC", -"z# c #7293E3", -"A# c #5F7ABB", -"B# c #627BB1", -"C# c #586988", -"D# c #2B2F3B", -"E# c #16171B", -"F# c #18191C", -"G# c #36405E", -"H# c #5A6896", -"I# c #2D3244", -"J# c #909ACA", -"K# c #3D5189", -"L# c #475070", -"M# c #ADB5E0", -"N# c #7D87B1", -"O# c #374D8F", -"P# c #6876A1", -"Q# c #ABB7E6", -"R# c #8792BF", -"S# c #545D7F", -"T# c #3D4257", -"U# c #404352", -"V# c #67708B", -"W# c #879BDB", -"X# c #819AE3", -"Y# c #8796C2", -"Z# c #525970", -"`# c #3D414C", -" $ c #373C4D", -".$ c #404C6D", -"+$ c #556BA5", -"@$ c #536DB0", -"#$ c #5874BB", -"$$ c #5770B2", -"%$ c #344164", -"&$ c #3C486C", -"*$ c #515878", -"=$ c #313545", -"-$ c #5E617B", -";$ c #7E89B8", -">$ c #2B334C", -",$ c #48506F", -"'$ c #A8ADDC", -")$ c #8492D1", -"!$ c #2B3048", -"~$ c #636C93", -"{$ c #919AC9", -"]$ c #8792BE", -"^$ c #51576E", -"/$ c #575B6C", -"($ c #5E5F69", -"_$ c #565B6C", -":$ c #6F7BA2", -"<$ c #7187CC", -"[$ c #6377B4", -"}$ c #6F80AC", -"|$ c #5B6581", -"1$ c #4B5169", -"2$ c #535E7E", -"3$ c #6373A1", -"4$ c #566796", -"5$ c #3D4866", -"6$ c #38476D", -"7$ c #37476F", -"8$ c #323646", -"9$ c #394059", -"0$ c #545971", -"a$ c #202128", -"b$ c #696B8C", -"c$ c #656FA5", -"d$ c #2A3A6B", -"e$ c #565F84", -"f$ c #7579A1", -"g$ c #414B72", -"h$ c #37405F", -"i$ c #525D80", -"j$ c #70779D", -"k$ c #8993C2", -"l$ c #686F8E", -"m$ c #525563", -"n$ c #525462", -"o$ c #4D4E58", -"p$ c #454A5E", -"q$ c #68759C", -"r$ c #52649C", -"s$ c #4F64A0", -"t$ c #3A4872", -"u$ c #2A324C", -"v$ c #1D212D", -"w$ c #21232C", -"x$ c #3A3C47", -"y$ c #303444", -"z$ c #191B1E", -"A$ c #34394B", -"B$ c #404764", -"C$ c #484B5E", -"D$ c #242632", -"E$ c #8596DE", -"F$ c #6681CC", -"G$ c #2D3855", -"H$ c #8388B9", -"I$ c #7C83B8", -"J$ c #383E58", -"K$ c #404969", -"L$ c #434A63", -"M$ c #5C6485", -"N$ c #717AA6", -"O$ c #666E95", -"P$ c #5A5F76", -"Q$ c #4A4C56", -"R$ c #656B7F", -"S$ c #606A84", -"T$ c #3B4159", -"U$ c #323B56", -"V$ c #3C4B76", -"W$ c #44578F", -"X$ c #3C4D7E", -"Y$ c #364570", -"Z$ c #303C61", -"`$ c #2E364D", -" % c #323546", -".% c #444A66", -"+% c #3D3F4F", -"@% c #404A66", -"#% c #8399CC", -"$% c #6E819E", -"%% c #2D2F3B", -"&% c #373D54", -"*% c #474A5F", -"=% c #3C4057", -"-% c #3F5083", -";% c #849ABA", -">% c #5B6282", -",% c #424A67", -"'% c #4D5B81", -")% c #444D65", -"!% c #434B68", -"~% c #5B668C", -"{% c #58638C", -"]% c #465074", -"^% c #414B6E", -"/% c #2F364B", -"(% c #252830", -"_% c #3F4046", -":% c #343740", -"<% c #191A1E", -"[% c #1A1B21", -"}% c #2D303E", -"|% c #373E59", -"1% c #3F4154", -"2% c #3C3D50", -"3% c #262C3D", -"4% c #495672", -"5% c #6477A2", -"6% c #3D4D7A", -"7% c #33426E", -"8% c #363F5F", -"9% c #4B5171", -"0% c #525875", -"a% c #4F5774", -"b% c #444C68", -"c% c #485375", -"d% c #3E455E", -"e% c #454F70", -"f% c #56638A", -"g% c #383F57", -"h% c #313A57", -"i% c #3D496E", -"j% c #323D60", -"k% c #364265", -"l% c #222736", -"m% c #2C2F3D", -"n% c #31374C", -"o% c #33374A", -"p% c #3A3C4D", -"q% c #1D1F26", -"r% c #303850", -"s% c #4E5B8D", -"t% c #43496D", -"u% c #344068", -"v% c #3B466A", -"w% c #353E5D", -"x% c #49506E", -"y% c #454A64", -"z% c #414864", -"A% c #495372", -"B% c #292D3B", -"C% c #3B3D49", -"D% c #1F2128", -"E% c #363C51", -"F% c #1D212F", -"G% c #272A36", -"H% c #2B3146", -"I% c #2F364E", -"J% c #383B4E", -"K% c #3F496A", -"L% c #303751", -"M% c #3A3E55", -"N% c #3C3E52", -"O% c #3A4059", -"P% c #394260", -"Q% c #2C334A", -"R% c #383F56", -"S% c #383D51", -"T% c #353A4C", -"U% c #32384C", -"V% c #31374B", -"W% c #333950", -"X% c #282E41", -"Y% c #202431", -"Z% c #1A1B1F", -"`% c #262B37", -" & c #282C3D", -".& c #303547", -"+& c #393D53", -"@& c #32384E", -"#& c #343B54", -"$& c #292C38", -"%& c #2F3242", -"&& c #2C303F", -"*& c #2C2F3C", -"=& c #252832", -"-& c #2D313E", -";& c #262935", -">& c #2A2E3C", -",& c #21242F", -"'& c #20242E", -")& c #222429", -"!& c #262A3B", -"~& c #1A1C22", -"{& c #282C3B", -"]& c #30364C", -"^& c #333A54", -"/& c #2A3044", -"(& c #272A37", -"_& c #292E3F", -":& c #2A2F42", -"<& c #272D3F", -"[& c #1E212A", -"}& c #1B1C1F", -"|& c #1C1E21", -"1& c #1D1F22", -"2& c #22242D", -"3& c #232631", -"4& c #222734", -"5& c #1C1D23", -"6& c #1E1F22", -"7& c #1C1D21", -" . + @ # $ % & * ", -" = - ; > , ' ) ! ~ { ] ^ / ( ", -" _ : < [ } | 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 x U V W X Y Z ` ...+.@.#.$.%.&.*.=.-.;. ", -" >.,.'.).!.x ~.{.].^./.(._.:.<.[.}.|.1.2.3.4.5.6.7.8. ", -" 9.0.a.b.c.x d.e.f.g.h.i.j.k.l.m.n.x x x x x x x o.p. ", -" q.r.s.t.u.v.w.x x.y.z.A.B.C.D.E.x x x x x x x x x x F.0 ", -" G.H.I.J.K.L.M.N.x O.P.Q.R.S.T.U.V.x x x W.X.Y.Z.x x x `. +.+ ", -" ++@+#+$+%+&+*+=+x -+;+>+,+'+)+!+~+x x {+]+^+/+(+x x x x x _+ ", -" :+<+[+}+|+1+2+3+x 4+5+6+7+8+9+0+x x x a+b+c+d+e+f+x x x x g+ ", -"h+i+j+k+l+m+n+o+p+x x q+r+s+t+u+v+x x w+x+y+z+A+B+x x x x x C+D+", -"E+F+G+H+I+J+K+L+M+N+x O+P+Q+R+S+T+x x U+V+W+X+Y+Z+x x x x `+ @.@", -"+@@@#@$@%@&@*@=@-@;@x >@,@'@)@!@~@x x {@]@^@/@(@x x x x _@:@<@[@", -"}@|@1@2@3@4@5@6@7@8@x 9@0@a@b@c@d@x x x x x x x x x e@f@g@h@i@j@", -"k@l@m@n@o@p@q@r@s@t@x u@v@w@x@y@z@A@x x x x x x x B@C@D@E@F@G@H@", -"I@J@K@L@M@N@O@P@Q@R@x S@T@U@V@W@X@Y@Z@`@ #.#x x +#@###$#%#&#*#=#", -"-#;#>#,#'#)#!#~#{#]#x ^#/#(#_#:#<#[#}#|#1#2#3#4#5#6#7#8#9#0#a#b#", -"c#d#e#f#g#h#i#j#k#l#x m#n#o#p#q#r#s#t#u#v#l.w#x#y#z#A#B#C#D#E#F#", -" G#H#I#J#K#L#M#N#O#x P#Q#R#S#T#U#V#W#X#Y#Z#J.`# $.$+$@$#$$$%$ ", -" &$*$=$-$;$>$,$'$)$x !$~${$]$^$/$($_$:$<$[$}$|$1$2$3$4$5$6$7$ ", -" 8$9$0$a$b$c$d$e$x 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$x H$I$J$K$L$M$N$O$P$Q$R$S$T$U$V$W$X$Y$Z$`$ ", -" %.%+%@%#%$%x x x x x x x x x x x x x x x x x x x x ", -" %%&%*%=%-%;%x x x x x >%,%'%)%!%~%{%]%^%/%(%_%:%<%[% ", -" }%|%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%g%A%B%C%D%E%l%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& "}; diff --git a/debian/rdlogmanager.desktop b/debian/rdlogmanager.desktop deleted file mode 100644 index f1252615..00000000 --- a/debian/rdlogmanager.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=rdlogmanager -Comment=Rivendell Log Manager -Exec=rdlogmanager -Terminal=false -Type=Application -Icon=/usr/share/srlabs/rdlogmanager.xpm -Categories=Application;AudioVideo; diff --git a/debian/rdlogmanager.xpm b/debian/rdlogmanager.xpm deleted file mode 100644 index 2ac56328..00000000 --- a/debian/rdlogmanager.xpm +++ /dev/null @@ -1,745 +0,0 @@ -/* XPM */ -static char * rdlogmanager_xpm[] = { -"32 32 710 2", -" c None", -". c #3D485E", -"+ c #3D485F", -"@ c #364156", -"# c #3B475D", -"$ c #414F69", -"% c #37435A", -"& c #36425B", -"* c #3B4A68", -"= c #2F3645", -"- c #4B5871", -"; c #505D74", -"> c #4D586E", -", c #454F62", -"' c #606E88", -") c #5B6985", -"! c #414D64", -"~ c #536280", -"{ c #4E5F81", -"] c #3F4E69", -"^ c #435478", -"/ c #384868", -"( c #2E384D", -"_ c #424D5E", -": c #576375", -"< c #57606E", -"[ c #525B6A", -"} c #778192", -"| c #3B414B", -"1 c #8A98A8", -"2 c #404753", -"3 c #758398", -"4 c #4B5669", -"5 c #58667F", -"6 c #51607E", -"7 c #404D68", -"8 c #47587A", -"9 c #394868", -"0 c #364566", -"a c #30353E", -"b c #485468", -"c c #677281", -"d c #484F5D", -"e c #8F96A5", -"f c #3D414E", -"g c #A1A6B3", -"h c #4D5363", -"i c #8992A1", -"j c #686E79", -"k c #545E70", -"l c #8494A9", -"m c #3C4454", -"n c #586581", -"o c #6478A1", -"p c #3D4964", -"q c #46587D", -"r c #4A5D87", -"s c #323E5C", -"t c #354464", -"u c #23262D", -"v c #E11313", -"w c #404551", -"x c #9BA1A7", -"y c #222531", -"z c #C7C8CD", -"A c #393C48", -"B c #A3A6B3", -"C c #7A7D86", -"D c #404557", -"E c #BEC3D0", -"F c #535768", -"G c #434B5E", -"H c #8FA0B8", -"I c #5E6983", -"J c #3D465C", -"K c #6A7EA7", -"L c #506285", -"M c #45567B", -"N c #445983", -"O c #3A4A70", -"P c #293246", -"Q c #404B5C", -"R c #48505C", -"S c #636570", -"T c #888A94", -"U c #20222B", -"V c #DBDDE2", -"W c #50535F", -"X c #6C6E76", -"Y c #D1D3DC", -"Z c #2A2E3F", -"` c #505564", -" . c #C4C9D3", -".. c #5C6374", -"+. c #353A44", -"@. c #8092AC", -"#. c #7283A0", -"$. c #3B4359", -"%. c #3F4C67", -"&. c #5B72A2", -"*. c #425379", -"=. c #3E4C6F", -"-. c #3C4F7A", -";. c #374668", -">. c #2A2E35", -",. c #54627A", -"'. c #9299A1", -"). c #878996", -"!. c #878A99", -"~. c #373E55", -"{. c #CCCDD6", -"]. c #767989", -"^. c #3C435E", -"/. c #A8AAB4", -"(. c #A8AAB8", -"_. c #363B4E", -":. c #565A68", -"<. c #C2CEDA", -"[. c #76829B", -"}. c #353E56", -"|. c #54617C", -"1. c #86A2D2", -"2. c #5E6F96", -"3. c #4A557A", -"4. c #45567D", -"5. c #5975B2", -"6. c #3E4E75", -"7. c #3A4362", -"8. c #202023", -"9. c #627183", -"0. c #394152", -"a. c #B8BBC3", -"b. c #848591", -"c. c #A0A3B3", -"d. c #1C202C", -"e. c #A2A8BE", -"f. c #C9CAD3", -"g. c #212431", -"h. c #4D5164", -"i. c #D7D7DB", -"j. c #8B8C95", -"k. c #36384A", -"l. c #4D5160", -"m. c #424C72", -"n. c #3B4560", -"o. c #5F749D", -"p. c #6A86B9", -"q. c #526288", -"r. c #5F6D9F", -"s. c #415582", -"t. c #47566D", -"u. c #7D8C9E", -"v. c #33343A", -"w. c #C6C7CF", -"x. c #6E7792", -"y. c #CFD1D8", -"z. c #424A62", -"A. c #494C57", -"B. c #DFE0E3", -"C. c #8C8E9C", -"D. c #22242C", -"E. c #616471", -"F. c #DDDEE2", -"G. c #838692", -"H. c #404357", -"I. c #8293AB", -"J. c #444C73", -"K. c #4A5579", -"L. c #607DB6", -"M. c #5977B2", -"N. c #333E59", -"O. c #363F4B", -"P. c #4B596D", -"Q. c #8492A4", -"R. c #363A46", -"S. c #CFD0D4", -"T. c #3C4256", -"U. c #ECEEF5", -"V. c #5F6169", -"W. c #555B77", -"X. c #8E909D", -"Y. c #DCDCE3", -"Z. c #717385", -"`. c #24252D", -" + c #616472", -".+ c #E8EBF3", -"++ c #A0A9BC", -"@+ c #424C70", -"#+ c #96B6E9", -"$+ c #647AA9", -"%+ c #293044", -"&+ c #46506E", -"*+ c #667BB3", -"=+ c #7090DC", -"-+ c #1F242E", -";+ c #222326", -">+ c #657B92", -",+ c #3C4558", -"'+ c #919FB2", -")+ c #262C3C", -"!+ c #BEC1CA", -"~+ c #384467", -"{+ c #ADADB5", -"]+ c #C9CDDC", -"^+ c #2A2D3A", -"/+ c #3D4253", -"(+ c #C5C6CD", -"_+ c #D6D6DF", -":+ c #53586E", -"<+ c #34384B", -"[+ c #4E5365", -"}+ c #C1D2E5", -"|+ c #505A79", -"1+ c #212331", -"2+ c #7E9BD4", -"3+ c #84AAEF", -"4+ c #5A70A8", -"5+ c #4B5F90", -"6+ c #5D82D2", -"7+ c #273147", -"8+ c #6F8398", -"9+ c #333841", -"0+ c #A0ABB5", -"a+ c #283454", -"b+ c #99A1B7", -"c+ c #21283B", -"d+ c #878EA8", -"e+ c #EBECF2", -"f+ c #71778C", -"g+ c #2D344D", -"h+ c #4C4E5D", -"i+ c #D4D8E4", -"j+ c #BDC0CB", -"k+ c #41465B", -"l+ c #454E73", -"m+ c #464C60", -"n+ c #A3BEDE", -"o+ c #6876A0", -"p+ c #272C3C", -"q+ c #3E4C6D", -"r+ c #7DA2EA", -"s+ c #647CAB", -"t+ c #535E85", -"u+ c #2B3550", -"v+ c #5170A4", -"w+ c #4C4E51", -"x+ c #8096AC", -"y+ c #2C323F", -"z+ c #B7C4D0", -"A+ c #3C4A6C", -"B+ c #4C5773", -"C+ c #5D6A8F", -"D+ c #242D47", -"E+ c #9A9EAD", -"F+ c #DBDBDE", -"G+ c #575D70", -"H+ c #3F4A70", -"I+ c #404456", -"J+ c #DFE5F3", -"K+ c #D5E0F0", -"L+ c #3D4453", -"M+ c #3A4568", -"N+ c #67799B", -"O+ c #9EC0F4", -"P+ c #6D87B6", -"Q+ c #555F8A", -"R+ c #3F537E", -"S+ c #668EDD", -"T+ c #597DC5", -"U+ c #303E5C", -"V+ c #445072", -"W+ c #333C52", -"X+ c #44494F", -"Y+ c #7C95A3", -"Z+ c #262E3D", -"`+ c #A0A9B1", -" @ c #5E6980", -".@ c #324576", -"+@ c #9BA3B7", -"@@ c #2E3445", -"#@ c #4F5978", -"$@ c #D8D9DE", -"%@ c #CAD0E2", -"&@ c #2B3142", -"*@ c #455681", -"=@ c #565E72", -"-@ c #BFCFD9", -";@ c #B6CCE5", -">@ c #5B698A", -",@ c #56638D", -"'@ c #6A7EAB", -")@ c #7B9DD7", -"!@ c #475A80", -"~@ c #5C6A98", -"{@ c #677BB2", -"]@ c #6685C4", -"^@ c #6791E1", -"/@ c #4B5C7B", -"(@ c #1E2026", -"_@ c #444D55", -":@ c #79868D", -"<@ c #4B5259", -"[@ c #6B7786", -"}@ c #B1C0D7", -"|@ c #2B334A", -"1@ c #EBEDF2", -"2@ c #66779C", -"3@ c #242C39", -"4@ c #7B8DAB", -"5@ c #D9DCE2", -"6@ c #C2CEE3", -"7@ c #464F63", -"8@ c #374458", -"9@ c #546173", -"0@ c #97ADC6", -"a@ c #B5D5F7", -"b@ c #323A4F", -"c@ c #383F4C", -"d@ c #515D77", -"e@ c #6E8CBE", -"f@ c #455981", -"g@ c #202530", -"h@ c #242832", -"i@ c #2D374D", -"j@ c #A9CAD7", -"k@ c #677A89", -"l@ c #465159", -"m@ c #616D7B", -"n@ c #88909B", -"o@ c #2F3747", -"p@ c #CCD7DF", -"q@ c #525C70", -"r@ c #B3B5BA", -"s@ c #BDC0C7", -"t@ c #506A96", -"u@ c #313D4E", -"v@ c #6C80A8", -"w@ c #DFEDF4", -"x@ c #A6BBCB", -"y@ c #374869", -"z@ c #232A39", -"A@ c #526286", -"B@ c #7288A8", -"C@ c #87A7CE", -"D@ c #5E7091", -"E@ c #384150", -"F@ c #282C35", -"G@ c #8DB7F3", -"H@ c #7DADF3", -"I@ c #7199CA", -"J@ c #7D9DC6", -"K@ c #5C71A3", -"L@ c #576478", -"M@ c #5A6B87", -"N@ c #414954", -"O@ c #4F5E73", -"P@ c #B0BCC5", -"Q@ c #363F4C", -"R@ c #BBCDE3", -"S@ c #D3E3F0", -"T@ c #51648B", -"U@ c #DEE0E4", -"V@ c #B7BEC8", -"W@ c #313E5E", -"X@ c #374871", -"Y@ c #62728D", -"Z@ c #C5E2F2", -"`@ c #A2BCD1", -" # c #596B91", -".# c #272C38", -"+# c #484F64", -"@# c #89ADDB", -"## c #8EBBEB", -"$# c #819FC2", -"%# c #77869D", -"&# c #454F65", -"*# c #2E3647", -"=# c #354258", -"-# c #89AABE", -";# c #CCE9F5", -"># c #92B3C9", -",# c #242935", -"'# c #17181C", -")# c #4B556B", -"!# c #515F72", -"~# c #89939D", -"{# c #6A7B8E", -"]# c #6B7C8D", -"^# c #D8DBE0", -"/# c #2C3D64", -"(# c #778195", -"_# c #EAF0F8", -":# c #8E9AB4", -"<# c #252B3F", -"[# c #42568E", -"}# c #56667D", -"|# c #D9F3FC", -"1# c #BED0D8", -"2# c #6F7586", -"3# c #30333F", -"4# c #6B7794", -"5# c #88A5B6", -"6# c #C5E7F6", -"7# c #A1B7C2", -"8# c #6E7D8C", -"9# c #5D6D8D", -"0# c #677BA9", -"a# c #6C82AE", -"b# c #97B5D5", -"c# c #A2C5E9", -"d# c #6B87C8", -"e# c #3A4665", -"f# c #3F4862", -"g# c #545D78", -"h# c #4C5569", -"i# c #9DADC8", -"j# c #2B3A58", -"k# c #798AAF", -"l# c #454D5E", -"m# c #374D81", -"n# c #6D778D", -"o# c #E6EDF2", -"p# c #9FAFCF", -"q# c #29324C", -"r# c #435283", -"s# c #4D5566", -"t# c #B2C3D0", -"u# c #CAE4F1", -"v# c #A3B5CB", -"w# c #656975", -"x# c #69768D", -"y# c #85A2BF", -"z# c #9EC5F4", -"A# c #7694C8", -"B# c #3E4B6B", -"C# c #252A37", -"D# c #1E2028", -"E# c #16171C", -"F# c #384564", -"G# c #343D54", -"H# c #3A4158", -"I# c #616D94", -"J# c #333E5F", -"K# c #868EAA", -"L# c #49567A", -"M# c #2A3F72", -"N# c #999EB2", -"O# c #435A8F", -"P# c #333D5B", -"Q# c #8690A5", -"R# c #D0DFF5", -"S# c #7B88AC", -"T# c #353E5B", -"U# c #454F6E", -"V# c #464E62", -"W# c #A4B8D4", -"X# c #A9C6F3", -"Y# c #8599C5", -"Z# c #40424B", -"`# c #7F89A4", -" $ c #97ABD1", -".$ c #7A98DC", -"+$ c #7293E3", -"@$ c #5F7ABB", -"#$ c #627BB1", -"$$ c #586988", -"%$ c #16171B", -"&$ c #18191C", -"*$ c #36405E", -"=$ c #5A6896", -"-$ c #2D3244", -";$ c #909ACA", -">$ c #3D5189", -",$ c #ADB5E0", -"'$ c #7D87B1", -")$ c #374D8F", -"!$ c #262F49", -"~$ c #6876A1", -"{$ c #ABB7E6", -"]$ c #8792BF", -"^$ c #545D7F", -"/$ c #3D4257", -"($ c #404352", -"_$ c #67708B", -":$ c #879BDB", -"<$ c #8796C2", -"[$ c #525970", -"}$ c #3D414C", -"|$ c #373C4D", -"1$ c #404C6D", -"2$ c #556BA5", -"3$ c #536DB0", -"4$ c #5874BB", -"5$ c #344164", -"6$ c #3C486C", -"7$ c #515878", -"8$ c #313545", -"9$ c #5E617B", -"0$ c #7E89B8", -"a$ c #48506F", -"b$ c #A8ADDC", -"c$ c #8492D1", -"d$ c #252A3B", -"e$ c #2B3048", -"f$ c #636C93", -"g$ c #919AC9", -"h$ c #8792BE", -"i$ c #51576E", -"j$ c #575B6C", -"k$ c #5E5F69", -"l$ c #565B6C", -"m$ c #7187CC", -"n$ c #6377B4", -"o$ c #6F80AC", -"p$ c #5B6581", -"q$ c #4B5169", -"r$ c #535E7E", -"s$ c #6373A1", -"t$ c #566796", -"u$ c #3D4866", -"v$ c #37476F", -"w$ c #323646", -"x$ c #394059", -"y$ c #545971", -"z$ c #202128", -"A$ c #696B8C", -"B$ c #2A3A6B", -"C$ c #565F84", -"D$ c #9297CD", -"E$ c #7579A1", -"F$ c #414B72", -"G$ c #37405F", -"H$ c #525D80", -"I$ c #70779D", -"J$ c #8993C2", -"K$ c #686F8E", -"L$ c #525563", -"M$ c #525462", -"N$ c #454A5E", -"O$ c #68759C", -"P$ c #52649C", -"Q$ c #4F64A0", -"R$ c #3A4872", -"S$ c #2A324C", -"T$ c #1D212D", -"U$ c #21232C", -"V$ c #3A3C47", -"W$ c #34394B", -"X$ c #404764", -"Y$ c #484B5E", -"Z$ c #242632", -"`$ c #8596DE", -" % c #2D3855", -".% c #424E77", -"+% c #8388B9", -"@% c #7C83B8", -"#% c #383E58", -"$% c #404969", -"%% c #434A63", -"&% c #5C6485", -"*% c #717AA6", -"=% c #666E95", -"-% c #5A5F76", -";% c #656B7F", -">% c #606A84", -",% c #3B4159", -"'% c #323B56", -")% c #3C4B76", -"!% c #44578F", -"~% c #3C4D7E", -"{% c #364570", -"]% c #303C61", -"^% c #2E364D", -"/% c #323546", -"(% c #444A66", -"_% c #3D3F4F", -":% c #404A66", -"<% c #6E819E", -"[% c #3E507C", -"}% c #344169", -"|% c #6A79B5", -"1% c #7376A1", -"2% c #565C7B", -"3% c #434D69", -"4% c #4F597A", -"5% c #49506B", -"6% c #5B6381", -"7% c #535C81", -"8% c #454B66", -"9% c #40465A", -"0% c #474E69", -"a% c #5A688F", -"b% c #4D5261", -"c% c #282A2F", -"d% c #24293C", -"e% c #333D59", -"f% c #303C5F", -"g% c #2D2F3B", -"h% c #373D54", -"i% c #474A5F", -"j% c #3C4057", -"k% c #849ABA", -"l% c #334373", -"m% c #344578", -"n% c #525D8F", -"o% c #686E9B", -"p% c #5B6282", -"q% c #424A67", -"r% c #4D5B81", -"s% c #444D65", -"t% c #434B68", -"u% c #58638C", -"v% c #465074", -"w% c #414B6E", -"x% c #2F364B", -"y% c #252830", -"z% c #3F4046", -"A% c #343740", -"B% c #191A1E", -"C% c #1A1B21", -"D% c #2D303E", -"E% c #373E59", -"F% c #3F4154", -"G% c #262C3D", -"H% c #495672", -"I% c #6477A2", -"J% c #3D4D7A", -"K% c #33426E", -"L% c #363F5F", -"M% c #4B5171", -"N% c #525875", -"O% c #4F5774", -"P% c #444C68", -"Q% c #485375", -"R% c #3E455E", -"S% c #454F70", -"T% c #56638A", -"U% c #383F57", -"V% c #313A57", -"W% c #3D496E", -"X% c #323D60", -"Y% c #364265", -"Z% c #222736", -"`% c #2C2F3D", -" & c #31374C", -".& c #454A64", -"+& c #414864", -"@& c #495372", -"#& c #292D3B", -"$& c #3B3D49", -"%& c #1F2128", -"&& c #363C51", -"*& c #1D212F", -"=& c #272A36", -"-& c #2B3146", -";& c #2F364E", -">& c #383B4E", -",& c #3F496A", -"'& c #303751", -")& c #3A3E55", -"!& c #3C3E52", -"~& c #3A4059", -"{& c #394260", -"]& c #2C334A", -"^& c #383F56", -"/& c #383D51", -"(& c #353A4C", -"_& c #32384C", -":& c #31374B", -"<& c #333950", -"[& c #282E41", -"}& c #202431", -"|& c #1A1B1F", -"1& c #262B37", -"2& c #282C3D", -"3& c #303547", -"4& c #393D53", -"5& c #32384E", -"6& c #343B54", -"7& c #292C38", -"8& c #2F3242", -"9& c #2C303F", -"0& c #2C2F3C", -"a& c #252832", -"b& c #2D313E", -"c& c #262935", -"d& c #2A2E3C", -"e& c #21242F", -"f& c #20242E", -"g& c #222429", -"h& c #262A3B", -"i& c #1A1C22", -"j& c #282C3B", -"k& c #30364C", -"l& c #333A54", -"m& c #2A3044", -"n& c #272A37", -"o& c #292E3F", -"p& c #2A2F42", -"q& c #272D3F", -"r& c #1E212A", -"s& c #1B1C1F", -"t& c #1C1E21", -"u& c #1D1F22", -"v& c #22242D", -"w& c #232631", -"x& c #222734", -"y& c #1C1D23", -"z& c #1E1F22", -"A& c #1C1D21", -" . + @ # $ % & * ", -" = - ; > , ' ) ! ~ { ] ^ / ( ", -" _ : < [ } | 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 v S T U V W X Y Z ` ...+.@.#.$.%.&.*.=.-.;. ", -" >.,.'.v ).!.~.{.].^./.(._.:.<.[.}.|.1.2.3.4.5.6.7.8. ", -" 9.0.a.v b.c.d.e.f.g.h.i.j.k.l.v v m.n.o.p.q.r.s.v v ", -" t.u.v.w.v x.y.z.A.B.C.D.E.F.G.H.v I.v 6 J.K.L.M.N.v v 0 ", -" O.P.Q.R.S.v T.U.V.W.X.Y.Z.`. +.+++v @+v #+$+%+&+*+v =+v -+;+ ", -" >+,+'+)+!+v ~+{+]+^+/+(+_+:+<+[+}+v |+1+v 2+3+4+v v 5+6+v 7+ ", -" 8+9+0+a+b+v c+d+e+f+g+h+i+j+k+l+m+v n+o+v p+q+r+v s+t+u+v v+ ", -"w+x+y+z+A+B+v C+D+E+F+G+H+I+J+K+L+M+v N+O+P+v Q+v R+S+T+U+v V+W+", -"X+Y+Z+`+ @.@v +@@@#@$@%@&@*@=@-@;@>@v ,@'@)@v !@v ~@{@]@^@v /@(@", -"_@:@<@[@}@|@v 1@2@3@4@5@6@7@8@9@0@a@v b@c@d@e@v v f@g@h@i@v j@k@", -"l@m@n@o@p@q@v r@s@t@u@v@w@x@y@z@A@B@v C@D@E@F@v G@H@I@J@K@v L@M@", -"N@O@P@Q@R@S@v T@U@V@W@X@Y@Z@`@ #.#+#v @###$#%#&#*#=#-#;#>#v ,#'#", -")#!#~#{#]#^#v /#(#_#:#<#[#}#|#1#2#3#v 4#5#6#7#8#9#0#a#b#c#v d#e#", -"f#g#h#i#j#k#v l#m#n#o#p#q#r#s#t#u#v#v v w#x#y#z#A#B#C#D#E#v F#G#", -"H#I#J#K#L#M#v N#O#P#Q#R#S#T#U#V#W#X#Y#v Z#l.`# $.$+$@$#$$$v %$&$", -" *$=$-$;$>$v ,$'$)$!$~${$]$^$/$($_$:$v <$[$R.}$|$1$2$3$4$v 5$ ", -" 6$7$8$9$0$v a$b$c$d$e$f$g$h$i$j$k$l$v m$n$o$p$q$r$s$t$u$v v$ ", -" w$x$y$z$A$v B$C$D$E$F$G$H$I$J$K$L$M$v N$O$P$Q$R$S$T$U$V$v v ", -" W$X$Y$Z$`$v %.%+%@%#%$%%%&%*%=%-%v ;%>%,%'%)%!%~%{%]%^%v ", -" /%(%_%:%v <%[%}%|%1%2%3%4%5%6%7%v 8%9%0%a%b%c%d%e%f% v ", -" g%h%i%j%v k%I.l%m%n%o%p%q%r%s%t%v u%v%w%x%y%z%A%B%C% v ", -" D%E%F%v G%H%I%J%K%L%M%N%O%P%Q%R%S%T%U%V%W%X%Y%Z% ", -" `% &v v v v v v v v v v .&+&U%@&#&$&%&&&Z%*& ", -" =&-&;&>&,&'&)&!&~&{&]&^&/&(&_&:&<&[&}&|& ", -" 1&2&3&4&5&6&7&8&9&0&a&b&c&d&e&f& ", -" g&h&i&j&7&k&l&m&n&o&p&q&r&s& ", -" t&u&v&w&x&y&z&A& "}; diff --git a/debian/rivendell.conffiles b/debian/rivendell.conffiles deleted file mode 100644 index 7c19b32d..00000000 --- a/debian/rivendell.conffiles +++ /dev/null @@ -1 +0,0 @@ -/etc/logrotate.d/rivendell diff --git a/debian/rivendell.config b/debian/rivendell.config deleted file mode 100644 index 5681baf0..00000000 --- a/debian/rivendell.config +++ /dev/null @@ -1,110 +0,0 @@ -#!/bin/sh -e - -# if we do not have debconf, we just skip this -. /usr/share/debconf/confmodule || exit 0 - -db_version 2.0 -db_title "Rivendell configuration" - -# FIXME: initially, I am not going to even try to parse the config file and retreive the previous settings. ... for now, take values from user and generate the config file. The config file is windows style, and I do not know a decent parser for that (maybe make a python script ;-D). - - -# debconf enable or not -db_input high rivendell/debconfenable || true -db_go - -# If user doesn't want to use debconf then leave... -db_get rivendell/debconfenable || true -if [ "$RET" = "false" ]; then - exit 0 -fi - -# general Rivendell questions -db_input high rivendell/postrm_remove_data || true -db_go - -db_input high rivendell/run_mode || true -db_go - - -# Identify section -db_input high rivendell/identity/password || true -db_go - -db_input high rivendell/identity/audioowner || true -db_go - -db_input high rivendell/identity/audiogroup || true -db_go - -# Format section -db_input high rivendell/format/samplerate || true -db_go - -db_input medium rivendell/format/channels || true -db_go - -# MySQL section -db_input high rivendell/mysql/hostname || true -db_go - -db_input high rivendell/mysql/loginname || true -db_go - -# Populate the password with the value entered above. -db_get rivendell/identity/password -db_set rivendell/mysql/password $RET -db_input high rivendell/mysql/password || true -db_go - -db_input medium rivendell/mysql/database || true -db_go - -db_input low rivendell/mysql/driver || true -db_go - -# CAE section -db_input medium rivendell/cae/audioroot || true -db_go - -db_input medium rivendell/cae/audioextension || true -db_go - -db_input low rivendell/cae/allownonstandardrates || true -db_go - -# Tuning section -db_input low rivendell/tuning/userealtime || true -db_go - -# RDAirPlay section -db_input low rivendell/rdairplay/logfile || true -db_go - -# RDCatchd section -db_input low rivendell/rdcatchd/logfile || true -db_go - -# Ripcd section -db_input low rivendell/ripcd/logfile || true -db_go - -# Caed section -db_input low rivendell/caed/logfile || true -db_go - -# Audio adapters section -db_input high rivendell/audioadapters/selections || true -db_go - -db_get rivendell/audioadapters/selections || true -if echo "$RET" | grep -s ALSA > /dev/null 2> /dev/null ; then - db_input high rivendell/audioadapters/alsaintro || true - db_go -fi - -# Introduction -db_input high rivendell/intro || true -db_go - -# vim:tabstop=4:expandtab:shiftwidth=4 diff --git a/debian/rivendell.docs.in b/debian/rivendell.docs.in deleted file mode 100644 index d6ec02d1..00000000 --- a/debian/rivendell.docs.in +++ /dev/null @@ -1,9 +0,0 @@ -AUTHORS -ChangeLog -COPYING -INSTALL -NEWS -README -SupportedCards -ToDo -CODINGSTYLE diff --git a/debian/rivendell.examples b/debian/rivendell.examples deleted file mode 100644 index ebd3a298..00000000 --- a/debian/rivendell.examples +++ /dev/null @@ -1,2 +0,0 @@ -conf/rd.conf-complete-sample -conf/rd.conf-sample diff --git a/debian/rivendell.init b/debian/rivendell.init deleted file mode 100755 index cda3a666..00000000 --- a/debian/rivendell.init +++ /dev/null @@ -1,83 +0,0 @@ -#!/bin/bash -e -# -# /etc/init.d/rivendell -# - -DAEMONS="caed ripcd rdcatchd" -PIDDIR=/var/run/rivendell -NAME=rivendell -LABEL="Rivendell daemons" - -# Defaults -RUN_MODE="init.d" - -# Read config file (will override defaults above) -[ -r /etc/default/rivendell ] && . /etc/default/rivendell - -if [ ! -f "/etc/rd.conf" ]; then - echo "No /etc/rd.conf found. See documentation and /usr/share/doc/rivendell/examples/." >&2 - exit 0 -fi - -DAEMON_USER=`sed -n 's/^AudioOwner=\(.*\)$/\1/p' /etc/rd.conf` - -# For Ubuntu, create run directory to store pid files. -AUDIOGROUP=`sed -n 's/^AudioGroup=\(.*\)$/\1/p' /etc/rd.conf` -if [ ! -d /var/run/rivendell ]; then - install --directory --mode 02775 --owner="$DAEMON_USER" --group="$AUDIOGROUP" /var/run/rivendell -fi - - -# Check if Rivendell daemons are started by init scripts or pam_rd. -if [ "$RUN_MODE" != "init.d" ]; then - exit 0 -fi - -for daemon in $DAEMONS; do - test -x /usr/bin/$daemon || exit 0 -done - -function start() { - echo -n "Starting $LABEL:" - for daemon in $DAEMONS; do - start-stop-daemon --start --oknodo --chuid $DAEMON_USER --exec "/usr/bin/$daemon" - echo -n " $daemon" - done - echo "." -} - -function stop() { - echo -n "Stopping $LABEL:" - for daemon in $DAEMONS; do - start-stop-daemon --stop --pidfile "$PIDDIR/$daemon.pid" --oknodo --user $DAEMON_USER --exec "/usr/bin/$daemon" - echo -n " $daemon" - done - echo "." - - # caed forgets sometimes the shared memory 0x5005 - ipcrm -M 0x5005 2> /dev/null || true -} - -case "$1" in - start) - if ! /usr/bin/rdadmin --check-db; then - echo "No database available, check that MySQL is running" >&2; - exit 0; - fi - - start - ;; - stop) - stop - ;; - restart) - stop - start - ;; - *) - echo "Usage: /etc/init.d/$NAME {start|stop|restart|force-reload}" - exit 1 - ;; -esac - -exit 0 diff --git a/debian/rivendell.install b/debian/rivendell.install deleted file mode 100644 index ac103e41..00000000 --- a/debian/rivendell.install +++ /dev/null @@ -1,5 +0,0 @@ -usr/bin -usr/sbin -usr/share/applications/rd*.desktop -usr/share/srlabs/rd*.qm -usr/share/srlabs/rd*.xpm diff --git a/debian/rivendell.logrotate b/debian/rivendell.logrotate deleted file mode 100644 index f9cf3230..00000000 --- a/debian/rivendell.logrotate +++ /dev/null @@ -1,27 +0,0 @@ -/var/log/rivendell/rdairplay.log { - rotate 30 - daily - compress - missingok -} - -/var/log/rivendell/rdcatchd.log { - rotate 30 - daily - compress - missingok -} - -/var/log/rivendell/ripcd.log { - rotate 30 - daily - compress - missingok -} - -/var/log/rivendell/caed.log { - rotate 30 - daily - compress - missingok -} diff --git a/debian/rivendell.postinst b/debian/rivendell.postinst deleted file mode 100644 index 7112c0ab..00000000 --- a/debian/rivendell.postinst +++ /dev/null @@ -1,315 +0,0 @@ -#!/bin/bash -e - -case "$1" in - configure) - - # Default values, in case debconf was not used to set them. These will - # be used for system configurations down below after debconf values are - # read. - # NOTE: make sure to match these defaults with the rivendell.postrm script - AUDIOUSER="rduser" - AUDIOGROUP="rivendell" - AUDIOROOT="/var/snd" - REMOVEDATA="false" - - - # create configuration file, based on debconf entries - . /usr/share/debconf/confmodule - - # Is the user configuring with debconf? - db_get rivendell/debconfenable - if [ "$RET" = "true" ]; then - - # generate the rd.conf file from debconf settings. - dc="/etc/rd.conf" - if [ -e "$dc" ]; then - cp -a "$dc" "${dc}.dpkg-save" - fi - - echo "; NOTE: this file was generated by the rivendell debian package" > "$dc" - echo ";" >> "$dc" - echo "; DO NOT EDIT THIS FILE! Your changes will be lost on the next upgrade." >> "$dc" - echo ";" >> "$dc" - echo "; To regenerate this file (or to select manual configuration) run the command:" >> "$dc" - echo "; dpkg-reconfigure rivendell" >> "$dc" - echo ";" - echo "" >> "$dc" - - echo "[Identity]" >> "$dc" - db_get rivendell/identity/password - echo "Password=$RET" >> "$dc" - db_get rivendell/identity/audioowner - echo "AudioOwner=$RET" >> "$dc" - AUDIOUSER="$RET" - db_get rivendell/identity/audiogroup - echo "AudioGroup=$RET" >> "$dc" - AUDIOGROUP="$RET" - echo "" >> "$dc" - - echo "[Format]" >> "$dc" - db_get rivendell/format/samplerate - echo "SampleRate=$RET" >> "$dc" - db_get rivendell/format/channels - echo "Channels=$RET" >> "$dc" - echo "" >> "$dc" - - echo "[mySQL]" >> "$dc" - db_get rivendell/mysql/hostname - echo "Hostname=$RET" >> "$dc" - db_get rivendell/mysql/loginname - echo "Loginname=$RET" >> "$dc" - db_get rivendell/mysql/password - echo "Password=$RET" >> "$dc" - db_get rivendell/mysql/database - echo "Database=$RET" >> "$dc" - db_get rivendell/mysql/driver - echo "Driver=$RET" >> "$dc" - echo "" >> "$dc" - - echo "[Cae]" >> "$dc" - db_get rivendell/cae/audioroot - echo "AudioRoot=$RET" >> "$dc" - AUDIOROOT="$RET" - db_get rivendell/cae/audioextension - echo "AudioExtension=$RET" >> "$dc" - db_get rivendell/cae/allownonstandardrates - echo "AllowNonstandardRates=$RET" >> "$dc" - echo "" >> "$dc" - - echo "[Tuning]" >> "$dc" - db_get rivendell/tuning/userealtime - echo "UseRealtime=$RET" >> "$dc" - echo "" >> "$dc" - - echo ";" >> "$dc" - echo "; Log Generation, mainly useful for debugging" >> "$dc" - echo ";" >> "$dc" - echo "" >> "$dc" - echo "[RDAirPlay]" >> "$dc" - db_get rivendell/rdairplay/logfile - echo "Logfile=$RET" >> "$dc" - echo "" >> "$dc" - echo "[RDCatchd]" >> "$dc" - db_get rivendell/rdcatchd/logfile - echo "Logfile=$RET" >> "$dc" - echo "" >> "$dc" - echo "[Ripcd]" >> "$dc" - db_get rivendell/ripcd/logfile - echo "Logfile=$RET" >> "$dc" - echo "" >> "$dc" - echo "[Caed]" >> "$dc" - db_get rivendell/caed/logfile - echo "Logfile=$RET" >> "$dc" - echo "" >> "$dc" - - db_get rivendell/audioadapters/selections - JACK_CARD=0 # initialize JACK card to 0 - - # no configuration needed for HPI, simply increment JACK card - if echo "$RET" | grep -s "Audioscience HPI" &> /dev/null ; then - let JACK_CARD=$JACK_CARD+1 - fi - - # no configuration needed for ALSA, simply increment JACK card - if echo "$RET" | grep -s "ALSA" &> /dev/null ; then - let JACK_CARD=$JACK_CARD+1 - fi - - # JACK configuration file portion - if echo "$RET" | grep -s "JACK" &> /dev/null ; then - cat >> "$dc" << EOF -; -; JACK Session Management -; -; See the 'JACK.txt' file for details on how this works! -; -[JackSession] -Source1=rivendell_${JACK_CARD}:playout_0L -Destination1=alsa_pcm:playback_1 - -Source2=rivendell_${JACK_CARD}:playout_0R -Destination2=alsa_pcm:playback_2 - -Source3=rivendell_${JACK_CARD}:playout_1L -Destination3=alsa_pcm:playback_1 - -Source4=rivendell_${JACK_CARD}:playout_1R -Destination4=alsa_pcm:playback_2 - -Source5=rivendell_${JACK_CARD}:playout_2L -Destination5=alsa_pcm:playback_1 - -Source6=rivendell_${JACK_CARD}:playout_2R -Destination6=alsa_pcm:playback_2 - -Source7=rivendell_${JACK_CARD}:playout_3L -Destination7=alsa_pcm:playback_1 - -Source8=rivendell_${JACK_CARD}:playout_3R -Destination8=alsa_pcm:playback_2 - -Source9=rivendell_${JACK_CARD}:playout_4L -Destination9=alsa_pcm:playback_1 - -Source10=rivendell_${JACK_CARD}:playout_4R -Destination10=alsa_pcm:playback_2 - -Source11=rivendell_${JACK_CARD}:playout_5L -Destination11=alsa_pcm:playback_1 - -Source12=rivendell_${JACK_CARD}:playout_5R -Destination12=alsa_pcm:playback_2 - -Source13=rivendell_${JACK_CARD}:playout_6L -Destination13=alsa_pcm:playback_1 - -Source14=rivendell_${JACK_CARD}:playout_6R -Destination14=alsa_pcm:playback_2 - -Source15=rivendell_${JACK_CARD}:playout_7L -Destination15=alsa_pcm:playback_1 - -Source16=rivendell_${JACK_CARD}:playout_7R -Destination16=alsa_pcm:playback_2 - -Source17=alsa_pcm:capture_1 -Destination17=rivendell_${JACK_CARD}:record_0L - -Source18=alsa_pcm:capture_2 -Destination18=rivendell_${JACK_CARD}:record_0R -EOF - - # generate global /etc/jackdrc configuration file - dc="/etc/jackdrc" - if [ -e "$dc" ]; then - cp -a "$dc" "${dc}.dpkg-save" - fi - db_get rivendell/format/samplerate - echo "/usr/bin/jackd --realtime --temporary --driver alsa --rate $RET" > "$dc" - # FIXME: unfortunately jackd cannot parse comments, so none can be added at this time to /etc/jackdrc - - # generate global X11 Xsession.d configuration file to set JACK_START_SERVER environment variable - dc="/etc/X11/Xsession.d/98jack-environment" - if [ -e "$dc" ]; then - cp -a "$dc" "${dc}.dpkg-save" - fi - echo "# NOTE: this file was generated by the rivendell debian package" > "$dc" - echo "#" >> "$dc" - echo "# DO NOT EDIT THIS FILE! Your changes will be lost on the next upgrade." >> "$dc" - echo "#" >> "$dc" - echo "# To regenerate this file (or to select manual configuration) run the command:" >> "$dc" - echo "# dpkg-reconfigure rivendell" >> "$dc" - echo "" >> "$dc" - echo "# set environment variable for JACK to start if not running" >> "$dc" - echo "# (NOTE: /etc/jackdrc is read for the jackd command line)." >> "$dc" - echo "export JACK_START_SERVER=1" >> "$dc" - fi # End of if rivendell/audioadapters/selections has JACK - # End of generate the rd.conf file from debconf settings. - - # generate init script configuration file from debconf settings. - dc="/etc/default/rivendell" - if [ -e "$dc" ]; then - cp -a "$dc" "${dc}.dpkg-save" - fi - echo "# Defaults for rivendell initscript." > "$dc" - echo "# Sourced by /etc/init.d/rivendell ." >> "$dc" - echo "# NOTE: this file was generated by the rivendell debian package." >> "$dc" - echo "#" >> "$dc" - echo "# To regenerate this file (or to select manual configuration) run the command:" >> "$dc" - echo "# dpkg-reconfigure rivendell" >> "$dc" - echo "#" >> "$dc" - echo "# This is a POSIX shell fragment." >> "$dc" - echo "#" >> "$dc" - echo "" >> "$dc" - echo "# How should Rivendell daemons (caed, ripcd, rdcatchd) run?" >> "$dc" - echo "# Possible values are 'init.d' or 'pam_rd'." >> "$dc" - db_get rivendell/run_mode || true - echo "RUN_MODE=\"$RET\" " >> "$dc" - - # populate PAM scripts with pam_rd hooks if requested by the user and it is not already in there - db_get rivendell/run_mode - if [ "$RET" = "pam_rd" ]; then - DISPLAY_MANAGER=`cat /etc/X11/default-display-manager` - DISPLAY_MANAGER=`basename "$DISPLAY_MANAGER"` - dc="/etc/pam.d/$DISPLAY_MANAGER" - - if [ `grep --count "pam_rd.so" "$dc"` -eq 0 ] ; then - cp -a "$dc" "${dc}.dpkg-save" - - # sed command to - # replace (substitute): - # @include common-auth - # with - # auth optional pam_rd.so debug kill_rd_daemons destroy_shm ignore_pass \\ - # @include common-auth - # note only 1 backslash after first line, as we don't want an extra blank line in the output file. - sed -e "s/^[[:space:]]*@include common-auth[[:space:]]*/\ -auth optional pam_rd.so debug kill_rd_daemons destroy_shm ignore_pass \\ -@include common-auth/" \ - < ${dc} >${dc}.dpkg-tmp - mv -f ${dc}.dpkg-tmp ${dc} - fi - fi # End of populate PAM scripts. - - fi # End of if rivendell/debconfenable = true - - db_stop # End of debconf section - - - # Do other system configurations, using debconf values if set, and - # falling back to defaults if not using debconf. - - # create Rivendell user and group - if ! getent group "$AUDIOGROUP" >/dev/null; then - # Adding system group: - addgroup --system "$AUDIOGROUP" 2> /dev/null || true - fi - if ! getent passwd "$AUDIOUSER" >/dev/null; then - # Adding system user: - adduser \ - --system \ - --group \ - --home $AUDIOROOT \ - --no-create-home \ - --shell /bin/bash \ - --gecos "Rivendell system account" \ - $AUDIOUSER >/dev/null - fi - if ! getent group "$AUDIOGROUP" | grep -q "$AUDIOUSER"; then - # Add the user to the group - adduser $AUDIOUSER $AUDIOGROUP - fi - - - # Create audio store directory and set permissions. - if [ ! -d "$AUDIOROOT" ]; then - install --directory --mode 02775 --owner="$AUDIOUSER" --group="$AUDIOGROUP" "$AUDIOROOT" - fi - - # Create run directory to store pid files . - if [ ! -d /var/run/rivendell ]; then - install --directory --mode 02775 --owner="$AUDIOUSER" --group="$AUDIOGROUP" /var/run/rivendell - fi - - # Create log directory to store log files . - #FIXME: better integrate with debconf (debconf currently only has various log file paths). - if [ ! -d /var/log/rivendell ]; then - install --directory --mode 02775 --owner="$AUDIOUSER" --group="$AUDIOGROUP" /var/log/rivendell - fi - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "$0 called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_makeshlibs doesn't add it automaticaly (?!) -if [ "$1" = "configure" ]; then - ldconfig -fi - -#DEBHELPER# diff --git a/debian/rivendell.postrm b/debian/rivendell.postrm deleted file mode 100644 index 240af7ae..00000000 --- a/debian/rivendell.postrm +++ /dev/null @@ -1,77 +0,0 @@ -#!/bin/sh -e - - -# dh_makeshlibs doesn't add it automaticaly (?!) -if [ "$1" = "remove" ]; then - ldconfig -fi - - -case "$1" in - purge) - # Default values, in case debconf was not used to set them. These will - # be used for system configurations down below after debconf values are - # read. - # NOTE: make sure to match these defaults with the rivendell.postinst script - AUDIOUSER="rduser" - AUDIOGROUP="rivendell" - AUDIOROOT="/var/snd" - REMOVEDATA="false" - - # get debconf entries if used. - . /usr/share/debconf/confmodule - - # Is the user configuring with debconf? - db_get rivendell/debconfenable || true - if [ "$RET" = "true" ]; then - db_get rivendell/identity/audioowner || true - [ -n ${RET} ] && AUDIOUSER="$RET" - db_get rivendell/identity/audiogroup || true - [ -n ${RET} ] && AUDIOGROUP="$RET" - db_get rivendell/cae/audioroot || true - [ -n ${RET} ] && AUDIOROOT="$RET" - db_get rivendell/postrm_remove_data || true - [ -n ${RET} ] && REMOVEDATA="$RET" - fi - - # Remove init.d configuration file - rm -f /etc/default/rivendell - - # Remove pam_rd hooks from PAM scripts - DISPLAY_MANAGER=`cat /etc/X11/default-display-manager` - DISPLAY_MANAGER=`basename "$DISPLAY_MANAGER"` - dc="/etc/pam.d/$DISPLAY_MANAGER" - grep -v "pam_rd.so" "$dc" > "${dc}.dpkg-tmp" - mv -f "${dc}.dpkg-tmp" "$dc" - - # Remove user and group - deluser $AUDIOUSER $AUDIOGROUP 2> /dev/null || true - deluser $AUDIOUSER 2> /dev/null || true - groupdel $AUDIOGROUP 2> /dev/null || true - if [ "$REMOVEDATA" = "true" ]; then - [ -d "$AUDIOROOT" ] && rm -rf "$AUDIOROOT" || true - mysqladmin --force drop Rivendell || true - fi - [ -d /var/run/rivendell ] && rm -rf /var/run/rivendell || true - [ -d /var/log/rivendell ] && rm -rf /var/log/rivendell || true - - # Clean out debconf stuff - if [ -e /usr/share/debconf/confmodule ]; then - . /usr/share/debconf/confmodule - db_purge - fi - ;; - - remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - # Nothing to do here - ;; - - *) - echo "$0 called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# NOTE: debhelper section is at the end, so the debconf values can be used during a purge - -#DEBHELPER# diff --git a/debian/rivendell.templates b/debian/rivendell.templates deleted file mode 100644 index e77df9da..00000000 --- a/debian/rivendell.templates +++ /dev/null @@ -1,228 +0,0 @@ -Template: rivendell/debconfenable -Type: boolean -Default: true -Description: Configure Rivendell and rd.conf through debconf? - The rest of the configuration of Rivendell deals with questions that - affect parameters in /etc/rd.conf, which is the file used to configure - the Rivendell programs. - . - If you don't use debconf to configure rd.conf, you will have to handle - any configuration changes yourself, and will not be able to take - advantage of periodic configuration enhancements. - -Template: rivendell/postrm_remove_data -Type: boolean -Default: false -Description: Remove Rivendell audio store and database if purging Rivendell? - Should the Rivendell audio store (the contents of /var/snd) and the Rivendell - database be removed when the Rivendell package is purged? - -Template: rivendell/run_mode -Type: select -Choices: init.d, pam_rd -Default: init.d -Description: How should the Rivendell daemons be started? - The Rivendell daemons can be started by the init.d scripts during system boot, - or the pam_rd PAM module can be used to start the Rivendell daemons as - needed by each user when they use a Rivendell app. - . - init.d - only a single UNIX user account should be used to run Rivendell apps - . - pam_rd - multiple UNIX user accounts can be used, with pam_rd clearing any old - daemons when a user logs in to an X session. - -Template: rivendell/identity/password -Type: string -Default: letmein -Description: Password for Rivendell: - The password used to identify Rivendell. - . - This is used within Rivendell by ripcd to authenticate. - -Template: rivendell/identity/audioowner -Type: string -Default: rduser -Description: UNIX user account for Rivendell: - The unix user account to use for Rivendell. - -Template: rivendell/identity/audiogroup -Type: string -Default: rivendell -Description: UNIX group account for Rivendell: - The unix group account to use for Rivendell. - -Template: rivendell/format/samplerate -Type: select -Choices: 32000, 44100, 48000 -Default: 44100 -Description: Select the samplerate to use for Rivendell: - Select the samplerate to use for Rivendell. The sample rate is in Hz. - -Template: rivendell/format/channels -Type: select -Choices: 1, 2 -Default: 2 -Description: Select the numer of system channels to use in Rivendell: - Select the number of system channels to use in Rivendell. One (1) - channel is for each input to be treated seperately, while two (2) - channels is for treating the inputs as stereo pairs. - . - NOTE: This is different from channels used to record files within - Rivendell, that is configured via rdadmin and the Rivendell - applications. - -Template: rivendell/mysql/hostname -Type: string -Default: localhost -Description: Enter the hostname of the Rivendell MySQL server: - The hostname of the MySQL server for Rivendell to connect to. If the - server is running locally, localhost should work. - -Template: rivendell/mysql/loginname -Type: string -Default: rduser -Description: Enter the MySQL account with which to connect to the MySQL server: - The MySQL user account which should be used to connect to the MySQL - server. - . - This account will be created during the initial database creation. - -Template: rivendell/mysql/password -Type: string -Default: letmein -Description: Enter the MySQL account password to use when connecting to the MySQL server: - This is the password used to authenticate when connecting to the MySQL - serer. - -Template: rivendell/mysql/database -Type: string -Default: Rivendell -Description: Enter the name of the database for Rivendell in the MySQL server: - This is the name of the database within the MySQL server. - . - It will be created during the initial database creation when running - rdadmin. - -Template: rivendell/mysql/driver -Type: select -Choices: QMYSQL3, FIXME -Description: Select the driver used to connect to the database: - This is the driver used to connect to the database, which may or may - not be a MySQL database. - -Template: rivendell/cae/audioroot -Type: string -Default: /var/snd -Description: Enter the path to the audio store directory: - Path to the directory for Rivendell to store audio. This may be a - local directory or an NFS mounted directory from a remote server. - . - The directory must be read/write by the UNIX user account specified - above. - -Template: rivendell/cae/audioextension -Type: string -Default: wav -Description: Enter the default extension to use for audio files: - This will be the extention used for audio files in the audio store. - -Template: rivendell/cae/allownonstandardrates -Type: boolean -Default: true -Description: Should non standard sample rates be permitted - If true, then non-standard rates can exist in the audio store. - . - FIXME: is this samplerate or bitrate or both. - -Template: rivendell/tuning/userealtime -Type: boolean -Default: true -Description: Use realtime scheduling for CAE? - Use realtime scheduling for the core audio engine (CAE), when talking - via JACK and or ALSA. - -Template: rivendell/rdairplay/logfile -Type: string -Default: /var/log/rivendell/rdairplay.log -Description: Enter the path to the rdairplay log file: - This is the path to the rdairplay log file. - . - NOTE: If a non-default value is used, the path may have to be created. - -Template: rivendell/rdcatchd/logfile -Type: string -Default: /var/log/rivendell/rdcatchd.log -Description: Enter the path to the rdcatchd log file: - This is the path to the rdcatchd log file. - . - NOTE: If a non-default value is used, the path may have to be created. - -Template: rivendell/ripcd/logfile -Type: string -Default: /var/log/rivendell/ripcd.log -Description: Enter the path to the ripcd log file: - This is the path to the ripcd log file. - . - NOTE: If a non-default value is used, the path may have to be created. - -Template: rivendell/caed/logfile -Type: string -Default: /var/log/rivendell/caed.log -Description: Enter the path to the caed log file: - This is the path to the caed log file. - . - NOTE: If a non-default value is used, the path may have to be created. - -Template: rivendell/audioadapters/selections -Type: multiselect -Choices: Audioscience HPI, ALSA, JACK -Default: JACK -Description: Select the audio adapters to use: - Rivendell can use several different types of audio adapters, both - independantly or simultaneously. - -Template: rivendell/audioadapters/alsaintro -Type: note -Description: ALSA Rivendell integration. - In order for Rivendell to recognize an ALSA sound adapter, there must - exist a standard ALSA configuration file with a card named "rd0" - defined. - . - The ALSA configuration file can be global (/etc/asound.conf) or per - user (~/.asoundrc). - . - Sample contents for the configuration file to define rd0 follow: - pcm.rd0 { - type hw - card 1 - } - ctl.rd0 { - type hw - card 1 - } - . - More information on ALSA configuration files can be found here: - http://www.alsa-project.org/alsa-doc/doc-php/asoundrc.php - . - More information on Rivendell and ALSA can also be found in - /usr/share/doc/rivendell/ALSA.txt . - . - This information is repeated in /usr/share/doc/rivendell/README.Debian - -Template: rivendell/intro -Type: note -Description: Rivendell introduction. - The Rivendell radio broadcast automation solution has been installed. - . - The next step is to run the "rdadmin" command with a user that has permissions - to the rivendell system. The first time it will prompt for a MySQL userid and - password that has permissions to connect and create the database. - . - Once the database has been created, run the "rdadmin" command again. - From this point on, rdadmin will allow for configuring of Rivendell. - . - The default user accounts within Rivendell are "admin" and "user", both - with no password. - . - This information is repeated in /usr/share/doc/rivendell/README.Debian - diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 00eb413d..00000000 --- a/debian/rules +++ /dev/null @@ -1,117 +0,0 @@ -#!/usr/bin/make -f -# Sample debian/rules that uses debhelper. -# This file is public domain software, originally written by Joey Hess. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -export QTDIR=/usr/share/qt3 - -# Include dpatch stuff. -PACKAGE=rivendell -include /usr/share/dpatch/dpatch.make - -configure: configure-stamp -configure-stamp: patch-stamp - dh_testdir - - [ -x ./autogen.sh ] && ./autogen.sh - ./configure --libexecdir=/usr/lib/cgi-bin/rivendell/ - - touch configure-stamp - -build: build-stamp -build-stamp: configure - dh_testdir - - # Add here commands to compile the package. - $(MAKE) - - touch build-stamp - -clean: clean-patched unpatch -clean-patched: - dh_testdir - dh_testroot - rm -f build-stamp configure-stamp - - # Add here commands to clean up after the build process. - -$(MAKE) clean - -$(MAKE) distclean - - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - # Add here commands to install the package into debian/ - $(MAKE) DESTDIR=`pwd`/debian/tmp prefix=/usr install-debian -# rm -f `pwd`/debian/tmp/usr/bin/toolame - - install -m 644 $(CURDIR)/debian/rdadmin.xpm $(CURDIR)/debian/tmp/usr/share/srlabs - install -m 644 $(CURDIR)/debian/rdairplay.xpm $(CURDIR)/debian/tmp/usr/share/srlabs - install -m 644 $(CURDIR)/debian/rdcatch.xpm $(CURDIR)/debian/tmp/usr/share/srlabs - install -m 644 $(CURDIR)/debian/rdlibrary.xpm $(CURDIR)/debian/tmp/usr/share/srlabs - install -m 644 $(CURDIR)/debian/rdlogedit.xpm $(CURDIR)/debian/tmp/usr/share/srlabs - install -m 644 $(CURDIR)/debian/rdlogin.xpm $(CURDIR)/debian/tmp/usr/share/srlabs - install -m 644 $(CURDIR)/debian/rdlogmanager.xpm $(CURDIR)/debian/tmp/usr/share/srlabs - - # FIXME: there may be a better way to get this directory created... - install -d -m 755 $(CURDIR)/debian/tmp/usr/share/applications - install -m 644 $(CURDIR)/debian/rdadmin.desktop $(CURDIR)/debian/tmp/usr/share/applications - install -m 644 $(CURDIR)/debian/rdairplay.desktop $(CURDIR)/debian/tmp/usr/share/applications - install -m 644 $(CURDIR)/debian/rdcatch.desktop $(CURDIR)/debian/tmp/usr/share/applications - install -m 644 $(CURDIR)/debian/rdlibrary.desktop $(CURDIR)/debian/tmp/usr/share/applications - install -m 644 $(CURDIR)/debian/rdlogedit.desktop $(CURDIR)/debian/tmp/usr/share/applications - install -m 644 $(CURDIR)/debian/rdlogin.desktop $(CURDIR)/debian/tmp/usr/share/applications - install -m 644 $(CURDIR)/debian/rdlogmanager.desktop $(CURDIR)/debian/tmp/usr/share/applications - - dh_install --sourcedir=debian/tmp --autodest - -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot - dh_installchangelogs ChangeLog - # - cat debian/rivendell.docs.in > debian/rivendell.docs - find docs -type f -and ! \( -regex ".*CVS.*" -or -regex ".*Makefile.*" \) >> debian/rivendell.docs - dh_installdocs - #dh_installdocs -X CVS -X Makefile - # - dh_installexamples -# dh_install - dh_installmenu - dh_installdebconf - dh_installlogrotate -# dh_installemacsen -# dh_installcatalogs -# dh_installpam -# dh_installmime - dh_installinit -# dh_installcron -# dh_installinfo -# dh_undocumented - dh_installman - dh_link - dh_strip - dh_compress - dh_fixperms -# dh_perl -# dh_python - dh_makeshlibs - dh_installdeb - dh_shlibdeps -ldebian/librivendell/usr/lib - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install From 3034a65316a17fc24ec5fa277c196508127b92a9 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 19 Oct 2018 21:13:56 -0400 Subject: [PATCH 3/8] 2018-10-19 Fred Gleason * Removed the 'make doxygen' target. --- ChangeLog | 2 ++ Makefile.am | 13 ------------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index c271d29b..46940f37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17856,3 +17856,5 @@ * Removed the 'make slax' target. 2018-10-19 Fred Gleason * Removed the 'debian/' directory. +2018-10-19 Fred Gleason + * Removed the 'make doxygen' target. diff --git a/Makefile.am b/Makefile.am index f3046bf6..010231e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,19 +78,6 @@ zip: dist zip -r rivendell-@VERSION@.zip rivendell-@VERSION@ rm -rf rivendell-@VERSION@ -doxygen: - cd lib && doxygen doxygen.conf - cd cae && doxygen doxygen.conf & - cd rdairplay && doxygen doxygen.conf & - cd rdadmin && doxygen doxygen.conf & - cd rdcatch && doxygen doxygen.conf & - cd rdcatchd && doxygen doxygen.conf & - cd rdlibrary && doxygen doxygen.conf & - cd rdlogedit && doxygen doxygen.conf & - cd rdlogin && doxygen doxygen.conf & - cd rdlogmanager && doxygen doxygen.conf & - cd ripcd && doxygen doxygen.conf & - EXTRA_DIST = autogen.sh\ CODINGSTYLE\ get_distro.pl\ From 0b9b151c117bcde5ed78fefc887bdf0f03147743 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 19 Oct 2018 21:25:03 -0400 Subject: [PATCH 4/8] 2018-10-19 Fred Gleason * Removed 'rdrepld-suse.in'. --- ChangeLog | 2 + Makefile.am | 7 +-- configure.ac | 2 - rdrepld-suse.in | 145 ------------------------------------------------ 4 files changed, 4 insertions(+), 152 deletions(-) delete mode 100644 rdrepld-suse.in diff --git a/ChangeLog b/ChangeLog index 46940f37..2b1c39b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17858,3 +17858,5 @@ * Removed the 'debian/' directory. 2018-10-19 Fred Gleason * Removed the 'make doxygen' target. +2018-10-19 Fred Gleason + * Removed 'rdrepld-suse.in'. diff --git a/Makefile.am b/Makefile.am index 010231e9..7ff9f4c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,7 @@ -## automake.am +## Makefile.am ## ## Top level automake.am for Rivendell ## -## Use automake to process this into a Makefile.in -## ## (C) Copyright 2002-2018 Fred Gleason ## ## This program is free software; you can redistribute it and/or modify @@ -19,6 +17,7 @@ ## License along with this program; if not, write to the Free Software ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ## +## Use automake to process this into a Makefile.in if HPI_RD_AM HPI_RD_OPT = rdhpi @@ -84,7 +83,6 @@ EXTRA_DIST = autogen.sh\ get_target.sh\ INSTALL-WINDOWS\ PACKAGE_VERSION\ - rdrepld-suse.in\ rivendell.ism\ rivendell.pro\ rivendell.spec.in\ @@ -100,7 +98,6 @@ CLEANFILES = *~\ DISTCLEANFILES = config.guess\ config.sub\ ltmain.sh\ - rdrepld-suse\ rivendell\ rivendell.spec diff --git a/configure.ac b/configure.ac index 6bd3c458..b267960a 100644 --- a/configure.ac +++ b/configure.ac @@ -461,7 +461,6 @@ ln -s ../../icons/trashcan-32x32.png docs/opsguide/trashcan-32x32.png AC_CONFIG_FILES([rivendell.spec \ Makefile \ - rdrepld-suse \ conf/rd-bin.conf \ icons/Makefile \ helpers/Makefile \ @@ -547,7 +546,6 @@ AC_CONFIG_FILES([rivendell.spec \ xdg/Makefile \ ]) AC_OUTPUT() -chmod 755 rdrepld-suse # # Configuration Results diff --git a/rdrepld-suse.in b/rdrepld-suse.in deleted file mode 100644 index 98e16d2d..00000000 --- a/rdrepld-suse.in +++ /dev/null @@ -1,145 +0,0 @@ -#! /bin/sh -## -## A Rivendell init script for LSB-compliant Linux systems. -## -## (C) Copyright 2010,2016 Fred Gleason -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of version 2 of the GNU General Public License as -## published by the Free Software Foundation; -## -## 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. -## -## 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 -## - -# chkconfig: 35 66 34 -# description: Rivendell replication daemon -# config: /etc/rc.conf - -### BEGIN INIT INFO -# Provides: rdrepld -# Required-Start: rivendell -# Required-Stop: rivendell -# Default-Start: 2 3 5 -# Default-Stop: 0 1 6 -# Description: Start the Rivendell replication daemon -### END INIT INFO - - -function StartDaemons { - @LOCAL_PREFIX@/bin/rdrepld 2> /dev/null -} - - -function StopDaemons { - if [ -f /var/run/rivendell/rdrepld.pid ] ; then - kill `cat /var/run/rivendell/rdrepld.pid` > /dev/null 2> /dev/null - fi - sleep 2 -} - -# Set path for script functions -export PATH=$PATH:/usr/local/bin:/usr/local/sbin - -# -# If the LSB Init functions exist, use them, otherwise roll our own -# -if test -f /lib/lsb/init-functions ; then - . /lib/lsb/init-functions -else - function log_success_msg() { - echo "$1 ... done." - } - function log_failure_msg() { - echo "$1 ... done." - } -fi - -# Check for missing binaries -if [ ! -x @LOCAL_PREFIX@/bin/rdrepld ] ; then - echo "rdrepld not installed" - exit 5 -fi - -# Check for existence of needed config file and read it -if [ ! -r /etc/rd.conf ] ; then - echo "Missing /etc/rd.conf" - exit 6 -fi - - -case "$1" in - start) - $0 silent-status - if test $? -eq 3 ; then - StartDaemons - fi - $0 silent-status - if test $? -eq 0 ; then - log_success_msg "Starting Rivendell replication daemon" - exit 0 - else - log_failure_msg "Starting Rivendell replication daemon" - exit 1 - fi - ;; - stop) - StopDaemons - $0 silent-status - if test $? -eq 0 ; then - log_failure_msg "Stopping Rivendell replication daemon" - exit 1 - else - log_success_msg "Stopping Rivendell replication daemon" - exit 0 - fi - ;; - restart) - $0 silent-status - if test $? -eq 0 ; then - $0 stop - fi - $0 silent-status - if test $? -eq 0 ; then - exit 1 - fi - $0 start - $0 silent-status - if test $? -eq 0 ; then - exit 0 - fi - exit 1 - ;; - force-reload) - $0 restart - ;; - status) - $0 silent-status - EXIT_CODE=$? - if test $EXIT_CODE -eq 0 ; then - echo "Rivendell replication daemon running." - else - echo "Rivendell replication daemon stopped." - fi - exit $EXIT_CODE - ;; - silent-status) - if test -f /var/run/rivendell/rdrepld.pid ; then - if test -d /proc/`cat /var/run/rivendell/rdrepld.pid` ; then - exit 0 - fi - fi - exit 3 - ;; - *) - echo "Usage: $0 {start|stop|restart|force-reload|status}" - exit 1 - ;; -esac From 8f1ddfb06912930f2967a1e24d0966a45f0927cf Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 19 Oct 2018 21:41:37 -0400 Subject: [PATCH 5/8] 2018-10-19 Fred Gleason * Removed 'conf/my.cnf-master'. * Removed 'conf/my.cnf-standby'. * Removed 'conf/rd-sample.ini'. * Removed 'conf/rd.conf-slax'. --- ChangeLog | 5 ++ conf/my.cnf-master | 59 ---------------------- conf/my.cnf-standby | 78 ----------------------------- conf/rd-sample.ini | 118 -------------------------------------------- conf/rd.conf-slax | 45 ----------------- 5 files changed, 5 insertions(+), 300 deletions(-) delete mode 100644 conf/my.cnf-master delete mode 100644 conf/my.cnf-standby delete mode 100755 conf/rd-sample.ini delete mode 100644 conf/rd.conf-slax diff --git a/ChangeLog b/ChangeLog index 2b1c39b7..2cbaaad1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17860,3 +17860,8 @@ * Removed the 'make doxygen' target. 2018-10-19 Fred Gleason * Removed 'rdrepld-suse.in'. +2018-10-19 Fred Gleason + * Removed 'conf/my.cnf-master'. + * Removed 'conf/my.cnf-standby'. + * Removed 'conf/rd-sample.ini'. + * Removed 'conf/rd.conf-slax'. diff --git a/conf/my.cnf-master b/conf/my.cnf-master deleted file mode 100644 index 680529d7..00000000 --- a/conf/my.cnf-master +++ /dev/null @@ -1,59 +0,0 @@ -# mySQL Configuration file for a Master Rivendell DB. -# -# by Fred Gleason -# -# This is recommended for use on a system acting as a master -# Rivendell server. -# - -# -# The MySQL server -# -[mysqld] -server-id = 1 -port = 3306 -socket = /var/lib/mysql/mysql.sock -skip-locking -key_buffer = 16M -max_allowed_packet = 1M -table_cache = 64 -sort_buffer_size = 512K -net_buffer_length = 8K -myisam_sort_buffer_size = 8M -log-bin - -# -# Client Options -# -[client] -#password = your_password -port = 3306 -socket = /var/lib/mysql/mysql.sock - -# -# The safe_mysqld script -# -[safe_mysqld] -err-log=/var/lib/mysql/mysqld.log - -[mysqldump] -quick -max_allowed_packet = 16M - -[mysql] -no-auto-rehash - -[isamchk] -key_buffer = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[myisamchk] -key_buffer = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[mysqlhotcopy] -interactive-timeout diff --git a/conf/my.cnf-standby b/conf/my.cnf-standby deleted file mode 100644 index 27db064a..00000000 --- a/conf/my.cnf-standby +++ /dev/null @@ -1,78 +0,0 @@ -# mySQL configuration file for a Standby Rivendell DB. -# -# by Fred Gleason -# -# This is recommended for use on a system acting as a standby -# Rivendell server. Further information can be found in SRL -# Application Note #3, available at: -# -# http://www.salemradiolabs.com/appnotes/ -# -# IMPORTANT NOTE: -# The 'server-id=' argument *must* be unique for each mySQL server -# across a given Rivendell network, or data replication will not -# work! By convention, the master server is assigned a server-id of -# '1', and standby servers are numbered sequentially starting with -# '100'. - - -# -# The MySQL server -# -[mysqld] -# ##################################################################### -# You will need to customize the 'server-id' entry for your site: -# ##################################################################### -server-id = 100 - -# ##################################################################### -# No changes should be required below here. -# ##################################################################### -port = 3306 -socket = /var/lib/mysql/mysql.sock -skip-locking -key_buffer = 16M -max_allowed_packet = 1M -table_cache = 64 -sort_buffer_size = 512K -net_buffer_length = 8K -myisam_sort_buffer_size = 8M -# master-host = server.example.com -# master-user = repl -# master-password = letmein - -# -# Client Options -# -[client] -#password = your_password -port = 3306 -socket = /var/lib/mysql/mysql.sock - -# -# The safe_mysqld script -# -[safe_mysqld] -err-log=/var/lib/mysql/mysqld.log - -[mysqldump] -quick -max_allowed_packet = 16M - -[mysql] -no-auto-rehash - -[isamchk] -key_buffer = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[myisamchk] -key_buffer = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[mysqlhotcopy] -interactive-timeout diff --git a/conf/rd-sample.ini b/conf/rd-sample.ini deleted file mode 100755 index 92575b7e..00000000 --- a/conf/rd-sample.ini +++ /dev/null @@ -1,118 +0,0 @@ -; rd.conf -; -; This is the default configuration file for Rivendell -; -; At the very least, you will need to change the 'AudioOwner=' -; directive to point to a valid account on this machine! -; -; by Fred Gleason -; - -[Identity] -; This section is used to define the default shell account used to -; run the Rivendell modules. -Password=letmein -AudioOwner=rd -AudioGroup=users - -[mySQL] -; The connection parameters for the MySQL server. -Hostname=localhost -Loginname=rduser -Password=letmein -Database=Rivendell -Driver=QMYSQL3 - -[Logs] -; Set the method to be used for logging. Possible values are: -; Syslog = Use the syslog facility. -; File = Log directly to a file. See also the 'LogDirectory=' -; and 'LogPattern=' parameters below. -; None = Don't generate logs at all. -Facility=Syslog - -; The directory to write logs to. Used only if the 'Facility=' -; parameter is set to 'File'. -LogDirectory=/home/rd/rdlogs - -; The directory to to put core files in in the event of a daemon -; crash. For this to work, you must also configure your environment -; to allow the generation of core dumps (e.g. 'ulimit -c unlimited'). -CoreDumpDirectory=/home/rd/rdlogs - -; The name of the file to send logs to. The following wildcards can -; be used: -; %d - The day of the month (01 - 31) -; %h - The hour (00 - 23) -; %M - The month (01 - 12) -; %m - The minute (00 - 59) -; %n - The name of the originating module --e.g. 'rdairplay', 'caed'. -; %s - The second (00 - 60) -; %Y - The four digit year -; This parameter is used only if the 'Facility=' parameter is set to -; 'File'. -LogPattern=%n-%Y%M%d.log - - -[Alsa] -; ALSA Parameters -; (It should seldom be necessary to tweak these) -PeriodQuantity=2 -PeriodSize=1024 - -; [SoftKeys] -; -; This section can be used to program the RDSoftKeys applet, or you -; can use the --map-file= switch to configure multiple soft -; key setups on the same host. -; -; Columns=10 -; -; Command1=hithlum.srlabs.loc:GO 3 1 1 0! -; Legend1=Telos 1 ON -; Color1=red -; -; Command2=hithlum.srlabs.loc:GO 3 2 1 0! -; Legend2=Telos 2 ON -; Color2=red -; - -[Tuning] -; This section defines the realtime parameters used when running -; audio components. Normally, these useful only for debugging. -UseRealtime=Yes -RealtimePriority=9 - -[Format] -; These values are used only by the ALSA driver, to set the basic sample -; rate to use when starting each sound card. Gernerally, you want -; this to match the rate used by files in your library, but some -; cheapie cards will only work with certain rates [e.g. 48000] here. -SampleRate=44100 -Channels=2 - -[Hacks] -; If you are getting no output level meter indications with an older -; ASI card (such as the ASI4215, ASI4113 or ASI4111), try uncommenting -; the following line: -; UseStreamMeters=Yes - -; -; Log Generation (old method, deprecated) -; -; These sections are here strictly for backward compatibility. See -; the [Logs] section for a much more powerful way to configure -; logging. -; -; [RDAirPlay] -; Logfile=/home/rd/rdairplay.log -; -; [RDCatchd] -; Logfile=/home/rd/rdcatchd.log -; -; [Ripcd] -; Logfile=/home/rd/ripcd.log -; -; [Caed] -; Logfile=/home/rd/caed.log -; EnableMixerLogging=No diff --git a/conf/rd.conf-slax b/conf/rd.conf-slax deleted file mode 100644 index 6ca09f29..00000000 --- a/conf/rd.conf-slax +++ /dev/null @@ -1,45 +0,0 @@ -; rd.conf -; -; This is the SLAX configuration file for Rivendell -; -; by Fred Gleason -; - -[Identity] -Password=letmein -AudioOwner=salem -AudioGroup=users - -[Tuning] -UseRealtime=Yes -RealtimePriority=9 - -[mySQL] -Hostname=localhost -Loginname=rduser -Password=letmein -Database=Rivendell -Driver=QMYSQL3 - -[Hacks] -; If you are getting no output level meter indications with an older -; ASI card (such as the ASI4215, ASI4113 or ASI4111), tru uncommenting -; the following line: -; UseStreamMeters=Yes - -; -; Log Generation -; -; These are mainly useful for debugging! -; -; [RDAirPlay] -; Logfile=/home/myself/rdairplay.log -; -; [RDCatchd] -; Logfile=/home/myself/rdcatchd.log -; -; [Ripcd] -; Logfile=/home/myself/ripcd.log -; -; [Caed] -; Logfile=/home/myself/caed.log From 7ecaf81c6d53ffd807aaf68045284fa6ae55e641 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 19 Oct 2018 21:43:54 -0400 Subject: [PATCH 6/8] 2018-10-19 Fred Gleason * Removed 'conf/my.cnf-master'. * Removed 'conf/my.cnf-standby'. * Removed 'conf/rd-sample.ini'. * Removed 'conf/rd.conf-slax'. --- conf/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/Makefile.am b/conf/Makefile.am index d5122f3d..4776c447 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -31,12 +31,8 @@ uninstall: rm -f $(DESTDIR)/etc/pam.d/rivendell EXTRA_DIST = asound.conf-sample\ - my.cnf-master\ - my.cnf-standby\ rd-bin.conf.in\ rd.conf-sample\ - rd.conf-slax\ - rd-sample.ini\ rivendell.pam\ rlm_ando.conf\ rlm_facebook.conf\ From cbdbdbe55ff3938b595c4dddd6b76f5c2474d646 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 19 Oct 2018 21:44:28 -0400 Subject: [PATCH 7/8] 2018-10-19 Fred Gleason * Removed 'conf/my.cnf-master'. * Removed 'conf/my.cnf-standby'. * Removed 'conf/rd-sample.ini'. * Removed 'conf/rd.conf-slax'. --- rivendell.spec.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/rivendell.spec.in b/rivendell.spec.in index 3bac82f2..6b7747c0 100644 --- a/rivendell.spec.in +++ b/rivendell.spec.in @@ -120,8 +120,6 @@ cp UPGRADING $RPM_BUILD_ROOT/@DOC_PATH@/ cp CODINGSTYLE $RPM_BUILD_ROOT/@DOC_PATH@/ cp conf/*.conf $RPM_BUILD_ROOT/@DOC_PATH@/ cp conf/rd.conf-sample $RPM_BUILD_ROOT/@DOC_PATH@/ -cp conf/my.cnf-master $RPM_BUILD_ROOT/@DOC_PATH@/ -cp conf/my.cnf-standby $RPM_BUILD_ROOT/@DOC_PATH@/ cp conf/asound.conf-sample $RPM_BUILD_ROOT/@DOC_PATH@/ cp utils/sas_shim/rc.sas_shim $RPM_BUILD_ROOT/@DOC_PATH@/ mkdir -p $RPM_BUILD_ROOT/@DOC_PATH@/misc From 54f07692ff7b8cfb46eda0cbc845e851ac468b5c Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 19 Oct 2018 21:58:08 -0400 Subject: [PATCH 8/8] 2018-10-19 Fred Gleason * Incremented the package version to 3.0.0alpha00. --- ChangeLog | 2 ++ INSTALL | 4 +--- NEWS | 12 ++++++++++++ PACKAGE_VERSION | 2 +- README | 19 +++++++++++-------- 5 files changed, 27 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2cbaaad1..9c524ca1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17865,3 +17865,5 @@ * Removed 'conf/my.cnf-standby'. * Removed 'conf/rd-sample.ini'. * Removed 'conf/rd.conf-slax'. +2018-10-19 Fred Gleason + * Incremented the package version to 3.0.0alpha00. diff --git a/INSTALL b/INSTALL index c6e0812d..eb906b49 100644 --- a/INSTALL +++ b/INSTALL @@ -74,9 +74,7 @@ One or more audio driver libraries. Choices are: The JACK Audio Connection Kit A low latency audio server, designed from the ground up for - professional audio work. See http://jackit.sourceforge.net/. - Further information on running Rivendell with the JACK driver can be - found in 'docs/JACK.txt'. + professional audio work. See http://jackaudio.org/. The Advanced Linux Sound Architecture (ALSA) v1.0 or greater. The standard soundcard driver for Linux for kernels 2.6.x or later. diff --git a/NEWS b/NEWS index 773fa5f8..a6ef57ca 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,17 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v3.0.0alpha00 -- 10/19/2018 + +Initial alpha release vor v3.x. + +Database Update: + This version of Rivendell uses database schema version 297, and will + automatically upgrade any earlier versions. To see the current schema + version prior to upgrade, see RDAdmin->SystemInfo. + + Be sure to run 'rddbmgr --modify' (as root) immediately after upgrading + to allow any necessary changes to the database schema to be applied. ------------------------------------------------------------------------------- v2.19.2int01 -- 5/8/2018 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index d4b0809f..b2a51931 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -2.19.2vlog05 \ No newline at end of file +3.0.0alpha00 \ No newline at end of file diff --git a/README b/README index 3600d910..79ea5807 100644 --- a/README +++ b/README @@ -1,18 +1,18 @@ This is the README file for the Rivendell package. -WARNING: This is a BETA TEST version of Rivendell. As such, it is virtually +WARNING: This is an ALPHA TEST version of Rivendell. As such, it is virtually guaranteed to contain bugs, possibly severe ones that could cause LOSS OF DATA. It is intended for testing purposes, and - should not be used in 'production' siuations. + should not be used in 'production' situations. -This software comes with ABSOLUTELY NO WARRANTY. See the file COPYING for +This software comes with ABSOLUTELY NO WARRANTY. See the file COPYING for details. -Welcome to this release of the Rivendell Project. Rivendell aims +Welcome to this release of the Rivendell Project. Rivendell aims to be a robust, functionally complete digital audio system for use in professional radio broadcast environments. -See the file INSTALL for installation instructions. If you are upgrading from +See the file INSTALL for installation instructions. If you are upgrading from a 1.x or 2.x version of Rivendell, also see the file 'UPGRADING' for important notes and pointers. @@ -48,6 +48,9 @@ The on-air playout application. RDPanel A 'fullscreen' SoundPanel cartwall application. +RDCartSlots +An application that emulates a multi-slot cart decks. + RDCastManager A utility for posting and managing podcast episodes. @@ -62,11 +65,11 @@ A utility for configuring ALSA audio adapters. RDImport A command-line utility for batch importing audio along with -accompanying metadata. Do: +accompanying metadata. Do: - rdimport --help + man 1 rdimport -from a command prompt for a list of options. +for usage help. RMLSend A GUI and command-line utility for sending Rivendell Macro Language