- 02 Mar, 2022 1 commit
-
-
Nirbheek Chauhan authored
Otherwise we will only pass `'loop'` as a positional argument, instead of passing `loop=<value>` as the keyword argument. This broke in d8afc8b5. Part-of: <!822>
-
- 04 Feb, 2022 1 commit
-
-
Tim-Philipp Müller authored
-
- 03 Feb, 2022 1 commit
-
-
Matthew Waters authored
Matches the configuration on every other platform. Avoids libxml2/autotools from using the python framework within XCode itself which now has a helpful error. libtool: link: clang -Wl,-undefined -Wl,dynamic_lookup -o .libs/libxml2mod.so -bundle .libs/libxml.o .libs/libxml2-py.o .libs/types.o ../.libs/libxml2.dylib -L/Library/Frameworks/GStreamer.framework/Versions/1.0/lib -lpthread /Library/Frameworks/GStreamer.framework/Versions/1.0/lib/libz.dylib -liconv -lm -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -lpython2.7 -ldl -framework CoreFoundation -arch x86_64 -m64 -mmacosx-version-min=10.11 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk -g -O2 -Wl,-headerpad_max_install_names -arch x86_64 -m64 -Wl,-arch -Wl,x86_64 -mmacosx-version-min=10.11 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk -framework CoreFoundation ld: cannot link directly with dylib/framework, your binary is not an allowed client of /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.tbd for architecture x86_64 Part-of: <!795>
-
- 02 Feb, 2022 1 commit
-
-
Tim-Philipp Müller authored
-
- 25 Jan, 2022 6 commits
-
-
Nirbheek Chauhan authored
This is unnecessary. Happens every single time you wipe. Part-of: <!784>
-
Nirbheek Chauhan authored
git commit will fail if there's nothing to commit. This can happen if all the commands in the extract step completed successfully, but the step was marked as failed or was cancelled. In that case, the step will be tried again and since all commands will be idempotent, there won't be anything to commit. Check whether we need to commit before trying to commit. Part-of: <!784>
-
Nirbheek Chauhan authored
C11 is only supported by very recent MSVC versions, and glib-networking doesn't even use C11. Part-of: <!784>
-
Nirbheek Chauhan authored
Part-of: <!784>
-
Nirbheek Chauhan authored
Needed on Fedora 34. Part-of: <!784>
-
Nirbheek Chauhan authored
Backport to 1.18 of: !756 1.18 needs to maintain support for Python 3.6, so we need to add the argument conditionally. Part-of: <!783>
-
- 18 Jan, 2022 2 commits
- 20 Nov, 2021 2 commits
-
-
If the user is root, no need for sudo with package manager. Part-of: <!769>
- 29 Oct, 2021 2 commits
-
-
Fixes CVE-2021-3712 and CVE-2021-3711 https://www.openssl.org/news/vulnerabilities-1.1.1.html Part-of: <!764>
-
Fixes CVE-2016-3189 https://www.cvedetails.com/vulnerability-list.php?vendor_id=1198&product_id=2068&version_id=557742&page=1&hasexp=0&opdos=0&opec=0&opov=0&opcsrf=0&opgpriv=0&opsqli=0&opxss=0&opdirt=0&opmemc=0&ophttprs=0&opbyp=0&opfileinc=0&opginf=0&cvssscoremin=0&cvssscoremax=0&year=0&cweid=0&order=1&trc=1&sha=363d5eb84c8304b76236c97638b372af6fff33ce Part-of: <!765>
-
- 10 Sep, 2021 1 commit
-
-
Tim-Philipp Müller authored
-
- 09 Sep, 2021 2 commits
-
-
Tim-Philipp Müller authored
-
Matthew Waters authored
At least, fixes build with clang 11 Part-of: <!729>
-
- 23 Aug, 2021 1 commit
-
-
Seungha Yang authored
Apply upstream fix https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1698 Part-of: <!713>
-
- 18 Aug, 2021 1 commit
-
-
Also add a 20s timeout (same as wget) so that we timeout on download instead of timing out the entire job on CI. The global socket timeout with CPython is apparently -1, aka never timeout. Part-of: <!726>
-
- 11 Aug, 2021 1 commit
-
-
Extra dash prevents libunwind.pc from getting included in files_devel. Part-of: <!723>
-
- 22 Jul, 2021 1 commit
-
-
Part-of: <!720>
-
- 22 Jun, 2021 1 commit
-
-
Part-of: <!710>
-
- 07 Jun, 2021 5 commits
-
-
Like what is done for iOS now Part-of: <!708>
-
As for licensing using the config_src_dir to apply the patches as build_dir can be different in CMake case. Part-of: <!707>
-
In order to separate build folder from src folder, the license will be taken from config_src_dir. In the case of librtmp, the license is not in the config_src_dir where the CMakeLists.txt is located but one level up. Part-of: <!707>
-
In order to support a different build folder from a src folder where srcdir is not the root of the package folder, we need to to differentiate these 3 variables. -H will use make_dir(where cmakelist.txt is) -B will use build_dir where the build will be performed. make_dir after build_dir after configure because the Makefile is actually in the build_dir. Part-of: <!707>
-
Part-of: <!707>
-
- 13 Apr, 2021 1 commit
-
-
We don't build spandsp library using MSVC but spandsp plugin is built by using MSVC. Part-of: <!697>
-
- 16 Mar, 2021 1 commit
-
-
Tim-Philipp Müller authored
Part-of: <!688>
-
- 15 Mar, 2021 1 commit
-
-
Tim-Philipp Müller authored
Part-of: <!687>
-
- 16 Feb, 2021 1 commit
-
-
Part-of: <!681>
-
- 27 Jan, 2021 1 commit
-
-
Part-of: <!678>
-
- 19 Jan, 2021 2 commits
-
-
Tim-Philipp Müller authored
Part-of: <!677>
-
Tim-Philipp Müller authored
This reverts commit 3f216d58. This was only temporary for the tagged 1.18.3 release, it's fixed in gst-plugins-bad post-1.18.3. Part-of: <!677>
-
- 18 Jan, 2021 1 commit
-
-
Seungha Yang authored
Temporary patch for 1.18.3 release Part-of: <!676>
-
- 14 Jan, 2021 1 commit
-
-
Tim-Philipp Müller authored
-
- 13 Jan, 2021 2 commits