debian/0000755000000000000000000000000012101533323007157 5ustar debian/compat0000644000000000000000000000000212060205652010362 0ustar 9 debian/patches/0000755000000000000000000000000012060214115010605 5ustar debian/patches/series0000644000000000000000000000002312060206141012015 0ustar 00-fix_build.patch debian/patches/00-fix_build.patch0000644000000000000000000000247212060214115014015 0ustar From: David Paleino Subject: fix various issues during the build Origin: vendor Forwarded: no --- configure.ac | 4 ++-- doc/Doxyfile.in | 2 +- doc/Makefile.am | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) --- libpgf.orig/configure.ac +++ libpgf/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(src/PGFimage.cpp) +AC_INIT(libpgf, 6.12.24) dnl The library interface version dnl see documentation for versioning in the libtool manual @@ -24,7 +24,7 @@ PACKAGE_RELEASE=2 AC_SUBST(PACKAGE_RELEASE) -AM_INIT_AUTOMAKE(libpgf,6.12.24) +AM_INIT_AUTOMAKE([foreign]) AC_PROG_LIBTOOL AM_CONFIG_HEADER( config.h ) AC_PROG_CXX --- libpgf.orig/doc/Makefile.am +++ libpgf/doc/Makefile.am @@ -1,6 +1,8 @@ -DOC_MODULE=$(PACKAGE)-$(VERSION) +DOC_MODULE=$(PACKAGE) DOC_DIR=$(DESTDIR)$(datadir)/doc/$(DOC_MODULE) +all: doc + doc: html/index.html clean-local: --- libpgf.orig/doc/Doxyfile.in +++ libpgf/doc/Doxyfile.in @@ -703,7 +703,7 @@ EXCLUDE_SYMLINKS = NO # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* -EXCLUDE_PATTERNS = +EXCLUDE_PATTERNS = */debian/* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the debian/rules0000755000000000000000000000147212060220442010242 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 ifndef UPVER UPVER := $(shell dpkg-parsechangelog | grep ^Version | cut -d\ -f2 | cut -d- -f1 | cut -d+ -f1) endif DEBVER := $(UPVER)+ds1 %: dh $@ \ --with autoreconf \ --with pkgkde_symbolshelper override_dh_auto_build: dh_auto_build rm -vrf doc/man/man3/_* override_dh_auto_clean: dh_auto_clean rm -rf doc/rtf/ override_dh_strip: dh_strip --dbg-package=libpgf6-dbg get-orig-source: uscan \ --verbose \ --force-download \ --download-version $(UPVER) \ --destdir . \ --rename \ --repack tar xf libpgf_$(UPVER).orig.tar.gz rm -vrf libpgf/doc/*.pdf rm -vrf libpgf/*.tar.bz2 tar cf libpgf_$(DEBVER).orig.tar libpgf/ bzip2 libpgf_$(DEBVER).orig.tar rm -rf libpgf/ libpgf_$(UPVER).orig.tar.gz debian/docs0000644000000000000000000000000712060204142010025 0ustar README debian/control0000644000000000000000000000276712101533121010572 0ustar Source: libpgf Section: libs Priority: extra Maintainer: David Paleino Build-Depends: debhelper (>= 9) , dh-autoreconf , pkg-kde-tools Standards-Version: 3.9.4 Homepage: http://www.libpgf.org/ Vcs-Git: git://anonscm.debian.org/collab-maint/libpgf.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libpgf.git;a=summary Package: libpgf-dev Section: libdevel Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends} , libpgf6 (= ${binary:Version}) Description: Progressive Graphics File (PGF) library - development files libpgf is a library implementing an interface for handling PGF (Progressive Graphic File) format files. . This package contains files needed for development. Package: libpgf6 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends} , ${misc:Depends} Description: Progressive Graphics File (PGF) library - runtime files libpgf is a library implementing an interface for handling PGF (Progressive Graphic File) format files. . This package contains runtime library files needed to run software using libpgf. Package: libpgf6-dbg Section: debug Architecture: any Multi-Arch: same Depends: ${shlibs:Depends} , ${misc:Depends} , libpgf6 (= ${binary:Version}) Description: Progressive Graphics File (PGF) library - debugging symbols libpgf is a library implementing an interface for handling PGF (Progressive Graphic File) format files. . This package contains debugging symbols. debian/changelog0000644000000000000000000000060712101533155011037 0ustar libpgf (6.12.24+ds1-2) unstable; urgency=low * Updated symbols file for all available architectures. * Make Vcs-* urls canonical. * Mark the -dbg package as Multi-Arch: same. -- David Paleino Mon, 28 Jan 2013 18:33:31 +0100 libpgf (6.12.24+ds1-1) unstable; urgency=low * Initial release -- David Paleino Fri, 07 Dec 2012 00:22:53 +0100 debian/copyright0000644000000000000000000000341412060211652011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libPGF Files: * Copyright: © 2006, xeraina GmbH License: LGPL-2.1+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU Lesser General Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". Files: debian/* Copyright: © 2012, David Paleino License: GPL-2+ 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; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/libpgf-dev.install0000644000000000000000000000010712060211427012566 0ustar usr/include/* usr/lib/*/lib*.a usr/lib/*/lib*.so usr/lib/*/pkgconfig/* debian/source/0000755000000000000000000000000012060204141010454 5ustar debian/source/format0000644000000000000000000000001412060204141011662 0ustar 3.0 (quilt) debian/libpgf6.symbols0000644000000000000000000001611612101532011012120 0ustar # SymbolsHelper-Confirmed: 6.12.24+ds1 amd64 armel armhf i386 ia64 mips mipsel powerpc s390 s390x sparc libpgf.so.6 libpgf6 #MINVER# _ZN10CPGFStreamD0Ev@Base 6.12.24+ds1 _ZN10CPGFStreamD1Ev@Base 6.12.24+ds1 _ZN10CPGFStreamD2Ev@Base 6.12.24+ds1 _ZN11CRoiIndices13CreateIndicesEv@Base 6.12.24+ds1 _ZN11CRoiIndices14ComputeIndicesEjjRK7PGFRect@Base 6.12.24+ds1 _ZN11CRoiIndices16ComputeTileIndexEjjjbb@Base 6.12.24+ds1 (optional)_ZN11CRoiIndicesD1Ev@Base 6.12.24+ds1 (optional)_ZN11CRoiIndicesD2Ev@Base 6.12.24+ds1 _ZN14CPGFFileStream4ReadEPiPv@Base 6.12.24+ds1 _ZN14CPGFFileStream5WriteEPiPv@Base 6.12.24+ds1 (subst)_ZN14CPGFFileStream6SetPosEs{int64_t}@Base 6.12.24+ds1 _ZN14CPGFFileStreamD0Ev@Base 6.12.24+ds1 _ZN14CPGFFileStreamD1Ev@Base 6.12.24+ds1 _ZN14CPGFFileStreamD2Ev@Base 6.12.24+ds1 (subst)_ZN16CPGFMemoryStream12ReinitializeEPh{size_t}@Base 6.12.24+ds1 _ZN16CPGFMemoryStream4ReadEPiPv@Base 6.12.24+ds1 _ZN16CPGFMemoryStream5WriteEPiPv@Base 6.12.24+ds1 (subst)_ZN16CPGFMemoryStream6SetPosEs{int64_t}@Base 6.12.24+ds1 (subst)_ZN16CPGFMemoryStreamC1EPh{size_t}@Base 6.12.24+ds1 (subst)_ZN16CPGFMemoryStreamC1E{size_t}@Base 6.12.24+ds1 (subst)_ZN16CPGFMemoryStreamC2EPh{size_t}@Base 6.12.24+ds1 (subst)_ZN16CPGFMemoryStreamC2E{size_t}@Base 6.12.24+ds1 _ZN16CPGFMemoryStreamD0Ev@Base 6.12.24+ds1 _ZN16CPGFMemoryStreamD1Ev@Base 6.12.24+ds1 _ZN16CPGFMemoryStreamD2Ev@Base 6.12.24+ds1 _ZN17CWaveletTransform10ForwardRowEPij@Base 6.12.24+ds1 _ZN17CWaveletTransform10InverseRowEPij@Base 6.12.24+ds1 _ZN17CWaveletTransform12InitSubbandsEjjPi@Base 6.12.24+ds1 _ZN17CWaveletTransform14LinearToMallatEiPiS0_j@Base 6.12.24+ds1 _ZN17CWaveletTransform14MallatToLinearEiPiS0_j@Base 6.12.24+ds1 _ZN17CWaveletTransform16ForwardTransformEii@Base 6.12.24+ds1 _ZN17CWaveletTransform16InverseTransformEiPjS0_PPi@Base 6.12.24+ds1 _ZN17CWaveletTransform6SetROIERK7PGFRect@Base 6.12.24+ds1 _ZN17CWaveletTransformC1EjjiPi@Base 6.12.24+ds1 _ZN17CWaveletTransformC2EjjiPi@Base 6.12.24+ds1 _ZN8CDecoder11CMacroBlock14BitplaneDecodeEv@Base 6.12.24+ds1 _ZN8CDecoder11CMacroBlock15ComposeBitplaneEjiPjS1_S1_@Base 6.12.24+ds1 _ZN8CDecoder11CMacroBlock18ComposeBitplaneRLDEjiPjS1_j@Base 6.12.24+ds1 _ZN8CDecoder11CMacroBlock18ComposeBitplaneRLDEjijPj@Base 6.12.24+ds1 _ZN8CDecoder12DecodeBufferEv@Base 6.12.24+ds1 _ZN8CDecoder14ReadMacroBlockEPNS_11CMacroBlockE@Base 6.12.24+ds1 _ZN8CDecoder14SkipTileBufferEv@Base 6.12.24+ds1 _ZN8CDecoder15DequantizeValueEP8CSubbandji@Base 6.12.24+ds1 _ZN8CDecoder16DecodeTileBufferEv@Base 6.12.24+ds1 _ZN8CDecoder17DecodeInterleavedEP17CWaveletTransformii@Base 6.12.24+ds1 _ZN8CDecoder4SkipEy@Base 6.12.24+ds1 _ZN8CDecoder9PartitionEP8CSubbandiiiii@Base 6.12.24+ds1 _ZN8CDecoderC1EP10CPGFStreamR12PGFPreHeaderR9PGFHeaderR13PGFPostHeaderRPjRybb@Base 6.12.24+ds1 _ZN8CDecoderC2EP10CPGFStreamR12PGFPreHeaderR9PGFHeaderR13PGFPostHeaderRPjRybb@Base 6.12.24+ds1 _ZN8CDecoderD1Ev@Base 6.12.24+ds1 _ZN8CDecoderD2Ev@Base 6.12.24+ds1 _ZN8CEncoder10WriteValueEP8CSubbandi@Base 6.12.24+ds1 _ZN8CEncoder11CMacroBlock14BitplaneEncodeEv@Base 6.12.24+ds1 _ZN8CEncoder11CMacroBlock17DecomposeBitplaneEjjjPjS1_S1_RjS2_@Base 6.12.24+ds1 _ZN8CEncoder11CMacroBlock17NumberOfBitplanesEv@Base 6.12.24+ds1 _ZN8CEncoder11CMacroBlock8RLESignsEjPjj@Base 6.12.24+ds1 _ZN8CEncoder12EncodeBufferE14ROIBlockHeader@Base 6.12.24+ds1 _ZN8CEncoder15WriteMacroBlockEPNS_11CMacroBlockE@Base 6.12.24+ds1 _ZN8CEncoder16WriteLevelLengthERPj@Base 6.12.24+ds1 _ZN8CEncoder17UpdateLevelLengthEv@Base 6.12.24+ds1 _ZN8CEncoder20UpdatePostHeaderSizeE12PGFPreHeader@Base 6.12.24+ds1 _ZN8CEncoder5FlushEv@Base 6.12.24+ds1 _ZN8CEncoder9PartitionEP8CSubbandiiii@Base 6.12.24+ds1 _ZN8CEncoderC1EP10CPGFStream12PGFPreHeader9PGFHeaderRK13PGFPostHeaderRyb@Base 6.12.24+ds1 _ZN8CEncoderC2EP10CPGFStream12PGFPreHeader9PGFHeaderRK13PGFPostHeaderRyb@Base 6.12.24+ds1 _ZN8CEncoderD1Ev@Base 6.12.24+ds1 _ZN8CEncoderD2Ev@Base 6.12.24+ds1 _ZN8CSubband10DequantizeEi@Base 6.12.24+ds1 _ZN8CSubband10FreeMemoryEv@Base 6.12.24+ds1 _ZN8CSubband10InitializeEjji11Orientation@Base 6.12.24+ds1 _ZN8CSubband11AllocMemoryEv@Base 6.12.24+ds1 _ZN8CSubband11ExtractTileER8CEncoderbjj@Base 6.12.24+ds1 _ZN8CSubband8QuantizeEi@Base 6.12.24+ds1 _ZN8CSubband9PlaceTileER8CDecoderibjj@Base 6.12.24+ds1 _ZN8CSubbandC1Ev@Base 6.12.24+ds1 _ZN8CSubbandC2Ev@Base 6.12.24+ds1 _ZN8CSubbandD1Ev@Base 6.12.24+ds1 _ZN8CSubbandD2Ev@Base 6.12.24+ds1 _ZN9CPGFImage10DownsampleEi@Base 6.12.24+ds1 _ZN9CPGFImage10WriteImageEP10CPGFStreamPFbdbPvES2_@Base 6.12.24+ds1 _ZN9CPGFImage10WriteLevelEv@Base 6.12.24+ds1 _ZN9CPGFImage11ReconstructEi@Base 6.12.24+ds1 _ZN9CPGFImage11SetMaxValueEj@Base 6.12.24+ds1 _ZN9CPGFImage11WriteHeaderEP10CPGFStream@Base 6.12.24+ds1 _ZN9CPGFImage12ImportBitmapEiPhhPiPFbdbPvES2_@Base 6.12.24+ds1 _ZN9CPGFImage13ComputeLevelsEv@Base 6.12.24+ds1 _ZN9CPGFImage13SetColorTableEjjPK10tagRGBQUAD@Base 6.12.24+ds1 _ZN9CPGFImage14CompleteHeaderEv@Base 6.12.24+ds1 _ZN9CPGFImage14CurrentVersionEh@Base 6.12.24+ds1 _ZN9CPGFImage14ResetStreamPosEv@Base 6.12.24+ds1 _ZN9CPGFImage17ImportIsSupportedEh@Base 6.12.24+ds1 _ZN9CPGFImage20UpdatePostHeaderSizeEv@Base 6.12.24+ds1 _ZN9CPGFImage4OpenEP10CPGFStream@Base 6.12.24+ds1 _ZN9CPGFImage4ReadER7PGFRectiPFbdbPvES2_@Base 6.12.24+ds1 _ZN9CPGFImage4ReadEiPFbdbPvES0_@Base 6.12.24+ds1 _ZN9CPGFImage5CloseEv@Base 6.12.24+ds1 _ZN9CPGFImage5WriteEP10CPGFStreamPjPFbdbPvES3_@Base 6.12.24+ds1 _ZN9CPGFImage5WriteEiPFbdbPvES0_@Base 6.12.24+ds1 _ZN9CPGFImage6SetROIE7PGFRect@Base 6.12.24+ds1 _ZN9CPGFImage7DestroyEv@Base 6.12.24+ds1 _ZN9CPGFImage8RgbToYuvEiPhhPiPFbdbPvES2_@Base 6.12.24+ds1 _ZN9CPGFImage9ImportYUVEiPihS0_PFbdbPvES1_@Base 6.12.24+ds1 _ZN9CPGFImage9SetHeaderERK9PGFHeaderhPhj@Base 6.12.24+ds1 _ZN9CPGFImageC1Ev@Base 6.12.24+ds1 _ZN9CPGFImageC2Ev@Base 6.12.24+ds1 _ZN9CPGFImageD0Ev@Base 6.12.24+ds1 _ZN9CPGFImageD1Ev@Base 6.12.24+ds1 _ZN9CPGFImageD2Ev@Base 6.12.24+ds1 _ZNK14CPGFFileStream6GetPosEv@Base 6.12.24+ds1 _ZNK14CPGFFileStream7IsValidEv@Base 6.12.24+ds1 _ZNK16CPGFMemoryStream6GetPosEv@Base 6.12.24+ds1 _ZNK16CPGFMemoryStream7IsValidEv@Base 6.12.24+ds1 _ZNK8CDecoder15ReadEncodedDataEPhj@Base 6.12.24+ds1 _ZNK8CSubband12TilePositionEjjRjS0_S0_S0_@Base 6.12.24+ds1 _ZNK9CPGFImage11GetUserDataERj@Base 6.12.24+ds1 _ZNK9CPGFImage13GetColorTableEjjP10tagRGBQUAD@Base 6.12.24+ds1 _ZNK9CPGFImage15ReadEncodedDataEiPhj@Base 6.12.24+ds1 _ZNK9CPGFImage17ReadEncodedHeaderEPhj@Base 6.12.24+ds1 _ZNK9CPGFImage18UsedBitsPerChannelEv@Base 6.12.24+ds1 _ZNK9CPGFImage22GetEncodedHeaderLengthEv@Base 6.12.24+ds1 _ZNK9CPGFImage6GetYUVEiPihS0_PFbdbPvES1_@Base 6.12.24+ds1 _ZNK9CPGFImage9GetBitmapEiPhhPiPFbdbPvES2_@Base 6.12.24+ds1 _ZTI10CPGFStream@Base 6.12.24+ds1 _ZTI11IOException@Base 6.12.24+ds1 _ZTI14CPGFFileStream@Base 6.12.24+ds1 _ZTI16CPGFMemoryStream@Base 6.12.24+ds1 _ZTI9CPGFImage@Base 6.12.24+ds1 _ZTS10CPGFStream@Base 6.12.24+ds1 _ZTS11IOException@Base 6.12.24+ds1 _ZTS14CPGFFileStream@Base 6.12.24+ds1 _ZTS16CPGFMemoryStream@Base 6.12.24+ds1 _ZTS9CPGFImage@Base 6.12.24+ds1 _ZTV10CPGFStream@Base 6.12.24+ds1 _ZTV14CPGFFileStream@Base 6.12.24+ds1 _ZTV16CPGFMemoryStream@Base 6.12.24+ds1 _ZTV9CPGFImage@Base 6.12.24+ds1 debian/watch0000644000000000000000000000013112060205007010202 0ustar version=3 opts=dversionmangle=s/\+ds\d// \ http://sf.net/libpgf/libpgf-(.*)-src\.tar\.gz debian/libpgf6.install0000644000000000000000000000002412060211400012065 0ustar usr/lib/*/lib*.so.* debian/README.source0000644000000000000000000000040612060205113011333 0ustar libpgf for Debian ----------------- The original tarball has been repacked to remove precompiled PDF files, and an embedded tarball containing some unofficial Debian packaging files. -- David Paleino Thu, 06 Dec 2012 22:12:43 +0100