AUTOMAKE_OPTIONS = foreign
-SUBDIRS = src gnome-support doc
-EXTRA_DIST = COPYING-DOCS README.PERFORMANCE terminatorX.spec terminatorX.spec.in
+SUBDIRS = src icons help
+EXTRA_DIST = COPYING-DOCS\
+ README.PERFORMANCE\
+ terminatorX.spec.in\
+ gnome-doc-utils.make\
+ terminatorX.desktop\
+ terminatorX.mime
+
+DISTCLEANFILES = gnome-doc-utils.make
+
+# Destkop Entry
+desktopdir = $(datadir)/applications
+desktop_DATA = terminatorX.desktop
+
+mimedir = $(datadir)/mime-info
+mime_DATA = terminatorX.mime terminatorX.keys
man_MANS = terminatorX.1
-terminatorX NEWS:
-
-Sorry, I only maintain ChangeLog which from the GNU point of view rather is a
-NEWS then a ChangeLog file.
+Sorry, NEWS is unmaintained, for the latest terminatorX news, plase check
+http://terminatorX.org
o ./INSTALL - Information on installing terminatorX
o ./README.GNOME - Some hints on GNOME-integration
o ./README.PERFORMANCE - Some hints on tuning terminatorX
- o ./doc/terminatorX-manual/C/terminatorX-manual.xml
+ o ./help/C/terminatorX-manual.xml
- The user manual browsable with "yelp"
(yelp is the gnome2 help browser).
o ./COPYING - The license
#!/bin/sh
echo Creating files required for building terminatorX...
-aclocal
+gnome-doc-prepare --force --automake
+aclocal -Wno-portability
autoheader
-automake --add-missing
-autoconf
+automake --add-missing -Wno-portability
+autoconf
echo Now run \"./configure\"
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(src/tX_global.h)
-AM_INIT_AUTOMAKE(terminatorX, 3.89)
+AC_INIT([terminatorX], [3.89])
+AC_CONFIG_SRCDIR([src/tX_global.h])
+AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
AC_ARG_ENABLE(sox, [ --enable-sox use sox as input converter. (default=auto) ])
OPTION_VORBIS="no"
OPTION_AUDIOFILE="no"
OPTION_WAV="no"
-OPTION_GNOME="no"
OPTION_SCHEDULER="no"
OPTION_ALSAMIDI="no"
OPTION_LEGACY="no"
dnl AC_DEFINE(USE_DGA2)
dnl fi
-GNOMEpresent=fl
-
-AC_MSG_CHECKING(for GNOME)
- AC_MSG_RESULT([in progress])
- AC_CHECK_PROG(gnomepresent, gnome-name-service, yes, no)
- if test "$gnomepresent" = yes; then
- AC_CHECK_PROG(gnomeconfig, gnome-config, yes)
- if test "$gnomeconfig" = yes; then
- gnomedatadir=`gnome-config --datadir`
- else
- gnomedatadir=${datadir}
- fi
- AC_SUBST(gnomedatadir)
- AC_MSG_RESULT([Found GNOME - installing terminatorX.desktop.])
- OPTION_GNOME="yes"
- else
- AC_MSG_RESULT([GNOME not found.])
- fi
- AM_CONDITIONAL(GNOMEpresent, test "$gnomepresent" = yes)
-
-
dnl Detecting libxml. Based on dia's test.
found_libxml=false
AC_SUBST(XML_LIBS)
AC_SUBST(XML_CFLAGS)
-if test "$prefix" != "NONE"; then
- xml_man="\\\"$datadir/terminatorX/doc/terminatorX-manual/C/terminatorX-manual.xml\\\""
-else
- xml_man="\\\"/usr/local/share/terminatorX/doc/terminatorX-manual/C/terminatorX-manual.xml\\\""
-fi
-
-if test "$with_docdir" != ""; then
- xml_man="\\\"$with_docdir/terminatorX/doc/terminatorX-manual/C/terminatorX-manual.xml\\\""
-fi
-
if test "$enable_lrdf" != "no"; then
AC_MSG_CHECKING(for liblrdf >= 0.2.4)
LRDF_VERS=`$PKG_CONFIG --modversion lrdf | sed -e "s/libxml //" | awk 'BEGIN {FS=".";} { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
fi
-dnl Scrollkeeper
-AC_PATH_PROG(SK_CONFIG,scrollkeeper-config,no)
-if test x$SK_CONFIG = xno; then
- AC_MSG_ERROR(Couldn't find scrollkeeper-config. Please install the scrollkeeper package: http://scrollkeeper.sourceforge.net)
-fi
+dnl User Manual
+GNOME_DOC_INIT
+
+xml_man="\\\"${datadir}/gnome/help/terminatorX-manual/C/terminatorX-manual.xml\\\""
dnl Now Check for Xlibs - I do this here as other tests fail if these run earlier
AC_PATH_XTRA
AC_OUTPUT(Makefile
src/Makefile
- gnome-support/Makefile
- gnome-support/terminatorX.keys
+ icons/Makefile
src/icons/Makefile
- doc/Makefile
- doc/terminatorX-manual/Makefile
- doc/terminatorX-manual/C/Makefile
+ help/Makefile
+ terminatorX.keys
terminatorX.spec
terminatorX.1)
echo "builtin-wav support: $OPTION_WAV"
echo "enhanced scheduling support: $OPTION_SCHEDULER"
echo "capabilities support: $OPTION_CAP"
-echo "GNOME support: $OPTION_GNOME"
echo
echo You can now run \'make\' to compile terminatorX
+++ /dev/null
-SUBDIRS=terminatorX-manual
-
-EXTRA_DIST=xmldocs.make omf.make
-
+++ /dev/null
-#
-# No modifications of this Makefile should be necessary.
-#
-# This file contains the build instructions for installing OMF files. It is
-# generally called from the makefiles for particular formats of documentation.
-#
-# Note that you must configure your package with --localstatedir=/var/lib
-# so that the scrollkeeper-update command below will update the database
-# in the standard scrollkeeper directory.
-#
-# If it is impossible to configure with --localstatedir=/var/lib, then
-# modify the definition of scrollkeeper_localstate_dir so that
-# it points to the correct location. Note that you must still use
-# $(localstatedir) in this or when people build RPMs it will update
-# the real database on their system instead of the one under RPM_BUILD_ROOT.
-#
-# Note: This make file is not incorporated into xmldocs.make because, in
-# general, there will be other documents install besides XML documents
-# and the makefiles for these formats should also include this file.
-#
-# About this file:
-# This file was taken from scrollkeeper_example2, a package illustrating
-# how to install documentation and OMF files for use with ScrollKeeper
-# 0.3.x and 0.4.x. For more information, see:
-# http://scrollkeeper.sourceforge.net/
-# Version: 0.1.2 (last updated: March 20, 2002)
-#
-
-omf_dest_dir=$(datadir)/omf/@PACKAGE@
-scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
-
-omf: omf_timestamp
-
-omf_timestamp: $(omffile)
- -for file in $(omffile); do \
- scrollkeeper-preinstall $(docdir)/$(docname).xml $(srcdir)/$$file $(srcdir)/$$file.out; \
- done
- touch omf_timestamp
-
-install-data-hook-omf:
- $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
- for file in $(omffile); do \
- $(INSTALL_DATA) $(srcdir)/$$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
- done
- -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
-
-uninstall-local-omf:
- -for file in $(srcdir)/*.omf; do \
- basefile=`basename $$file`; \
- rm -f $(omf_dest_dir)/$$basefile; \
- done
- -rmdir $(omf_dest_dir)
- -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
+++ /dev/null
-Makefile
-Makefile.in
+++ /dev/null
-figdir = figures
-docname = terminatorX-manual
-lang = C
-omffile = terminatorX-manual-C.omf
-include $(top_srcdir)/doc/xmldocs.make
-dist-hook: app-dist-hook
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<omf>
- <resource>
- <creator>
- alex@lisas.de (Alexander König)
- </creator>
- <title>
- terminatorX Manual
- </title>
- <date>
- 2002-11-22
- </date>
- <version identifier="1.0" date="2002-11-22" description="Initial Release"/>
- <subject category="Multimedia"/>
- <description>
- This is the manual for terminatorX
- </description>
- <type>
- manual
- </type>
- <format mime="text/xml" dtd="-//OASIS//DTD DocBook XML V4.1.2//EN"/>
- <identifier url="file:/usr/share/terminatorX/doc/terminatorX-manual/C/terminatorX-manual.xml"/>
- <language code="C"/>
- <relation seriesid="9c4f02ba-fe53-11d6-810b-a240cc571a07"/>
- <rights type="GNU FDL" license.version="1.1" holder="Alexander König"/>
- </resource>
-</omf>
+++ /dev/null
-SUBDIRS = C
+++ /dev/null
-#
-# No modifications of this Makefile should be necessary.
-#
-# To use this template:
-# 1) Define: figdir, docname, lang, omffile, and entities in
-# your Makefile.am file for each document directory,
-# although figdir, omffile, and entities may be empty
-# 2) Make sure the Makefile in (1) also includes
-# "include $(top_srcdir)/doc/xmldocs.make" and
-# "dist-hook: app-dist-hook".
-# 3) Optionally define 'entities' to hold xml entities which
-# you would also like installed
-# 4) Figures must go under $(figdir)/ and be in PNG format
-# 5) You should only have one document per directory
-# 6) Note that the figure directory, $(figdir)/, should not have its
-# own Makefile since this Makefile installs those figures.
-#
-# example Makefile.am:
-# figdir = figures
-# docname = scrollkeeper-manual
-# lang = C
-# omffile=scrollkeeper-manual-C.omf
-# entities = fdl.xml
-# include $(top_srcdir)/help/xmldocs.make
-# dist-hook: app-dist-hook
-#
-# About this file:
-# This file was taken from scrollkeeper_example2, a package illustrating
-# how to install documentation and OMF files for use with ScrollKeeper
-# 0.3.x and 0.4.x. For more information, see:
-# http://scrollkeeper.sourceforge.net/
-# Version: 0.1.2 (last updated: March 20, 2002)
-#
-
-
-# ************* Begin of section some packagers may need to modify **************
-# This variable (docdir) specifies where the documents should be installed.
-# This default value should work for most packages.
-docdir = $(datadir)/@PACKAGE@/doc/$(docname)/$(lang)
-
-# ************** You should not have to edit below this line *******************
-xml_files = $(entities) $(docname).xml
-omf_dir=$(top_srcdir)/omf-install
-
-EXTRA_DIST = $(xml_files) $(omffile)
-CLEANFILES = omf_timestamp
-
-include $(top_srcdir)/doc/omf.make
-
-all: omf
-
-$(docname).xml: $(entities)
- -ourdir=`pwd`; \
- cd $(srcdir); \
- cp $(entities) $$ourdir
-
-app-dist-hook:
- if test "$(figdir)"; then \
- $(mkinstalldirs) $(distdir)/$(figdir); \
- for file in $(srcdir)/$(figdir)/*.png; do \
- basefile=`echo $$file | sed -e 's,^.*/,,'`; \
- $(INSTALL_DATA) $$file $(distdir)/$(figdir)/$$basefile; \
- done \
- fi
-
-install-data-local: omf
- $(mkinstalldirs) $(DESTDIR)$(docdir)
- for file in $(xml_files); do \
- cp $(srcdir)/$$file $(DESTDIR)$(docdir); \
- done
- if test "$(figdir)"; then \
- $(mkinstalldirs) $(DESTDIR)$(docdir)/$(figdir); \
- for file in $(srcdir)/$(figdir)/*.png; do \
- basefile=`echo $$file | sed -e 's,^.*/,,'`; \
- $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \
- done \
- fi
-
-install-data-hook: install-data-hook-omf
-
-uninstall-local: uninstall-local-doc uninstall-local-omf
-
-uninstall-local-doc:
- -if test "$(figdir)"; then \
- for file in $(srcdir)/$(figdir)/*.png; do \
- basefile=`echo $$file | sed -e 's,^.*/,,'`; \
- rm -f $(docdir)/$(figdir)/$$basefile; \
- done; \
- rmdir $(DESTDIR)$(docdir)/$(figdir); \
- fi
- -for file in $(xml_files); do \
- rm -f $(DESTDIR)$(docdir)/$$file; \
- done
- -rmdir $(DESTDIR)$(docdir)
-
+++ /dev/null
-EXTRA_DIST=terminatorX-app.png\
- terminatorX-mime.png\
- terminatorX.mime\
- tx-gnome-install\
- tx-gnome-uninstall\
- terminatorX.desktop\
- README.GNOME
-
-if GNOMEpresent
-gnomedir=@gnomedatadir@
-gnomeappdir=$(gnomedir)/gnome/apps/Multimedia
-gnomeapp_DATA=terminatorX.desktop
-
-mimetypedir=$(gnomedir)/mime-info
-mimetype_DATA=terminatorX.keys terminatorX.mime
-
-pixmapdir=$(gnomedir)/pixmaps
-pixmap_DATA=terminatorX-app.png terminatorX-mime.png
-
-endif
-
-
+++ /dev/null
-terminatorX - README.GNOME
---------------------------
-
-Ok, just some words about the gnome-support directory. For GNOME-Drag And Drop
-support see the main README.
-
-If you want to install the ".tX"-set mimetype and the icons take a look at the
-tx-gnome-install script. The paths should work for RedHat systems, for other
-distributions you might have to adjust the paths (and maybe the mime-files).
-Then run the script as root and open a directory with gmc that contains .tX
-files.
-
-If the installation was successful the tX-set files should have a well known
-turntable as their icon and a double click on that should result in terminatorX
-opening that set. Installation can be undone with tx-gnome-uninstall.
-
-Doubleclicking on tX-set files will work only when terminatorX is installed
-somewhere in your PATH.
+++ /dev/null
-/* XPM */
-static char * tX_icon_xpm[] = {
-"48 48 101 2",
-" c None",
-". c #2A1D26",
-"+ c #848281",
-"@ c #625F5D",
-"# c #BFBEBD",
-"$ c #544F4D",
-"% c #AEAEAC",
-"& c #484447",
-"* c #A5A3A1",
-"= c #483C43",
-"- c #7A7877",
-"; c #908F8D",
-"> c #41343D",
-", c #E0E1DD",
-"' c #746060",
-") c #3A2E39",
-"! c #9E9183",
-"~ c #705151",
-"{ c #DDDAD5",
-"] c #756663",
-"^ c #9B8283",
-"/ c #917C73",
-"( c #322A32",
-"_ c #604E51",
-": c #DED6CC",
-"< c #D6BA8A",
-"[ c #614748",
-"} c #6A6662",
-"| c #A29786",
-"1 c #D6CCC4",
-"2 c #322632",
-"3 c #BEB29A",
-"4 c #B29B86",
-"5 c #847865",
-"6 c #968471",
-"7 c #7F6967",
-"8 c #BAA282",
-"9 c #62544C",
-"0 c #56363B",
-"a c #AA9B95",
-"b c #D1CEC5",
-"c c #3A2235",
-"d c #5B3D3D",
-"e c #58484E",
-"f c #31222D",
-"g c #ABAAA6",
-"h c #9C9693",
-"i c #BABAB9",
-"j c #76726E",
-"k c #D2CAC4",
-"l c #959694",
-"m c #A69B92",
-"n c #49333B",
-"o c #877B6C",
-"p c #828682",
-"q c #80715F",
-"r c #83615E",
-"s c #6E605C",
-"t c #5A5A58",
-"u c #6A5759",
-"v c #F6F6F2",
-"w c #B2A39A",
-"x c #AC928A",
-"y c #9C9B98",
-"z c #503C42",
-"A c #C5B7A2",
-"B c #7E7E7C",
-"C c #B8AEA0",
-"D c #625A59",
-"E c #6C6C6B",
-"F c #362231",
-"G c #948882",
-"H c #877C79",
-"I c #422E37",
-"J c #9E9191",
-"K c #6A5F5F",
-"L c #96908C",
-"M c #B5B4B1",
-"N c #CAC2B7",
-"O c #ABA59D",
-"P c #7C5656",
-"Q c #8E8276",
-"R c #83716D",
-"S c #715856",
-"T c #504449",
-"U c #5A5053",
-"V c #888888",
-"W c #C2C2C2",
-"X c #C2B8B6",
-"Y c #311E28",
-"Z c #B7A8A0",
-"` c #9C8985",
-" . c #3E2A32",
-".. c #372632",
-"+. c #7E605E",
-"@. c #6A4E50",
-"#. c #6A4A46",
-"$. c #786B6A",
-"%. c #625457",
-"&. c #A29C98",
-"*. c #8E8784",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" y * ",
-" # Z Z { ",
-" N / | , W y ",
-" p ; V x Z 1 : Z $.y ",
-" E - + B j E } K S ` w 8 b m $.$.l ",
-" - - H D > = & = & = > ) ) ) > > = $ u K T u x r / a X | K j ",
-" J G a Z ! ' u 9 = .2 ( f f f f f f 2 2 2 2 ) e R V %.T > @./ x 6 J J z U + ",
-" ` 7 C b X _ n ..F f f f Y Y Y f f f 2 f K %.*.*.J *.%.....f z z e > j ` K K ; ",
-" w 7 s 7 S 0 F F Y f Y f Y Y f Y f F .%.G y # - U > 2 F 2 f ..f . .T J m s } + ",
-" k R #.[ [ Y Y Y Y . Y Y . . .> = s a &.J + = 2 2 2 F Y F F .c .[ $ $.O K e E ",
-" 1 / @.~ d Y Y Y . Y Y Y Y Y ' J * ` V R & c . F F c F c F ..n [ ..e _ H *.%.T e - ",
-" Q @.P ~ Y Y . Y . Y c c $.*.H &.@ = 2 f f . f f c F c F ..z +.e > = _ U %.U z $ - ",
-" L ~ r R .Y .[ / ] w X W *.} ) Y f f f f f f c c F c I U S +.u U u = e %.%.e T s - ",
-" 6 ' +.r P I q 5 a L g - u F Y f f . f . . f c c c > $.R / ^ 5 7 / 3 U 7 Q H 7 o | ` &. ",
-" ' S P P S e ..U j = ..F Y . f . f f . Y . c u ^ ' k l ; V G L ; M a C M h L L ! h *.g ",
-" q [ ~ d 0 #.z I ..Y Y Y F Y f . . Y f c I ' ; J ' { V E E } E } ; N # { + j j ; - 9 t ",
-" o 9 _ d d I d @.S D _ = ....c c c ..n u ` h V a U a * V V ; + - B % y , y E E ; @ $ T & ",
-" S +.! R d 0 #.R / / ` L h J J x * a J a j B h $ P h % M M i M M g G g % y l G 9 & & & ",
-" q d 6 7 7 7 u R ^ ^ ^ ^ ` ` J ` ^ Z L l V y J U T $.y M i M i # M *.9 H % % % $ = > = ",
-" H [ C N { 1 S $.R H G H 7 7 R 7 ^ &.l V ; l w m 4 u ; i W W W W W &.E 5 &.{ % & = e ",
-" G u Z X * H %.D %.%.u e z z z 7 l ; - - - V L l Q > / % W W W # # % o K M v + = $ ",
-" w ' z z = n n n I ) n > > I ) R h J - - - ; H - j $ K L M # W # # i ! $.*.| 9 u j ",
-" * K I . .n > ) I I ) I I .n I e l + - - l q $ e K H L M W # # W W % Q t t t %. ",
-" [ > I . .I ) I I I I n z u s $.y l l ; y q t 4 * W W W W W i ! s ",
-" $.n I n I z 0 _ 7 V H y % M g * q $ h i W W W W W % 5 ",
-" L 0 n 0 0 %. * i i M % 5 $ ! * W W W W # i *. ",
-" [ [ e e _ * # i # % q $ A # % % % % * g &.$. ",
-" K Y . ( * W # i % H $ o Z k , * V ; ; V ; y | ",
-" * M % M % 6 $ Q % b b M E } E E j - M * ",
-" &.% g g * 5 $ < l p { y | p V ; B B j V N ",
-" &.* % g g 5 $ A p p L Q 6 p j } E @ } E W + ",
-" * M # i g ; $ 8 h @ E E ! q | } t t t @ t ; O ",
-" y % M i &.m $ m p E E j ; ! O - E E } @ @ B { O ",
-" m *.B B H 6 t | O g O g 3 M ] ; * O g g O O N y ",
-" @ @ @ @ t ",
-" ",
-" ",
-" ",
-" "};
+++ /dev/null
-/* XPM */
-static char * technics_xpm[] = {
-"48 48 766 2",
-" c None",
-". c #AFA3A1",
-"+ c #9D9894",
-"@ c #99938E",
-"# c #A38D94",
-"$ c #A9A099",
-"% c #8A756F",
-"& c #B7A29E",
-"* c #BFACA2",
-"= c #DBD4BF",
-"- c #9D9790",
-"; c #625E5D",
-"> c #6F6865",
-", c #565856",
-"' c #525351",
-") c #646463",
-"! c #656160",
-"~ c #706A67",
-"{ c #746864",
-"] c #9A7A78",
-"^ c #BFAA9E",
-"/ c #C8B3AB",
-"( c #DFD5CD",
-"_ c #AD9F8F",
-": c #736768",
-"< c #746E6D",
-"[ c #504E53",
-"} c #3F3741",
-"| c #3B313E",
-"1 c #3A303E",
-"2 c #3B2E40",
-"3 c #3E3440",
-"4 c #453B46",
-"5 c #50454D",
-"6 c #5D5456",
-"7 c #665F60",
-"8 c #6A5F63",
-"9 c #6B6263",
-"0 c #574D51",
-"a c #5F4D57",
-"b c #9F898B",
-"c c #977C75",
-"d c #A78F80",
-"e c #B1A5A0",
-"f c #ADA4A0",
-"g c #83726E",
-"h c #716464",
-"i c #777775",
-"j c #625957",
-"k c #6B615F",
-"l c #7E7473",
-"m c #6B625F",
-"n c #7D7068",
-"o c #71605B",
-"p c #5C4D4F",
-"q c #4C3D42",
-"r c #372C34",
-"s c #362A31",
-"t c #332831",
-"u c #332432",
-"v c #332430",
-"w c #322732",
-"x c #342733",
-"y c #332534",
-"z c #332736",
-"A c #332837",
-"B c #312535",
-"C c #352836",
-"D c #352935",
-"E c #382B3A",
-"F c #584A56",
-"G c #6E666B",
-"H c #534951",
-"I c #58464D",
-"J c #53424C",
-"K c #937669",
-"L c #97776D",
-"M c #A2867D",
-"N c #9D8880",
-"O c #D4CBC0",
-"P c #A69892",
-"Q c #4C3942",
-"R c #5D5254",
-"S c #706F6F",
-"T c #C2ADAA",
-"U c #72605E",
-"V c #D3CABB",
-"W c #EAE9DA",
-"X c #E2E5CC",
-"Y c #736260",
-"Z c #5A4347",
-"` c #422F34",
-" . c #34252C",
-".. c #32242B",
-"+. c #31232B",
-"@. c #311F2C",
-"#. c #2F202C",
-"$. c #2E1D2B",
-"%. c #31212D",
-"&. c #33242F",
-"*. c #31232F",
-"=. c #322534",
-"-. c #342732",
-";. c #392B36",
-">. c #342834",
-",. c #615159",
-"'. c #7D7179",
-"). c #B3ABAB",
-"!. c #B7B1B1",
-"~. c #82787D",
-"{. c #3C2E39",
-"]. c #352834",
-"^. c #29202D",
-"/. c #746561",
-"(. c #75615F",
-"_. c #816D66",
-":. c #4D3E42",
-"<. c #B1ACA3",
-"[. c #756065",
-"}. c #594E51",
-"|. c #6C605E",
-"1. c #CFC1C3",
-"2. c #71585B",
-"3. c #78635F",
-"4. c #9A8E8D",
-"5. c #786263",
-"6. c #56383C",
-"7. c #351F26",
-"8. c #342027",
-"9. c #331E28",
-"0. c #322029",
-"a. c #311E26",
-"b. c #342229",
-"c. c #321E28",
-"d. c #311D29",
-"e. c #332029",
-"f. c #2F1F29",
-"g. c #30212A",
-"h. c #32202D",
-"i. c #35232D",
-"j. c #3A2631",
-"k. c #9E9798",
-"l. c #A49A9B",
-"m. c #C7C2C2",
-"n. c #928A8C",
-"o. c #7F767D",
-"p. c #3B3540",
-"q. c #322331",
-"r. c #352533",
-"s. c #342433",
-"t. c #342330",
-"u. c #322330",
-"v. c #281D2B",
-"w. c #2C1E2B",
-"x. c #2A1C2A",
-"y. c #433439",
-"z. c #BBB4AE",
-"A. c #8F7F7C",
-"B. c #685F5D",
-"C. c #716C6B",
-"D. c #B4B0AF",
-"E. c #6C5558",
-"F. c #644B52",
-"G. c #654950",
-"H. c #674643",
-"I. c #3D272C",
-"J. c #321E26",
-"K. c #322027",
-"L. c #2F1E25",
-"M. c #311E27",
-"N. c #2F1D22",
-"O. c #301D24",
-"P. c #2F1B24",
-"Q. c #2F1D26",
-"R. c #2E1E26",
-"S. c #33202C",
-"T. c #33222B",
-"U. c #46363C",
-"V. c #8E8084",
-"W. c #A19798",
-"X. c #B4ACAE",
-"Y. c #8E8B8D",
-"Z. c #868284",
-"`. c #3C313B",
-" + c #342735",
-".+ c #342634",
-"++ c #322231",
-"@+ c #312131",
-"#+ c #322134",
-"$+ c #452A35",
-"%+ c #2E1D27",
-"&+ c #301D25",
-"*+ c #5B4646",
-"=+ c #554950",
-"-+ c #695F63",
-";+ c #C8C0BB",
-">+ c #665D5D",
-",+ c #5F545B",
-"'+ c #7A7477",
-")+ c #7E6F6B",
-"!+ c #694E54",
-"~+ c #6F494B",
-"{+ c #634542",
-"]+ c #331D26",
-"^+ c #311B21",
-"/+ c #301C22",
-"(+ c #2D1920",
-"_+ c #311E25",
-":+ c #2F1D27",
-"<+ c #342029",
-"[+ c #311B28",
-"}+ c #331E27",
-"|+ c #59494E",
-"1+ c #8F8283",
-"2+ c #837578",
-"3+ c #99918F",
-"4+ c #908989",
-"5+ c #B5B0B0",
-"6+ c #6A6165",
-"7+ c #362A35",
-"8+ c #30212F",
-"9+ c #332533",
-"0+ c #342534",
-"a+ c #372338",
-"b+ c #362234",
-"c+ c #352437",
-"d+ c #342133",
-"e+ c #322237",
-"f+ c #49333A",
-"g+ c #533239",
-"h+ c #37272E",
-"i+ c #645757",
-"j+ c #615258",
-"k+ c #918588",
-"l+ c #A7A091",
-"m+ c #5B4C50",
-"n+ c #4E4149",
-"o+ c #5E5459",
-"p+ c #797878",
-"q+ c #8F827E",
-"r+ c #644B50",
-"s+ c #7F595B",
-"t+ c #5F4548",
-"u+ c #331F25",
-"v+ c #321D23",
-"w+ c #2E1A23",
-"x+ c #311B24",
-"y+ c #301B22",
-"z+ c #2F1C27",
-"A+ c #32212B",
-"B+ c #331C2A",
-"C+ c #503A43",
-"D+ c #877B7F",
-"E+ c #91878B",
-"F+ c #CDC4C4",
-"G+ c #827C7D",
-"H+ c #645F61",
-"I+ c #312633",
-"J+ c #2F242F",
-"K+ c #2C1E2D",
-"L+ c #2F212F",
-"M+ c #312032",
-"N+ c #311F35",
-"O+ c #372336",
-"P+ c #362236",
-"Q+ c #372239",
-"R+ c #352136",
-"S+ c #362538",
-"T+ c #544347",
-"U+ c #7E6060",
-"V+ c #453237",
-"W+ c #3C3037",
-"X+ c #564752",
-"Y+ c #665C64",
-"Z+ c #675B5E",
-"`+ c #615455",
-" @ c #574A50",
-".@ c #4C4148",
-"+@ c #60585B",
-"@@ c #6F736F",
-"#@ c #9C958C",
-"$@ c #674A4D",
-"%@ c #876663",
-"&@ c #7F6867",
-"*@ c #38232C",
-"=@ c #331D24",
-"-@ c #331F26",
-";@ c #362127",
-">@ c #533F44",
-",@ c #5B4B4F",
-"'@ c #6E5E63",
-")@ c #93868C",
-"!@ c #C7C0BF",
-"~@ c #B1ACAB",
-"{@ c #888082",
-"]@ c #4E474F",
-"^@ c #322530",
-"/@ c #2E222C",
-"(@ c #2E1F2C",
-"_@ c #2C202B",
-":@ c #2F222E",
-"<@ c #301F2F",
-"[@ c #322232",
-"}@ c #352035",
-"|@ c #382137",
-"1@ c #382238",
-"2@ c #3B243B",
-"3@ c #443349",
-"4@ c #624E4D",
-"5@ c #7A5C59",
-"6@ c #6A5C5E",
-"7@ c #4C3B42",
-"8@ c #4A3948",
-"9@ c #443645",
-"0@ c #5A4C54",
-"a@ c #5C5050",
-"b@ c #4F4147",
-"c@ c #4D454E",
-"d@ c #685B61",
-"e@ c #8A7E75",
-"f@ c #634F51",
-"g@ c #8B6A60",
-"h@ c #8B6867",
-"i@ c #5F5150",
-"j@ c #352027",
-"k@ c #715B5F",
-"l@ c #9E9395",
-"m@ c #D2CFCB",
-"n@ c #716364",
-"o@ c #C8C9C8",
-"p@ c #BBB5B5",
-"q@ c #8F8989",
-"r@ c #372931",
-"s@ c #2F222C",
-"t@ c #2F212B",
-"u@ c #2E212C",
-"v@ c #2E1F2A",
-"w@ c #301F2C",
-"x@ c #362132",
-"y@ c #3A243B",
-"z@ c #392337",
-"A@ c #372137",
-"B@ c #3B2439",
-"C@ c #5A4A5F",
-"D@ c #645761",
-"E@ c #8D7271",
-"F@ c #7F5F5E",
-"G@ c #5F4F51",
-"H@ c #5C4E51",
-"I@ c #ADA6A4",
-"J@ c #584950",
-"K@ c #594E54",
-"L@ c #756866",
-"M@ c #6A5C5F",
-"N@ c #5C5154",
-"O@ c #5C4F52",
-"P@ c #7C6F6A",
-"Q@ c #716D6E",
-"R@ c #76635B",
-"S@ c #775F5A",
-"T@ c #7E5853",
-"U@ c #81645E",
-"V@ c #5B4747",
-"W@ c #685E60",
-"X@ c #3D2B30",
-"Y@ c #695E62",
-"Z@ c #C4C2C1",
-"`@ c #665C60",
-" # c #35262E",
-".# c #31212A",
-"+# c #301F2A",
-"@# c #30212C",
-"## c #2E1D28",
-"$# c #2F1F2A",
-"%# c #30212D",
-"&# c #2E1C28",
-"*# c #2C1B29",
-"=# c #2F1F2C",
-"-# c #372033",
-";# c #3B2239",
-"># c #392239",
-",# c #41263B",
-"'# c #5E4A56",
-")# c #66545C",
-"!# c #8B756B",
-"~# c #7A5A5F",
-"{# c #796356",
-"]# c #5B4D53",
-"^# c #5E5257",
-"/# c #B3B0AC",
-"(# c #4A3B3D",
-"_# c #514349",
-":# c #756B6C",
-"<# c #7B6D6A",
-"[# c #5D4F4F",
-"}# c #958A8C",
-"|# c #C8BBB6",
-"1# c #675658",
-"2# c #6D6A6E",
-"3# c #796662",
-"4# c #624847",
-"5# c #765750",
-"6# c #644340",
-"7# c #644342",
-"8# c #65504A",
-"9# c #3D292D",
-"0# c #33212A",
-"a# c #33242B",
-"b# c #30202A",
-"c# c #321F2A",
-"d# c #312029",
-"e# c #301F29",
-"f# c #2E1E28",
-"g# c #302229",
-"h# c #2E1A25",
-"i# c #301D28",
-"j# c #2E1E2B",
-"k# c #331F2F",
-"l# c #392035",
-"m# c #462D40",
-"n# c #5C485A",
-"o# c #5D4E5C",
-"p# c #70575D",
-"q# c #A68A87",
-"r# c #704E56",
-"s# c #775C5C",
-"t# c #5D4C55",
-"u# c #5B4C51",
-"v# c #564C4F",
-"w# c #594B4C",
-"x# c #31262D",
-"y# c #544647",
-"z# c #584C4B",
-"A# c #584C4E",
-"B# c #5C4C4E",
-"C# c #655555",
-"D# c #6D5F60",
-"E# c #705B5E",
-"F# c #615158",
-"G# c #606263",
-"H# c #8E847D",
-"I# c #624841",
-"J# c #604649",
-"K# c #593F3D",
-"L# c #553937",
-"M# c #4A2D2F",
-"N# c #604643",
-"O# c #6F5756",
-"P# c #574745",
-"Q# c #311E29",
-"R# c #32222A",
-"S# c #33202B",
-"T# c #34202B",
-"U# c #2F1D2A",
-"V# c #301F2B",
-"W# c #35242F",
-"X# c #59444D",
-"Y# c #5D4851",
-"Z# c #634F56",
-"`# c #7C6866",
-" $ c #6D5D5A",
-".$ c #61474C",
-"+$ c #5C3E44",
-"@$ c #C6B7A9",
-"#$ c #63494C",
-"$$ c #5D4B53",
-"%$ c #574853",
-"&$ c #55484D",
-"*$ c #574B4C",
-"=$ c #3F3234",
-"-$ c #221825",
-";$ c #564D48",
-">$ c #504545",
-",$ c #78635B",
-"'$ c #745F56",
-")$ c #78625D",
-"!$ c #85786C",
-"~$ c #847971",
-"{$ c #5A4B4B",
-"]$ c #584B4F",
-"^$ c #8A847D",
-"/$ c #644F47",
-"($ c #795F5D",
-"_$ c #7B6C68",
-":$ c #7F6761",
-"<$ c #5B3B37",
-"[$ c #532C30",
-"}$ c #674544",
-"|$ c #846B65",
-"1$ c #A2918F",
-"2$ c #9B8D8A",
-"3$ c #91807F",
-"4$ c #857678",
-"5$ c #7E6E6F",
-"6$ c #776467",
-"7$ c #745F66",
-"8$ c #7A656A",
-"9$ c #837472",
-"0$ c #968288",
-"a$ c #9F9695",
-"b$ c #AA999B",
-"c$ c #B5A39F",
-"d$ c #877273",
-"e$ c #5D3F40",
-"f$ c #56323C",
-"g$ c #5F3E47",
-"h$ c #BDACA3",
-"i$ c #887175",
-"j$ c #5E4E55",
-"k$ c #645655",
-"l$ c #71635E",
-"m$ c #685850",
-"n$ c #2E2028",
-"o$ c #362B30",
-"p$ c #504544",
-"q$ c #4D4141",
-"r$ c #4D3F41",
-"s$ c #504143",
-"t$ c #534747",
-"u$ c #534848",
-"v$ c #56494A",
-"w$ c #594C4F",
-"x$ c #5B484C",
-"y$ c #2C2B2C",
-"z$ c #766662",
-"A$ c #664B4A",
-"B$ c #907B70",
-"C$ c #84756D",
-"D$ c #674A48",
-"E$ c #5E4743",
-"F$ c #6F594F",
-"G$ c #8F8080",
-"H$ c #A38F8F",
-"I$ c #95787E",
-"J$ c #95787C",
-"K$ c #947F83",
-"L$ c #9F9490",
-"M$ c #A59596",
-"N$ c #A69499",
-"O$ c #AB9695",
-"P$ c #A69392",
-"Q$ c #A18C89",
-"R$ c #9A8887",
-"S$ c #9A8384",
-"T$ c #A59798",
-"U$ c #978585",
-"V$ c #674C51",
-"W$ c #573F48",
-"X$ c #58444E",
-"Y$ c #7B696B",
-"Z$ c #837676",
-"`$ c #5A4B4F",
-" % c #554B50",
-".% c #574748",
-"+% c #504244",
-"@% c #4E3D43",
-"#% c #4F4041",
-"$% c #504046",
-"%% c #534547",
-"&% c #504140",
-"*% c #4C3F40",
-"=% c #493C3D",
-"-% c #473C3D",
-";% c #453940",
-">% c #44383F",
-",% c #453642",
-"'% c #2A2928",
-")% c #8A7D76",
-"!% c #553E3F",
-"~% c #988678",
-"{% c #AB978F",
-"]% c #CCC0BC",
-"^% c #C0B5B0",
-"/% c #584544",
-"(% c #5E4946",
-"_% c #645658",
-":% c #877374",
-"<% c #9E8A84",
-"[% c #9B8D8B",
-"}% c #8D7B7E",
-"|% c #8F7C7E",
-"1% c #918487",
-"2% c #938282",
-"3% c #948080",
-"4% c #8D8280",
-"5% c #897A7C",
-"6% c #7D6F71",
-"7% c #5F5158",
-"8% c #52444D",
-"9% c #513F4C",
-"0% c #4B3C47",
-"a% c #483946",
-"b% c #483745",
-"c% c #493A45",
-"d% c #4D3C3F",
-"e% c #4B3E40",
-"f% c #44373B",
-"g% c #40343B",
-"h% c #3E3337",
-"i% c #3E3137",
-"j% c #3B2D33",
-"k% c #382B34",
-"l% c #372D34",
-"m% c #382D36",
-"n% c #3D303E",
-"o% c #40313F",
-"p% c #4A3844",
-"q% c #A7A59C",
-"r% c #5E4444",
-"s% c #DDD5CC",
-"t% c #EDEFE0",
-"u% c #E8E8E0",
-"v% c #D4D2CD",
-"w% c #604D4A",
-"x% c #8F8481",
-"y% c #8F7F7D",
-"z% c #796C68",
-"A% c #7C6E6E",
-"B% c #665657",
-"C% c #5B4C4C",
-"D% c #58494B",
-"E% c #56444C",
-"F% c #564548",
-"G% c #4F3F47",
-"H% c #4A3B40",
-"I% c #463742",
-"J% c #41333C",
-"K% c #453141",
-"L% c #41333E",
-"M% c #3F313C",
-"N% c #3F313D",
-"O% c #41333D",
-"P% c #3E303C",
-"Q% c #3D2F3B",
-"R% c #3E3138",
-"S% c #3C2F37",
-"T% c #3C2E35",
-"U% c #3D3138",
-"V% c #3D2F37",
-"W% c #3C2F33",
-"X% c #3B2F36",
-"Y% c #3A2E37",
-"Z% c #3C2F36",
-"`% c #3D313A",
-" & c #3C303A",
-".& c #3D2F3C",
-"+& c #41363C",
-"@& c #5E5156",
-"#& c #7C7772",
-"$& c #9A978D",
-"%& c #6B5858",
-"&& c #654D4D",
-"*& c #604C4C",
-"=& c #4E3E3F",
-"-& c #4A373A",
-";& c #4D393B",
-">& c #4C3A3E",
-",& c #49373C",
-"'& c #47363E",
-")& c #44323D",
-"!& c #47343C",
-"~& c #45313E",
-"{& c #43313A",
-"]& c #40313C",
-"^& c #413139",
-"/& c #40323A",
-"(& c #3F303A",
-"_& c #3E2F39",
-":& c #403039",
-"<& c #3E2E39",
-"[& c #3E2D3A",
-"}& c #413140",
-"|& c #42323F",
-"1& c #3D303C",
-"2& c #3E313C",
-"3& c #41333A",
-"4& c #4C3C44",
-"5& c #64585D",
-"6& c #7A7572",
-"7& c #706A69",
-"8& c #6B6662",
-"9& c #79746E",
-"0& c #3D2D34",
-"a& c #605354",
-"b& c #5D4E47",
-"c& c #645156",
-"d& c #908C87",
-"e& c #706563",
-"f& c #402F2F",
-"g& c #3A2B2F",
-"h& c #3A2A30",
-"i& c #423038",
-"j& c #3E2E33",
-"k& c #402F36",
-"l& c #402F37",
-"m& c #423035",
-"n& c #412E37",
-"o& c #402E35",
-"p& c #422E35",
-"q& c #412D3A",
-"r& c #43303B",
-"s& c #413038",
-"t& c #413138",
-"u& c #412F3B",
-"v& c #3E303A",
-"w& c #40333D",
-"x& c #453541",
-"y& c #4E3F4B",
-"z& c #695D65",
-"A& c #7E7775",
-"B& c #88837E",
-"C& c #73716C",
-"D& c #6C6C67",
-"E& c #5F5759",
-"F& c #413443",
-"G& c #493D41",
-"H& c #52434C",
-"I& c #6C5C5C",
-"J& c #462F34",
-"K& c #402C2F",
-"L& c #3F2B31",
-"M& c #3F2B32",
-"N& c #412D33",
-"O& c #412C36",
-"P& c #3F2D35",
-"Q& c #402C37",
-"R& c #3E2A36",
-"S& c #412E3D",
-"T& c #453238",
-"U& c #46323E",
-"V& c #55444C",
-"W& c #6C5D61",
-"X& c #817777",
-"Y& c #7E7672",
-"Z& c #6D6966",
-"`& c #6D6C66",
-" * c #817976",
-".* c #4A3137",
-"+* c #452F33",
-"@* c #422D33",
-"#* c #422D36",
-"$* c #46313B",
-"%* c #46303A",
-"&* c #4A363B",
-"** c #59444B",
-"=* c #6F5F62",
-"-* c #837777",
-";* c #8B8582",
-">* c #807C76",
-",* c #716F68",
-"'* c #7B7B73",
-")* c #55333D",
-"!* c #4F3139",
-"~* c #4F313A",
-"{* c #513339",
-"]* c #604B51",
-"^* c #63625E",
-"/* c #767971",
-"(* c #71585D",
-"_* c #5F464B",
-":* c #624751",
-"<* c #705C5F",
-"[* c #6E5960",
-"}* c #31272A",
-"|* c #2F2226",
-"1* c #2A1D23",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" . + ",
-" @ # $ ",
-" % & * = - ; ",
-" > > , ' ) ! ~ > { ] ^ / ( _ : < ",
-" ) ) [ [ } | 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.`. +.+++@+#+y $+%+&+*+=+-+;+>+,+'+ ",
-" )+!+~+{+]+^+/+(+_+:+<+[+}+|+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@j 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#c#j#w@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#0#Q#d#R#S#T#U#b#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%g%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%`% &.&+&@&#& ",
-" $&%&&&*&=&-&;&(#>&,&'&y.)&!&~&{&]&^&/&(&_&:&<&[&M%}&|&1&2&3&4&5&6&7&8&9&0&a&b&c&d& ",
-" e&f&g&h&i&i&j&k&l&m&n&k&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&p&S&T&)&U&V&W&X&Y&Z&`& ",
-" *.*+*@*#*$*%*&***=*-*;*>*,* ",
-" '*)*!*~*{*]*^* ",
-" /*(*_*:*<*[* ",
-" Z&}*|*1*Z& ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" ",
-" "};
+++ /dev/null
-#!/bin/sh
-
-# Correct the following paths if necessary (should work for redhat)
-MIMEDIR=/usr/share/mime-info
-ICONDIR=/usr/share/pixmaps
-
-# You shouldn't have to edit these...
-ICONS="terminatorX-app.png terminatorX-mime.png"
-MIMEFILES="terminatorX.keys terminatorX.mime"
-
-echo -n "Installing icons in [$ICONDIR] ... "
-cp $ICONS $ICONDIR
-echo Done.
-
-echo -n "Installing mimetype in [$MIMEDIR] ... "
-cp $MIMEFILES $MIMEDIR
-echo Done.
-
+++ /dev/null
-#!/bin/sh
-
-# Correct the following paths if necessary (should work for redhat)
-MIMEDIR=/usr/share/mime-info
-ICONDIR=/usr/share/pixmaps
-
-# You shouldn't have to edit these...
-ICONS="terminatorX-app.png terminatorX-mime.png"
-MIMEFILES="terminatorX.keys terminatorX.mime"
-
-echo -n "Removing icons from [$ICONDIR] ... "
-pushd . > /dev/null
-cd $ICONDIR
-rm -f $ICONS
-echo Done.
-
-echo -n "Removing mimetype from [$MIMEDIR] ... "
-cd $MIMEDIR
-rm -f $MIMEFILES
-popd > /dev/null
-echo Done.
-
<?xml version='1.0'?>
-<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+ <!ENTITY version "3.90">
+ <!ENTITY date "2014-01-31">
+]>
<article id="index" lang="en">
<articleinfo>
+ <abstract role="description">terminatorX is a realtime audio synthesizer that allows you
+ to "scratch" on digitally sampled audio data (*.wav, *.au, *.ogg,
+ *.mp3, etc.) the way hiphop-DJs scratch on vinyl records.</abstract>
<title>terminatorX - Manual</title>
- <author><firstname>Alexander</firstname><surname>König</surname></author>
-
- <copyright><year>1999</year><year>2000</year><year>2001</year><year>2002</year><year>2003</year><year>2004</year><year>2005</year><year>2006</year>
- <holder role="mailto:alex@lisas.de">Alexander
- König</holder></copyright>
- <releaseinfo>Version 3.84</releaseinfo>
+ <author role="maintainer"><firstname>Alexander</firstname><surname>König</surname></author>
+
+ <copyright><year>1999</year><year>2000</year><year>2001</year><year>2002</year><year>2003</year><year>2004</year><year>2005</year><year>2006</year><year>2014</year>
+ <holder role="mailto:alex@lisas.de">Alexander König</holder></copyright>
+ <revhistory>
+ <revision>
+ <revnumber>terminatorX Manual &version;</revnumber>
+ <date>&date;</date>
+ </revision>
+ </revhistory>
+ <releaseinfo>Version &version;</releaseinfo>
<legalnotice id="legalnotice">
--- /dev/null
+include $(top_srcdir)/gnome-doc-utils.make
+dist-hook: doc-dist-hook
+
+DOC_MODULE = terminatorX-manual
+DOC_ENTITIES =
+DOC_INCLUDES =
+DOC_FIGURES = figures/signalflow.png
+
+DOC_LINGUAS =
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<omf>
+ <resource>
+ <subject category="Applications|Multimedia"/>
+ <type>manual</type>
+ <relation seriesid="9c4f02ba-fe53-11d6-810b-a240cc571a07"/>
+ <rights type="GNU FDL" license.version="1.1" holder="Alexander König"/>
+ </resource>
+</omf>
--- /dev/null
+themedir = $(datadir)/icons/hicolor
+size = 48x48
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ terminatorX-app.png\
+ terminatorX-mime.png
+
+EXTRA_DIST = \
+ $(icons_DATA)
GtkWidget *window;
GtkWidget *btn;
GtkWidget *box;
- GtkWidget *hbox;
GtkWidget *label;
GtkWidget *sep;
GtkWidget *text;
[Desktop Entry]
+Version=1.0
Exec=terminatorX
+Encoding=UTF-8
Name=terminatorX
GenericName=Virtual turntable
Comment=Versatile DJ scratching and mixing application.
MIMEDIR=$RPM_BUILD_ROOT%{_datadir}/mime-info
ICONDIR=$RPM_BUILD_ROOT%{_datadir}/pixmaps
-ICONS="gnome-support/terminatorX-app.png gnome-support/terminatorX-mime.png"
-MIMEFILES="gnome-support/terminatorX.keys gnome-support/terminatorX.mime"
+ICONS="icons/terminatorX-app.png icons/terminatorX-mime.png"
+MIMEFILES="icons/terminatorX.keys icons/terminatorX.mime"
mkdir -p $MIMEDIR
mkdir -p $ICONDIR