[PR #1546] [MERGED] [IMPROVEMENT] Mac CI #2262

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1546
Author: @prateekmedia
Created: 7/15/2023
Status: Merged
Merged: 8/18/2023
Merged by: @canihavesomecoffee

Base: masterHead: mac-build


📝 Commits (10+)

📊 Changes

2 files changed (+123 additions, -5 deletions)

View changed files

.github/workflows/build_mac.yml (+112 -0)
📝 src/CMakeLists.txt (+11 -5)

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

  • Fix Mac Build
  • Added Mac CI (Similar to Linux CI)

Depends on #1535

  • All tests are passing

🔄 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/1546 **Author:** [@prateekmedia](https://github.com/prateekmedia) **Created:** 7/15/2023 **Status:** ✅ Merged **Merged:** 8/18/2023 **Merged by:** [@canihavesomecoffee](https://github.com/canihavesomecoffee) **Base:** `master` ← **Head:** `mac-build` --- ### 📝 Commits (10+) - [`71c83b6`](https://github.com/CCExtractor/ccextractor/commit/71c83b6dfdd48bc7d7c0157f2ab3790cdd935926) feat: unpack gpac - [`b8b5994`](https://github.com/CCExtractor/ccextractor/commit/b8b599447aeb12731fe052dae046b7ce4f95d2cb) fix: linux ci - [`1c9d7b5`](https://github.com/CCExtractor/ccextractor/commit/1c9d7b507c8fd518a3bce5fae7227623166c9bf8) fix: mac build - [`e3fecf9`](https://github.com/CCExtractor/ccextractor/commit/e3fecf9370fe11184692044a579f1e3fa78cc862) fix: remove unused [no ci] - [`3b1e5d0`](https://github.com/CCExtractor/ccextractor/commit/3b1e5d0f3a16cb1fa97fa0bd842ac3cbd5574f3c) fix: ignore config.h [no ci] - [`9ed4fe0`](https://github.com/CCExtractor/ccextractor/commit/9ed4fe0174d32deafba0a5a843e9ce9b2d6a0e40) temp commit, will drop this soon - [`82c30ce`](https://github.com/CCExtractor/ccextractor/commit/82c30cedc6f15eb015d67da463300944558c1ae8) fix: install gpac - [`c99950a`](https://github.com/CCExtractor/ccextractor/commit/c99950a5c46b299e2109966c49c05fd435159241) fix: gpac - [`0794d92`](https://github.com/CCExtractor/ccextractor/commit/0794d926f52d63ed0f23df72a7a3b08ea35c3a2c) fix: formatting - [`4d18e2e`](https://github.com/CCExtractor/ccextractor/commit/4d18e2e043cbbd6b35ab89ee4f25990b4652391c) fix: preproccessor directive ### 📊 Changes **2 files changed** (+123 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/build_mac.yml` (+112 -0) 📝 `src/CMakeLists.txt` (+11 -5) </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. - [ ] **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. - [ ] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [x] I am an active contributor to CCExtractor. --- - Fix Mac Build - Added Mac CI (Similar to Linux CI) Depends on #1535 - [x] All tests are passing --- <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:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2262