diff --git a/multimedia/sound/faac/actions.py b/multimedia/sound/faac/actions.py index b7e5dea49b..9e9796ee15 100644 --- a/multimedia/sound/faac/actions.py +++ b/multimedia/sound/faac/actions.py @@ -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") diff --git a/multimedia/sound/faac/pspec.xml b/multimedia/sound/faac/pspec.xml index 02ef049c83..7b072e9fa5 100644 --- a/multimedia/sound/faac/pspec.xml +++ b/multimedia/sound/faac/pspec.xml @@ -13,14 +13,14 @@ library MPEG-4 audio codecs Free MPEG-4 audio codecs by AudioCoding.com. - mirrors://sourceforge/faac/faac-1.28.tar.gz + mirrors://sourceforge/faac/faac-1.29.9.2.tar.gz libmp4v2-devel - mp4v2-1.9.patch - mp4v2-2.0.0.patch - altivec.patch + + + @@ -48,6 +48,13 @@ + + 2018-08-01 + 1.29.9.2 + Rebuild + Pisi Linux Community + admin@pisilinux.org + 2017-02-12 1.28 diff --git a/multimedia/video/libmp4v2/files/libmp4v2-c++11.patch b/multimedia/video/libmp4v2/files/libmp4v2-c++11.patch new file mode 100644 index 0000000000..aea63b0e6a --- /dev/null +++ b/multimedia/video/libmp4v2/files/libmp4v2-c++11.patch @@ -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); diff --git a/multimedia/video/libmp4v2/pspec.xml b/multimedia/video/libmp4v2/pspec.xml index a23dedf5e0..e8ef9c638c 100644 --- a/multimedia/video/libmp4v2/pspec.xml +++ b/multimedia/video/libmp4v2/pspec.xml @@ -17,6 +17,9 @@ libgcc + + libmp4v2-c++11.patch +