Package Details: losslesscut-bin 3.64.0-1

Git Clone URL: https://aur.archlinux.org/losslesscut-bin.git (read-only, click to copy)
Package Base: losslesscut-bin
Description: Crossplatform GUI tool for lossless trimming/cutting of video/audio files
Upstream URL: https://github.com/mifi/lossless-cut
Licenses: MIT
Conflicts: losslesscut
Provides: losslesscut
Submitter: dmp1ce
Maintainer: dmp1ce (Lulzagna)
Last Packager: Lulzagna
Votes: 55
Popularity: 1.00
First Submitted: 2020-11-10 13:10 (UTC)
Last Updated: 2024-11-01 15:21 (UTC)

Pinned Comments

kata55 commented on 2023-07-06 20:07 (UTC) (edited on 2023-07-06 20:09 (UTC) by kata55)

If anyone, like me, uses this on GNOME on Wayland with Fractional Scaling (due to a 14" 2560x1440 screen in their laptop), you may find this Electron trick useful to make the app work in native Wayland mode instead of xwayland (so that it does not appear blurry) - run the app with this command:

losslesscut --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations

To make the change persist, change the Exec=... line in /usr/share/applications/losslesscut-bin.desktop to:

Exec=losslesscut --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations

It would be probably great if the .desktop file in this AUR would have this automatically included if Wayland is detected as the display server, but I'm not sure how do you go about this; Also this seems to be a recurring theme with all Electron apps, so I'm thinking about some system-wide solution to be brought up on Arch upstream - no point in having every single Electron app packager waste the effort repeating this.

dmp1ce commented on 2021-10-29 17:03 (UTC)

I'm following the releases on this page: https://github.com/mifi/lossless-cut/releases

I'm not following all the tagged versions.

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 Next › Last »

xuiqzy commented on 2019-01-31 14:59 (UTC)

Could you please integrate the version number when saving the downloaded package, so the checksum check doesn't fail on a version upgrade when the old file is also present? You can see here how to do that: https://wiki.archlinux.org/index.php/PKGBUILD#source Thanks :)

anti4r commented on 2018-10-04 02:33 (UTC) (edited on 2018-10-04 04:18 (UTC) by anti4r)

md5 hash for the new update does not match, update 1.14.0-1 is broken

Validating source_x86_64 files with md5sums... >LosslessCut-linux-x64.zip ... FAILED >losslesscut.desktop ... Passed `==> ERROR: One or more files did not pass the validity check!``

jose1711 commented on 2018-08-23 21:07 (UTC)

same here - but rebuilding was not really needed. i suspect recent ffmpeg update:

[2018-07-19 21:25] [ALPM] upgraded ffmpeg (1:4.0.1-3 -> 1:4.0.2-1)
[2018-08-17 00:17] [ALPM] upgraded ffmpeg (1:4.0.2-1 -> 1:4.0.2-2)

hcjl commented on 2018-08-21 07:17 (UTC)

Today I reinstalled version 1.12.0-3 and now it works. I have no clue why? ;-)

hcjl commented on 2018-08-12 09:44 (UTC)

@jose1711 Thank you very much!

jose1711 commented on 2018-08-11 21:53 (UTC)

@hcjl https://github.com/mifi/lossless-cut/issues/84

hcjl commented on 2018-08-11 21:13 (UTC)

Building works fine, but it segfaults now with latest Arch updates. Here is the output of strace -> https://paste.pound-python.org/show/sgtGcKzMFjNNuOsvIDV1/

Maybe it is an upstream bug.

eniac commented on 2018-08-11 07:31 (UTC) (edited on 2018-08-11 14:42 (UTC) by eniac)

@jose1711 same here. Sorry I hadn't checked the md5sum myself and assumed the PKGBUILD had not been updated. I see "LosslessCut-linux-x64.zip ... FAILED" because md5sum's result for x64 is 0d356116d65613bafc153ea49e7049f5 as you said.

Edit: thanks for fixing the pkgbuild, it works now.

jose1711 commented on 2018-08-10 22:38 (UTC) (edited on 2018-08-10 22:39 (UTC) by jose1711)

please share output of

curl -sL --output - 'https://github.com/mifi/lossless-cut/releases/download/v1.12.0/LosslessCut-linux-x64.zip' | md5sum - 

on your system. i get 0d356116d65613bafc153ea49e7049f5 which is the sum i had in the PKGBUILD originally (before doing the update suggested by cgorichanaz)

hcjl commented on 2018-08-10 22:11 (UTC)

@eniac change the md5sum in PKGBUILD as cgorichanaz already mentioned.