FS#69071 - [allegro] 5.2.6.0-3 is missing dialog and ttf addons

Attached to Project: Community Packages
Opened by Guy Leaver (gleaver) - Tuesday, 22 December 2020, 23:28 GMT
Last edited by Alexander F. Rødseth (xyproto) - Friday, 25 December 2020, 10:32 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Alexander F. Rødseth (xyproto)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

Upgraded from 5.2.6.0-2 to 5.2.6.0-3, and I'm missing the headers, libs and pkg-config for the ttf and native dialog addons.


Additional info:

A diff of the packages in my pacman cache confirms this:
➜ build git:(8fcb16a33) diff <(tar -I zstd -tvf /var/cache/pacman/pkg/allegro-5.2.6.0-2-x86_64.pkg.tar.zst | awk '{ print $6}') <(tar -I zstd -tvf /var/cache/pacman/pkg/allegro-5.2.6.0-3-x86_64.pkg.tar.zst | awk '{print $6}')
17d16
< usr/include/allegro5/allegro_native_dialog.h
21d19
< usr/include/allegro5/allegro_ttf.h
115,117d112
< usr/lib/liballegro_dialog.so
< usr/lib/liballegro_dialog.so.5.2
< usr/lib/liballegro_dialog.so.5.2.6
136,138d130
< usr/lib/liballegro_ttf.so
< usr/lib/liballegro_ttf.so.5.2
< usr/lib/liballegro_ttf.so.5.2.6
147d138
< usr/lib/pkgconfig/allegro_dialog-5.pc
154d144
< usr/lib/pkgconfig/allegro_ttf-5.pc

I've tried to confirm that this isn't an upstream problem by compiling allegro locally at 8fcb16a33 using the same command in the PKGBUILD. make install seems to include the missing files, so I'm guessing something is going wrong in the packaging step.

I can't see anything in the most recent PKGBUILD (https://github.com/archlinux/svntogit-community/commit/6d4b19c3ac34eb4c171ed093640d380256820221#diff-c672d2d73e7d4d16a037a4143144ccda7993bf8e47f81673c636c173303966e7) that would have caused the output of the make command to change, but I'm also not familiar enough with the build system to debug this at the moment.


Steps to reproduce:
Install allegro at 5.2.6.0-3
This task depends upon

Closed by  Alexander F. Rødseth (xyproto)
Friday, 25 December 2020, 10:32 GMT
Reason for closing:  Fixed
Comment by Doug Newgard (Scimmia) - Wednesday, 23 December 2020, 00:22 GMT
I"m guessing these relied on gtk2?
Comment by Doug Newgard (Scimmia) - Wednesday, 23 December 2020, 00:25 GMT
Looks like the dialog addon does, so that was intentionally disabled. Not sure why ttf got disabled. Probably the semi-recent dropping of freetype-config?
Comment by Alexander F. Rødseth (xyproto) - Thursday, 24 December 2020, 11:26 GMT
Thanks for reporting, I'll look into this.
Comment by Alexander F. Rødseth (xyproto) - Friday, 25 December 2020, 10:31 GMT
gtk2 was needed for allegro to include the _ttf.so files. Fixed.

Loading...