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

libsndfile: ogg/flac/opus/vorbus are recommended dependencies (not required) + remove sqlite dependency #3634

Merged
merged 6 commits into from
Dec 3, 2020

Conversation

madebr
Copy link
Contributor

@madebr madebr commented Nov 20, 2020

Specify library name and version: libsndfile/*

  • sqlite3 is only used by regtest, which is not built

  • ogg/flac/opus/vorbus are recommended dependencies, not absolutely required (so make them optional)

  • I've read the guidelines for contributing.

  • I've followed the PEP8 style guides for Python code in the recipes.

  • I've used the latest Conan client version.

  • I've tried at least one configuration locally with the
    conan-center hook activated.

@conan-center-bot
Copy link
Collaborator

An unexpected error happened and has been reported. Help is on its way! 🏇

@conan-center-bot
Copy link
Collaborator

All green in build 2 (37c4aa985fd4239fad02110a1673dbaddccbd341)! 😊

@conan-center-bot
Copy link
Collaborator

All green in build 3 (18127b2f2bd42fc65e6061b21cd1a44967194bcc)! 😊

@@ -16,15 +17,18 @@ class LibsndfileConan(ConanFile):
"programs": [True, False],
"experimental": [True, False],
"with_alsa": [True, False],
"with_sqlite": [True, False],
"with_sqlite": ["deprecated", True, False],
"with_external_libs": [True, False],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could these be controlled individually?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prince-chrismc
prince-chrismc previously approved these changes Nov 22, 2020
@conan-center-bot
Copy link
Collaborator

All green in build 4 (6fc58bcdf2e149dba6cf59d7d39b077bb3652552)! 😊

@madebr
Copy link
Contributor Author

madebr commented Nov 30, 2020

@uilianries @SpaceIm @SSE4
Can I get a review please?

SSE4
SSE4 previously approved these changes Dec 1, 2020
Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>
@madebr madebr dismissed stale reviews from SSE4 and prince-chrismc via 4cb5ec6 December 2, 2020 22:07
@conan-center-bot
Copy link
Collaborator

All green in build 5 (4cb5ec6e861bd7655e69a98cc92bf3cad6443be9)! 😊

@conan-center-bot conan-center-bot merged commit 8fa0843 into conan-io:master Dec 3, 2020
@madebr madebr deleted the libsndfile_xiph_opt branch December 3, 2020 12:40
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 this pull request may close these issues.

6 participants