Seungmin Kim

Results 665 comments of Seungmin Kim

https://github.com/linuxdeploy/linuxdeploy-plugin-conda https://github.com/linuxdeploy/linuxdeploy-plugin-gstreamer Conda packages can be deployed as AppImages. Best of both worlds. https://github.com/LizardByte/Sunshine/tree/nightly/packaging/linux/AppImage https://conda.github.io/conda-pack/ https://github.com/conda/constructor https://chtc.cs.wisc.edu/uw-research-computing/conda-installation

The initial implementation of the Conda build toolchain to generate a portable distro-agnostic distribution is ready. It will support any distro with glibc >= 2.17 (anything as old as CentOS/RHEL...

https://github.com/pacstall/pacstall I also stumbled upon this; an AUR for Ubuntu?

@danisla The following are outdated actions which require major updates to the pipeline: [`tj-actions/[email protected]`](https://github.com/tj-actions/changed-files) (newest version does not work just by changing the tag) [`actions/create-release@v1`](https://github.com/actions/create-release) (archived and deprecated) [`actions/upload-release-asset@v1`](https://github.com/actions/upload-release-asset) (archived...

@danisla The Actions pipeline is buggy. The release for GStreamer is always botched for some reason when `Build & publish all images` is not run before `Publish release`, and the...

@danisla It seems that the release pipeline is broken. GStreamer is not delivered correctly especially in Ubuntu 20.04 and apparently breaks something with the caching mechanism. For now, upload releases...

@danisla I won't open a new issue because I feel the CI is nearly fixed, but is it intended that gst-py-examples containers are not built in "Build & publish changed...

Default branch was changed to `main` to comply with GitHub guidances. If you have a local clone, please use: ``` git branch -m master main git fetch origin git branch...

> @ehfd for new releases, the process has changed slightly. The pipeline no longer creates the GH release. > > 1. manually create the Github Release and Tag. > 2....

> > Default branch was changed to `main` to comply with GitHub guidances. If you have a local clone, please use: > > > > ``` > > git branch...