[needs-packaging] PeaZip
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Baltix |
Undecided
|
Unassigned | ||
| Debian |
Fix Released
|
Unknown
|
||
| Ubuntu |
Wishlist
|
Unassigned | ||
Bug Description
PeaZip is a cross platform, desktop neutral archiver tool for many compressed or not formats.
Full support: 7Z, 7Z-sfx, BZip2, GZip/TGZ, LPAQ, PAQ8, PEA, QUAD, split (.001), TAR, ZIP;
Browse/extract support: ACE, ARJ, CAB, CHM, COMPOUND (MSI, DOC, XLS, PPT), CPIO, ISO, Java (JAR, EAR, WAR), various Linux packages (DEB, PET/PUP, RPM, SLP), LHA/LZH, NSIS, OOo, PAK/PK3/PK4, RAR, WIM, XPI, Z/TZ.
It would be great to have this tool on Ubuntu!
URL: http://
License: LGPL v3
Notes:
Written in FreePascal, built-in Localizations, Very Active Development,
Can be installed on 32 and 64 bit systems,
please note that ia32-libs are required to run any 32 bit binary on 64 bit systems.
QT GUI Requires Qt 4.3.4 or more recent, and needs libqt4intf.so installed in /usr/local/lib
GTK GUI Requires GTK2 or higher
Actual Version Sources:
http://
Miroslav Sabljić (civija) wrote : | #1 |
Giorgio tani (giorgiotani) wrote : | #2 |
Package request for PeaZip
PeaZip is a cross platform, desktop neutral archiver tool for many compressed or not formats.
Full support: 7Z, 7Z-sfx, BZip2, GZip/TGZ, LPAQ, PAQ8, PEA, QUAD, split (.001), TAR, ZIP;
Browse/extract support: ACE, ARJ, CAB, CHM, COMPOUND (MSI, DOC, XLS, PPT), CPIO, ISO, Java (JAR, EAR, WAR), various Linux packages (DEB, PET/PUP, RPM, SLP), LHA/LZH, NSIS, OOo, PAK/PK3/PK4, RAR, WIM, XPI, Z/TZ.
URL: http://
License: LGPLv3
Notes: Latest stable version is 2.0; DEB package is available: http://
Xavier Guillot (valeryan-24) wrote : | #3 |
Yes it would be nice to have PeaZip in the packages.
It allows also to join 001 files like 7-zip.
Version 2.1 is available :
http://
The file-roller suffers from various issues. zip archiving does not work when it comes to large files. .tar.gz is rather old-fashioned and not quite so safe (AFAIR). -> AFAIK, Ubuntu presently does not have any fully working safe built-in archiving tool.
All programs currently available in Ubuntu's repositories seem to rely on the same packaging libaries, so if there is an error in the one concerned, you cannot package with this format. Therefore, it seems to me that it would be very important to have an alternative available which is independent from the usual libraries.
Will PeaZip ship with Ubuntu 8.10?
PS Also, my question would be whether this can be changed from "Whishlist" to "High". I think it is really important for an operating system that aims to be professional to have a fully working package program available. Or are there any reasons why PeaZip cannot be in Ubuntu 8.10?
Giorgio tani (giorgiotani) wrote : | #6 |
Hi, DEB packages fit for Ubuntu distribution can be found on project's website on SourceForge:
http://
I'll be glad to see it in repositories too.
Anyway PeaZip exists also as portable application (well, indeed it started as portable application), just dowload and extract the Linux GTK2 package from http://
Ignacio Santolin (isantolin) wrote : | #7 |
<3 i love PeaZip and is better than file-roller.
please, add to the next ubuntu version :(
Is this going to be part of Ubuntu 9.04?
Xavier Guillot (valeryan-24) wrote : | #9 |
Hello,
Any news about including Peazip on the Ubuntu packages ?
A new version (2.5.1) with some improvements just came out.
Best regards.
Having read http://
Felipe Monteiro de Carvalho (felipemonteiro-carvalho) wrote : Re: [Bug 153386] Re: [needs-packaging] PeaZip | #11 |
Any Lazarus software can be compiled without the IDE running. The IDE
just calls Free Pascal, which is the command line compiler. You can
check which options the IDE uses in the Compiler Options dialog. Here
is an example of a makefile for Lazarus software:
--
Felipe Monteiro de Carvalho
description: | updated |
Giorgio tani (giorgiotani) wrote : | #12 |
Sources for the new stable release are available here:
http://
Savvas Radevic (medigeek) wrote : | #13 |
Here's an example lazarus / freepascal ppa if anyone is interested: https:/
Changed in debian: | |
status: | Fix Released → New |
joopbraak (joopbraak) wrote : | #14 |
The main reason it's not packaged yet is that no-one succeeded in compiling it successfully in 64 bit environment.
A shame, although the code and the interface is a bit messy. These are all the error messages I get when running peazip on 64 bit (although it still runs) :
I can't believe Gnome's standard archive manager (file roller, the name sucks as well) doesn't even have such basic features as showing the CRC32. Peazip is the only *nix GUI archive manager I found that does this.
Changed in debian: | |
status: | New → Unknown |
description: | updated |
Giorgio tani (giorgiotani) wrote : | #15 |
Hi, topics about compiling and packing the application can be found in the readme in sources' package.
About compiling onb 64 bit issue, PeaZip uses this library http://
which provides cryptographic, hash and crc functions: some parts are written in ASM for performance reasons, and only in some cases are available pure high level language counterparts.
I did not succeeded in compiling those ASM functions on 64 bit Lazarus/FreePascal compiler, they should either been rewritten to be fully compatible with x86-64 ASM or either rewritten in Object Pascal to ensure portability.
Otherwise, PeaZip needs ia32-libs as requirement to run on 64 bit systems, but of course I could not package such a big and complex library in the generic packages (not targeting a specific distribution/
About PeaZip code being a bit messy, I know, one of the reason is that Lazarus/FPC is a relatively recent project and is being actively developed. When I started writing PeaZip 6 years ago the IDE was a lot different and PeaZip grew up finding its way in what that wonderful IDE was able to offer as it improved by Lazarus/FPC staff version after version.
They did a great work in developing a really astounding IDE as Lazarus is today, but of course working on what is itself a work in progress requires some workarounds, and version after version part of the development is finding non optimal code and find what Lazarus offers to make things better / simpler today.
Changed in debian: | |
status: | Unknown → New |
G4JC (gaming4jc2) wrote : | #16 |
+1 for Natty & Oneiric
Thankfully they do offer packages from their site now... e.g.:
https:/
Works fine on AMD64, but like they say if it's not in apt it can't be good - so make sure it's in there. ;)
Another PPA with PeaZip: https:/
Changed in debian: | |
status: | New → Fix Released |
Is anybody working on this? I would like to package this for Ubuntu.