Coder Social home page Coder Social logo

Comments (6)

wantehchang avatar wantehchang commented on July 23, 2024

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.

from libavif.

yattoni avatar yattoni commented on July 23, 2024

I believe this is it https://github.com/Homebrew/homebrew-core/blob/399309bcf5f2f93c26ef1eca1fa93bea05fd0f26/Formula/lib/libavif.rb#L27-L32

based on the link from https://formulae.brew.sh/formula/libavif#default

from libavif.

wantehchang avatar wantehchang commented on July 23, 2024

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.

from libavif.

wantehchang avatar wantehchang commented on July 23, 2024

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

from libavif.

yattoni avatar yattoni commented on July 23, 2024

I don't, sorry

from libavif.

kmilos avatar kmilos commented on July 23, 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...

from libavif.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.