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

Other low level X.org libraries #7453

Open
jakirkham opened this issue Dec 30, 2018 · 4 comments
Open

Other low level X.org libraries #7453

jakirkham opened this issue Dec 30, 2018 · 4 comments

Comments

@jakirkham
Copy link
Member

We seem to be missing X11 packages for the X.org libraries libxdamage and libxxf86vm. Am not totally sure if these are reasonable for us to package. So am raising here to see if that is the case and if so to figure out what is needed to get that done. Feedback welcome :)

cc @pkgw @epruesse

@jakirkham jakirkham changed the title Other low level X.org library Other low level X.org libraries Dec 30, 2018
@pkgw
Copy link
Contributor

pkgw commented Dec 30, 2018

I mean, the X libraries that we do package are simply ones that were needed by other packages. If something new needs Xdamage or XF86VM, no reason not to start building them too. I didn't try to package every X library just because there are a whole lot of them.

I think both of these particular libraries are client-side libraries for stuff where the server does all the hard work, so my guess is that these would be very portable, and easy to package using the existing feedstocks as a template — as was recently done for Xinerama.

@jakirkham
Copy link
Member Author

jakirkham commented Dec 30, 2018

Thanks for the clarification. That makes perfect sense.

Personally get a little fuzzy on where we cross from building portable libraries to building things that are increasingly driver/hardware dependent. So wanted to check first. :)

Thanks for the pointers. Is there another relatively low-level feedstock that would make a good candidate as a template? Any thoughts on naming?

@jakirkham
Copy link
Member Author

jakirkham commented Dec 31, 2018

Adding libxext to the list as well as I don't seem to be finding it. Though happy to be corrected should I just be looking in the wrong place. :)

Edit: I was. Not sure why xorg-libxext didn't show up for me before. 😆

@pkgw
Copy link
Contributor

pkgw commented Dec 31, 2018

I often get bitten by the fact that conda search foo gives different results than conda search '*foo*' ...

The key thing about the X stuff is that, by construction, the hardware-specific bits are generally in the server, and the client libraries just give interfaces to tell the server what to do. That's not always true, but we've already packaged some of the core libraries that involve unusual levels of client smarts. So, most libraries that remain unpackaged are probably actually going to be pretty portable — with the exception of GL stuff.

Anyway, the Xinerama feedstock should make for a fine template, since the library name is going to be very grep-able. Or were you thinking of making a genuine template repo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants