Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-10-03 | spandsp: Fix build with mingw | Nicolas Dufresne | 2 | -0/+42 | |
This is a specific fix, an upstream solution would be nicer eventually. We basically properly select the naming convention and ensure we use the stdcall convention for gethostname. https://bugzilla.gnome.org/show_bug.cgi?id=754997 | |||||
2015-10-03 | spandsp: Also package it | Nicolas Dufresne | 1 | -1/+1 | |
This is needed to generate correct packages. Fortunatly the debian packager complains, otherwise we just have packages with missing files. https://bugzilla.gnome.org/show_bug.cgi?id=754997 | |||||
2015-10-03 | spandsp: Skip two autoconf check when cross-compiling | Nicolas Dufresne | 1 | -0/+5 | |
In cross-compilation, some autoconf check failed when they should not which lead to link error. https://bugzilla.gnome.org/show_bug.cgi?id=754997 | |||||
2015-10-03 | spandsp: Compile and package this plugin | Nicolas Dufresne | 1 | -3/+4 | |
Compile and package spandsp plugin. https://bugzilla.gnome.org/show_bug.cgi?id=754997 | |||||
2015-10-02 | recipes: add spandsp.recipe | George Kiagiadakis | 1 | -0/+15 | |
https://bugzilla.gnome.org/show_bug.cgi?id=754997 | |||||
2015-10-02 | Include sysroot value when building pkg-config env | Nicolas Dufresne | 1 | -4/+10 | |
The problem was that when cross-compiling and in need to link against system library, we would pick .pc files from the host rather then from the sysroot. This patch simply prepent the sysroot configuration (if set) so .pc file is now picked from the sysroot when needed (and allowed). https://bugzilla.gnome.org/show_bug.cgi?id=754902 | |||||
2015-10-02 | flex: arrange patches into one directory | Justin Kim | 4 | -3/+3 | |
https://bugzilla.gnome.org/show_bug.cgi?id=755066 | |||||
2015-10-02 | flex: don't generate document for all platform | Justin Kim | 2 | -1/+39 | |
https://bugzilla.gnome.org/show_bug.cgi?id=755066 | |||||
2015-10-02 | recipes/pixman: Workaround known bug in Xcode clang | Edward Hervey | 1 | -0/+5 | |
More details here : https://github.com/Homebrew/homebrew/issues/41056 We don't really care about MMX, more targets will have better alternatives anyway (SSE, ...). | |||||
2015-09-28 | Add iOS 9.0 support | Robert Swain | 2 | -2/+4 | |
2015-09-28 | Add support for OS X 10.11 El Capitan | Robert Swain | 2 | -1/+4 | |
2015-09-28 | config: Add OSX 10.11 "El Capitan" to the list of know versions | Edward Hervey | 1 | -0/+1 | |
Should fix build with XCode 7 | |||||
2015-09-27 | linux_bundle: Avoid printing useless infos when entering AppRun env | Thibault Saunier | 1 | -2/+2 | |
2015-09-27 | linux_bundle: Minor fixes in temporary file handling in AppRun shell env | Thibault Saunier | 1 | -2/+3 | |
2015-09-26 | linux_bundle: Enhance the way we enter bundle environment | Thibault Saunier | 1 | -2/+15 | |
Respecting user shell and setting environment PS1 | |||||
2015-09-25 | packages: Update to 1.7.0 | Sebastian Dröge | 22 | -22/+22 | |
2015-09-25 | recipes: Update GStreamer recipes to 1.6.0 | Sebastian Dröge | 17 | -17/+17 | |
2015-09-25 | packages: Update versions to 1.6.0 | Sebastian Dröge | 22 | -22/+22 | |
2015-09-24 | glib-networking: fix memleak | Nicola Murino | 3 | -2/+30 | |
https://bugzilla.gnome.org/show_bug.cgi?id=755530 | |||||
2015-09-22 | cairo: Fix rendering issues on OSX | Nicolas Dufresne | 2 | -1/+35 | |
This adds an upstream patch that fixes textoverlay rendering issues on OSX. This patch will be part of upcoming Cairo 1.14.4, hence will need to be drop upon update. https://bugzilla.gnome.org/show_bug.cgi?id=755423 | |||||
2015-09-21 | Add gst-editing-services to the list of plugin packages | Jan Schmidt | 1 | -1/+1 | |
Add gst-editing-services to the list of packages that might provide plugins so that it gets scanned and appropriate static plugin directives are generated for Android and iOS https://bugzilla.gnome.org/show_bug.cgi?id=755310 | |||||
2015-09-18 | packages: Update package versions to 1.5.91 | Sebastian Dröge | 22 | -22/+22 | |
2015-09-18 | Do not disallow running as root | Thibault Saunier | 1 | -1/+1 | |
When running in docker for example it is normal to run as root | |||||
2015-09-14 | recipes: don't build libiconv on OSX/iOS | Matthew Waters | 5 | -8/+7 | |
- It's provided by the relevant SDK's already - cerbero builds a more recent version of libiconv that has a different major version according to the dylib versioning scheme. - linking with another library or framework that depends on the provided libiconv (e.g. Qt) will fail due to a version mismatch. https://bugzilla.gnome.org/show_bug.cgi?id=754881 | |||||
2015-09-11 | gstreamer-1.0: Only ship gst-ptp-helper on Linux and Darwin | Sebastian Dröge | 1 | -2/+6 | |
2015-09-11 | gstreamer-1.0: Add gst-ptp-helper to misc files category | Heinrich Fink | 1 | -1/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=754873 | |||||
2015-09-10 | setup: Fix typo | Olivier Crête | 1 | -1/+1 | |
2015-09-10 | setup: Match cerbero version to GStreamer version | Olivier Crête | 1 | -2/+2 | |
Also change the URL to the upstream GStreamer https://bugzilla.gnome.org/show_bug.cgi?id=742830 | |||||
2015-09-10 | bundle-source: Add new command to generate a source bundle | Olivier Crête | 1 | -0/+109 | |
This creates a tarball with all of the source code needed to rebuild the selected packages, including the Cerbero source code. This allows for easy GPL compliance. https://bugzilla.gnome.org/show_bug.cgi?id=742830 | |||||
2015-09-10 | git: Also fetch submodules during the fetch stage | Olivier Crête | 2 | -4/+36 | |
Instead of fetching the submodules during the build, do it as the fetch stage. Also copy the submodules from the local sources during the local checkout. https://bugzilla.gnome.org/show_bug.cgi?id=742830 | |||||
2015-09-10 | fetch: Add --deps to also "fetch-package" to also fetch dependencies | Olivier Crête | 1 | -1/+3 | |
https://bugzilla.gnome.org/show_bug.cgi?id=742830 | |||||
2015-09-10 | setup: Add command to include source code during sdist | Olivier Crête | 1 | -1/+34 | |
With --source-dirs, one can specify a list of source code directories to bundle https://bugzilla.gnome.org/show_bug.cgi?id=742830 | |||||
2015-09-10 | setup: Only package selected recipes/packagees with --recipe/--package | Olivier Crête | 1 | -1/+38 | |
https://bugzilla.gnome.org/show_bug.cgi?id=742830 | |||||
2015-09-10 | source: Take sources from local directory instead of downloading if possible | Olivier Crête | 2 | -11/+38 | |
This will take the sources from the cerbero tarball instead of the Internet if the recipes were put into the tarball. https://bugzilla.gnome.org/show_bug.cgi?id=742830 | |||||
2015-09-04 | glib-tools: Sync patches with the main glib recipe | Sebastian Dröge | 1 | -0/+4 | |
2015-09-04 | glib: Add patch to map more WinSock errors to GIO error codes | Sebastian Dröge | 2 | -1/+46 | |
2015-08-31 | harfbuzz: Fix the DLL revision specified in the .def file | Nirbheek Chauhan | 2 | -0/+38 | |
Patch taken from upstream, with the same changes to Makefile.in also added in to avoid an autoreconf. https://bugzilla.gnome.org/show_bug.cgi?id=754043 | |||||
2015-08-21 | recipes: Dist new NLE plugin | Thibault Saunier | 3 | -1/+30 | |
2015-08-21 | recipes: Explicitely disable qt plugin | Thibault Saunier | 2 | -2/+2 | |
2015-08-21 | linux-bundler: Some pep8 cleanup | Thibault Saunier | 1 | -17/+8 | |
2015-08-21 | gtk: Add patch from #751739 fixing a deadlock with the gtksink | Thibault Saunier | 2 | -1/+137 | |
2015-08-19 | packages: Update version to 1.5.90 | Sebastian Dröge | 22 | -22/+22 | |
2015-08-16 | recipes/libass: Bump to 0.12.3 | Edward Hervey | 1 | -1/+1 | |
2015-08-16 | recipes/harfbuzz: Upgrade to 1.0.1 | Edward Hervey | 1 | -1/+1 | |
2015-08-16 | recipes/libpng: 1.6.18 | Edward Hervey | 1 | -2/+2 | |
2015-08-16 | recipes/graphene: Bump to 1.2.6 | Edward Hervey | 1 | -1/+1 | |
2015-08-16 | recipes/librsvg: Bump to 2.40.10 | Edward Hervey | 2 | -20/+14 | |
2015-08-16 | recipes/libtool: Bump to 2.4.6 | Edward Hervey | 1 | -2/+2 | |
2015-08-16 | recipes/intltool: Upgrade to 0.51.0 | Edward Hervey | 2 | -4/+4 | |
2015-08-16 | recipes/gettext*: Bump to 0.19.5.1 | Edward Hervey | 3 | -6/+6 | |