debian/0000775000000000000000000000000012130356114007164 5ustar debian/menu0000664000000000000000000000015111701072667010063 0ustar ?package(fotoxx):needs="X11" section="Applications/Graphics"\ title="fotoxx" command="/usr/bin/fotoxx" debian/patches/0000775000000000000000000000000012130356213010613 5ustar debian/patches/libpthread_underlinkage.patch0000664000000000000000000000114512130356213016503 0ustar Index: fotoxx-12.01.2/Makefile =================================================================== --- fotoxx-12.01.2.orig/Makefile 2013-04-07 16:50:56.000000000 -0400 +++ fotoxx-12.01.2/Makefile 2013-04-07 16:52:21.740198834 -0400 @@ -23,7 +23,7 @@ f.transform.o f.art.o f.comp.o f.navi.o zfuncs.o $(CXX) $(LDFLAGS) -o fotoxx fotoxx.o f.file.o f.tools.o f.select.o f.info.o \ f.retouch.o f.transform.o f.art.o f.comp.o f.navi.o zfuncs.o \ - $(LIBS) -ltiff + $(LIBS) -ltiff -lpthread fotoxx.o: fotoxx-$(VERSION) fotoxx.h $(CXX) $(CFLAGS) -o fotoxx.o fotoxx-$(VERSION) debian/patches/docs_dir.patch0000664000000000000000000000215611701075030013424 0ustar Description: Description: This patch edit the documentation's path for the program to use it. Author: Santiago Torres Batán Index: fotoxx/zfuncs.cc =================================================================== --- fotoxx.orig/zfuncs.cc 2012-01-04 22:52:43.032487979 +0700 +++ fotoxx/zfuncs.cc 2012-01-04 22:58:03.590077556 +0700 @@ -3167,7 +3167,7 @@ strncatv(zdatadir,199,work,"/share/",zappname,"/data",null); // /prefix/share/appname/data strncatv(zicondir,199,work,"/share/",zappname,"/icons",null); // /prefix/share/appname/icons strncatv(zlocalesdir,199,work,"/share/",zappname,"/locales",null); // /prefix/share/appname/locales - strncatv(zdocdir,199,work,"/share/doc/",zappname,null); // /prefix/share/doc/appname + strncatv(zdocdir,199,work,"/share/doc/",zappname,"/extras", null); // /prefix/share/doc/appname snprintf(zuserdir,199,"%s/.%s",getenv("HOME"),zappname); // /home/user/.appname/ v.4.3 err = stat(zuserdir,&statdat); // does it exist already? debian/patches/makefile_changes.patch0000664000000000000000000000254011701075101015077 0ustar Desciption: This patch removes the usage of xgd-desktop-menu and the dependencies check (by dependencies.h) from the makefile. Author: Santiago Torres Batán Index: fotoxx/Makefile =================================================================== --- fotoxx.orig/Makefile 2012-01-04 22:52:42.996487807 +0700 +++ fotoxx/Makefile 2012-01-04 22:55:57.161450604 +0700 @@ -12,7 +12,7 @@ SHAREDIR = $(PREFIX)/share/fotoxx ICONDIR = $(SHAREDIR)/icons LOCALESDIR = $(SHAREDIR)/locales -DOCDIR = $(PREFIX)/share/doc/fotoxx +DOCDIR = $(PREFIX)/share/doc/fotoxx/extras MANDIR = $(PREFIX)/share/man/man1 MENUFILE = $(PREFIX)/share/applications/kornelix-fotoxx.desktop @@ -24,7 +24,6 @@ $(CXX) $(LDFLAGS) -o fotoxx fotoxx.o f.file.o f.tools.o f.select.o f.info.o \ f.retouch.o f.transform.o f.art.o f.comp.o f.navi.o zfuncs.o \ $(LIBS) -ltiff - @ ./dependencies.sh fotoxx.o: fotoxx-$(VERSION) fotoxx.h $(CXX) $(CFLAGS) -o fotoxx.o fotoxx-$(VERSION) @@ -77,14 +76,12 @@ rm -f fotoxx.1.gz # menu (desktop) file cp -f desktop $(DESTDIR)$(MENUFILE) - xdg-desktop-menu install $(DESTDIR)$(MENUFILE) uninstall: rm -f $(DESTDIR)$(BINDIR)/fotoxx rm -R -f $(DESTDIR)$(SHAREDIR) rm -R -f $(DESTDIR)$(DOCDIR) rm -f $(DESTDIR)$(MANDIR)/fotoxx.1.gz - xdg-desktop-menu uninstall $(DESTDIR)$(MENUFILE) rm -f $(DESTDIR)$(MENUFILE) clean: debian/patches/series0000664000000000000000000000010412130356131012022 0ustar makefile_changes.patch docs_dir.patch libpthread_underlinkage.patch debian/rules0000775000000000000000000000303511701072667010260 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 configure: configure-stamp configure-stamp: dh_testdir touch configure-stamp build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: configure-stamp dh_testdir $(MAKE) PREFIX=/usr DESTDIR=$(CURDIR)/debian/fotoxx touch $@ clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp $(MAKE) clean dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) PREFIX=/usr DESTDIR=$(CURDIR)/debian/fotoxx install rm -f $(CURDIR)/debian/fotoxx/usr/share/doc/fotoxx/extras/COPYING rm -f $(CURDIR)/debian/fotoxx/usr/share/doc/fotoxx/extras/fotoxx.man rm -f $(CURDIR)/debian/fotoxx/usr/share/doc/fotoxx/extras/copyright binary-indep: install binary-arch: install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_installmenu dh_install dh_strip dh_compress dh_link usr/share/doc/fotoxx/changelog.gz usr/share/doc/fotoxx/extras/changelog.gz dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/compat0000664000000000000000000000000211701072667010375 0ustar 7 debian/copyright0000664000000000000000000000146011701072667011133 0ustar This package was debianized by Santiago Torres Batan on Thu, 20 Aug 2009 12:27:47 -0300. It was downloaded from http://kornelix.squarespace.com/downloads/ Upstream Author: Michael Cornelison Copyright: Copyright 2007, 2008, 2009, 2010, 2011 Michael Cornelison License: You are free to distribute this software under the terms of the GNU General Public License either version 3 of the License, or (at your option) any later version. On Debian systems, the complete text of the GNU General Public License can be found in the file `/usr/share/common-licenses/GPL-3'. The Debian packaging is: Copyright (C) 2009 Santiago Torres Batan and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. debian/source/0000775000000000000000000000000011701072667010477 5ustar debian/source/format0000664000000000000000000000001411701072667011705 0ustar 3.0 (quilt) debian/control0000664000000000000000000000235512021347566010606 0ustar Source: fotoxx Section: graphics Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Santiago Torres Batan Build-Depends: debhelper (>= 7), libgtk2.0-dev, libtiff-dev Standards-Version: 3.9.2 Homepage: http://kornelix.squarespace.com/downloads/ Package: fotoxx Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: libimage-exiftool-perl, ufraw-batch, xgd-open Suggests: brasero Description: easy-to-use digital photo editor Fotoxx is a program for improving digital photos. It allows you to navigate through large image directories using a window of thumbnail images, create HDR (high dynamic range) images by combining bright and dark images to improve details visible in both bright and dark areas, create panoramas by joining overlapped images, adjust brightness and color intensity independently for different underlying brightness levels, reduce fog or haze by removing "whiteness" and intensifying colors, rotate an image (level a tilted image or turn 90 degrees), remove red-eyes from electronic flash photos, sharpen, resize, or crop images, reduce noise in low-light photos, change color depth, and stretch an image by dragging the mouse. debian/watch0000664000000000000000000000021411701072667010225 0ustar # Compulsory line, this is a version 3 file version=3 http://kornelix.squarespace.com/downloads/ \ /storage/downloads/fotoxx-(.*)\.tar\.gz debian/doc-base0000664000000000000000000000041211701072667010574 0ustar Document: fotoxx-manual Title: Fotoxx userguide Author: Mike Cornelison Abstract: This document describes how to use fotoxx's functions Section: Graphics Format: HTML Index: /usr/share/doc/fotoxx/extras/userguide-en.html Files: /usr/share/doc/fotoxx/extras/*.html debian/changelog0000664000000000000000000000740612130356114011045 0ustar fotoxx (12.01.2-0ubuntu3) raring; urgency=low * Added missing pthread lib to link, fixing FTBFS. -- Daniel T Chen Sun, 07 Apr 2013 16:51:13 -0400 fotoxx (12.01.2-0ubuntu2) quantal; urgency=low * Build-depend on libtiff-dev rather than libtiff4-dev. * Drop unsatisfiable and unnecessary Recommends on libtiff. -- Colin Watson Tue, 04 Sep 2012 10:53:30 +0100 fotoxx (12.01.2-0ubuntu1) precise; urgency=low * New upstream release. * Refreshed patch: - debian/patches/makefile_changes.patch - debian/patches/docs_dir.patch -- Mahyuddin Susanto Wed, 04 Jan 2012 23:14:41 +0700 fotoxx (11.11.1-1) unstable; urgency=low * New upstream release * debian/watch -Fix lintian warning: debian_watch_contains_dh_make_template * debian/rules -Remove -XTRANLATIONS -XCHANGES params in dh_compress. -Fix lintian warning: debian_rules_missing_recommends_targets -Add symlink to avoid duplicate documentation at intalldocs rule. -Remove unnecessary files. * debian/control -Bump Standars-Version to 3.9.2 -Remov libfreeimage-dev, libimage-exiftool-perf from Build-Depends -Add xgd-utils and libimage-exiftool-perf to Recommends -Add brasero to Suggests * debian/copyright -Update copyright to 2010, 2011 * debian/patches/ -Fix lintian warning format-3.0-but-debian-changes-patch and (closes: #643119) by creating: -docs_dir.patch: changes upstream sources for the program to know where documentation is installed -makefile_changes.patch: edit makefile for installation Removes the depencies check by dependencies.sh. (closes: #622315) Fix FTBFS with binutils-gold. (closes: #610545) fotoxxfotoxx.desktop was created by mistake. (closes: #610544) Thanks to Mahyuddin Susanto. * debian/doc-base -Register fotoxx user guide documentation. -- Santiago Torres Batan Mon, 07 Nov 2011 16:37:55 -0300 fotoxx (10.7-1) unstable; urgency=low * New upstream release * debian/control -Bump Standars-Version to 3.9.0 No further changes. -Changed Reccommends: ufraw-batch instead of ufraw. closes: #583084. -- Santiago Torres Batan Thu, 08 Jul 2010 18:24:21 -0300 fotoxx (10.3.1-1) unstable; urgency=low * New upstream release * Switch to quilt (3.0) * debian/control -Bump Standars-Version to 3.8.4 No further changes. -Added libtiff4-dev to Build-Depends. * New versions of fotoxx don't suggest printoxx anymore. closes: #582244 -- Santiago Torres Batan Sat, 22 May 2010 13:37:32 -0300 fotoxx (9.2-1) unstable; urgency=low * New upstream release -- Santiago Torres Batan Wed, 06 Jan 2010 23:03:44 -0300 fotoxx (8.7-1) unstable; urgency=low * New upstream release -- Santiago Torres Batan Thu, 26 Nov 2009 18:59:39 -0300 fotoxx (8.6.2-1) unstable; urgency=low * New upstream release -- Santiago Torres Batan Thu, 29 Oct 2009 19:34:43 -0300 fotoxx (8.6-1) unstable; urgency=low * New upstream release -- Santiago Torres Batan Tue, 13 Oct 2009 23:05:46 -0300 fotoxx (8.5.2-1) unstable; urgency=low * New upstream release -- Santiago Torres Batan Sat, 10 Oct 2009 13:06:31 -0300 fotoxx (8.4.3-1) unstable; urgency=low * New upstream release -- Santiago Torres Batan Tue, 22 Sep 2009 08:08:16 -0300 fotoxx (8.4.1-1) unstable; urgency=low * New upstream release -- Santiago Torres Batan Mon, 14 Sep 2009 22:44:23 -0300 fotoxx (8.3-1) unstable; urgency=low * Initial release (Closes: #504360) -- Santiago Torres Batan Thu, 20 Aug 2009 12:27:47 -0300