#13529 closed defect (fixed)
gdk-pixbuf links to wrong MLib
| Reported by: | Ivan Wagner | Owned by: | Douglas R. Reno |
|---|---|---|---|
| Priority: | normal | Milestone: | 10.0 |
| Component: | BOOK | Version: | SVN |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
In the optional section, gdk-pixbuf page has a link to the wrong MLib. It should be to mediaLib. However, I could not find MediaLib (although I didn't look very hard) so the link should probably be removed. It appears that MediaLab was last used during Gnome 2 and I am guessing that it was something that got lost when Oracle bought Sun.
See: https://docs.oracle.com/cd/E19683-01/817-3851/performance-22/index.html https://en.wikipedia.org/wiki/MediaLib https://bugs.freedesktop.org/show_bug.cgi?id=10151
Change History (5)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.

Yes, this does seem to be invalid. Meson checked for 'mlib', which is in fact a library. Medialib is for SPARC/Solaris, and a cursory grep confirms that.
If nobody else gets to this first, I'll take care of it since I put it in :)