[vlc-commits] [Git][videolan/vlc][master] appdata: automatically set the libvlc SO version
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Aug 22 06:08:11 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
a1a91e1f by Steve Lhomme at 2026-08-22T05:54:17+00:00
appdata: automatically set the libvlc SO version
It was not updated when we bumped the version for VLC 4.
- - - - -
1 changed file:
- share/org.videolan.vlc.appdata.xml.in.in
Changes:
=====================================
share/org.videolan.vlc.appdata.xml.in.in
=====================================
@@ -21,7 +21,7 @@
<release version="@VERSION@" date="@VERSION_DATE@" />
</releases>
<provides>
- <library>libvlc.so.5</library>
+ <library>libvlc.so. at LIBVLC_ABI_MAJOR@</library>
</provides>
<project_group>VideoLAN</project_group>
<project_license>GPL-2.0+</project_license>
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a1a91e1f11dd2743598905190c98382349f814e0
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a1a91e1f11dd2743598905190c98382349f814e0
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list