Search Criteria
Package Details: fastvideods-encoder-git 1:r2.1a25c4f-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/fastvideods-encoder-git.git (read-only, click to copy) |
---|---|
Package Base: | fastvideods-encoder-git |
Description: | Encoder for the FastVideoDS format |
Upstream URL: | https://github.com/Gericom/FastVideoDSEncoder |
Provides: | fastvideods-encoder |
Submitter: | bemxio |
Maintainer: | bemxio |
Last Packager: | bemxio |
Votes: | 2 |
Popularity: | 0.005386 |
First Submitted: | 2023-07-31 07:50 (UTC) |
Last Updated: | 2024-05-16 16:42 (UTC) |
Dependencies (4)
- dotnet-runtime-6.0 (dotnet-runtime-6.0-binAUR)
- ffmpeg5.1AUR
- dotnet-sdk (dotnet-sdk-2.2AUR, dotnet-sdk-2.2-vs2017AUR, dotnet-sdk-3.0AUR, dotnet-sdk-2.1AUR, dotnet-sdk-5.0-binAUR, dotnet-sdk-6.0.110-binAUR, dotnet-sdk-7.0-binAUR, dotnet-sdk-6.0-binAUR, dotnet-sdk-8.0.300-binAUR, dotnet-sdk-binAUR, dotnet-sdk-preview-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
MarsSeed commented on 2024-01-08 22:30 (UTC)
You have to keep the epoch value, and also you should never decrease it.
This is the only mechanism that the Arch packaging tools support for ensuring that the version is strictly monotonically increasing, in cases when the base pkgver gets decreased, irrespective of the reason behind it.
But you don't have to worry about it. Visually it might look strange, but this kind of version string is completely normal on Arch Linux. In fact, many repo packages have such a version.
bemxio commented on 2024-01-08 20:02 (UTC)
@MarsSeed I have added the epoch. Will I be able to delete it later on though, or will it need to stay forever, since the project doesn't seem to be updating real soon?
Also, please just comment in case of that stuff. Flagging packages is exclusively for when they're behind the latest release.
bemxio commented on 2024-01-08 15:58 (UTC) (edited on 2024-01-08 18:19 (UTC) by bemxio)
@MarsSeed Sorry for not being active, I will do it today. Thank you for making an alternative package for
ffmpeg-compat-59
!MarsSeed commented on 2024-01-07 19:45 (UTC)
Please kindly switch depends from the defunct
ffmpeg-compat-59
to its equivalent that works,ffmpeg5.1
.Also please declare
dotnet-runtime-6.0
in depends instead ofdotnet-runtime
. As the application does not work with other versions.Implementing a
pkgver()
function in PKGBUILD is also required by Arch VCS package guidelines.