Merge pull request #9825 from 4fury-c3440d8/taglib

taglib update.
This commit is contained in:
Kamil ATLI
2021-10-23 21:55:31 +03:00
committed by GitHub
2 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -19,4 +19,4 @@ def build():
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS","COPYING*")
pisitools.dodoc("AUTHORS", "COPYING*")
+12 -5
View File
@@ -8,20 +8,20 @@
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>GPL-2</License>
<IsA>library</IsA>
<Summary>A library for reading and editing audio meta data</Summary>
<Summary>A library for reading and editing audio meta data.</Summary>
<Description>TagLib is a library for reading and editing the meta data of several popular audio formats.</Description>
<Archive sha1sum="80a30eeae67392f636c9f113c60d778c2995c99e" type="targz">https://taglib.org/releases/taglib-1.11.1.tar.gz</Archive>
<Archive sha1sum="c06c44223f64ef61d29372659059d6b9e27c2efd" type="targz">https://taglib.org/releases/taglib-1.12.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>boost-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">CVE-2017-12678.patch</Patch>
<!-- <Patch level="1">CVE-2017-12678.patch</Patch>
<Patch level="1">CVE-2018-11439.patch</Patch>
<Patch level="1">fix_ogg_corruption.patch</Patch>
<Patch level="1">fix_ogg_corruption.patch</Patch> -->
</Patches>
</Source>
@@ -51,6 +51,13 @@
</Package>
<History>
<Update release="9">
<Date>2021-10-23</Date>
<Version>1.12</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2020-09-15</Date>
<Version>1.11.1</Version>