flathub / org.eclipse.sumo

https://flathub.org/apps/details/org.eclipse.sumo
0 stars 1 forks source link

update free desktop dependency #62

Closed behrisch closed 4 months ago

behrisch commented 4 months ago

According to a comment in https://github.com/flathub/org.eclipse.sumo/blob/master/org.eclipse.sumo.yaml the reason for keeping the old one is the ffmpeg dependency of openscenegraph (OSG) but there is no newer version of OSG (development stalled three years ago probably because of the new VulkanSceneGraph). Maybe we should rather disable OSG then because it is rarely used or at least build OSG without ffmpeg?

kevinsmia1939 commented 4 months ago

I will try to build OSG without ffmpeg but switching to VSG is definitely a good idea.

kevinsmia1939 commented 4 months ago

I decided to just build old ffmpeg for openscenegraph in this pull https://github.com/flathub/org.eclipse.sumo/pull/65

behrisch commented 4 months ago

fixed via #65