mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Rename libsdl2 => sdl2; Update sdl2; Add sdl2_compat package; Rebuild pkgconf to have pkg-config symlink; Update smallbasic. — libdex → 1.0.0,plutosvg → 0.0.7,plutovg → 1.3.1,py3_gitlint → 0.19.1,sdl2 → 2.32.10,sdl2_compat → 2.32.56,sdl3_image → 3.2.4,sysprof → 49.0,audaspace → 1.7.0,blender → 4.1.1,fceux → 2.6.5,ffmpeg → 7.1.1,flif → 0.4,gegl → 0.4.62,gstreamer → 1.26.6,jellyfin_media_player → 1.9.1-1,json_glib → 1.10.8,krita → 5.2.11,libfaudio → 25.09,libpanel → 1.10.2,libsdl2,libtiff → 4.7.1,libunistring → 1.4,love → 11.5,mjpegtools → 2.2.1,mpv → 0.40.0,opus → 1.5.2-1,pkgconf → 2.5.1-2,py3_numpy → 2.3.3,qemu → 9.1.1,sdl2_image → 2.8.8,sdl2_ttf → 2.24.0,sdl3_ttf → 3.2.2,smallbasic → 12.28,webrtc_audio_processing → 2.1,wxwidgets → 3.2.6-1,xorg_cf_files → 1.0.9,zip → 3.0-15 (#12997)
* Rename libsdl2 => sdl2; Update sdl2; Add sdl2_compat package; Rebuild pkgconf to have pkg-config symlink; Update smallbasic. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Upstream binaries are missing, so delete extremetuxracer package. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add libdex, sysprof, and update webkit2gtk_4_1 deps. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add libsdl2 stub Signed-off-by: Satadru Pramanik <satadru@gmail.com> * revert webkit2gtk_4_1 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * lint Signed-off-by: Satadru Pramanik <satadru@gmail.com> * revert shotcut Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add py3_gitlint. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update webrtc_audio_processing. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * opus rebuild to get gstreamer build to see it. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add extremetuxracer to deprecated packages. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Move gstreamer to stable branch. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Match zip package homepage with that in anitya. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Rebuild sysprof with gcc 15 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * xorg_cf_files => 1.0.9 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update libunistring, libtiff Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add plutovg, plutosvg, update sdl2_ttf, sdl3_ttf Signed-off-by: Satadru Pramanik <satadru@gmail.com> * update sdl2_image Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add sdl3_image Signed-off-by: Satadru Pramanik <satadru@gmail.com> * libfaudio => 25.0.9 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * updater-smallbasic_12.28: Package File Update Run on linux/386 container. * Add libfaudio binaries Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Rebuild zip. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * update audaspace Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Removed libsdl2 stub package, changed libsdl2 deps to sdl2 deps in shotcut and freerdp. Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
afbacd0a6f
commit
36fb04d983
@@ -91,6 +91,7 @@ renamed_packages = Set[
|
||||
{ pkg_name: 'libcurl', pkg_rename: 'curl', comments: 'Renamed to better match upstream.' },
|
||||
{ pkg_name: 'libgpgerror', pkg_rename: 'libgpg_error', comments: 'Renamed to better match upstream.' },
|
||||
{ pkg_name: 'libjpeg', pkg_rename: 'libjpeg_turbo', comments: 'Renamed to better match upstream.' },
|
||||
{ pkg_name: 'libsdl2', pkg_rename: 'sdl2', comments: 'Renamed to better match upstream.' },
|
||||
{ pkg_name: 'mandb', pkg_rename: 'man_db', comments: 'Renamed to better match upstream.' },
|
||||
{ pkg_name: 'mercurial', pkg_rename: 'py3_mercurial', comments: 'Renamed to match other pip packages.' },
|
||||
{ pkg_name: 'meson', pkg_rename: 'py3_meson', comments: 'Renamed to avoid conflict with buildsystems/meson.' },
|
||||
@@ -143,6 +144,7 @@ end
|
||||
|
||||
deprecated_packages = Set[
|
||||
{ pkg_name: 'epydoc', comments: 'Abandoned upstream, only supports Python 2.' },
|
||||
{ pkg_name: 'extremetuxracer', comments: 'Chromebrew version had broken links to missing pre-compiled binaries.' },
|
||||
{ pkg_name: 'gfbgraph', commwnts: 'Deprecated upstream.' },
|
||||
{ pkg_name: 'git_prompt', comments: 'Integrated into git package.' },
|
||||
{ pkg_name: 'gnome_session', comments: 'No longer compatible with any architecture, requires systemd.' },
|
||||
|
||||
Reference in New Issue
Block a user