summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-02-21packages: Update to 1.7.2Sebastian Dröge22-22/+22
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öge5-3/+217
https://bugzilla.gnome.org/show_bug.cgi?id=754348
2016-02-18gst-rtsp-server: Add rtspsink plugin to net pluginsJan Schmidt4-5/+31
2016-02-18README: Update Windows instructions and mention cerbero-uninstalled instead ↵George Yunaev1-13/+29
of cerbero https://bugzilla.gnome.org/show_bug.cgi?id=762233
2016-02-18tinyalsa: Drop patch that has now been merged upstreamArun Raghavan2-70/+0
2016-02-16config: remove unused and incorrect fieldMartin Kelly1-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-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-02-10ios/config: Pass CFLAGS to GASEdward Hervey1-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-09enums: ARM64 is an armEdward Hervey1-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-08ios: Add support for iOS 9.2Edward Hervey2-2/+4
2016-01-29pkgconfig: Complain loudly about relative include pathsJan Schmidt1-0/+7
If an pkgconfig file provides a relative path for includes, complain loudly and abort. Include paths should be absolute.
2016-01-29fwlib: Speed up archive building on OSXJan Schmidt1-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-28bootstrap: Install meson only if the python3 variant is activeThibault Saunier1-1/+2
https://bugzilla.gnome.org/show_bug.cgi?id=761221
2016-01-26ios: Pass arch_cflags to clang for gas-preprocessor tooSebastian Dröge1-1/+1
2016-01-26ios: Unset GAS in the environment explicitly for iOS i386/x86-64Sebastian Dröge1-1/+3
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-25ios: Don't use gas-preprocessor on i386 and x86-64Sebastian Dröge1-1/+2
It only supports ARM and PPC.
2016-01-22Make the pitivi package embed GstTranscoderThibault Saunier2-1/+6
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-21Fix a name mismatch between host_prefix and tools_prefixThibault Saunier1-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-21Add a gst-transcoder recipe (and its dependecies)Thibault Saunier5-0/+85
And make pitivi depend on that.
2016-01-21linux.config: Allow tools_prefix to differ from hostOlivier Crête2-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-21gst-libav: Include libavfilter as required by the deinterlacer nowSebastian Dröge1-2/+5
2016-01-20config: fix typoMartin Kelly1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=760909
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 Buxton4-2/+7
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-27packages: Update version to 1.7.1Sebastian Dröge22-22/+22
2015-12-24gst-plugins-bad: Ship GstPlayerSebastian Dröge1-3/+9
and also include the mpegts and GL library pkg-config files.
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-01recipes: gst-plugins-bad: update for fragmented to hls plugin renameTim-Philipp Müller2-2/+2
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-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 Saunier2-2/+2
2015-11-19gettext: Undef __USE_MINGW_ANSI_STDIO in another fileSebastian Dröge1-3/+18