about summary refs log tree commit diff
path: root/pkgs/applications/video/losslesscut-bin
AgeCommit message (Collapse)AuthorFilesLines
2024-06-18Merge pull request #317795 from ShamrockLee/losslesscut-bin-updateAleksana3-14/+22
losslesscut-bin: 3.58.0 -> 3.61.1
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-07losslesscut-bin: *-windows: refactorYueh-Shun Li1-4/+9
Run pre- and post- hooks. Utilize $sourceRoot. cd when CWD is about to move away.
2024-06-07losslesscut-bin: *-dmg: refactorYueh-Shun Li1-3/+6
Run pre- and post- hooks. Utilize $sourceRoot.
2024-06-07losslesscut-bin: *-dmg: unpack with _7zz instead of undmgYueh-Shun Li1-2/+2
Support both HFS and Zstd format with 7zz.
2024-06-07losslesscut-bin: 3.58.0 -> 3.61.1Yueh-Shun Li1-5/+5
2024-05-13treewide: fix use of `extraPkgs` in AppImagesMartino Fontana1-2/+0
Mostly removes unnecessary use of `extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs;` This caused some packages to be listed twice. Also, fix some styling, and accidental use of top-level packages (sometimes due to the `with;` keyword, e.g. on `beeper`). Remove inclusions of `bash`, since `bashInteractive` is already present by default.
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)