-
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
Pango 1.48.0 #3459
Pango 1.48.0 #3459
Conversation
Failure in build 1 (
|
Failure in build 2 (
|
I'm really, really surprised how fast you react to all the events in ConanCenter 😄 #3566 (comment) |
Some configurations of 'pango/1.48.0' failed in build 3 (
|
Automatically created by bincrafters-conventions 0.29.0
Some configurations of 'pango/1.48.0' failed in build 5 (
|
This comment has been minimized.
This comment has been minimized.
Some configurations of 'pango/1.48.0' failed in build 6 (
|
Some configurations of 'pango/1.48.0' failed in build 7 (
|
gcc 4.9 will be fixed by #3606 |
All green in build 8 (
|
40e608d
to
7cf5a84
Compare
268297c
to
f901017
Compare
All green in build 11 (
|
Co-authored-by: Uilian Ries <uilianries@gmail.com>
All green in build 12 (
|
Recipe syntax error in build 13:
|
37b1523
to
4483cad
Compare
All green in build 14 (
|
this blocks #3624 |
with tools.chdir(os.path.join(self.package_folder, "lib")): | ||
for filename_old in glob.glob("*.a"): | ||
filename_new = filename_old[3:-2] + ".lib" | ||
self.output.info("rename %s into %s" % (filename_old, filename_new)) | ||
shutil.move(filename_old, filename_new) |
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.
We have to repeat this piece of code for every meson recipe.
Would it make sense to move this code to conan as a tool function?
|
||
int main() | ||
{ | ||
std::cout << "pango version: " << pango_version_string() << std::endl; |
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.
Does this test application also build as a pure C application?
Specify library name and version: pango/1.48.0
this is a port of https://github.com/bincrafters/conan-pango
conan-center hook activated.