+summary : Library for encoding and decoding .avif files
+description: |
+ libavif aims to be a friendly and portable C implementation of the AV1 Image File Format, capable of both encoding and decoding.
+builddeps :
+ - pkgconfig(dav1d)
+ - pkgconfig(rav1e)
+setup : |
+ %cmake_ninja \
+ -DAVIF_BUILD_TESTS=ON \
+ -DAVIF_CODEC_DAV1D=ON \
+ -DAVIF_CODEC_RAV1E=ON
+build : |
+ %ninja_build
+install : |
+ %ninja_install
+check : |
+ ./solusBuildDir/aviftest tests/data
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,53 @@
+<PISI>
+ <Source>
+ <Name>libavif</Name>
+ <Packager>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
+ </Packager>
+ <License>BSD-2-Clause</License>
+ <PartOf>multimedia.library</PartOf>
+ <Summary xml:lang="en">Library for encoding and decoding .avif files</Summary>
+ <Description xml:lang="en">libavif aims to be a friendly and portable C implementation of the AV1 Image File Format, capable of both encoding and decoding.
+ <Summary xml:lang="en">Library for encoding and decoding .avif files</Summary>
+ <Description xml:lang="en">libavif aims to be a friendly and portable C implementation of the AV1 Image File Format, capable of both encoding and decoding.
+ <Summary xml:lang="en">Development files for libavif</Summary>
+ <Description xml:lang="en">libavif aims to be a friendly and portable C implementation of the AV1 Image File Format, capable of both encoding and decoding.