Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-20 | soundtouch: Try harder to build Win32 DLLs instead of just static libraries | Sebastian Dröge | 2 | -1/+44 | |
https://bugzilla.gnome.org/show_bug.cgi?id=762309 | |||||
2016-02-19 | mpg123: Put pkg-config file into files_devel, not files_libs | Sebastian Dröge | 1 | -2/+2 | |
2016-02-19 | gst-plugins-bad: Don't enable and disable soundtouch, keep it enabled | Sebastian Dröge | 2 | -2/+2 | |
2016-02-19 | recipes/mpg123: Make sure we use 32bit code on x86 | Edward Hervey | 1 | -0/+4 | |
By default the configure script will try to use 64bit code even when we're targetting 32bit machines | |||||
2016-02-19 | recipes/mpg123: Disable thumb mode for android/arm | Edward Hervey | 1 | -0/+6 | |
2016-02-19 | gst-plugins-bad: Ship the soundtouch plugin | George Yunaev | 2 | -0/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=762171 | |||||
2016-02-18 | mpg123: Add mpg123 library and build the plugin | Sebastian Dröge | 4 | -2/+216 | |
https://bugzilla.gnome.org/show_bug.cgi?id=754348 | |||||
2016-02-18 | gst-rtsp-server: Add rtspsink plugin to net plugins | Jan Schmidt | 3 | -3/+28 | |
2016-02-18 | tinyalsa: Drop patch that has now been merged upstream | Arun Raghavan | 2 | -70/+0 | |
2016-02-11 | recipes: Add a recipe for the tinyalsa library | Arun Raghavan | 2 | -0/+106 | |
Not really used in the default packages, but can be added for specific platforms on which playing audio directly to the hardware is preferred (and possible -- e.g. a rooted Android device). Build system patch has been submitted upstream at: https://github.com/tinyalsa/tinyalsa/pull/73 | |||||
2016-02-10 | recipes/x264: Fix GAS usage for ios 64bit | Edward Hervey | 1 | -1/+3 | |
the -no-integrated-as flag is only required on 32bit arm. | |||||
2016-01-26 | ios: Don't unconditionally use GAS environment variable | Sebastian Dröge | 4 | -7/+12 | |
We don't set it anymore for iOS i386/x86-64 | |||||
2016-01-22 | Make the pitivi package embed GstTranscoder | Thibault Saunier | 1 | -0/+4 | |
2016-01-22 | gst-plugins-bad-1.0: Ship badaudio/video/base libraries, headers and .pc files | Sebastian Dröge | 1 | -2/+9 | |
https://bugzilla.gnome.org/show_bug.cgi?id=760733 | |||||
2016-01-22 | recipes: Fix gst-transcoder build | Thibault Saunier | 1 | -1/+1 | |
For some reason it was working locally | |||||
2016-01-22 | x264: Update to 20160121-224-stable snapshot | Sebastian Dröge | 2 | -29/+4 | |
2016-01-21 | gst-transcoder: Use the git http variant | Thibault Saunier | 1 | -1/+1 | |
2016-01-21 | Add a gst-transcoder recipe (and its dependecies) | Thibault Saunier | 4 | -0/+84 | |
And make pitivi depend on that. | |||||
2016-01-21 | gst-libav: Include libavfilter as required by the deinterlacer now | Sebastian Dröge | 1 | -2/+5 | |
2016-01-18 | vala-m4: Make sure to create all subdirectories before installing into them | Sebastian Dröge | 1 | -1/+1 | |
2016-01-18 | vala-m4: Make sure that the destination directory exists before copying | Sebastian Dröge | 1 | -2/+5 | |
2016-01-18 | vala-m4: Install Makefile.vapigen correctly | Sebastian Dröge | 1 | -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 | |||||
2016-01-13 | Add support for ubuntu wily | Alistair Buxton | 2 | -2/+4 | |
https://bugzilla.gnome.org/show_bug.cgi?id=760593 | |||||
2015-12-28 | libvpx: Don't embed bitcode on iOS until we support that properly | Sebastian Dröge | 2 | -0/+29 | |
2015-12-28 | libvpx: Update to v1.5.0 | Sebastian Dröge | 5 | -195/+2 | |
2015-12-24 | gst-plugins-bad: Ship GstPlayer | Sebastian Dröge | 1 | -3/+9 | |
and also include the mpegts and GL library pkg-config files. | |||||
2015-12-01 | recipes: gst-plugins-bad: update for fragmented to hls plugin rename | Tim-Philipp Müller | 2 | -2/+2 | |
2015-12-01 | config/darwin: Properly set ARCHFLAGS | Edward Hervey | 1 | -3/+0 | |
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-11-24 | spandps: Don't do a "whereis which"-dance to find which | Sebastian Dröge | 2 | -1/+30 | |
If which is not in the $PATH, why would whereis be? Fixes the build on Windows where "whereis" does not exist. | |||||
2015-11-24 | gobject-introspection: Fix OSX build | Edward Hervey | 1 | -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-11-20 | pitivi: Update to 0.95 | Thibault Saunier | 1 | -1/+1 | |
2015-11-19 | gettext: Undef __USE_MINGW_ANSI_STDIO in another file | Sebastian Dröge | 1 | -3/+18 | |
2015-11-19 | gettext: Undef __USE_MINGW_ANSI_STDIO for fixing the gettext-tools build on ↵ | Sebastian Dröge | 3 | -1/+33 | |
Windows | |||||
2015-11-18 | glib: Don't store CF run loop to avoid racy cleanup | Heinrich Fink | 1 | -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-17 | Update Gtk, pango, gobject-introspection and pygobject to latest releases | Thibault Saunier | 4 | -10/+8 | |
2015-11-11 | glib: Remove obsolete patch that broke the build on Windows | Sebastian Dröge | 3 | -29/+0 | |
2015-11-11 | libsoup: Update to 2.52.2 | Sebastian Dröge | 2 | -19/+32 | |
2015-11-11 | glib: Update to 2.46.2 | Sebastian Dröge | 2 | -2/+2 | |
2015-11-03 | recipes:validate: Add the gir file | Thibault Saunier | 1 | -0/+3 | |
2015-11-02 | nettle: Update to 3.1.1 | Sebastian Dröge | 1 | -1/+1 | |
2015-11-02 | gmp: Ship different gmp.h per architecture for universal builds | Sebastian Dröge | 1 | -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-11-02 | gst-plugins-bad-1.0: Actually ship the androidmedia Java class | Sebastian Dröge | 1 | -4/+5 | |
2015-10-28 | xz: xz-5.2.0 is no longer available at the source site | David Wu | 1 | -2/+2 | |
Update to latest version of xz (xz-5.2.2). Closes https://github.com/EricssonResearch/cerbero/pull/37 | |||||
2015-10-27 | spandsp: patch spandsp's Makefile.am to reliably generate some headers with ↵ | George Kiagiadakis | 2 | -1/+37 | |
recent autotools | |||||
2015-10-26 | spandsp: fix dllexport/dllimport usage on windows | George Kiagiadakis | 3 | -18/+31 | |
LIBSPANDSP_EXPORTS must only be defined while building libspandsp, otherwise code that uses spandsp symbols will be using them with the dllexport attribute and the binaries will probably fail at runtime. The change in config_sh is required because we patch the Makefile.am, so automake needs to run again, and while "make" will detect that, the code in the tarball is configured to run "automake-1.13", which will fail on most systems nowadays. Calling autogen.sh again ensures that we call the correct automake. | |||||
2015-10-25 | glib: Fix up patch from last commit | Sebastian Dröge | 1 | -16/+15 | |
2015-10-25 | glib: Patch from upstream GIT to fix ordering of library ctors | Sebastian Dröge | 3 | -2/+195 | |
Otherwise we might initialize gobject before glib, causing assertions and crashes. https://bugzilla.gnome.org/show_bug.cgi?id=756139 | |||||
2015-10-24 | gst-plugins-bad-1.0-static: actually build the spandsp plugin in order to be ↵ | George Kiagiadakis | 1 | -2/+2 | |
able to ship it | |||||
2015-10-24 | spandsp: add patch to stop compiling some conflicting has_MMX/has_3DNow/etc ↵ | George Kiagiadakis | 2 | -1/+35 | |
symbols Because they conflict with libmp3lame symbols when we link everything statically for mobile targets https://bugzilla.gnome.org/show_bug.cgi?id=756882 | |||||
2015-10-24 | gst-plugins-bad-1.0-static: Also ship spandsp plugin as a static plugin | Sebastian Dröge | 1 | -0/+1 | |