about summary refs log tree commit diff
path: root/pkgs/applications/video/losslesscut-bin
AgeCommit message (Collapse)AuthorFilesLines
2024-04-25losslesscut-bin.x86_64-appimage: fix overridingYueh-Shun Li1-3/+1
Pass attributes `pname` and `version` directly into appimage.wrapType2, instead of attribute set update ('//'), to ensure that they survive across overriding. This is possible as the pname-version passing of buildFHSEnvBubblewrap, buildFHSEnv, and appimageTools.wrapAppImage is fixed.[1] [1]: https://github.com/NixOS/nixpkgs/pull/271071
2024-04-24treewide: unbreak appimageTools.wrapType2 buildsPeder Bergebakken Sundt1-1/+0
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided. Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result. This should fix most instances. contex: #271071
2024-04-03losslesscut-bin: add meta.sourceProvenanceYueh-Shun Li1-0/+1
2023-11-27treewide: add mainProgramh7x41-0/+1
2023-10-19losslesscut-bin: 3.55.2 -> 3.58.0Yueh-Shun Li1-5/+5
Provide Electron update against CVE-2023-4863 and CVE-2023-5129
2023-06-15losslesscut-bin: 3.48.2 -> 3.55.2Yueh-Shun Li1-5/+5
2023-06-15losslesscut-bin.x86_64-darwin: change platform to platforms.darwinYueh-Shun Li1-1/+1
2023-01-09treewide: {build,host,target}Platform -> stdenv.{build,host,target}PlatformArtturin1-4/+4
2022-12-08losslesscut-bin: 3.46.2 -> 3.48.2 and add aarch64-darwin supportShamrock Lee2-8/+17
2022-12-08losslesscut-bin: refactor the build expressionShamrock Lee7-138/+170
* appimage.nix -> build-from-appimage.nix to avoid confusion * .appimage -> x86_64-appimage to allow packaging binaries for architectures * Pass chromium flag --disable-seccomp-filter-sandbox to the executable * Use hostPlatform instead of stdenvNoCC.hostPlatform * Remove unnessesary intermediate variables
2022-10-02losslesscut: 3.43.0 -> 3.46.2koral4-11/+11
2022-05-15treewide: remove unecessary XDG_DATA_DIRS from appimage wrapType2Artturin1-2/+1
they're unnecessary since https://github.com/NixOS/nixpkgs/pull/161739/files which links the schemas to their correct fhs locations and adds gsettings-desktop-schemas and hicolor-icon-theme to appimage fhs
2022-03-07losslesscut-bin: 3.33.1 -> 3.43.0, update licenseMarkus S. Wamser4-11/+12
2021-04-18losslesscut-bin: init at 3.33.1 (#108512)Shamrock Lee4-0/+145
Add binary package for * Linux (AppImage) * Mac (dmg, x86_64 version) * Windows (zip)