-
Notifications
You must be signed in to change notification settings - Fork 2.4k
karchive, kimageformats, kcodecs: remove libzip dependency, fix build, add lz compression support and update homepage urls #13308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
AmazingAkai has previously contributed to projects/karchive. The previous PR was #13200 |
Updated homepage urls since cgit was deprecated 5 years ago: |
@tsdgeos done, can you review? |
projects/kimageformats/build.sh
Outdated
./configure --static | ||
make install -j$(nproc) | ||
|
||
# Build libzip | ||
cd $SRC | ||
cd libzip | ||
cd $SRC/libzip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this needs libzip either, KImageFormats does not depend on libzip. Can I remove this too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After waiting an hour trying to compile this without libzip, I can confirm that it compiles successfully and the fuzzer runs as well, so I don’t think libzip is needed here either.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure, this is just copied from karchive i guess
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
2c726ef
to
7bb325c
Compare
Also added support for fuzzing lz compression |
Please merge 👍 @DavidKorczynski |
7bb325c
to
18e9fb2
Compare
18e9fb2
to
d545dde
Compare
No description provided.