conda-forge / gstreamer-feedstock

A conda-smithy repository for gstreamer.
BSD 3-Clause "New" or "Revised" License
9 stars 28 forks source link

add jpeg module #66

Closed kuepe-sl closed 2 years ago

kuepe-sl commented 2 years ago

This PR adds the jpeg dependency, thus enabling the build of the gstjpeg module that allows for JPEG de-/encoding.

Checklist

conda-forge-linter commented 2 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

kuepe-sl commented 2 years ago

@conda-forge-admin, please rerender

kuepe-sl commented 2 years ago

The Windows build should succeed after conda-forge/jpeg-feedstock#31 is merged.

kuepe-sl commented 2 years ago

It looks like the libjpeg Windows patch may need some additional work and/or discussion. Thus I implemented a fallback mechanism into the GStreamer JPEG import module that is able to find libjpeg without the need for a CMake or pkg-config module.

From my side this ready now.

andfoy commented 2 years ago

@kuepe-sl, thanks for this contribution. It looks good to me