facc:rebuild
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user