summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-04bootstrap: add devel files for OpenGLES support in qt-gstreamerqtAndoni Morales Alastruey1-3/+7
2013-04-04boost: add new recipe for boostAndoni Morales Alastruey1-0/+17
2013-04-04Add recipe for qt gstreamerAndoni Morales Alastruey1-0/+13
2013-03-25qt5: add recipe for Qt5Andoni Morales Alastruey1-0/+109
2013-03-25ndk-build: use TARGET_CFLAGS and TARGET_LDFLAGSAndoni Morales Alastruey1-2/+2
2013-03-25ndk-build: add the sysroot variable which is not set in newer NDKAndoni Morales Alastruey1-0/+7
See: https://android.googlesource.com/platform/ndk/+/fa8c1b4338c1bef2813ecee0ee298e9498a1aaa7
2013-03-25pygtk:add missing development fileAndoni Morales Alastruey1-1/+1
2013-03-25bootsrap:osx: install XML::Parse required for intltoolAndoni Morales Alastruey1-0/+11
2013-03-25packages:osx add the platform suffix to installerAndoni Morales Alastruey1-0/+4
2013-03-25packages:osx: fix installer optionsAndoni Morales Alastruey1-3/+5
2013-03-25packages: add a the longdesc field for all packagesAndoni Morales Alastruey26-0/+26
2013-03-25packages:osx: pass the home/system install location correctlyAndoni Morales Alastruey1-1/+4
2013-03-25packages:osx: fix typoAndoni Morales Alastruey1-3/+3
2013-03-25packages:osx: disable arch detection in the product packagesAndoni Morales Alastruey1-1/+1
The installer seems to fail if it's enabled
2013-03-25packages:ios Improve iOS packagingAndoni Morales Alastruey6-83/+92
Create a real .pkg with productbuild, include only the static library, the header files and the templates and add a post install script to install the templates where XCode finds them
2013-03-25packages: add support for post/pre install scripts in osx SDK packagesAndoni Morales Alastruey2-1/+18
2013-03-25gstreamer-ios-templates: rename the gst-ios recipesAndoni Morales Alastruey1-1/+1
2013-03-25packages:osx: port to pkgbuild + productbuildAndoni Morales Alastruey7-592/+382
PackageMaker has been deprecated in XCode 4.6
2013-03-25gst-ios: generate the XCode templates for iOSAndoni Morales Alastruey10-0/+349
2013-03-25clutter: keep gettext infrastructure the same in all platformsAndoni Morales Alastruey1-4/+1
2013-03-22config: create the aclocal path for the build-tools tooAndoni Morales Alastruey1-0/+2
2013-03-19README: yasm and cmake are now installed in the bootsrapAndoni Morales Alastruey1-3/+0
2013-03-19build-tools: fix build of cmake gettext-tools and yasmAndoni Morales Alastruey3-1/+7
2013-03-19build-tools: onyl build tar/xz in OSXAndoni Morales Alastruey1-8/+2
2013-03-19config: include aclocal folder from the build tools tooAndoni Morales Alastruey1-2/+3
2013-03-19bootstrap: removes spaces in the url after a line breakAndoni Morales Alastruey1-2/+2
2013-03-19recipes: gtk: fix configure optionThiago Santos1-1/+1
2013-03-19ios: packager: use a randomly generated uuid for the frameworkThiago Santos1-1/+1
2013-03-18ndk-build: fix link stageAndoni Morales Alastruey1-1/+1
2013-03-18tremor: disable asm in iOS for nowAndoni Morales Alastruey1-2/+7
2013-03-18libogg: add ogg.m4 for the universal buildAndoni Morales Alastruey1-1/+1
2013-03-18gstreamer-static: use the base class for disable the gtk docsAndoni Morales Alastruey8-16/+2
2013-03-18oven: print the original tracebac in build step errorsAndoni Morales Alastruey2-5/+5
2013-03-16ndk-build: force the C compiler to build the gstreamer libraryAndoni Morales Alastruey1-3/+3
_CC is set to the default compiler, which might be g++ instead of gcc for C++ projects.
2013-03-12gst-plugins-base-static: Add missing bracketSebastian Dröge1-0/+1
2013-03-12gstreamer-codecs: IOS needs tremor tooSebastian Dröge2-1/+4
2013-03-12gst-plugins-base: Use Tremor on IOS tooSebastian Dröge3-4/+12
2013-03-12gstreamer-static: Disable gtk-doc and docbook on non-Linux archs in the ↵Sebastian Dröge7-4/+17
static recipes too
2013-03-12gst-plugins-base: TCP plugin is available on IOS tooSebastian Dröge2-0/+6
2013-03-12gstreamer-1.0: Update 1.0 recipes with changes from the 0.10 versionsSebastian Dröge5-20/+34
2013-03-12gst-plugins-good: Ship osxaudio plugin on iOS tooSebastian Dröge2-0/+6
2013-03-12gstreamer: Build without registry support on iOSAndoni Morales Alastruey1-0/+5
2013-03-07fwlib: refactor framework creation classesThiago Santos3-22/+35
Makes it easier to set optional parameters, such as the universal archs
2013-03-07xcode: fwlib: make static framework generator handle both thin and fat libsThiago Santos1-11/+54
Static library frameworks can be generated with both a fat and a thin binary, depends on the arch selected for the build. In case it is a fat library, extra work is required to split the fat small libraries into its thin parts, merge their objects together separately and then create a new fat library from the merged thing versions
2013-03-07osx: packager: refactor creating framework headers functionThiago Santos1-69/+70
Refactor to a module function to allow it to be used from both the ios and osx packagers
2013-03-07packager: osx: bundle: only create main lib if it existsThiago Santos1-1/+2
only try to copy the main framework library if it has already been created
2013-03-07packager: ios: add ios packaging supportThiago Santos5-3/+97
ios packages are shipped as a Framework directory into a .dmg file. The framework contains a static lib that is the result of merging all static libs required for the intended package
2013-03-07ide: xcode: frameworks: crate dynamic and static framework lib creator classesThiago Santos2-3/+37
Split the apple's framework creation class into 2 subclasses for creating dynamic and static frameworks. The dynamic one is used of OSX packaging, the static should be used for iOS
2013-03-07libvorbis: don't use the -force_cpusubtype_ALL CFLAGS for iOSAndoni Morales Alastruey1-1/+1
This ensure that we end up with an ARMv7 statix library instead of an ARM one when building for the Architecture.ARMv7 target
2013-03-07pep8: fix more errorsAndoni Morales Alastruey6-26/+28