debian/0000755000000000000000000000000011660553475007202 5ustar debian/manpages0000644000000000000000000000002411405667576010721 0ustar debian/man/ploader.1debian/README.source0000644000000000000000000000042411405667576011366 0ustar ploader Debian package maintenance ================================================== Patches ------- Changes in upstream sources are handled as a series of patches, managed with quilt. See /usr/share/doc/quilt/README.source for a brief instruction for working with quilt. debian/control0000644000000000000000000000171511660552150010576 0ustar Source: ploader Section: utils Priority: optional Maintainer: Nicolas Roudaire Build-Depends: debhelper (>= 7.0.50) Standards-Version: 3.8.4 Homepage: http://piwigo.org Package: ploader Architecture: all Depends: ${misc:Depends}, libwx-perl,libfile-slurp-perl, libfile-homedir-perl, libjson-perl, libdigest-md5-file-perl, libimage-exiftool-perl, perlmagick, libclass-accessor-perl Description: Application to upload your pictures to your Piwigo gallery Piwigo is an opensource web application to manage and share a pictures collection. With pLoader, you can easily upload pictures to your Piwigo gallery, and do some management tasks, without having to use the web interface. . Features: - easy editing of pictures properties (title, description, privacy, tags) - ability to specify pictures upload size and orientation. - large picture preview. - drag-and-drop support from other applications. - create categories - watermarking debian/imgs/0000755000000000000000000000000011405667576010146 5ustar debian/imgs/ploader.xpm0000644000000000000000000000466711405667576012337 0ustar /* XPM */ static char *logo[] = { /* columns rows colors chars-per-pixel */ "32 32 82 1", " c #FF2F2F", ". c #FF3131", "X c #FF3A3A", "o c #FE4646", "O c #FE4B4B", "+ c #FC5B5B", "@ c #FB6969", "# c #FE7D7D", "$ c #AE9696", "% c #AC9999", "& c #B39595", "* c #BA9595", "= c #B59C9C", "- c #A9A3A3", "; c #AEACAC", ": c #B2A4A4", "> c #BCA6A6", ", c #B4ADAD", "< c #BAADAD", "1 c #B2B4B4", "2 c #BBBDBD", "3 c #C59494", "4 c #C69C9C", "5 c #CD9999", "6 c #D39E9E", "7 c #EE8E8E", "8 c #F68787", "9 c #EB9292", "0 c #FE9C9C", "q c #CCA5A5", "w c #C1ABAB", "e c #CEA8A8", "r c #D2A6A6", "t c #DCA6A6", "y c #DBACAC", "u c #CBB3B3", "i c #C3BCBC", "p c #D1B3B3", "a c #DEB0B0", "s c #E3ADAD", "d c #F5A3A3", "f c #FEA4A4", "g c #FFAEAE", "h c #E4B3B3", "j c #E3B9B9", "k c #EABABA", "l c #FBB5B5", "z c #F3BCBC", "x c #FBBBBB", "c c #BEC1C1", "v c #C2C4C4", "b c #CACCCC", "n c #D1C5C5", "m c #DAC5C5", "M c #D1CBCB", "N c #CED0D0", "B c #D4D5D5", "V c #DDD4D4", "C c #D7D9D9", "Z c #DBDCDC", "A c #F4C5C5", "S c #F9C4C4", "D c #F3CCCC", "F c #FDCCCC", "G c #EEDADA", "H c #F5D2D2", "J c #FDD4D4", "K c #F1DADA", "L c #FDDBDB", "P c #DEE0E0", "I c #E3E4E4", "U c #ECE3E3", "Y c #ECEBEB", "T c #F2E6E6", "R c #FEE4E4", "E c #F2EAEA", "W c #FEECEC", "Q c #EFF0F0", "! c #F3F3F3", "~ c #FFF4F4", "^ c #F7F9F9", "/ c #FFFEFE", /* pixels */ "////////////////////////////////", "/////////////////~~~~~~~~~~~~///", "//////////////~~~RFxlllllllxLW//", "/////////WLJJJJJJHFf@oooooo+xLW/", "///////RFFLWWWWRLFxSl#X .. ofJ~/", "/////~JFW/////////~Flz0O...o0FW/", "^///WFL//////////^//WxkdO .o0FW/", "!//WFR////RDkhjAL~///~xk0o o0FW~", "!/~SR///Rh4&:,Z^//////////////F~//hiU~//", "JR//DwC^/////////////~F///aiU///", "KL//LqC^/////////////WF//~riY///", "KJ//~rB!/////////////LL//R4vY///", "TF~//AuY////////////~S~//D=bE///", "YFR//WsV^///////////FL//~y:C^///", "!TS///LsU^/////////JJ///H*2I////", "E^DJ///LkG^//////~FJ///W6-b!////", "!/!zR///WSALR~WRFFL///~s%2I^////", "Q//TzR////WLJJJJR////~h&1C!/////", "!^/^UkH/////////////Ws&1B!//////", "!///^UjzR/////////WD5$1BE///////", "^////^YmykDRW~WRHk6*;cZ!////////", "///////!Inueqqqq>:,vCY!/////////", "^///////^!IZBbbbbCPY!///////////", "!/////////^^!EQE!^^^////////////" }; debian/patches/0000755000000000000000000000000011660550751010623 5ustar debian/patches/ploader.pl0000644000000000000000000000160211405667576012620 0ustar # Author: Nicolas Roudaire # Description: Use FHS compliant paths by default # Add the missing #! sequence --- ploader.orig/src/ploader.pl +++ ploader/src/ploader.pl @@ -1,3 +1,4 @@ +#!/usr/bin/perl # +-----------------------------------------------------------------------+ # | pLoader - a Perl photo uploader for Piwigo | # +-----------------------------------------------------------------------+ @@ -43,9 +44,10 @@ eval { my $app = Uploader::GUI::wxApp->new( { - root_dir => $ENV{PLOADER_ROOT}||'..', + bin_dir => 'conf', + root_dir => '/usr/share/ploader', resource_dir => 'res', - locale_dir => 'locale', + locale_dir => '/usr/share/locale', argv => [ grep { -f $_ } @ARGV ], } ); debian/patches/series0000644000000000000000000000001311405667576012045 0ustar ploader.pl debian/dirs0000644000000000000000000000007311405667576010073 0ustar usr/share/ploader usr/share/ploader/conf usr/share/pixmaps debian/source/0000755000000000000000000000000011660550546010476 5ustar debian/source/format0000644000000000000000000000001411405667576011715 0ustar 3.0 (quilt) debian/ploader.desktop0000644000000000000000000000031411405667576012226 0ustar [Desktop Entry] Version=1.0 Type=Application Name=pLoader Comment=application to upload your pictures to your Piwigo gallery Icon=/usr/share/pixmaps/ploader.xpm Exec=/usr/bin/ploader Categories=Graphics; debian/copyright0000644000000000000000000000360311405667576011144 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: pLoader Maintainer: Nicolas Roudaire Source: http://piwigo.org/ext/download.php?eid=269 Copyright: 2008-2010 Piwigo Team http://piwigo.org 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 version 2 as published by the Free Software Foundation. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: debian/* Copyright: 2010, Nicolas Roudaire 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 version 2 as published by the Free Software Foundation. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/changelog0000644000000000000000000000155011660553474011054 0ustar ploader (1.6.0-1.1) unstable; urgency=low * Non-maintainer upload. * Don't mix source format 3.0 (quilt) and manual usage of quilt: - Drop the --with quilt debhelper addon; - Don't rename the binary by moving it around in the build process, rather rename it after install; - Drop superfluous quilt Build-Depends. Closes: #643489. -- Didier Raboud Tue, 15 Nov 2011 22:18:40 +0100 ploader (1.6.0-1) unstable; urgency=low * New upstream release -- Nicolas Roudaire Tue, 15 Jun 2010 14:17:02 +0200 ploader (1.5.0-2) unstable; urgency=low * Fix mod offline crashed -- Nicolas Roudaire Tue, 20 Apr 2010 14:31:38 +0200 ploader (1.5.0-1) unstable; urgency=low * Initial release (Closes: #570505) -- Nicolas Roudaire Wed, 07 Apr 2010 08:25:40 +0200 debian/menu0000644000000000000000000000032711405667576010100 0ustar ?package(ploader): needs="X11" section="Applications/Graphics" title="pLoader" longtitle="application to upload your pictures to your Piwigo gallery" command="/usr/bin/ploader" icon="/usr/share/pixmaps/ploader.xpm" debian/rules0000755000000000000000000000104011660553454010252 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 %: dh $@ override_dh_install: dh_install mv debian/ploader/usr/bin/ploader.pl debian/ploader/usr/bin/ploader debian/man/0000755000000000000000000000000011405667576007762 5ustar debian/man/ploader.10000644000000000000000000000116711405667576011477 0ustar .\" Process this file with .\" groff -man -Tascii foo.1 .\" .TH ploader 1 "APRIL 2010" Graphics "A Piwigo uploader" .SH NAME ploader \- upload your pictures to your Piwigo gallery .SH SYNOPSIS .B ploader easily prepare and upload your pictures. .SH DESCRIPTION .B ploader provides a GUI which may be used to modify pictures before sending them. You can easily editing pictures properties (title, description, privacy, tags). You can specify pictures size and orientation. You can create new categories. .SH FILES .I ~/.pLoader/ .RS Per user configuration directory. .SH AUTHOR Nicolas Roudaire .SH "SEE ALSO" debian/watch0000644000000000000000000000021711405667576010240 0ustar version=3 http://piwigo.org/ext/extension_view.php?eid=269&lang=en_UK \ http://piwigo.org/download/ploader/release/.*/pLoader-([\d\.]+).tar.gz debian/install0000644000000000000000000000062211660553075010567 0ustar debian/ploader.desktop usr/share/applications res usr/share/ploader locale/* usr/share/locale src/properties.ini usr/share/ploader/conf src/pLoader.ini usr/share/ploader/conf src/Uploader usr/share/perl5 src/ploader.pl usr/bin debian/imgs/ploader.xpm usr/share/pixmaps debian/compat0000644000000000000000000000000211405667576010405 0ustar 7