summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-08-10bzip2.recipe: Only use our mirror for fetching the tarball1.6Nirbheek Chauhan1-1/+3
Upstream didn't support HTTPS, and is dead now. https://lwn.net/Articles/762264/ Updating all older branches to reduce the efficacy of a possible malicious tarball upload to the bzip.org website since it is now in unknown hands.
2016-05-08cerbero/git: Only set user if none is already configuredXavier Claessens1-8/+17
https://bugzilla.gnome.org/show_bug.cgi?id=766026
2016-04-19recipes: continue tracking 1.6 branch again after releaseTim-Philipp Müller17-17/+17
Leave setup.py and package versions at 1.6.4 for now.
2016-04-15Update gstreamer package version also to 1.6.41.6.4Tim-Philipp Müller1-1/+1
2016-04-15Revert "Revert "recipes: update gstreamer recipes to 1.6.4""Tim-Philipp Müller16-16/+16
This reverts commit 8f0739c42382a8117d7c6facad150f01e0ede322. This was a revert that was used for convenience after tagging 1.6.4, to point recipes back to origin/1.6. Only that it points some back to 1.6.3 now. Undo this again for now, and once we know 1.6.4 builds fine without any other changes needed in cerbero we'll point recipes back to origin/1.6 again.
2016-04-15ndk-build: Set SED ourselves instead of relying on Android's HOST_SEDSebastian Dröge2-26/+16
... which disappeared with NDK r11. https://bugzilla.gnome.org/show_bug.cgi?id=763999
2016-04-15Revert "recipes: update gstreamer recipes to 1.6.4"Sebastian Dröge16-16/+16
This reverts commit 2fd6139dedcd7bf107b68763ceabb7e138af2f2f. The recipes of the 1.6 branch should always point at the 1.6 branch of all the recipes. The tags should point at specific tags.
2016-04-14glib: Fix crash on Windows caused by storing GTypes in a longSebastian Dröge3-2/+59
long is 32 bits on Win64, GType 64 bits. https://bugzilla.gnome.org/show_bug.cgi?id=758738
2016-04-14libtheora: Do not build spec and docXavier Claessens1-7/+4
They fail to build with newer livetex. https://bugzilla.gnome.org/show_bug.cgi?id=764776
2016-04-14cerbero/git: set up a local user config for commits in one more placeTim-Philipp Müller1-0/+4
git-for-windows will error out with 'Tell me who you are' otherwise, if no global user config exists.
2016-04-14cerbero/git: Set a local user config for commitsNirbheek Chauhan1-0/+4
Otherwise git may fail to apply patches to our unpacked source trees if there's no valid global git user config yet, with "fatal: empty ident name (for ...) not allowed".
2016-04-14recipes: update gstreamer recipes to 1.6.4Tim-Philipp Müller16-16/+16
2016-04-14packages: update versions to 1.6.4Tim-Philipp Müller21-21/+21
2016-01-20gstreamer-1.0: Update recipes to 1.6.31.6.3Sebastian Dröge9-9/+9
2016-01-20gstreamer-1.0: Update packages to 1.6.3Sebastian Dröge22-22/+22
2016-01-18vala-m4: Make sure to create all subdirectories before installing into themSebastian Dröge1-1/+1
2016-01-18vala-m4: Make sure that the destination directory exists before copyingSebastian Dröge1-2/+5
2016-01-18vala-m4: Install Makefile.vapigen correctlySebastian Dröge1-1/+1
Previously we were installing it as "vala", but it should be inside a subdirectory called "vala" with its original file name. https://bugzilla.gnome.org/show_bug.cgi?id=760765
2015-12-22packages/gstreamer-1.0-visualizers: Restore UUIDJan Schmidt1-1/+1
Fix a typo that broke the uuid for the visualisers package
2015-12-21packages: Update versions to 1.6.2Sebastian Dröge22-23/+23
2015-12-14gstreamer-1.0.mk: fix missing ";" bugMartin Kelly1-3/+3
Several command invocations wrapped in for-each are missing ";" characters, which meant they get expanded on one line instead of separate lines. For some for-each invocations, you can get away with this and it will be OK, but for something like host-cp, it changes the meaning. As a result, some host-cp invocations will fail with errors like: cp: target ‘X’ is not a directory Fix this by adding the necessary semicolons. https://bugzilla.gnome.org/show_bug.cgi?id=759380
2015-12-11Add support for Windows 10Sebastian Dröge2-1/+3
2015-12-07recipes: build gst 1.6 branch again instead of 1.6.1Tim-Philipp Müller16-16/+16
2015-12-01config/darwin: Properly set ARCHFLAGSEdward Hervey2-3/+4
This allows creating 'light' binaries (i.e. just one arch) when we are not targetting universal builds And remove the gobject-introspection.recipe specific fix
2015-12-01shell: Make sure to always create directories used as destination for ↵Sebastian Dröge1-1/+11
downloading
2015-12-01windows: Create relative symbolic link by using the destination directory as cwdSebastian Dröge1-3/+2
2015-12-01gobject-introspection: Fix OSX buildEdward Hervey1-0/+3
By default the compilation system used by gobject-introspection (which is the python distutils compiler system) will create "universal" builds. We don't need that for g-ir-scanner
2015-12-01gettext: Undef __USE_MINGW_ANSI_STDIO in another fileSebastian Dröge1-3/+18
2015-12-01gettext: Undef __USE_MINGW_ANSI_STDIO for fixing the gettext-tools build on ↵Sebastian Dröge3-1/+33
Windows
2015-12-01glib: Don't store CF run loop to avoid racy cleanupHeinrich Fink1-21/+13
After polling for file descriptors, the Cocoa select thread did wake up the main run loop instance that has been stored in a static variable. This variable might have already been set to NULL by g_main_context_release, resulting in a segfault of CFRunLoopWakeUp. This race is fixed by this commit by simply not storing the main run loop in a variable, but instead calling CFRunLoopGetMain locally where needed. Within a single process, the main run loop is always the same, and always accessible. It is therefore not necessary anyway to remember the run loop instance when acquiring the context. https://bugzilla.gnome.org/show_bug.cgi?id=758285
2015-11-20pitivi: Update to 0.95Thibault Saunier2-2/+2
2015-11-07android: Add SONAME to libgstreamer_android.so for compatibility with ↵Alex Dizengof1-1/+1
Android >= 6.0 Due to the latest changes in Android 6.0 runtime (http://developer.android.com/intl/ko/about/versions/marshmallow/android-6.0-changes.html#behavior-runtime) Each module should explicitly define it's SONAME. since the building scripts for building android_gstreamer.so doesn't define soname the library is built without one. This will cause a failure in loading any library that uses libgstreamer_android.so. https://bugzilla.gnome.org/show_bug.cgi?id=757732
2015-11-04linux_bundle: Use a lock file to avoid several instance of a bundle to be ↵Thibault Saunier1-2/+20
launched To avoid rescanning the registry at each start we symlink the plugins to some user directory and thus we can not have several bundle launched at once
2015-11-03recipes:validate: Add the gir fileThibault Saunier1-0/+3
2015-11-03linux-bundle: use user's system fonts if possibleThibault Saunier1-0/+5
Otherwise we have to re create the cache each time, and that takes time.
2015-11-03linux_bundle: Do not allow overriding GST_PLUGIN_PATH symlinkThibault Saunier1-2/+2
2015-11-03gmp: Ship different gmp.h per architecture for universal buildsSebastian Dröge1-0/+37
gmp.h contains the sizeof(mp_limb_t), which is 32 bits on 32 bit architectures and 64 bit on 64 bit architectures. nettle will fail with assertions when mixing these, and other things probably won't work well either.
2015-10-31Update cerbero version to 1.6.11.6.1Sebastian Dröge1-1/+1
2015-10-30gstreamer: Update recipe versions to 1.6.1Sebastian Dröge16-32/+32
2015-10-30packages: Update versions to 1.6.1Sebastian Dröge22-22/+22
2015-10-30Use xcodebuild to get 'latest' SDK path on OSXHeinrich Fink1-15/+19
By default, we are now always using the 'latest' SDK, as returned by the xcodebuild command line tool, i.e. no hard-coded SDK paths are used by cerbero anymore. It is still possible to ask for a specific SDK version, by setting 'osx_target_sdk_version' in config (e.g. setting it to '10.10' to force compilation against the 10.10 SDK). Requesting an SDK version via osx_target_sdk_version that doesn't exist on the system will error out. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=757357
2015-10-24orc: Track orc 0.4.24 for the 1.6 branch instead of latest masterSebastian Dröge2-4/+4
2015-10-13config: Workaround getcwd issue on OSX 10.11Edward Hervey2-0/+5
See https://openradar.appspot.com/22671534 for more details
2015-10-12Add iOS 9.0 supportRobert Swain2-2/+4
2015-10-12Add support for OS X 10.11 El CapitanRobert Swain2-1/+4
2015-10-12config: Add OSX 10.11 "El Capitan" to the list of know versionsEdward Hervey1-0/+1
Should fix build with XCode 7
2015-10-12libvpx: Backport some patches from upstream to hopefully fix iOS build with ↵Sebastian Dröge4-0/+168
XCode 7
2015-10-07flex: arrange patches into one directoryJustin Kim4-3/+3
https://bugzilla.gnome.org/show_bug.cgi?id=755066
2015-10-07flex: don't generate document for all platformJustin Kim2-1/+39
https://bugzilla.gnome.org/show_bug.cgi?id=755066
2015-10-05recipes/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, ...).