Thanks! Clearing the cache did the trick. Didn't think about that, so TIL :-)
Search Criteria
Package Details: losslesscut-bin 3.64.0-1
Package Actions
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) |
Dependencies (4)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- libxss
- nss (nss-hgAUR)
Required by (0)
Sources (4)
muvvenby commented on 2020-03-02 13:32 (UTC)
dmp1ce commented on 2020-03-01 15:56 (UTC)
Try clearing your cache if you are using an AUR helper. I did update the checksum but the filename is the same as the last version. I may force a rename of the file to prevent this issue.
muvvenby commented on 2020-03-01 15:40 (UTC)
The update to 3.13.0-1 can't be installed because the file LosslessCut-linux.tar.bz2 fails the checksum.
dmp1ce commented on 2020-02-24 02:41 (UTC)
I took over as maintainer for this package. Please message me with issues or suggestions.
tnilzon commented on 2020-02-22 09:12 (UTC)
v3.7.0 is now published.
- Reorder segs function
- Improve settings screen
- Frame accurate seek
- Make side panel for cut segments
- Use up/down key to jump prev/next segment
jose1711 commented on 2020-02-10 12:38 (UTC)
no more using it, disowning so feel free to adopt
jose1711 commented on 2020-01-08 15:03 (UTC)
@bus removed, thanks
bus commented on 2020-01-07 18:36 (UTC)
gconf
has recently been dropped from repos (because it's been deprecated for years) and this package depends on it while the program itself runs fine without it. Could you remove it from the dependencies list?
kescherAUR commented on 2019-05-10 15:45 (UTC)
Version 2.2.0 removed ia32 support. Here's what an updated PKGBUILD might look like:
pkgname=losslesscut
pkgver=2.2.0
pkgrel=1
pkgdesc="Crossplatform GUI tool for lossless trimming/cutting of video/audio files"
arch=('x86_64')
url="https://github.com/mifi/lossless-cut"
license=('MIT')
depends=('ffmpeg' 'gtk2' 'nss' 'gconf')
makedepends=('asar')
source_x86_64=(losslesscut_${pkgver}.zip::"https://github.com/mifi/lossless-cut/releases/download/v${pkgver}/LosslessCut-linux-x64.zip" "losslesscut.desktop")
package()
{
cd "$srcdir"
mkdir -p $pkgdir/usr/{share/losslesscut,bin}
cd LosslessCut-linux-x64
asar ef resources/app.asar icon.svg
tar -cf - --exclude app.asar.unpacked --exclude icon.svg . | tar -C "$pkgdir/usr/share/losslesscut" -xvf -
ln -s /usr/share/losslesscut/LosslessCut $pkgdir/usr/bin/losslesscut
install -Dm644 ../$pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
install -Dm644 icon.svg "$pkgdir"/usr/share/pixmaps/$pkgname.svg
}
md5sums_x86_64=('d2da40d2f7e1cb55611f7585db7acc89' '460a126a50892d91bdc53de7fa3bc182')
jose1711 commented on 2019-01-31 15:11 (UTC) (edited on 2019-01-31 15:11 (UTC) by jose1711)
something like this?
source_i686=(losslesscut_${pkgver}.zip::"https://github.com/mifi/lossless-cut/releases/download/v${pkgver}/LosslessCut-linux-ia32.zip" "losslesscut.desktop")
source_x86_64=(losslesscut_${pkgver}.zip::"https://github.com/mifi/lossless-cut/releases/download/v${pkgver}/LosslessCut-linux-x64.zip" "losslesscut.desktop")
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:To make the change persist, change the
Exec=...
line in/usr/share/applications/losslesscut-bin.desktop
to: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.