This commit is contained in:
4fury-c3440d8
2022-11-24 17:17:34 +03:00
parent c85820ce68
commit e3740118e7
2 changed files with 18 additions and 9 deletions
+7 -4
View File
@@ -8,10 +8,13 @@ from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
i = ''.join([
' -DBUILD_SHARED_LIBS=ON',
' -DWITH_ZLIB=ON -L '
])
def setup():
cmaketools.configure("-DBUILD_SHARED_LIBS=ON \
-DWITH_MP4=ON \
-DWITH_ASF=ON")
cmaketools.configure(i)
def build():
cmaketools.make()
@@ -19,4 +22,4 @@ def build():
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING*")
pisitools.dodoc("AUTHORS", "NEWS")
+11 -5
View File
@@ -8,20 +8,19 @@
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>GPL-2</License>
<License>MPL-1.1</License>
<License>LGPL-2.1</License>
<IsA>library</IsA>
<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="c06c44223f64ef61d29372659059d6b9e27c2efd" type="targz">https://taglib.org/releases/taglib-1.12.tar.gz</Archive>
<Archive sha1sum="e68319d1ac8fcf7fd68697c6d08427d847b5ebb3" type="targz">https://taglib.org/releases/taglib-1.13.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-2018-11439.patch</Patch>
<Patch level="1">fix_ogg_corruption.patch</Patch> -->
<!-- <Patch level="1">missing.patch</Patch> -->
</Patches>
</Source>
@@ -51,6 +50,13 @@
</Package>
<History>
<Update release="10">
<Date>2022-11-24</Date>
<Version>1.13</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="9">
<Date>2021-10-23</Date>
<Version>1.12</Version>