From cb3689fd0634e3fabc0d19b62f582ffe3eed0ad8 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 1 Aug 2018 11:44:50 +0300 Subject: [PATCH 1/2] facc:rebuild --- multimedia/sound/faac/actions.py | 4 ++-- multimedia/sound/faac/pspec.xml | 15 +++++++++++---- 2 files changed, 13 insertions(+), 6 deletions(-) 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 From 7b497ed36eaf8ecf655390503f7b593d92fa6122 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 1 Aug 2018 11:55:27 +0300 Subject: [PATCH 2/2] libmp4v2:rebuild --- multimedia/video/libmp4v2/files/libmp4v2-c++11.patch | 11 +++++++++++ multimedia/video/libmp4v2/pspec.xml | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 multimedia/video/libmp4v2/files/libmp4v2-c++11.patch 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 b4c562b309..e8eb66fe89 100644 --- a/multimedia/video/libmp4v2/pspec.xml +++ b/multimedia/video/libmp4v2/pspec.xml @@ -17,6 +17,9 @@ libgcc + + libmp4v2-c++11.patch +