summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-05-02Fix for python 2.6Andoni Morales Alastruey1-3/+6
2013-04-29ios: xcode templates: fix archs settings to use armv7Thiago Santos1-0/+4
Our ios binaries only contain x86 and armv7 archs. Fix the base template to override the default xcode setting of using armv7 and armv7s that would cause the linker to fail
2013-04-29gstreamer-1.0: Add x264 to the restricted codecs packageSebastian Dröge1-1/+1
2013-04-25xcode:ios: get back to the default compilerAndoni Morales Alastruey1-4/+0
the missing __clear_cache symbol in liborc is now fixed in orc itself and we can use the default compiler again
2013-04-25fwlib: find and print duplicated symbolsAndoni Morales Alastruey1-0/+19
2013-04-25fwlib: don't add the object file the final archive twiceAndoni Morales Alastruey1-3/+10
Some static libraries from the same project include the same object file twice. This result in duplicated symbols which are harmless, but that add noise trying to detect the ones that are really duplicated
2013-04-25config: expand user dir for the gstreamer registryAndoni Morales Alastruey1-0/+1
2013-04-24x264: fix build in x86Andoni Morales Alastruey1-1/+4
the configure script was run using x86 instead of i686 in the host triplet
2013-04-23gnonlin-static: This is for GStreamer 0.10, not 1.0Sebastian Dröge1-1/+1
2013-04-23xcode: fix link error with gccAndoni Morales Alastruey1-0/+2
2013-04-23xcode: use llvm-gcc as the default compilerAndoni Morales Alastruey1-0/+2
This fixes an undefined symbol link error for __clear_cache when compiling with clang
2013-04-23x264: fix build in ios armAndoni Morales Alastruey1-0/+2
2013-04-23gstreamer-1.0: Fix repository URLsSebastian Dröge12-6/+41
Always get everything from the GStreamer project, not GStreamer SDK
2013-04-23gst-plugins-ugly: Fix the file name of the x264 pluginSebastian Dröge4-4/+4
2013-04-22x264: add new recipe and enable x264enc in gst-plugins-uglyAndoni Morales Alastruey6-9/+42
2013-04-22gstreamer-1.0: Add a new base-system package for 1.0Sebastian Dröge3-3/+35
2013-04-22gstreamer-1.0: Add gstreamer-1.0-osx-frameworkSebastian Dröge1-0/+23
2013-04-22gstreamer-1.0: Remove applemedia-nonpublic plugin for nowSebastian Dröge2-2/+0
2013-04-22gstreamer-1.0: Drop jasper, it's not used anymoreSebastian Dröge3-4/+3
...and replaced by openjpeg in 1.2
2013-04-22gstreamer-1.0: Only store ndk-build integration in a single directory for ↵Sebastian Dröge14-546/+40
0.10 and 1.0
2013-04-22gstreamer-1.0: Update VS integration for 1.0Sebastian Dröge14-4/+626
2013-04-22gstreamer-1.0: Some more package cleanupsSebastian Dröge2-53/+5
2013-04-22gstreamer-1.0: Rename packages from networking to netSebastian Dröge3-4/+4
Windows does not like installers with names longer than 38 characters...
2013-04-22gstreamer-1.0: Only ship check on non-WindowsSebastian Dröge1-4/+14
2013-04-22gst-plugins-base-1.0: Set --program-prefix to an empty string here tooSebastian Dröge1-1/+1
2013-04-22gst-libav-1.0: Provide the correct ranlib to libav's build systemSebastian Dröge2-10/+12
2013-04-22gstreamer-1.0: Windows specific changesSebastian Dröge2-8/+0
2013-04-22gstreamer-1.0: Add Android specific 1.0 changesSebastian Dröge19-6/+1213
2013-04-22gstreamer-1.0: Update recipes for 1.0Sebastian Dröge20-105/+602
2013-04-22gstreamer-1.0: Add initial packagesSebastian Dröge25-2/+668
2013-04-22osx: Convert absolute paths to relative paths in the OSX file mergerSebastian Dröge1-6/+3
2013-04-22fontconfig: Create relative links to the configuration filesSebastian Dröge1-0/+13
2013-04-22bzip2: Fix dylib symlink on OSXSebastian Dröge1-0/+7
2013-04-22android: Allow to use 4.7 and x86-64 toolchains if availableSebastian Dröge1-8/+27
Also update the CFLAGS and LDFLAGS from latest Android NDK
2013-04-19Add support for Fedora 19Sebastian Dröge5-3/+7
2013-04-19Add support for OpenSUSE 12.3Guy Lunardi2-0/+3
2013-04-17packages: delete unused packageAndoni Morales Alastruey1-18/+0
2013-04-16cogl: Add autoreconf = TrueLuciana Fujii Pontello1-0/+1
2013-04-16qt5: Use system libsLuciana Fujii Pontello1-0/+1
2013-04-16qt5: add recipe for Qt5Andoni Morales Alastruey1-0/+109
2013-04-16xcode:ios: add missing frameworks to the base templateAndoni Morales Alastruey1-1/+1
2013-04-16gst-plugins-bad: fix configure in ios for eglgles pluginAndoni Morales Alastruey2-0/+4
2013-04-16gstreamer-ios-templates: leave the "Core" enabled by defaultAndoni Morales Alastruey1-1/+5
2013-04-16gstreamer-io-templates: make it easier to enable categoriesAndoni Morales Alastruey1-1/+1
2013-04-16gst-plugins-bad: list eglgles plugin in the recipeAndoni Morales Alastruey2-0/+2
2013-04-16fwlib: fix extration of object files with duplicated namesAndoni Morales Alastruey1-0/+27
2013-04-16gstreamer-ios-templates: make it easier to uncomment plugins categoriesAndoni Morales Alastruey1-1/+1
2013-04-16xcode:ios: add a modified main.m initializing gstreamerAndoni Morales Alastruey2-0/+21
2013-04-16xcode:ios: add missing frameworks and libraries to the linker flagsAndoni Morales Alastruey1-1/+2
2013-04-16gstreamer-io-templates: add missing ';'Andoni Morales Alastruey1-2/+2