Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-10 | bzip2.recipe: Only use our mirror for fetching the tarball1.12 | Nirbheek Chauhan | 1 | -1/+3 | |
Upstream didn't support HTTPS, and is dead now. https://lwn.net/Articles/762264/ | |||||
2018-03-29 | Build 1.12.5 release | Tim-Philipp Müller | 3 | -4/+4 | |
2018-03-23 | cerbero: Check built version while loading recipe | Nirbheek Chauhan | 1 | -1/+5 | |
If the built version of a recipe is different than the current version, reset the status and force a rebuild. https://bugzilla.gnome.org/show_bug.cgi?id=794613 | |||||
2018-03-23 | cerbero: Fix FatalError message printing | Nirbheek Chauhan | 1 | -1/+2 | |
This was inadvertently broken in a0a134fdf | |||||
2018-03-09 | cerbero: Add a urllib2 implementation for downloads | Nirbheek Chauhan | 2 | -6/+58 | |
The wget that ships with msys is too old and cannot use TLSv1.2 or newer, which GitHub started requiring a few months ago: https://githubengineering.com/crypto-removal-notice/ The implementation is very basic right now and is only used on Windows. | |||||
2018-02-08 | build-tools: update automake to 1.15.1 | Matthew Waters | 1 | -2/+2 | |
Fixes build with perl 5.26 help2man: can't get `--help' info from automake-1.15 Try `--no-discard-stderr' if option outputs to stderr make: *** [Makefile:3687: doc/automake-1.15.1] Error 255 | |||||
2018-02-08 | pkg-config: Don't fail on format-nonliteral warning | Nicolas Dufresne | 1 | -0/+3 | |
This otherwise breaks bootstrap on recent GCC. | |||||
2018-02-08 | gst-android: Use $(hide) instead of @ | Nicolas Dufresne | 1 | -19/+19 | |
This makes V=1 works, helping a lot when we need to debug our makefiles. https://bugzilla.gnome.org/show_bug.cgi?id=791854 | |||||
2018-02-08 | gst-android: Move comment before the rule | Nicolas Dufresne | 1 | -3/+2 | |
The @# break when running on Windows https://bugzilla.gnome.org/show_bug.cgi?id=791854 | |||||
2018-02-08 | gst-android: Add an .exe suffix to gold on windows | Nicolas Dufresne | 1 | -1/+3 | |
https://bugzilla.gnome.org/show_bug.cgi?id=791854 | |||||
2018-01-02 | bootstrap/linux: fix typo in error message | Justin Kim | 1 | -1/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=792112 | |||||
2017-12-14 | Update to track 1.12 branch tip | Jan Schmidt | 2 | -3/+3 | |
2017-12-09 | build-tools/m4: Use --disable-gcc-warnings instead of -Wno-error1.12.4 | Jan Schmidt | 1 | -1/+2 | |
mingW doesn't support the implicit-fallthrough warning, so errors out. Instead, we should just compile m4 without any warnings. It's a release tarball after all. | |||||
2017-12-08 | Update to 1.12.4 | Jan Schmidt | 3 | -4/+4 | |
2017-12-08 | build-tools/orc.recipe: Disable GTK Doc | Jan Schmidt | 1 | -0/+1 | |
There's no need to build the docs here so don't bother | |||||
2017-12-08 | build-tools/m4.recipe: Don't error on switch statement fallthrough. | Jan Schmidt | 1 | -1/+1 | |
Now a warning in -Wall on gcc 7.2, making the bootstrap fail on Fedora 27 | |||||
2017-12-08 | config: Add support for iOS 11.2 | Edward Hervey | 2 | -0/+2 | |
2017-12-08 | recipes/glib:fix glib.recipe comma missing. | Roland Jon | 1 | -1/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=791370 | |||||
2017-12-01 | recipes/libvpx: Fix variable export with android-ndk-r16 | Matthew Waters | 2 | -0/+76 | |
https://chromium.googlesource.com/webm/libvpx/+/0d88e15454b632d92404dd6a7181c58d9985e2a2 | |||||
2017-12-01 | android/ndk-build: don't use line continuation with shell pipes | Matthew Waters | 1 | -8/+4 | |
gradle/android-studio do not seem to like it at all. https://bugzilla.gnome.org/show_bug.cgi?id=773401 | |||||
2017-12-01 | android/ndk-build: update sysroot parameters for ndk-r16 | Matthew Waters | 2 | -5/+16 | |
This allows building a precompiled GStreamer application against android-ndk-r16. Headers for all platforms have been moved to a single location. See https://android.googlesource.com/platform/ndk/+/master/docs/UnifiedHeaders.md | |||||
2017-12-01 | osx: Fix issue with hdiutil | Edward Hervey | 1 | -5/+12 | |
Since High Sierra, hdiutil hangs when being provided multiple '-srcfolder' arguments. To workaround the issue in a backwards compatible fashion, copy all content we wish to push into an image in a temporary directory and use that single directory as the target. https://bugzilla.gnome.org/show_bug.cgi?id=790705 | |||||
2017-12-01 | Add support for Fedora 27 | Olivier Crête | 2 | -0/+3 | |
2017-11-21 | xcode template: fix gst_ios_init declaration | Nicola Murino | 1 | -1/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=789385 | |||||
2017-11-21 | android: move -fuse-ld to LDFLAGS where it belongs | Xavier Claessens | 1 | -2/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=789726 | |||||
2017-11-21 | glib: Allow using RTLD_DEFAULT on 64bit Android | Justin Kim | 2 | -0/+68 | |
This is a backport of glib[0] to support Android 64 bit. [0] https://bugzilla.gnome.org/show_bug.cgi?id=788270 https://bugzilla.gnome.org/show_bug.cgi?id=790058 | |||||
2017-11-20 | recipes: Don't build tests on IOS | Edward Hervey | 1 | -3/+8 | |
We can't really execute them anyway, and removes the issues with 'system()' not being available on IOS | |||||
2017-11-20 | recipes: Use latest orc 0.4.28 release | Edward Hervey | 2 | -4/+4 | |
2017-11-20 | recipes/fribidi: Use our mirror | Edward Hervey | 1 | -1/+4 | |
https://bugzilla.gnome.org/show_bug.cgi?id=790501 | |||||
2017-11-20 | gnutls: remove system usage | Nicola Murino | 2 | -1/+28 | |
system is not defined in iOS11 https://bugzilla.gnome.org/show_bug.cgi?id=789151 | |||||
2017-11-20 | gettext: Fix 'Illegal Instruction 4' on macOS 10.13 | Matthew Waters | 4 | -2/+75 | |
e.g. https://stackoverflow.com/questions/46726504/bison-3-0-4-fails-in-illegal-instruction-4-on-macos-high-sierra-10-13 | |||||
2017-11-20 | m4: Fix 'Illegal Instruction 4' on macOS 10.13 | Matthew Waters | 2 | -0/+29 | |
e.g. https://stackoverflow.com/questions/46726504/bison-3-0-4-fails-in-illegal-instruction-4-on-macos-high-sierra-10-13 | |||||
2017-11-20 | cerbero: add support fo iOS 11.1 | Matthew Waters | 2 | -1/+4 | |
2017-11-20 | cerbero: add support for iOS 11.0 | Nicola Murino | 2 | -9/+10 | |
https://bugzilla.gnome.org/show_bug.cgi?id=789151 | |||||
2017-11-20 | Added macOS 10.13 support | Boris Prohaska | 2 | -2/+5 | |
2017-11-20 | bison: Fix build/invalid instruction on macOS 10.3 | Sebastian Dröge | 2 | -0/+28 | |
https://stackoverflow.com/questions/46726504/bison-3-0-4-fails-in-illegal-instruction-4-on-macos-high-sierra-10-13 | |||||
2017-09-16 | recipes: gstreamer-1.0: ship tracer plugin | Tim-Philipp Müller | 2 | -2/+5 | |
2017-09-07 | gnutls/libtasn: Update to 3.5.15 / 4.12 | Sebastian Dröge | 3 | -12/+11 | |
2017-09-07 | libpng: Update to 1.6.31 | Sebastian Dröge | 1 | -2/+2 | |
Fixes a couple of security issues. | |||||
2017-08-28 | Fix syntax error in custom.py | Xavier Claessens | 1 | -1/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=786924 | |||||
2017-08-01 | Update to track 1.12.2.1 versions on 1.12 tip after 1.12 release | Jan Schmidt | 3 | -3/+3 | |
I forgot the push the actual 1.12.2 release to this branch, but it's reachable via the 1.12.2 tag | |||||
2017-07-17 | recipes: orc: use 0.4.27 release instead of tracking git master | Tim-Philipp Müller | 2 | -8/+7 | |
https://bugzilla.gnome.org/show_bug.cgi?id=784364 | |||||
2017-07-17 | recipes: build-tools: use specific commits for gas-preprocessor and mingw-regex | Tim-Philipp Müller | 2 | -2/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=784364 | |||||
2017-07-17 | recipes: tinyalsa: point to 1.1.1 tag instead of origin/master | Tim-Philipp Müller | 1 | -2/+2 | |
Also fix build, directory layout seems to have changed. https://bugzilla.gnome.org/show_bug.cgi?id=784364 | |||||
2017-07-17 | recipes: update zlib to 1.2.11 | Tim-Philipp Müller | 1 | -3/+3 | |
https://bugzilla.gnome.org/show_bug.cgi?id=784362 | |||||
2017-07-17 | Add support for debian buster | George Kiagiadakis | 3 | -1/+5 | |
2017-06-27 | Update to track 1.12 branch tip | Jan Schmidt | 2 | -3/+3 | |
2017-06-20 | Update to 1.12.11.12.1 | Jan Schmidt | 3 | -4/+4 | |
2017-05-15 | gstreamer-osx-framework: Add all core/base/bad libraries | Sebastian Dröge | 1 | -5/+17 | |
Some were missing. | |||||
2017-05-10 | openjpeg: Add patch to set the INSTALL_NAME_DIR | Jan Schmidt | 2 | -1/+43 | |
Fixes a problem on OSX where the installed libopenjp2 dylib id doesn't contain the full path, and leads to incorrect linking and a non-loadable plugin https://bugzilla.gnome.org/show_bug.cgi?id=782352 |