summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-10-03spandsp: Fix build with mingwNicolas Dufresne2-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-03spandsp: Also package itNicolas Dufresne1-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-03spandsp: Skip two autoconf check when cross-compilingNicolas Dufresne1-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-03spandsp: Compile and package this pluginNicolas Dufresne1-3/+4
Compile and package spandsp plugin. https://bugzilla.gnome.org/show_bug.cgi?id=754997
2015-10-02recipes: add spandsp.recipeGeorge Kiagiadakis1-0/+15
https://bugzilla.gnome.org/show_bug.cgi?id=754997
2015-10-02Include sysroot value when building pkg-config envNicolas Dufresne1-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-02flex: arrange patches into one directoryJustin Kim4-3/+3
https://bugzilla.gnome.org/show_bug.cgi?id=755066
2015-10-02flex: don't generate document for all platformJustin Kim2-1/+39
https://bugzilla.gnome.org/show_bug.cgi?id=755066
2015-10-02recipes/pixman: Workaround known bug in Xcode clangEdward Hervey1-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-28Add iOS 9.0 supportRobert Swain2-2/+4
2015-09-28Add support for OS X 10.11 El CapitanRobert Swain2-1/+4
2015-09-28config: Add OSX 10.11 "El Capitan" to the list of know versionsEdward Hervey1-0/+1
Should fix build with XCode 7
2015-09-27linux_bundle: Avoid printing useless infos when entering AppRun envThibault Saunier1-2/+2
2015-09-27linux_bundle: Minor fixes in temporary file handling in AppRun shell envThibault Saunier1-2/+3
2015-09-26linux_bundle: Enhance the way we enter bundle environmentThibault Saunier1-2/+15
Respecting user shell and setting environment PS1
2015-09-25packages: Update to 1.7.0Sebastian Dröge22-22/+22
2015-09-25recipes: Update GStreamer recipes to 1.6.0Sebastian Dröge17-17/+17
2015-09-25packages: Update versions to 1.6.0Sebastian Dröge22-22/+22
2015-09-24glib-networking: fix memleakNicola Murino3-2/+30
https://bugzilla.gnome.org/show_bug.cgi?id=755530
2015-09-22cairo: Fix rendering issues on OSXNicolas Dufresne2-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-21Add gst-editing-services to the list of plugin packagesJan Schmidt1-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-18packages: Update package versions to 1.5.91Sebastian Dröge22-22/+22
2015-09-18Do not disallow running as rootThibault Saunier1-1/+1
When running in docker for example it is normal to run as root
2015-09-14recipes: don't build libiconv on OSX/iOSMatthew Waters5-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-11gstreamer-1.0: Only ship gst-ptp-helper on Linux and DarwinSebastian Dröge1-2/+6
2015-09-11gstreamer-1.0: Add gst-ptp-helper to misc files categoryHeinrich Fink1-1/+2
https://bugzilla.gnome.org/show_bug.cgi?id=754873
2015-09-10setup: Fix typoOlivier Crête1-1/+1
2015-09-10setup: Match cerbero version to GStreamer versionOlivier Crête1-2/+2
Also change the URL to the upstream GStreamer https://bugzilla.gnome.org/show_bug.cgi?id=742830
2015-09-10bundle-source: Add new command to generate a source bundleOlivier Crête1-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-10git: Also fetch submodules during the fetch stageOlivier Crête2-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-10fetch: Add --deps to also "fetch-package" to also fetch dependenciesOlivier Crête1-1/+3
https://bugzilla.gnome.org/show_bug.cgi?id=742830
2015-09-10setup: Add command to include source code during sdistOlivier Crête1-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-10setup: Only package selected recipes/packagees with --recipe/--packageOlivier Crête1-1/+38
https://bugzilla.gnome.org/show_bug.cgi?id=742830
2015-09-10source: Take sources from local directory instead of downloading if possibleOlivier Crête2-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-04glib-tools: Sync patches with the main glib recipeSebastian Dröge1-0/+4
2015-09-04glib: Add patch to map more WinSock errors to GIO error codesSebastian Dröge2-1/+46
2015-08-31harfbuzz: Fix the DLL revision specified in the .def fileNirbheek Chauhan2-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-21recipes: Dist new NLE pluginThibault Saunier3-1/+30
2015-08-21recipes: Explicitely disable qt pluginThibault Saunier2-2/+2
2015-08-21linux-bundler: Some pep8 cleanupThibault Saunier1-17/+8
2015-08-21gtk: Add patch from #751739 fixing a deadlock with the gtksinkThibault Saunier2-1/+137
2015-08-19packages: Update version to 1.5.90Sebastian Dröge22-22/+22
2015-08-16recipes/libass: Bump to 0.12.3Edward Hervey1-1/+1
2015-08-16recipes/harfbuzz: Upgrade to 1.0.1Edward Hervey1-1/+1
2015-08-16recipes/libpng: 1.6.18Edward Hervey1-2/+2
2015-08-16recipes/graphene: Bump to 1.2.6Edward Hervey1-1/+1
2015-08-16recipes/librsvg: Bump to 2.40.10Edward Hervey2-20/+14
2015-08-16recipes/libtool: Bump to 2.4.6Edward Hervey1-2/+2
2015-08-16recipes/intltool: Upgrade to 0.51.0Edward Hervey2-4/+4
2015-08-16recipes/gettext*: Bump to 0.19.5.1Edward Hervey3-6/+6