Merge pull request #6720 from Rmys/master

x264 265 ver bump
This commit is contained in:
Rmys
2019-04-13 15:21:36 +03:00
committed by GitHub
3 changed files with 18 additions and 2 deletions
+8 -1
View File
@@ -14,7 +14,7 @@
<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="707b302136a381d2e634187528b4325d2ade0c3d" type="tarbz2">https://download.videolan.org/pub/videolan/x264/snapshots/last_stable_x264.tar.bz2</Archive>
<Archive sha1sum="3b79578f037ba5e9abf418d7a4b90590b030f3a0" type="tarbz2">https://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20190412-2245.tar.bz2</Archive>
<BuildDependencies>
<Dependency>yasm-devel</Dependency>
<Dependency>l-smash-devel</Dependency>
@@ -45,6 +45,13 @@
</Package>
<History>
<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>
+2
View File
@@ -21,4 +21,6 @@ def build():
def install():
shelltools.cd("source")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.remove("/usr/lib/libx265.a")
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>Open source H265/EVC encoder</Summary>
<Description>x265 is a commercially funded open source implementation of the H.265/High Efficiency Video Coding (HEVC) compression standard.</Description>
<Archive sha1sum="27642953f6f620beb669129bd581d569b27a8ae6" type="targz">https://bitbucket.org/multicoreware/x265/downloads/x265_2.7.tar.gz</Archive>
<Archive sha1sum="5eeacc607e6fe6bca61f9cf355b34ef135987696" type="targz">https://bitbucket.org/multicoreware/x265/downloads/x265_3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>yasm-devel</Dependency>
<Dependency>cmake</Dependency>
@@ -47,6 +47,13 @@
</Package>
<History>
<Update release="7">
<Date>2019-04-12</Date>
<Version>3.0</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2018-08-05</Date>
<Version>2.7</Version>