[PR #1415] [MERGED] [IMPROVEMENT] Deprecated the --with-gui flag for linux/configure and mac/configure #2170

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1415
Author: @devmrfitz
Created: 2/14/2022
Status: Merged
Merged: 3/7/2022
Merged by: @canihavesomecoffee

Base: masterHead: master


📝 Commits (3)

  • f2c59fb Deprecated the --with-gui flag for linux/configure and mac/configure
  • f4cff4a Update docs/CHANGES.TXT
  • eba99b3 Merge branch 'master' into master

📊 Changes

7 files changed (+7 additions, -162 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 docs/CHANGES.TXT (+1 -0)
📝 docs/COMPILATION.MD (+3 -31)
📝 linux/Makefile.am (+0 -59)
📝 linux/configure.ac (+0 -6)
📝 mac/Makefile.am (+0 -60)
📝 mac/configure.ac (+0 -6)

📄 Description

In raising this pull request, I confirm the following (please check boxes):

  • 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.

Since CCExtractor now has a new GUI hosted at https://github.com/CCExtractor/ccextractorfluttergui, I have deprecated the --with-gui flag in mac/configure and linux/configure and indicated the same in docs/COMPILATION.md, as discussed on Slack.


🔄 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/1415 **Author:** [@devmrfitz](https://github.com/devmrfitz) **Created:** 2/14/2022 **Status:** ✅ Merged **Merged:** 3/7/2022 **Merged by:** [@canihavesomecoffee](https://github.com/canihavesomecoffee) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`f2c59fb`](https://github.com/CCExtractor/ccextractor/commit/f2c59fbb83bdd9d9b51a278a5a429f1a324a3c7f) Deprecated the --with-gui flag for linux/configure and mac/configure - [`f4cff4a`](https://github.com/CCExtractor/ccextractor/commit/f4cff4aa302dfbc26a926e0ac4ef6801f848f762) Update docs/CHANGES.TXT - [`eba99b3`](https://github.com/CCExtractor/ccextractor/commit/eba99b360cb3efc9235fda21a0847ccd5cef849b) Merge branch 'master' into master ### 📊 Changes **7 files changed** (+7 additions, -162 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `docs/CHANGES.TXT` (+1 -0) 📝 `docs/COMPILATION.MD` (+3 -31) 📝 `linux/Makefile.am` (+0 -59) 📝 `linux/configure.ac` (+0 -6) 📝 `mac/Makefile.am` (+0 -60) 📝 `mac/configure.ac` (+0 -6) </details> ### 📄 Description <!-- Please prefix your pull request with one of the following: **[FEATURE]** **[FIX]** **[IMPROVEMENT]**. --> **In raising this pull request, I confirm the following (please check boxes):** - [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. - [X] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [X] I give this submission freely, and claim no ownership to its content. - [X] **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. --- Since CCExtractor now has a new GUI hosted at [https://github.com/CCExtractor/ccextractorfluttergui](https://github.com/CCExtractor/ccextractorfluttergui), I have deprecated the `--with-gui` flag in mac/configure and linux/configure and indicated the same in `docs/COMPILATION.md`, as discussed on Slack. --- <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:20:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2170