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
2022-10-05
ci: Fix triggered cerbero pipelines while tagged for release
1.21.1
Nirbheek Chauhan
1
-1
/
+8
2022-10-05
gst-plugins-bad: Local patch to fix UWP debug build
Nirbheek Chauhan
2
-0
/
+53
2022-10-05
gst-plugins-rs: Fix version and use tag for 1.21.1 release
Nirbheek Chauhan
1
-2
/
+6
2022-10-05
cerbero: Check that Cargo.toml version matches recipe version
Nirbheek Chauhan
3
-27
/
+60
2022-10-04
Build 1.21.1 release
Tim-Philipp Müller
14
-15
/
+15
2022-10-01
cerbero: Fix os.path.relpath on Windows
Nirbheek Chauhan
1
-0
/
+10
2022-10-01
gen-cache: Use tarfile + xz on Windows
Nirbheek Chauhan
1
-34
/
+60
2022-09-30
gen-cache: Fix tar usage on macOS and Windows
Nirbheek Chauhan
1
-5
/
+7
2022-09-29
gen-cache: Sprinkle some more logging
Nirbheek Chauhan
1
-1
/
+6
2022-09-29
gen-cache: Add files verbosely for debugging reasons
Nirbheek Chauhan
1
-0
/
+1
2022-09-29
gen-cache: Use bzip2 instead of xz on Windows
Nirbheek Chauhan
1
-41
/
+49
2022-09-27
bootstrap: MSYS2 has moved from pkg-config to pkgconf
Nirbheek Chauhan
1
-1
/
+1
2022-09-27
Add rust toolchain mappings for Linux ARM
Nirbheek Chauhan
1
-0
/
+2
2022-09-23
Add gst-rtsp-server library to the macOS framework
Nirbheek Chauhan
1
-5
/
+1
2022-09-23
gdk-pixbuf.recipe: Only force usage of tarfile when on Windows
Nirbheek Chauhan
1
-2
/
+4
2022-09-23
Revert "ci: Mark git repositories we import as safe"
Nirbheek Chauhan
3
-10
/
+2
2022-09-22
cerbero: Quick fix for gen-cache breakage
Nirbheek Chauhan
1
-2
/
+1
2022-09-22
macos: Fix the install_name for the GStreamer framework
Nirbheek Chauhan
1
-2
/
+3
2022-09-22
cerbero: Enable certificate checking everywhere now
Nirbheek Chauhan
2
-8
/
+4
2022-09-22
Download using powershell on Windows and rework download func
Nirbheek Chauhan
1
-113
/
+26
2022-09-22
ci: Build pkg-config as part of deps build on macOS and Windows
Nirbheek Chauhan
1
-2
/
+13
2022-09-22
packages: Don't add sqlite3 on platforms where we don't need it
Nirbheek Chauhan
1
-1
/
+4
2022-09-22
ci: Install cmake using pip3 on macOS instead of building it
Nirbheek Chauhan
1
-0
/
+2
2022-09-21
macos: Add archs to the metadata for the installer
Nirbheek Chauhan
1
-1
/
+7
2022-09-22
meson.recipe: Bump to 0.62.2
Nirbheek Chauhan
1
-2
/
+2
2022-09-21
cerbero: Allow building on Linux ARM64
Nirbheek Chauhan
1
-1
/
+1
2022-09-20
git: Fix issue with last security patch
Ruben Gonzalez
1
-1
/
+1
2022-09-18
distros: Fix CentOS allowance
Fabian Orccon
1
-3
/
+3
2022-09-18
gst-plugins-rs.recipe: Sync members list with the main branch
Nirbheek Chauhan
1
-7
/
+36
2022-09-15
gst-plugins-bad: Ship codectimestamper plugin
Seungha Yang
1
-0
/
+3
2022-09-15
Split debuginfo generated by rustc to reduce plugin sizes
Nirbheek Chauhan
1
-7
/
+28
2022-09-15
cerbero: Remove unnecessary filesprovider iOS hack
Nirbheek Chauhan
4
-5
/
+12
2022-09-15
gst-plugins-rs.recipe: Only build shared plugins for now
Nirbheek Chauhan
1
-52
/
+5
2022-09-15
ci: Bump Fedora image so that Rust bootstrap is cached
Nirbheek Chauhan
1
-1
/
+1
2022-09-15
Update README to document Rust support
Nirbheek Chauhan
1
-0
/
+16
2022-09-15
Enable Rust plugins on Linux, macOS, MSVC
Nirbheek Chauhan
4
-8
/
+13
2022-09-15
gst-plugins-rs.recipe: Rename libraries to match meson
Nirbheek Chauhan
1
-0
/
+25
2022-09-15
cerbero/cargo: Don't require the system to provide a toml module
Nirbheek Chauhan
1
-26
/
+38
2022-09-15
cerbero/cargo: Disable PDB packaging for Cargo recipes
Nirbheek Chauhan
1
-10
/
+17
2022-09-15
cerbero/cargo: Force static library type on android and ios
Nirbheek Chauhan
1
-0
/
+3
2022-09-15
cerbero: Add library_type support to cargo-c recipes
Nirbheek Chauhan
1
-0
/
+5
2022-09-15
cerbero: Use Android NDK LD when building Cargo recipes
Nirbheek Chauhan
3
-2
/
+54
2022-09-15
Add gst-plugins-rs.recipe
Nirbheek Chauhan
15
-3
/
+179
2022-09-15
cerbero: Implement offline support for Cargo recipes
Nirbheek Chauhan
2
-5
/
+49
2022-09-15
cerbero: Add support for cargo-c recipes
Nirbheek Chauhan
16
-40
/
+211
2022-09-15
cerbero: Add support for Rust toolchain in bootstrap
Nirbheek Chauhan
3
-10
/
+250
2022-09-15
cerbero: Allow bootstrappers to dynamically fetch URLs
Nirbheek Chauhan
1
-3
/
+11
2022-09-15
cerbero: Allow fetching bootstrap files without a checksum
Nirbheek Chauhan
1
-0
/
+5
2022-09-15
cerbero: Log commands run with shell.check_output
Nirbheek Chauhan
1
-0
/
+7
2022-09-15
bootstrap/osx: Correctly set cpan installer as interactive
Nirbheek Chauhan
1
-1
/
+1
[next]