123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>x264</Name>
- <Homepage>http://developers.videolan.org/x264.html</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <Summary>Open source H264/AVC encoder</Summary>
- <Description>x264 is a free library for encoding H264/AVC video streams.</Description>
- <!-- Archives come from http://download.videolan.org/pub/videolan/x264/snapshots/ -->
- <Archive sha1sum="14ecae8176fbaecd45c3e2d12a90f810a4557f7a" type="tarxz">http://ftp.osuosl.org/pub/blfs/conglomeration/x264/x264-20220219.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>yasm-devel</Dependency>
- <Dependency>l-smash-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>x264</Name>
- <RuntimeDependencies>
- <Dependency>l-smash</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/bash-completion/completions/x264</Path>
- </Files>
- </Package>
- <Package>
- <Name>x264-devel</Name>
- <Summary>Development files for x264</Summary>
- <RuntimeDependencies>
- <Dependency release="current">x264</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <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">
- <Date>2021-10-30</Date>
- <Version>20210814</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="12">
- <Date>2021-05-05</Date>
- <Version>20210211</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="11">
- <Date>2020-10-14</Date>
- <Version>20200819</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="11">
- <Date>2020-01-17</Date>
- <Version>20191217</Version>
- <Comment>Version bump</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="10">
- <Date>2019-10-10</Date>
- <Version>2245.20191010</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="9">
- <Date>2019-04-12</Date>
- <Version>2245.20190412</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="8">
- <Date>2018-07-31</Date>
- <Version>2245.20180730</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2018-05-19</Date>
- <Version>2245.19052018</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2018-02-18</Date>
- <Version>2245.17022018</Version>
- <Comment>Rebuild</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2017-09-20</Date>
- <Version>2245.12062016</Version>
- <Comment>Rebuild</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2016-07-22</Date>
- <Version>2245.12062016</Version>
- <Comment>Fix relase</Comment>
- <Name>Ergün Salman</Name>
- <Email>poyraz76@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-06-13</Date>
- <Version>2245.12062016</Version>
- <Comment>Version bump.</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>2245</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-12-02</Date>
- <Version>2245</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|