diff --git a/multimedia/video/libmp4v2/actions.py b/multimedia/video/libmp4v2/actions.py
index 57c603e114..29a314f33c 100644
--- a/multimedia/video/libmp4v2/actions.py
+++ b/multimedia/video/libmp4v2/actions.py
@@ -2,20 +2,19 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
-# See the file http://www.gnu.org/licenses/gpl.txt
+# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
-
def setup():
- autotools.configure("--disable-static")
+ autotools.configure("CXXFLAGS='-Wno-narrowing' --disable-static")
def build():
- autotools.make()
+ autotools.make()
def install():
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ autotools.rawInstall("DESTDIR=%s man" % get.installDIR())
- pisitools.dodoc("README", "doc/*.txt")
+ pisitools.removeDir("/usr/share")
diff --git a/multimedia/video/libmp4v2/files/libmp4v2-c++11.patch b/multimedia/video/libmp4v2/files/libmp4v2-c++11.patch
deleted file mode 100644
index aea63b0e6a..0000000000
--- a/multimedia/video/libmp4v2/files/libmp4v2-c++11.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 2bf9bc5a91..138a58f988 100644
--- a/multimedia/video/libmp4v2/pspec.xml
+++ b/multimedia/video/libmp4v2/pspec.xml
@@ -1,86 +1,93 @@
-
+
-
- libmp4v2
- https://code.google.com/archive/p/mp4v2/
-
- PisiLinux Community
- admins@pisilinux.org
-
- MPL-1.1
- library
- app:console
- MPEG4 library
- MPEG4 library extracted from MPEG4IP, usually used in 3D sound systems.
- https://sources.archlinux.org/other/packages/libmp4v2/mp4v2-2.0.0.tar.bz2
-
- libgcc
-
-
- libmp4v2-c++11.patch
-
-
+
+ libmp4v2
+ https://github.com/TechSmith/mp4v2
+
+ Pisi Linux Community
+ admins@pisilinux.org
+
+ MPL-1.1
+ library
+ app:console
+ MPEG4 library
+ MPEG4 library extracted from MPEG4IP, usually used in 3D sound systems.
+
+ https://github.com/TechSmith/mp4v2/archive/refs/tags/Release-ThirdParty-MP4v2-5.0.1.tar.gz
+
+
+ libgcc
+
+
+
+
+
-
- libmp4v2
-
- libgcc
-
-
- /usr/bin
- /usr/lib
- /usr/share/doc/libmp4v2
- /usr/share/man
-
-
+
+ libmp4v2
+
+ libgcc
+
+
+ /usr/bin
+ /usr/lib
+
+
-
- libmp4v2-devel
- Development files for libmp4v2
-
- libmp4v2
-
-
- /usr/include
-
-
+
+ libmp4v2-devel
+ Development files for libmp4v2
+
+ libmp4v2
+
+
+ /usr/include
+
+
-
-
- 2020-01-18
- 2.0.0
- Rebuild
- Pisi Linux Community
- admin@pisilinux.org
-
-
- 2018-08-01
- 2.0.0
- Rebuild
- Pisi Linux Community
- admin@pisilinux.org
-
-
- 2017-02-11
- 2.0.0
- Rebuild
- Pisi Linux Community
- admin@pisilinux.org
-
-
- 2016-06-09
- 2.0.0
- Release Bump
- Pisi Linux Community
- admin@pisilinux.org
-
-
- 2014-05-20
- 2.0.0
- First release
- Serdar Soytetir
- kaptan@pisilinux.org
-
-
+
+
+ 2021-11-27
+ 5.0.1
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
+
+ 2020-01-18
+ 2.0.0
+ Rebuild
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+ 2018-08-01
+ 2.0.0
+ Rebuild
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+ 2017-02-11
+ 2.0.0
+ Rebuild
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+ 2016-06-09
+ 2.0.0
+ Release Bump
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+ 2014-05-20
+ 2.0.0
+ First release
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
diff --git a/multimedia/video/libmp4v2/translations.xml b/multimedia/video/libmp4v2/translations.xml
index 1cc0735db3..9942a18a1d 100644
--- a/multimedia/video/libmp4v2/translations.xml
+++ b/multimedia/video/libmp4v2/translations.xml
@@ -1,15 +1,15 @@
-
- libmp4v2
- MPEG4 kütüphanesi
- Genellikle 3B ses işleme uygulamalarında kullanılan, MPEG4IP yazılımının parçası olan MPEG4 kütüphanesi.
- Librairie MPEG4 extraite de MPEG4IP, habituellement utilisée dans les sytèmes de son 3D.
- Librería MPEG4 parte de MPEG4IP, comúnmente utilizado en sistemas de sonido 3D.
-
+
+ libmp4v2
+ MPEG4 kütüphanesi
+ Genellikle 3B ses işleme uygulamalarında kullanılan, MPEG4IP yazılımının parçası olan MPEG4 kütüphanesi.
+ Librairie MPEG4 extraite de MPEG4IP, habituellement utilisée dans les sytèmes de son 3D.
+ Librería MPEG4 parte de MPEG4IP, comúnmente utilizado en sistemas de sonido 3D.
+
-
- libmp4v2-devel
- libmp4v2 için geliştirme dosyaları
-
+
+ libmp4v2-devel
+ libmp4v2 için geliştirme dosyaları
+