[PR #1592] [MERGED] [FEATURE] Create linux AppImage for building CCExtractor #2303

Closed
opened 2026-01-29 17:21:24 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1592
Author: @IshanGrover2004
Created: 1/27/2024
Status: Merged
Merged: 3/3/2024
Merged by: @cfsmp3

Base: masterHead: 1348-create-linux-appimage


📝 Commits (4)

  • ceabafe feat!: Add script for building AppImage
  • bf4c194 chore(delete): Remove build-static.sh file
  • 2f50feb refactor: Add link for logo photo
  • f3145e3 chore: Replace dead link

📊 Changes

2 files changed (+63 additions, -107 deletions)

View changed files

linux/build-static.sh (+0 -107)
linux/build_appimage.sh (+63 -0)

📄 Description

In raising this pull request, I confirm the following:

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.
  • I have mentioned this change in the changelog.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

Addresses Issue #1348

What I did (Current state):

  • Replace non-working link
  • Replace not working or irrelevant commands
  • All library which are required in gcc command are installed correctly
  • To compile the ccextractor with all static libraries, we need to have correct configure.ac and Makefile.am file (currently its giving error, maybe I am doing anything wrong here)

Goal for now:

  • Compiling and make ccextracter binary file(which is required while making AppImage)

Code breaks at:

  • When it clones ccextracter and try to run make command(here).

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/1592 **Author:** [@IshanGrover2004](https://github.com/IshanGrover2004) **Created:** 1/27/2024 **Status:** ✅ Merged **Merged:** 3/3/2024 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `1348-create-linux-appimage` --- ### 📝 Commits (4) - [`ceabafe`](https://github.com/CCExtractor/ccextractor/commit/ceabafe6bdc59d0395054c78bd8a9dcae6fff230) feat!: Add script for building AppImage - [`bf4c194`](https://github.com/CCExtractor/ccextractor/commit/bf4c1949183a81e129288d509a7c6ad79124f40c) chore(delete): Remove `build-static.sh` file - [`2f50feb`](https://github.com/CCExtractor/ccextractor/commit/2f50feb203ffb500a8b402f7b77137ff7993c4a6) refactor: Add link for logo photo - [`f3145e3`](https://github.com/CCExtractor/ccextractor/commit/f3145e385e3ca17aec0c0f866746719614b09d64) chore: Replace dead link ### 📊 Changes **2 files changed** (+63 additions, -107 deletions) <details> <summary>View changed files</summary> ➖ `linux/build-static.sh` (+0 -107) ➕ `linux/build_appimage.sh` (+63 -0) </details> ### 📄 Description **In raising this pull request, I confirm the following:** - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [x] I have checked that another pull request for this purpose does not exist. - [x] I have considered, and confirmed that this submission will be valuable to others. - [ ] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [ ] I give this submission freely, and claim no ownership to its content. - [ ] **I have mentioned this change in the [changelog](https://github.com/CCExtractor/ccextractor/blob/master/docs/CHANGES.TXT).** **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [x] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [ ] I am an active contributor to CCExtractor. Addresses Issue #1348 What I did (Current state): - Replace non-working link - Replace not working or irrelevant commands - All library which are required in gcc command are installed correctly - To compile the ccextractor with all static libraries, we need to have correct `configure.ac` and `Makefile.am` file (currently its giving error, maybe I am doing anything wrong [here](https://github.com/IshanGrover2004/ccextractor-fork/blob/6f70cdbf452a5b4f1f1158062d2b5dba54d27fe7/linux/build-static.sh#L117)) Goal for now: - Compiling and make `ccextracter` binary file(which is required while making `AppImage`) Code breaks at: - When it clones ccextracter and try to run `make` command([here](https://github.com/IshanGrover2004/ccextractor-fork/blob/6f70cdbf452a5b4f1f1158062d2b5dba54d27fe7/linux/build-static.sh#L117)). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:21:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2303