-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
video-compare: new port submission #30036
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
This Portfile defines the video-compare tool, including its dependencies and build instructions.
reneeotten
left a comment
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.
thanks for the submission @JonathanTab - a few comments/suggestions to improve/get this to work correctly
updated to ffmpeg8, cleaned up, and simplified config.
| build.env-append { | ||
| CXXFLAGS="-I${prefix}/libexec/ffmpeg8/include" | ||
| LDFLAGS="-L${prefix}/libexec/ffmpeg8/lib" | ||
| PKG_CONFIG_PATH="${prefix}/libexec/ffmpeg8/lib/pkgconfig:${env(PKG_CONFIG_PATH)}" | ||
| } |
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.
the usual way would be to use:
configure.cxxflags-append, configure.ldflags-append, and configure.pkg_config_path-append
that would also retain whatever else is put in these flags already, either by MacPorts ifself or by the build.
A new port for https://github.com/pixop/video-compare.
Description
Video-compare. new port
Type(s)
Submission
Tested on
macOS 13.7.8 22H730 x86_64
Command Line Tools 14.3.1.0.1.1683849156
Verification
Have you
port lint?sudo port test?sudo port -vst install?