From 9b2075d9b89fc628c447fbb98f43ef72e4a9c81d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 16:17:43 -0500 Subject: Initial import from old SVN repository Note that only the Debian and Ubuntu folders were preserved --- .../dependencies/arts/debian/README.Debian | 26 + .../dependencies/arts/debian/arts-kde3.docs | 1 + .../dependencies/arts/debian/cdbs/buildvars.mk | 86 +++ .../dependencies/arts/debian/cdbs/debian-qt-kde.mk | 27 + .../dependencies/arts/debian/cdbs/team-members | 16 + .../dependencies/arts/debian/cdbs/uploaders.mk | 29 + .../dependencies/arts/debian/cdbs/versions.pl | 19 + .../dependencies/arts/debian/changelog | 623 +++++++++++++++++++++ .../dependencies/arts/debian/compat | 1 + .../dependencies/arts/debian/control | 91 +++ .../dependencies/arts/debian/control.in | 100 ++++ .../dependencies/arts/debian/copyright | 13 + .../arts/debian/libarts1-kde3-dev.docs | 1 + .../arts/debian/libarts1-kde3-dev.install | 122 ++++ .../dependencies/arts/debian/libarts1c2a-kde3.docs | 1 + .../arts/debian/libarts1c2a-kde3.install | 68 +++ .../arts/debian/libarts1c2a-kde3.manpages | 3 + .../arts/debian/libartsc0-dev-kde3.manpages | 1 + .../arts/debian/libartsc0-kde3-dev.install | 6 + .../arts/debian/libartsc0-kde3.install | 2 + .../arts/debian/man/artsc-config-kde3.sgml | 160 ++++++ .../dependencies/arts/debian/man/artscat-kde3.sgml | 164 ++++++ .../dependencies/arts/debian/man/artsdsp-kde3.1 | 31 + .../arts/debian/patches/11_path_max_hurd.diff | 372 ++++++++++++ .../debian/patches/12_cleanup_artsc-config.diff | 11 + .../debian/patches/14_remove_config.h_headers.diff | 23 + .../arts/debian/patches/15_no_warning.diff | 16 + .../arts/debian/patches/kubuntu_01_fix_build.diff | 13 + .../dependencies/arts/debian/rules | 33 ++ .../dependencies/tqtinterface/debian/changelog | 5 + .../dependencies/tqtinterface/debian/compat | 1 + .../dependencies/tqtinterface/debian/control | 26 + .../dependencies/tqtinterface/debian/copyright | 25 + .../dependencies/tqtinterface/debian/doc-base | 0 .../dependencies/tqtinterface/debian/docs | 0 .../debian/libtqtinterface-dev.install | 2 + .../tqtinterface/debian/libtqtinterface.install | 1 + .../dependencies/tqtinterface/debian/links | 0 .../dependencies/tqtinterface/debian/rules | 34 ++ 39 files changed, 2153 insertions(+) create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/README.Debian create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/arts-kde3.docs create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/cdbs/buildvars.mk create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/cdbs/debian-qt-kde.mk create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/cdbs/team-members create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/cdbs/uploaders.mk create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/cdbs/versions.pl create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/changelog create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/compat create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/control create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/control.in create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/copyright create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/libarts1-kde3-dev.docs create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/libarts1-kde3-dev.install create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/libarts1c2a-kde3.docs create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/libarts1c2a-kde3.install create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/libarts1c2a-kde3.manpages create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/libartsc0-dev-kde3.manpages create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/libartsc0-kde3-dev.install create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/libartsc0-kde3.install create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/man/artsc-config-kde3.sgml create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/man/artscat-kde3.sgml create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/man/artsdsp-kde3.1 create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/patches/11_path_max_hurd.diff create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/patches/12_cleanup_artsc-config.diff create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/patches/14_remove_config.h_headers.diff create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/patches/15_no_warning.diff create mode 100644 ubuntu/maverick_automake/dependencies/arts/debian/patches/kubuntu_01_fix_build.diff create mode 100755 ubuntu/maverick_automake/dependencies/arts/debian/rules create mode 100644 ubuntu/maverick_automake/dependencies/tqtinterface/debian/changelog create mode 100644 ubuntu/maverick_automake/dependencies/tqtinterface/debian/compat create mode 100644 ubuntu/maverick_automake/dependencies/tqtinterface/debian/control create mode 100644 ubuntu/maverick_automake/dependencies/tqtinterface/debian/copyright create mode 100644 ubuntu/maverick_automake/dependencies/tqtinterface/debian/doc-base create mode 100644 ubuntu/maverick_automake/dependencies/tqtinterface/debian/docs create mode 100644 ubuntu/maverick_automake/dependencies/tqtinterface/debian/libtqtinterface-dev.install create mode 100644 ubuntu/maverick_automake/dependencies/tqtinterface/debian/libtqtinterface.install create mode 100644 ubuntu/maverick_automake/dependencies/tqtinterface/debian/links create mode 100755 ubuntu/maverick_automake/dependencies/tqtinterface/debian/rules (limited to 'ubuntu/maverick_automake/dependencies') diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/README.Debian b/ubuntu/maverick_automake/dependencies/arts/debian/README.Debian new file mode 100644 index 000000000..0f71977d0 --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/README.Debian @@ -0,0 +1,26 @@ +aRts for Debian ships without the SUID bit set on artswrapper, thus +preventing the aRts daemon from running with realtime scheduling +priority, a feature which helps prevent audio skips and jumps. + +This restriction is in place due to aRts' unfortunate tendency to +lock the system on exit, when run with realtime priority on systems +with a 2.4 series kernel. + +NB: The aKode library, used in conjunction with aRts, dramatically +improves aRts' CPU usage and helps to maintain uninterrupted +playback, often making realtime scheduling unnecessary. To make use +of aKode, simply "apt-get install libarts1-akode". + +Users running other kernels, or simply willing to risk it, can set +SUID on artswrapper, thus enabling the possibility of realtime +scheduling, by running, as root: + +dpkg-statoverride --add --update root root 4755 /usr/bin/artswrapper + +If this causes problems, the default permissions can be restored by +running, as root: + +dpkg-statoverride --remove /usr/bin/artswrapper +chmod 0755 /usr/bin/artswrapper + + -- Christopher Martin Mon, 6 Dec 2004 12:26:16 -0500 diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/arts-kde3.docs b/ubuntu/maverick_automake/dependencies/arts/debian/arts-kde3.docs new file mode 100644 index 000000000..e174728f5 --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/arts-kde3.docs @@ -0,0 +1 @@ +debian/README.Debian diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/cdbs/buildvars.mk b/ubuntu/maverick_automake/dependencies/arts/debian/cdbs/buildvars.mk new file mode 100644 index 000000000..23d4709dc --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/cdbs/buildvars.mk @@ -0,0 +1,86 @@ +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2002,2003 Colin Walters +# Description: Defines some useful variables, but no rules +# +# 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, 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. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +# 02111-1307 USA. + +_cdbs_scripts_path ?= /usr/lib/cdbs +_cdbs_rules_path ?= /usr/share/cdbs/1/rules +_cdbs_class_path ?= /usr/share/cdbs/1/class + +ifndef _cdbs_rules_buildvars +_cdbs_rules_buildvars = 1 + +CDBS_VERSION = something + +# Common useful variables +DEB_SOURCE_PACKAGE := $(strip $(shell egrep '^Source: ' debian/control | cut -f 2 -d ':')) +DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ') +DEB_NOEPOCH_VERSION := $(shell echo $(DEB_VERSION) | cut -d: -f2-) +DEB_UPSTREAM_VERSION := $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//') +DEB_ISNATIVE := $(shell dpkg-parsechangelog | egrep '^Version:' | perl -ne 'print if not /^Version:\s*.*-/;') + +# Split into arch/indep packages +ifneq ($(DEB_INDEP_PACKAGES),cdbs) +DEB_INDEP_PACKAGES := $(filter-out $(DONT_BUILD), $(strip $(shell $(_cdbs_scripts_path)/list-packages indep))) +DEB_ARCH_PACKAGES := $(filter-out $(DONT_BUILD), $(filter-out $(DEB_INDEP_PACKAGES),$(strip $(shell $(_cdbs_scripts_path)/list-packages same)))) +endif +# Split into normal and udeb packages +ifeq ($(DEB_UDEB_PACKAGES),) +DEB_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out %-udeb, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES))) +DEB_UDEB_PACKAGES = $(filter-out $(DONT_BUILD),$(filter %-udeb, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES))) +else +DEB_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES), $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES))) +endif +# Too much bother for now. If someone complains we'll fix it. +#DEB_ARCH_UDEB_PACKAGES = $(filter %-udeb, $(DEB_ARCH_PACKAGES)) +#DEB_INDEP_UDEB_PACKAGES = $(filter %-udeb, $(DEB_INDEP_PACKAGES)) +# A handy list of every package, udeb or not +DEB_ALL_PACKAGES = $(filter-out $(DONT_BUILD),$(DEB_PACKAGES) $(DEB_UDEB_PACKAGES)) +DEB_INDEP_REGULAR_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES),$(DEB_INDEP_PACKAGES))) +DEB_ARCH_REGULAR_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES),$(DEB_ARCH_PACKAGES))) + +DEB_DBG_PACKAGES = $(filter-out $(DONT_BUILD), $(filter %-dbg, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES))) + +# Some support for srcdir != builddir builds. +# These are relative to the root of the package +DEB_SRCDIR ?= . +DEB_BUILDDIR ?= $(strip $(DEB_SRCDIR)) + +# Miscellaneous bits +DEB_ARCH = $(shell dpkg --print-architecture) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_HOST_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM) +DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU) +DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) +DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) +DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +DEB_BUILD_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_SYSTEM) +DEB_BUILD_GNU_CPU ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU) +DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) +DEB_BUILD_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU) +DEB_BUILD_ARCH_OS ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS) + +ifeq ($(words $(DEB_ALL_PACKAGES)),1) + DEB_DESTDIR = $(CURDIR)/debian/$(strip $(DEB_ALL_PACKAGES))/ +else + DEB_DESTDIR = $(CURDIR)/debian/tmp/ +endif + +CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), cdbs (>= 0.4.23-1.1) + +endif diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/cdbs/debian-qt-kde.mk b/ubuntu/maverick_automake/dependencies/arts/debian/cdbs/debian-qt-kde.mk new file mode 100644 index 000000000..65f5f6f95 --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/cdbs/debian-qt-kde.mk @@ -0,0 +1,27 @@ +ifndef _cdbs_bootstrap +_cdbs_scripts_path ?= /usr/lib/cdbs +_cdbs_rules_path ?= /usr/share/cdbs/1/rules +_cdbs_class_path ?= /usr/share/cdbs/1/class +endif + +ifndef _cdbs_class_debian-qt-kde +_cdbs_class_debian-qt-kde := 1 + +common-build-arch:: debian/stamp-man-pages +debian/stamp-man-pages: + if ! test -d debian/man/out; then mkdir -p debian/man/out; fi + for f in $$(find debian/man -name '*.sgml'); do \ + docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \ + done + for f in $$(find debian/man -name '*.man'); do \ + soelim -I debian/man $$f \ + > debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \ + done + touch debian/stamp-man-pages + +clean:: + rm -rf debian/man/out + -rmdir debian/man + rm -f debian/stamp-man-pages + +endif diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/cdbs/team-members b/ubuntu/maverick_automake/dependencies/arts/debian/cdbs/team-members new file mode 100644 index 000000000..4974edd91 --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/cdbs/team-members @@ -0,0 +1,16 @@ +Sune Vuorela +Ana Beatriz Guerrero Lopez +Fathi Boudra +Modestas Vainius +Josh Metzler +Isaac Clerencia +Adeodato Simó +Adeodato Simo +Daniel Schepler +Sarah Hobbs +Nacho Barrientos Arias +Ricardo Javier Cardenes Medina +Ricardo Cardenes +Armin Berres +Francesco Pedrini +Raúl Sánchez Siles diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/cdbs/uploaders.mk b/ubuntu/maverick_automake/dependencies/arts/debian/cdbs/uploaders.mk new file mode 100644 index 000000000..31adfe31e --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/cdbs/uploaders.mk @@ -0,0 +1,29 @@ + +MAINTAINER=Debian Qt/KDE Maintainers +UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//') + + +debian/control.tmp: + @if [ ! -e debian/control.in ] ; then \ + echo "this package is not yet prepared for using automatic update of uploaders"; \ + echo "Please do so."; \ + exit 1; \ + fi + @sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp + +check-uploaders: debian/control.tmp + @if ! diff -q debian/control debian/control.tmp ; then \ + echo "WARNING:: Control file differs from manually generated one" ; \ + echo "WARNING:: Please update it manually and check it afterwards" ; \ + echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\ + echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\ + fi + + +clean:: + rm -f debian/control.tmp + +update-uploaders: debian/control.tmp + @mv -f debian/control.tmp debian/control + +makebuilddir:: check-uploaders diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/cdbs/versions.pl b/ubuntu/maverick_automake/dependencies/arts/debian/cdbs/versions.pl new file mode 100644 index 000000000..9ce11d8a3 --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/cdbs/versions.pl @@ -0,0 +1,19 @@ +#!/usr/bin/env perl + +use strict; +use warnings; + +my $version = `dpkg-parsechangelog | awk '/^Version/ {print \$2}'`; +my ($version3, $version3_next); +my ($version2, $version2_next); + +($version3 = $version) =~ s/-[^-]+$//; +($version2 = $version3) =~ s/\.[^.]+$//; + +($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e; +($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e; + +print "KDE-Version3=$version3\n"; +print "KDE-Version2=$version2\n"; +print "KDE-Next-Version3=$version3_next\n"; +print "KDE-Next-Version2=$version2_next\n"; diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/changelog b/ubuntu/maverick_automake/dependencies/arts/debian/changelog new file mode 100644 index 000000000..abdecd35e --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/changelog @@ -0,0 +1,623 @@ +arts-kde3 (1.5.10-0ubuntu3) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 + +arts-kde3 (1.5.10-0ubuntu2~intrepid5) intrepid; urgency=low + + * Moved KDE3 to /opt/kde3 + * Integrated properly with KDE4.2+ + + -- Timothy Pearson Wed, 25 Feb 2009 15:12:00 -0600 + +arts-kde3 (1.5.10-0ubuntu2~intrepid4) intrepid; urgency=low + + * Fixed conflicts + + -- Timothy Pearson Sat, 29 Nov 2008 13:20:00 -0600 + +arts-kde3 (1.5.10-0ubuntu2~intrepid3) intrepid; urgency=low + + * Altered prefix for KDE3.5 + + -- Timothy Pearson Thu, 20 Nov 2008 17:48:45 -0600 + +arts (1.5.10-0ubuntu1) intrepid; urgency=low + + * New upstream release. + * Update Standards-Version to 3.8.0. + + -- Devid Antonio Filoni Thu, 21 Aug 2008 16:04:08 +0200 + +arts (1.5.9-2ubuntu3) intrepid; urgency=low + + * Add kubuntu_01_fix_build.diff from Steve Langasek, fixes build + + -- Jonathan Riddell Mon, 21 Jul 2008 19:11:03 +0100 + +arts (1.5.9-2ubuntu2) intrepid; urgency=low + + * Change libarts1-akode from recommends to suggests + + -- Jonathan Riddell Mon, 21 Jul 2008 16:32:27 +0100 + +arts (1.5.9-2ubuntu1) intrepid; urgency=low + + * Merge from debian unstable, remaining changes: + - No jack build-dep + - No libmad build-dep + - libarts1-dev not depend on jack or libmad + * debian/control: Remove oss-compat dependency from libarts1c2a as it is in + universe. + + -- Luke Yelavich Tue, 03 Jun 2008 11:49:39 +1000 + +arts (1.5.9-2) unstable; urgency=low + + +++ Changes by Modestas Vainius: + + * Bump shlibs to 1.5.9. + * Conflict with automake-dirty kdelibs4c2a (Closes: #473375). + + -- Debian Qt/KDE Maintainers Sun, 30 Mar 2008 14:23:49 +0300 + +arts (1.5.9-1lenny1) testing-proposed-updates; urgency=low + + * Disable 01_admin_cleanup.diff and 97_automake_cleanup.diff patches + * Rebuild 98_buildprep.diff + * Going to t-p-u to fix breakage in testing as kdelibs is not going into + testing anytime soon. + + -- Debian Qt/KDE Maintainers Sat, 29 Mar 2008 13:30:01 +0200 + +arts (1.5.9-1) unstable; urgency=low + + * New upstream release: + - Update to build with GCC 4.3 (Closes: #454821) + * Add Vcs-Browser and Vcs-Svn fields. + + +++ Changes by Ana Beatriz Guerrero Lopez: + + * Update to Standards-Version 3.7.3: + - Replace Source-Version for proper variables. + * Some updates in the copyright file. + + +++ Changes by Fathi Boudra: + + * Add oss-compat dependency to libarts1c2a. (Closes: #386582) + * Add artsdsp manpage. (Closes: #405159) + * Add patches: + - 12_cleanup_artsc-config. (Closes: #375803) + Remove spurious dependencies in the output of artsc-config. + - 13_check_tmp_dir. (Closes: #415154) + Create tmp_dir if non existent. + - 14_remove_config.h_headers. (Closes: #428987) + Do not include config.h in shipped header files. + - 15_no_warning. Merged from Ubuntu. + Do not show null device warning. + kmix makes it obvious if sound isn't working. + + +++ Changes by Modestas Vainius: + + * Add automake cleanup patches: 01_admin_cleanup.diff and + 97_automake_cleanup.diff + * Disable -Wl,--as-needed for the moment. + + -- Debian Qt/KDE Maintainers Wed, 20 Feb 2008 21:12:44 +0200 + +arts (1.5.9-0ubuntu2) hardy; urgency=low + + * Patch to fix the issue reported in RedHat bugzilla bug #169631 to create + a temp dir if it doesn't exist. (LP: #55973) + + -- Luke Yelavich Wed, 12 Mar 2008 21:11:56 +1100 + +arts (1.5.9-0ubuntu1) hardy; urgency=low + + * New upstream release + + -- Jonathan Riddell Thu, 14 Feb 2008 12:26:34 +0000 + +arts (1.5.8-1ubuntu2) hardy; urgency=low + + * Fix build errors with g++-4.3, dropped with upload of the new + upstream version. + + -- Matthias Klose Thu, 24 Jan 2008 12:44:31 +0000 + +arts (1.5.8-1ubuntu1) hardy; urgency=low + + * Merge with Debian, remaining changes: + - No jack build-dep + - No libmad build-dep + - kubuntu_01_no_warning.diff + - libarts1-dev not depend on jack or libmad + + -- Jonathan Riddell Thu, 08 Nov 2007 03:22:30 +0000 + +arts (1.5.8-1) unstable; urgency=low + + * New upstream release: + - Remove patch: 12_qtmcop_notifications_on_demand, merged upstream. + * Implement use of uploaders.mk + + -- Debian Qt/KDE Maintainers Wed, 10 Oct 2007 20:56:17 +0200 + +arts (1.5.7-2) unstable; urgency=low + + +++ Fathi Boudra: + + * Apply patch from Matthias Kretz to reduce power usage. + * Add myself to uploaders. + + -- Debian Qt/KDE Maintainers Tue, 29 May 2007 14:27:42 +0200 + +arts (1.5.8-0ubuntu1) gutsy; urgency=low + + * New upstream release + + -- Jonathan Riddell Tue, 09 Oct 2007 09:35:48 +0100 + +arts (1.5.7-1ubuntu3) gutsy; urgency=low + + * Fix build errors with g++-4.3. LP: #138556. + * Work around redefinition of glib macros. + + -- Matthias Klose Wed, 12 Sep 2007 22:42:06 +0000 + +arts (1.5.7-1ubuntu2) gutsy; urgency=low + + * kubuntu_01_qtmcop_notifications_on_demand.diff: include patch from + Matthias Kretz to reduce number of knotify wake-ups (from 20/sec to + 1/sec). Should reduce power usage for idle system. + + -- Luka Renko Sat, 26 May 2007 22:16:37 +0200 + +arts (1.5.7-1ubuntu1) gutsy; urgency=low + + * Merge with Debian, remaining changes in KUBUNTU-DEBIAN-CHANGES + + -- Sarah Hobbs Mon, 21 May 2007 12:09:06 +1000 + +arts (1.5.7-1) unstable; urgency=low + + * New upstream release: + - Includes patch to fix FTBFS with GCC 4.3. (Closes: #417107) + + +++ Ana Beatriz Guerrero Lopez: + + * Apply patch to fix FTBFS on hurd-i386 because of PATH_MAX. Thanks to + Samuel Thibault. (Closes: #407756) + + -- Debian Qt/KDE Maintainers Fri, 25 May 2007 01:56:56 +0100 + +arts (1.5.6-2ubuntu1) gutsy; urgency=low + + * Merge with Debian + + -- Jonathan Riddell Fri, 27 Apr 2007 17:29:17 +0100 + +arts (1.5.6-2) unstable; urgency=low + + * Upload to unstable after Etch release. + + -- Ana Beatriz Guerrero Lopez Wed, 18 Apr 2007 13:19:02 +0100 + +arts (1.5.6-1) experimental; urgency=low + + * New upstream release (no code changes). + + -- Debian Qt/KDE Maintainers Tue, 16 Jan 2007 13:44:12 +0100 + +arts (1.5.6-0ubuntu1) feisty; urgency=low + + * New upstream release + + -- Jonathan Riddell Wed, 17 Jan 2007 11:22:28 +0000 + +arts (1.5.5-1ubuntu1) feisty; urgency=low + + * Merge with Debian + * Diff from Debian in KUBUNTU-DEBIAN-CHANGES + * Build with --enable-gcc-hidden-visibility + + -- Jonathan Riddell Wed, 15 Nov 2006 01:01:46 +0000 + +arts (1.5.5-1) unstable; urgency=low + + * New upstream release. + + -- Debian Qt/KDE Maintainers Tue, 3 Oct 2006 22:59:03 +0200 + +arts (1.5.4-1) unstable; urgency=low + + [ Debian Qt/KDE Maintainers ] + + * New upstream release. + + -- Debian Qt/KDE Maintainers Wed, 26 Jul 2006 10:47:05 +0200 + +arts (1.5.4-0ubuntu1) edgy; urgency=low + + * New upstream release + + -- Jonathan Riddell Tue, 25 Jul 2006 10:12:03 +0000 + +arts (1.5.3-2ubuntu2) edgy; urgency=low + + * Build-dep on latest Qt, fix binary compatibility break + + -- Jonathan Riddell Wed, 28 Jun 2006 16:15:39 +0000 + +arts (1.5.3-2ubuntu1) edgy; urgency=low + + * Merge with Debian + + -- Jonathan Riddell Tue, 27 Jun 2006 15:42:16 +0000 + +arts (1.5.3-2) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * Pull in fixes from the branch; arts code changes are so rare that it would + be a shame not to ensure that they make Etch. + + * Retroactive edit: includes fix for CVE-2006-2916. (Bug#374003) + + -- Debian Qt/KDE Maintainers Fri, 9 Jun 2006 12:01:59 -0400 + +arts (1.5.3-1) unstable; urgency=low + + * New upstream release. + + +++ Changes by Pierre Habouzit: + + * Update debian/control for new kfreebsd-amd64 port. (Closes: #361486) + + -- Debian Qt/KDE Maintainers Wed, 24 May 2006 10:48:33 +0200 + +arts (1.5.2-1) unstable; urgency=low + + * New upstream release. + + +++ Changes by Christopher Martin: + + * Upload to unstable. + + -- Debian Qt/KDE Maintainers Fri, 24 Mar 2006 19:11:49 -0500 + +arts (1.5.1-1) unstable; urgency=low + + * New upstream release. + + +++ Changes by Christopher Martin: + + * Upload to unstable. + + -- Debian Qt/KDE Maintainers Thu, 26 Jan 2006 18:21:34 -0500 + +arts (1.5.0-3) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * No longer build with gcc-3.4 on any architectures, since gcc-4.0 should + be fixed. (Closes: #342955) + + +++ Changes by Adeodato Simó: + + * Upload to unstable. + + -- Debian Qt/KDE Maintainers Fri, 6 Jan 2006 14:01:35 +0100 + +arts (1.5.0-2) experimental; urgency=low + + * Upload to experimental. + + * Grab a minor aliasing fix from KDE_3_5_BRANCH. + + -- Debian Qt/KDE Maintainers Mon, 12 Dec 2005 12:23:01 -0500 + +arts (1.5.0-1) alioth; urgency=low + + * New upstream release. + + +++ Changes by Christopher Martin: + + * Bump DH_COMPAT to 5. No changes. + + * Add arts-dbg, to help trace problems. + + -- Debian Qt/KDE Maintainers Tue, 29 Nov 2005 14:09:04 -0500 + +arts (1.4.3-3) unstable; urgency=low + + +++ Changes by Adeodato Simó: + + * Do build with g++-3.4 on arm, m68k and hppa, now that #323133 is reopened. + + -- Debian Qt/KDE Maintainers Sat, 26 Nov 2005 17:44:33 +0100 + +arts (1.4.3-2) unstable; urgency=low + + +++ Changes by Adeodato Simó: + + * libstdc++ allocator transition: rename libarts1c2 to libarts1c2a. + (Closes: #339150) + + * Do not build with g++-3.4 on arm, m68k and hppa, now that #323133 is fixed. + + -- Debian Qt/KDE Maintainers Thu, 17 Nov 2005 14:41:02 +0100 + +arts (1.4.3-1) experimental; urgency=low + + * New upstream release. + + -- Debian Qt/KDE Maintainers Sat, 15 Oct 2005 13:45:44 -0400 + +arts (1.4.2-5) unstable; urgency=medium + + * Rebuild with the latest gcc-4.0. Rebuilding kdebase with the latest + gcc-4.0/libstdc++ resulted in symbols added and removed (despite no code + changes) when compared to the previous kdebase upload. This causes crashes + when run in conjunction with arts packages that have not been built with + the latest gcc-4.0/libstdc++. + + -- Debian Qt/KDE Maintainers Sun, 23 Oct 2005 10:35:46 -0400 + +arts (1.4.2-4) unstable; urgency=low + + +++ Changes by Luk Claes: + + * Use g++-3.4 on hppa since 4.0 ICEs: + + debian/control: add hppa to Build-Depends on g++-3.4. + + debian/rules: set and export CC, CXX and CPP on hppa. + + * Add me to uploaders + + -- Debian Qt/KDE Maintainers Wed, 24 Aug 2005 18:40:14 +0200 + +arts (1.4.2-3) unstable; urgency=low + + +++ Changes by Adeodato Simó: + + * Use g++-3.4 on arm and m68k since 4.0 ICEs there (#323133): + + debian/control: Build-Depend on g++-3.4 [arm m68k]. + + debian/rules: set and export CC, CXX and CPP on those two arches. + + -- Debian Qt/KDE Maintainers Tue, 16 Aug 2005 02:22:08 +0200 + +arts (1.4.2-2) unstable; urgency=low + + +++ Changes by Isaac Clerencia: + + * Add epoch to depends and build-depends on libqt3-mt-dev. + + -- Debian Qt/KDE Maintainers Sun, 14 Aug 2005 20:35:00 +0200 + +arts (1.4.2-1) unstable; urgency=low + + * New upstream release. + + +++ Changes by Christopher Martin: + + * GCC 4.0 transition: libarts1 becomes libarts1c2. Tighten build-depends on + libqt3-mt-dev to ensure that we build against a similarly transitioned + package. + + * We no longer ship useless template manpages. (Closes: #315873) + + +++ Changes by Adeodato Simó: + + * Remove obsolete conflicts/replaces relationships against packages/versions + not present in Sarge. + + * Apply patch from Aurelien Jarno for GNU/kFreeBSD support. (Closes: #263536) + Adapted it to the new cdbs-ized debian/rules. + + -- Debian Qt/KDE Maintainers Fri, 12 Aug 2005 01:26:23 +0200 + +arts (1.4.1-1) experimental; urgency=low + + * New upstream release. + + -- Debian Qt/KDE Maintainers Tue, 31 May 2005 15:43:52 -0400 + +arts (1.4.0-0pre2) alioth; urgency=low + + * New upstream release. + + * Converted packaging to CDBS (initial version by Daniel Schepler, further + changes by Christopher Martin and Adeodato Simó). + + +++ Changes by Pierre Habouzit: + + * Rework debian/control, for libarts1 and arts packages (closes: #266961). + + -- Debian Qt/KDE Maintainers Fri, 18 Mar 2005 18:10:19 +0100 + +arts (1.3.2-4) unstable; urgency=high + + +++ Changes by Adeodato Simó: + + * Upload triggered by the jack transition. + + * debian/control: + + Build-Depend on libjack0.100.0-dev instead of libjack0.80.0-dev. + + same change for the dependencies of libarts1-dev. + + -- Debian Qt/KDE Maintainers Sat, 02 Jul 2005 02:34:25 +0200 + +arts (1.3.2-3) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * Fix debian/copyright to refer to License rather than to Copyright + when discussing KDE's licenses. + + * Christopher Cheney has kindly relicensed man pages written by him from + GDFL to GPL. + + +++ Changes by Adeodato Simó: + + * Compile static libraries, and ship them in libarts1-dev and libartsc0-dev. + (Closes: #291774) + + -- Debian Qt/KDE Maintainers Fri, 01 Apr 2005 12:19:49 +0200 + +arts (1.3.2-2) unstable; urgency=medium + + * No code changes, so urgency medium to get this into Sarge. + * Strengthen Suggests on akode to Recommends. (Closes: #284649) + * Removed build-dep on automake1.9. + + -- Christopher Martin Wed, 5 Jan 2005 11:48:16 -0500 + +arts (1.3.2-1) unstable; urgency=medium + + * New upstream release. + * No longer set suid on artswrapper. Works around a 2.4 kernel lockup bug, + but disables realtime priority. Added a README.Debian, explaining the + change and how to cope with it, and reverse it. + (Closes: #266760) + * Add Suggests on akode, which often suffices in place of realtime priority. + + -- Christopher Martin Mon, 6 Dec 2004 12:26:16 -0500 + +arts (1.3.1-1) unstable; urgency=low + + * New upstream release. + + -- Christopher L Cheney Wed, 13 Oct 2004 14:45:00 -0500 + +arts (1.3.0-1) unstable; urgency=high + + * New upstream release. + + -- Christopher L Cheney Fri, 13 Aug 2004 16:30:00 -0500 + +arts (1.2.3-1) unstable; urgency=high + + * New upstream release. + + -- Christopher L Cheney Tue, 1 Jun 2004 15:30:00 -0500 + +arts (1.2.2-2) unstable; urgency=high + + * Updated to current ARTS_1_2_BRANCH. + + -- Christopher L Cheney Tue, 25 May 2004 15:00:00 -0500 + +arts (1.2.2-1) unstable; urgency=low + + * New upstream release. + * Removed libarts1-dev Depends: xlibs-static-pic. (Closes: #240188) + + -- Christopher L Cheney Mon, 5 Apr 2004 17:00:00 -0500 + +arts (1.2.1-2) unstable; urgency=high + + * Added libartsc0-dev Depends: libglib2.0-dev. (Closes: #236242) + + -- Christopher L Cheney Mon, 22 Mar 2004 03:00:00 -0600 + +arts (1.2.1-1) unstable; urgency=low + + * New upstream release. + + -- Christopher L Cheney Tue, 2 Mar 2004 01:00:00 -0600 + +arts (1.2.0-0pre1v1) experimental; urgency=low + + * New upstream release. + + -- Christopher L Cheney Mon, 16 Feb 2004 17:00:00 -0600 + +arts (1.1.95-1) unstable; urgency=low + + * New upstream release. + * Build-Conflicts libmas-dev since it doesn't build correctly. + + -- Christopher L Cheney Mon, 19 Jan 2004 02:30:00 -0600 + +arts (1.1.5-2) unstable; urgency=low + + * Added libtool arm patch. (Closes: #227007) + + -- Christopher L Cheney Sat, 10 Jan 2004 03:30:00 -0600 + +arts (1.1.5-1) unstable; urgency=low + + * New upstream release. + + -- Christopher L Cheney Fri, 9 Jan 2004 17:30:00 -0600 + +arts (1.1.4-3) unstable; urgency=low + + * Reorganize libartsc0 so that packages built against it don't depend on + libarts1. + + -- Christopher L Cheney Sun, 2 Nov 2003 17:00:00 -0600 + +arts (1.1.4-2) unstable; urgency=low + + * Added patch to update autotools files. (Closes: #213295) + * Added patch to remove pedantic-errors from KDE_CHECK_FUNC_EXT since it + causes configure checks to fail due to #line numbers being > 32767. + + -- Christopher L Cheney Fri, 3 Oct 2003 20:00:00 -0500 + +arts (1.1.4-1) unstable; urgency=low + + * New upstream release. + + -- Christopher L Cheney Fri, 26 Sep 2003 18:00:00 -0500 + +arts (1.1.3-1) unstable; urgency=low + + * New upstream release. + * Added kdelibs3 to libartsc0-dev conflicts. (Closes: #195412) + + -- Christopher L Cheney Tue, 29 Jul 2003 11:00:00 -0500 + +arts (1.1.2-1) unstable; urgency=low + + * New upstream release. (Closes: #193503) + * Switch back to old rules file, will probably use build-common in future. + + -- Christopher L Cheney Thu, 15 May 2003 14:00:00 -0500 + +arts (1.1.1-2) unstable; urgency=low + + * Convert to cbs rules. + * Make artswrapper suid to support RT priority. (Closes: #184077) + + -- Christopher L Cheney Sat, 12 Apr 2003 02:00:00 -0500 + +arts (1.1.1-1) unstable; urgency=low + + * New upstream release. + + -- Christopher L Cheney Tue, 11 Mar 2003 18:00:00 -0600 + +arts (1.1.0-3) unstable; urgency=low + + * New ARTS_1_1_BRANCH pull, fixes compile problem. (Closes: #181332) + + -- Christopher L Cheney Thu, 6 Mar 2003 22:00:00 -0600 + +arts (1.1.0-2) unstable; urgency=low + + * Add 'chmod +x configure' to rules. + + -- Christopher L Cheney Wed, 5 Feb 2003 11:00:00 -0600 + +arts (1.1.0-1) unstable; urgency=low + + * Initial Release. + * Split out of kdelibs source. + * Thanks to Daniel Stone (daniel@sfarc.net) and David "dpash" Pashley + (david@davidpashley.com) for their initial work on this. + + -- Christopher L Cheney Fri, 31 Jan 2003 21:00:00 -0600 + diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/compat b/ubuntu/maverick_automake/dependencies/arts/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/compat @@ -0,0 +1 @@ +5 diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/control b/ubuntu/maverick_automake/dependencies/arts/debian/control new file mode 100644 index 000000000..36682c0a9 --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/control @@ -0,0 +1,91 @@ +Source: arts-kde3 +Section: libs +Maintainer: Timothy Pearson +XSBC-Original-Maintainer: Debian Qt/KDE Maintainers +Priority: optional +Uploaders: Adeodato Simó , Ana Beatriz Guerrero Lopez , Fathi Boudra , Modestas Vainius +Build-Depends: cdbs (>= 0.4.48), debhelper (>= 6), + docbook-to-man, gawk, gettext, sharutils, texinfo, + libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], + libaudio-dev, libaudiofile-dev, libesd0-dev, libglib2.0-dev, libmad0-dev, + libogg-dev, libqt3-mt-dev (>= 3:3.3.7), libtqtinterface-dev, + libvorbis-dev, cmake, libltdl-dev +Build-Conflicts: libmas-dev +Standards-Version: 3.8.3 + +Package: arts-kde3 +Architecture: all +Section: sound +Depends: libartsc0-kde3 (>= ${source:Version}), libarts1c2a-kde3 (>= ${source:Version}) +Description: sound system from the official KDE release + KDE (the K Desktop Environment) is a powerful Open Source graphical + desktop environment for Unix workstations. It combines ease of use, + contemporary functionality, and outstanding graphical design with the + technological superiority of the Unix operating system. + . + This metapackage includes the complete aRts sound system, without + development packages. aRts is the core sound system for KDE3. + +Package: libarts1c2a-kde3 +Architecture: any +Section: libs +Depends: ${shlibs:Depends} +Suggests: libarts1-akode +Description: aRts sound system core components + aRts is a short form for "analog realtime synthesizer". aRts is highly + modular, creating and processing sound using small modules performing + specific tasks. These may create a waveform (oscillators), play samples, + filter data, add signals, perform effects like delay/flanger/chorus, or + output the data to the soundcard. + . + This package contains the aRts sound system, its libraries and binaries, + including the aRts daemon, artsd. + . + The 'akode' package adds several plug-ins to arts that can dramatically + improve performance and help maintain uninterrupted playback. Its use + with aRts is recommended. + . + This package is part of KDE, and a component of the KDE aRts module. + See the 'kde-kde3' and 'arts-kde3' packages for more information. + +Package: libarts1-kde3-dev +Architecture: any +Section: libdevel +Depends: libarts1c2a-kde3 (= ${binary:Version}), libartsc0-kde3-dev (= ${binary:Version}), ${libasound2-dev}, libaudio-dev, libaudiofile-dev, libesd0-dev, libglib2.0-dev, libogg-dev, libogg-dev-la, libqt3-mt-dev (>= 3:3.3.5), libvorbis-dev, libtqtinterface-dev +Description: development files for the aRts sound system core components + This package contains the header files needed to build applications that + use the aRts sound system. + . + This package is part of KDE, and a component of the KDE aRts module. + See the 'kde-kde3' and 'arts-kde3' packages for more information. + +Package: libartsc0-kde3 +Architecture: any +Section: libs +Depends: ${shlibs:Depends} +Description: aRts sound system C support library + This package contains the C bindings for the aRts sound daemon. + . + This package is part of KDE, and a component of the KDE aRts module. + See the 'kde-kde3' and 'arts-kde3' packages for more information. + +Package: libartsc0-kde3-dev +Architecture: any +Section: libdevel +Depends: libartsc0-kde3 (= ${binary:Version}), libglib2.0-dev +Description: development files for the aRts sound system C support library + This package contains the header files needed to build applications that + use the aRts sound daemon's C bindings. + . + This package is part of KDE, and a component of the KDE aRts module. + See the 'kde-kde3' and 'arts-kde3' packages for more information. + +Package: arts-kde3-dbg +Section: libdevel +Architecture: any +Priority: extra +Depends: libarts1c2a-kde3 (= ${binary:Version}) +Description: debugging symbols for arts + This package contains the debugging symbols associated with arts. + They will automatically be used by gdb for debugging arts-related + issues. diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/control.in b/ubuntu/maverick_automake/dependencies/arts/debian/control.in new file mode 100644 index 000000000..e6466cf19 --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/control.in @@ -0,0 +1,100 @@ +Source: arts +Section: libs +Priority: optional +Maintainer: @@@MAINTAINER@@@ +Uploaders: @@@UPLOADERS@@@ +Build-Depends: cdbs (>= 0.4.48), debhelper (>= 6), autotools-dev, + docbook-to-man, gawk, gettext, sharutils, texinfo, + libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], + libaudio-dev, libaudiofile-dev, libesd0-dev, libglib2.0-dev, + libjack0.100.0-dev, libmad0-dev, libogg-dev, libqt3-mt-dev (>= 3:3.3.7), + libvorbis-dev +Build-Conflicts: libmas-dev +Standards-Version: 3.8.0 +Vcs-Svn: svn://svn.debian.org/svn/pkg-kde/trunk/packages/arts +Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/trunk/packages/arts + +Package: arts +Architecture: all +Section: sound +Depends: libartsc0 (>= ${source:Version}), libarts1c2a (>= ${source:Version}) +Description: sound system from the official KDE release + KDE (the K Desktop Environment) is a powerful Open Source graphical + desktop environment for Unix workstations. It combines ease of use, + contemporary functionality, and outstanding graphical design with the + technological superiority of the Unix operating system. + . + This metapackage includes the complete aRts sound system, without + development packages. aRts is the core sound system for KDE. + +Package: libarts1c2a +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, oss-compat +Recommends: libarts1-akode +Conflicts: libarts1, libarts1c2, libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0), kdelibs4c2a (<< 4:3.5.9) +Replaces: libarts1, libarts1c2, libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0) +Description: aRts sound system core components + aRts is a short form for "analog realtime synthesizer". aRts is highly + modular, creating and processing sound using small modules performing + specific tasks. These may create a waveform (oscillators), play samples, + filter data, add signals, perform effects like delay/flanger/chorus, or + output the data to the soundcard. + . + This package contains the aRts sound system, its libraries and binaries, + including the aRts daemon, artsd. + . + The 'akode' package adds several plug-ins to arts that can dramatically + improve performance and help maintain uninterrupted playback. Its use + with aRts is recommended. + . + This package is part of KDE, and a component of the KDE aRts module. + See the 'kde' and 'arts' packages for more information. + +Package: libarts1-dev +Architecture: any +Section: libdevel +Depends: libarts1c2a (= ${binary:Version}), libartsc0-dev (= ${binary:Version}), ${libasound2-dev}, libaudio-dev, libaudiofile-dev, libesd0-dev, libglib2.0-dev, libjack0.100.0-dev, libmad0-dev, libogg-dev, libqt3-mt-dev (>= 3:3.3.5), libvorbis-dev +Conflicts: libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0) +Replaces: libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0) +Description: development files for the aRts sound system core components + This package contains the header files needed to build applications that + use the aRts sound system. + . + This package is part of KDE, and a component of the KDE aRts module. + See the 'kde' and 'arts' packages for more information. + +Package: libartsc0 +Architecture: any +Section: libs +Depends: ${shlibs:Depends} +Conflicts: libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0) +Replaces: libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0) +Description: aRts sound system C support library + This package contains the C bindings for the aRts sound daemon. + . + This package is part of KDE, and a component of the KDE aRts module. + See the 'kde' and 'arts' packages for more information. + +Package: libartsc0-dev +Architecture: any +Section: libdevel +Depends: libartsc0 (= ${binary:Version}), libglib2.0-dev +Conflicts: libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0) +Replaces: libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0) +Description: development files for the aRts sound system C support library + This package contains the header files needed to build applications that + use the aRts sound daemon's C bindings. + . + This package is part of KDE, and a component of the KDE aRts module. + See the 'kde' and 'arts' packages for more information. + +Package: arts-dbg +Section: libdevel +Architecture: any +Priority: extra +Depends: libarts1c2a (= ${binary:Version}) +Description: debugging symbols for arts + This package contains the debugging symbols associated with arts. + They will automatically be used by gdb for debugging arts-related + issues. diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/copyright b/ubuntu/maverick_automake/dependencies/arts/debian/copyright new file mode 100644 index 000000000..1507fa3f9 --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/copyright @@ -0,0 +1,13 @@ +This package was debianized by Christopher L Cheney on +Tue, 16 Apr 2002 22:00:00 -0500. + +It was downloaded from: http://www.kde.org/download + +Copyright and licensing: + +© 1998-2004 Stefan Westerfeld and many others. + +arts is licensed under the GPL v2 or later. + +On Debian systems, the complete text of the GPL license can be found +at /usr/share/common-licenses/GPL. diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/libarts1-kde3-dev.docs b/ubuntu/maverick_automake/dependencies/arts/debian/libarts1-kde3-dev.docs new file mode 100644 index 000000000..e174728f5 --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/libarts1-kde3-dev.docs @@ -0,0 +1 @@ +debian/README.Debian diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/libarts1-kde3-dev.install b/ubuntu/maverick_automake/dependencies/arts/debian/libarts1-kde3-dev.install new file mode 100644 index 000000000..2ba1c47dd --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/libarts1-kde3-dev.install @@ -0,0 +1,122 @@ +debian/tmp/opt/kde3/bin/mcopidl +debian/tmp/opt/kde3/include/kde/arts/anyref.h +debian/tmp/opt/kde3/include/kde/arts/arts_export.h +debian/tmp/opt/kde3/include/kde/arts/artsflow.h +debian/tmp/opt/kde3/include/kde/arts/artsflow.idl +debian/tmp/opt/kde3/include/kde/arts/artsversion.h +debian/tmp/opt/kde3/include/kde/arts/asyncstream.h +debian/tmp/opt/kde3/include/kde/arts/audioio.h +debian/tmp/opt/kde3/include/kde/arts/audiosubsys.h +debian/tmp/opt/kde3/include/kde/arts/buffer.h +debian/tmp/opt/kde3/include/kde/arts/bufferqueue.h +debian/tmp/opt/kde3/include/kde/arts/cache.h +debian/tmp/opt/kde3/include/kde/arts/cachedwav.h +debian/tmp/opt/kde3/include/kde/arts/common.h +debian/tmp/opt/kde3/include/kde/arts/connect.h +debian/tmp/opt/kde3/include/kde/arts/connection.h +debian/tmp/opt/kde3/include/kde/arts/convert.h +debian/tmp/opt/kde3/include/kde/arts/core.h +debian/tmp/opt/kde3/include/kde/arts/core.idl +debian/tmp/opt/kde3/include/kde/arts/cpuinfo.h +debian/tmp/opt/kde3/include/kde/arts/datapacket.h +debian/tmp/opt/kde3/include/kde/arts/debug.h +debian/tmp/opt/kde3/include/kde/arts/delayedreturn.h +debian/tmp/opt/kde3/include/kde/arts/dispatcher.h +debian/tmp/opt/kde3/include/kde/arts/dynamicrequest.h +debian/tmp/opt/kde3/include/kde/arts/dynamicskeleton.h +debian/tmp/opt/kde3/include/kde/arts/extensionloader.h +debian/tmp/opt/kde3/include/kde/arts/factory.h +debian/tmp/opt/kde3/include/kde/arts/fft.h +debian/tmp/opt/kde3/include/kde/arts/flowsystem.h +debian/tmp/opt/kde3/include/kde/arts/giomanager.h +debian/tmp/opt/kde3/include/kde/arts/gsl/gslcommon.h +debian/tmp/opt/kde3/include/kde/arts/gsl/gslconfig.h +debian/tmp/opt/kde3/include/kde/arts/gsl/gslconvert.h +debian/tmp/opt/kde3/include/kde/arts/gsl/gsldatacache.h +debian/tmp/opt/kde3/include/kde/arts/gsl/gsldatahandle-mad.h +debian/tmp/opt/kde3/include/kde/arts/gsl/gsldatahandle-vorbis.h +debian/tmp/opt/kde3/include/kde/arts/gsl/gsldatahandle.h +debian/tmp/opt/kde3/include/kde/arts/gsl/gsldatautils.h +debian/tmp/opt/kde3/include/kde/arts/gsl/gsldefs.h +debian/tmp/opt/kde3/include/kde/arts/gsl/gslengine.h +debian/tmp/opt/kde3/include/kde/arts/gsl/gslfft.h +debian/tmp/opt/kde3/include/kde/arts/gsl/gslfilter.h +debian/tmp/opt/kde3/include/kde/arts/gsl/gslieee754.h +debian/tmp/opt/kde3/include/kde/arts/gsl/gslloader.h +debian/tmp/opt/kde3/include/kde/arts/gsl/gslmagic.h +debian/tmp/opt/kde3/include/kde/arts/gsl/gslmath.h +debian/tmp/opt/kde3/include/kde/arts/gsl/gsloscillator.h +debian/tmp/opt/kde3/include/kde/arts/gsl/gslosctable.h +debian/tmp/opt/kde3/include/kde/arts/gsl/gslsignal.h +debian/tmp/opt/kde3/include/kde/arts/gsl/gslwavechunk.h +debian/tmp/opt/kde3/include/kde/arts/gsl/gslwaveosc.h +debian/tmp/opt/kde3/include/kde/arts/gslschedule.h +debian/tmp/opt/kde3/include/kde/arts/idlfilereg.h +debian/tmp/opt/kde3/include/kde/arts/ifacerepo_impl.h +debian/tmp/opt/kde3/include/kde/arts/iomanager.h +debian/tmp/opt/kde3/include/kde/arts/kmedia2.h +debian/tmp/opt/kde3/include/kde/arts/kmedia2.idl +debian/tmp/opt/kde3/include/kde/arts/mcopconfig.h +debian/tmp/opt/kde3/include/kde/arts/mcoputils.h +debian/tmp/opt/kde3/include/kde/arts/notification.h +debian/tmp/opt/kde3/include/kde/arts/object.h +debian/tmp/opt/kde3/include/kde/arts/objectmanager.h +debian/tmp/opt/kde3/include/kde/arts/pipebuffer.h +debian/tmp/opt/kde3/include/kde/arts/pool.h +debian/tmp/opt/kde3/include/kde/arts/qiomanager.h +debian/tmp/opt/kde3/include/kde/arts/reference.h +debian/tmp/opt/kde3/include/kde/arts/referenceclean.h +debian/tmp/opt/kde3/include/kde/arts/resample.h +debian/tmp/opt/kde3/include/kde/arts/socketconnection.h +debian/tmp/opt/kde3/include/kde/arts/soundserver.h +debian/tmp/opt/kde3/include/kde/arts/soundserver.idl +debian/tmp/opt/kde3/include/kde/arts/startupmanager.h +debian/tmp/opt/kde3/include/kde/arts/stdsynthmodule.h +debian/tmp/opt/kde3/include/kde/arts/synthschedule.h +debian/tmp/opt/kde3/include/kde/arts/tcpconnection.h +debian/tmp/opt/kde3/include/kde/arts/tcpserver.h +debian/tmp/opt/kde3/include/kde/arts/thread.h +debian/tmp/opt/kde3/include/kde/arts/type.h +debian/tmp/opt/kde3/include/kde/arts/unixconnection.h +debian/tmp/opt/kde3/include/kde/arts/unixserver.h +debian/tmp/opt/kde3/include/kde/arts/weakreference.h +debian/tmp/opt/kde3/lib/libartscbackend.a +debian/tmp/opt/kde3/lib/libartscbackend.so +debian/tmp/opt/kde3/lib/libartsdsp.a +debian/tmp/opt/kde3/lib/libartsdsp.la +debian/tmp/opt/kde3/lib/libartsdsp.so +debian/tmp/opt/kde3/lib/libartsdsp_st.a +debian/tmp/opt/kde3/lib/libartsdsp_st.la +debian/tmp/opt/kde3/lib/libartsdsp_st.so +debian/tmp/opt/kde3/lib/libartsflow.a +debian/tmp/opt/kde3/lib/libartsflow.la +debian/tmp/opt/kde3/lib/libartsflow.so +debian/tmp/opt/kde3/lib/libartsflow_idl.a +debian/tmp/opt/kde3/lib/libartsflow_idl.la +debian/tmp/opt/kde3/lib/libartsflow_idl.so +debian/tmp/opt/kde3/lib/libartsgslplayobject.a +debian/tmp/opt/kde3/lib/libartsgslplayobject.so +debian/tmp/opt/kde3/lib/libartswavplayobject.a +debian/tmp/opt/kde3/lib/libartswavplayobject.so +debian/tmp/opt/kde3/lib/libgmcop.a +debian/tmp/opt/kde3/lib/libgmcop.la +debian/tmp/opt/kde3/lib/libgmcop.so +debian/tmp/opt/kde3/lib/libkmedia2.a +debian/tmp/opt/kde3/lib/libkmedia2.so +debian/tmp/opt/kde3/lib/libkmedia2_idl.a +debian/tmp/opt/kde3/lib/libkmedia2_idl.la +debian/tmp/opt/kde3/lib/libkmedia2_idl.so +debian/tmp/opt/kde3/lib/libmcop.a +debian/tmp/opt/kde3/lib/libmcop.la +debian/tmp/opt/kde3/lib/libmcop.so +debian/tmp/opt/kde3/lib/libmcop_mt.a +debian/tmp/opt/kde3/lib/libmcop_mt.la +debian/tmp/opt/kde3/lib/libmcop_mt.so +debian/tmp/opt/kde3/lib/libqtmcop.a +debian/tmp/opt/kde3/lib/libqtmcop.la +debian/tmp/opt/kde3/lib/libqtmcop.so +debian/tmp/opt/kde3/lib/libsoundserver_idl.a +debian/tmp/opt/kde3/lib/libsoundserver_idl.la +debian/tmp/opt/kde3/lib/libsoundserver_idl.so +debian/tmp/opt/kde3/lib/libx11globalcomm.a +debian/tmp/opt/kde3/lib/libx11globalcomm.so diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/libarts1c2a-kde3.docs b/ubuntu/maverick_automake/dependencies/arts/debian/libarts1c2a-kde3.docs new file mode 100644 index 000000000..e174728f5 --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/libarts1c2a-kde3.docs @@ -0,0 +1 @@ +debian/README.Debian diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/libarts1c2a-kde3.install b/ubuntu/maverick_automake/dependencies/arts/debian/libarts1c2a-kde3.install new file mode 100644 index 000000000..fb3c0a277 --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/libarts1c2a-kde3.install @@ -0,0 +1,68 @@ +debian/tmp/opt/kde3/bin/artscat +debian/tmp/opt/kde3/bin/artsd +debian/tmp/opt/kde3/bin/artsdsp +debian/tmp/opt/kde3/bin/artsplay +debian/tmp/opt/kde3/bin/artsrec +debian/tmp/opt/kde3/bin/artsshell +debian/tmp/opt/kde3/bin/artswrapper +debian/tmp/opt/kde3/lib/libartscbackend.la +debian/tmp/opt/kde3/lib/libartscbackend.so.0 +debian/tmp/opt/kde3/lib/libartscbackend.so.0.0.0 +debian/tmp/opt/kde3/lib/libartsdsp.so.0 +debian/tmp/opt/kde3/lib/libartsdsp.so.0.0.0 +debian/tmp/opt/kde3/lib/libartsdsp_st.so.0 +debian/tmp/opt/kde3/lib/libartsdsp_st.so.0.0.0 +debian/tmp/opt/kde3/lib/libartsflow.so.1 +debian/tmp/opt/kde3/lib/libartsflow.so.1.0.0 +debian/tmp/opt/kde3/lib/libartsflow_idl.so.1 +debian/tmp/opt/kde3/lib/libartsflow_idl.so.1.0.0 +debian/tmp/opt/kde3/lib/libartsgslplayobject.la +debian/tmp/opt/kde3/lib/libartsgslplayobject.so.0 +debian/tmp/opt/kde3/lib/libartsgslplayobject.so.0.0.0 +debian/tmp/opt/kde3/lib/libartswavplayobject.la +debian/tmp/opt/kde3/lib/libartswavplayobject.so.0 +debian/tmp/opt/kde3/lib/libartswavplayobject.so.0.0.0 +debian/tmp/opt/kde3/lib/libgmcop.so.1 +debian/tmp/opt/kde3/lib/libgmcop.so.1.0.0 +debian/tmp/opt/kde3/lib/libkmedia2.la +debian/tmp/opt/kde3/lib/libkmedia2.so.1 +debian/tmp/opt/kde3/lib/libkmedia2.so.1.0.0 +debian/tmp/opt/kde3/lib/libkmedia2_idl.so.1 +debian/tmp/opt/kde3/lib/libkmedia2_idl.so.1.0.0 +debian/tmp/opt/kde3/lib/libmcop.so.1 +debian/tmp/opt/kde3/lib/libmcop.so.1.0.0 +debian/tmp/opt/kde3/lib/libmcop_mt.so.1 +debian/tmp/opt/kde3/lib/libmcop_mt.so.1.0.0 +debian/tmp/opt/kde3/lib/libqtmcop.so.1 +debian/tmp/opt/kde3/lib/libqtmcop.so.1.0.0 +debian/tmp/opt/kde3/lib/libsoundserver_idl.so.1 +debian/tmp/opt/kde3/lib/libsoundserver_idl.so.1.0.0 +debian/tmp/opt/kde3/lib/libx11globalcomm.la +debian/tmp/opt/kde3/lib/libx11globalcomm.so.1 +debian/tmp/opt/kde3/lib/libx11globalcomm.so.1.0.0 +debian/tmp/opt/kde3/lib/mcop/Arts/DataHandlePlay.mcopclass +debian/tmp/opt/kde3/lib/mcop/Arts/FileInputStream.mcopclass +debian/tmp/opt/kde3/lib/mcop/Arts/GSLPlayObject.mcopclass +debian/tmp/opt/kde3/lib/mcop/Arts/Synth_ADD.mcopclass +debian/tmp/opt/kde3/lib/mcop/Arts/Synth_AMAN_PLAY.mcopclass +debian/tmp/opt/kde3/lib/mcop/Arts/Synth_AMAN_RECORD.mcopclass +debian/tmp/opt/kde3/lib/mcop/Arts/Synth_BUS_DOWNLINK.mcopclass +debian/tmp/opt/kde3/lib/mcop/Arts/Synth_BUS_UPLINK.mcopclass +debian/tmp/opt/kde3/lib/mcop/Arts/Synth_FREQUENCY.mcopclass +debian/tmp/opt/kde3/lib/mcop/Arts/Synth_MUL.mcopclass +debian/tmp/opt/kde3/lib/mcop/Arts/Synth_MULTI_ADD.mcopclass +debian/tmp/opt/kde3/lib/mcop/Arts/Synth_PLAY.mcopclass +debian/tmp/opt/kde3/lib/mcop/Arts/Synth_PLAY_WAV.mcopclass +debian/tmp/opt/kde3/lib/mcop/Arts/Synth_RECORD.mcopclass +debian/tmp/opt/kde3/lib/mcop/Arts/Synth_WAVE_SIN.mcopclass +debian/tmp/opt/kde3/lib/mcop/Arts/WavPlayObject.mcopclass +debian/tmp/opt/kde3/lib/mcop/Arts/WaveDataHandle.mcopclass +debian/tmp/opt/kde3/lib/mcop/Arts/X11GlobalComm.mcopclass +debian/tmp/opt/kde3/lib/mcop/artsflow.mcopclass +debian/tmp/opt/kde3/lib/mcop/artsflow.mcoptype +debian/tmp/opt/kde3/lib/mcop/kmedia2.mcopclass +debian/tmp/opt/kde3/lib/mcop/kmedia2.mcoptype +debian/tmp/opt/kde3/lib/mcop/soundserver.mcopclass +debian/tmp/opt/kde3/lib/mcop/soundserver.mcoptype +debian/tmp/opt/kde3/lib/mcop/x11globalcomm.mcopclass +debian/tmp/opt/kde3/lib/mcop/x11globalcomm.mcoptype diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/libarts1c2a-kde3.manpages b/ubuntu/maverick_automake/dependencies/arts/debian/libarts1c2a-kde3.manpages new file mode 100644 index 000000000..fba72b43f --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/libarts1c2a-kde3.manpages @@ -0,0 +1,3 @@ +debian/man/out/artscat-kde3.1 +debian/man/artsdsp-kde3.1 + diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/libartsc0-dev-kde3.manpages b/ubuntu/maverick_automake/dependencies/arts/debian/libartsc0-dev-kde3.manpages new file mode 100644 index 000000000..c731ec33b --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/libartsc0-dev-kde3.manpages @@ -0,0 +1 @@ +debian/man/out/artsc-config-kde3.1 diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/libartsc0-kde3-dev.install b/ubuntu/maverick_automake/dependencies/arts/debian/libartsc0-kde3-dev.install new file mode 100644 index 000000000..b666dca4c --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/libartsc0-kde3-dev.install @@ -0,0 +1,6 @@ +debian/tmp/opt/kde3/bin/artsc-config +debian/tmp/opt/kde3/include/kde/artsc/artsc.h +debian/tmp/opt/kde3/include/kde/artsc/artsc_export.h +debian/tmp/opt/kde3/lib/libartsc.a +debian/tmp/opt/kde3/lib/libartsc.la +debian/tmp/opt/kde3/lib/libartsc.so diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/libartsc0-kde3.install b/ubuntu/maverick_automake/dependencies/arts/debian/libartsc0-kde3.install new file mode 100644 index 000000000..eaa5ec6e7 --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/libartsc0-kde3.install @@ -0,0 +1,2 @@ +debian/tmp/opt/kde3/lib/libartsc.so.0 +debian/tmp/opt/kde3/lib/libartsc.so.0.0.0 diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/man/artsc-config-kde3.sgml b/ubuntu/maverick_automake/dependencies/arts/debian/man/artsc-config-kde3.sgml new file mode 100644 index 000000000..8072e337d --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/man/artsc-config-kde3.sgml @@ -0,0 +1,160 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + + Chris"> + Cheney"> + + November 6, 2002"> + + 1"> + ccheney@debian.org"> + + ARTSC-CONFIG"> + + + Debian"> + GNU"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2002 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Get information about a libartsc installation + + + + &dhpackage; + + + + + + + + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; command. + + &dhpackage; displays information about a previous libartsc installation. + + + + OPTIONS + + This program follows the usual GNU command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. + + + + + + + This is the prefix used when libartsc was installed. + + + + + + + Outputs version information about the installed arts. + + + + + + + Set of compiler options (CFLAGS) to use when compiling files that use libartsc. + + + + + + + Shows the complete set of libs and other linker options you will need in order to link your application with libartsc. + + + + + + + Outputs version information about the installed libartsc. + + + + + + AUTHOR + + This manual page was written by &dhusername; + <&dhemail;> for the &debian; system (but may be used by + others). Permission is granted to copy, distribute and/or + modify this document under the terms of the &gnu; General Public + License, Version 2 or any later version published by the Free + Software Foundation. + + + On Debian systems, the complete text of the GNU General + Public License can be found in /usr/share/common-licenses/GPL. + + + +
+ + diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/man/artscat-kde3.sgml b/ubuntu/maverick_automake/dependencies/arts/debian/man/artscat-kde3.sgml new file mode 100644 index 000000000..7dff34d95 --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/man/artscat-kde3.sgml @@ -0,0 +1,164 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + + Chris"> + Cheney"> + + November 6, 2002"> + + 1"> + ccheney@debian.org"> + + ARTSCAT"> + + + Debian"> + GNU"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2002 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + pipe data to sound device + + + + &dhpackage; + + + + + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; command. + + &dhpackage; pipes data from a pipe to the sound device through arts. + + + + OPTIONS + + This program follows the usual GNU command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. + + + + + + + set number of bits (8 or 16) + + + + + + + set number of channels (1 or 2) + + + + + + + display help and exit + + + + + + + set samplingrate to use + + + + + + + set stream title + + + + + + + show version + + + + + + AUTHOR + + This manual page was written by &dhusername; + <&dhemail;> for the &debian; system (but may be used by + others). Permission is granted to copy, distribute and/or + modify this document under the terms of the &gnu; General Public + License, Version 2 or any later version published by the Free + Software Foundation. + + + On Debian systems, the complete text of the GNU General + Public License can be found in /usr/share/common-licenses/GPL. + + + +
+ + diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/man/artsdsp-kde3.1 b/ubuntu/maverick_automake/dependencies/arts/debian/man/artsdsp-kde3.1 new file mode 100644 index 000000000..2615f47c2 --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/man/artsdsp-kde3.1 @@ -0,0 +1,31 @@ +.TH ARTSDSP "1" "February 2008" "artsdsp" "User Commands" +.SH NAME +artsdsp \- manual page for artsdsp +.SH DESCRIPTION +artsdsp \- attempt to reroute audio device to artsd +.PP +artsdsp [options] binary +.PP +options: +.TP +.B \-h, \-\-help +Show brief help. +.TP +.B \-n, \-\-name\fR=\fINAME\fR +Use name to identify player to artsd. +.TP +.B \-m, \-\-mmap +Emulate memory mapping (i.e. for quake). +.TP +.B \-s, \-\-single\-threaded +Use the single\-threaded version. +.TP +.B \-v, \-\-verbose +Show parameters. +.TP +.B \-V, \-\-version +Show version. +.PP +This manual page was written by Fathi Boudra , +for the Debian project (but may be used by others). + diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/patches/11_path_max_hurd.diff b/ubuntu/maverick_automake/dependencies/arts/debian/patches/11_path_max_hurd.diff new file mode 100644 index 000000000..e2deeda88 --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/patches/11_path_max_hurd.diff @@ -0,0 +1,372 @@ +--- a/soundserver/artsplay.cc ++++ b/soundserver/artsplay.cc +@@ -42,13 +42,19 @@ + { + if(path[0] == '/') return path; + +- char buffer[PATH_MAX]; +- getcwd(buffer,PATH_MAX); ++ int size = 4096; + +- if(buffer[strlen(buffer)-1] == '/') +- return buffer + path; +- else +- return string(buffer) + '/' + path; ++ while (1) { ++ char buffer[size]; ++ if (getcwd(buffer,size)) ++ { ++ if(buffer[strlen(buffer)-1] == '/') ++ return buffer + path; ++ else ++ return string(buffer) + '/' + path; ++ } ++ size *= 2; ++ } + } + + int main(int argc, char **argv) +--- a/mcop/mcoputils.cc ++++ b/mcop/mcoputils.cc +@@ -71,8 +71,8 @@ + static char *locate_mcop_dir() + { + struct passwd *pw_ent; +- char kde_tmp_dir[PATH_MAX+1]; +- char user_tmp_dir[PATH_MAX+1]; ++ string kde_tmp_dir; ++ string user_tmp_dir; + int uid = getuid(); + const char *home_dir = getenv("HOME"); + const char *kde_home = uid ? getenv("KDEHOME") : getenv("KDEROOTHOME"); +@@ -88,7 +88,7 @@ + if (!tmp || !tmp[0]) + tmp = "/tmp"; + +- kde_tmp_dir[0] = 0; ++ kde_tmp_dir = ""; + + pw_ent = getpwuid(uid); + if (!pw_ent) +@@ -97,12 +97,7 @@ + return 0; + } + +- strncpy(user_tmp_dir, tmp, PATH_MAX ); +- user_tmp_dir[ PATH_MAX ] = '\0'; +- strncat(user_tmp_dir, "/ksocket-", PATH_MAX - strlen(user_tmp_dir) ); +- user_tmp_dir[ PATH_MAX ] = '\0'; +- strncat(user_tmp_dir, pw_ent->pw_name, PATH_MAX - strlen(user_tmp_dir)); +- user_tmp_dir[ PATH_MAX ] = '\0'; ++ user_tmp_dir = string(tmp) + "/ksocket-" + string(pw_ent->pw_name); + + if (!kde_home || !kde_home[0]) + { +@@ -119,44 +114,37 @@ + { + arts_fatal("Aborting. $HOME not set!"); + } +- if (strlen(home_dir) > (PATH_MAX-100)) +- { +- arts_fatal("Aborting. Home directory path too long!"); +- } + kde_home++; +- strncpy(kde_tmp_dir, home_dir, PATH_MAX); +- kde_tmp_dir[ PATH_MAX ] = '\0'; ++ kde_tmp_dir = string(home_dir); + } +- strncat(kde_tmp_dir, kde_home, PATH_MAX - strlen(kde_tmp_dir)); ++ kde_tmp_dir += kde_home; + + /** Strip trailing '/' **/ +- if ( kde_tmp_dir[strlen(kde_tmp_dir)-1] == '/') +- kde_tmp_dir[strlen(kde_tmp_dir)-1] = 0; ++ if ( kde_tmp_dir[kde_tmp_dir.length()-1] == '/') ++ kde_tmp_dir.resize(kde_tmp_dir.length()-1); + +- result = stat(kde_tmp_dir, &stat_buf); ++ result = stat(kde_tmp_dir.c_str(), &stat_buf); + if (result == -1) + { + return 0; + } + +- strncat(kde_tmp_dir, kde_prefix, PATH_MAX - strlen(kde_tmp_dir)); +- if (gethostname(kde_tmp_dir+strlen(kde_tmp_dir), PATH_MAX - strlen(kde_tmp_dir) - 1) != 0) ++ kde_tmp_dir += kde_prefix; + { +- arts_fatal("Aborting. Could not determine hostname or hostname too long."); ++ char buf[1024]; ++ if (gethostname(buf, sizeof(buf)-1) != 0) ++ { ++ arts_fatal("Aborting. Could not determine hostname or hostname too long."); ++ } ++ buf[sizeof(buf)-1] = '\0'; ++ kde_tmp_dir += buf; + } +- kde_tmp_dir[sizeof(kde_tmp_dir)-1] = '\0'; + +- result = lstat(kde_tmp_dir, &stat_buf); ++ result = lstat(kde_tmp_dir.c_str(), &stat_buf); + if ((result == 0) && (S_ISDIR(stat_buf.st_mode))) + { + /* $KDEHOME/socket-$HOSTNAME is a normal directory. Do nothing. */ +- tmp_buf = (char *) malloc(PATH_MAX+1); +- if (!tmp_buf) +- return 0; +- +- strncpy(tmp_buf, kde_tmp_dir, PATH_MAX); +- tmp_buf[ PATH_MAX ] = '\0'; +- ++ tmp_buf = strdup(kde_tmp_dir.c_str()); + return tmp_buf; + } + +@@ -167,26 +155,32 @@ + } + if ((result == -1) || (!S_ISLNK(stat_buf.st_mode))) + { +- arts_warning("Error: \"%s\" is not a link or a directory.\n", kde_tmp_dir); ++ arts_warning("Error: \"%s\" is not a link or a directory.\n", kde_tmp_dir.c_str()); + return 0; + } +- tmp_buf = (char *) malloc(PATH_MAX+1); +- if (!tmp_buf) +- return 0; + + /* kde_tmp_dir is a link. Check whether it points to a valid directory. */ +- result = readlink(kde_tmp_dir, tmp_buf, PATH_MAX); +- if (result == -1) +- { +- arts_warning("Error: \"%s\" could not be read.\n", kde_tmp_dir); +- free(tmp_buf); +- return 0; +- } ++ ssize_t size = 2048; ++ tmp_buf = NULL; ++ do { ++ size *= 2; ++ tmp_buf = (char *) realloc(tmp_buf, size); ++ if (!tmp_buf) ++ return 0; ++ result = readlink(kde_tmp_dir.c_str(), tmp_buf, size - 1); ++ if (result == -1) ++ { ++ arts_warning("Error: \"%s\" could not be read.\n", kde_tmp_dir.c_str()); ++ free(tmp_buf); ++ return 0; ++ } ++ } while(result == size - 1); + tmp_buf[result] = '\0'; ++ + // printf("Link points to \"%s\"\n", tmp_buf); +- if (strncmp(tmp_buf, user_tmp_dir, strlen(user_tmp_dir)) != 0) ++ if (strncmp(tmp_buf, user_tmp_dir.c_str(), user_tmp_dir.length()) != 0) + { +- arts_warning("Error: \"%s\" points to \"%s\" instead of \"%s\".\n", kde_tmp_dir, tmp_buf, user_tmp_dir); ++ arts_warning("Error: \"%s\" points to \"%s\" instead of \"%s\".\n", kde_tmp_dir.c_str(), tmp_buf, user_tmp_dir.c_str()); + free(tmp_buf); + return 0; + } +@@ -221,19 +215,19 @@ + + + static +-int build_link(const char *tmp_prefix, const char *kde_prefix) ++int build_link(string tmp_prefix, const char *kde_prefix) + { + struct passwd *pw_ent; +- char kde_tmp_dir[PATH_MAX+1]; +- char user_tmp_dir[PATH_MAX+1]; +- char tmp_buf[PATH_MAX+1]; ++ string kde_tmp_dir; ++ string user_tmp_dir; ++ char *tmp_buf; + int uid = getuid(); + const char *home_dir = getenv("HOME"); + const char *kde_home = uid ? getenv("KDEHOME") : getenv("KDEROOTHOME"); + int result; + struct stat stat_buf; + +- kde_tmp_dir[0] = 0; ++ kde_tmp_dir = ""; + + pw_ent = getpwuid(uid); + if (!pw_ent) +@@ -242,9 +236,7 @@ + return 1; + } + +- strncpy(user_tmp_dir, tmp_prefix, PATH_MAX); +- user_tmp_dir[ PATH_MAX ] = '\0'; +- strncat(user_tmp_dir, pw_ent->pw_name, PATH_MAX - strlen(tmp_prefix)); ++ user_tmp_dir = tmp_prefix + string(pw_ent->pw_name); + + if (!kde_home || !kde_home[0]) + { +@@ -262,89 +254,106 @@ + fprintf(stderr, "Aborting. $HOME not set!"); + exit(255); + } +- if (strlen(home_dir) > (PATH_MAX-100)) +- { +- fprintf(stderr, "Aborting. Home directory path too long!"); +- exit(255); +- } + kde_home++; +- strncpy(kde_tmp_dir, home_dir, PATH_MAX); +- kde_tmp_dir[ PATH_MAX ] = '\0'; ++ kde_tmp_dir = string(home_dir); + } +- strncat(kde_tmp_dir, kde_home, PATH_MAX - strlen(kde_tmp_dir)); ++ kde_tmp_dir += kde_home; + + /** Strip trailing '/' **/ +- if ( kde_tmp_dir[strlen(kde_tmp_dir)-1] == '/') +- kde_tmp_dir[strlen(kde_tmp_dir)-1] = 0; ++ if ( kde_tmp_dir[kde_tmp_dir.length()-1] == '/') ++ kde_tmp_dir.resize(kde_tmp_dir.length()-1); + +- result = stat(kde_tmp_dir, &stat_buf); ++ result = stat(kde_tmp_dir.c_str(), &stat_buf); + if ((result == -1) && (errno == ENOENT)) + { +- result = mkdir(kde_tmp_dir, 0700); ++ result = mkdir(kde_tmp_dir.c_str(), 0700); + } + if (result == -1) + { + return 1; + } + +- strncat(kde_tmp_dir, kde_prefix, PATH_MAX - strlen(kde_tmp_dir)); +- if (gethostname(kde_tmp_dir+strlen(kde_tmp_dir), PATH_MAX - strlen(kde_tmp_dir) - 1) != 0) ++ kde_tmp_dir += kde_prefix; + { +- perror("Aborting. Could not determine hostname: "); +- exit(255); ++ char buf[1024]; ++ if (gethostname(buf, sizeof(buf)-1) != 0) ++ { ++ arts_fatal("Aborting. Could not determine hostname or hostname too long."); ++ } ++ buf[sizeof(buf)-1] = '\0'; ++ kde_tmp_dir += buf; + } +- kde_tmp_dir[sizeof(kde_tmp_dir)-1] = '\0'; + +- result = lstat(kde_tmp_dir, &stat_buf); ++ result = lstat(kde_tmp_dir.c_str(), &stat_buf); + if ((result == 0) && (S_ISDIR(stat_buf.st_mode))) + { + /* $KDEHOME/tmp is a normal directory. Do nothing. */ +- printf("Directory \"%s\" already exists.\n", kde_tmp_dir); ++ printf("Directory \"%s\" already exists.\n", kde_tmp_dir.c_str()); + return 0; + } + if ((result == -1) && (errno == ENOENT)) + { +- printf("Creating link %s.\n", kde_tmp_dir); +- result = create_link(kde_tmp_dir, user_tmp_dir); ++ printf("Creating link %s.\n", kde_tmp_dir.c_str()); ++ result = create_link(kde_tmp_dir.c_str(), user_tmp_dir.c_str()); + if (result == 0) return 0; /* Success */ +- unlink(kde_tmp_dir); +- strncat(user_tmp_dir, "XXXXXX", PATH_MAX - strlen(user_tmp_dir)); +- mktemp(user_tmp_dir); /* We want a directory, not a file, so using mkstemp makes no sense and is wrong */ +- return create_link(kde_tmp_dir, user_tmp_dir); ++ unlink(kde_tmp_dir.c_str()); ++ user_tmp_dir += "XXXXXX"; ++ tmp_buf = strdup(user_tmp_dir.c_str()); ++ mktemp(tmp_buf); /* We want a directory, not a file, so using mkstemp makes no sense and is wrong */ ++ result = create_link(kde_tmp_dir.c_str(), tmp_buf); ++ free(tmp_buf); ++ return result; + } + if ((result == -1) || (!S_ISLNK(stat_buf.st_mode))) + { +- fprintf(stderr, "Error: \"%s\" is not a link or a directory.\n", kde_tmp_dir); ++ fprintf(stderr, "Error: \"%s\" is not a link or a directory.\n", kde_tmp_dir.c_str()); + return 1; + } + /* kde_tmp_dir is a link. Check whether it points to a valid directory. */ +- result = readlink(kde_tmp_dir, tmp_buf, PATH_MAX); +- if (result == -1) +- { +- fprintf(stderr, "Error: \"%s\" could not be read.\n", kde_tmp_dir); +- return 1; +- } ++ ssize_t size = 2048; ++ tmp_buf = NULL; ++ do { ++ size *= 2; ++ tmp_buf = (char *) realloc(tmp_buf, size); ++ if (!tmp_buf) ++ return 0; ++ result = readlink(kde_tmp_dir.c_str(), tmp_buf, size - 1); ++ if (result == -1) ++ { ++ arts_warning("Error: \"%s\" could not be read.\n", kde_tmp_dir.c_str()); ++ free(tmp_buf); ++ return 0; ++ } ++ } while(result == size - 1); + tmp_buf[result] = '\0'; ++ + printf("Link points to \"%s\"\n", tmp_buf); +- if (strncmp(tmp_buf, user_tmp_dir, strlen(user_tmp_dir)) != 0) ++ if (strncmp(tmp_buf, user_tmp_dir.c_str(), user_tmp_dir.length()) != 0) + { +- fprintf(stderr, "Error: \"%s\" points to \"%s\" instead of \"%s\".\n", kde_tmp_dir, tmp_buf, user_tmp_dir); +- unlink(kde_tmp_dir); +- printf("Creating link %s.\n", kde_tmp_dir); +- result = create_link(kde_tmp_dir, user_tmp_dir); ++ fprintf(stderr, "Error: \"%s\" points to \"%s\" instead of \"%s\".\n", kde_tmp_dir.c_str(), tmp_buf, user_tmp_dir.c_str()); ++ free(tmp_buf); ++ unlink(kde_tmp_dir.c_str()); ++ printf("Creating link %s.\n", kde_tmp_dir.c_str()); ++ result = create_link(kde_tmp_dir.c_str(), user_tmp_dir.c_str()); + if (result == 0) return 0; /* Success */ +- unlink(kde_tmp_dir); +- strncat(user_tmp_dir, "XXXXXX", PATH_MAX - strlen(user_tmp_dir)); +- mktemp(user_tmp_dir); /* We want a directory, not a file, so using mkstemp makes no sense and is wrong */ +- return create_link(kde_tmp_dir, user_tmp_dir); +- return 1; ++ unlink(kde_tmp_dir.c_str()); ++ user_tmp_dir += "XXXXXX"; ++ tmp_buf = strdup(user_tmp_dir.c_str()); ++ mktemp(tmp_buf); /* We want a directory, not a file, so using mkstemp makes no sense and is wrong */ ++ result = create_link(kde_tmp_dir.c_str(), tmp_buf); ++ free(tmp_buf); ++ return result; + } + result = check_tmp_dir(tmp_buf); ++ free(tmp_buf); + if (result == 0) return 0; /* Success */ +- unlink(kde_tmp_dir); +- strncat(user_tmp_dir, "XXXXXX", PATH_MAX - strlen(user_tmp_dir)); +- mktemp(user_tmp_dir); /* We want a directory, not a file, so using mkstemp makes no sense and is wrong */ +- return create_link(kde_tmp_dir, user_tmp_dir); ++ unlink(kde_tmp_dir.c_str()); ++ user_tmp_dir += "XXXXXX"; ++ tmp_buf = strdup(user_tmp_dir.c_str()); ++ mktemp(tmp_buf); /* We want a directory, not a file, so using mkstemp makes no sense and is wrong */ ++ result = create_link(kde_tmp_dir.c_str(), tmp_buf); ++ free(tmp_buf); ++ return result; + } + + string MCOPUtils::createFilePath(string name) +@@ -364,11 +373,7 @@ + if (!tmp || !tmp[0]) + tmp = "/tmp"; + +- char tmp_prefix[PATH_MAX+1]; +- strcpy(tmp_prefix, tmp); +- strcat(tmp_prefix, "/ksocket-"); +- +- build_link(tmp_prefix, "/socket-"); ++ build_link(string(tmp) + "/ksocket-", "/socket-"); + mcop_dir = locate_mcop_dir(); + } + if (!mcop_dir) diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/patches/12_cleanup_artsc-config.diff b/ubuntu/maverick_automake/dependencies/arts/debian/patches/12_cleanup_artsc-config.diff new file mode 100644 index 000000000..603ffdf37 --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/patches/12_cleanup_artsc-config.diff @@ -0,0 +1,11 @@ +--- a/artsc/artsc-config.in ++++ b/artsc/artsc-config.in +@@ -27,7 +27,7 @@ + do + case $1 in + --libs) +- flags="$flags -L$libdir $libdl -lartsc @USE_THREADS@ @LIBPTHREAD@ @GLIB_LDFLAGS@ @GLIB_LIBADD@" ++ flags="$flags -L$libdir -lartsc" + ;; + --cflags) + flags="$flags -I$includedir/artsc @GLIB_CFLAGS@" diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/patches/14_remove_config.h_headers.diff b/ubuntu/maverick_automake/dependencies/arts/debian/patches/14_remove_config.h_headers.diff new file mode 100644 index 000000000..2da15810e --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/patches/14_remove_config.h_headers.diff @@ -0,0 +1,23 @@ +--- a/flow/cachedwav.h ++++ b/flow/cachedwav.h +@@ -23,8 +23,8 @@ + #ifndef CACHEDWAV_H + #define CACHEDWAV_H + +-#include "config.h" + #include "arts_export.h" ++ + #ifdef HAVE_LIBAUDIOFILE + #include "cache.h" + #include +--- a/flow/synthschedule.h ++++ b/flow/synthschedule.h +@@ -23,8 +23,6 @@ + #ifndef SYNTHSCHEDULE_H + #define SYNTHSCHEDULE_H + +-#include "config.h" +- + #ifdef __GNUC__ + #warning " * included! *" + #warning " * include instead *" diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/patches/15_no_warning.diff b/ubuntu/maverick_automake/dependencies/arts/debian/patches/15_no_warning.diff new file mode 100644 index 000000000..5341768c9 --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/patches/15_no_warning.diff @@ -0,0 +1,16 @@ +--- a/soundserver/artsd.cc ++++ b/soundserver/artsd.cc +@@ -296,9 +296,10 @@ + + if(cfgForceStart && !AudioSubSystem::the()->check()) + { +- warnNullDevice = "Error while initializing the sound driver:\n"; +- warnNullDevice += AudioSubSystem::the()->error(); +- warnNullDevice += "\n\nThe sound server will continue, using the null output device."; ++ //Don't show an error (this looks bad and may confuse users without sound cards), kmix makes it obvious if sound isn't working ++ //warnNullDevice = "Error while initializing the sound driver:\n"; ++ //warnNullDevice += AudioSubSystem::the()->error(); ++ //warnNullDevice += "\n\nThe sound server will continue, using the null output device."; + + AudioSubSystem::the()->audioIO("null"); + } diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/patches/kubuntu_01_fix_build.diff b/ubuntu/maverick_automake/dependencies/arts/debian/patches/kubuntu_01_fix_build.diff new file mode 100644 index 000000000..8dbad38ae --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/patches/kubuntu_01_fix_build.diff @@ -0,0 +1,13 @@ +diff -Nru arts-1.5.9/artsc/artsdsp.c arts-1.5.9/artsc/artsdsp.c +--- arts-1.5.9/artsc/artsdsp.c 2007-10-08 09:47:09.000000000 +0000 ++++ arts-1.5.9/artsc/artsdsp.c 2008-07-21 18:06:39.000000000 +0000 +@@ -37,7 +37,9 @@ + #include + #include + /* #include */ ++#define open ignore_system_open + #include ++#undef open + + #include + #include diff --git a/ubuntu/maverick_automake/dependencies/arts/debian/rules b/ubuntu/maverick_automake/dependencies/arts/debian/rules new file mode 100755 index 000000000..4bd2d699f --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/arts/debian/rules @@ -0,0 +1,33 @@ +#! /usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/utils.mk +include debian/cdbs/debian-qt-kde.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/kde3/include/kde +DEB_CONFIGURE_MANDIR := /opt/kde3/share/man +DEB_CONFIGURE_PREFIX := /opt/kde3 +DEB_CONFIGURE_INFODIR := /opt/kde3/share/info + +cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) + +DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_SKIP_RPATH=OFF -DCMAKE_LIBRARY_PATH="/opt/kde3/lib" -DCMAKE_INCLUDE_PATH="/opt/kde3/include/kde" -DCMAKE_CXX_FLAGS="-I/opt/kde3/include/kde" -DCMAKE_LDFLAGS="-L/opt/kde3/lib" +DEB_DH_STRIP_ARGS := --dbg-package=arts-kde3-dbg + +PACKAGES_WITH_LIBS := libarts1c2a-kde3 libartsc0-kde3 + +DEB_DH_MAKESHLIBS_ARGS_libarts1c2a-kde3 := -V'libarts1c2a-kde3 (>= 1.5.9)' +DEB_DH_MAKESHLIBS_ARGS_libartsc0-kde3 := -V'libartsc0-kde3 (>= 1.5.9)' + +#shlibs_ver = 1.5.0-1 +#$(foreach p,$(PACKAGES_WITH_LIBS),$(eval DEB_DH_MAKESHLIBS_ARGS_$(p) := -V'$(p) (>= $(shlibs_ver))')) + +DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) + +binary-predeb/libarts1-kde3-dev:: +ifeq (linux,$(DEB_HOST_ARCH_OS)) + echo "libasound2-kde3-dev=libasound2-kde3-dev" >> debian/libarts1-dev.substvars +endif + diff --git a/ubuntu/maverick_automake/dependencies/tqtinterface/debian/changelog b/ubuntu/maverick_automake/dependencies/tqtinterface/debian/changelog new file mode 100644 index 000000000..460ca1061 --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/tqtinterface/debian/changelog @@ -0,0 +1,5 @@ +libtqtinterface (4:0.3.0) lucid; urgency=low + + * Initial release of the TQt Interface Library, supporting Qt3 + + -- Timothy Pearson Mon, 12 Jul 2010 03:13:00 -0600 \ No newline at end of file diff --git a/ubuntu/maverick_automake/dependencies/tqtinterface/debian/compat b/ubuntu/maverick_automake/dependencies/tqtinterface/debian/compat new file mode 100644 index 000000000..8adb55bea --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/tqtinterface/debian/compat @@ -0,0 +1 @@ +4 diff --git a/ubuntu/maverick_automake/dependencies/tqtinterface/debian/control b/ubuntu/maverick_automake/dependencies/tqtinterface/debian/control new file mode 100644 index 000000000..b45a209a2 --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/tqtinterface/debian/control @@ -0,0 +1,26 @@ +Source: libtqtinterface +Section: kde +Priority: optional +Maintainer: Timothy Pearson +Build-Depends: debhelper (>> 4.0.0), libqt3-mt-dev, libavahi-qt3-dev, cmake, cdbs +Standards-Version: 3.8.3 + +Package: libtqtinterface +Architecture: any +Section: libs +Depends: ${shlibs:Depends} +Description: The Trinity Qt Interface Libraries + The Trinity Qt Interface is a library that abstracts Qt from Trinity + This allows the Trinity code to rapidly port from one version of Qt to another. + This is primarily accomplished by defining old functions in terms of new functions, + although some code has been added for useful functions that are no longer part of Qt. + +Package: libtqtinterface-dev +Architecture: any +Section: libs +Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}) +Description: The Trinity Qt Interface Libraries (Development Files) + The Trinity Qt Interface is a library that abstracts Qt from Trinity + This allows the Trinity code to rapidly port from one version of Qt to another. + This is primarily accomplished by defining old functions in terms of new functions, + although some code has been added for useful functions that are no longer part of Qt. diff --git a/ubuntu/maverick_automake/dependencies/tqtinterface/debian/copyright b/ubuntu/maverick_automake/dependencies/tqtinterface/debian/copyright new file mode 100644 index 000000000..978e1bb3e --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/tqtinterface/debian/copyright @@ -0,0 +1,25 @@ +This package was debianized by Timothy Pearson on +Mon, 12 Jul 2010 03:58:00 -0600. + +Upstream Authors: Timothy Pearson + +Copyright: + + Copyright (c) 2010, Timothy Pearson + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991, or at + your option any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. diff --git a/ubuntu/maverick_automake/dependencies/tqtinterface/debian/doc-base b/ubuntu/maverick_automake/dependencies/tqtinterface/debian/doc-base new file mode 100644 index 000000000..e69de29bb diff --git a/ubuntu/maverick_automake/dependencies/tqtinterface/debian/docs b/ubuntu/maverick_automake/dependencies/tqtinterface/debian/docs new file mode 100644 index 000000000..e69de29bb diff --git a/ubuntu/maverick_automake/dependencies/tqtinterface/debian/libtqtinterface-dev.install b/ubuntu/maverick_automake/dependencies/tqtinterface/debian/libtqtinterface-dev.install new file mode 100644 index 000000000..8b19fb624 --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/tqtinterface/debian/libtqtinterface-dev.install @@ -0,0 +1,2 @@ +debian/tmp/usr/include /usr +debian/tmp/usr/bin /usr diff --git a/ubuntu/maverick_automake/dependencies/tqtinterface/debian/libtqtinterface.install b/ubuntu/maverick_automake/dependencies/tqtinterface/debian/libtqtinterface.install new file mode 100644 index 000000000..f9610d9a2 --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/tqtinterface/debian/libtqtinterface.install @@ -0,0 +1 @@ +debian/tmp/usr/lib /usr diff --git a/ubuntu/maverick_automake/dependencies/tqtinterface/debian/links b/ubuntu/maverick_automake/dependencies/tqtinterface/debian/links new file mode 100644 index 000000000..e69de29bb diff --git a/ubuntu/maverick_automake/dependencies/tqtinterface/debian/rules b/ubuntu/maverick_automake/dependencies/tqtinterface/debian/rules new file mode 100755 index 000000000..dadefb425 --- /dev/null +++ b/ubuntu/maverick_automake/dependencies/tqtinterface/debian/rules @@ -0,0 +1,34 @@ +#! /usr/bin/make -f +# see debian/rules file for kdesvn for cmake examples + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/utils.mk + +DEB_KDE_APIDOX := yes + +version=Debian Package $(DEB_VERSION) +DEB_OPT_FLAG += -DDEBIAN_VERSION=$(DEB_VERSION) + +DEB_CONFIGURE_INCLUDEDIR := /opt/kde3/include/kde +DEB_CONFIGURE_MANDIR := /opt/kde3/share/man +DEB_CONFIGURE_PREFIX := /opt/kde3 +DEB_CONFIGURE_INFODIR := /opt/kde3/share/info + +cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) + +DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_LIBRARY_PATH="/opt/kde3/lib" -DCMAKE_INCLUDE_PATH="/opt/kde3/include/kde" -DCMAKE_CXX_FLAGS="-I/opt/kde3/include/kde" -DCMAKE_LDFLAGS="-L/opt/kde3/lib" + +DEB_CONFIGURE_EXTRA_FLAGS := \ + --enable-mitshm --with-alsa --enable-dnotify --enable-inotify \ + --with-lua-includes=/usr/include/lua50 --prefix=/opt/kde3 \ + --with-distribution="Kubuntu (`lsb_release --codename --short`) $(DEB_VERSION)" --with-sudo-kdesu-backend + +DEB_FIXPERMS_EXCLUDE := \ + opt/kde3/bin/fileshareset \ + opt/kde3/bin/kgrantpty \ + opt/kde3/bin/kpac_dhcp_helper \ + opt/kde3/bin/start_kdeinit + +DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) -- cgit v1.2.1