taglib change actions.py and pspec.xml

This commit is contained in:
groni
2017-02-27 23:05:17 +01:00
parent 575da9c0cc
commit 19111cc98b
2 changed files with 11 additions and 1 deletions
+3 -1
View File
@@ -9,7 +9,9 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
cmaketools.configure("-DWITH_ASF=On -DWITH_MP4=On")
cmaketools.configure("-DBUILD_SHARED_LIBS=ON \
-DWITH_MP4=ON \
-DWITH_ASF=ON")
def build():
cmaketools.make()
+8
View File
@@ -15,6 +15,7 @@
<Archive sha1sum="80a30eeae67392f636c9f113c60d778c2995c99e" type="targz">http://taglib.org/releases/taglib-1.11.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>zlib-devel</Dependency>
</BuildDependencies>
</Source>
@@ -45,6 +46,13 @@
</Package>
<History>
<Update release="4">
<Date>2017-02-27</Date>
<Version>1.11.1</Version>
<Comment>Rebuild for kfilemetadata.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-16</Date>
<Version>1.11.1</Version>