diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-03 22:56:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-03 22:56:40 +0900 |
commit | 11394aecd1f906fee2ebd2b90412aeba4651fbff (patch) | |
tree | bcf750380e6d9fc7dbe524e16bbe2afde25dcfa0 /ubuntu/maverick/libraries/kipi-plugins | |
parent | d24bd898174453b586ac90f2ef7a60165fa26fde (diff) | |
download | tde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.tar.gz tde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.zip |
DEB: use _base folder for a distro instead of specific distros (squeeze
and maverick).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/maverick/libraries/kipi-plugins')
16 files changed, 0 insertions, 1177 deletions
diff --git a/ubuntu/maverick/libraries/kipi-plugins/debian/TODO b/ubuntu/maverick/libraries/kipi-plugins/debian/TODO deleted file mode 100644 index d5025974d..000000000 --- a/ubuntu/maverick/libraries/kipi-plugins/debian/TODO +++ /dev/null @@ -1,41 +0,0 @@ -TODO for next release: 0.1.4 - -o add libkcal2-dev build-dep (for calendar plugin) - -- add kphotoalbum (kimdaba successor) to Enhances when it enters - the debian and/or kubuntu archive - ------------------------------------------------ - -o commit debian/patches/14_Makefile.am_use_only_used_libs.diff upstream - without the LIB_QT and IMLIB2_LIBS replacement. Check if there are - more plugins than in rc1 - -o ??? Add README.packaging that explains the apply-patches - target and create-buildprep stuff. - -o Suggests to recommends for all external tools? - ------------------------------------------------ - -o check again documentation copyright holder - -o Copy-, dist- rights: Still on TODO upstream - -$ licensecheck `find . -name \*.cpp -o -name \*.h` | grep -v GPL -./kameraklient/mtlist.h: no_copyright -./kameraklient/cameraselection.h: no_copyright -./kameraklient/savefiledialog.h: no_copyright -./kameraklient/thumbitem.cpp: no_copyright -./kameraklient/savefiledialog.cpp: no_copyright -./kameraklient/thumbitem.h: no_copyright -./kameraklient/mtqueue.h: no_copyright -./kameraklient/thumbview.cpp: no_copyright -./kameraklient/thumbview.h: no_copyright -./kameraklient/cameraselection.cpp: no_copyright -./jpeglossless/transupp.h: unknown -./jpeglossless/jinclude.h: unknown -./jpeglossless/jpegint.h: unknown -$ - -__END__ diff --git a/ubuntu/maverick/libraries/kipi-plugins/debian/cdbs/debian-qt-kde.mk b/ubuntu/maverick/libraries/kipi-plugins/debian/cdbs/debian-qt-kde.mk deleted file mode 100644 index 9f8f97776..000000000 --- a/ubuntu/maverick/libraries/kipi-plugins/debian/cdbs/debian-qt-kde.mk +++ /dev/null @@ -1,115 +0,0 @@ -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 -ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" "" - cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh -endif -ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" "" - cp -Rp /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh -endif - $(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist; - touch debian/stamp-cvs-make - -include debian/cdbs/kde.mk$(_cdbs_makefile_suffix) - -ifndef _cdbs_rules_patchsys_quilt -DEB_PATCHDIRS := debian/patches/common debian/patches -endif - -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/tde/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/tde/HTML/en/$$pkg; \ - cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ - /opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/tde/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/tde/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/ubuntu/maverick/libraries/kipi-plugins/debian/cdbs/kde.mk b/ubuntu/maverick/libraries/kipi-plugins/debian/cdbs/kde.mk deleted file mode 100644 index 1ac26c4b7..000000000 --- a/ubuntu/maverick/libraries/kipi-plugins/debian/cdbs/kde.mk +++ /dev/null @@ -1,89 +0,0 @@ -# -*- mode: makefile; coding: utf-8 -*- -# Copyright © 2003 Christopher L Cheney <ccheney@debian.org> -# 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/tde/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/tde" -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-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 - -# 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/ubuntu/maverick/libraries/kipi-plugins/debian/cdbs/versions.pl b/ubuntu/maverick/libraries/kipi-plugins/debian/cdbs/versions.pl deleted file mode 100644 index 1b110f7af..000000000 --- a/ubuntu/maverick/libraries/kipi-plugins/debian/cdbs/versions.pl +++ /dev/null @@ -1,19 +0,0 @@ -#!/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/^(([^.]+\.){2}[^.+~-]+)[.+~-]?[^-]*-[^-]+$/$1/; -($version2 = $version3) =~ s/\.[^.]+$//; - -($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e; -($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e; - -print "TDE-Version3=$version3\n"; -print "TDE-Version2=$version2\n"; -print "TDE-Next-Version3=$version3_next\n"; -print "TDE-Next-Version2=$version2_next\n"; diff --git a/ubuntu/maverick/libraries/kipi-plugins/debian/changelog b/ubuntu/maverick/libraries/kipi-plugins/debian/changelog deleted file mode 100644 index cc84eae54..000000000 --- a/ubuntu/maverick/libraries/kipi-plugins/debian/changelog +++ /dev/null @@ -1,510 +0,0 @@ -kipi-plugins-trinity (0.1.6-0ubuntu1) karmic; urgency=low - - * Karmic rebuild - - -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 Jul 2009 16:08:00 -0600 - -kipi-plugins-trinity (0.1.5-0ubuntu4) intrepid; urgency=low - - * Moved Trinity to /opt/trinity - * Integrated properly with KDE4.2+ - - -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 05 March 2009 19:52:00 -0600 - -kipi-plugins-trinity (0.1.5-0ubuntu1) intrepid; urgency=low - - * Added -trinity suffix - - -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sat, 07 Feb 2009 20:17:00 -0600 - -kipi-plugins (0.1.5-1) unstable; urgency=low - - * New upstream release - - [ Mark Purcell ] - * Change Build-Depends: libgpod-nogtk-dev - - kipi-plugins should depend on libgpod3-nogtk (Closes: #457835) - - [ Achim Bohnet] - * Bump Standards-Version to 3.7.3. No changes necessary - * Build with --as-needed flag - * Bump libkdcraw build dependency to 0.1.4. - RawConverter relies on new libkdcraw3 API - * debian/control: VCS-Browser URL: show svn log, not svn directory listing - * Drop relibtoolization patches: - + 01_admin_cleanup.diff - + 02_autotools_update.diff - + 03_libtool_update.diff - + 04_am_maintainer_mode.diff - + 05_pedantic-errors.diff - + 06_disable_no_undefined.diff - + 98_buildprep.diff - instead LDFLAGS="-Wl,--as-needed" - * drop 40_fix_ipod_export_linking.diff: No longer required - * Update build-dep: - + remove automake: not needed - + remove libexif-dev: replaced upstream by libexiv2-dev - * Cherry pick fixes from SVN: - + 40_tdesvn786355_timeadjusst_fix_filestat.diff - + 40_tdesvn786363_timeAdjust_update_DateTimeOriginal.diff - + 40_tdesvn786549_99_rawDecoding_jpeg_compression.diff - Thx to upstream for pointing me to those patches. - - [ Fathi Boudra ] - * Update copyright file - * Add myself in Uploaders field - * Remove Paul Telford from Uploaders field - * Refresh patches. Drop 99_configure_relibtool hack - * Bump compat to 5 - * Bump debhelper to 5 - * Use Homepage field - * Clean up watch file - - -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Tue, 25 Mar 2008 22:39:26 +0100 - -kipi-plugins (0.1.5~beta1-3) experimental; urgency=low - - * Add Build-Depends: libltdl3-dev - - kipi-plugins_0.1.5~beta1-2(alpha/experimental): FTBFS: - /usr/lib/libltdl.la: No such file or directory (Closes: #448429) - - -- Mark Purcell <msp@debian.org> Tue, 30 Oct 2007 23:28:39 +0000 - -kipi-plugins (0.1.5~beta1-2) experimental; urgency=low - - * Add Build-Depends: automake - - kipi-plugins_0.1.5~beta1-1(hppa/experimental): FTBFS: ./configure: - No such file or directory (Closes: #446675) - - -- Mark Purcell <msp@debian.org> Thu, 25 Oct 2007 21:20:02 +0100 - -kipi-plugins (0.1.5~beta1-1) experimental; urgency=low - - * New upstream release - - New Plugin PicasaWebExport - . kipi-plugins with PicasaWeb support (Closes: #444797) - - PrintWizard enhancements - - SlideShow drop Build-Depends: libimlib2-dev - - -- Mark Purcell <msp@debian.org> Fri, 12 Oct 2007 20:04:00 +0100 - -kipi-plugins (0.1.4-1) unstable; urgency=low - - * New upstream release - - [ Achim Bohnet ] - * remove 'da' and 'pt' from kipi-pluigns-doc long description. - Danish and Portuguese docs not included in this version. - * update debian/copyright - - -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Tue, 03 Jul 2007 14:10:23 +0100 - -kipi-plugins (0.1.4~beta2-1) experimental; urgency=low - - * New upstream release - - beta releases to experimental - - [ Achim Bohnet ] - * add new build dependencies: libkdcraw-dev >= 0.1.1 and libkcal-dev - * relibtoolization: Dependencies drop from 35 to 21 - + debian/patches/03_libtool_update.diff: updated from common-patches - + debian/patches/02_autotools_update.diff: deleted no longer necessary - regenerated with create-buildprep2: - + debian/patches/98_buildprep.diff - + debian/patches/98_configure.diff - * cleanup debian/rules clean target: debian/patches/space.png.tar.gz.uu not - longer included - - [ Mark Purcell ] - * Patches removed as included upstream: - 50_libkexiv2-0.patch - 50_libkexiv2-1.patch - 50_libkexiv2-2.patch - 15_tdesvn_655231_fix-gallery-2.2-export.diff - Bug#417297-GCC4.3.diff - - -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Tue, 26 Jun 2007 23:28:36 +0100 - -kipi-plugins (0.1.3-5) unstable; urgency=low - - [ Achim Bohnet ] - * debian/control: set kipi-plugins-doc section to doc. Fixes override - disparity on uploads. - * Add debian/patches/15_tdesvn_655231_fix-gallery-2.2-export.diff - Fixes export to gallery 2.2: http://bugs.kde.org/show_bug.cgi?id=142259 - * Add debian/patches/50_libkexiv2-{1,2,3}.patch: Fixes FTBFS with - libexiv2 0.14. This adds also a build dependency on libkexiv2-dev - >=0.1.5. Thx to Angelo Naselli <anaselli@linux.it> for the patches. - - FTBFS: error: request for member 'c_str' in '((Exiv2::Error*)e)- - >Exiv2::Error::what()', which is of non-class type 'const char*' - (Closes: #423783) - * debian/changelog: Fix XS-Vcs-* packaging now done on trunk. - - [ Mark Purcell ] - * Include gcc4.3 patch from Martin (Closes: #417297) - * Include icedove patch from Gonéri (Closes: #410479) - - -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Thu, 17 May 2007 17:17:05 +0100 - -kipi-plugins (0.1.3-4) unstable; urgency=low - - [ Mark Purcell ] - * Recommends: mpg123 (Closes: #397122: kipi-plugins: MPEGEncoder - require mpg123 to mux audio) - * Upload to unstable - relax version Depends on libgpod-dev - - Ipod plugin won't be built until unstable has libgpod-dev (>= 0.4.2) - - -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Mon, 02 Apr 2007 18:36:16 +0100 - -kipi-plugins (0.1.3-3) experimental; urgency=low - - [ Achim Bohnet ] - * Merge all kubuntu changes (all by Anthony Mercatante <tonio@ubuntu.com>) - + recommend graphicsmagick-imagemagick-compat instead of imagemagick - + split kipi-plugins into kipi-plugins and kipi-plugins-doc - - * Long description: refer to -doc package. kipi-plugins-doc: list available - translations - * kipi-plugins suggests kipi-plugins-doc - * kipi-plugins-doc: - + suggest kipi-plugins instead of depending on it. - + depend on khelpcenter for reading docs - * add manpage and libkipiplugins library in kipi-plugins package. - * remove ${shlibs:Depends} from architecture all -doc package - * kipi-plugins-doc: add replaces: kipi-plugins (<= 0.1.3-1) - so upgrading from kipi-plugins without the -doc split does not - fail with trying to overwrite `...`, which is also in package - kipi-plugins - * debian/rules: add utils.mk to make it easier to check package split - * README.Debian: fix encoding: 8859-1 -> utf8 - - -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Tue, 20 Feb 2007 00:40:51 +0100 - -kipi-plugins (0.1.3-2) experimental; urgency=low - - [ Achim Bohnet ] - * add build-dep on libxslt1-dev. Required for htmlexport plugin. - * Remove build-dep: libmagick++9-dev | libmagick++-dev. - kipi-plugins needs only to the command line tools during runtime - * remove recommends on dcraw. Kipi-plugins uses a copy installed - as kipidcraw, due to dcraw upstream keeps breaking cli interface with - each new release - - [ Mark Purcell ] - * Build-Depends: libgpod-dev (>=0.4.2) - enable IpodExport plugin - * debian/rules get-orig-source more robust - - -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Sun, 18 Feb 2007 20:21:37 +0000 - -kipi-plugins (0.1.3-1) experimental; urgency=low - - * New upstream release - - [ Achim Bohnet ] - * Prepare support for ipodexport. Can't be enabled until libgpod 0.4.2 - is in experimental: - + ipodexport fix for relibtoolization (KDE bug 140279): - ipodexport is calling g_type_init() explicitely without linking - against libgobject-2.0: debian/patches/40_fix_ipod_export_linking.diff - * remove patches/10_tdesvn_618170_Makefile.am_libs_used_only.diff and - patches/30_tdesvn_625568_pod.patch. Included upstream. - - -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Thu, 25 Jan 2007 21:34:40 +0100 - -kipi-plugins (0.1.3~rc1-1) experimental; urgency=low - - * new upstream release - - [ Mark Purcell ] - * Update ./debian/rules get-orig-source for http://buildserver.net - * IpodExport plugin will not build until libgpod > 0.4.0 is availble - - however we can still add Build-Depends: libgpod-dev - * Distribution experimental for libexiv2 (0.12) & rc1 version - - [ Achim Bohnet ] - * debian/control: - + Bump build-deps for libkipi to >= 0.1.5. and add exiv2 >= 0.12. - Required according to release notes - + remove libkexif build depencency replaced by exiv2 - + Set standards-version to 3.7.2. No changes necessary. - + Add XS-Vcs-Svn and XS-Vcs-Browser fields - + Update homepage URL to the new site: http://www.kipi-plugins.org/ - * remove patches/kbugs132659.diff. Fix included in the upstream release. - * debian/rules: - + remove buildprep target. Included in kde.mk from cdbs now - + add new new plugins to long description - + order plugins list in long description as in README - + avoid term 'plugins' in short description of the plugins - * relibtoolization: - add patches/10_tdesvn_618170_Makefile.am_libs_used_only.diff - - -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Fri, 29 Dec 2006 13:46:46 +0100 - -kipi-plugins (0.1.2-3) unstable; urgency=low - - [ Mark Purcell ] - * Grab flickr API patch from upstream - http://bugs.kde.org/show_bug.cgi?id=132659 - - Flickr upload fails (Closes: #385201) - - -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Sun, 17 Sep 2006 14:11:10 +0100 - -kipi-plugins (0.1.2-2) unstable; urgency=low - - [ Mark Purcell ] - * Add 420mpeg2.patch to set default chroma - - MPEG Slideshow does not work with mjpegtools 1:1.8.0-0.0 from - ftp.nerim.net (Closes: #344987) - - mpegencoder: fails to create SVCD from album (Closes: #374340) - * kipi-plugins(GNU/k*BSD): FTBFS: out of date libtool scripts (Closes: - #343949) - * Lintian cleanup: extended-description-line-too-long - - -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Sat, 2 Sep 2006 12:03:27 +0100 - -kipi-plugins (0.1.2-1) unstable; urgency=low - - [ Tom Albers ] - * New upstream release (adds missing translations and a bugfix for - sendimages plugin) - * Updated the copyright file with the current maintainer. - * Removed imagesgallery from copyright file, as that is replaced by - the htmlexport plugin. - * Added myself as uploader. - * Removed sharutils build-dep as patch 13 required it in the past, - but is removed. - * Added konqueror as recommend because flickr-plugin needs it. - - -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Sat, 10 Jul 2006 18:25:00 +0200 - -kipi-plugins (0.1.1-3) unstable; urgency=low - - [ Achim Bohnet ] - * added missing debian/98_buildprep.diff - - -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Tue, 27 Jun 2006 22:11:40 +0200 - -kipi-plugins (0.1.1-2) unstable; urgency=low - - * Build-Depends: libmagick++9-dev - - FTBFS: No libmagick9++-dev package. (Closes: #375714) - - -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Tue, 27 Jun 2006 20:32:54 +0100 - -kipi-plugins (0.1.1-1) unstable; urgency=low - - [ Mark Purcell ] - * New upstream release - - Delete: debian/patches/13_10_pull_from_upstreamsvn_from_r460242.diff - * Add debian/rules print-version & get-orig-source targets - * Recommends: tdeprint - * Build-Depends: libmagick9++-dev | libmagick++-dev - * Relibtoolize from /pkg-kde/trunk/common-patches/ for 3.5.2 - + patches/02_autotools_update.diff - + patches/03_libtool_update.diff - + patches/04_am_maintainer_mode.diff - + patches/05_pedantic-errors.diff - * Enhances: digikam, kimdaba, showimg, gwenview - - [ Achim Bohnet ] - * remove space.png.tar.gz.uu: Included now in upstream - * update relibtoolization patches: - + 11_aclocal.m4_update.diff - + 14_Makefile.am_use_only_used_libs.diff - + 98_buildprep.diff - + 99_configure_relibtool_hack.diff - * cherry pick bug fixes from upstream - + 20_kde_540632-540657_calendar_honour_start_of_week.diff - + 21_kde_r541235_mpegencoder_rgb_value.diff - - -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Mon, 26 Jun 2006 23:26:27 +0100 - -kipi-plugins (0.1+rc1-3) unstable; urgency=low - - [ Achim Bohnet ] - * add build-depends on sharutil so uudecode is available. - uudecode is used to decode added PNG icons in debian/. Fixes: - FTBFS: uudecode: command not found. (Closes: #353072) - * update 98_buildprep.diff - - -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Fri, 17 Feb 2006 00:59:14 +0100 - -kipi-plugins (0.1+rc1-2) unstable; urgency=low - - [ Achim Bohnet ] - * relibtoolization: - + use tools and patches of Debian Qt/KDE Team packages: - patches/0*.diff - + patches/03_libtool_update.diff: update to libtool 1.5.20-2 - + patches/06_aclocal_update.diff: this update gets trigger by the - create-buildprep run - + rules: add buildprep target for 98_buildprep.diff creation - + patches/11_Makefile.am_use_only_used_libs.diff: list all libs - which contain used symbols. Replace LIB_QT, IMLIB2_LIBS with - -lqt-mt and -lImlib2, respectively, because the variables list - libraries only used indirectly by the kipi-plugins - Result: kipi-plugins now depends on 14 instead of 31 packages - - [ Tom Albers ] - * added patches/13_10_pull_from_upstreamsvn_from_r460242.diff - which is a complete pull from upstream svn since the release candidate. - It consists some important fixes for printing and prevents a crash in - imagegallery. It also includes the new simpleviewerexport plugin. - * added r501143 and r501136 to that patch, to make the new plugin work - in konqueror and remove faulty flash detect lines - - [ Mark Purcell ] - * Add debian/watch: sf.net kipi project will be used for - future releases - - -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Sat, 19 Nov 2005 21:22:11 +0100 - -kipi-plugins (0.1+rc1-1) unstable; urgency=low - - * New upstream release - * Pkg now maintained by Debian KDE Extras Team - - [ Achim Bohnet ] - * Now that the pkgs are build on all archs, fix build dependencies - + tdelibs4-dev: remove version - + libkexif1-dev (>= 0.2-1), libkipi0-dev (>= 0.1-1): (re)set - versions to last API change. (Helps backporting.) - * patches/01_rawconverter_dcraw7.0+trinity.4-fixes-from-head.diff removed. - Fixed upstream - - [ Mark Purcell ] - * Bump Suggests: to Recommends: these would be found together in all but - unusual situations - - tdeprinter - PrintWizard - - kmail - SendImages - - sane-utils - AcquireImages - - k3b - CdArchiving - - imagemagic - ConvertImages - - kooka - AcquireImages - - imagemagic - BorderImages/ ColorImages/ ConvertImages/ EffectImages/ - FilterImages - - gimp - PrintWizard (Suggests:) - - gallery - ImagesGallery (Suggests:) - - dcraw - RawConverter - * Include FlickRexport in debian/control & Copyrights - * Fix old-fsf-address-in-copyright-file - * CdArchiving does not function when 'Build CD HTML Interface' is - selected (Closes: #328928) - - -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Sat, 24 Sep 2005 12:08:52 +0100 - -kipi-plugins (0.1+beta2-22) unstable; urgency=low - - * C++ transition package - * Upgrade Build-Depends: tdelibs4-dev (>= 3.4.2-1), libkexif1-dev (>= - 0.2.1-5), libkipi0-dev (>= 0.1.1-3) - - -- Mark Purcell <msp@debian.org> Sun, 21 Aug 2005 10:48:53 +0100 - -kipi-plugins (0.1+beta2-21) unstable; urgency=low - - * patches/01_rawconverter_dcraw7.0+trinity.4-fixes-from-head.diff - rawconverter plugin broken. dcraw changed interface - somewhere in 5.xx series. Now plugin works again with - 5.88 in sarge and 7.02 in sid. (Closes: #306212) - * remove mjpegtools (>= 1.6.0) from suggests. It's from - 'ftp://ftp.nerim.net/debian-marillat <dist> main'. - - -- Achim Bohnet <ach@mpe.mpg.de> Thu, 14 Apr 2005 01:45:40 +0200 - -kipi-plugins (0.1+beta2-20) unstable; urgency=low - - * rebuild with libkexif1 dependency. Therefore bump version - to -20. Incase the 'linked-against-libkexif0' on in debian - needs bugfix uploads. - - -- Achim Bohnet <ach@mpe.mpg.de> Thu, 10 Mar 2005 03:43:48 +0100 - -kipi-plugins (0.1+beta2-2) unstable; urgency=low - - * Initial upload (Closes: #280442) - * debian/copyright: add Gerhard Kulzer to doc authors - - -- Achim Bohnet <ach@mpe.mpg.de> Tue, 8 Mar 2005 20:50:39 +0100 - -kipi-plugins (0.1+beta2-1) unstable; urgency=low - - * new upstream beta release - * long description: update homepage URL - * debian/copyright: add a copy of libjpeg copy- and distribution - rights - * remove 00-remove-entity-rune-in-da-index-docbook.diff no - longer needed (and disable simple-patchsys.mk in rules) - - -- Achim Bohnet <ach@mpe.mpg.de> Mon, 14 Feb 2005 23:50:35 +0100 - -kipi-plugins (0.0.cvs20041212-1) unstable; urgency=low - - * include GFDL into debian/copyright - - -- Achim Bohnet <ach@mpe.mpg.de> Mon, 20 Dec 2004 01:04:42 +0100 - -kipi-plugins (0.0.cvs20041212-0) unstable; urgency=low - - * cvs update: Fixes several bugs reported at bugs.kde.org - * remove debian/changelog.save - * use cdbs' simple-patchsys for patches - * debian/patches/00-remove-entity-rune-in-da-index-docbook.diff - remove undefined entity &rune.*. - * add new GalleryExport to long description - - -- Achim Bohnet <ach@mpe.mpg.de> Sun, 12 Dec 2004 14:01:01 +0100 - -kipi-plugins (0.0.cvs20041110-2) unstable; urgency=low - - * Initial upload (Closes: #280442) - * Fix Makefile.in rebuilds: - remove Makefile.in changes from diff and rebuild - source tree vi tar x and zcat | patch - - -- Achim Bohnet <ach@mpe.mpg.de> Thu, 11 Nov 2004 00:51:00 +0100 - -kipi-plugins (0.0.cvs20041110-1~kalyxo1) unstable; urgency=low - - * Initial upload (Closes: #280442) - * new upstream release - * add suggests for external tools: - k3b, mjpegtools, imagemagick, dcraw - - -- Achim Bohnet <ach@mpe.mpg.de> Wed, 10 Nov 2004 19:32:40 +0100 - -kipi-plugins (0.0.cvs20041018-1) experimental; urgency=low - - * added homepage URL to extended description - - -- Achim Bohnet <ach@mpe.mpg.de> Sun, 17 Oct 2004 10:12:28 +0200 - -kipi-plugins (0.0.cvs20040921-2) experimental; urgency=low - - * control: remove final dot in short description to make - lintian happy - * add pkg-config to build-deps (now used upstream) - - -- Achim Bohnet <ach@mpe.mpg.de> Tue, 21 Sep 2004 00:50:29 +0200 - -kipi-plugins (0.0.cvs20040824-2) experimental; urgency=low - - * use --enable-opengl because qt wind 3.3.2 load gl via dlopen - and configure test does not find it anymore. - - -- Achim Bohnet <ach@mpe.mpg.de> Wed, 25 Aug 2004 22:03:57 +0200 - -kipi-plugins (0.0.cvs20040726-1) experimental; urgency=low - - * cvs update 26-Jul-2004 - * add Replaces: digikam-plugins to prevent images2mpg clash - - -- Achim Bohnet <ach@mpe.mpg.de> Mon, 26 Jul 2004 23:55:23 +0200 - -kipi-plugins (0.0.cvs20040721-1) experimental; urgency=low - - * Initial Release. - * WARNING: experimental pkg - - -- Achim Bohnet <ach@mpe.mpg.de> Wed, 21 Jul 2004 02:15:56 +0200 - diff --git a/ubuntu/maverick/libraries/kipi-plugins/debian/compat b/ubuntu/maverick/libraries/kipi-plugins/debian/compat deleted file mode 100644 index 7f8f011eb..000000000 --- a/ubuntu/maverick/libraries/kipi-plugins/debian/compat +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/ubuntu/maverick/libraries/kipi-plugins/debian/control b/ubuntu/maverick/libraries/kipi-plugins/debian/control deleted file mode 100644 index 44eafdba5..000000000 --- a/ubuntu/maverick/libraries/kipi-plugins/debian/control +++ /dev/null @@ -1,90 +0,0 @@ -Source: kipi-plugins-trinity -Section: tde -Priority: optional -Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> -Uploaders: Mark Purcell <msp@debian.org>, Achim Bohnet <ach@mpe.mpg.de>, Fathi Boudra <fabo@debian.org> -Build-Depends: cdbs, debhelper (>= 7.0.50~), quilt, pkg-config, tdelibs14-trinity-dev, - libexiv2-dev, libgphoto2-dev | libgphoto2-6-dev | libgphoto2-2-dev, libgpod-nogtk-dev | libgpod-dev (>> 0.8.3-8), - libtdepim1-trinity-dev, libkdcraw3-trinity-dev, libkexiv2-3-trinity-dev, - libkipi0-trinity-dev, libtiff-dev, libxslt1-dev, tdepim-trinity-dev, - automake, autoconf, libtool, libltdl-dev -Standards-Version: 3.8.4 -Homepage: http://www.kipi-plugins.org/ - -Package: kipi-plugins-trinity -Architecture: any -Depends: ${shlibs:Depends} -Replaces: kipi-plugins-kde3 (<< 4:14.0.0~), kipi-plugins-trinity (<< 4:14.0.0~) -Breaks: kipi-plugins-kde3 (<< 4:14.0.0~), kipi-plugins-trinity (<< 4:14.0.0~) -Recommends: k3b-trinity, graphicsmagick-imagemagick-compat (>=1.1.7) | imagemagick (>=5.4.8), kmail-trinity, tdeprint-trinity, sane-utils, kooka-trinity, konqueror-trinity, mpg123 -Suggests: gimp, gallery, kipi-plugins-trinity-doc -Enhances: digikam-trinity, kphotoalbum-trinity, showimg, gwenview-trinity -Description: image manipulation/handling plugins for KIPI aware programs [Trinity] - KIPI plugins (TDE Image Plugin Interface) is an effort to develop a - common plugin structure for Digikam, KPhotoAlbum (formerly known as - KimDaBa), Showimg and Gwenview. - Its aim is to share image plugins among graphic applications. - . - Plugins available are: - . - RawConverter: Raw image converter for digital cameras - SlideShow: Slideshow with effects ripped out from kslideshow - and 3D effects using OpenGL - MpegEncoder: Create an MPEG slideshow from your images - PrintWizard: A wizard to print images in various format - JpegLossLess: Batch process your JPEG images without losing meta - information and compression - CdArchiving: Archive your albums on CD or DVD using K3b - ScanImages: Scanner management using Kooka - ScreenshotImages: Snap screen based on KSnapshot and adapted to Kipi - Calendar: Sreate calendars with images - SendImages: Send images by email, allowing resizing - and recompressing before sending - RenameImages: Batch image renamer - ConvertImages: Batch image converter - BorderImages: Add border to your images in batch - FilterImages: Batch image enhancer using digital filters - ColorImages: Batch image color enhancer - EffectImages: Batch image transformation effects - ResizeImages: Batch image resizer - RecompressImages: Batch image recompressor - FindDuplicateImages: Find duplicate images in albums - TimeAdjust: Adjust image file time and date - WallPaper: Set your image as wallpaper - FindImages: Find duplicate images in albums - GalleryExport: Interface for export images collections to remote - Gallery (and Gallery 2) servers - FlickrExport: Export images to a remote Flickr web service - HTMLGallery: Export images to HTML - SimpleviewerExport: Export images in a nice flash movie - GPSSync: Geolocalize pictures - MetadataEdit: Edit EXIF and IPTC pictures metadata - IpodExport: Export images to an ipod device - PicasaWebExport: Export pictures to Picasa web service - . - Documentation of the plugins is available in the package kipi-plugins-doc. - -Package: kipi-plugins-trinity-doc -Architecture: all -Section: doc -Replaces: kipi-plugins-kde3-doc (<< 4:14.0.0~), kipi-plugins-trinity-doc (<< 4:14.0.0~) -Breaks: kipi-plugins-kde3-doc (<< 4:14.0.0~), kipi-plugins-trinity-doc (<< 4:14.0.0~) -Depends: khelpcenter-trinity -Suggests: kipi-plugins-trinity -Description: kipi-plugins documentation [Trinity] - KIPI plugins (TDE Image Plugin Interface) is an effort to develop a - common plugin structure for Digikam, KPhotoAlbum (formerly known as - KimDaBa), Showimg and Gwenview. - Its aim is to share image plugins among graphic applications. - . - Kipi-plugins-doc contains the handbooks for the following languages: - . - de - German - en - English - es - Spanish - et - Estonian - it - Italien - nl - Dutch - pt(BR) - Brazilian - sv - Swedish - diff --git a/ubuntu/maverick/libraries/kipi-plugins/debian/copyright b/ubuntu/maverick/libraries/kipi-plugins/debian/copyright deleted file mode 100644 index 3df46fc7f..000000000 --- a/ubuntu/maverick/libraries/kipi-plugins/debian/copyright +++ /dev/null @@ -1,264 +0,0 @@ -This package was debianized by Achim Bohnet <ach@mpe.mpg.de> -on Mon, 21 Jun 2004 02:12:22 +0200 - -It was downloaded from http://www.kipi-plugins.org - -Upstream authors and copyright holders: - - MAIN DEVELOPERS: - - Gilles Caulier <caulier.gilles@kdemail.net> - Marcel Wiesweg <marcel.wiesweg@gmx.de> - Vardhman Jain <vardhman@gmail.com> - Colin Guthrie <kde@colin.guthr.ie> - Aurelien Gateau <aurelien.gateau@free.fr> - Valerio Fuoglio <valerio.fuoglio@gmail.com> - Angelo Naselli <anaselli@linux.it> - Seb Ruiz <me@sebruiz.net> - Jesper K. Pedersen <blackie@kde.org> - - CONTRIBUTORS: - - Gerhard Kulzer <gerhard@kulzer.net> - Orgad Shaneh <orgads@gmail.com> - Achim Bohnet <ach@mpe.mpg.de> - Michael Höchstetter <michae.hoechstetter@gmx.de> - Joern Ahrens <joern.ahrens@kdemail.net> - Rüdiger Bente <ruediger.bente@gmx.de> - Beth Marmorstein <purplegamba@cox.net> - Tudor Calin <tudor@1xtech.com> - Robert Marmorstein <rmmarm@sdf.lonestar.org> - Owen Hirst <n8rider@sbcglobal.net> - Richard Groult <Richard.Groult@jalix.org> - Todd Shoemaker <todd@theshoemakers.net> - Gregory Kokanosky <gregory.kokanosky@free.fr> - Maciek Borowka <maciek@borowka.net> - Stéphane Pontier <shadow.walker@free.fr> - Lukas Tinkl <lukas@kde.org> - Andreas Schlapbach <schlpbch@iam.unibe.ch> - Marti Maria - Richard J. Moore - Matthias Ettrich - Aaron J. Seigo - - FORMER MAINTAINER: - - Renchi Raju <renchi@pooh.tam.uiuc.edu> - Tom Albers <tomalbers@kde.nl> - Ralf Hoelzer <kde@ralfhoelzer.com> - - PLUGINS MAINTAINERS: - - Acquire Images: Jesper K. Pedersen <blackie@kde.org> - Batch Process: Aurelien Gateau <aurelien.gateau@free.fr> - Calendar: Orgad Shaneh <orgads@gmail.com> - CD Archiving: Angelo Naselli <anaselli@linux.it> - Find Images: Jesper K. Pedersen <blackie@kde.org> - Richard Groult <Richard.Groult@jalix.org> - Flickr Export: Vardhman Jain <vardhman@gmail.com> - Gallery Export: Colin Guthrie <kde@colin.guthr.ie> - GPSSync: Gilles Caulier <caulier.gilles@kdemail.net> - HTML Export: Aurelien Gateau <aurelien.gateau@free.fr> - Image Viewer: Markus Leuthold <kusi@forum.titlis.org> - IPod Export: Seb Ruiz <me@sebruiz.net> - Jpeglossless: Gilles Caulier <caulier.gilles@kdemail.net> - Kamera Klient: Aurelien Gateau <aurelien.gateau@free.fr> - Michael J. Gruber <michaeljgruber+kphotoalbum@fastmail.fm> - MetadataEdit: Gilles Caulier <caulier.gilles@kdemail.net> - MPEG Encoder: Angelo Naselli <anaselli@linux.it> - Valerio Fuoglio <valerio.fuoglio@gmail com> - Picasa Web Export: Vardhman Jain <vardhman@gmail.com> - Print Wizard: Angelo Naselli <anaselli@linux.it> - RAW Converter: Gilles Caulier <caulier.gilles@kdemail.net> - Sendimages: Michael Höchstetter <michael.hoechstetter@gmx.de> - Simpleviewer Export: Joern Ahrens <joern.ahrens@kdemail.net> - Slideshow: Valerio Fuoglio <valerio.ulteo.com> - Time Adjust: Gilles Caulier <caulier.gilles@kdemail.net> - Wallpaper: Jesper K. Pedersen <blackie@kde.org> - -Documentation: - - Gilles Caulier <caulier.gilles@gmail.com> - Gerhard Kulzer <gerhard@kulzer.net> - -Licenses: - -The plugins use the GPL: - - acquireimage, batchprocessimages, calendar, cdarching, - findimages, helloworld, gpssync, ipodexport, jpeglossless, galleryexport - kameraimage, metadataedit, mpegencoder, printwizard, rawconverter, - sendimages, simpleviewer, slideshow, timeadjust, flickrexport, - ipodexport, gpssync, metadata, wallpaper and picasawebexport. - -For GPL two variants are used one with and one without the 3rd paragraph: - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - 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., 51 Franklin St, Fifth Floor, Boston, - MA 02110-1301, USA. - -and - - 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. - -On Debian GNU/Linux systems, the complete text of the GNU General -Public License can be found in /usr/share/common-licenses/GPL file. - -kipi-plugins/rawconverter/iccjpeg.h uses X11 (BSD like) license: - - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY - * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE - * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE - * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION - * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION - * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -jpeglossless plugins contains jpegint.h and jinclude.h from -libjpeg62. Here's the copy- and distribution rights part from -kipi-plugins/jpeglossless/libjpeg62.README in the source: - - - The Independent JPEG Group's JPEG software - ========================================== - - README for release 6b of 27-Mar-1998 - ==================================== - - This distribution contains the sixth public release of the Independent JPEG - Group's free JPEG software. You are welcome to redistribute this software and - to use it for any purpose, subject to the conditions under LEGAL ISSUES, below. - - [...] - - LEGAL ISSUES - ============ - - In plain English: - - 1. We don't promise that this software works. (But if you find any bugs, - please let us know!) - 2. You can use this software for whatever you want. You don't have to pay us. - 3. You may not pretend that you wrote this software. If you use it in a - program, you must acknowledge somewhere in your documentation that - you've used the IJG code. - - In legalese: - - The authors make NO WARRANTY or representation, either express or implied, - with respect to this software, its quality, accuracy, merchantability, or - fitness for a particular purpose. This software is provided "AS IS", and you, - its user, assume the entire risk as to its quality and accuracy. - - This software is copyright (C) 1991-1998, Thomas G. Lane. - All Rights Reserved except as specified below. - - Permission is hereby granted to use, copy, modify, and distribute this - software (or portions thereof) for any purpose, without fee, subject to these - conditions: - (1) If any part of the source code for this software is distributed, then this - README file must be included, with this copyright and no-warranty notice - unaltered; and any additions, deletions, or changes to the original files - must be clearly indicated in accompanying documentation. - (2) If only executable code is distributed, then the accompanying - documentation must state that "this software is based in part on the work of - the Independent JPEG Group". - (3) Permission for use of this software is granted only if the user accepts - full responsibility for any undesirable consequences; the authors accept - NO LIABILITY for damages of any kind. - - These conditions apply to any software derived from or based on the IJG code, - not just to the unmodified library. If you use our work, you ought to - acknowledge us. - - Permission is NOT granted for the use of any IJG author's name or company name - in advertising or publicity relating to this software or products derived from - it. This software may be referred to only as "the Independent JPEG Group's - software". - - We specifically permit and encourage the use of this software as the basis of - commercial products, provided that all warranty or liability claims are - assumed by the product vendor. - - - ansi2knr.c is included in this distribution by permission of L. Peter Deutsch, - sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA. - ansi2knr.c is NOT covered by the above copyright and conditions, but instead - by the usual distribution terms of the Free Software Foundation; principally, - that you must include source code if you redistribute it. (See the file - ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part - of any program generated from the IJG code, this does not limit you more than - the foregoing paragraphs do. - - The Unix configuration script "configure" was produced with GNU Autoconf. - It is copyright by the Free Software Foundation but is freely distributable. - The same holds for its supporting scripts (config.guess, config.sub, - ltconfig, ltmain.sh). Another support script, install-sh, is copyright - by M.I.T. but is also freely distributable. - - It appears that the arithmetic coding option of the JPEG spec is covered by - patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding cannot - legally be used without obtaining one or more licenses. For this reason, - support for arithmetic coding has been removed from the free JPEG software. - (Since arithmetic coding provides only a marginal gain over the unpatented - Huffman mode, it is unlikely that very many implementations will support it.) - So far as we are aware, there are no patent restrictions on the remaining - code. - - The IJG distribution formerly included code to read and write GIF files. - To avoid entanglement with the Unisys LZW patent, GIF reading support has - been removed altogether, and the GIF writer has been simplified to produce - "uncompressed GIFs". This technique does not use the LZW algorithm; the - resulting GIF files are larger than usual, but are readable by all standard - GIF decoders. - - We are required to state that - "The Graphics Interchange Format(c) is the Copyright property of - CompuServe Incorporated. GIF(sm) is a Service Mark property of - CompuServe Incorporated." - - - REFERENCES - ========== - - [...] - -The documentations provided with kipi-plugins is distributed under -the GNU Free Documentation License (FDL). They are considered free with -regards to the Debian Free Software Guidelines (DFSG) because they don't -contain any unmodifiable parts (invariant sections). - -On Debian systems, the complete text of the GNU Free Documentation -License can be found in `/usr/share/common-licenses/GFDL'. diff --git a/ubuntu/maverick/libraries/kipi-plugins/debian/kipi-plugins-trinity-doc.install b/ubuntu/maverick/libraries/kipi-plugins/debian/kipi-plugins-trinity-doc.install deleted file mode 100644 index 458ab7b51..000000000 --- a/ubuntu/maverick/libraries/kipi-plugins/debian/kipi-plugins-trinity-doc.install +++ /dev/null @@ -1,2 +0,0 @@ -debian/tmp/opt/trinity/share/doc/* -debian/tmp/opt/trinity/share/applnk/.hidden/kipi-plugins.desktop diff --git a/ubuntu/maverick/libraries/kipi-plugins/debian/kipi-plugins-trinity.install b/ubuntu/maverick/libraries/kipi-plugins/debian/kipi-plugins-trinity.install deleted file mode 100644 index b01d3720f..000000000 --- a/ubuntu/maverick/libraries/kipi-plugins/debian/kipi-plugins-trinity.install +++ /dev/null @@ -1,7 +0,0 @@ -debian/tmp/opt/trinity/share/services/kipiplugin* -debian/tmp/opt/trinity/share/apps/kipi* -debian/tmp/opt/trinity/share/config.kcfg/htmlexportconfig.kcfg -debian/tmp/opt/trinity/share/locale/* -debian/tmp/opt/trinity/lib/trinity/kipiplugin* -debian/tmp/opt/trinity/lib/libkipiplugins.* -debian/tmp/opt/trinity/bin/* diff --git a/ubuntu/maverick/libraries/kipi-plugins/debian/kipi-plugins-trinity.manpages b/ubuntu/maverick/libraries/kipi-plugins/debian/kipi-plugins-trinity.manpages deleted file mode 100644 index 9d593ba97..000000000 --- a/ubuntu/maverick/libraries/kipi-plugins/debian/kipi-plugins-trinity.manpages +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/opt/trinity/share/man/man1/images2mpg.1 diff --git a/ubuntu/maverick/libraries/kipi-plugins/debian/patches/series b/ubuntu/maverick/libraries/kipi-plugins/debian/patches/series deleted file mode 100644 index e69de29bb..000000000 --- a/ubuntu/maverick/libraries/kipi-plugins/debian/patches/series +++ /dev/null diff --git a/ubuntu/maverick/libraries/kipi-plugins/debian/rules b/ubuntu/maverick/libraries/kipi-plugins/debian/rules deleted file mode 100755 index 069780e39..000000000 --- a/ubuntu/maverick/libraries/kipi-plugins/debian/rules +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.mk -include debian/cdbs/debian-qt-kde.mk -#include /usr/share/cdbs/1/rules/patchsys-quilt.mk -include /usr/share/cdbs/1/rules/utils.mk - -DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde -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_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed" - -DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde - -DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ - && echo xz || echo bzip2) - -clean :: - rm -f po/*/*.gmo - -binary-install/kipi-plugins-trinity:: - mv debian/kipi-plugins-trinity/usr/share/man debian/kipi-plugins-trinity/opt/trinity/share/ diff --git a/ubuntu/maverick/libraries/kipi-plugins/debian/source/format b/ubuntu/maverick/libraries/kipi-plugins/debian/source/format deleted file mode 100644 index 163aaf8d8..000000000 --- a/ubuntu/maverick/libraries/kipi-plugins/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) diff --git a/ubuntu/maverick/libraries/kipi-plugins/debian/source/options b/ubuntu/maverick/libraries/kipi-plugins/debian/source/options deleted file mode 100644 index 72f1f5450..000000000 --- a/ubuntu/maverick/libraries/kipi-plugins/debian/source/options +++ /dev/null @@ -1,6 +0,0 @@ -# Use xz instead of gzip -compression = "xz" -compression-level = 9 - -# Don't run differences -diff-ignore = .* diff --git a/ubuntu/maverick/libraries/kipi-plugins/debian/watch b/ubuntu/maverick/libraries/kipi-plugins/debian/watch deleted file mode 100644 index 8e5bdb026..000000000 --- a/ubuntu/maverick/libraries/kipi-plugins/debian/watch +++ /dev/null @@ -1,5 +0,0 @@ -# See uscan(1) for format -version=3 -opts=dversionmangle=s/~/-/ \ - http://sf.net/kipi/kipi-plugins-(.*)\.tar\.bz2 debian svn-upgrade - |