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

Add Homebrew install instructions and avifdec/avifenc examples to README #2081

Closed
yattoni opened this issue Mar 31, 2024 · 6 comments · Fixed by #2085
Closed

Add Homebrew install instructions and avifdec/avifenc examples to README #2081

yattoni opened this issue Mar 31, 2024 · 6 comments · Fixed by #2085
Assignees

Comments

@yattoni
Copy link

yattoni commented Mar 31, 2024

Add Homebrew install instructions and avifdec/avifenc examples to README

I had to look in the closed issues to see that this can be installed with Homebrew and find those commands just by looking through the repo.

Also, the man pages look to be disabled (not enabled) for the Homebrew install.

@wantehchang
Copy link
Collaborator

Austin: Thanks for the suggestion. You also reported a bug in the Homebrew install: the man pages look to be disabled (not enabled). Do you know how to report that bug to Homebrew? If you know where the Homebrew build script (recipe?) is, we can take a look. It needs to pass the -DAVIF_BUILD_MAN_PAGES=ON option to cmake.

@wantehchang
Copy link
Collaborator

Austin: Thank you for the link. The formula does not pass the -DAVIF_BUILD_MAN_PAGES=ON option to cmake. To do that, the formula needs to depend on the pandoc package.

The formula is also not using dav1d as the AV1 decoder. It should depend on the dav1d package and pass the -DAVIF_CODEC_DAV1D=ON option to cmake. It can further pass the -DAVIF_CODEC_AOM_DECODE=OFF option to cmake to not use libaom as the AV1 decoder.

@wantehchang
Copy link
Collaborator

Austin: Do you know if Homebrew has a libyuv package?

@yattoni
Copy link
Author

yattoni commented Apr 4, 2024

I don't, sorry

@kmilos
Copy link
Contributor

kmilos commented Apr 4, 2024

Do you know if Homebrew has a libyuv package?

@wantehchang Repology is your friend again 😉 https://repology.org/project/libyuv/versions

It doesn't look like it has. Maybe because of #2071...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants