Package Details: shutter-encoder 18.5-1

Git Clone URL: https://aur.archlinux.org/shutter-encoder.git (read-only, click to copy)
Package Base: shutter-encoder
Description: Converter for all formats video|audio|image professionnals codecs and standards - swiss knife tool for Linux
Upstream URL: https://www.shutterencoder.com/
Licenses: GPL
Submitter: gromain
Maintainer: gromain
Last Packager: gromain
Votes: 6
Popularity: 0.000000
First Submitted: 2020-05-08 16:53 (UTC)
Last Updated: 2024-09-26 14:31 (UTC)

Dependencies (14)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

Technetium1 commented on 2021-11-21 06:48 (UTC)

youtube-dl has been replaced with yt-dlp in 15.6: https://github.com/paulpacifico/shutter-encoder/commit/7c848eb40af83c3b47f6e3e15283fd389df2c061#diff-89c7a5863c755cc59c8e4f0991f65dac188581738c37b9f2cef3b8bfc9ee3d0c

coolapso commented on 2021-10-11 09:36 (UTC)

Same as mentioned for the version below can be done for the new version 15.5

Edit the PKGBUILD, change the vars:

pkgver=15.5
sha256sums=('64e72b03594f16e6a11ab3c2c86eed7cfeaad199e5a5d4871c4ab4083fa16ad1')

victorbrca commented on 2021-09-27 11:03 (UTC)

For anyone that is vailing with One or more files did not pass the validity check, version 15.4 is out, however, PKGBUILD is still using 15.3.

If you want to install it before the maintainer fixes it...

Change into the package cache folder:

$ cd ~/.cache/yay/shutter-encoder

Change the pkgver and sha256sums values in PKGBUILD:

pkgver=15.4
sha256sums=('72248a4a77b2b86d1a80dc7c95072c1fe363abc8cb6b88d70b14a6d5a8dcf355')

Run makepkg

$ makepkg

And finally, install the app:

$ sudo pacman -U shutter-encoder-15.4-1-x86_64.pkg.tar

gameslayer commented on 2021-08-14 14:10 (UTC)

==> Validating source files with sha256sums...
    Shutter%20Encoder%2015.2%20Linux%2064bits.deb ... FAILED
==> ERROR: One or more files did not pass the validity check!
Failed to build shutter-encoder

gromain commented on 2021-06-14 02:04 (UTC)

Thanks @djmattyg00, pkg was updated according to your recommendations and brought up to the latest version.

djmattyg007 commented on 2021-06-13 23:50 (UTC)

The dependency on libutil-linux should be updated to util-linux-libs. The relevant package was renamed some time ago, and there's always a risk that it may be updated in such a way that it's no longer able to satisfy the libutil-linux dependency.

djmattyg007 commented on 2021-06-11 23:57 (UTC)

The sha256 hash does not match for the latest version.

jogai commented on 2021-02-10 08:53 (UTC)

14.6 available now. Workaround is to download it yourself to the yay cache, rename the file, and install with: 'yay -S --mflags --skipinteg shutter-encoder --noredownload'