index
:
gstreamer/cerbero
1.0
1.10
1.12
1.14
1.16
1.18
1.2
1.20
1.22
1.24
1.4
1.6
1.8
main
master
Cerbero build system used to build the official upstream GStreamer 1.0 SDK binaries (mirrored from https://gitlab.freedesktop.org/gstreamer/cerbero)
tpm
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-19
libvpx: Currently only outputs a static library for Android
Matthew Waters
1
-0
/
+1
2019-03-18
cerbero/windows: Fix .def generation on MinGW libs
Nirbheek Chauhan
2
-4
/
+4
2019-03-18
cerbero/windows: Package .la files on Windows too
Nirbheek Chauhan
1
-2
/
+1
2019-03-18
ladspa.recipe: Set library_type for custom builds
Nirbheek Chauhan
2
-4
/
+2
2019-03-18
libusrsctp.recipe: Do not print to stdout during extract
Nirbheek Chauhan
1
-3
/
+2
2019-03-18
openssl.recipe: Fix Perl searching with new async configure
Nirbheek Chauhan
2
-7
/
+10
2019-03-18
cerbero: Exit after selecting 'shell' on build failure
Nirbheek Chauhan
1
-1
/
+1
2019-03-18
librsvg.recipe: Add a python3 wrapper script on Windows
Nirbheek Chauhan
1
-0
/
+14
2019-03-18
cerbero/windwos: Fix searching of vpx dll on MSVC
Nirbheek Chauhan
1
-2
/
+2
2019-03-18
libmms.recipe: We do need to run aclocal on Windows
Nirbheek Chauhan
1
-7
/
+0
2019-03-18
cerbero/windows: Skip DLL/implib code when only static
Nirbheek Chauhan
3
-13
/
+11
2019-03-18
cerbero/windows: Port dlltool usage to shell.new_call
Nirbheek Chauhan
1
-5
/
+6
2019-03-18
cerbero/windows: Run lib.exe without an MSYS shell
Nirbheek Chauhan
2
-11
/
+17
2019-03-18
cerbero/windows: Don't include stderr in .def files
Nirbheek Chauhan
2
-1
/
+18
2019-03-18
cerbero/shell: Don't copy env when it's None
Nirbheek Chauhan
1
-11
/
+3
2019-03-18
cerbero/windows: Refactor gendef call and check for errors
Nirbheek Chauhan
1
-8
/
+17
2019-03-18
cerbero/windows: Redirect GenLib shell.call to logfile
Nirbheek Chauhan
2
-4
/
+9
2019-03-18
cerbero/windows: Hack-fix for shell.async_check_call
Nirbheek Chauhan
2
-0
/
+18
2019-03-18
cerbero: Do not print autotools file copying
Nirbheek Chauhan
1
-1
/
+1
2019-03-18
cerbero/windows: Don't generate .lib files for runtime deps
Nirbheek Chauhan
1
-0
/
+3
2019-03-18
cerbero/windows: SelectorEventLoop is not available
Nirbheek Chauhan
1
-1
/
+7
2019-03-18
cerbero: Simplify async_call and async_check_call
Nirbheek Chauhan
2
-124
/
+78
2019-03-18
filesprovider: implement library type selection
Matthew Waters
10
-20
/
+49
2019-03-18
filesprovider: don't search for development libraries for runtime_deps
Matthew Waters
1
-0
/
+3
2019-03-18
win32: output .def filenames that we are expecting in file lists
Matthew Waters
1
-5
/
+8
2019-03-18
build: Convert configure to async functions
Matthew Waters
19
-63
/
+207
2019-03-18
cerbero: store the envirnoment on the recipe
Matthew Waters
15
-85
/
+114
2019-03-18
cerbero: Factor out step running into a base class method
Nirbheek Chauhan
1
-27
/
+16
2019-03-18
cerbero: Make logfile a per-recipe attribute
Nirbheek Chauhan
6
-169
/
+155
2019-03-18
cerbero: Write log file correctly for universal recipes
Nirbheek Chauhan
2
-5
/
+21
2019-03-18
cerbero: Consolidate download wrappers into one function
Nirbheek Chauhan
2
-59
/
+38
2019-03-18
vpx: also build a shared library on macos
Matthew Waters
1
-0
/
+10
2019-03-18
graphene: introspection is disabled for this recipe so .gir will not be gener...
Matthew Waters
1
-1
/
+1
2019-03-18
recipes/pango: install pangowin32 .la on windows
Matthew Waters
1
-0
/
+3
2019-03-18
recipes/cdparanoia: install .la files
Matthew Waters
1
-0
/
+7
2019-03-18
recipes/vpx: install .la library
Matthew Waters
1
-0
/
+3
2019-03-18
gst-validate: introduce the missing comma needed for headers/pc file
Matthew Waters
1
-1
/
+1
2019-03-18
gst-plugins-base: remove gir/typelibs that are not generated
Matthew Waters
1
-2
/
+1
2019-03-18
libiconv: don't try to ship lang files that do not exist
Matthew Waters
1
-1
/
+1
2019-03-16
cerbero: Prefer lib.exe over dlltool to find DLLs
Nirbheek Chauhan
1
-13
/
+29
2019-03-16
cerbero/msvc: Better way to export the MSVC shell
Nirbheek Chauhan
2
-11
/
+9
2019-03-16
windows.config: Use MSVC rc instead of GNU windres
Nirbheek Chauhan
1
-0
/
+1
2019-03-16
glib-tools.recipe: Fix build on Windows with MinGW
Nirbheek Chauhan
2
-0
/
+33
2019-03-16
cerbero: Fix syntax errors in VS env functions
Nirbheek Chauhan
1
-2
/
+9
2019-03-14
orc: Add .git to URI, otherwise we get 404
Olivier CrĂȘte
1
-1
/
+1
2019-03-14
libsoup.recipe: Add a python3 wrapper script on Windows
Nirbheek Chauhan
1
-0
/
+13
2019-03-12
CI: Cerbero jobs has been merge to CI template
Nicolas Dufresne
1
-24
/
+0
2019-03-11
cerbero: Don't wrap custom.py loading in a try..except
Nirbheek Chauhan
1
-8
/
+5
2019-03-11
gst recipes: Force usage of git when using --manifest
Nirbheek Chauhan
2
-1
/
+5
2019-03-11
cerbero: Use a variant for enabling/disabling -Werror
Nirbheek Chauhan
2
-2
/
+2
[prev]
[next]