-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New name so the user has to manually install it
- Loading branch information
1 parent
7cd95dc
commit d18c743
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Contributor: Thomas Schneider <[email protected]> | ||
# Contributor: Zak BlueSwordM <[email protected]> | ||
|
||
pkgname=svt-av1 | ||
pkgname=svt-av1-psy | ||
pkgver=v2.0.0.rc2.r0.g5cac47c1 | ||
pkgrel=1 | ||
pkgdesc='Scalable Video Technology AV1 encoder and decoder, with added perceptual enhancements for psychovisually optimal AV1 encoding' | ||
|
@@ -20,6 +20,8 @@ makedepends=( | |
nasm | ||
ninja | ||
) | ||
provides=('svt-av1') | ||
conflicts=('svt-av1') | ||
_tag=5cac47c1eaee9c5229cdf693bf26e90ff6c54b40 | ||
source=(git+https://github.com/gianni-rosato/svt-av1-psy.git#tag=${_tag}) | ||
b2sums=('SKIP') | ||
|