mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 22:45:38 +00:00
MANIFEST: workaround for GLU issue
This commit is contained in:
parent
440797c3ca
commit
2c1074301c
|
@ -104,6 +104,21 @@ modules:
|
||||||
- ln -s "xml" "${FLATPAK_DEST}/bin/xmlstarlet" ||:
|
- ln -s "xml" "${FLATPAK_DEST}/bin/xmlstarlet" ||:
|
||||||
cleanup: ["*"]
|
cleanup: ["*"]
|
||||||
|
|
||||||
|
# mesa repo got a double certificate issue and gnutils cannot handle that so GLU download fails,
|
||||||
|
# this affects even the shared-modules's glu so I have to replace it temporarly
|
||||||
|
# more info there: https://gitlab.com/gnutls/gnutls/-/issues/1335
|
||||||
|
- name: libglu
|
||||||
|
buildsystem: meson
|
||||||
|
cleanup:
|
||||||
|
- /include
|
||||||
|
- /lib/debug
|
||||||
|
- /lib/pkgconfig
|
||||||
|
- /lib/*.a
|
||||||
|
sources:
|
||||||
|
- type: archive
|
||||||
|
url: https://ftp.osuosl.org/pub/blfs/conglomeration/glu/glu-9.0.2.tar.xz
|
||||||
|
sha256: 6e7280ff585c6a1d9dfcdf2fca489251634b3377bfc33c29e4002466a38d02d4
|
||||||
|
|
||||||
# ES-DE
|
# ES-DE
|
||||||
|
|
||||||
- name: ffmpeg
|
- name: ffmpeg
|
||||||
|
@ -208,7 +223,8 @@ modules:
|
||||||
- shared-modules/gudev/gudev.json
|
- shared-modules/gudev/gudev.json
|
||||||
- rd-submodules/retroarch/libbz2/libbz2-1.0.8.json
|
- rd-submodules/retroarch/libbz2/libbz2-1.0.8.json
|
||||||
- rd-submodules/retroarch/libaio/libaio-0.3.112.json
|
- rd-submodules/retroarch/libaio/libaio-0.3.112.json
|
||||||
- shared-modules/glu/glu-9.json
|
# glu issue, check libglu module for more info
|
||||||
|
#- shared-modules/glu/glu-9.json
|
||||||
- rd-submodules/retroarch/libdecor/libdecor-0.1.0.json
|
- rd-submodules/retroarch/libdecor/libdecor-0.1.0.json
|
||||||
- name: retroarch-filers-video
|
- name: retroarch-filers-video
|
||||||
subdir: gfx/video_filters
|
subdir: gfx/video_filters
|
||||||
|
@ -687,22 +703,23 @@ modules:
|
||||||
|
|
||||||
# XEMU - START
|
# XEMU - START
|
||||||
|
|
||||||
- name: libglu
|
# glu issue, check libglu module for more info
|
||||||
buildsystem: meson
|
# - name: libglu
|
||||||
cleanup:
|
# buildsystem: meson
|
||||||
- /include
|
# cleanup:
|
||||||
- /lib/debug
|
# - /include
|
||||||
- /lib/pkgconfig
|
# - /lib/debug
|
||||||
- /lib/*.a
|
# - /lib/pkgconfig
|
||||||
sources:
|
# - /lib/*.a
|
||||||
- type: archive
|
# sources:
|
||||||
url: http://mesa.freedesktop.org/archive/glu/glu-9.0.2.tar.xz
|
# - type: archive
|
||||||
sha256: 6e7280ff585c6a1d9dfcdf2fca489251634b3377bfc33c29e4002466a38d02d4
|
# url: http://mesa.freedesktop.org/archive/glu/glu-9.0.2.tar.xz
|
||||||
x-checker-data:
|
# sha256: 6e7280ff585c6a1d9dfcdf2fca489251634b3377bfc33c29e4002466a38d02d4
|
||||||
type: anitya
|
# x-checker-data:
|
||||||
project-id: 13518
|
# type: anitya
|
||||||
stable-only: true
|
# project-id: 13518
|
||||||
url-template: http://mesa.freedesktop.org/archive/glu/glu-$version.tar.xz
|
# stable-only: true
|
||||||
|
# url-template: http://mesa.freedesktop.org/archive/glu/glu-$version.tar.xz
|
||||||
|
|
||||||
- name: xemu
|
- name: xemu
|
||||||
buildsystem: autotools
|
buildsystem: autotools
|
||||||
|
@ -807,7 +824,8 @@ modules:
|
||||||
# RPCS3 - START
|
# RPCS3 - START
|
||||||
# https://github.com/flathub/net.rpcs3.RPCS3
|
# https://github.com/flathub/net.rpcs3.RPCS3
|
||||||
|
|
||||||
- shared-modules/glu/glu-9.json
|
# glu issue, check libglu module for more info
|
||||||
|
#- shared-modules/glu/glu-9.json
|
||||||
- shared-modules/glew/glew.json
|
- shared-modules/glew/glew.json
|
||||||
|
|
||||||
- name: rpcs3-llvm
|
- name: rpcs3-llvm
|
||||||
|
|
Loading…
Reference in a new issue