debian/0000755000000000000000000000000012176572622007200 5ustar debian/copyright0000644000000000000000000000237012176240656011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: terminatorX Upstream-Contact: Alexander König Source: http://www.terminatorx.org/download.html Files: * Copyright: 1999-2011 by Alexander König 2002 Arthur Peters 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald License: GPL-2+ Files: debian/* Copyright: 2012 Alessio Treglia 2002-2006 Mike Furr License: GPL-2+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: On Debian systems the full text of the GNU General Public License can be found in the `/usr/share/common-licenses/GPL-2' file. . You should have received a copy of the GNU General Public License along with this program. If not, see . debian/rules0000755000000000000000000000303212176556033010254 0ustar #!/usr/bin/make -f DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) CFLAGS += -g endif ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif ifeq (linux,$(DEB_HOST_ARCH_OS)) EXTRA_CONFIGURE := --enable-capabilities endif export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed %: dh $@ --parallel --with autoreconf override_dh_autoreconf: dh_autoreconf --as-needed override_dh_auto_configure: dh_auto_configure -- \ --enable-mpg123=/usr/bin/mpg321 \ $(EXTRA_CONFIGURE) \ gnomedatadir=/usr/share/ \ gnomepresent=yes find -name '*.xml' -exec perl -i -pe 's,http://www.oasis-open.org/docbook/xml/([^/]+)/docbookx.dtd,/usr/share/sgml/docbook/dtd/xml/\1/docbookx.dtd,' {} \; override_dh_auto_clean: dh_auto_clean rm -f src/license.c find -name '*.xml' -exec perl -i -pe 's,/usr/share/sgml/docbook/dtd/xml/([^/]+)/docbookx.dtd,http://www.oasis-open.org/docbook/xml/\1/docbookx.dtd,' {} \; override_dh_auto_install: dh_auto_install (cd gnome-support && \ cp terminatorX-app.xpm $(CURDIR)/debian/terminatorx/usr/share/pixmaps) override_dh_install: dh_install mv debian/terminatorx/usr/share/gnome/apps/Multimedia/terminatorX.desktop \ debian/terminatorx/usr/share/applications/ find debian/terminatorx -type d -empty -delete debian/gbp.conf0000644000000000000000000000006212176240656010614 0ustar [DEFAULT] pristine-tar = True compression = bzip2 debian/docs0000644000000000000000000000005312176240656010050 0ustar NEWS README README.PERFORMANCE TODO THANKS debian/postinst0000644000000000000000000000140112176240656011001 0ustar #!/bin/sh set -e action="$1" oldversion="$2" test -e /usr/share/debconf/confmodule && { . /usr/share/debconf/confmodule db_version 2.0 } umask 022 db_get terminatorx/suid_bin suid="$RET" if [ -x /usr/sbin/dpkg-statoverride ] ; then if ! dpkg-statoverride --list /usr/bin/terminatorX > /dev/null ; then if [ "$suid" = "false" ] ; then chmod 0755 /usr/bin/terminatorX elif [ "$suid" = "true" ] ; then chmod 4755 /usr/bin/terminatorX fi fi else if [ "$suid" = "false" ] ; then chmod 0755 /usr/bin/terminatorX elif [ "$suid" = "true" ] ; then chmod 4755 /usr/bin/terminatorX fi fi db_stop #DEBHELPER# debian/patches/0000755000000000000000000000000012176241477010630 5ustar debian/patches/24-missing_include.patch0000644000000000000000000000071412176240656015250 0ustar Description: Add missing #include statement. Author: Alessio Treglia Bug-Debian: http://bugs.debian.org/667082 Forwarded: alex@lisas.de --- src/tX_mouse.h | 1 + 1 file changed, 1 insertion(+) --- terminatorx.orig/src/tX_mouse.h +++ terminatorx/src/tX_mouse.h @@ -36,6 +36,7 @@ #include #include #include +#include /* Use old gdk keys if the new ones are not yet defined */ debian/patches/17_cleanup_desktop_file.patch0000644000000000000000000000137312176240656016341 0ustar Author: Alessio Treglia Description: Remove .png extension from icon filename Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564025 --- gnome-support/terminatorX.desktop | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- terminatorx.orig/gnome-support/terminatorX.desktop +++ terminatorx/gnome-support/terminatorX.desktop @@ -1,10 +1,10 @@ [Desktop Entry] Exec=terminatorX Name=terminatorX -GenericName=Virtual turntable -Comment=Versatile DJ scratching and mixing application. +GenericName=Virtual Turntable +Comment=Scratch and mix audio Terminal=false Type=Application -Icon=terminatorX-app.png -Categories=Application;AudioVideo; +Icon=terminatorX-app +Categories=AudioVideo; StartupNotify=true debian/patches/22_manual.patch0000644000000000000000000000205212176240656013426 0ustar --- doc/terminatorX-manual/C/terminatorX-manual-C.omf.out | 27 ++++++++++++++++++ 1 file changed, 27 insertions(+) --- /dev/null +++ terminatorx/doc/terminatorX-manual/C/terminatorX-manual-C.omf.out @@ -0,0 +1,27 @@ + + + + + alex@lisas.de (Alexander König) + + + terminatorX Manual + + + 2002-11-22 + + + + + This is the manual for terminatorX + + + manual + + + + + + + + debian/patches/series0000644000000000000000000000032412176241100012023 0ustar 05_endian_h.patch 15_icon_xpm.patch 16_loose_spelling_fix.patch 17_cleanup_desktop_file.patch 20_fix_ftbfs_on_kfreebsd.patch 22_manual.patch 23_new_zlib.patch 24-missing_include.patch 25-libdl_underlinkage.patch debian/patches/15_icon_xpm.patch0000644000000000000000000001123312176240656013770 0ustar Author: Mike Furr Description: Provide XPM icon file. --- gnome-support/terminatorX-app.xpm | 165 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 165 insertions(+) --- /dev/null +++ terminatorx/gnome-support/terminatorX-app.xpm @@ -0,0 +1,165 @@ +/* XPM */ +static char *terminatorX-app[] = { +/* columns rows colors chars-per-pixel */ +"32 32 127 2", +" c #000000", +". c #010101", +"X c #020202", +"o c #030303", +"O c #040404", +"+ c #050505", +"@ c #060606", +"# c #070707", +"$ c #080808", +"% c #090909", +"& c #0A0A0A", +"* c #0B0B0B", +"= c #0C0C0C", +"- c #0D0D0D", +"; c #0E0E0E", +": c #0F0F0F", +"> c #101010", +", c #111111", +"< c #121212", +"1 c #131313", +"2 c #141414", +"3 c #151515", +"4 c #161616", +"5 c #171717", +"6 c #181818", +"7 c #191919", +"8 c #1A1A1A", +"9 c #1B1B1B", +"0 c #1C1C1C", +"q c #1D1D1D", +"w c #1E1E1E", +"e c #1F1F1F", +"r c #202020", +"t c #212121", +"y c #232323", +"u c #242424", +"i c #252525", +"p c #262626", +"a c #272727", +"s c #282828", +"d c #292929", +"f c #2A2A2A", +"g c #2B2B2B", +"h c #2C2C2C", +"j c #2D2D2D", +"k c #2E2E2E", +"l c #2F2F2F", +"z c #303030", +"x c #323232", +"c c #343434", +"v c #353535", +"b c #363636", +"n c #383838", +"m c #3A3A3A", +"M c #3B3B3B", +"N c #3D3D3D", +"B c #3F3F3F", +"V c #414141", +"C c #434343", +"Z c #444444", +"A c #454545", +"S c #4C4C4C", +"D c #4E4E4E", +"F c #545454", +"G c #555555", +"H c #585858", +"J c #5C5C5C", +"K c #5D5D5D", +"L c #5E5E5E", +"P c #616161", +"I c #616262", +"U c #626262", +"Y c #656565", +"T c #6B6B6B", +"R c #717171", +"E c #727272", +"W c #737373", +"Q c #747474", +"! c #797979", +"~ c #7B7C7C", +"^ c #919090", +"/ c #939393", +"( c #9C9C9C", +") c #9E9E9E", +"_ c #A1A1A1", +"` c #A5A5A5", +"' c #A6A6A6", +"] c #ABABAB", +"[ c #AEAEAE", +"{ c #B2B2B2", +"} c #B5B5B5", +"| c #BCBCBB", +" . c #C3C3C3", +".. c #C5C5C5", +"X. c #C7C7C7", +"o. c #C8C8C8", +"O. c #CBCBCB", +"+. c #CCCCCC", +"@. c #D0D0D0", +"#. c #D2D2D2", +"$. c #D8D8D9", +"%. c #DADADA", +"&. c #DDDEDE", +"*. c #E1E0E1", +"=. c #E1E1E1", +"-. c #E4E4E4", +";. c #E6E6E6", +":. c #E8E8E8", +">. c #E8E8E9", +",. c #EBE9ED", +"<. c #ECEBEC", +"1. c #ECECEC", +"2. c #EFEFF1", +"3. c #F1F0F0", +"4. c #F1F0F1", +"5. c #F1F1F3", +"6. c #F5F4F5", +"7. c #F6F6F6", +"8. c #F6F6F7", +"9. c #F8F7F9", +"0. c #F8F8F8", +"q. c #FAF9F9", +"w. c #FBFBFB", +"e. c #FDFDFD", +"r. c #FEFEFE", +"t. c gray100", +"y. c None", +/* pixels */ +"y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.", +"y.y.y.y.y.y.y.y.y.y.y.y. O O O O y.y.y.y.y.y.y.y.y.y.y.y.y.", +"y.y.y.y.y.y.y.y.y.> > 5 > 5 * : > > > : y.y.y.y.y.y.y.y.y.y.", +"y.y.y.y.y.y.y.: x l 5 * O O O * : * y.y.y.y.y.y.y.y.", +"y.y.y.y.y.y.f U B y 2 * O O * : y.y.y.y.y.y.", +"y.y.y.y.y.y.G G B i > * O o * O y.y.y.y.y.y.", +"y.y.y.y.l J T G n f 8 * o O O y.y.y.y.", +"y.y.y.y.Q R U D V l > * * O y.y.y.y.", +"y.y.y.l G J D D B q > * * y.y.y.", +"y.y.* x Z V Z Z f q 5 * O O y.y.", +"y.y.q l x l c f q 8 5 * * q i 5 * y.y.", +"y.y.f q q q q > > 5 : i ~ | O.[ U 8 * O y.y.", +"y.y.5 > : : * * * * t ) 3.e.e.e.-.R > O O y.y.", +"y.y.> * O O O O U :.q.6.8.e.$.' n O O y.", +"y.O > O O : / 3.3.&...$.} @.J O y.", +"y.O > * / 5.,.*.{ ' @.-.U O O O y.", +"y.y.> U :.q.<.[ o.q.X.n O O o y.", +"y.y.: t _ <.o.O.q.*.E 5 * # O O O O y.", +"y.y.5 O l ! ) ..[ U 0 1 8 > : = # O o O y.", +"y.y.8 : : i l t * : i f a y 2 * # $ * y.y.", +"y.y.* : O > r z V x 9 1 * : # y.y.", +"y.y.y.* * O * 8 c M g t 8 1 : y.y.", +"y.y.y. : O o * 5 i y i i q 8 O y.y.", +"y.y.y.y.O : O : 1 9 q i q * y.y.y.", +"y.y.y.y. O O * : > q q * y.y.y.y.", +"y.y.y.y.y. * * * > 5 O y.y.y.y.", +"y.y.y.y.y.y. * O * O * * O y.y.y.y.y.y.", +"y.y.y.y.y.y.y. * O * O O O * O y.y.y.y.y.y.y.", +"y.y.y.y.y.y.y.y.y. O y.y.y.y.y.y.y.y.", +"y.y.y.y.y.y.y.y.y.y. y.y.y.y.y.y.y.y.y.y.", +"y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.", +"y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y.y." +}; debian/patches/23_new_zlib.patch0000644000000000000000000000103312176240656013761 0ustar Description: Fix FTBFS errors with newer zlib. Author: Mònica Ramírez Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663053 Forwarded: no --- src/tX_midiin.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- terminatorx.orig/src/tX_midiin.cc +++ terminatorx/src/tX_midiin.cc @@ -447,7 +447,7 @@ gboolean tX_midiin::midi_learn_destroy(G void tX_midiin::store_connections(FILE *rc, char *indent) { - gzFile *rz=NULL; + gzFile rz=NULL; tX_store("%s\n", indent); debian/patches/16_loose_spelling_fix.patch0000644000000000000000000000224412176240656016043 0ustar Origin: Ubuntu Description: Fix two instances of 'loose' to 'lose'. Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=389412 Bug-Ubuntu: https://launchpad.net/bugs/61952 --- src/tX_mastergui.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- terminatorx.orig/src/tX_mastergui.cc +++ terminatorx/src/tX_mastergui.cc @@ -273,7 +273,7 @@ char tx_mg_current_setname[PATH_MAX]=""; GtkSignalFunc new_tables() { GtkWidget *dialog=gtk_message_dialog_new(GTK_WINDOW(main_window), GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, - "Are you sure you want to loose all turntables and events?"); + "Are you sure you want to lose all turntables and events?"); int res=gtk_dialog_run(GTK_DIALOG(dialog)); gtk_widget_destroy(dialog); @@ -894,7 +894,7 @@ gboolean quit() if (globals.quit_confirm) { GtkWidget *dialog=gtk_message_dialog_new(GTK_WINDOW(main_window), GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, - "Exit terminatorX and loose all unsaved data?"); + "Exit terminatorX and lose all unsaved data?"); int res=gtk_dialog_run(GTK_DIALOG(dialog)); gtk_widget_destroy(dialog); debian/patches/25-libdl_underlinkage.patch0000644000000000000000000000060312176241477015712 0ustar Description: Ling with -ldl Author: Daniel T Chen Bug-Debian: http://bugs.debian.org/713560 Last-Update: 2013-07-31 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -39,3 +39,5 @@ tX_glade_callbacks.h tX_glade_support.cc \ tX_glade_support.h tX_ladspa_class.h tX_ladspa_class.cc \ tX_capabilities.h tX_capabilities.cc + +terminatorX_LDADD = $(LDADD) -ldl debian/patches/05_endian_h.patch0000644000000000000000000000077712176240656013733 0ustar Description: Big-endian compile fixes. Author: Mike Furr --- src/tX_endian.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- terminatorx.orig/src/tX_endian.h +++ terminatorx/src/tX_endian.h @@ -44,9 +44,9 @@ # include "tX_types.h" -#define __USE_XOPEN // we need this for swab() +//#define __USE_XOPEN // we need this for swab() # include -#undef __USE_XOPEN +//#undef __USE_XOPEN #define swapbuffer(b, s) swab((void *) b, (void *) b, (ssize_t) s<<1) debian/patches/20_fix_ftbfs_on_kfreebsd.patch0000644000000000000000000000322212176240656016462 0ustar Author: Cyril Brulebois Description: Fix FTBFS on GNU/kFreeBSD Bug-Debian: http://bugs.debian.org/542531 --- src/tX_mouse.cc | 1 + src/tX_seqpar.cc | 1 + src/tX_sequencer.cc | 1 + src/tX_vtt.cc | 2 ++ src/tX_vttfx.cc | 1 + src/tX_vttgui.cc | 1 + 6 files changed, 7 insertions(+) --- terminatorx.orig/src/tX_mouse.cc +++ terminatorx/src/tX_mouse.cc @@ -48,6 +48,7 @@ #include "tX_engine.h" #include "tX_vtt.h" #include +#include #define TX_MOUSE_SPEED_NORMAL 0.05 #define TX_MOUSE_SPEED_WARP 250000 --- terminatorx.orig/src/tX_seqpar.cc +++ terminatorx/src/tX_seqpar.cc @@ -30,6 +30,7 @@ #include "tX_extdial.h" #include "tX_engine.h" #include +#include #define TX_SEQPAR_DEFAULT_SCALE 0.05 --- terminatorx.orig/src/tX_sequencer.cc +++ terminatorx/src/tX_sequencer.cc @@ -25,6 +25,7 @@ #include "tX_sequencer.h" #include "tX_mastergui.h" #include "tX_global.h" +#include tX_sequencer sequencer; --- terminatorx.orig/src/tX_vtt.cc +++ terminatorx/src/tX_vtt.cc @@ -41,6 +41,8 @@ #include "tX_loaddlg.h" +#include + #define USE_PREFETCH 1 #ifdef USE_PREFETCH --- terminatorx.orig/src/tX_vttfx.cc +++ terminatorx/src/tX_vttfx.cc @@ -28,6 +28,7 @@ #include "tX_vtt.h" #define myvtt ((vtt_class *) vtt) #include "tX_global.h" +#include float ladspa_dummy_output_port; --- terminatorx.orig/src/tX_vttgui.cc +++ terminatorx/src/tX_vttgui.cc @@ -60,6 +60,7 @@ #include "tX_flash.h" #include #include +#include #define WID_DYN TRUE, TRUE, 0 #define WID_FIX FALSE, FALSE, 0 debian/changelog0000644000000000000000000002460612176572404011060 0ustar terminatorx (3.84-3) unstable; urgency=low * Team upload. [ Alessio Treglia ] * Fix debian/patches/23_new_zlib.patch's header, the author was Mònica Ramírez so credits go to her for the good work. [ Sebastian Ramacher ] * debian/patches/25-libdl_underlinkage.patch: Apply patch from Ubuntu to fix FTBFS. (Closes: #713560) * debian/control: - Bump debhelper to >= 9 for binary-{arch,indep} support and hardening. - Bump Standards-Version to 3.9.4. -- Sebastian Ramacher Fri, 02 Aug 2013 01:49:54 +0200 terminatorx (3.84-2) unstable; urgency=low * Add missing #include to prevent build failure on kfreebsd. (Closes: #667082) -- Alessio Treglia Wed, 04 Apr 2012 08:50:42 +0200 terminatorx (3.84-1) unstable; urgency=low * New maintainer. (Closes: #660434) * ACK NMUs (Closes: #515716) * New upstream release (Closes: #612760): - introduced a workaround for terminatorX bug #29 (Closes: #637007) - moved to terminatorX.org - fixed misc gcc 4.0 warnings - removed fastabs() implementation - it failed with gcc > 4.0 - fixed a compilation issue (Thanks, cyril!) - fixed main window menu bar layout issue - fixed broken mouse grab (LP: #469365), grab events are now handled by gui thread - work-around gtk+ auto mnemonics - fixed deprecated gtk+, jack and Xorg API * Switch to DH 7. * Add --parallel to dh sequencer. * Convert packaging to source format 3.0 (quilt): - Port patches from dpatch to quilt. - Drop dpatch support. - Incorporate direct changes to the manual in a quilt patch. * Fix FTBFS errors "cannot convert 'gzFile_s**' to 'gzFile' for argument '1'". Thanks to Moritz Muehlenhoff for the patch. (Closes: #663053) * Remove debian/patches/21_fix_ftbfs_binutils_gold.patch, applied upstream. * Refresh patches. * Replace list of negated architectures with linux-any in debian/control. * Fix maintainer-script-without-set-e and maintainer-script-ignores-errors warnings. * Remove scrollkeeper stuff, install the desktop file to /usr/share/applications/. * Run autoreconf before configuring the package. * Drop --enable-suidroot option, no longer needed. * Compile with --as-needed. * The buildsystem install the man page, so there's no need to call dh_installman. * Add watch file. * Update debian/copyright. * Update Standards-Version. -- Alessio Treglia Mon, 02 Apr 2012 02:12:47 +0200 terminatorx (3.82-7.5) unstable; urgency=low * Non-maintainer upload. * Trivial fixes pending in BTS: - Fix upstream .desktop file. Closes: #564025 - Add Homepage to debian/control. Closes: #564024 * Fix pending l10n issues. Debconf translations: - Danish (Joe Hansen). Closes: #605521 - Polish (Michał Kułach). Closes: #657507 -- Christian Perrier Fri, 03 Feb 2012 07:09:11 +0100 terminatorx (3.82-7.4) unstable; urgency=low * Non-maintainer upload. * Append -ldl to LDADD to fix FTBFS with binutils-gold (Closes: #556491); thank to Mahyuddin Susanto for the patch. -- Alessio Treglia Thu, 05 May 2011 19:22:08 +0200 terminatorx (3.82-7.3) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS on GNU/kFreeBSD (Closes: #542531): - Add 20_fix_ftbfs_on_kfreebsd.dpatch * Replace libjack0.100.0-dev with libjack-dev in Build-Depends as requested by jack folks (Closes: #527441). * Fix config.{guess,sub} handling: - Make it deterministic by copying them unconditionally before running configure. - Remove them in the clean target to keep the Debian diff clean. - Add autotools-dev to Build-Depends accordingly. -- Cyril Brulebois Mon, 21 Dec 2009 14:29:36 +0100 terminatorx (3.82-7.2) unstable; urgency=low * Non-maintainer upload. * Change Build-Depends from libcap-dev to libcap2-dev. (Closes: #492679) * Add patch 16_loose_spelling_fix thanks to William Grant from Ubuntu which fixes a spelling mistake 'loose' rather that 'lose'. (Closes: #389412) * Add spanish debconf translation thanks to Francisco Javier Cuadrado. (Closes: #514602) -- Torsten Werner Tue, 17 Feb 2009 06:47:47 +0100 terminatorx (3.82-7.1) unstable; urgency=low * Non-maintainer upload to fix pending l10n issues and other trivial fixes. * Fix FTBFS on GNU/kFreeBSD. Thanks to Mike Furr for the patch. Closes: #377826 * Debconf translations: - German. Closes: #411332 - Portuguese. Closes: #416821 - Dutch. Closes: #418405 - Finnish. Closes: #469515 - Russian. Closes: #469799 - Brazilian Portuguese. Closes: #473242 * [Lintian] Correct spelling of "GTK+" in package description * [Lintian] menu entry moved to Applications * [Lintian] add real copyright information to debian/copyright * [Lintian] convert debian/copyright to UTF-8 * [Lintian] No longer ignore errors by "make distclean" -- Christian Perrier Sun, 30 Mar 2008 14:29:31 +0200 terminatorx (3.82-7) unstable; urgency=low * !@!$@# Note to future self, don't use aptitude to install build deps inside of pbuilder >:-( * Added build dep on libxt-dev * Dump config.log on configure failure -- Mike Furr Wed, 18 Jan 2006 10:14:23 -0500 terminatorx (3.82-6) unstable; urgency=low * Oops, need a few more X11 deps -- Mike Furr Wed, 18 Jan 2006 08:39:37 -0500 terminatorx (3.82-5) unstable; urgency=low * Changed obsolete xlibs-dev dep to xorg equivalents (Closes: 347080) * Added swedish translation thanks to Daniel Nylander (Closes: 331594) -- Mike Furr Tue, 17 Jan 2006 23:32:25 -0500 terminatorx (3.82-4) unstable; urgency=low * Rebuild for gxx transition * Added Vietnamese translation thanks to Clytie Siddall (Closes: 320327) -- Mike Furr Wed, 21 Sep 2005 00:02:44 -0400 terminatorx (3.82-3) unstable; urgency=low * Rebuild against libjack0.100.0 * Added Italian debconf translation from Luca Bruno (Closes: 316260) -- Mike Furr Wed, 29 Jun 2005 15:58:44 -0400 terminatorx (3.82-2) unstable; urgency=low * Added Czech debconf translation from Miroslav Kure (Closes: 293001) -- Mike Furr Wed, 2 Feb 2005 14:08:14 -0500 terminatorx (3.82-1) unstable; urgency=low * New upstream release. -- Mike Furr Wed, 3 Nov 2004 20:29:13 -0500 terminatorx (3.81-10) unstable; urgency=low * Added japanese debconf translation (Closes: 270675) Thanks to Hideki Yamane -- Mike Furr Sun, 12 Sep 2004 20:32:05 -0400 terminatorx (3.81-9) unstable; urgency=low * dpatch-ification! * Added patch to build with gcc-3.4 (Closes: 259788) Thanks to Andreas Jochens * Changed menu pic to xpm format per menu policy. -- Mike Furr Wed, 11 Aug 2004 10:36:14 -0400 terminatorx (3.81-8) unstable; urgency=low * added --enable-suidroot flag to configure, to allow terminatorX to be run as root(for jackd performance). (Closes: 244154) * quoated the needs and section fields of the menu file * updated standands to 3.6.1 -- Mike Furr Mon, 26 Apr 2004 21:20:09 -0400 terminatorx (3.81-7) unstable; urgency=low * Uh, helps to depend on libjack0.80.0-dev 8-) -- Mike Furr Sat, 17 Jan 2004 14:22:36 -0500 terminatorx (3.81-6) unstable; urgency=low * recompiled against libjack0.80.0-dev -- Mike Furr Fri, 16 Jan 2004 11:18:59 -0500 terminatorx (3.81-5) unstable; urgency=low * Added build-dep on libcap-dev so the binary will be built with capabilities support. (Closes: 214716) -- Mike Furr Wed, 8 Oct 2003 14:27:53 -0400 terminatorx (3.81-4) unstable; urgency=low * Added a Suggests on ladspa-plugin (Closes: 208993) -- Mike Furr Tue, 7 Oct 2003 23:26:33 -0400 terminatorx (3.81-3) unstable; urgency=low * Big-endian compile fixes. -- Mike Furr Thu, 4 Sep 2003 22:59:11 -0400 terminatorx (3.81-2) unstable; urgency=low * Added depends on scrollkeeper. (Closes: 208615) -- Mike Furr Wed, 3 Sep 2003 22:04:37 -0400 terminatorx (3.81-1) unstable; urgency=low * New Upstream release (Closes: 195904) - This includes a change in suid behavior to use posix - capabilities and thus drops root really early. * New build-deps on: - zlib, libasound2 (alsa support), scrollkeeper, librldr0 - libjack-0.71.2-dev * Properly call scrollkeeper-update from post{inst,rm} * Switched to gettext format for templates (po-debconf) - Bumped debhelper dep to >= 4.1.16 - Closes: 201516 * Added French Translation of the templates. - Closes: 201804 - Thanks to Michel Grentzinger for the both the above patches. -- Mike Furr Mon, 27 Aug 2003 23:36:25 -0400 terminatorx (3.73-5) unstable; urgency=high * Fixed environment handling for the 'HOME' variable to protect against buffer overflows(see 200658). XLOCALEDIR problem is actually in xfree, not us(see 201750). * Changed default of suid debconf question to 'No' (what *was* I thinking?) -- Mike Furr Thu, 17 Jul 2003 10:59:24 -0400 terminatorx (3.73-4) unstable; urgency=low * Rebuilt against libvorbis0a (Closes: 185546) -- Mike Furr Sun, 30 Mar 2003 16:12:41 -0500 terminatorx (3.73-3) unstable; urgency=low * Okay, really fixed 178302 this time by overriding gnome detection but without the build-dep. * Pkg now uses upstream man page. -- Mike Furr Sat, 25 Jan 2003 18:09:09 -0500 terminatorx (3.73-2) unstable; urgency=low * Fixed icon name in menu entry * Small fix to compile under gcc-3.2 * Fixed gnome files being put in wrong directory (Should close bug 178302, will check autobuilders) -- Mike Furr Sat, 25 Jan 2003 12:33:26 -0400 terminatorx (3.73-1) unstable; urgency=low * New upstream release * Added debconf question setuid -- Mike Furr Sun, 29 Sep 2002 16:34:57 -0400 terminatorx (3.72-2) unstable; urgency=low * Fixed big endian compile problems -- Mike Furr Sat, 7 Sep 2002 15:43:12 -0400 terminatorx (3.72-1) unstable; urgency=low * Initial Release (closes: 156924) -- Mike Furr Sat, 24 Aug 2002 13:28:50 -0400 debian/source/0000755000000000000000000000000012176240657010500 5ustar debian/source/format0000644000000000000000000000001412176240657011706 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000012512176240657010227 0ustar version=3 http://www.terminatorx.org/download.html \ dist/terminatorX-(.*)\.tar\.bz2 debian/templates0000644000000000000000000000105512176240657011122 0ustar Template: terminatorx/suid_bin Type: boolean Default: false _Description: Install terminatorX SUID root so it can use realtime scheduling? TerminatorX now supports installation of its binary SUID root. This allows it to run in a realtime scheduled priority thereby greatly improving performance. However, it is generally a good idea to minimize the number of SUID programs on your machine to avoid security risks. . If you are installing this on your personal desktop with only 1 user, it should be fairly safe to accept here. If in doubt, refuse. debian/compat0000644000000000000000000000000212176554525010400 0ustar 9 debian/po/0000755000000000000000000000000012176240656007615 5ustar debian/po/sv.po0000644000000000000000000000412312176240656010605 0ustar # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # Developers do not need to manually edit POT or PO files. # , fuzzy # # msgid "" msgstr "" "Project-Id-Version: terminatorx 3.82-4\n" "Report-Msgid-Bugs-To: terminatorx@packages.debian.org\n" "POT-Creation-Date: 2008-03-19 18:48+0100\n" "PO-Revision-Date: 2005-10-05 06:02+0200\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Install terminatorX SUID root so it can use realtime scheduling?" msgstr "" "Installera terminatoX SUID-root s att den kan anvnda schemalggning i " "realtid?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "TerminatorX now supports installation of its binary SUID root. This allows " "it to run in a realtime scheduled priority thereby greatly improving " "performance. However, it is generally a good idea to minimize the number of " "SUID programs on your machine to avoid security risks." msgstr "" "TerminatorX stdjer numera installationen av sin binr SUID-root. Det gr " "att den kan kra i en schemalagd prioritering i realtid som pverkar " "prestandan positivt. Men det r generellt en bra ide att minimera antal SUID-" "program p din maskin fr att undvika skerhetsproblem." #. Type: boolean #. Description #: ../templates:1001 msgid "" "If you are installing this on your personal desktop with only 1 user, it " "should be fairly safe to accept here. If in doubt, refuse." msgstr "" "Om du installerar detta p ditt personliga skrivbord med bara 1 anvndare " "kan det vara hyffsat skert att svara ja hr. Om du r osker, svara nej." debian/po/pt_BR.po0000644000000000000000000000406612176240656011171 0ustar # terminatorx Brazilian Portuguese translation # Copyright (c) 2008 terminator's PACKAGE COPYRIGHT HOLDER # This file is distributed under the same license as the terminatorx package. # Eder L. Marques (frolic) , 2008. # msgid "" msgstr "" "Project-Id-Version: terminatorx\n" "Report-Msgid-Bugs-To: terminatorx@packages.debian.org\n" "POT-Creation-Date: 2008-03-19 18:48+0100\n" "PO-Revision-Date: 2008-03-10 17:32-0300\n" "Last-Translator: Eder L. Marques (frolic) \n" "Language-Team: l10n Portuguese \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "pt_BR utf-8\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Install terminatorX SUID root so it can use realtime scheduling?" msgstr "" "Instalar o terminatorX com SUID root para que ele possa usar agendamento em " "tempo real?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "TerminatorX now supports installation of its binary SUID root. This allows " "it to run in a realtime scheduled priority thereby greatly improving " "performance. However, it is generally a good idea to minimize the number of " "SUID programs on your machine to avoid security risks." msgstr "" "O terminatorX agora suporta a instalação de seus binários com SUID root. " "Isto permite que ele execute em uma prioridade de agendamento em tempo real, " "o que melhora significantemente a performance. Contudo, geralmente é uma boa " "idéia minimizar o número de programas com SUID em sua máquina para evitar " "riscos de segurança." #. Type: boolean #. Description #: ../templates:1001 msgid "" "If you are installing this on your personal desktop with only 1 user, it " "should be fairly safe to accept here. If in doubt, refuse." msgstr "" "Se você está instalando-o em seu computador pessoal com um único usuário, " "deve ser razoavelmente seguro aceitar aqui. Em caso de dúvida, recuse." debian/po/vi.po0000644000000000000000000000417412176240656010601 0ustar # Vietnamese translation for terminatorx. # Copyright © 2005 Free Software Foundation, Inc. # Clytie Siddall , 2005. # msgid "" msgstr "" "Project-Id-Version: terminatorx 3.82-3N\n" "Report-Msgid-Bugs-To: terminatorx@packages.debian.org\n" "POT-Creation-Date: 2008-03-19 18:48+0100\n" "PO-Revision-Date: 2005-07-28 21:41+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0\n" "X-Generator: LocFactoryEditor 1.2.2\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Install terminatorX SUID root so it can use realtime scheduling?" msgstr "" "Cài đặt terminatorX với tư cách « SUID root » thì nó có thể định thời trong " "thời gian thật không?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "TerminatorX now supports installation of its binary SUID root. This allows " "it to run in a realtime scheduled priority thereby greatly improving " "performance. However, it is generally a good idea to minimize the number of " "SUID programs on your machine to avoid security risks." msgstr "" "Trình terminatorx lúc bây giờ hỗ trợ cài đặt tập tin nhị phân của nó với tư " "cách « SUID root ». Tùy chọn này cho phép nó chạy với ưu tiên được định " "trong thời gian thật, mà tiến bộ hiệu năng nhiều. Tuy nhiên, thường là ý " "kiến tốt để cực tiểu hóa số chương trình SUID trên máy bạn, để tránh rủi ro " "bảo mật." #. Type: boolean #. Description #: ../templates:1001 msgid "" "If you are installing this on your personal desktop with only 1 user, it " "should be fairly safe to accept here. If in doubt, refuse." msgstr "" "Nếu bạn đang cài đặt trình này trên máy trên bàn cá nhân của bạn, mà người " "khác sẽ không dùng, thì thường hơi an toàn để chấp nhận tại đây. Nếu chưa " "chắc thì hãy từ chối." debian/po/templates.pot0000644000000000000000000000243212176240656012340 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: terminatorx@packages.debian.org\n" "POT-Creation-Date: 2008-03-19 18:48+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Install terminatorX SUID root so it can use realtime scheduling?" msgstr "" #. Type: boolean #. Description #: ../templates:1001 msgid "" "TerminatorX now supports installation of its binary SUID root. This allows " "it to run in a realtime scheduled priority thereby greatly improving " "performance. However, it is generally a good idea to minimize the number of " "SUID programs on your machine to avoid security risks." msgstr "" #. Type: boolean #. Description #: ../templates:1001 msgid "" "If you are installing this on your personal desktop with only 1 user, it " "should be fairly safe to accept here. If in doubt, refuse." msgstr "" debian/po/fr.po0000644000000000000000000000455112176240656010571 0ustar # # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans# # Developers do not need to manually edit POT or PO files. # msgid "" msgstr "" "Project-Id-Version: terminatorx_7.73-4\n" "Report-Msgid-Bugs-To: terminatorx@packages.debian.org\n" "POT-Creation-Date: 2008-03-19 18:48+0100\n" "PO-Revision-Date: 2003-07-16 09:23+0200\n" "Last-Translator: Michel Grentzinger \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Install terminatorX SUID root so it can use realtime scheduling?" msgstr "" "Faut-il installer TerminatorX setuid root afin qu'il puisse utiliser le " "programmateur en temps rel?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "TerminatorX now supports installation of its binary SUID root. This allows " "it to run in a realtime scheduled priority thereby greatly improving " "performance. However, it is generally a good idea to minimize the number of " "SUID programs on your machine to avoid security risks." msgstr "" "TerminatorX peut maintenant s'excuter avec les droits du super-utilisateur " "mme s'il est lanc par un autre utilisateur ( setuid root ). Cela permet " "de le lancer avec une priorit programme en temps rel, ce qui amliore " "considrablement ses performances. Cependant, il est gnralement conseill " "de limiter le nombre de programmes s'excutant avec les droits du super-" "utilisateur sur votre machine, afin d'viter les failles de scurit." #. Type: boolean #. Description #: ../templates:1001 msgid "" "If you are installing this on your personal desktop with only 1 user, it " "should be fairly safe to accept here. If in doubt, refuse." msgstr "" "Si vous l'installez sur votre ordinateur personnel et que vous tes le seul " "utilisateur, vous devriez pouvoir accepter sans risque. Dans le doute, " "refusez." debian/po/it.po0000644000000000000000000000345312176240656010576 0ustar # translation of terminatorx_3.82-2_templates.po to italian # Copyright Luca Bruno , 2005. # msgid "" msgstr "" "Project-Id-Version: terminatorx_3.82-2_templates\n" "Report-Msgid-Bugs-To: terminatorx@packages.debian.org\n" "POT-Creation-Date: 2008-03-19 18:48+0100\n" "PO-Revision-Date: 2005-06-26 20:58+0200\n" "Last-Translator: Luca Bruno \n" "Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Install terminatorX SUID root so it can use realtime scheduling?" msgstr "" "Installare terminatorX SUID root in modo che possa usare lo scheduling in " "tempo reale?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "TerminatorX now supports installation of its binary SUID root. This allows " "it to run in a realtime scheduled priority thereby greatly improving " "performance. However, it is generally a good idea to minimize the number of " "SUID programs on your machine to avoid security risks." msgstr "" "Adesso teminatorX supporta l'installazione dei propri binari come SUID root. " "Questo permette la sua esecuzione con priorità di scheduling in tempo reale, " "garantendo un miglioramento delle prestazioni. Tuttavia è in generale buona " "pratica minimizzare il numero di programmi SUID sulla propria macchina per " "evitare rischi di sicurezza." #. Type: boolean #. Description #: ../templates:1001 msgid "" "If you are installing this on your personal desktop with only 1 user, it " "should be fairly safe to accept here. If in doubt, refuse." msgstr "" "Se lo si installando sul proprio computer personale con un solo utente, " "dovrebbe essere abbastanza sicuro accettare. In caso di dubbi, rifiutare." debian/po/ru.po0000644000000000000000000000472112176240656010607 0ustar # translation of ru.po to Russian # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Yuri Kozlov , 2008. msgid "" msgstr "" "Project-Id-Version: terminatorx 3.82-7\n" "Report-Msgid-Bugs-To: terminatorx@packages.debian.org\n" "POT-Creation-Date: 2008-03-19 18:48+0100\n" "PO-Revision-Date: 2008-03-07 08:11+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Install terminatorX SUID root so it can use realtime scheduling?" msgstr "" "Установить terminatorX с SUID-битом, чтобы он мог работать в реальном " "времени?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "TerminatorX now supports installation of its binary SUID root. This allows " "it to run in a realtime scheduled priority thereby greatly improving " "performance. However, it is generally a good idea to minimize the number of " "SUID programs on your machine to avoid security risks." msgstr "" "TerminatorX теперь поддерживает установку исполняемого файла с SUID-битом. " "Это позволяет запускать его с приоритетом реального времени, тем самым " "значительно улучшая производительность. Однако, во избежание проблем с " "безопасностью, в системе лучше иметь как можно меньше SUID-программ." #. Type: boolean #. Description #: ../templates:1001 msgid "" "If you are installing this on your personal desktop with only 1 user, it " "should be fairly safe to accept here. If in doubt, refuse." msgstr "" "Если вы устанавливаете программу на персональный компьютер, с которым " "работает только один человек, то можно спокойно давать утвердительный ответ. " "Если нет, отвечайте отрицательно." debian/po/pl.po0000644000000000000000000000410512176240656010570 0ustar # Copyright (C) 2008 # This file is distributed under the same license as the terminatorx package. # # Michał Kułach , 2012. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: terminatorx@packages.debian.org\n" "POT-Creation-Date: 2008-03-19 18:48+0100\n" "PO-Revision-Date: 2012-01-26 17:28+0100\n" "Last-Translator: Michał Kułach \n" "Language-Team: Polish \n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Install terminatorX SUID root so it can use realtime scheduling?" msgstr "" "Zainstalować terminatorX z atrybutem SUID roota, tak aby mógł używać " "planowania w czasie rzeczywistym?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "TerminatorX now supports installation of its binary SUID root. This allows " "it to run in a realtime scheduled priority thereby greatly improving " "performance. However, it is generally a good idea to minimize the number of " "SUID programs on your machine to avoid security risks." msgstr "" "TerminatorX obsługuje obecnie instalację swojego pliku binarnego z SUID " "roota. Pozwala to na uruchomienie priorytetu planisty w czasie rzeczywistym " "i znaczne poprawienie wydajności. Z drugiej strony, dobrym pomysłem jest " "ograniczanie liczby programów z SUID na swoim komputerze, aby ograniczyć " "zagrożenia związane z bezpieczeństwem." #. Type: boolean #. Description #: ../templates:1001 msgid "" "If you are installing this on your personal desktop with only 1 user, it " "should be fairly safe to accept here. If in doubt, refuse." msgstr "" "Jeśli program jest zainstalowany na komputerze osobistym z jednym " "użytkownikiem, zaakceptowanie tego rozwiązania powinno być to wystarczająco " "bezpieczne. W przypadku wątpliwości, proszę odmówić." debian/po/es.po0000644000000000000000000000534012176240656010566 0ustar # terminatorx po-debconf translation to Spanish # Copyright (C) 2009 Software in the Public Interest # This file is distributed under the same license as the terminatorx package. # # Changes: # - Initial translation # Francisco Javier Cuadrado , 2009 # # Traductores, si no conocen el formato PO, merece la pena leer la # documentación de gettext, especialmente las secciones dedicadas a este # formato, por ejemplo ejecutando: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Equipo de traducción al español, por favor lean antes de traducir # los siguientes documentos: # # - El proyecto de traducción de Debian al español # http://www.debian.org/intl/spanish/ # especialmente las notas de traducción en # http://www.debian.org/intl/spanish/notas # # - La guía de traducción de po's de debconf: # /usr/share/doc/po-debconf/README-trans # o http://www.debian.org/intl/l10n/po-debconf/README-trans # msgid "" msgstr "" "Project-Id-Version: terminatorx 3.82-7.1\n" "Report-Msgid-Bugs-To: terminatorx@packages.debian.org\n" "POT-Creation-Date: 2008-03-19 18:48+0100\n" "PO-Revision-Date: 2009-02-01 11:00+0100\n" "Last-Translator: Francisco Javier Cuadrado \n" "Language-Team: Debian l10n Spanish \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Install terminatorX SUID root so it can use realtime scheduling?" msgstr "" "¿Desea instalar terminatorX con el bit SUID de «root» activo de modo que " "pueda ejecutarse en tiempo real?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "TerminatorX now supports installation of its binary SUID root. This allows " "it to run in a realtime scheduled priority thereby greatly improving " "performance. However, it is generally a good idea to minimize the number of " "SUID programs on your machine to avoid security risks." msgstr "" "TerminatorX permite la instalación de sus binarios con el bit SUID de «root» " "activo. Esto le permite ejecutarse con su prioridad en tiempo real " "aumentando bastante su rendimiento. Sin embargo, normalmente es una buena " "idea minimizar el número de programas con el bit SUID activo en la máquina " "para evitar problemas de seguridad." #. Type: boolean #. Description #: ../templates:1001 msgid "" "If you are installing this on your personal desktop with only 1 user, it " "should be fairly safe to accept here. If in doubt, refuse." msgstr "" "Si está instalando este paquete en su escritorio personal para un único " "usuario, debería ser seguro aceptar aquí. Si duda, no acepte." debian/po/ja.po0000644000000000000000000000433312176240656010552 0ustar # # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # # Developers do not need to manually edit POT or PO files. # # msgid "" msgstr "" "Project-Id-Version: terminatorx 3.81-9\n" "Report-Msgid-Bugs-To: terminatorx@packages.debian.org\n" "POT-Creation-Date: 2008-03-19 18:48+0100\n" "PO-Revision-Date: 2004-08-31 20:53+0900\n" "Last-Translator: Hideki Yamane \n" "Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=EUC-JP\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Install terminatorX SUID root so it can use realtime scheduling?" msgstr "" "ꥢ륿ॹ塼󥰤Ȥ褦ˤ뤿ᡢterminatorX root " "SUID ƥ󥹥ȡ뤷ޤ?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "TerminatorX now supports installation of its binary SUID root. This allows " "it to run in a realtime scheduled priority thereby greatly improving " "performance. However, it is generally a good idea to minimize the number of " "SUID programs on your machine to avoid security risks." msgstr "" "terminatorX ϡХʥ root SUID ƤΥ󥹥ȡ򥵥ݡȤ褦" "ˤʤޤˤäƥꥢ륿ॹ塼ưǽˤʤꡢ" "եޥ󥹤˲ޤƥŪʥꥹ򤱤뤿" "ᡢޥ SUID 줿ץǾ¤ޤΤξɤ" "Ǥ礦" #. Type: boolean #. Description #: ../templates:1001 msgid "" "If you are installing this on your personal desktop with only 1 user, it " "should be fairly safe to accept here. If in doubt, refuse." msgstr "" "桼̾θĿͥǥȥå״Ķإ󥹥ȡ뤹ΤʤСǡ֤" "פΤꤢޤ󡣤ǤϤʤϡ֤פƤ" "" debian/po/da.po0000644000000000000000000000356512176240656010552 0ustar # Danish translation terminatorx. # Copyright (C) 2010 terminatorx og nedenstående oversættere. # This file is distributed under the same license as terminatorx package. # Joe Hansen , 2010. # msgid "" msgstr "" "Project-Id-Version: terminatorx\n" "Report-Msgid-Bugs-To: terminatorx@packages.debian.org\n" "POT-Creation-Date: 2008-03-19 18:48+0100\n" "PO-Revision-Date: 2010-11-30 17:30+01:00\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Install terminatorX SUID root so it can use realtime scheduling?" msgstr "" "Installer terminatorX SUID root så programmet kan bruge realtidsplanlægning?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "TerminatorX now supports installation of its binary SUID root. This allows " "it to run in a realtime scheduled priority thereby greatly improving " "performance. However, it is generally a good idea to minimize the number of " "SUID programs on your machine to avoid security risks." msgstr "" "TerminatorX understøtter nu installation af dens binære SUID root. Dette " "tillader den at køre i realtidsplanlægningsprioritet. Dette øger markant " "ydelsen. Det er dog generelt en god ide at minimere antallet af SUID-" "programmer på din maskine for at undgå sikkerhedsrisikoer." #. Type: boolean #. Description #: ../templates:1001 msgid "" "If you are installing this on your personal desktop with only 1 user, it " "should be fairly safe to accept here. If in doubt, refuse." msgstr "" "Hvis du installerer dette program på dit personlige skrivebord med kun 1 " "bruger, bør det være rimeligt sikkert at acceptere her. Hvis du er i tvivl, " "så afslå." debian/po/de.po0000644000000000000000000000370112176240656010546 0ustar # Translation of terminatorx debconf templates to German # Copyright (C) Helge Kreutzmann , 2007. # This file is distributed under the same license as the terminatorx package. # msgid "" msgstr "" "Project-Id-Version: terminatorx 3.82-7\n" "Report-Msgid-Bugs-To: terminatorx@packages.debian.org\n" "POT-Creation-Date: 2008-03-19 18:48+0100\n" "PO-Revision-Date: 2007-02-17 19:53+0100\n" "Last-Translator: Helge Kreutzmann \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Install terminatorX SUID root so it can use realtime scheduling?" msgstr "" "TerminatorX SUID root installieren, so das es Echtzeit-Scheduling verwenden " "kann?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "TerminatorX now supports installation of its binary SUID root. This allows " "it to run in a realtime scheduled priority thereby greatly improving " "performance. However, it is generally a good idea to minimize the number of " "SUID programs on your machine to avoid security risks." msgstr "" "TerminatorX ermglicht jetzt die Installation seines Programms mit SUID " "root. Dies erlaubt es ihm, mit Echtzeit-Festlegungs-Prioritt zu laufen und " "damit bedeutend an Leistung zu gewinnen. Allerdings ist es im allgemeinen " "eine gute Idee, die Anzahl an SUID-Programmen auf Ihrer Maschine zu " "reduzieren um Sicherheitsrisiken zu vermeiden." #. Type: boolean #. Description #: ../templates:1001 msgid "" "If you are installing this on your personal desktop with only 1 user, it " "should be fairly safe to accept here. If in doubt, refuse." msgstr "" "Falls Sie auf Ihrer persnlichen Arbeitsplatzmaschine mit nur einem Benutzer " "installieren, sollte es recht sicher sein, hier zu akzeptieren. Im " "Zweifelsfall lehnen Sie ab." debian/po/cs.po0000644000000000000000000000410212176240656010557 0ustar # # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # # Developers do not need to manually edit POT or PO files. # msgid "" msgstr "" "Project-Id-Version: terminatorx\n" "Report-Msgid-Bugs-To: terminatorx@packages.debian.org\n" "POT-Creation-Date: 2008-03-19 18:48+0100\n" "PO-Revision-Date: 2005-01-31 17:45+0100\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Install terminatorX SUID root so it can use realtime scheduling?" msgstr "" "Instalovat terminatorX SUID root, aby mohl vyuvat realtime plnovn?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "TerminatorX now supports installation of its binary SUID root. This allows " "it to run in a realtime scheduled priority thereby greatly improving " "performance. However, it is generally a good idea to minimize the number of " "SUID programs on your machine to avoid security risks." msgstr "" "TerminatorX podporuje instalaci s nastavenm SUID bitem na roota. To mu " "umouje bh v realtimov priorit plnovae a tm vy vkonnost. Na " "druhou stranu je vdy dobr mt na potai co nejmn SUID program, abyste " "pedeli bezpenostnm rizikm." #. Type: boolean #. Description #: ../templates:1001 msgid "" "If you are installing this on your personal desktop with only 1 user, it " "should be fairly safe to accept here. If in doubt, refuse." msgstr "" "Pokud instalujete progam na osobn pota s jedinm uivatelem, mlo by bt " "bezpen souhlasit. Pokud jste na pochybch, zamtnte." debian/po/nl.po0000644000000000000000000000367312176240656010577 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: terminatorx\n" "Report-Msgid-Bugs-To: terminatorx@packages.debian.org\n" "POT-Creation-Date: 2008-03-19 18:48+0100\n" "PO-Revision-Date: 2007-04-04 17:57+0100\n" "Last-Translator: Bart Cornelis \n" "Language-Team: debian-l10n-dutch \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Dutch\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Install terminatorX SUID root so it can use realtime scheduling?" msgstr "" "Wilt u terminatorX met de SUID-bit voor root actief installeren zodat " "'realtime scheduling' gebruikt kan worden?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "TerminatorX now supports installation of its binary SUID root. This allows " "it to run in a realtime scheduled priority thereby greatly improving " "performance. However, it is generally a good idea to minimize the number of " "SUID programs on your machine to avoid security risks." msgstr "" "TerminatorX ondersteunt nu het installeren van het binair bestand met de " "SUID-bit actief voor root. Dit laat toe om te draaien met een realtime " "prioriteit, waardoor prestaties flink verbeterd worden. Om " "beveiligingsredenen is het een goed idee om het aantal programma's met " "actieve SUID-bit op uw machine te minimaliseren." #. Type: boolean #. Description #: ../templates:1001 msgid "" "If you are installing this on your personal desktop with only 1 user, it " "should be fairly safe to accept here. If in doubt, refuse." msgstr "" "Als u dit pakket installeert op uw persoonlijke desktop met slechts 1 " "gebruiker is dit redelijk veilig. Als u twijfelt weigert u dit best." debian/po/pt.po0000644000000000000000000000357312176240656010610 0ustar # Portuguese translation of terminatorx's debconf messages. # Copyright (C) 2007 # This file is distributed under the same license as the terminatorx package. # Luísa Lourenço , 2007. # msgid "" msgstr "" "Project-Id-Version: terminatorx 3.82-7\n" "Report-Msgid-Bugs-To: terminatorx@packages.debian.org\n" "POT-Creation-Date: 2008-03-19 18:48+0100\n" "PO-Revision-Date: 2007-03-30 14:52+0100\n" "Last-Translator: Luísa Lourenço \n" "Language-Team: Portuguese \n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Install terminatorX SUID root so it can use realtime scheduling?" msgstr "" "Instalar o terminatorX como SUID root para que possa usar escalonamento em " "realtime?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "TerminatorX now supports installation of its binary SUID root. This allows " "it to run in a realtime scheduled priority thereby greatly improving " "performance. However, it is generally a good idea to minimize the number of " "SUID programs on your machine to avoid security risks." msgstr "" "O terminatorX agora suporta a instalação do seu binário como SUID root. Isto " "permite corrê-lo numa prioridade de escalonamento de realtime melhorando " "muito assim o seu desempenho. No entanto, é geralmente uma boa ideia " "minimizar o número de programas SUID na sua máquina para evitar riscos de " "segurança." #. Type: boolean #. Description #: ../templates:1001 msgid "" "If you are installing this on your personal desktop with only 1 user, it " "should be fairly safe to accept here. If in doubt, refuse." msgstr "" "Se está a instalar isto no seu computador pessoal com somente 1 utilizador, " "deverá ser seguro aceitar aqui. Em caso de dúvida, recuse." debian/po/fi.po0000644000000000000000000000350412176240656010555 0ustar msgid "" msgstr "" "Project-Id-Version: terminatorx\n" "Report-Msgid-Bugs-To: terminatorx@packages.debian.org\n" "POT-Creation-Date: 2008-03-19 18:48+0100\n" "PO-Revision-Date: 2008-03-05 18:34+0200\n" "Last-Translator: Esko Arajärvi \n" "Language-Team: Finnish \n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Finnish\n" "X-Poedit-Country: FINLAND\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Install terminatorX SUID root so it can use realtime scheduling?" msgstr "" "Asennetaanko terminatorX asetuksella ”SUID root”, jolloin se voi käyttää " "reaaliaikaista vuorottamista?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "TerminatorX now supports installation of its binary SUID root. This allows " "it to run in a realtime scheduled priority thereby greatly improving " "performance. However, it is generally a good idea to minimize the number of " "SUID programs on your machine to avoid security risks." msgstr "" "Ohjelman terminatorX binääritiedosto voidaan asentaa asetuksella ”SUID " "root”. Tällöin se voidaan ajaa reaaliaikaisesti vuorotetulla prioriteetilla, " "mikä parantaa suorituskykyä huomattavasti. On kuitenkin yleisesti " "suositeltavaa minimoida SUID-asetuksella ajettavien ohjelmien määrä " "turvallisuusriskien välttämiseksi." #. Type: boolean #. Description #: ../templates:1001 msgid "" "If you are installing this on your personal desktop with only 1 user, it " "should be fairly safe to accept here. If in doubt, refuse." msgstr "" "Jos ohjelmaa ajetaan henkilökohtaisella koneella, jolla on vain yksi " "käyttäjä, tämän valitsemisen pitäisi olla kohtuullisen turvallista. Jos olet " "epävarma, älä valitse tätä." debian/po/POTFILES.in0000644000000000000000000000004412176240656011370 0ustar [type: gettext/rfc822deb] templates debian/control0000644000000000000000000000251112176554437010606 0ustar Source: terminatorx Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Alessio Treglia Build-Depends: debhelper (>= 9), dh-autoreconf, ladspa-sdk, libasound2-dev [linux-any], libatk1.0-dev, libaudiofile-dev, libcap2-dev [linux-any], libglib2.0-dev, libgtk2.0-dev, libice-dev, libjack-dev, liblrdf0-dev, libmad0-dev, libpango1.0-dev, libsm-dev, libvorbis-dev, libx11-dev, libxext-dev, libxi-dev, libxml2-dev, libxt-dev, libxxf86dga-dev, mpg321, scrollkeeper, sox, vorbis-tools, zlib1g-dev Standards-Version: 3.9.4 Homepage: http://www.terminatorx.org/ Vcs-Git: git://anonscm.debian.org/pkg-multimedia/terminatorx.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/terminatorx.git Package: terminatorx Architecture: any Depends: ladspa-sdk, mpg321, sox, vorbis-tools, ${misc:Depends}, ${shlibs:Depends} Suggests: ladspa-plugin, yelp Description: realtime audio synthesizer terminatorX is a realtime audio synthesizer that allows you to "scratch" on digitally sampled audio data (*.wav, *.au, *.mp3, etc.) the way hiphop-DJs scratch on vinyl records. It features multiple turntables, realtime effects (built-in as well as LADSPA plugin effects), a sequencer and an easy-to-use GTK+ GUI. debian/menu0000644000000000000000000000024712176240656010071 0ustar ?package(terminatorx):needs="X11" section="Applications/Sound"\ title="terminatorX" command="/usr/bin/terminatorX" \ icon="/usr/share/pixmaps/terminatorX-app.xpm" debian/dirs0000644000000000000000000000010512176240656010057 0ustar usr/bin usr/share/pixmaps usr/share/mime-info usr/share/applications debian/config0000644000000000000000000000026212176240656010367 0ustar #!/bin/sh set -e action=$1 version=$2 # Source debconf library. . /usr/share/debconf/confmodule db_version 2.0 db_input medium terminatorx/suid_bin || true db_go || true