diff --git a/mp4v2-4.1.3-gcc-10.0.patch b/mp4v2-4.1.3-gcc-10.0.patch deleted file mode 100644 index aea63b0..0000000 --- a/mp4v2-4.1.3-gcc-10.0.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/mp4v2.spec b/mp4v2.spec index 429cd64..60f6586 100644 --- a/mp4v2.spec +++ b/mp4v2.spec @@ -1,16 +1,14 @@ Name: mp4v2 Version: 5.0.1 -Release: 1mamba +Release: 2mamba Summary: A library to create and modify mp4 files as defined by ISO-IEC:14496-1:2001 MPEG-4 Systems Group: Applications/Multimedia Vendor: openmamba Distribution: openmamba -Packager: Silvan Calarco +Packager: Silvan Calarco URL: https://code.google.com/archive/p/mp4v2 Source: https://github.com/TechSmith/mp4v2/archive/Release-ThirdParty-MP4v2-%{version}.tar.gz -#Source: http://mp4v2.googlecode.com/files/mp4v2-%{version}.tar.bz2 -Patch0: mp4v2-4.1.3-gcc-10.0.patch -Patch1: mp4v2-4.1.3-narrowing-cast.patch +Patch0: mp4v2-4.1.3-narrowing-cast.patch License: MPL 1.1 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -40,13 +38,10 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} %description -n lib%{name}-devel This package contains libraries and header files for developing applications that use %{name}. -%debug_package - %prep %setup -q -n mp4v2-Release-ThirdParty-MP4v2-%{version} sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," autoaux/config.sub -#%patch0 -p0 -%patch1 -p1 +%patch 0 -p1 %build %configure @@ -60,9 +55,6 @@ sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," autoaux/config.sub %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -n lib%{name} -p /sbin/ldconfig -%postun -n lib%{name} -p /sbin/ldconfig - %files %defattr(-,root,root) %{_bindir}/mp4art @@ -78,21 +70,23 @@ sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," autoaux/config.sub %{_mandir}/man1/mp4file.1* %{_mandir}/man1/mp4subtitle.1* %{_mandir}/man1/mp4track.1* -%doc COPYING %files -n lib%{name} %defattr(-,root,root) %{_libdir}/libmp4v2.so.* +%doc COPYING %files -n lib%{name}-devel %defattr(-,root,root) %dir %{_includedir}/mp4v2 %{_includedir}/mp4v2/*.h %{_libdir}/libmp4v2.a -%{_libdir}/libmp4v2.la %{_libdir}/libmp4v2.so %changelog +* Tue Mar 31 2026 Automatic Build System 5.0.1-2mamba +- automatic rebuild by autodist + * Tue Jul 20 2021 Automatic Build System 5.0.1-1mamba - automatic version update by autodist