[Kde-announce-apps] ISO - DAX - CSO Converter 1.02
Radovan Kanizaj
kradovan at hotmail.com
Sun Dec 10 02:17:00 CET 2006
Name: ISO - DAX - CSO Converter
Version: 1.02
Type: Kommander Script
Depend: Kommander
License: GPL
More Info:
http://www.kde-apps.org/content/show.php?content=49674
Description:
This is simple Kommander script for converting
PSP UMD backups between three file formats ISO DAX
and CSO.
Script depends on:
Kommander
ciso v1.01
daxcr v0.3
umdsign v?.?
Source for ciso umdsign are now included in
download arhive.
Reason for this is was minor modifications to
sources to avoid warnings and errors during
compile and execution.
ciso was missing some includes
umdsign had some windows specific calls and
missing includes
Kommander is part of kdewebdev3 package
To compile ciso and daxcr gcc and zlib-devel
package must be installed.
Original source for ciso and umdsign is part of
devhook SDK 0.46.0000 file is called dh046_SDK.rar
and it can be found on various PSP forums and
sites.
To compile ciso:
Extract source to some folder
in Konsole type:
gcc -o ciso ciso.c -lz
ciso will be created and there shud't be any
errors and warnings
to make ciso executable type:
chmod a+x ciso
copy ciso to path eg. "/usr/local/bin"
Usage: ciso level infile outfile
level: 1-9 compress ISO to CSO (1=fast/large -
9=small/slow
0 decompress CSO to ISO
To build umdsign
in Konsole type:
gcc -o umdsign umdsign.c
umdsign will be created and there shud't be any
errors and warnings
to make umdsign executable type:
chmod a+x umdsign
copy umdsign to path eg. "/usr/local/bin"
Usage: umdsign [iso_filename]
Source for daxcr is part of DAX ZISO loader and it
can be found at
http://dax.psp-tuts.net/DAXZISO_062.zip
To compile daxcr:
Extract source to some folder
in Konsole type:
make
daxcr will be created warnings are OK if there is
no errors
to make daxcr executable type:
chmod a+x daxcr
copy daxcr to path eg. "/usr/local/bin"
Greeting Kradovan
Changelog:
Ver.1.00
Initial release
Ver.1.01
Added support for UMDSign
Some minor gui fixes
Ver.1.02
Some minor gui fixes
More information about the Kde-announce-apps
mailing list