x264-20220219

This commit is contained in:
Rmys
2022-06-24 18:36:01 +03:00
committed by GitHub
parent 97ab798cb3
commit bb44ae6d98
+9 -1
View File
@@ -14,7 +14,7 @@
<Summary>Open source H264/AVC encoder</Summary> <Summary>Open source H264/AVC encoder</Summary>
<Description>x264 is a free library for encoding H264/AVC video streams.</Description> <Description>x264 is a free library for encoding H264/AVC video streams.</Description>
<!-- Archives come from http://download.videolan.org/pub/videolan/x264/snapshots/ --> <!-- Archives come from http://download.videolan.org/pub/videolan/x264/snapshots/ -->
<Archive sha1sum="fb015fc41c2290496a26b8374672bad05ee91407" type="tarxz">http://ftp.osuosl.org/pub/blfs/conglomeration/x264/x264-20210814.tar.xz</Archive> <Archive sha1sum="14ecae8176fbaecd45c3e2d12a90f810a4557f7a" type="tarxz">http://ftp.osuosl.org/pub/blfs/conglomeration/x264/x264-20220219.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>yasm-devel</Dependency> <Dependency>yasm-devel</Dependency>
<Dependency>l-smash-devel</Dependency> <Dependency>l-smash-devel</Dependency>
@@ -29,6 +29,7 @@
<Files> <Files>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/bash-completion/completions/x264</Path>
</Files> </Files>
</Package> </Package>
@@ -45,6 +46,13 @@
</Package> </Package>
<History> <History>
<Update release="14">
<Date>2022-06-24</Date>
<Version>20220219</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13"> <Update release="13">
<Date>2021-10-30</Date> <Date>2021-10-30</Date>
<Version>20210814</Version> <Version>20210814</Version>