Bug #8
Stepmania needs to be updated for new ffmpeg
| Status: | Resolved | Start: | 2009-03-15 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | Package Issues | |||
| Target version: | - | Estimated time: | 1.00 hour |
Description
Stepmania nags about missing libavcodec.so.51, whereas the current ffmpeg uses version .52. Not sure whether it just needs to be recompiled or made to point at libavcodec.so instead of a specific version. Either way, it's borked. :D
Error:
/opt/stepmania/stepmania: error while loading shared libraries: libavcodec.so.51: cannot open shared object file: No such file or directory
Pacman stuff:
$ pacman -Ql | grep libavcodec.so
ffmpeg /usr/lib/libavcodec.so
ffmpeg /usr/lib/libavcodec.so.52
ffmpeg /usr/lib/libavcodec.so.52.10.0
$ pacman -Qi ffmpeg
Name : ffmpeg
Version : 20081220-1
(etc)
History
Updated by Stythys over 1 year ago
- Category set to Rebuild
Updated by debio264 about 1 year ago
- Category changed from Rebuild to Package Issues
- Status changed from New to In Progress
- Assigned to set to debio264
- % Done changed from 0 to 90
- Estimated time set to 1.00
I made a patch that fixes the build, I'm currently getting the new package in place.
Updated by debio264 about 1 year ago
- Status changed from In Progress to Resolved
- % Done changed from 90 to 100
New package is in place for both architectures.