summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFilesLines
2016-02-20soundtouch: Try harder to build Win32 DLLs instead of just static librariesSebastian Dröge2-1/+44
https://bugzilla.gnome.org/show_bug.cgi?id=762309
2016-02-19mpg123: Put pkg-config file into files_devel, not files_libsSebastian Dröge1-2/+2
2016-02-19gst-plugins-bad: Don't enable and disable soundtouch, keep it enabledSebastian Dröge2-2/+2
2016-02-19recipes/mpg123: Make sure we use 32bit code on x86Edward Hervey1-0/+4
By default the configure script will try to use 64bit code even when we're targetting 32bit machines
2016-02-19recipes/mpg123: Disable thumb mode for android/armEdward Hervey1-0/+6
2016-02-19gst-plugins-bad: Ship the soundtouch pluginGeorge Yunaev2-0/+2
https://bugzilla.gnome.org/show_bug.cgi?id=762171
2016-02-18mpg123: Add mpg123 library and build the pluginSebastian Dröge4-2/+216
https://bugzilla.gnome.org/show_bug.cgi?id=754348
2016-02-18gst-rtsp-server: Add rtspsink plugin to net pluginsJan Schmidt3-3/+28
2016-02-18tinyalsa: Drop patch that has now been merged upstreamArun Raghavan2-70/+0
2016-02-11recipes: Add a recipe for the tinyalsa libraryArun Raghavan2-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-10recipes/x264: Fix GAS usage for ios 64bitEdward Hervey1-1/+3
the -no-integrated-as flag is only required on 32bit arm.
2016-01-26ios: Don't unconditionally use GAS environment variableSebastian Dröge4-7/+12
We don't set it anymore for iOS i386/x86-64
2016-01-22Make the pitivi package embed GstTranscoderThibault Saunier1-0/+4
2016-01-22gst-plugins-bad-1.0: Ship badaudio/video/base libraries, headers and .pc filesSebastian Dröge1-2/+9
https://bugzilla.gnome.org/show_bug.cgi?id=760733
2016-01-22recipes: Fix gst-transcoder buildThibault Saunier1-1/+1
For some reason it was working locally
2016-01-22x264: Update to 20160121-224-stable snapshotSebastian Dröge2-29/+4
2016-01-21gst-transcoder: Use the git http variantThibault Saunier1-1/+1
2016-01-21Add a gst-transcoder recipe (and its dependecies)Thibault Saunier4-0/+84
And make pitivi depend on that.
2016-01-21gst-libav: Include libavfilter as required by the deinterlacer nowSebastian Dröge1-2/+5
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
2016-01-13Add support for ubuntu wilyAlistair Buxton2-2/+4
https://bugzilla.gnome.org/show_bug.cgi?id=760593
2015-12-28libvpx: Don't embed bitcode on iOS until we support that properlySebastian Dröge2-0/+29
2015-12-28libvpx: Update to v1.5.0Sebastian Dröge5-195/+2
2015-12-24gst-plugins-bad: Ship GstPlayerSebastian Dröge1-3/+9
and also include the mpegts and GL library pkg-config files.
2015-12-01recipes: gst-plugins-bad: update for fragmented to hls plugin renameTim-Philipp Müller2-2/+2
2015-12-01config/darwin: Properly set ARCHFLAGSEdward Hervey1-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-24spandps: Don't do a "whereis which"-dance to find whichSebastian Dröge2-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-24gobject-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-11-20pitivi: Update to 0.95Thibault Saunier1-1/+1
2015-11-19gettext: Undef __USE_MINGW_ANSI_STDIO in another fileSebastian Dröge1-3/+18
2015-11-19gettext: Undef __USE_MINGW_ANSI_STDIO for fixing the gettext-tools build on ↵Sebastian Dröge3-1/+33
Windows
2015-11-18glib: 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-17Update Gtk, pango, gobject-introspection and pygobject to latest releasesThibault Saunier4-10/+8
2015-11-11glib: Remove obsolete patch that broke the build on WindowsSebastian Dröge3-29/+0
2015-11-11libsoup: Update to 2.52.2Sebastian Dröge2-19/+32
2015-11-11glib: Update to 2.46.2Sebastian Dröge2-2/+2
2015-11-03recipes:validate: Add the gir fileThibault Saunier1-0/+3
2015-11-02nettle: Update to 3.1.1Sebastian Dröge1-1/+1
2015-11-02gmp: 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-11-02gst-plugins-bad-1.0: Actually ship the androidmedia Java classSebastian Dröge1-4/+5
2015-10-28xz: xz-5.2.0 is no longer available at the source siteDavid Wu1-2/+2
Update to latest version of xz (xz-5.2.2). Closes https://github.com/EricssonResearch/cerbero/pull/37
2015-10-27spandsp: patch spandsp's Makefile.am to reliably generate some headers with ↵George Kiagiadakis2-1/+37
recent autotools
2015-10-26spandsp: fix dllexport/dllimport usage on windowsGeorge Kiagiadakis3-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-25glib: Fix up patch from last commitSebastian Dröge1-16/+15
2015-10-25glib: Patch from upstream GIT to fix ordering of library ctorsSebastian Dröge3-2/+195
Otherwise we might initialize gobject before glib, causing assertions and crashes. https://bugzilla.gnome.org/show_bug.cgi?id=756139
2015-10-24gst-plugins-bad-1.0-static: actually build the spandsp plugin in order to be ↵George Kiagiadakis1-2/+2
able to ship it
2015-10-24spandsp: add patch to stop compiling some conflicting has_MMX/has_3DNow/etc ↵George Kiagiadakis2-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-24gst-plugins-bad-1.0-static: Also ship spandsp plugin as a static pluginSebastian Dröge1-0/+1