vlc: rebuild with a fixed common/shlibs for rpi.
The arm pkgs are linked against libGLESv2.so, which is provided by the rpi-userland pkg. Use proper ordering. Close #17814
This commit is contained in:
parent
a5bd4bc4b0
commit
b0f2108b4b
2 changed files with 3 additions and 3 deletions
|
@ -117,12 +117,13 @@ libpng16.so.16 libpng-1.6.2_1
|
|||
libXrender.so.1 libXrender-0.9.4_1
|
||||
libXrandr.so.2 libXrandr-1.3.0_1
|
||||
libGLU.so.1 glu-9.0.0_1
|
||||
libGL.so.1 libGL-7.11_1
|
||||
libEGL.so.1 libEGL-7.11_1
|
||||
libGLESv1_CM.so.1 libGLES-1.0_1
|
||||
libGLESv2.so.2 libGLES-1.0_1
|
||||
libEGL.so rpi-userland-0.0.0.0.20150907_1
|
||||
libGLESv2.so atom-1.41.0_1
|
||||
libGLESv2.so rpi-userland-0.0.0.0.20150907_1
|
||||
libGLESv2.so atom-1.41.0_1
|
||||
libGLESv2.so opera-55.0.2994.37_2
|
||||
libGLESv2.so discord-0.0.7_1
|
||||
libGLESv2.so keybase-desktop-3.1.2_1
|
||||
|
@ -135,7 +136,6 @@ libbrcmEGL.so rpi-userland-20180103_2
|
|||
libbrcmGLESv2.so rpi-userland-20180103_2
|
||||
libbrcmOpenVG.so rpi-userland-20180103_2
|
||||
libwayland-egl.so.1 wayland-1.15.0_4
|
||||
libGL.so.1 libGL-7.11_1
|
||||
libnvidia-ml.so.1 nvidia-libs-346.47_1 ignore
|
||||
libnvidia-ml.so.1 nvidia304-libs-304.00_1 ignore
|
||||
libnvidia-ml.so.1 nvidia340-libs-340.46_1 ignore
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'vlc'
|
||||
pkgname=vlc
|
||||
version=3.0.8
|
||||
revision=6
|
||||
revision=7
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-gme --disable-libtar --enable-jack
|
||||
--enable-live555 --disable-fluidsynth --enable-dvdread
|
||||
|
|
Loading…
Reference in a new issue