Merge pull request #5098 from Rmys/master

facc:rebuild
This commit is contained in:
Rmys
2018-08-01 11:56:10 +03:00
committed by GitHub
4 changed files with 27 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>
@@ -0,0 +1,11 @@
--- src/rtphint.cpp 2012-05-20 16:11:53.000000000 -0600
+++ src/rtphint.cpp 2017-05-16 10:25:26.930705191 -0600
@@ -339,7 +339,7 @@
pSlash = strchr(pSlash, '/');
if (pSlash != NULL) {
pSlash++;
- if (pSlash != '\0') {
+ if (*pSlash != '\0') {
length = (uint32_t)strlen(pRtpMap) - (pSlash - pRtpMap);
*ppEncodingParams = (char *)MP4Calloc(length + 1);
strncpy(*ppEncodingParams, pSlash, length);
+3
View File
@@ -17,6 +17,9 @@
<BuildDependencies>
<Dependency>libgcc</Dependency>
</BuildDependencies>
<Patches>
<Patch>libmp4v2-c++11.patch</Patch>
</Patches>
</Source>
<Package>