facc:rebuild

This commit is contained in:
Rmys
2018-08-01 11:44:50 +03:00
parent 10e29df2be
commit cb3689fd06
2 changed files with 13 additions and 6 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.system("./bootstrap")
#shelltools.system("./bootstrap")
autotools.configure("--disable-static")
def build():
@@ -19,4 +19,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("ChangeLog", "AUTHORS", "NEWS", "README", "TODO", "docs/libfaac.pdf")
pisitools.dodoc("ChangeLog", "AUTHORS", "NEWS", "README", "TODO")
+11 -4
View File
@@ -13,14 +13,14 @@
<IsA>library</IsA>
<Summary>MPEG-4 audio codecs</Summary>
<Description>Free MPEG-4 audio codecs by AudioCoding.com.</Description>
<Archive sha1sum="d00b023a3642f81bb1fb13d962a65079121396ee" type="targz">mirrors://sourceforge/faac/faac-1.28.tar.gz</Archive>
<Archive sha1sum="35ed1059f34bd411c80e9a8745eddf16c112be69" type="targz">mirrors://sourceforge/faac/faac-1.29.9.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>libmp4v2-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">mp4v2-1.9.patch</Patch>
<Patch level="0">mp4v2-2.0.0.patch</Patch>
<Patch level="0">altivec.patch</Patch>
<!-- <Patch level="1">mp4v2-1.9.patch</Patch> -->
<!-- <Patch level="0">mp4v2-2.0.0.patch</Patch> -->
<!-- <Patch level="0">altivec.patch</Patch> -->
</Patches>
</Source>
<Package>
@@ -48,6 +48,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-08-01</Date>
<Version>1.29.9.2</Version>
<Comment>Rebuild</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-12</Date>
<Version>1.28</Version>