summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-08-10bzip2.recipe: Only use our mirror for fetching the tarball1.12Nirbheek Chauhan1-1/+3
Upstream didn't support HTTPS, and is dead now. https://lwn.net/Articles/762264/
2018-03-29Build 1.12.5 releaseTim-Philipp Müller3-4/+4
2018-03-23cerbero: Check built version while loading recipeNirbheek Chauhan1-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-23cerbero: Fix FatalError message printingNirbheek Chauhan1-1/+2
This was inadvertently broken in a0a134fdf
2018-03-09cerbero: Add a urllib2 implementation for downloadsNirbheek Chauhan2-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-08build-tools: update automake to 1.15.1Matthew Waters1-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-08pkg-config: Don't fail on format-nonliteral warningNicolas Dufresne1-0/+3
This otherwise breaks bootstrap on recent GCC.
2018-02-08gst-android: Use $(hide) instead of @Nicolas Dufresne1-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-08gst-android: Move comment before the ruleNicolas Dufresne1-3/+2
The @# break when running on Windows https://bugzilla.gnome.org/show_bug.cgi?id=791854
2018-02-08gst-android: Add an .exe suffix to gold on windowsNicolas Dufresne1-1/+3
https://bugzilla.gnome.org/show_bug.cgi?id=791854
2018-01-02bootstrap/linux: fix typo in error messageJustin Kim1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=792112
2017-12-14Update to track 1.12 branch tipJan Schmidt2-3/+3
2017-12-09build-tools/m4: Use --disable-gcc-warnings instead of -Wno-error1.12.4Jan Schmidt1-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-08Update to 1.12.4Jan Schmidt3-4/+4
2017-12-08build-tools/orc.recipe: Disable GTK DocJan Schmidt1-0/+1
There's no need to build the docs here so don't bother
2017-12-08build-tools/m4.recipe: Don't error on switch statement fallthrough.Jan Schmidt1-1/+1
Now a warning in -Wall on gcc 7.2, making the bootstrap fail on Fedora 27
2017-12-08config: Add support for iOS 11.2Edward Hervey2-0/+2
2017-12-08recipes/glib:fix glib.recipe comma missing.Roland Jon1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=791370
2017-12-01recipes/libvpx: Fix variable export with android-ndk-r16Matthew Waters2-0/+76
https://chromium.googlesource.com/webm/libvpx/+/0d88e15454b632d92404dd6a7181c58d9985e2a2
2017-12-01android/ndk-build: don't use line continuation with shell pipesMatthew Waters1-8/+4
gradle/android-studio do not seem to like it at all. https://bugzilla.gnome.org/show_bug.cgi?id=773401
2017-12-01android/ndk-build: update sysroot parameters for ndk-r16Matthew Waters2-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-01osx: Fix issue with hdiutilEdward Hervey1-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-01Add support for Fedora 27Olivier Crête2-0/+3
2017-11-21xcode template: fix gst_ios_init declarationNicola Murino1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=789385
2017-11-21android: move -fuse-ld to LDFLAGS where it belongsXavier Claessens1-2/+2
https://bugzilla.gnome.org/show_bug.cgi?id=789726
2017-11-21glib: Allow using RTLD_DEFAULT on 64bit AndroidJustin Kim2-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-20recipes: Don't build tests on IOSEdward Hervey1-3/+8
We can't really execute them anyway, and removes the issues with 'system()' not being available on IOS
2017-11-20recipes: Use latest orc 0.4.28 releaseEdward Hervey2-4/+4
2017-11-20recipes/fribidi: Use our mirrorEdward Hervey1-1/+4
https://bugzilla.gnome.org/show_bug.cgi?id=790501
2017-11-20gnutls: remove system usageNicola Murino2-1/+28
system is not defined in iOS11 https://bugzilla.gnome.org/show_bug.cgi?id=789151
2017-11-20gettext: Fix 'Illegal Instruction 4' on macOS 10.13Matthew Waters4-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-20m4: Fix 'Illegal Instruction 4' on macOS 10.13Matthew Waters2-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-20cerbero: add support fo iOS 11.1Matthew Waters2-1/+4
2017-11-20cerbero: add support for iOS 11.0Nicola Murino2-9/+10
https://bugzilla.gnome.org/show_bug.cgi?id=789151
2017-11-20Added macOS 10.13 supportBoris Prohaska2-2/+5
2017-11-20bison: Fix build/invalid instruction on macOS 10.3Sebastian Dröge2-0/+28
https://stackoverflow.com/questions/46726504/bison-3-0-4-fails-in-illegal-instruction-4-on-macos-high-sierra-10-13
2017-09-16recipes: gstreamer-1.0: ship tracer pluginTim-Philipp Müller2-2/+5
2017-09-07gnutls/libtasn: Update to 3.5.15 / 4.12Sebastian Dröge3-12/+11
2017-09-07libpng: Update to 1.6.31Sebastian Dröge1-2/+2
Fixes a couple of security issues.
2017-08-28Fix syntax error in custom.pyXavier Claessens1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=786924
2017-08-01Update to track 1.12.2.1 versions on 1.12 tip after 1.12 releaseJan Schmidt3-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-17recipes: orc: use 0.4.27 release instead of tracking git masterTim-Philipp Müller2-8/+7
https://bugzilla.gnome.org/show_bug.cgi?id=784364
2017-07-17recipes: build-tools: use specific commits for gas-preprocessor and mingw-regexTim-Philipp Müller2-2/+2
https://bugzilla.gnome.org/show_bug.cgi?id=784364
2017-07-17recipes: tinyalsa: point to 1.1.1 tag instead of origin/masterTim-Philipp Müller1-2/+2
Also fix build, directory layout seems to have changed. https://bugzilla.gnome.org/show_bug.cgi?id=784364
2017-07-17recipes: update zlib to 1.2.11Tim-Philipp Müller1-3/+3
https://bugzilla.gnome.org/show_bug.cgi?id=784362
2017-07-17Add support for debian busterGeorge Kiagiadakis3-1/+5
2017-06-27Update to track 1.12 branch tipJan Schmidt2-3/+3
2017-06-20Update to 1.12.11.12.1Jan Schmidt3-4/+4
2017-05-15gstreamer-osx-framework: Add all core/base/bad librariesSebastian Dröge1-5/+17
Some were missing.
2017-05-10openjpeg: Add patch to set the INSTALL_NAME_DIRJan Schmidt2-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