From 0cc79c34f5e9be7eced52b0565e8e79acfa5f4e6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 3 Aug 2011 14:44:58 -0500 Subject: Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick --- .../k3b/debian/KUBUNTU-DEBIAN-DIFFERENCES | 8 + debian/lenny/applications/k3b/debian/README.Debian | 49 + .../applications/k3b/debian/cdbs/buildvars.mk | 86 ++ .../applications/k3b/debian/cdbs/debian-qt-kde.mk | 109 ++ debian/lenny/applications/k3b/debian/cdbs/kde.mk | 97 ++ .../applications/k3b/debian/cdbs/team-members | 16 + .../applications/k3b/debian/cdbs/uploaders.mk | 29 + .../lenny/applications/k3b/debian/cdbs/versions.pl | 19 + debian/lenny/applications/k3b/debian/changelog | 1341 ++++++++++++++++++++ debian/lenny/applications/k3b/debian/compat | 1 + debian/lenny/applications/k3b/debian/control | 86 ++ debian/lenny/applications/k3b/debian/copyright | 30 + debian/lenny/applications/k3b/debian/docs | 3 + .../k3b/debian/k3b-data-trinity.install | 7 + .../lenny/applications/k3b/debian/k3b-data.files | 5 + .../lenny/applications/k3b/debian/k3b-data.install | 11 + .../k3b/debian/k3b-rip-audiocd.desktop | 49 + .../k3b/debian/k3b-rip-videodvd.desktop | 48 + debian/lenny/applications/k3b/debian/k3b-trinity.1 | 207 +++ .../applications/k3b/debian/k3b-trinity.install | 5 + .../applications/k3b/debian/k3b-trinity.manpages | 1 + .../lenny/applications/k3b/debian/k3b-trinity.menu | 6 + .../applications/k3b/debian/k3b-trinity.postinst | 33 + .../k3b/debian/k3b-write-bin-image.desktop | 63 + .../k3b/debian/k3b-write-iso-image.desktop | 56 + debian/lenny/applications/k3b/debian/k3b.files | 6 + debian/lenny/applications/k3b/debian/k3b.install | 5 + debian/lenny/applications/k3b/debian/k3b.manpages | 1 + debian/lenny/applications/k3b/debian/k3b.menu | 6 + debian/lenny/applications/k3b/debian/k3b.postinst | 33 + debian/lenny/applications/k3b/debian/k3b.xpm | 49 + .../lenny/applications/k3b/debian/libk3b-dev.files | 3 + .../applications/k3b/debian/libk3b-dev.install | 3 + .../k3b/debian/libk3b-trinity-dev.install | 3 + .../k3b/debian/libk3b3-extracodecs-trinity.install | 2 + .../k3b/debian/libk3b3-extracodecs.install | 2 + .../k3b/debian/libk3b3-trinity.install | 27 + debian/lenny/applications/k3b/debian/libk3b3.files | 3 + .../lenny/applications/k3b/debian/libk3b3.install | 25 + .../111_advice_kubuntu_restricted_extras.diff | 14 + debian/lenny/applications/k3b/debian/rules | 30 + debian/lenny/applications/k3b/debian/trinity.mk | 97 ++ debian/lenny/applications/k3b/debian/watch | 2 + 43 files changed, 2676 insertions(+) create mode 100644 debian/lenny/applications/k3b/debian/KUBUNTU-DEBIAN-DIFFERENCES create mode 100644 debian/lenny/applications/k3b/debian/README.Debian create mode 100644 debian/lenny/applications/k3b/debian/cdbs/buildvars.mk create mode 100644 debian/lenny/applications/k3b/debian/cdbs/debian-qt-kde.mk create mode 100644 debian/lenny/applications/k3b/debian/cdbs/kde.mk create mode 100644 debian/lenny/applications/k3b/debian/cdbs/team-members create mode 100644 debian/lenny/applications/k3b/debian/cdbs/uploaders.mk create mode 100644 debian/lenny/applications/k3b/debian/cdbs/versions.pl create mode 100644 debian/lenny/applications/k3b/debian/changelog create mode 100644 debian/lenny/applications/k3b/debian/compat create mode 100644 debian/lenny/applications/k3b/debian/control create mode 100644 debian/lenny/applications/k3b/debian/copyright create mode 100644 debian/lenny/applications/k3b/debian/docs create mode 100644 debian/lenny/applications/k3b/debian/k3b-data-trinity.install create mode 100644 debian/lenny/applications/k3b/debian/k3b-data.files create mode 100644 debian/lenny/applications/k3b/debian/k3b-data.install create mode 100644 debian/lenny/applications/k3b/debian/k3b-rip-audiocd.desktop create mode 100644 debian/lenny/applications/k3b/debian/k3b-rip-videodvd.desktop create mode 100644 debian/lenny/applications/k3b/debian/k3b-trinity.1 create mode 100644 debian/lenny/applications/k3b/debian/k3b-trinity.install create mode 100644 debian/lenny/applications/k3b/debian/k3b-trinity.manpages create mode 100644 debian/lenny/applications/k3b/debian/k3b-trinity.menu create mode 100644 debian/lenny/applications/k3b/debian/k3b-trinity.postinst create mode 100644 debian/lenny/applications/k3b/debian/k3b-write-bin-image.desktop create mode 100644 debian/lenny/applications/k3b/debian/k3b-write-iso-image.desktop create mode 100644 debian/lenny/applications/k3b/debian/k3b.files create mode 100644 debian/lenny/applications/k3b/debian/k3b.install create mode 100644 debian/lenny/applications/k3b/debian/k3b.manpages create mode 100644 debian/lenny/applications/k3b/debian/k3b.menu create mode 100644 debian/lenny/applications/k3b/debian/k3b.postinst create mode 100644 debian/lenny/applications/k3b/debian/k3b.xpm create mode 100644 debian/lenny/applications/k3b/debian/libk3b-dev.files create mode 100644 debian/lenny/applications/k3b/debian/libk3b-dev.install create mode 100644 debian/lenny/applications/k3b/debian/libk3b-trinity-dev.install create mode 100644 debian/lenny/applications/k3b/debian/libk3b3-extracodecs-trinity.install create mode 100644 debian/lenny/applications/k3b/debian/libk3b3-extracodecs.install create mode 100644 debian/lenny/applications/k3b/debian/libk3b3-trinity.install create mode 100644 debian/lenny/applications/k3b/debian/libk3b3.files create mode 100644 debian/lenny/applications/k3b/debian/libk3b3.install create mode 100644 debian/lenny/applications/k3b/debian/patches/111_advice_kubuntu_restricted_extras.diff create mode 100755 debian/lenny/applications/k3b/debian/rules create mode 100644 debian/lenny/applications/k3b/debian/trinity.mk create mode 100644 debian/lenny/applications/k3b/debian/watch (limited to 'debian/lenny/applications/k3b') diff --git a/debian/lenny/applications/k3b/debian/KUBUNTU-DEBIAN-DIFFERENCES b/debian/lenny/applications/k3b/debian/KUBUNTU-DEBIAN-DIFFERENCES new file mode 100644 index 000000000..0cf0bd0a6 --- /dev/null +++ b/debian/lenny/applications/k3b/debian/KUBUNTU-DEBIAN-DIFFERENCES @@ -0,0 +1,8 @@ +remove build-dep on libdvdread-dev + +libk3b3-extracodecs conflicts libk3b2-extracodecs +transitional libk3b2-extracodecs package + +Do not recommend on kdebase-kio-plugins, kcontrol, +Change recommend to suggest for vcdimager + diff --git a/debian/lenny/applications/k3b/debian/README.Debian b/debian/lenny/applications/k3b/debian/README.Debian new file mode 100644 index 000000000..f87a80e77 --- /dev/null +++ b/debian/lenny/applications/k3b/debian/README.Debian @@ -0,0 +1,49 @@ +Users must be members of the "cdrom" group +------------------------------------------ + +To be able to access the CD/DVD burner, users must be members of the "cdrom" +group. To check whether you are a member of that group, run the following +command: + + groups + +If you don't see the "cdrom" group, ask the administrator to be added to that +group or run the following command as root: + + adduser [username] cdrom + +If you are already a member of the "cdrom" group and are experiencing problems, +then you may need to give SUID privileges to wodim. To do this, run the +following command as root: + + dpkg-statoverride --add root cdrom 04710 /usr/bin/wodim + + -- Francois Marier , Fri, 3 Dec 2006 16:38:14 -0500 + + +Ripping DVD using transcode +--------------------------- + +K3b can use transcode in order to rip dvd if you properly setup the "Options" +tab that allows you to configure the location of additional tools. Some of +these tools (tccat, tcdecode, tcextract) are provided by the transcode program. +However, transcode is not currently available in Debian due to legal issues and +probably never will be. If you want to use transcode you can find it on +http://debian.video.free.fr, to have apt use it as an additional source add the +line corresponding to your debian version in your your /etc/apt/sources.list + +For stable: + deb http://www.debian-multimedia.org stable main + +For testing: + deb http://www.debian-multimedia.org testing main + +For unstable: + deb http://www.debian-multimedia.org sid main + +Notice, however, that the above packages are neither official nor +supported by Debian. Moreover, the binary packages are only available +for a limited set of architectures and not for all the architectures +supported by Debian. + + -- Jean-Michel Kelbert , Thu, 20 Feb 2003 17:23:39 -0500 diff --git a/debian/lenny/applications/k3b/debian/cdbs/buildvars.mk b/debian/lenny/applications/k3b/debian/cdbs/buildvars.mk new file mode 100644 index 000000000..23d4709dc --- /dev/null +++ b/debian/lenny/applications/k3b/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/debian/lenny/applications/k3b/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/k3b/debian/cdbs/debian-qt-kde.mk new file mode 100644 index 000000000..47e83ef4a --- /dev/null +++ b/debian/lenny/applications/k3b/debian/cdbs/debian-qt-kde.mk @@ -0,0 +1,109 @@ +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 + +# Note: This _must_ be included before autotools.mk, or it won't work. +common-configure-arch common-configure-indep:: debian/stamp-cvs-make +debian/stamp-cvs-make: + cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + $(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist; + touch debian/stamp-cvs-make + +include debian/cdbs/kde.mk$(_cdbs_makefile_suffix) +include debian/cdbs/uploaders.mk + +DEB_PATCHDIRS := debian/patches/common debian/patches + +DEB_KDE_ENABLE_FINAL := yes +DEB_INSTALL_DOCS_ALL := + +DEB_DH_MAKESHLIBS_ARGS_ALL := -V +DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/usr/lib) + +ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb + ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches))) + cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,) + else + cdbs_kde_enable_final = + endif +endif + +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 + +common-binary-indep:: + ( set -e; \ + tmpf=`mktemp debian/versions.XXXXXX`; \ + perl debian/cdbs/versions.pl >$$tmpf; \ + for p in $(DEB_INDEP_PACKAGES); do \ + cat $$tmpf >>debian/$$p.substvars; \ + done; \ + rm -f $$tmpf ) + +common-binary-arch:: + ( set -e; \ + tmpf=`mktemp debian/versions.XXXXXX`; \ + perl debian/cdbs/versions.pl >$$tmpf; \ + for p in $(DEB_ARCH_PACKAGES); do \ + cat $$tmpf >>debian/$$p.substvars; \ + done; \ + rm -f $$tmpf ) + +clean:: + rm -rf debian/man/out + -rmdir debian/man + rm -f debian/stamp-man-pages + rm -rf debian/shlibs-check + +$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: + if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi + if test -e debian/$(cdbs_curpkg).lintian; then \ + install -p -D -m644 debian/$(cdbs_curpkg).lintian \ + debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \ + fi + if test -e debian/$(cdbs_curpkg).presubj; then \ + install -p -D -m644 debian/$(cdbs_curpkg).presubj \ + debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \ + fi + +binary-install/$(DEB_SOURCE_PACKAGE)-doc-html:: + set -e; \ + for doc in `cd $(DEB_DESTDIR)/opt/trinity/share/doc/kde/HTML/en; find . -name index.docbook`; do \ + pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \ + echo Building $$pkg HTML docs...; \ + mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/kde/HTML/en/$$pkg; \ + cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/kde/HTML/en/$$pkg; \ + /opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/kde/HTML/en/$$pkg/index.docbook; \ + done + for pkg in $(DOC_HTML_PRUNE) ; do \ + rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/kde/HTML/en/$$pkg; \ + done + +clean:: + if test -n "$(DEB_KDE_CVS_MAKE)" && test -d $(DEB_SRCDIR); then \ + cd $(DEB_SRCDIR); \ + find . -name Makefile.in -print | \ + xargs --no-run-if-empty rm -f; \ + rm -f Makefile.am acinclude.m4 aclocal.m4 config.h.in \ + configure configure.files configure.in stamp-h.in \ + subdirs; \ + fi + rm -f debian/stamp-cvs-make + +endif diff --git a/debian/lenny/applications/k3b/debian/cdbs/kde.mk b/debian/lenny/applications/k3b/debian/cdbs/kde.mk new file mode 100644 index 000000000..5b6508f8c --- /dev/null +++ b/debian/lenny/applications/k3b/debian/cdbs/kde.mk @@ -0,0 +1,97 @@ +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2003 Christopher L Cheney +# Description: A class for KDE packages; sets KDE environment variables, etc +# +# 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_class_kde +_cdbs_class_kde := 1 + +# for dh_icons +CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), debhelper (>= 5.0.7ubuntu4) + +include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix) + +ifdef _cdbs_tarball_dir +DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE) +else +DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE) +endif + +include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix) + +export kde_cgidir = \$${libdir}/cgi-bin +export kde_confdir = \$${sysconfdir}/trinity +export kde_htmldir = \$${datadir}/doc/kde/HTML + +ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) + cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,) +endif + +ifneq (,$(filter nostrip,$(DEB_BUILD_OPTIONS))) + cdbs_kde_enable_final = + cdbs_kde_enable_debug = --enable-debug=yes +else + cdbs_kde_enable_debug = --disable-debug +endif + +ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS))) + cdbs_kde_enable_debug = --enable-debug=full +endif + +cdbs_configure_flags += --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) + +DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin +DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include/kde" +DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el + +$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: + if test -x /usr/bin/dh_icons; then dh_icons -p$(cdbs_curpkg) $(DEB_DH_ICONCACHE_ARGS); fi + +cleanbuilddir:: + -$(if $(call cdbs_streq,$(DEB_BUILDDIR),$(DEB_SRCDIR)),,rm -rf $(DEB_BUILDDIR)) + +common-build-arch common-build-indep:: debian/stamp-kde-apidox +debian/stamp-kde-apidox: + $(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox) + touch $@ + +common-install-prehook-impl:: + mkdir -p po + -XGETTEXT=/usr/bin/kde-xgettext EXTRACTATTR=/opt/trinity/bin/extractattr sh $(DEB_SRCDIR)/admin/cvs.sh extract-messages + -for file in po/*pot; do \ + sed "s/charset=CHARSET/charset=UTF-8/" -i $$file; \ + done + +common-install-arch common-install-indep:: common-install-kde-apidox +common-install-kde-apidox:: + $(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) install-apidox DESTDIR=$(DEB_DESTDIR)) + +clean:: + rm -f debian/stamp-kde-apidox + rm -rf po/*.pot + +# This is a convenience target for calling manually. It's not part of +# the build process. +buildprep: clean apply-patches + $(MAKE) -f admin/Makefile.common dist + debian/rules clean + +endif diff --git a/debian/lenny/applications/k3b/debian/cdbs/team-members b/debian/lenny/applications/k3b/debian/cdbs/team-members new file mode 100644 index 000000000..05761af6e --- /dev/null +++ b/debian/lenny/applications/k3b/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 +Christopher Martin +Daniel Schepler +Sarah Hobbs +Nacho Barrientos Arias +Ricardo Javier Cardenes Medina +Ricardo Cardenes +Armin Berres +Francesco Pedrini diff --git a/debian/lenny/applications/k3b/debian/cdbs/uploaders.mk b/debian/lenny/applications/k3b/debian/cdbs/uploaders.mk new file mode 100644 index 000000000..31adfe31e --- /dev/null +++ b/debian/lenny/applications/k3b/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/debian/lenny/applications/k3b/debian/cdbs/versions.pl b/debian/lenny/applications/k3b/debian/cdbs/versions.pl new file mode 100644 index 000000000..9ce11d8a3 --- /dev/null +++ b/debian/lenny/applications/k3b/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/debian/lenny/applications/k3b/debian/changelog b/debian/lenny/applications/k3b/debian/changelog new file mode 100644 index 000000000..46bd8c12e --- /dev/null +++ b/debian/lenny/applications/k3b/debian/changelog @@ -0,0 +1,1341 @@ +k3b-trinity (1.0.5-4ubuntu2) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 + +k3b-trinity (1.0.5-4ubuntu0) jaunty; urgency=low + + * Moved KDE3 to /opt/trinity + * Integrated properly with KDE4.2+ + + -- Timothy Pearson Tue, 16 June 2009 11:18:00 -0600 + +k3b (1.0.5+kde4svn935857+really1.0.5-3ubuntu5) jaunty; urgency=low + + * Recompile with new cdbs, don't add gettext domains to .desktop files + + -- Jonathan Riddell Wed, 08 Apr 2009 19:28:54 +0100 + +k3b (1.0.5+kde4svn935857+really1.0.5-3ubuntu4) jaunty; urgency=low + + * debian/k3b-rip-audiocd.desktop updated with translations + * Associate solid actions: + - Rip video dvd: debian/k3b-rip-videodvd.desktop added + * Add burn actions to service menus: + - debian/k3b-write-bin-image.desktop added + - debian/k3b-write-iso-image.desktop added + * debian/k3b-data.install: Add .desktop files + * Thanks to Harald Sitter for the desktop-files. + + -- Andreas Wenning Tue, 07 Apr 2009 07:53:50 +0200 + +k3b (1.0.5+kde4svn935857+really1.0.5-3ubuntu3) jaunty; urgency=low + + * Associate action with audio cd. (LP: #339163) + - debian/k3b-rip-audiocd.desktop added + - debian/k3b-data.install: Add .desktop file + + -- Andreas Wenning Sat, 28 Mar 2009 17:10:10 +0100 + +k3b (1.0.5+kde4svn935857+really1.0.5) jaunty; urgency=low + + * Reupload trinity version... Latest Jaunty upload was a ppa test and + shouldn't have reached the archives (not yet at least...) + + -- Anthony Mercatante Sun, 08 Mar 2009 23:29:28 +0100 + +k3b (1.0.5-3ubuntu2) jaunty; urgency=low + + * Build without aRts support, LP: #320915. + * Update debian/libk3b3.install file, fix FTBFS. + * Add libvorbis-dev to Build-Depends field in debian/control, fix FTBFS. + + -- Devid Antonio Filoni Thu, 19 Feb 2009 16:31:54 +0100 + +k3b (1.0.5-3ubuntu1) jaunty; urgency=low + + * Merge with Debian, remaining changes: + - remove build-dep on libdvdread-dev + - libk3b3-extracodecs conflicts libk3b2-extracodecs + - transitional libk3b2-extracodecs package + - Do not recommend on kdebase-kio-plugins, kcontrol + - Change recommend to suggest for vcdimager + + -- Jonathan Riddell Wed, 19 Nov 2008 14:54:23 +0000 + +k3b (1.0.5-3) unstable; urgency=high + + * Acknowledge NMU (closes: #486112) + * k3b: Add a versioned dependency on libk3b3 (closes: #486093) + + -- Francois Marier Fri, 20 Jun 2008 10:40:19 +1200 + +k3b (1.0.5-2.1) unstable; urgency=high + + * Non-maintainer upload, acked by uploader Fathi Boudra. + * Add various missing replaces. (Closes: #486112) + + -- Adeodato Simó Wed, 18 Jun 2008 18:37:36 +0200 + +k3b (1.0.5-2) unstable; urgency=low + + [ Michael Meskes ] + * Moved changes in file src/k3b.desktop to a patch under debian/patches. + + [ Francois Marier ] + * Sync with Ubuntu + - Add kfile_k3b.so to k3b.install + - libk3b3-extracodecs replaces libk3b2-extracodecs + * Bump Standards-Version up to 3.8.0 (no changes) + * Remove the KUBUNTU difference file + + -- Francois Marier Thu, 12 Jun 2008 14:20:20 +1200 + +k3b (1.0.5-1ubuntu6) intrepid; urgency=low + + * Add transitional package for libk3b2-extracodecs (LP: #268531) + + -- Harald Sitter Sat, 20 Sep 2008 02:27:00 +0200 + +k3b (1.0.5-1ubuntu5) intrepid; urgency=low + + * debian/control + - Suggest transcode in k3b (LP: #249642) + - Bump Standards-Version to 3.8.0 + + -- Nathan Handler Mon, 21 Jul 2008 17:44:59 -0500 + +k3b (1.0.5-1ubuntu4) intrepid; urgency=low + + * Change recommends to Suggests + + -- Jonathan Riddell Fri, 18 Jul 2008 09:40:00 +0100 + +k3b (1.0.5-1ubuntu3) intrepid; urgency=low + + * Move libffmpegdecoder to libk3b3-extracodecs, stop it bringing + libavcodecs51 onto the CD + + -- Jonathan Riddell Mon, 30 Jun 2008 10:42:21 +0000 + +k3b (1.0.5-1ubuntu2) intrepid; urgency=low + + * Move vcdimager to from recommends to suggests + + -- Jonathan Riddell Mon, 30 Jun 2008 10:32:02 +0000 + +k3b (1.0.5-1ubuntu1) intrepid; urgency=low + + * Merge with Debian, remaining changes: + - remove build-dep on libdvdread-dev + - 111_advice_kubuntu_restricted_extras.diff becomes + kubuntu_111_advice_kubuntu_restricted_extras.diff and add "or + kubuntu-restricted-extras."), - + * Add libk3bffmpegdecoder.so to libk3b3.install + * Add kfile_k3b.so to k3b.install + * libk3b3-extracodecs replaces libk3b2-extracodecs + + -- Jonathan Riddell Wed, 11 Jun 2008 17:32:09 +0000 + +k3b (1.0.5-1) unstable; urgency=low + + * New upstream release (closes: #465430, #483218) + * Remove the kubuntu prefix on debian/patches/kubuntu* + + -- Francois Marier Tue, 03 Jun 2008 14:07:47 +1200 + +k3b (1.0.4-9) unstable; urgency=low + + * Merging the Ubuntu and Debian packages + - adding a new libk3b3-extracodecs package for the FFMPEG and MP3 codecs + - moving to the "kde" section + - now uses cdbs to keep track of our patches + + -- Francois Marier Sun, 25 May 2008 20:43:52 +1200 + +k3b (1.0.4-8ubuntu2) intrepid; urgency=low + + * Remove build-dep on libdvdread + + -- Jonathan Riddell Thu, 08 May 2008 11:50:03 +0100 + +k3b (1.0.4-8ubuntu1) intrepid; urgency=low + + * Merge from debian unstable, remaining changes: + - Retained Build Depends on cdbs in debian/control + (LP #226635) + - Use cdbs for debian rules (allows for patches and .pot generation) + - all the debian/patches files + - libk3b2-extracodecs with usr/lib/trinity/libk3bmaddecoder.* AND usr/lib/trinity/libk3bffmpegdecoder.* + - libk3b2.files has to list each file in usr/lib/trinity + * Updated KUBUNTU-DEBIAN-DIFFERENCES to remove obsolete information + + -- Richard Birnie Wed, 05 Mar 2008 10:52:44 +0000 + +k3b (1.0.4-8) unstable; urgency=low + + * Update Maintainers and Uploaders fields. + K3b is co-maintained with Debian KDE Extras team. + * Update Vcs-Browser and Vcs-Svn fields to reflect the new home. + + -- Francois Marier Wed, 05 Mar 2008 13:45:46 +1300 + +k3b (1.0.4-7) unstable; urgency=low + + * Remove libqt3-compat-headers from build-depends (closes: #464431) + * Remove -1 in the flac build dependency + * Fix copyright notice to stop lintian warning + + -- Francois Marier Thu, 14 Feb 2008 23:04:06 +1300 + +k3b (1.0.4-6) unstable; urgency=low + + * Add .desktop icon in k3b-data (closes: #463731) + * Bump debhelper compatibility to 6 + + -- Francois Marier Sun, 03 Feb 2008 10:50:24 +1300 + +k3b (1.0.4-5) unstable; urgency=medium + + * Make k3b-data conflict on older versions of k3b (closes: #462496) + * Urgency medium since this made the package non-upgradable + + -- Francois Marier Sat, 26 Jan 2008 11:31:38 +1300 + +k3b (1.0.4-4) unstable; urgency=low + + * Create a new k3b-data package to hold the arch-independent data files + * Remove dependency on kdebase-bin (closes: #460481). It's not needed + since we don't build k3bsetup anymore. + * Remove Entry key from k3b.desktop (fixes lintian info) + + -- Francois Marier Wed, 23 Jan 2008 00:02:28 +1300 + +k3b (1.0.4-3) unstable; urgency=low + + * Fix watch file (closes: #453529) + * Add call to dh_desktop in debian/rules + * Bump Standards-Version up to 3.7.3 (no other changes) + + -- Francois Marier Wed, 12 Dec 2007 13:24:42 +1300 + +k3b (1.0.4-2ubuntu4) hardy; urgency=low + + * Rebuild for missing stat64 symbol + + -- Jonathan Riddell Wed, 30 Jan 2008 11:02:09 +0000 + +k3b (1.0.4-2ubuntu3) hardy; urgency=low + + * Fixed libk3b2.install: + - kio_videodvd.so and kio_videodvd.la are installed + + -- Anthony Mercatante Tue, 22 Jan 2008 13:27:55 +0100 + +k3b (1.0.4-2ubuntu2) hardy; urgency=low + + [ Stefan Skotte ] + * kio_videodvd wasn't installed correctly + + -- Jonathan Riddell Thu, 20 Dec 2007 11:08:20 +0000 + +k3b (1.0.4-2ubuntu1) hardy; urgency=low + + * Merge Debian changelog, remaining Ubuntu changes in KUBUNTU-DEBIAN-DIFF. + * Added conflicts and replacements of libk3b2-mp3 to -extracodecs. (LP: #164724) + + -- Jonathan Patrick Davies Fri, 23 Nov 2007 19:00:17 +0100 + +k3b (1.0.4-2) unstable; urgency=low + + * Remove k3bsetup.1 since we don't build k3bsetup anymore + * Rename XS-Vcs-* fields to Vcs-* + * Add libavformat-dev and libavcodec-dev to the build dependencies (from Ubuntu) + + -- Francois Marier Fri, 23 Nov 2007 09:45:28 +1300 + +k3b (1.0.4-1) unstable; urgency=low + + * New upstream release: + - allow burning of files larger than 4 GB (closes: #444856) + - work-around for the "disabled DMA bug" (closes: #439264) + - only reload medium before verification if necessary + (closes: #446196, #420674, #438865) + - don't use -dvd-compat on DVD+RW (closes: #378051) + - unmount drive before formatting (closes: #446471) + + -- Francois Marier Sat, 03 Nov 2007 18:24:53 +1300 + +k3b (1.0.4-0ubuntu2) hardy; urgency=low + + * Add libavformat-dev and libavcodec-dev to the build dependencies. + * Renamed libk3b2-mp3 to libk3b2-extracodecs (supporting MAD and FFMPEG). + + -- Harald Sitter Thu, 22 Nov 2007 15:56:50 +0100 + +k3b (1.0.4-0ubuntu1) hardy; urgency=low + + * New upstream release. + * Merged Debian changelog, remaining Ubuntu changes in KUBUNTU-DEBIAN-DIFF. + + -- Jonathan Patrick Davies Fri, 02 Nov 2007 22:12:17 +0100 + +k3b (1.0.3-5) unstable; urgency=low + + * Update SoX version string (closes: #448703) + + -- Francois Marier Wed, 31 Oct 2007 22:53:44 +1300 + +k3b (1.0.3-4) unstable; urgency=low + + * Disable 4BG check for files (closes: #444856). Thanks to Victor Ashirov for the patch! + * Replace "Open=false" by "NoDisplay=true" in videodvd.desktop (lintian warning) + * Sync with latest Ubuntu patch: + - Bump debhelper depends version to 5 + - Make libk3b-dev conflict with k3blibs + - Add application/x-cue to the KDE mime-types + - Disable FirstRun dialog + + -- Francois Marier Tue, 30 Oct 2007 14:59:19 +1300 + +k3b (1.0.3-3) unstable; urgency=low + + * Rebuild with new flac libraries (closes: #446775) + * Make libk3b-dev depend on kdelibs4-dev (closes: #443374) + * Add homepage field to debian/control + + -- Francois Marier Fri, 19 Oct 2007 15:23:32 +1300 + +k3b (1.0.3-2) unstable; urgency=low + + * Refer explicitely to /usr/share/common-licenses/GPL-2 + * debian/control: mention the svn repository + * Fix lintian warning about main desktop icon + + -- Francois Marier Mon, 20 Aug 2007 21:14:14 +1200 + +k3b (1.0.3-1) unstable; urgency=low + + * New upstream release (closes: #432760, #431491, #433686) + * Fix menu for menu transition + + -- Francois Marier Thu, 26 Jul 2007 00:18:10 +1200 + +k3b (1.0.3-0ubuntu4) gutsy; urgency=low + + * Droped kubuntu_10_no_k3bsetup_kmenu_entry.patch + * Build without k3bsetup instead, fixes LP: #131791 + + -- Anthony Mercatante Mon, 24 Sep 2007 20:44:43 +0200 + +k3b (1.0.3-0ubuntu3) gutsy; urgency=low + + * Make libk3b2 replace old libk3b-dev, closes LP No 123760 + + -- Jonathan Riddell Mon, 06 Aug 2007 17:08:13 +0100 + +k3b (1.0.3-0ubuntu2) gutsy; urgency=low + + * Add kubuntu_112_dont_require_mp3.diff, don't warn about no MP3 + + -- Jonathan Riddell Mon, 06 Aug 2007 15:38:25 +0100 + +k3b (1.0.3-0ubuntu1) gutsy; urgency=low + + * New upstream release. + - Upstream tar.bz2 bunzip2ed and gzip -9'ed. + * Remove conflicting .la and .so files from libk3b-dev, they are also in + libk3b2. + + -- Frode M. Døving Wed, 25 Jul 2007 13:24:06 +0200 + +k3b (1.0.2-1) unstable; urgency=low + + * New upstream release (closes: #413994) + * Remove popup window when no problems were found (closes: #430130) + * Fix "Source-Version" lintian warning + + -- Francois Marier Sun, 01 Jul 2007 04:47:05 +1200 + +k3b (1.0.2-0ubuntu4) gutsy; urgency=low + + * Add kubuntu_111_advice_kubuntu_restricted_extras.diff + Advice for getting mp3 support in K3b + Fixes LP: 121877 + + -- Mario Danic Thu, 12 Jul 2007 11:48:26 +0200 + +k3b (1.0.2-0ubuntu3) gutsy; urgency=low + + * Fixed kubuntu_101_rename_normalize.diff. + Now looking for normalize-audio as app's name and + wait normalize as answer to --version + Fixes LP : 44524 + + -- Anthony Mercatante Tue, 10 Jul 2007 11:54:37 +0200 + +k3b (1.0.2-0ubuntu2) gutsy; urgency=low + + * Add kubuntu_10_no_k3bsetup_kmenu_entry to hide k3bsetup entry in + Kmenu + + -- Anthony Mercatante Sun, 01 Jul 2007 01:21:29 +0200 + +k3b (1.0.2-0ubuntu1) gutsy; urgency=low + + * New upstream release + + -- Anthony Mercatante Sat, 30 Jun 2007 12:52:40 +0200 + +k3b (1.0.1-2) unstable; urgency=low + + * Rebuild for flac 1.1.4 transition (closes: #426678) + * Remove DH_COMPAT from debian/rules to fix lintian warning + + -- Francois Marier Wed, 30 May 2007 22:12:02 +1200 + +k3b (1.0.1-1ubuntu3) gutsy; urgency=low + + * Switch packaging to cdbs + * Fixed kubuntu_104_dont_require_suid_cdrecord_or_cdrdao.diff + and kubuntu_107_iso_cue_mimetypes.diff to apply + + -- Anthony Mercatante Fri, 29 Jun 2007 00:52:35 +0200 + +k3b (1.0.1-1ubuntu2) gutsy; urgency=low + + * Rebuild for libflac++5 -> libflac++6 transition. + + -- Steve Kowalik Sun, 24 Jun 2007 22:53:41 +1000 + +k3b (1.0.1-1ubuntu1) gutsy; urgency=low + + * New upstream release + * Merged with debian + * Fixed kubuntu_101_rename_normalize.diff. Closes Malone #44524 + + -- Anthony Mercatante Thu, 31 May 2007 09:27:26 +0200 + +k3b (1.0.1-1) unstable; urgency=low + + * New upstream release (closes: #419499, #419628) + * Build with libdvdread to enable DVD ripping. + + -- Francois Marier Fri, 20 Apr 2007 12:08:55 +1200 + +k3b (1.0-2) unstable; urgency=low + + * Fix conflict/replace of libk3b2 (closes: #418483) + + -- Francois Marier Wed, 11 Apr 2007 15:19:46 +1200 + +k3b (1.0-1) unstable; urgency=low + + * Major new upstream release which, according to the upstream developer, fixes most open bugs (closes: #354118, #336375, #345766, #348929, #349445, #352923, #365263, #374820, #374975, #377067, #385526, #386802, #398203, #398743, #347625, #387303) + * libk3b becomes libk3b3 + * Add more rpath removals + * Include flac and mpc in package description (closes: #410526) + + -- Francois Marier Fri, 30 Mar 2007 19:05:13 -0700 + +k3b (1.0-0ubuntu3) gutsy; urgency=low + + * Rebuild to depend on libflac++5 instead of libflac++5c2 + + -- Emmet Hikory Thu, 03 May 2007 00:14:09 +0900 + +k3b (1.0-0ubuntu2) feisty; urgency=low + + * Removed kubuntu_10_device_arg.diff, k3b_extract_audiocd.desktop + and kubuntu-media-k3b, this feature is now native + + -- Anthony Mercatante Sat, 31 Mar 2007 01:39:23 +0100 + +k3b (1.0-0ubuntu1) feisty; urgency=low + + * New upstream release + * debian/control: Change Maintainer/XSBC-Original-Maintainer field. + * debian/patches/kubuntu_106_no_splash.diff: drop patch, will be done + in kubuntu-default-settings + * Include some bug-fixes from upstream SVN: + * KDE #143193: DVD copy when reading from a DVD+RW (off-by-one sector) + debian/patches/k3b-svn-r644087-bug143193.diff + * KDE #143165: Crash when using the Device menu without a selected device + debian/patches/k3b-svn-r644089-bug143165.diff + * KDE #143181: Cannot set burning speed manually + debian/patches/k3b-svn-r644118-bug143181.diff + * KDE #143107: Crash during DVD ripping + debian/patches/k3b-svn-r644133-bug143107.diff + * KDE #143236: Cannot add files to VIDEO_TS folder + debian/patches/k3b-svn-r644512-bug143236.diff + * KDE #143238: Problem dialog does not respect "do not show this again" + debian/patches/k3b-svn-r644528-bug143238.diff + * KDE #137975: Empty bibliography/abstract/copyright result in bad burn + debian/patches/k3b-svn-r645043-bug137975.diff + + -- Luka Renko Wed, 28 Mar 2007 18:00:56 +0200 + +k3b (1.0~rc5-0ubuntu1) feisty; urgency=low + + * New upstream release + * removed k3b.postinst due to being redundant + * updated and removed redundant patches, current patches are: + kubuntu_101_rename_normalize.diff + - normalize is called normalize-audio in debian + kubuntu_102_rename_dvd+rw-tools.diff + - change regex for dvd+rw-format utility + kubuntu_103_kdepotpath.diff + - hardcode kdepotpath to avoid buildd problems + kubuntu_104_dont_require_suid_cdrecord_or_cdrdao.diff + - remove warnings about cdrecord and cdrdao not being suid + kubuntu_105_add_iso_burning_to_welcome_screen.diff + - add icons for cd and dvd iso burning to welcome screen + kubuntu_106_no_splash.diff + - disable splash screen on startup + kubuntu_107_iso_cue_mimetypes.diff + - add application/x-iso and application/x-cue to MimeType and + X-KDE-NativeMimeType + kubuntu_108_add_specify_device_arg_on_cmd_line.diff + - add an optional command line argument to specify the writer device + kubuntu_109_disable_firstrun.diff + - disable the first run dialog and tests + kubuntu_110_disable_no_problems_found_popup.diff + - disable passive popup saying no configuration problems found + * Sync with debian (SVN 217) wodim changes not necessary from 1.0rc5 + + -- Kenny Duffus Tue, 6 Feb 2007 10:36:17 +0000 + +k3b (0.12.17-9) unstable; urgency=low + + * Fix a typo in the manpage (--datacd instead of --datadvd). + * Add Data DVD to the Konqueror actions menu. Thanks to Adriano Bonat! + * Depend on cdrdao instead of recommending it (closes: #369930) + + -- Francois Marier Sun, 28 Jan 2007 21:15:39 -0500 + +k3b (0.12.17-8) unstable; urgency=medium + + * Remove a wrong version check for readom (follow-up to bug #401739) + + -- Francois Marier Thu, 14 Dec 2006 09:23:25 -0500 + +k3b (0.12.17-7) unstable; urgency=medium + + * Support for "readom" which is the new renamed "readcd" (closes: #401739) + + -- Francois Marier Tue, 12 Dec 2006 21:27:29 -0500 + +k3b (0.12.17-6) unstable; urgency=low + + * Use genisoimage instead of mkisofs. + * Add a note regarding being part of the "cdrom" group to README.Debian + + -- Francois Marier Sun, 3 Dec 2006 16:41:49 -0500 + +k3b (0.12.17-5) unstable; urgency=low + + * Hack version checks to support wodim version numbers (closes: #397836, #399090) + * Stop building k3bsetup since K3b should be working out of the box on Debian, + otherwise it's a bug that needs to be fixed, not worked around with a utility. + (closes: #393216, #397267, #385878) + + -- Francois Marier Sat, 18 Nov 2006 00:06:09 -0500 + +k3b (0.12.17-4) unstable; urgency=low + + * Remove unnecessary version check for cdrtools (closes: #397836) + * Remove the deprecated /usr/share/applnk (closes: #398443) + * Allow the use of cdrskin as an alternative to wodim (closes: #398398) + * Set myself as maintainer with Jean-Michel's permission. + + -- Francois Marier Wed, 15 Nov 2006 21:13:20 -0500 + +k3b (0.12.17-3) unstable; urgency=low + + * Remove the cdrecord and cdrdao warnings (closes: #390083) + * Support DEB_BUILD_OPTIONS="noopt" properly (via CXXFLAGS, + not just CFLAGS) thanks to Modestas Vainius! (closes: #394276) + * Fix a crash when changing the default for the last external + application, thanks to Pier Luigi Pau! (closes: #386688) + * Fix the watch file to use qa.debian.org + + -- Francois Marier Sat, 21 Oct 2006 15:24:15 -0400 + +k3b (0.12.17-2) unstable; urgency=low + + * Update transcode apt source (closes: #386080), thanks Eric! + * Switch from cdrecord to wodim (closes: #386327), thanks Sune! + * Fix the calls to dpkg-statoverride (closes: #381170), thanks Dirk! + + -- Francois Marier Wed, 6 Sep 2006 16:50:03 -0400 + +k3b (0.12.17-1ubuntu4) feisty; urgency=low + + * Add kubuntu_09_iso_cue_mimetypes.diff for iso files association + * Add kubuntu_10_device_arg.diff, k3b_extract_audiocd.desktop + and kubuntu-media-k3b for good KDE integration + + -- Anthony Mercatante Fri, 20 Oct 2006 18:56:32 +0200 + +k3b (0.12.17-1ubuntu3) edgy; urgency=low + + * Rebuild against dbus 0.90 + + -- Sebastian Dröge Wed, 30 Aug 2006 13:12:25 +0200 + +k3b (0.12.17-1ubuntu2) edgy; urgency=low + + * removed versioning of kdelibs4-dev depend (malone 57602) + * added kubuntu_08_dont_complain_about_non_suid_cdrecord.diff (malone 57105) + + -- Kenny Duffus Fri, 25 Aug 2006 17:25:34 +0100 + +k3b (0.12.17-1ubuntu1) edgy; urgency=low + + * removed debian_153_plugins_are_plugins.diff as fixed upstream + * sync with Debian (SVN 185) + + -- Kenny Duffus Thu, 24 Aug 2006 15:13:53 +0100 + +k3b (0.12.17-1) unstable; urgency=low + + * New upstream release + * Remove RPATHs using chrpath to get rid of lintian warnings + + -- Francois Marier Wed, 23 Aug 2006 19:04:42 -0400 + +k3b (0.12.16-1ubuntu3) edgy; urgency=low + + * tidied kubuntu_07_k3bsetup_override.diff + * changed Section to kde + + -- Kenny Duffus Tue, 22 Aug 2006 11:54:28 +0100 + +k3b (0.12.16-1ubuntu2) edgy; urgency=low + + * Replaced_162_k3bsetup_overide.diff by kubuntu_07_k3bsetup_override.diff + to let k3bsetup apply permissions correctly (closing #21359) + Patch from Tom Albers + + -- Anthony Mercatante Sat, 19 Aug 2006 17:26:46 +0200 + +k3b (0.12.16-1ubuntu1) edgy; urgency=low + + * update kubuntu_03_open_iso_files.diff to take account of new language + * Sync with Debian (SVN 172) + + -- Kenny Duffus Tue, 4 Jul 2006 12:10:46 +0100 + +k3b (0.12.16-1) unstable; urgency=low + + * New upstream release (closes: #375323) + - fixed mixed-mode CD copy (closes: #367494) + - fixed some SCSI device detection problems + * Apply Romain Lenglet's patch to preserve k3setup's changes + during package upgrades (closes: #367473) + * Bump Standards-Version up to 3.7.2 (no changes) + + -- Francois Marier Sun, 25 Jun 2006 14:59:26 -0400 + +k3b (0.12.16-0ubuntu2) edgy; urgency=low + + * Reupload with build-dep on latest kdelibs, fix Qt binary compatibility break + + -- Jonathan Riddell Wed, 28 Jun 2006 16:07:54 +0000 + +k3b (0.12.16-0ubuntu1) edgy; urgency=low + + * New upstream release + * Sync with Debian (SVN 164) + - except standards version kept as 3.6.2 + * Split debian patches out into seperate files (number coresponds to + SVN revision on http://svn.debian.org/wsvn/pkg-k3b) + - debian_023_k3bsetup_shbang_at_top.diff + - debian_029_031_053_rename_normalize.diff + - debian_029_rename_dvd+rw-tools.diff + - debian_153_plugins_are_plugins.diff + - debian_162_k3bsetup_overide.diff + + -- Kenny Duffus Fri, 23 Jun 2006 11:34:46 +0100 + +k3b (0.12.15-3) UNRELEASED; urgency=low + + * Apply Romain Lenglet's patch to preserve k3setup's changes + during package upgrades (closes: #367473) + * Bump Standards-Version up to 3.7.2 (no changes) + + -- Francois Marier Thu, 22 Jun 2006 12:50:55 -0400 + +k3b (0.12.15-2) unstable; urgency=low + + * Restore libk3b (closes: #355477) + * Fix lintian warnings (thanks to James Thorniley!) + + -- Francois Marier Sun, 23 Apr 2006 23:35:09 -0400 + +k3b (0.12.15-1) unstable; urgency=low + + * New upstream release + - improved error message (closes: #229051) + - warn about shortened filenames (closes: #277155) + - SCSI IO fix (closes: #339871) + * Build without resmgr (closes: #362818) + * Restore k3bsetup (closes: #360378, #296257) + + -- Francois Marier Sun, 23 Apr 2006 00:44:50 -0400 + +k3b (0.12.14-1) unstable; urgency=low + + * New upstream release + * Move kcontrol to recommends to reduce the KDE dependency (closes: #353335) + * Fix Ubuntu patch to k3bsetup2.desktop (closes: #353826) + + -- Francois Marier Fri, 24 Mar 2006 17:24:54 -0500 + +k3b (0.12.12-1) unstable; urgency=low + + * New upstream release + * Remove the unused libk3b-dev package + * Fix the file lists to include all libraries + + -- Francois Marier Thu, 16 Feb 2006 00:13:15 -0500 + +k3b (0.12.11-1) unstable; urgency=low + + * New upstream release (closes: #348929) + * Fix the watch file (.gz -> .bz2) + * Merge Ubuntu patch (kubuntu_01_hide_k3bsetup) + + -- Francois Marier Sun, 12 Feb 2006 13:31:47 -0500 + +k3b (0.12.10-2) unstable; urgency=low + + * Rename the menu file so that it shows up in the Debian menu system + and install the freedesktop menu item into /usr/share/applications + directly instead of /usr/share/applications/kde so that it shows up in the + GNOME menu (closes: #345989) + * Update the build dependencies for KDE 3.5, dbus 0.6 and the new hal + (closes: #337882) + * Remove unnecessary lines from debian/rules + * Merge Ubuntu patches: + - kubuntu_03_open_iso_files + - kubuntu_04_add_iso_burning_to_welcome_screen + * Remove the versioned dependency on k3b-i18n + + -- Francois Marier Sun, 8 Jan 2006 14:15:24 -0500 + +k3b (0.12.10-1) unstable; urgency=low + + * New upstream release + - fixed Auto multisession mode in DVD projects + - fixed crash in dcop call directBurn in case no valid burner device was set + - fixed verification of datacd projects when using the MaxIso9660 option + without the OmitVersionNumber option + * Add libmad0-dev to the build dependencies + + -- Francois Marier Fri, 16 Dec 2005 12:47:27 -0500 + +k3b (0.12.14-0ubuntu7) dapper; urgency=low + + * Run gettext in build target not install target, needed + earlier by pkgstriptranslations + + -- Jonathan Riddell Mon, 22 May 2006 18:38:37 +0100 + +k3b (0.12.14-0ubuntu6) dapper; urgency=low + + * debian/rules: + - added dh_iconcache. + + -- Daniel Holbach Thu, 18 May 2006 15:11:52 +0200 + +k3b (0.12.14-0ubuntu5) dapper; urgency=low + + * Alter debian/rules to mark .po files as UTF-8 + + -- Jonathan Riddell Thu, 27 Apr 2006 19:13:50 +0100 + +k3b (0.12.14-0ubuntu4) dapper; urgency=low + + * Reverting to first kubuntu_06_hide_k3bsetup.diff patch: + - Changing the Category field prevents from using k3bsetup again. + - k3bsetup will be deactivated in SystemSettings from the + kde-systemsettings package. + + -- Raphaël Pinson Fri, 17 Mar 2006 14:55:09 +0100 + +k3b (0.12.14-0ubuntu3) dapper; urgency=low + + * Remove X-KDE-settings-system; from Categories in + kubuntu_06_hide_k3bsetup.diff so the module doesn't show in SystemSettings. + + -- Raphaël Pinson Thu, 16 Mar 2006 22:57:23 +0100 + +k3b (0.12.14-0ubuntu2) dapper; urgency=low + + * Remove kubuntu_01_hide_k3bsetup.diff patch and replace it with + kubuntu_06_hide_k3bsetup.diff: + - Remove NoDisplay=true to prevent hiding k3bsetup in kcmshell + (Closes: Malone #23007, KDE Bug #117455, Debian #353826) + - Change the Category field so k3bsetup doesn't appear in the KDE menu + (Was the goal of the original patch) + - Rename to kubuntu_06 to prevent having two kubuntu_01 patches + + -- Raphaël Pinson Thu, 16 Mar 2006 15:46:39 +0100 + +k3b (0.12.14-0ubuntu1) dapper; urgency=low + + * New upstream release + * closes malone #31578 + + -- Kenny Duffus Wed, 15 Mar 2006 10:44:46 +0000 + +k3b (0.12.10-0ubuntu5) dapper; urgency=low + + * Update kubuntu_02_no_require_cdrdao.diff now that cdrdao + is installed by default, but not setuid root + + -- Jonathan Riddell Thu, 23 Feb 2006 14:20:21 +0000 + +k3b (0.12.10-0ubuntu4) dapper; urgency=low + + * Rebuild because of libXft.la is gone + + -- Stephan Hermann Sat, 14 Jan 2006 05:19:13 +0100 + +k3b (0.12.10-0ubuntu3) dapper; urgency=low + + * rebuild for latest dbus, updated dependencies accordingly + + -- Michael Vogt Tue, 20 Dec 2005 21:35:10 +0100 + +k3b (0.12.10-0ubuntu2) dapper; urgency=low + + * Don't build-dep on libresmgr-dev + + -- Jonathan Riddell Sat, 17 Dec 2005 22:15:56 +0000 + +k3b (0.12.10-0ubuntu1) dapper; urgency=low + + * New upstream release + + -- Jonathan Riddell Sat, 17 Dec 2005 21:45:34 +0000 + +k3b (0.12.9-1ubuntu2) dapper; urgency=low + + * Add build-dep on libmad0-dev + + -- Jonathan Riddell Thu, 15 Dec 2005 19:30:51 +0000 + +k3b (0.12.9-1ubuntu1) dapper; urgency=low + + * Sync with Debian + * Change debian/rules to apply patches + * k3b-mp3 changed to libk3b2-mp3, follows libk3b2 + * Add kubuntu_05_no_splash.diff get rid of splash screen + + -- Jonathan Riddell Thu, 15 Dec 2005 17:45:27 +0000 + +k3b (0.12.9-1) unstable; urgency=low + + * New upstream release: + - warn about incorrectly encoded filenanes (closes: #303572) + - support the media:// protocol (closes: #342648) + - stop with an error instead of overwriting read medium (closes: #338274) + - new Alsa plugin + - new set of icons + * Add a watch file + * Rename k3blibs and k3blibs-dev packages to libk3b2 and libk3b-dev + (closes: #341765) + + -- Francois Marier Mon, 12 Dec 2005 23:03:32 -0500 + +k3b (0.12.8-1ubuntu1) dapper; urgency=low + + * Sync with Debian + * Rebuild for libstdc++ transition + * Add kubuntu_01_kdepot.diff and modify debian/rules for .pot generation + + -- Jonathan Riddell Tue, 6 Dec 2005 22:42:57 +0000 + +k3b (0.12.8-1) unstable; urgency=low + + * New upstream release (minor bug fixes): + - Load index0 value in audio project. + - Ignore case in cue files. + - Fixed "eject media" setting. + - Fixed a bug in the mp3 decoder which caused it to miss + some perfectly valid mp3 files. + * Updated README.Debian with a section about running k3b as root (thanks to + Ross Boylan for the suggestion) + + -- Francois Marier Fri, 25 Nov 2005 12:02:49 -0500 + +k3b (0.12.7-1ubuntu1) dapper; urgency=low + + [ Martin Meredith ] + * Resync with Debian + * Added patch to add ISO file burning to welcome screen (kubuntu_04_add_iso_burning_to_welcome_screen.diff) + * Changed B-D to libdbus-qt-1-dev + + [ Jonathan Riddell ] + * Add build-dep on libmpcdec-dev for musepack support + + -- Jonathan Riddell Sat, 5 Nov 2005 02:22:43 +0000 + +k3b (0.12.7-1) unstable; urgency=low + + * New upstream release (closes: #336756, #336676) + + -- Francois Marier Wed, 2 Nov 2005 09:03:15 -0500 + +k3b (0.12.6-1) unstable; urgency=low + + * New upstream release + * Remove duplicate item in GNOME menu (closes: #335226) + + -- Francois Marier Sat, 29 Oct 2005 17:23:22 -0400 + +k3b (0.12.5-1) unstable; urgency=low + + * New upstream release + * Add kdebase-kio-plugins to the recommended packages to enable features + like file deletion in the built-in browser (thanks to Nikita Youshchenko + for the suggestion) + * Update the version dependency on k3b-i18n + + -- Francois Marier Wed, 19 Oct 2005 14:43:27 -0400 + +k3b (0.12.4a-3) unstable; urgency=low + + * Fix the name of normalize-audio (closes: #298686) + * Fix the long name of dvd+rw-tools (closes: #328589) + * Add menu item in GNOME (closes: #331212) + + -- Francois Marier Wed, 5 Oct 2005 12:15:36 -0400 + +k3b (0.12.4a-2) unstable; urgency=low + + * Remove unnecessary libid3 from the Build-Depends (closes: #329199) + * Restore the lost changelog entry (from 0.12.1-3) + + -- Francois Marier Tue, 20 Sep 2005 12:24:17 -0400 + +k3b (0.12.4a-1) unstable; urgency=low + + [ Jean-Michel Kelbert ] + * Apply and adapt a patch provided by Javier Fernández-Sanguino Peña for the + README.Debian. + (closes: #303433) + * Don't change date of all files anymore during build. + (closes: #288677) + * Depend on libflac++-dev (>= 1.1.2-1) to ensure that the package is build + with the new version. + (closes: #325941, #320514) + + [ Francois Marier ] + * New upstream release (closes: #328979) + * Bump Standards-Version up to 3.6.2 (no changes) + * Update FSF address in debian/copyright + * Add myself to the Uploaders fields in debian/control to reflect + co-maintainership + * Fix lintian warnings related to the Debian menu item + * Shorten and reformat package description (closes: #249910) + + -- Francois Marier Sun, 18 Sep 2005 23:45:44 -0400 + +k3b (0.12.2-0ubuntu2) breezy; urgency=low + + * Add suggests on k3b for k3b-mp3, closes http://bugzilla.ubuntu.com/15660 + + -- Jonathan Riddell Sat, 17 Sep 2005 21:51:42 +0100 + +k3b (0.12.2-0ubuntu1) breezy; urgency=low + + * New upstream release + * Added support for .iso files to be automatically opened by k3b + * Sponsored upload for Martin Meredith + + -- Jonathan Riddell Tue, 5 Jul 2005 00:31:42 +0100 + +k3b (0.12.1-3) unstable; urgency=low + + * Upgrade build dependancy on dbus-qt-1-dev to build with a C++ + transitioned version. (closes: #322084) + + -- Jean-Michel Kelbert Tue, 30 Aug 2005 22:54:44 +0200 + +k3b (0.12.1-2) unstable; urgency=low + + * Add to Build-Depends: + - dbus-qt-1-dev, libhal-dev, libhal-storage-dev, libpopt-dev for DBus/Hal support + - libmpcdec-dev for Musepack support + - libresmgr-dev for Resmgr support + - libtag1-dev for audio meta data reading with Taglib + - libmusicbrainz4-dev for tag guessing using MusicBrainz + - flac to avoid configure errors + (closes: #315613) + * Add *.la and *.so files to the k3blibs-dev package + + -- Jean-Michel Kelbert Tue, 28 Jun 2005 11:49:11 +0200 + +k3b (0.12.1-1ubuntu2) breezy; urgency=low + + * Removed flac patch and added flac as Build-Depend + (oversight in previous package) + * Add kubuntu_01_hide_k3bsetup.diff to hide k3bsetup + from menu + * Add kubuntu_02_no_require_cdrdao.diff to stop it warning + if cdrdao is not installed + * Sponsored upload for Martin Meredith + + -- Jonathan Riddell Wed, 29 Jun 2005 00:34:01 +0100 + +k3b (0.12.1-1ubuntu1) breezy; urgency=low + + * Sync with Debian + * Build for Breezy + * Added libxi-dev as Build-Depends + * Add Build-Depends on libtag1-dev, libmusicbrainz4-dev, libhal-dev, libmad0-dev, libdbus-qt-1-dev + * Create package k3b-mp3 with MP3 decoder plugins + * Fixed Bug/error in FLAC decoder plugin + * Sponsored upload for Martin Meredith + + -- Jonathan Riddell Mon, 27 Jun 2005 02:27:54 +0100 + +k3b (0.12.1-1) unstable; urgency=low + + * New upstream release + + -- Jean-Michel Kelbert Mon, 20 Jun 2005 17:16:46 +0200 + +k3b (0.11.24-0ubuntu1) breezy; urgency=low + + * New upstream release + * Built for breezy + * Fix typo in k3b.files (mimlnk -> mimelnk) + * Sponsored upload for Martin Meredith + + -- Jonathan Riddell Mon, 13 Jun 2005 11:33:54 +0100 + +k3b (0.11.23-0ubuntu4) breezy; urgency=low + + * Rebuilt for Breezy and Patched to fix build error + + -- Martin Meredith Mon, 13 Jun 2005 03:16:47 +0100 + +k3b (0.11.23-0ubuntu3) hoary; urgency=low + + * Replaced libmad, libmad-dev + * Changed cdrdao as a suggests + * configure runs now with k3bsetup=no + + -- Andreas Mueller Mon, 4 Apr 2005 23:50:28 +0200 + +k3b (0.11.23-0ubuntu2) hoary; urgency=low + + * Added libmad0 build depends (Hoary: 8052) + * Added cdrdao as a new install depends (Hoary: 7877) + * Added a README.Ubuntu about restricted formats + * Removed k3bsetup, man page and his desktop file (Hosry: 8011) + + -- Andreas Mueller Sat, 1 Apr 2005 19:46:18 +0200 + +k3b (0.11.23-0ubuntu1) hoary; urgency=low + + * Added sox, movixmaker-2 as a suggestion + * Fixed session import. + * Fixed seldom crash in the welcome widget. + * Flac 1.1.2 compile fix. + * Little fix in capabilities detection (only affects buggy firmwares) + * Properly detect the Philips 2600 + * Made multisession selection in DVD project visible. + * Fixed crash when importing session failed. + * Fixed compilation with flac 1.1.2 + * New upstream release + + -- Andreas Mueller Sun, 27 Mar 2005 18:08:33 +0200 + +k3b (0.11.20-2) unstable; urgency=low + + * Rename normalize to normalize-audio. + (closes: #267052) + * Apply a patch to update man page. Thanks to Stuart Prescott. + (closes: #266005) + * Move menu entry in Applications/Tools. + (closes: #270444) + * Apply a patch to prevent the ripping progress icon from flickering + heavily. Thanks to Eike Sauer. + (closes: #294230) + * Add sox and movixmaker-2 to Suggests. + (closes: #249278) + + -- Jean-Michel Kelbert Fri, 4 Mar 2005 21:44:10 +0100 + +k3b (0.11.20-1) unstable; urgency=low + + * New upstream release + + -- Jean-Michel Kelbert Fri, 11 Feb 2005 23:25:28 +0000 + +k3b (0.11.20-0ubuntu2) hoary; urgency=low + + * Add hidden=true to k3bsetup2.desktop + + -- Jonathan Riddell Thu, 17 Mar 2005 01:25:59 +0000 + +k3b (0.11.20-0ubuntu1) hoary; urgency=low + + * New upstream release + * removed debian-patch, upstream fixed it now. + + -- Andreas Mueller Sat, 12 Feb 2005 20:45:59 +0100 + +k3b (0.11.19-1) unstable; urgency=low + + * New upstream release + + -- Jean-Michel Kelbert Thu, 27 Jan 2005 09:56:51 +0100 + +k3b (0.11.18-2ubuntu1) hoary; urgency=low + + * Rebuild with new libflac (no changes) + * Move patch for burn crash into debian/patches + + -- Jonathan Riddell Sat, 15 Jan 2005 22:37:07 +0000 + +k3b (0.11.18-2) unstable; urgency=high + + * Apply a patch to prevent k3b from crashing when pressing "Burn". That's + why a set urgency to high. + (closes: #289440) + * Rebuild with newer FLAC. + (closes: #289372) + + -- Jean-Michel Kelbert Tue, 11 Jan 2005 20:50:31 +0100 + +k3b (0.11.18-1) unstable; urgency=low + + * New upstream release + + -- Jean-Michel Kelbert Sun, 26 Dec 2004 22:38:48 +0100 + +k3b (0.11.18-1ubuntu1) hoary; urgency=low + + * New upstream release + * added missing build-depend + + -- Andreas Mueller Wed, 5 Jan 2005 17:03:27 +0100 + +k3b (0.11.17-1) unstable; urgency=low + + * New upstream release + + -- Jean-Michel Kelbert Thu, 23 Sep 2004 21:33:09 +0200 + +k3b (0.11.16-1) unstable; urgency=low + + * New upstream release + (closes: #267338, #271780, #272122, #269736) + + -- Jean-Michel Kelbert Sun, 19 Sep 2004 10:27:06 +0200 + +k3b (0.11.14-2) unstable; urgency=low + + * Recompile k3b to prevent it from crashing when the configure diaglog is + closed. + (closes: #269741, #266086) + + -- Jean-Michel Kelbert Sat, 11 Sep 2004 15:00:23 +0200 + +k3b (0.11.14-1) unstable; urgency=low + + * New upstream release. + (closes: #264943) + * Move kcontrol do Depends. + (closes: #252984) + * Change the burning group to "cdrom". + (closes: #263948) + + -- Jean-Michel Kelbert Wed, 11 Aug 2004 20:00:12 +0200 + +k3b (0.11.13-1) unstable; urgency=low + + * New upstream release + (closes: #261025, #257570, #253266, #252984, #249411, #248185, #240460, #260271, #253177, #249338) + + -- Jean-Michel Kelbert Wed, 4 Aug 2004 15:18:37 +0200 + +k3b (0.11.12-1) unstable; urgency=low + + * New upstream release + + -- Jean-Michel Kelbert Sat, 26 Jun 2004 17:18:49 +0200 + +k3b (0.11.11-1) unstable; urgency=low + + * New upstream release + + -- Jean-Michel Kelbert Tue, 15 Jun 2004 13:30:01 +0200 + +k3b (0.11.10-1) unstable; urgency=low + + * New upstream release + (closes: #252291) + + -- Jean-Michel Kelbert Wed, 26 May 2004 22:38:48 +0200 + +k3b (0.11.9-2) unstable; urgency=low + + * Depends now on kdebase-bin. + (closes: #245566) + * Suggests normalize and toolame. + (closes: #240770) + * Correct typos in description. + (closes: #232004) + * Remove references to wrong documentation in the manpage. + (closes: #225758) + + -- Jean-Michel Kelbert Sat, 1 May 2004 11:22:30 +0000 + +k3b (0.11.9-1) unstable; urgency=low + + * New upstream release. Wouh, two releases today, I don't have time to + package the first one. + + -- Jean-Michel Kelbert Mon, 29 Mar 2004 23:05:45 +0200 + +k3b (0.11.7-1) unstable; urgency=low + + * New upstream release + * Remove dpatch commands from debian/rules + (closes: #239832) + + -- Jean-Michel Kelbert Sun, 28 Mar 2004 12:56:43 +0200 + +k3b (0.11.6-1) unstable; urgency=low + + * New upstream release. + (closes: #229898, #226858) + * Add libflac++-dec to Build-Depends. + * Merge libraries packages. + + -- Jean-Michel Kelbert Tue, 9 Mar 2004 15:36:23 +0100 + +k3b (0.10.3-5) unstable; urgency=low + + * Add kdebase-bin to Suggests in debian/control + (closes: #227254) + * Apply a patch to let cdrdao working with ATAPI drives on kernel 2.6 + (closes: #227336) + + -- Jean-Michel Kelbert Wed, 14 Jan 2004 22:22:22 +0100 + +k3b (0.10.3-4) unstable; urgency=low + + * Add plugins to libk3plugins + (closes: #225553, #225600) + + -- Jean-Michel Kelbert Tue, 6 Jan 2004 08:54:15 +0100 + +k3b (0.10.3-3) unstable; urgency=low + + * Add libkcm_k3bsetup2.la to libk3bcore. + (closes: #225566, #225589, #225985) + + -- Jean-Michel Kelbert Sun, 4 Jan 2004 01:27:35 +0100 + +k3b (0.10.3-2) unstable; urgency=low + + * Fix missing depends on k3b libs. + (closes: #225457, #225459) + * Change icons location under kde. + (closes: #224820) + + -- Jean-Michel Kelbert Thu, 1 Jan 2004 19:10:45 +0100 + +k3b (0.10.3-1) unstable; urgency=low + + * New upstream release + (closes: #218063) + + -- Jean-Michel Kelbert Tue, 9 Dec 2003 19:57:45 +0100 + +k3b (0.9-4) unstable; urgency=low + + * Add a patch to inform user to use 'dpkg-reconfigure cdrecord' instead of + k3bsetup when k3b detect that cdrecord isn't setuid. + * Add kcontrol to Recommands. + (closes: #206753) + * Add kdelibs-data to Depends since + usr/share/mimelnk/application/x-iso.desktop and + usr/share/mimelnk/application/x-cue.desktop which where conflicting with + arson package are now included in it. + (closes: #204532) + * Add a patch for solving a syntax problem in some German entries. + (closes: #212238) + * Add the patch provided by Chris Cheney to clean debian/rules. Adapt the + resulting debian/rules to k3b.(Thanks to Chris) + (closes: #214509) + + -- Jean-Michel Kelbert Fri, 10 Oct 2003 22:47:29 +0200 + +k3b (0.9-3.1) unstable; urgency=low + + * NMU + * Removed x-cue.desktop and x-iso.desktop since they are now a part of + kdelibs-data. + + -- Christopher L Cheney Mon, 6 Oct 2003 22:00:00 -0500 + +k3b (0.9-3) unstable; urgency=low + + * Change the previous changelog entry. Thanks to Rene Engelhard. + * Add a patch for adding group read permission on cdrecord in k3bsetup. The + patch concerns src/k3bsetup/k3bsetup.cpp. Thanks to Matthew A. Nicholson. + (closes: #201393, #203819) + + -- Jean-Michel Kelbert Sun, 3 Aug 2003 21:20:13 +0200 + +k3b (0.9-2) unstable; urgency=low + + * Add a patch for changing dlopen() libcdda_interface.so.0 instead of + libcdda_interface.so. The patch concerns src/tools/k3bcdparanoialib.cpp. + (closes: #199819) + + -- Jean-Michel Kelbert Sun, 3 Aug 2003 11:06:25 +0200 + +k3b (0.9-1) unstable; urgency=low + + * New upstream release. + (closes: #195684, #202359) + * Use -fpermissive to allow compilation with gcc 3.3.1. + * Split the package in three because there is now a library: libk3bcore. + * Added k3b-i18n in Suggest. + + -- Jean-Michel Kelbert Thu, 24 Jul 2003 00:17:05 +0200 + +k3b (0.8.1-3) unstable; urgency=low + + * Made some changes in the dependancies. + * Compile against kdelibs4-dev (>= 3.1.1) in order to depend on the new + libvorbis. + + -- Jean-Michel Kelbert Sat, 15 Mar 2003 00:57:14 -0500 + +k3b (0.8.1-2) unstable; urgency=low + + * Added a line debian/rules to change the date of admin/config.guess, so + that the package will compile from sources. + + -- Jean-Michel Kelbert Thu, 13 Mar 2003 22:43:17 -0500 + +k3b (0.8.1-1) unstable; urgency=low + + * Initial Release. + (closes: #165264) + * Thanks to Karolina Lindqvist for manpages + + -- Jean-Michel Kelbert Wed, 19 Feb 2003 23:53:45 -0500 + diff --git a/debian/lenny/applications/k3b/debian/compat b/debian/lenny/applications/k3b/debian/compat new file mode 100644 index 000000000..1e8b31496 --- /dev/null +++ b/debian/lenny/applications/k3b/debian/compat @@ -0,0 +1 @@ +6 diff --git a/debian/lenny/applications/k3b/debian/control b/debian/lenny/applications/k3b/debian/control new file mode 100644 index 000000000..ae97f656c --- /dev/null +++ b/debian/lenny/applications/k3b/debian/control @@ -0,0 +1,86 @@ +Source: k3b-trinity +Section: kde +Priority: optional +Maintainer: Timothy Pearson +XSBC-Original-Maintainer: Debian KDE Extras Team +Uploaders: Francois Marier , Fathi Boudra +Build-Depends: libdvdread4, libdvdread-dev, alsa, libasound2-dev, lame, libmp3lame-dev, debhelper (>= 6), cdbs (>= 0.4.52ubuntu18), kdelibs4-trinity-dev (>= 3.5.0), libflac++-dev (>= 1.1.2), flac, libdbus-tqt-1-dev, libhal-dev (>= 0.5.5.1), libhal-storage-dev (>= 0.5.5.1), libpopt-dev, libmpcdec-dev, libtag1-dev (>= 1.4-3), libmusicbrainz4-dev (>= 2.1.1-4.1), libmad0-dev, chrpath, libavformat-dev, libavcodec-dev, libvorbis-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 +Homepage: http://www.k3b.org + +Package: k3b-trinity +Architecture: any +Depends: ${shlibs:Depends}, wodim | cdrskin, cdparanoia (>= 3a9.8), genisoimage, kdelibs-data-trinity (>= 4:3.1.4-2), cdrdao (>= 1.1.7-5), k3b-data-trinity (= ${source:Version}), libk3b3-trinity (= ${binary:Version}) +Recommends: dvd+rw-tools, libk3b3-extracodecs-trinity +Suggests: k3b-i18n, normalize-audio, toolame, sox, movixmaker-2, vcdimager (>= 0.7) +Replaces: libk3b3-trinity (<< 1.0.5-2) +Description: A sophisticated KDE CD burning application [Trinity] + K3b is a GUI frontend to the CD recording programs cdrdao and cdrecord. + Its aim is to provide a very user friendly interface to all the tasks + that come with cd recording. + . + It can be used to copy CDs and burn: + - audio CDs (from wav, mp3 or ogg vorbis files) + - data CDs and DVDs + - mixed-mode CDs (CD-Extra support) + - VCDs (1.1, 2.0 and SVCD) + - ISO files (Joliet/Rockridge and El Torito support) + - eMovix CDs + +Package: k3b-data-trinity +Conflicts: k3b-trinity (<< 1.0.4-4) +Replaces: k3b-trinity (<< 1.0.5-2) +Architecture: all +Description: A sophisticated KDE CD burning application - data files [Trinity] + K3b is a GUI frontend to the CD recording programs cdrdao and cdrecord. + Its aim is to provide a very user friendly interface to all the tasks + that come with cd recording. + . + This package contains the required data files common to all architectures. + +Package: libk3b-trinity-dev +Conflicts: libk3bcore-trinity-dev, libk3bplugin-trinity-dev, libk3btools-trinity-dev, libk3bproject-trinity-dev, k3blibs-trinity-dev, k3blibs-trinity +Section: libdevel +Architecture: any +Depends: libk3b3-trinity (= ${binary:Version}) +Description: The KDE cd burning application library - development files [Trinity] + K3b is a GUI frontend to the cd recording programs cdrdao and cdrecord. + Its aim is to provide a very user friendly interface to all the tasks + that come with cd recording and a lot more. + . + This package contains development files. + +Package: libk3b3-trinity +Section: libs +Architecture: any +Conflicts: libk3bcore-trinity, libk3bplugin-trinity, libk3btools-trinity, libk3bproject-trinity, k3blibs-trinity, libk3b2-trinity +Depends: ${shlibs:Depends} +Replaces: libk3b2-trinity, libk3b-trinity-dev (<< 1.0.5-2) +Description: The KDE cd burning application library - runtime files [Trinity] + K3b is a GUI frontend to the cd recording programs cdrdao and cdrecord. + Its aim is to provide a very user friendly interface to all the tasks + that come with cd recording and a lot more. + . + This package contains runtime libraries. + +Package: libk3b3-extracodecs-trinity +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Conflicts: libk3b2-mp3-trinity +Replaces: libk3b2-mp3-trinity, libk3b2-extracodecs-trinity, libk3b3-trinity (<< 1.0.5-2) +Description: The KDE cd burning application library - extra decoders [Trinity] + K3b is a GUI frontend to the cd recording programs cdrdao and cdrecord. + Its aim is to provide a very user friendly interface to all the tasks + that come with cd recording and a lot more. + . + This package contains runtime libraries for the MP3 and FFMPEG decoder plugin. + +Package: libk3b2-extracodecs-trinity +Architecture: all +Priority: extra +Depends: libk3b3-extracodecs-trinity +Description: transitional package for K3b's extra decoders [Trinity] + This is a dummy transitional package to enable a smooth transition from + libk3b2-extracodecs to libk3b3-extracodecs. + It may safely be removed after installation. diff --git a/debian/lenny/applications/k3b/debian/copyright b/debian/lenny/applications/k3b/debian/copyright new file mode 100644 index 000000000..b5022ab93 --- /dev/null +++ b/debian/lenny/applications/k3b/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Jean-Michel Kelbert on +Wed, 19 Feb 2003 23:53:45 -0500. + +It was downloaded from http://www.k3b.org/ + +Upstream Authors: + + Sebastian Trueg + Thomas Froescher + Christian Kvasny + Klaus-Dieter Krannich + +Copyright: (C) 2001-2008 Sebastian Trueg + + 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. + + 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 Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, 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-2'. diff --git a/debian/lenny/applications/k3b/debian/docs b/debian/lenny/applications/k3b/debian/docs new file mode 100644 index 000000000..623fe2da9 --- /dev/null +++ b/debian/lenny/applications/k3b/debian/docs @@ -0,0 +1,3 @@ +FAQ +README +TODO diff --git a/debian/lenny/applications/k3b/debian/k3b-data-trinity.install b/debian/lenny/applications/k3b/debian/k3b-data-trinity.install new file mode 100644 index 000000000..68b612b6f --- /dev/null +++ b/debian/lenny/applications/k3b/debian/k3b-data-trinity.install @@ -0,0 +1,7 @@ +debian/tmp/opt/trinity/share/applnk/.hidden/* +debian/tmp/opt/trinity/share/apps/* +debian/tmp/opt/trinity/share/icons/* +debian/tmp/opt/trinity/share/doc/kde/* +debian/tmp/opt/trinity/share/sounds/* +debian/tmp/opt/trinity/share/mimelnk/* +debian/tmp/opt/trinity/share/services/* diff --git a/debian/lenny/applications/k3b/debian/k3b-data.files b/debian/lenny/applications/k3b/debian/k3b-data.files new file mode 100644 index 000000000..2bbfe5151 --- /dev/null +++ b/debian/lenny/applications/k3b/debian/k3b-data.files @@ -0,0 +1,5 @@ +usr/share/apps/* +usr/share/icons/* +usr/share/kde/* +usr/share/sounds/* +usr/share/doc/kde/* diff --git a/debian/lenny/applications/k3b/debian/k3b-data.install b/debian/lenny/applications/k3b/debian/k3b-data.install new file mode 100644 index 000000000..0c6615e9b --- /dev/null +++ b/debian/lenny/applications/k3b/debian/k3b-data.install @@ -0,0 +1,11 @@ +debian/tmp/usr/share/applnk/.hidden/* +debian/tmp/usr/share/apps/* +debian/tmp/usr/share/icons/* +debian/tmp/usr/share/doc/kde/* +debian/tmp/usr/share/sounds/* +debian/tmp/usr/share/mimelnk/* +debian/tmp/usr/share/services/* +debian/k3b-rip-audiocd.desktop usr/share/kde4/apps/solid/actions +debian/k3b-rip-videodvd.desktop usr/share/kde4/apps/solid/actions +debian/k3b-write-iso-image.desktop usr/share/kde4/services/ServiceMenus +debian/k3b-write-bin-image.desktop usr/share/kde4/services/ServiceMenus diff --git a/debian/lenny/applications/k3b/debian/k3b-rip-audiocd.desktop b/debian/lenny/applications/k3b/debian/k3b-rip-audiocd.desktop new file mode 100644 index 000000000..2d7d24def --- /dev/null +++ b/debian/lenny/applications/k3b/debian/k3b-rip-audiocd.desktop @@ -0,0 +1,49 @@ +[Desktop Entry] +X-KDE-Solid-Predicate=[ StorageVolume.ignored == false AND OpticalDisc.availableContent == 'Audio' ] +Type=Service +Actions=ripaudiocd; + +[Desktop Action ripaudiocd] +Exec=k3b --cddarip %d +Icon=k3b +Name=Extract Digital Audio with K3b +Name[af]=Onttrek digitale oudio m.b.v. K3b +Name[ar]= استعمل K3b لاستخراج الصوتي الرقمي. +Name[bg]=Извличане на цифров звук с K3b +Name[br]=Eztennañ klevet niverel gant K3b +Name[ca]=Extreu àudio digital amb el K3b +Name[cs]=Extrahovat digitální zvuk pomocí K3b +Name[da]=Rip digitallyd med K3b +Name[de]=Digital-Audio mit K3b auslesen +Name[el]=Εξαγωγή ψηφιακού ήχου με το K3b +Name[eo]=Ekstraktu ciferecan sonon per K3b +Name[es]=Extraer audio digital con K3b +Name[et]=Ekstrakti digitaalne audio K3b abil +Name[fa]=استخراج صوتی رقمی با K3b +Name[fi]=Pura sisältö digitaalisesti K3b:llä +Name[fr]=Extraction Audio avec K3b +Name[gl]=Extrair Áudio Dixital con K3b +Name[hu]=Digitális hanganyag kimásolása a K3b-vel +Name[is]=Afrita stafrænt hljóð með K3b +Name[it]=Estrai audio digitale con K3b +Name[ja]=K3b でデジタルオーディオを吸い出し +Name[km]=ស្រង់​ចេញ​អូឌីយ៉ូ​ឌីជីថល​ដោយ​ប្រើ K3b +Name[lt]=Nurašyti skaitmeninį audio su K3b +Name[ms]=Ekstrak Audio Digital dengan K3b +Name[nds]=Digitaal Audiodaten mit K3b ruttrecken +Name[nl]=Digitale audio rippen met K3b +Name[nn]=Hent ut digitallyd med K3b +Name[pa]=K3b ਨਾਲ ਡਿਜ਼ੀਟਲ ਆਡੀਓ ਖੋਲ੍ਹੋ +Name[pl]=Zgraj utwory za pomocą K3b +Name[pt]=Extrair o Áudio Digital com o K3b +Name[pt_BR]=Extrair Áudio Digital com o K3b +Name[sk]=Extrahovať digitálne audio pomocou K3b +Name[sr]=Издвој дигитални звук помоћу K3b-а +Name[sr@Latn]=Izdvoj digitalni zvuk pomoću K3b-a +Name[sv]=Lagra digitalljud med K3b +Name[tr]=K3b ile Sayısal Ses Aktar +Name[uk]=Витягування цифрового аудіо за допомогою K3b +Name[uz]=K3b yordamida qoʻshiqlarni audio-faylga aylantirish +Name[uz@cyrillic]=K3b ёрдамида қўшиқларни аудио-файлга айлантириш +Name[zh_CN]=用 K3b 提取数字音频 +Name[zh_TW]=使用 K3b 以數位方式提取音樂 diff --git a/debian/lenny/applications/k3b/debian/k3b-rip-videodvd.desktop b/debian/lenny/applications/k3b/debian/k3b-rip-videodvd.desktop new file mode 100644 index 000000000..627ed3a24 --- /dev/null +++ b/debian/lenny/applications/k3b/debian/k3b-rip-videodvd.desktop @@ -0,0 +1,48 @@ +[Desktop Entry] +X-KDE-Solid-Predicate=[ StorageVolume.ignored == false AND OpticalDisc.availableContent == 'Data|VideoDvd' ] +Type=Service +Actions=ripvideodvd; + +[Desktop Action ripvideodvd] +Exec=k3b --videodvdrip %d +Icon=k3b +Name=Rip Video DVD Titles with K3b +Name[af]=Kopiëer Video DVD titels m.b.v. K3b +Name[ar]= استخرج عناوين مرئيات من القرص المرئي الرقمي (DVD) بواسطة K3b +Name[bg]=Извличане на DVD заглавия с K3b +Name[ca]=Extreure pistes de DVD amb el K3b +Name[cs]=Ripovat titulky video DVD pomocí K3b +Name[da]=Rip dvd-titler med K3b +Name[de]=DVD-Titel mit K3b auslesen +Name[el]=Εξαγωγή τίτλων DVD με το K3b +Name[eo]=Ekstraktu videan DVD titolojn per K3b +Name[es]=Extraer títulos de DVD de vídeo con K3b +Name[et]=Ripi video-DVD tiitlid K3b abil +Name[fa]=تبدیل عناوین دی وی دی ویدئویی با K3b +Name[fi]=Pura dvd K3b:llä +Name[fr]=Extraire les titres du DVD avec K3b +Name[gl]=Gravar título de Vídeo DVD con K3b +Name[hu]=Video DVD-címek beolvasása a K3b-vel +Name[is]=Afrita DVD titla með K3b +Name[it]=Estrai titoli DVD video con K3b +Name[ja]=K3b で DVD タイトルを吸い出し... +Name[km]=ច្រៀក​ចំណង​ជើង​ឌីវីឌី​វីដេអូ​ដោយ​ប្រើ K3b +Name[lt]=Nurašyti video DVD su K3b +Name[ms]=Keluarkan Tajuk Video DVD dengan K3b +Name[nds]=Video-DVD-Stücken mit K3b utlesen +Name[nl]=Video-dvd-titels rippen met K3b +Name[nn]=Hent ut film-DVD-titlar med K3b +Name[pa]=K3b ਨਾਲ ਵੀਡਿਓ DVD ਟਾਇਟਲ ਰਿਪ +Name[pl]=Zgraj filmy z płyty DVD Video za pomocą K3b +Name[pt]=Extrair os Títulos do DVD de Vídeo com o K3b +Name[pt_BR]=Ripar DVD de Vídeo com o K3b +Name[sk]=Ripovať video DVD titulky pomocou K3b +Name[sr]=Исчупај титлове са видео DVD-а помоћу K3b-а +Name[sr@Latn]=Isčupaj titlove sa video DVD-a pomoću K3b-a +Name[sv]=Lagra dvd-titlar med K3b +Name[tr]=K3b ile Görüntü DVD'si Başlıklarını Aktar +Name[uk]=Видерти заголовки з відео-DVD за допомогою K3b +Name[uz]=K3b yordamida filmlarni video-faylga aylantirish +Name[uz@cyrillic]=K3b ёрдамида филмларни видео-файлга айлантириш +Name[zh_CN]=用 K3b 提取视频 DVD +Name[zh_TW]=使用 K3b 提取視像 DVD Titles diff --git a/debian/lenny/applications/k3b/debian/k3b-trinity.1 b/debian/lenny/applications/k3b/debian/k3b-trinity.1 new file mode 100644 index 000000000..abbd41f07 --- /dev/null +++ b/debian/lenny/applications/k3b/debian/k3b-trinity.1 @@ -0,0 +1,207 @@ +.TH K3B "1" "December 2002" KDE "KDE Application" +.SH NAME +k3b \- KDE CD burning program +.SH SYNOPSIS +.B k3b +[\fIQt-options\fR] [\fIKDE-options\fR] [\fIFile\fR] +.SH DESCRIPTION +This manual page documents briefly the +.B k3b +KDE Application. +This manual page was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. +.PP +K3b is a CD burning program that has two aims: +usability and as many features as possible. +.P +This program is part of the official KDE extra gear #1 module. +.SH OPTIONS +.SS "Arguments:" +.TP +File(s) +file(s) to open +.SS "General Options" +.B \-\-help +Show help about options +.TP +.B \-\-help\-qt +Show Qt specific options +.TP +.B \-\-help\-kde +Show KDE specific options +.TP +.B \-\-help\-all +Show all options +.TP +.B \-\-author +Show author information +.TP +.B \-v\fR, \fB\-\-version +Show version information +.TP +.B \-\-license +Show license information +.TP +.B \-\- +End of options +.SS "Options:" +.B \-\-datacd +Create a new data CD project and add all given files +.TP +.B \-\-audiocd +Create a new audio CD project and add all given files +.TP +.B \-\-videocd +Create a new video CD project and add all given files +.TP +.B \-\-mixedcd +Create a new mixed mode CD project and add all given files +.TP +.B \-\-emovixcd +Create a new eMovix CD project and add all given files +.TP +.B \-\-datadvd +Create a new data DVD project and add all given files +.TP +.B \-\-emovixdvd +Create a new eMovix DVD project and add all given files +.TP +.B \-\-copycd +Open the CD copy dialog +.TP +.B \-\-clonecd +Open the CD cloning dialog +.TP +.B \-\-cdimage +Write an ISO image or Bin/Cue image to cd +.TP +.B \-\-erasecd +Erase a CDRW +.TP +.B \-\-formatdvd +Format a DVD-RW or DVD+RW +.TP +.BI \-\-lang \ language +Set the GUI language +.SS "Qt options:" +.TP +.BI \-\-display \ displayname +Use the X-server display \fIdisplayname\fP. +.TP +.BI \-\-session \ sessionId +Restore the application for the given \fIsessionId\fP. +.TP +.B \-\-cmap +Causes the application to install a private color +map on an 8-bit display. +.TP +.BI \-\-ncols \ count +Limits the number of colors allocated in the color +cube on an 8-bit display, if the application is +using the QApplication::ManyColor color +specification. +.TP +.B \-\-nograb +tells Qt to never grab the mouse or the keyboard. +.TP +.B \-\-dograb +running under a debugger can cause an implicit +.B \-nograb, use \fB\-dograb\fR to override. +.TP +.B \-\-sync +switches to synchronous mode for debugging. +.TP +.BI "\-\-fn\fR, \fP\-\-font" \ fontname +defines the application font. +.TP +.BI "-\-bg\fR, \fB\-\-background" \ color +sets the default background color and an +application palette (light and dark shades are +calculated). +.TP +.BI "\-\-fg\fR, \fB\-\-foreground" \ color +sets the default foreground color. +.TP +.BI \-\-btn\fR, \fB\-\-button \ color +sets the default button color. +.TP +.BI \-\-name \ name +sets the application name. +.TP +.BI \-\-title \ title +sets the application title (caption). +.TP +.B \-\-visual TrueColor +forces the application to use a TrueColor visual on +an 8-bit display. +.TP +.BI \-\-inputstyle \ inputstyle +sets XIM (X Input Method) input style. Possible +values are +.BR onthespot ", " overthespot ", " offthespot and root . +.TP +.BI \-\-im " XIM-server" +set XIM server. +.TP +.B \-\-noxim +disable XIM. +.TP +.B \-\-reverse +mirrors the whole layout of widgets. +.SS "KDE options:" +.TP +.BI \-\-caption \ caption +Use \fIcaption\fP as name in the titlebar. +.TP +.BI \-\-icon \ icon +Use \fIicon\fP as the application icon. +.TP +.BI \-\-miniicon \ icon +Use \fIicon\fP as the icon in the titlebar. +.TP +.BI \-\-config \ filename +Use alternative configuration file. +.TP +.BI \-\-dcopserver \ server +Use the DCOP Server specified by \fIserver\fP. +.TP +.B \-\-nocrashhandler +Disable crash handler, to get core dumps. +.TP +.B \-\-waitforwm +Waits for a WM_NET compatible windowmanager. +.TP +.BI \-\-style \ style +sets the application GUI style. +.TP +.BI \-\-geometry \ geometry +sets the client geometry of the main widget. +.SH AUTHOR +K3b was written by +.nh +.ad l +Sebastian Trueg +and Thomas Froescher . +.hy +.br +Please use http://bugs.kde.org to report bugs, do not mail the authors directly. +.br +This manual page was prepared by +.nh +.ad l +Karolina Lindqvist +.hy +for the Debian GNU/Linux system (but may be used by others). +.SH "SEE ALSO" +If the +.B khelpcenter +program is properly installed at your site, the command +.IP +.B khelpcenter help:/k3b +.PP +should give you access to the complete manual. +.P +Alternatively the manual can be browsed in +.B konqueror +giving it the URL help:/k3b + diff --git a/debian/lenny/applications/k3b/debian/k3b-trinity.install b/debian/lenny/applications/k3b/debian/k3b-trinity.install new file mode 100644 index 000000000..e2601f7be --- /dev/null +++ b/debian/lenny/applications/k3b/debian/k3b-trinity.install @@ -0,0 +1,5 @@ +debian/tmp/opt/trinity/bin/* +debian/tmp/opt/trinity/share/applications/* +debian/k3b.xpm /opt/trinity/share/pixmaps/ +debian/tmp/opt/trinity/lib/kde3/kfile_k3b.so +debian/tmp/opt/trinity/lib/kde3/kfile_k3b.la diff --git a/debian/lenny/applications/k3b/debian/k3b-trinity.manpages b/debian/lenny/applications/k3b/debian/k3b-trinity.manpages new file mode 100644 index 000000000..328f16efe --- /dev/null +++ b/debian/lenny/applications/k3b/debian/k3b-trinity.manpages @@ -0,0 +1 @@ +debian/k3b-trinity.1 diff --git a/debian/lenny/applications/k3b/debian/k3b-trinity.menu b/debian/lenny/applications/k3b/debian/k3b-trinity.menu new file mode 100644 index 000000000..f07382ed8 --- /dev/null +++ b/debian/lenny/applications/k3b/debian/k3b-trinity.menu @@ -0,0 +1,6 @@ +?package(k3b):\ + needs="X11"\ + section="Applications/File Management"\ + title="K3b"\ + command="/opt/trinity/bin/k3b"\ + icon="/usr/share/pixmaps/k3b.xpm" diff --git a/debian/lenny/applications/k3b/debian/k3b-trinity.postinst b/debian/lenny/applications/k3b/debian/k3b-trinity.postinst new file mode 100644 index 000000000..3807d55e6 --- /dev/null +++ b/debian/lenny/applications/k3b/debian/k3b-trinity.postinst @@ -0,0 +1,33 @@ +#!/bin/sh -e + +case "$1" in + configure) + + # Remove bad files + if dpkg --compare-versions "$2" eq "0.10.3-1"; then + rm -rf /usr/share/applnk/.hidden + rm -rf /usr/share/applnk/System/k3b.desktop + fi + + if dpkg --compare-versions "$2" lt "0.10.3-1"; then + rm -rf /usr/share/applnk/System/k3b.desktop + rm -rf /usr/share/applnk/System/k3bsetup.desktop + fi + + ;; +abort-upgrade|abort-remove|abort-deconfigure) + ;; + +*) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + diff --git a/debian/lenny/applications/k3b/debian/k3b-write-bin-image.desktop b/debian/lenny/applications/k3b/debian/k3b-write-bin-image.desktop new file mode 100644 index 000000000..f1223957d --- /dev/null +++ b/debian/lenny/applications/k3b/debian/k3b-write-bin-image.desktop @@ -0,0 +1,63 @@ +[Desktop Entry] +Type=Service +ServiceTypes=KonqPopupMenu/Plugin +MimeType=application/x-cue; +Actions=WriteCdBinImage; + +[Desktop Action WriteCdBinImage] +Exec=k3b --cdimage %F +Name=Write CD Image with K3b... +Name[af]=Skryf CD beeld met K3b... +Name[ar]= اكتب صورة (Image DATA) على القرص المدمج (CD) بواسطة K3b . +Name[bg]=Запис на CD образ с K3b... +Name[bn]=কে-থ্রি-বি দিয়ে সিডি ইমেজ লেখো... +Name[br]=srivañ ar skeudenn CD gant K3b ... +Name[bs]=Zapiši CD image koristeći K3b... +Name[ca]=Escriu imatge de CD amb el K3b... +Name[cs]=Vypálit obraz CD... +Name[da]=Skriv cd-billede med K3b... +Name[de]=CD-Abbild mit K3b brennen ... +Name[el]=Εγγραφή εικόνας CD με το K3b... +Name[eo]=Skribu KD imagon per K3b... +Name[es]=Grabar imagen de CD con K3b... +Name[et]=Kirjuta CD-tõmmis K3b abil plaadile... +Name[fa]=نوشتن تصویر دیسک فشرده با K3b... +Name[fi]=Polta levykuva cd-levylle K3b:llä... +Name[fr]=Graver une image CD avec K3b... +Name[gl]=Escrever unha Imaxe de CD con K3b... +Name[he]=כתוב תבנית CD בעזרת K3b... +Name[hi]=के3बी के साथ सीडी इमेज लिखें... +Name[hu]=CD-képmásfájl írása a K3b-vel... +Name[is]=Skrifa diskmynd með K3b... +Name[it]=Scrivi immagine CD con K3b... +Name[ja]=K3b で CD イメージを書き込み... +Name[ka]=K3b-ით CD-ის გამოსახულების ჩაწერა... +Name[km]=សរសេរ​រូបភាព​ស៊ីឌី​ជាមួយ​នឹង K3b... +Name[lt]=Įrašyti CD atvaizdą su K3b... +Name[mk]=Запишете CD-слика со K3b... +Name[ms]= Tulis Imej CD dengan K3b... +Name[nb]=Skriv CD-bilde med K3b . . . +Name[nds]=CD-Afbild mit K3b schrieven... +Name[ne]=K3b सँग सीडी छवि सिर्जना गर्नुहोस्... +Name[nl]=CD-image schrijven met K3b... +Name[nn]=Brenn CD-bilete med K3b … +Name[pa]=K3b ਨਾਲ CD ਪ੍ਰਤੀਬਿੰਬ ਲਿਖੋ... +Name[pl]=Stwórz obraz płyty CD za pomocą K3b... +Name[pt]=Gravar uma Imagem de CD com o K3b... +Name[pt_BR]=Gravar Imagem de CD com o K3b... +Name[ru]=Записать образ CD, используя K3b... +Name[sk]=Zapísať obraz CD pomocou K3b... +Name[sl]=Zapiši sliko CD-ja s K3b ... +Name[sr]=Упиши одраз CD-а помоћу K3b-а... +Name[sr@Latn]=Upiši odraz CD-a pomoću K3b-a... +Name[sv]=Skriv cd-avbild med K3b... +Name[ta]=குறுந்தகட்டு நிழலுடன் K3bஐ உருவாக்குக... +Name[tg]=Сабт кардани намуди CD бо истифодабарии K3b... +Name[tr]=K3b ile CD Kalıbı Yazdır... +Name[uk]=Записати штамп КД за допомогою K3b... +Name[uz]=K3b yordamida CD tasvirini yozish +Name[uz@cyrillic]=K3b ёрдамида CD тасвирини ёзиш +Name[xh]=Bhala Umfanekiso we CD nge K3b... +Name[zh_CN]=用 K3b 刻录 CD 映像... +Name[zh_TW]=使用 K3b 燒錄 CD 影像... +Icon=k3b diff --git a/debian/lenny/applications/k3b/debian/k3b-write-iso-image.desktop b/debian/lenny/applications/k3b/debian/k3b-write-iso-image.desktop new file mode 100644 index 000000000..bc8b04a50 --- /dev/null +++ b/debian/lenny/applications/k3b/debian/k3b-write-iso-image.desktop @@ -0,0 +1,56 @@ +[Desktop Entry] +Type=Service +ServiceTypes=KonqPopupMenu/Plugin +MimeType=application/x-cd-image; +Actions=WriteCdIsoImage; + +[Desktop Action WriteCdIsoImage] +Exec=k3b --image %F +Name=Write CD or DVD Image with K3b... +Name[af]=Skryf CD of DVD beeld lêer m.b.v. K3b... +Name[ar]= اكتب صورة على القرص المدمج (CD) او على القرص المرئي الرقمي (DVD) بواسطة K3b . +Name[bg]=Запис на CD или DVD образ с K3b... +Name[bn]=কে-থ্রি-বি দিয়ে সিডি অথবা ডিভিডি ইমেজ লেখো... +Name[br]=srivañ ur skeudenn CD pe DVD gant K3b ... +Name[ca]=Escriu imatge de CD o DVD amb el K3b... +Name[cs]=Vypálit obraz CD nebo DVD pomocí K3b... +Name[da]=Skriv cd- eller dvd-billede med K3b... +Name[de]=CD/DVD-Abbild mit K3b brennen ... +Name[el]=Εγγραφή εικόνας CD ή DVD με το K3b... +Name[eo]=Skribu KD aŭ DVD imagon per K3b... +Name[es]=Grabar imagen de CD o DVD con K3b... +Name[et]=Kirjuta CD- või DVD-tõmmis K3b abil plaadile... +Name[fa]=نوشتن تصویر دیسک فشرده یا دی وی دی با K3b... +Name[fi]=Polta levykuva cd- tai dvd-levylle K3b:llä... +Name[fr]=Graver une image CD ou DVD avec K3b... +Name[gl]=Escrever unha Imaxe de CD ou DVD con K3b... +Name[hu]=CD- vagy DVD-képmásfájl írása a K3b-vel... +Name[is]=Skrifa CD eða DVD mynd með K3b... +Name[it]=Scrivi immagine CD o DVD con K3b... +Name[ja]=K3b で CD/DVD イメージを書き込み... +Name[ka]=K3b-ით CD ან DVD გამოსახულების ჩაწერა... +Name[km]=សរសេរ​​រូបភាព​ស៊ីឌី ឬ​ឌីវីឌី​ដោយ​ប្រើ K3b... +Name[lt]=Įrašyti CD ar DVD atvaizdą su K3b... +Name[mk]=Запишете CD или DVD-слика со K3b... +Name[ms]=Tulis Imej CD atau DVD dengan K3b... +Name[nb]=Skriv CD- eller DVD-bilde med K3b . . . +Name[nds]=CD- oder DVD-Afbild mit K3b schrieven... +Name[nl]=CD of DVD-image schrijven met K3b... +Name[nn]=Brenn CD- eller DVD-bilete med K3b … +Name[pa]=K3b ਨਾਲ CD ਜਾਂ DVD ਪ੍ਰਤੀਬਿੰਬ ਲਿਖੋ... +Name[pl]=Nagraj obraz płyty CD lub DVD na płytę za pomocą K3b... +Name[pt]=Escrever uma Imagem de CD ou DVD com o K3b... +Name[pt_BR]=Gravar Imagem de CD ou DVD com o K3b... +Name[ru]=Записать образ CD или DVD, используя K3b... +Name[sk]=Zapísať obraz CD alebo DVD pomocou K3b... +Name[sr]=Упиши CD или DVD одраз помоћу K3b-а... +Name[sr@Latn]=Upiši CD ili DVD odraz pomoću K3b-a... +Name[sv]=Skriv cd- eller dvd-avbild med K3b... +Name[tg]=Сабт кардани тасвири CD ё DVD бо истифодабарии K3b... +Name[tr]=K3b ile CD ya da DVD görüntüsü Yazdır... +Name[uk]=Записати штамп КД або DVD у K3b... +Name[uz]=K3b yordamida CD yoki DVD tasvirini yozish +Name[uz@cyrillic]=K3b ёрдамида CD ёки DVD тасвирини ёзиш +Name[zh_CN]=用 K3b 刻录 CD 或 DVD 映像... +Name[zh_TW]=使用 K3b 燒錄 CD 或 DVD 影像... +Icon=k3b diff --git a/debian/lenny/applications/k3b/debian/k3b.files b/debian/lenny/applications/k3b/debian/k3b.files new file mode 100644 index 000000000..d6388a5b6 --- /dev/null +++ b/debian/lenny/applications/k3b/debian/k3b.files @@ -0,0 +1,6 @@ +usr/share/applications/* +usr/share/mimelnk/* +usr/share/pixmaps/* +usr/share/services/* +usr/bin/* +etc/* diff --git a/debian/lenny/applications/k3b/debian/k3b.install b/debian/lenny/applications/k3b/debian/k3b.install new file mode 100644 index 000000000..72cf96bb3 --- /dev/null +++ b/debian/lenny/applications/k3b/debian/k3b.install @@ -0,0 +1,5 @@ +debian/tmp/usr/bin/* +debian/tmp/usr/share/applications/* +debian/k3b.xpm usr/share/pixmaps/ +debian/tmp/usr/lib/trinity/kfile_k3b.so +debian/tmp/usr/lib/trinity/kfile_k3b.la diff --git a/debian/lenny/applications/k3b/debian/k3b.manpages b/debian/lenny/applications/k3b/debian/k3b.manpages new file mode 100644 index 000000000..60dde70bc --- /dev/null +++ b/debian/lenny/applications/k3b/debian/k3b.manpages @@ -0,0 +1 @@ +debian/k3b.1 diff --git a/debian/lenny/applications/k3b/debian/k3b.menu b/debian/lenny/applications/k3b/debian/k3b.menu new file mode 100644 index 000000000..c6f95c029 --- /dev/null +++ b/debian/lenny/applications/k3b/debian/k3b.menu @@ -0,0 +1,6 @@ +?package(k3b):\ + needs="X11"\ + section="Applications/File Management"\ + title="K3b"\ + command="/usr/bin/k3b"\ + icon="/usr/share/pixmaps/k3b.xpm" diff --git a/debian/lenny/applications/k3b/debian/k3b.postinst b/debian/lenny/applications/k3b/debian/k3b.postinst new file mode 100644 index 000000000..3807d55e6 --- /dev/null +++ b/debian/lenny/applications/k3b/debian/k3b.postinst @@ -0,0 +1,33 @@ +#!/bin/sh -e + +case "$1" in + configure) + + # Remove bad files + if dpkg --compare-versions "$2" eq "0.10.3-1"; then + rm -rf /usr/share/applnk/.hidden + rm -rf /usr/share/applnk/System/k3b.desktop + fi + + if dpkg --compare-versions "$2" lt "0.10.3-1"; then + rm -rf /usr/share/applnk/System/k3b.desktop + rm -rf /usr/share/applnk/System/k3bsetup.desktop + fi + + ;; +abort-upgrade|abort-remove|abort-deconfigure) + ;; + +*) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + diff --git a/debian/lenny/applications/k3b/debian/k3b.xpm b/debian/lenny/applications/k3b/debian/k3b.xpm new file mode 100644 index 000000000..a7748bac4 --- /dev/null +++ b/debian/lenny/applications/k3b/debian/k3b.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *k3b[] = { +/* columns rows colors chars-per-pixel */ +"32 32 11 1", +" c #7F0000", +". c #7F007F", +"X c #666667", +"o c gray50", +"O c red", +"+ c magenta", +"@ c gray60", +"# c #B2B2B2", +"$ c gray80", +"% c gray90", +"& c gray100", +/* pixels */ +" O.O.O.O.O.O.O .OO.OO O.O.O.OO.O", +"O.O O.. O O.. O.O.O..O.O.O.O .O ", +".O.O.OOO.OO.OO.OO. .O.OOOO.O.O.O", +"O.&#O.O.O. O.O@%&OO$$$%$$$$$$.O.", +" .&%oO.OO.O.O#&&& O$%$#$$#$$$O.O", +"OO&&&@O O..O%&&&%.O$$$$$$$##$O. ", +".O$&&&$..Oo&&&&@O.O$$$$##$$$%.O.", +"O.Oo&&&&O#&&&$.O O.%$##$#$$$$O O", +".O.O.%&&&&&&#OO.O.O$$##$$##$$O.O", +"O O.O$&&&&&&#..O O.$#$$$$$$##OO.", +".O$$#$@&&&%. O.OO.O$$$$$#$$$%O O", +"O &&&&&&&&&&&&&&&OO$$#$$$##$$.O.", +".O%%&&&&&&&&&&&&&.O%%$$$$$$%$O.O", +"O.@o@..@Oo.@Oo.ooO.OO.O.O.OOO.O ", +"..OOOO.O.O.O.O.OO.O. OO .OO .O.O", +"O &&@OO@&&oOO#&&oOOo&&&&&&%.O.O.", +".O&&#O.O&&@O.O&&.O.@&&&&&&&$O.O.", +"O &&@ O+&%@ Oo&&@O.O&&#.@%&&.O.O", +".O&&O.O@&&+O.@&&@OO@&&@OO.&&@.O ", +"O.&&@O.O&&@.OO&&@ O+&%@.O@&&OOO.", +"..&&+O @&&.O.@&&O.O@&&#O#&&%.O.O", +"O &&@.O@&&@.OO&&@O.O&&&&&&&OO.O ", +".O&&OO.O&&OO.@&&+O.@&&&&&&&%XO.O", +"O &&@.Oo&&@.O.&&O O#&&#.O#&&%.O.", +".O&&oO.@&&oO.@&&@OO@&&@..O#%& .O", +"O.&&.O.O&&O..O&&..O#&&OOO..&&OO.", +" O&&@.O#&&o.O@%&@O.O&&.O.O$&&O O", +"O.&&OOO@&&OOO#&&@OOo&&%$$%&&%.O.", +"O &&@O.@&&o.O@&&+O.@&&&&&&&%.O O", +"..O.O.OO.OOO. O.O O.O O .O.O.O.", +"O..O.O.OO.. O..OO.O.O.. O..O O.O", +" OO.O O..OOO.O O.O.O.OOO.OOO..O." +}; diff --git a/debian/lenny/applications/k3b/debian/libk3b-dev.files b/debian/lenny/applications/k3b/debian/libk3b-dev.files new file mode 100644 index 000000000..d45003d06 --- /dev/null +++ b/debian/lenny/applications/k3b/debian/libk3b-dev.files @@ -0,0 +1,3 @@ +usr/include/* +usr/lib/*.la +usr/lib/*.so diff --git a/debian/lenny/applications/k3b/debian/libk3b-dev.install b/debian/lenny/applications/k3b/debian/libk3b-dev.install new file mode 100644 index 000000000..6257a06d1 --- /dev/null +++ b/debian/lenny/applications/k3b/debian/libk3b-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/lib/libk3b.so +debian/tmp/usr/lib/libk3bdevice.so +debian/tmp/usr/include/* diff --git a/debian/lenny/applications/k3b/debian/libk3b-trinity-dev.install b/debian/lenny/applications/k3b/debian/libk3b-trinity-dev.install new file mode 100644 index 000000000..575f91fdb --- /dev/null +++ b/debian/lenny/applications/k3b/debian/libk3b-trinity-dev.install @@ -0,0 +1,3 @@ +debian/tmp/opt/trinity/lib/libk3b.so +debian/tmp/opt/trinity/lib/libk3bdevice.so +debian/tmp/opt/trinity/include/* diff --git a/debian/lenny/applications/k3b/debian/libk3b3-extracodecs-trinity.install b/debian/lenny/applications/k3b/debian/libk3b3-extracodecs-trinity.install new file mode 100644 index 000000000..5e8cf796c --- /dev/null +++ b/debian/lenny/applications/k3b/debian/libk3b3-extracodecs-trinity.install @@ -0,0 +1,2 @@ +debian/tmp/opt/trinity/lib/kde3/libk3bmaddecoder.* +debian/tmp/opt/trinity/lib/kde3/libk3bffmpegdecoder.* diff --git a/debian/lenny/applications/k3b/debian/libk3b3-extracodecs.install b/debian/lenny/applications/k3b/debian/libk3b3-extracodecs.install new file mode 100644 index 000000000..0e57a97dc --- /dev/null +++ b/debian/lenny/applications/k3b/debian/libk3b3-extracodecs.install @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/trinity/libk3bmaddecoder.* +#debian/tmp/usr/lib/trinity/libk3bffmpegdecoder.* diff --git a/debian/lenny/applications/k3b/debian/libk3b3-trinity.install b/debian/lenny/applications/k3b/debian/libk3b3-trinity.install new file mode 100644 index 000000000..ac53b1722 --- /dev/null +++ b/debian/lenny/applications/k3b/debian/libk3b3-trinity.install @@ -0,0 +1,27 @@ +debian/tmp/opt/trinity/lib/libk3b.so.* +debian/tmp/opt/trinity/lib/libk3bdevice.so.* +debian/tmp/opt/trinity/lib/*.la +debian/tmp/opt/trinity/lib/kde3/libk3balsaoutputplugin.la +debian/tmp/opt/trinity/lib/kde3/libk3balsaoutputplugin.so +debian/tmp/opt/trinity/lib/kde3/libk3bartsoutputplugin.la +debian/tmp/opt/trinity/lib/kde3/libk3bartsoutputplugin.so +debian/tmp/opt/trinity/lib/kde3/libk3bexternalencoder.la +debian/tmp/opt/trinity/lib/kde3/libk3bexternalencoder.so +debian/tmp/opt/trinity/lib/kde3/libk3bflacdecoder.la +debian/tmp/opt/trinity/lib/kde3/libk3bflacdecoder.so + + +debian/tmp/opt/trinity/lib/kde3/libk3boggvorbisdecoder.la +debian/tmp/opt/trinity/lib/kde3/libk3boggvorbisdecoder.so +debian/tmp/opt/trinity/lib/kde3/libk3boggvorbisencoder.la +debian/tmp/opt/trinity/lib/kde3/libk3boggvorbisencoder.so +debian/tmp/opt/trinity/lib/kde3/libk3bsoxencoder.la +debian/tmp/opt/trinity/lib/kde3/libk3bsoxencoder.so +debian/tmp/opt/trinity/lib/kde3/libk3bwavedecoder.la +debian/tmp/opt/trinity/lib/kde3/libk3bwavedecoder.so +debian/tmp/opt/trinity/lib/kde3/libk3baudioprojectcddbplugin.so +debian/tmp/opt/trinity/lib/kde3/libk3baudioprojectcddbplugin.la +debian/tmp/opt/trinity/lib/kde3/libk3baudiometainforenamerplugin.so +debian/tmp/opt/trinity/lib/kde3/libk3baudiometainforenamerplugin.la +debian/tmp/opt/trinity/lib/kde3/kio_videodvd.so +debian/tmp/opt/trinity/lib/kde3/kio_videodvd.la diff --git a/debian/lenny/applications/k3b/debian/libk3b3.files b/debian/lenny/applications/k3b/debian/libk3b3.files new file mode 100644 index 000000000..d77e53e7c --- /dev/null +++ b/debian/lenny/applications/k3b/debian/libk3b3.files @@ -0,0 +1,3 @@ +usr/lib/*.so.* +usr/lib/libk3baudio*.{so,la} +usr/lib/trinity/* diff --git a/debian/lenny/applications/k3b/debian/libk3b3.install b/debian/lenny/applications/k3b/debian/libk3b3.install new file mode 100644 index 000000000..f5c557815 --- /dev/null +++ b/debian/lenny/applications/k3b/debian/libk3b3.install @@ -0,0 +1,25 @@ +debian/tmp/usr/lib/libk3b.so.* +debian/tmp/usr/lib/libk3bdevice.so.* +debian/tmp/usr/lib/*.la +debian/tmp/usr/lib/trinity/libk3balsaoutputplugin.la +debian/tmp/usr/lib/trinity/libk3balsaoutputplugin.so +debian/tmp/usr/lib/trinity/libk3bexternalencoder.la +debian/tmp/usr/lib/trinity/libk3bexternalencoder.so +debian/tmp/usr/lib/trinity/libk3bflacdecoder.la +debian/tmp/usr/lib/trinity/libk3bflacdecoder.so +debian/tmp/usr/lib/trinity/libk3bmpcdecoder.la +debian/tmp/usr/lib/trinity/libk3bmpcdecoder.so +debian/tmp/usr/lib/trinity/libk3boggvorbisdecoder.la +debian/tmp/usr/lib/trinity/libk3boggvorbisdecoder.so +debian/tmp/usr/lib/trinity/libk3boggvorbisencoder.la +debian/tmp/usr/lib/trinity/libk3boggvorbisencoder.so +debian/tmp/usr/lib/trinity/libk3bsoxencoder.la +debian/tmp/usr/lib/trinity/libk3bsoxencoder.so +debian/tmp/usr/lib/trinity/libk3bwavedecoder.la +debian/tmp/usr/lib/trinity/libk3bwavedecoder.so +debian/tmp/usr/lib/trinity/libk3baudioprojectcddbplugin.so +debian/tmp/usr/lib/trinity/libk3baudioprojectcddbplugin.la +debian/tmp/usr/lib/trinity/libk3baudiometainforenamerplugin.so +debian/tmp/usr/lib/trinity/libk3baudiometainforenamerplugin.la +debian/tmp/usr/lib/trinity/kio_videodvd.so +debian/tmp/usr/lib/trinity/kio_videodvd.la diff --git a/debian/lenny/applications/k3b/debian/patches/111_advice_kubuntu_restricted_extras.diff b/debian/lenny/applications/k3b/debian/patches/111_advice_kubuntu_restricted_extras.diff new file mode 100644 index 000000000..773fdbc90 --- /dev/null +++ b/debian/lenny/applications/k3b/debian/patches/111_advice_kubuntu_restricted_extras.diff @@ -0,0 +1,14 @@ +diff -Nur k3b-1.0.2/src/k3bsystemproblemdialog.cpp k3b-1.0.2.new/src/k3bsystemproblemdialog.cpp +--- k3b-1.0.2/src/k3bsystemproblemdialog.cpp 2007-07-12 11:47:03.000000000 +0200 ++++ k3b-1.0.2.new/src/k3bsystemproblemdialog.cpp 2007-07-12 11:48:00.000000000 +0200 +@@ -518,8 +518,8 @@ + "include Mp3 support for legal reasons."), + i18n("To enable Mp3 support, please install the MAD Mp3 decoding library as well as the " + "K3b MAD Mp3 decoder plugin (the latter may already be installed but not functional " +- "due to the missing libmad). Some distributions allow installation of Mp3 support " +- "via an online update tool (i.e. SuSE's YOU)."), ++ "due to the missing libmad). To get Mp3 support, please install libk3b3-extracodecs" ++ "(or kubuntu-restricted-extras on Debian)."), + false ) ); + } + diff --git a/debian/lenny/applications/k3b/debian/rules b/debian/lenny/applications/k3b/debian/rules new file mode 100755 index 000000000..fa308829e --- /dev/null +++ b/debian/lenny/applications/k3b/debian/rules @@ -0,0 +1,30 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include debian/cdbs/kde.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/kde5 +DEB_CONFIGURE_MANDIR := /opt/trinity/share/man +DEB_CONFIGURE_PREFIX := /opt/trinity +DEB_CONFIGURE_INFODIR := /opt/trinity/share/info + +cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) + +DEB_CONFIGURE_EXTRA_FLAGS = --with-k3bsetup=no --with-extra-libs=/opt/trinity/lib --includedir="/opt/trinity/include/kde" + +DEB_INSTALL_MANPAGES_k3b = debian/k3b.1 + +DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp/ + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap diff --git a/debian/lenny/applications/k3b/debian/trinity.mk b/debian/lenny/applications/k3b/debian/trinity.mk new file mode 100644 index 000000000..c48d5d5af --- /dev/null +++ b/debian/lenny/applications/k3b/debian/trinity.mk @@ -0,0 +1,97 @@ +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2003 Christopher L Cheney +# Description: A class for KDE packages; sets KDE environment variables, etc +# +# 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_class_kde +_cdbs_class_kde := 1 + +# for dh_icons +CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), debhelper (>= 5.0.7ubuntu4) + +include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix) + +ifdef _cdbs_tarball_dir +DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE) +else +DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE) +endif + +include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix) + +export kde_cgidir = \$${libdir}/cgi-bin +export kde_confdir = \$${sysconfdir}/trinity +export kde_htmldir = \$${datadir}/doc/kde/HTML + +ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,) +endif + +ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + cdbs_kde_enable_final = + cdbs_kde_enable_debug = --enable-debug=yes +else + cdbs_kde_enable_debug = --disable-debug +endif + +ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) + cdbs_kde_enable_debug = --enable-debug=full +endif + +cdbs_configure_flags += --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama --without-arts $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) + +DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin +DEB_CONFIGURE_INCLUDEDIR = "/opt/trinity/include/kde" +DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el + +$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: + if test -x /usr/bin/dh_icons; then dh_icons -p$(cdbs_curpkg) $(DEB_DH_ICONCACHE_ARGS); fi + +cleanbuilddir:: + -$(if $(call cdbs_streq,$(DEB_BUILDDIR),$(DEB_SRCDIR)),,rm -rf $(DEB_BUILDDIR)) + +common-build-arch common-build-indep:: debian/stamp-kde-apidox +debian/stamp-kde-apidox: + $(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox) + touch $@ + +common-install-prehook-impl:: + mkdir -p po + -XGETTEXT=/usr/bin/kde-xgettext EXTRACTATTR=/usr/bin/extractattr sh $(DEB_SRCDIR)/admin/cvs.sh extract-messages + -for file in po/*pot; do \ + sed "s/charset=CHARSET/charset=UTF-8/" -i $$file; \ + done + +common-install-arch common-install-indep:: common-install-kde-apidox +common-install-kde-apidox:: + $(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) install-apidox DESTDIR=$(DEB_DESTDIR)) + +clean:: + rm -f debian/stamp-kde-apidox + rm -rf po/*.pot + +# This is a convenience target for calling manually. It's not part of +# the build process. +buildprep: clean apply-patches + $(MAKE) -f admin/Makefile.common dist + debian/rules clean + +endif diff --git a/debian/lenny/applications/k3b/debian/watch b/debian/lenny/applications/k3b/debian/watch new file mode 100644 index 000000000..7e3c554ae --- /dev/null +++ b/debian/lenny/applications/k3b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/k3b/k3b-([\d.]*).tar.bz2 -- cgit v1.2.3