Skip to content
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

removed x264-encore, x265-encore. bumped ffmpeg revision. #33

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Formula/ffmpeg-encore.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2009-present, Homebrew contributors

Check warning on line 1 in Formula/ffmpeg-encore.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

`brew linkage --cached --test --strict svt/avtools/ffmpeg-encore` failed on Linux!

Indirect dependencies with linkage: fdk-aac libxcb

Check warning on line 1 in Formula/ffmpeg-encore.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

`brew linkage --cached --test --strict svt/avtools/ffmpeg-encore` failed on macOS Sonoma (14) on Apple Silicon!

Indirect dependencies with linkage: fdk-aac libx11 libxcb
# SPDX-FileCopyrightText: 2021 Sveriges Television AB
#
# SPDX-License-Identifier: BSD-2-Clause
Expand All @@ -9,6 +9,7 @@
url "https://ffmpeg.org/releases/ffmpeg-7.0.tar.xz"
sha256 "4426a94dd2c814945456600c8adfc402bee65ec14a70e8c531ec9a2cd651da7b"
license "GPL-3.0-or-later"
revision 1
head "https://github.com/FFmpeg/FFmpeg.git", branch: "master"

bottle do
Expand Down
71 changes: 0 additions & 71 deletions Formula/x264-encore.rb

This file was deleted.

80 changes: 0 additions & 80 deletions Formula/x265-encore.rb

This file was deleted.

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Currently this tap holds minor modifications of existing core Homebrew formulas
* ffmpeg-encore - FFmpeg tailored for encore, with x264, x265, [ffmpg-filter-proxy support](https://github.com/svt/ffmpeg-filter-proxy)
* libsrf-proxy-filter - [Subtitle Rendering Format filter](https://github.com/svt/ffmpeg-filter-proxy-filters)
* libsvg-proxy-filter - [SVG filter](https://github.com/svt/ffmpeg-filter-proxy-filters)
* x264-encore - [x264 encoder lib](https://code.videolan.org/videolan/x264.git)
* x265-encore - [x265 encoder lib](https://bitbucket.org/multicoreware/x265_git)


## Dependencies
Expand Down Expand Up @@ -118,7 +116,7 @@ See [CONTRIBUTING](CONTRIBUTING.adoc)

- The Formulas in this project is all released under the [BSD 2-clause "Simplified" License](LICENSE)

- The Formulas FFmpeg-encore, x264-encore, x264-encore is built on Brew formulas, formulas themselves released under the same BSD-2 License, but also Copyright 2009-present, Homebrew contributors besides SVT.
- The Formula FFmpeg-encore is built on Brew formulas, formulas themselves released under the same BSD-2 License, but also Copyright 2009-present, Homebrew contributors besides SVT.

### NOTE ABOUT THE FFMPEG FORMULA BUILD BINARY RESULTS

Expand Down
Loading