automatic version update by autodist [release 4.1.6-1mamba;Sun Apr 18 2021]
This commit is contained in:
parent
5589e4c31e
commit
6daef9be74
@ -1,5 +1,5 @@
|
||||
Name: mp4v2
|
||||
Version: 4.1.5
|
||||
Version: 4.1.6
|
||||
Release: 1mamba
|
||||
Summary: A library to create and modify mp4 files as defined by ISO-IEC:14496-1:2001 MPEG-4 Systems
|
||||
Group: Applications/Multimedia
|
||||
@ -14,12 +14,10 @@ Patch1: mp4v2-4.1.3-narrowing-cast.patch
|
||||
License: MPL 1.1
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
The MP4v2 library provides an API to create and modify mp4 files as defined by ISO-IEC:14496-1:2001 MPEG-4 Systems. This file format is derived from Apple's QuickTime file format that has been used as a multimedia file format in a variety of platforms and applications. It is a very powerful and extensible format that can accommodate practically any type of media.
|
||||
@ -47,7 +45,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%prep
|
||||
%setup -q -n mp4v2-Release-ThirdParty-MP4v2-%{version}
|
||||
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," autoaux/config.sub
|
||||
%patch0 -p0
|
||||
#%patch0 -p0
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
@ -95,6 +93,9 @@ sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," autoaux/config.sub
|
||||
%{_libdir}/libmp4v2.so
|
||||
|
||||
%changelog
|
||||
* Sun Apr 18 2021 Automatic Build System <autodist@mambasoft.it> 4.1.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Feb 07 2021 Automatic Build System <autodist@mambasoft.it> 4.1.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user