libebml-1.4.4

This commit is contained in:
Rmys
2023-04-01 01:30:42 +03:00
committed by GitHub
parent e0c93e9cd2
commit 6c174385f8
2 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ def setup():
#autotools.autoreconf("-vfi") #autotools.autoreconf("-vfi")
#autotools.configure() #autotools.configure()
cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib \ cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DBUILD_SHARED_LIBS=ON") -DBUILD_SHARED_LIBS=ON")
def build(): def build():
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Extensible binary format library (kinda like XML)</Summary> <Summary>Extensible binary format library (kinda like XML)</Summary>
<Description>Extensible Binary Meta Language access library A library for reading and writing files with the Extensible Binary Meta Language, a binary pendant to XML.</Description> <Description>Extensible Binary Meta Language access library A library for reading and writing files with the Extensible Binary Meta Language, a binary pendant to XML.</Description>
<Archive sha1sum="a5e545d1bf22abf8b6722f4bc2d2034bb61b2d46" type="tarxz">https://dl.matroska.org/downloads/libebml/libebml-1.4.2.tar.xz</Archive> <Archive sha1sum="199c80d5b77d39e943120c596a61003bad38e7f1" type="tarxz">https://dl.matroska.org/downloads/libebml/libebml-1.4.4.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>cmake</Dependency> <Dependency>cmake</Dependency>
</BuildDependencies> </BuildDependencies>
@@ -45,6 +45,13 @@
</Package> </Package>
<History> <History>
<Update release="8">
<Date>2023-04-01</Date>
<Version>1.4.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7"> <Update release="7">
<Date>2021-06-29</Date> <Date>2021-06-29</Date>
<Version>1.4.2</Version> <Version>1.4.2</Version>