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.02
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 .. 4 5 6 7 8 9

eniac commented on 2018-08-10 17:01 (UTC) (edited on 2018-08-11 07:32 (UTC) by eniac)

x64 version install results:

==> Retrieving sources... -> Downloading LosslessCut-linux-x64.zip... -> Found losslesscut.desktop ==> 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! ==> ERROR: Makepkg was unable to build losslesscut.

cgorichanaz commented on 2018-08-04 21:00 (UTC) (edited on 2018-08-04 21:00 (UTC) by cgorichanaz)

MD5 seems to be wrong for LosslessCut-linux-x64.zip:

MD5(LosslessCut-linux-x64.zip)= da42d6971af2344990504a67f61f3ad8
MD5(losslesscut.desktop)= 460a126a50892d91bdc53de7fa3bc182

but PKGBUILD shows:

md5sums_x86_64=('0d356116d65613bafc153ea49e7049f5'
                '460a126a50892d91bdc53de7fa3bc182')

jose1711 commented on 2018-07-30 21:50 (UTC)

thank you, updated

hcjl commented on 2018-07-25 11:10 (UTC)

Adding the diff did not work. So here are just the changes.

pkgver=1.12.0 pkgrel=1 md5sums_i686=('001d60c13b98bb8d6d0c5de066ca0ba9' '460a126a50892d91bdc53de7fa3bc182') md5sums_x86_64=('0d356116d65613bafc153ea49e7049f5' '460a126a50892d91bdc53de7fa3bc182')

hcjl commented on 2018-07-25 11:06 (UTC) (edited on 2018-07-25 11:08 (UTC) by hcjl)

Thanks for adding this to the AUR. It is a great tool. Here is the diff of the PKGBUILD for the new version 1.12.

4,5c4,5 < pkgver=1.9.0 < pkgrel=3


pkgver=1.12.0 pkgrel=1 32c32 < md5sums_i686=('a9ce642513ffde905bfca3a47170a7c4'


md5sums_i686=('001d60c13b98bb8d6d0c5de066ca0ba9' 34c34 < md5sums_x86_64=('da42d6971af2344990504a67f61f3ad8'


md5sums_x86_64=('0d356116d65613bafc153ea49e7049f5'

eniac commented on 2018-02-11 16:10 (UTC)

Solved with -3, thanks for the prompt reply.

jose1711 commented on 2018-02-11 16:01 (UTC)

@eniac thank you for the report, please try -3

eniac commented on 2018-02-11 15:39 (UTC)

Tried to upgrade to 1.9.0-2 and got this message: install: cannot stat '/tmp/yaourt-tmp-eniac/aur-losslesscut/pkg/losslesscut/usr/share/losslesscut/resources/icon.svg': No such file or directory ==> ERROR: A failure occurred in package().