Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-21 | packages: Update to 1.7.2 | Sebastian Dröge | 22 | -22/+22 | |
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 | 5 | -3/+217 | |
https://bugzilla.gnome.org/show_bug.cgi?id=754348 | |||||
2016-02-18 | gst-rtsp-server: Add rtspsink plugin to net plugins | Jan Schmidt | 4 | -5/+31 | |
2016-02-18 | README: Update Windows instructions and mention cerbero-uninstalled instead ↵ | George Yunaev | 1 | -13/+29 | |
of cerbero https://bugzilla.gnome.org/show_bug.cgi?id=762233 | |||||
2016-02-18 | tinyalsa: Drop patch that has now been merged upstream | Arun Raghavan | 2 | -70/+0 | |
2016-02-16 | config: remove unused and incorrect field | Martin Kelly | 1 | -1/+0 | |
The filename field in the Config class is set incorrectly (it is always DEFAULT_CONFIG_FILE). Since it's not used anywhere anyway, just remove it. https://bugzilla.gnome.org/show_bug.cgi?id=761110 | |||||
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-02-10 | ios/config: Pass CFLAGS to GAS | Edward Hervey | 1 | -5/+6 | |
We need to make sure the compiler does get *all* needed CFLAGS, especially the ios/osx minimum required version Fixes linker issues with XCode 7 as explained here: https://karp.id.au/post/xcode_7_linker_rules/ | |||||
2016-02-09 | enums: ARM64 is an arm | Edward Hervey | 1 | -1/+5 | |
Note that if one wants to do something different with 64 bit arm, one should first check for that architecture before using this method. | |||||
2016-02-08 | ios: Add support for iOS 9.2 | Edward Hervey | 2 | -2/+4 | |
2016-01-29 | pkgconfig: Complain loudly about relative include paths | Jan Schmidt | 1 | -0/+7 | |
If an pkgconfig file provides a relative path for includes, complain loudly and abort. Include paths should be absolute. | |||||
2016-01-29 | fwlib: Speed up archive building on OSX | Jan Schmidt | 1 | -2/+20 | |
Use os.link() to hard link source objects to a target name, and commit them to the final archive as a group instead of piece-by-piece to speed everything up | |||||
2016-01-28 | bootstrap: Install meson only if the python3 variant is active | Thibault Saunier | 1 | -1/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=761221 | |||||
2016-01-26 | ios: Pass arch_cflags to clang for gas-preprocessor too | Sebastian Dröge | 1 | -1/+1 | |
2016-01-26 | ios: Unset GAS in the environment explicitly for iOS i386/x86-64 | Sebastian Dröge | 1 | -1/+3 | |
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-25 | ios: Don't use gas-preprocessor on i386 and x86-64 | Sebastian Dröge | 1 | -1/+2 | |
It only supports ARM and PPC. | |||||
2016-01-22 | Make the pitivi package embed GstTranscoder | Thibault Saunier | 2 | -1/+6 | |
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 | Fix a name mismatch between host_prefix and tools_prefix | Thibault Saunier | 1 | -1/+1 | |
I am not sure it is what was meant to be done, but it is the only thing that makes sense as host_prefix does not exist anywhere. | |||||
2016-01-21 | Add a gst-transcoder recipe (and its dependecies) | Thibault Saunier | 5 | -0/+85 | |
And make pitivi depend on that. | |||||
2016-01-21 | linux.config: Allow tools_prefix to differ from host | Olivier Crête | 2 | -4/+6 | |
Some toolchain building tools put a prefix that is different from the host. So allow the .cbc to override the tools prefix if necessary. | |||||
2016-01-21 | gst-libav: Include libavfilter as required by the deinterlacer now | Sebastian Dröge | 1 | -2/+5 | |
2016-01-20 | config: fix typo | Martin Kelly | 1 | -1/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=760909 | |||||
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 | 4 | -2/+7 | |
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-27 | packages: Update version to 1.7.1 | Sebastian Dröge | 22 | -22/+22 | |
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-14 | gstreamer-1.0.mk: fix missing ";" bug | Martin Kelly | 1 | -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-11 | Add support for Windows 10 | Sebastian Dröge | 2 | -1/+3 | |
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 | 2 | -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-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 | 2 | -2/+2 | |
2015-11-19 | gettext: Undef __USE_MINGW_ANSI_STDIO in another file | Sebastian Dröge | 1 | -3/+18 | |