x264 x265 ver. bump
This commit is contained in:
@@ -47,7 +47,8 @@ def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
#autotools.install()
|
||||
|
||||
# verMINOR = getMinorVersion()
|
||||
# pisitools.dosym("libx264.so.%s.%s" % (verMAJOR, verMINOR), "/usr/lib/libx264.so.%s" % verMAJOR)
|
||||
|
||||
@@ -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="f2c36c5a2e81eb0456af4e1f06b827d98ccc6c18" type="tarbz2">http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20191217-2245.tar.bz2</Archive>
|
||||
<Archive sha1sum="91eabc70e3a00c745b8eb4e697c795f287eca836" type="tarxz">http://ftp.osuosl.org/pub/blfs/conglomeration/x264/x264-20200819.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>yasm-devel</Dependency>
|
||||
<Dependency>l-smash-devel</Dependency>
|
||||
@@ -45,7 +45,14 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<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>
|
||||
|
||||
@@ -10,7 +10,7 @@ from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
|
||||
WorkDir="x265_3.2.1"
|
||||
WorkDir="x265_%s" % get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
|
||||
|
||||
@@ -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="0bd4889ff3ad596372ce2338f2d896947a2eec53" type="targz">https://bitbucket.org/multicoreware/x265/downloads/x265_3.2.1.tar.gz</Archive>
|
||||
<Archive sha1sum="5bc27f7d4504fef1ea429551319c9bab49f6df4a" type="targz">http://ftp.osuosl.org/pub/blfs/conglomeration/x265/x265_3.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>yasm-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
@@ -47,7 +47,14 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Update release="11">
|
||||
<Date>2020-10-14</Date>
|
||||
<Version>3.4</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2020-01-17</Date>
|
||||
<Version>3.2.1</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
|
||||
Reference in New Issue
Block a user