-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
opusfile: add package_type + bump openssl #17080
opusfile: add package_type + bump openssl #17080
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 4 (
Conan v2 pipeline ✔️
All green in build 4 ( |
@@ -55,10 +56,10 @@ def layout(self): | |||
basic_layout(self, src_folder="src") | |||
|
|||
def requirements(self): | |||
self.requires("ogg/1.3.5") | |||
self.requires("opus/1.3.1") | |||
self.requires("ogg/1.3.5", transitive_headers=True) |
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.
IT would have been nice to comment #17080 (comment) to show it was required :)
* bump openssl * add package_type * add transitive headers * opus also public * use version range for openssl
Specify library name and version: lib/1.0