- Dec 07, 2020
- Dec 06, 2020
-
-
Tim-Philipp Müller authored
-
- Oct 30, 2020
-
-
Fixes python programs (like meson) from using libraries from incorrect places. Upstream reference: https://github.com/pypa/setuptools/issues/2295 Fixes: #307 Part-of: <!657>
-
- Oct 29, 2020
-
-
Tim-Philipp Müller authored
Build 1.18 branch again. Part-of: <gstreamer/cerbero!656>
-
- Oct 27, 2020
-
-
Matthew Waters authored
Some recipes (libvisual) in 1.18 aren't ready for XCode 12's new default of erroring out. Wholesale disable that warning where possible. Part-of: <!652>
-
Tim-Philipp Müller authored
- Oct 14, 2020
-
-
Most symbols in DbgHelp are not allowed for UWP Part-of: <gstreamer/cerbero!637>
-
- Oct 06, 2020
-
-
This should work correctly now that we've merged gstreamer/gstreamer!626 Part-of: <gstreamer/cerbero!633>
-
- Oct 05, 2020
-
-
python.org's official Python 3 release does not work on Big Sur, so the only option at present is to use the Python 3 that ships with XCode. Unfortunately, that doesn't ship with python3-config right now so you need to build with `-v nogi`. XCode's Python 3 defaults to a framework path for sysconfig purelib: /Library/Python/3.8/site-packages but setuptools still uses the posix path: /lib/python3.8/site-packages. This also means we'd have inconsistent paths based on your macOS version. The second issue is that on Windows the purelib path is \Lib\site-packages which is not version-specific but it *is* the default for setuptools, so let's consistently add both. Part-of: <!628>
-
Part-of: <gstreamer/cerbero!628>
-
- Oct 04, 2020
-
-
Tim-Philipp Müller authored
This reverts commit cdd5f931. Fixed in -base in gstreamer/gst-plugins-base!849 Part-of: <gstreamer/cerbero!627>
-
Fixes CI error: Traceback (most recent call last): File "/builds/nirbheek/cerbero/cerbero/build/oven.py", line 461, in _cook_recipe_step ret = stepfunc() File "/builds/nirbheek/cerbero/cerbero/build/recipe.py", line 93, in wrapped stepfunc() File "/builds/nirbheek/cerbero/recipes/libdca.recipe", line 34, in post_install os.symlink(src, os.path.join(self.config.prefix, dest)) FileExistsError: [Errno 17] File exists: 'lib/libdts.a' -> '/builds/nirbheek/cerbero/cerbero-build/dist/mingw_x86_64/libdca.a' Part-of: <!625>
-
These are written out with an absolute path, which breaks relocation. Part-of: <gstreamer/cerbero!625>
-
Fixes gstreamer/cerbero#302 Part-of: <gstreamer/cerbero!625>
-
- Oct 01, 2020
-
-
1. provide windows font fallbacks 2. do not share windows HDC across threads Part-of: <!623>
-
- Sep 30, 2020
- Sep 09, 2020
-
-
This was accidentally removed. We build the alsa plugin. Replaces parts of gstreamer/gst-ci!338 (cherry picked from commit a9b8983b) Part-of: <gstreamer/cerbero!599>
-
- Sep 08, 2020
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Nirbheek Chauhan authored
This was fixed in -base minus a typo. Remove this patch after gstreamer/gst-plugins-base!810 is merged. Part-of: <gstreamer/cerbero!591>
-
Tim-Philipp Müller authored
Part-of: <gstreamer/cerbero!590>
-
- Sep 02, 2020
-
-
Nirbheek Chauhan authored
We do not need to compile against any Nvidia SDKs now, so we can build this by default and ship it out of the box in our binary releases. It's still disabled on UWP, iOS, and Android since it's not usable on those. Part-of: <!587>
-
- Sep 01, 2020
-
-
Jordan Petridіs authored
Part-of: <!586>
-
- Aug 31, 2020
-
-
Aaron Boxer authored
1. directive to install.NET 3.5.1, needed by Wix 2. directive to delete fake Windows Store Python in path (Windows 10 only) Part-of: <gstreamer/cerbero!581>
-
- Aug 30, 2020
-
-
Nirbheek Chauhan authored
This has not been 'x11' for over a year since gstreamer/gst-plugins-good#553. Part-of: <gstreamer/cerbero!584>
-
- Aug 29, 2020
-
-
Nirbheek Chauhan authored
This reverts commit b02080cb since gstreamer/gst-plugins-base!800 has been merged and also goes back to building git so we can use it. Part-of: <gstreamer/cerbero!582>
-
- Aug 24, 2020
-
-
Nirbheek Chauhan authored
Temporary hack for gstreamer/gst-plugins-base#814 Part-of: <gstreamer/cerbero!579>
-
- Aug 20, 2020
-
-
Tim-Philipp Müller authored
-
- Aug 19, 2020
-
-
Matthew Waters authored
Part-of: <!576>
-
- Aug 13, 2020
-
-
Nirbheek Chauhan authored
This was a regression from 28b7b043. We no longer install that package. Part-of: <!572>
-
- Aug 07, 2020
-
-
Tim-Philipp Müller authored
We don't strip libraries for other recipes either and leave this to the packaging step. Part-of: <!571>
-
Tim-Philipp Müller authored
And switch to xz tarballs. Fixes #290 Part-of: <gstreamer/cerbero!571>
-
- Aug 03, 2020
-
-
Nirbheek Chauhan authored
We only need to return an error when DNS record lookup is requested, which is rare. The most common usage is lookup by name and address, both of which work fine already. Part-of: <!569>
-
- Jul 31, 2020
-
-
Nirbheek Chauhan authored
Before we would output mingw, msvc, msvc-debug into the same prefixes, and would set the same env var for all: C:\gstreamer\1.0\x86_64 C:\gstreamer\1.0\x86 GSTREAMER_1_0_ROOT_X86_64 GSTREAMER_1_0_ROOT_X86 Now we will output into: -v novisualstudio (default) C:\gstreamer\1.0\mingw_x86_64 C:\gstreamer\1.0\mingw_x86 GSTREAMER_1_0_ROOT_MINGW_X86_64 GSTREAMER_1_0_ROOT_MINGW_X86 -v visualstudio C:\gstreamer\1.0\msvc_x86_64 C:\gstreamer\1.0\msvc_x86 GSTREAMER_1_0_ROOT_MSVC_X86_64 GSTREAMER_1_0_ROOT_MSVC_X86 -v visualstudio,vscrt=mdd C:\gstreamer\1.0\msvc-debug_x86_64 C:\gstreamer\1.0\msvc-debug_x86 GSTREAMER_1_0_ROOT_MSVC_DEBUG_X86_64 GSTREAMER_1_0_ROOT_MSVC_DEBUG_X86 Fixes #281 Part-of: <!567>
-
- Jul 30, 2020
-
-
Build the framework library with -headerpad_max_install_names to allow relocations with longer install names than the original one. Part-of: <!565>
-
The check by extension was only relocation libraries and skipping binaries. This fix also looks for Mach-O files if the extension check fails Fixes: #285 Part-of: <gstreamer/cerbero!565>
-
Nirbheek Chauhan authored
Because of this we were missing the ANGLE libs when using cross-uwp-universal.cbc Part-of: <!566>
-