mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
build: Fix some compiler warnings by upgrading wraps
03d9f144cb
2913e72d85
c945c99fba
There's one more pygobject warning that will be fixed with this: https://gitlab.gnome.org/GNOME/pygobject/-/merge_requests/210 Also bump the image versions to regen them. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2814>
This commit is contained in:
parent
b2d22c0f00
commit
19ebcd3955
3 changed files with 8 additions and 8 deletions
|
@ -24,9 +24,9 @@ variables:
|
||||||
# If you are hacking on them or need a them to rebuild, its enough
|
# If you are hacking on them or need a them to rebuild, its enough
|
||||||
# to change any part of the string of the image you want.
|
# to change any part of the string of the image you want.
|
||||||
###
|
###
|
||||||
FEDORA_TAG: '2022-03-14.0'
|
FEDORA_TAG: '2022-07-31.0'
|
||||||
INDENT_TAG: '2022-03-07.1'
|
INDENT_TAG: '2022-03-07.1'
|
||||||
WINDOWS_TAG: "2022-07-29.3"
|
WINDOWS_TAG: "2022-07-31.0"
|
||||||
|
|
||||||
GST_UPSTREAM_REPO: 'gstreamer/gstreamer'
|
GST_UPSTREAM_REPO: 'gstreamer/gstreamer'
|
||||||
FDO_UPSTREAM_REPO: 'gstreamer/gstreamer'
|
FDO_UPSTREAM_REPO: 'gstreamer/gstreamer'
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
directory=orc
|
directory=orc
|
||||||
url=https://gitlab.freedesktop.org/gstreamer/orc.git
|
url=https://gitlab.freedesktop.org/gstreamer/orc.git
|
||||||
push-url=git@gitlab.freedesktop.org:gstreamer/orc.git
|
push-url=git@gitlab.freedesktop.org:gstreamer/orc.git
|
||||||
revision=b8a83aaf62d908b5750627173f37f8a40ec65d00
|
revision=887392103956a8733a750c4442e2664d5c26527d
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[wrap-git]
|
[wrap-file]
|
||||||
directory=pygobject
|
directory = pygobject-3.42.2
|
||||||
url=https://gitlab.gnome.org/GNOME/pygobject.git
|
source_url = https://download.gnome.org/sources/pygobject/3.42/pygobject-3.42.2.tar.xz
|
||||||
push-url=git@gitlab.gnome.org:GNOME/pygobject.git
|
source_filename = pygobject-3.42.2.tar.xz
|
||||||
revision=3.38.0
|
source_hash = ade8695e2a7073849dd0316d31d8728e15e1e0bc71d9ff6d1c09e86be52bc957
|
||||||
|
|
Loading…
Reference in a new issue