Compare commits
10 Commits
f6763c9f19
...
36ed0f06fe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36ed0f06fe | ||
|
|
5277021ff6 | ||
|
|
b536ae56e8 | ||
|
|
343a999cca | ||
|
|
3942c921a7 | ||
|
|
211e8d3ad8 | ||
|
|
7a189bf2a2 | ||
|
|
577aeed4b8 | ||
|
|
bd5339c505 | ||
|
|
7eb9aa327a |
@ -1,14 +1,14 @@
|
||||
%global libzen_version 0.4.38
|
||||
%global libzen_version 0.4.41
|
||||
|
||||
Name: libmediainfo
|
||||
Version: 20.03
|
||||
Version: 23.11
|
||||
Release: 1
|
||||
Summary: Library for supplies technical and tag information about a video or audio file
|
||||
Summary(ru): Библиотека для предоставления полной информации о видео или аудио файле
|
||||
|
||||
License: BSD
|
||||
URL: http://mediaarea.net/MediaInfo
|
||||
Source0: %{name}_%{version}.tar.xz
|
||||
License: BSD-2-Clause
|
||||
URL: https://mediaarea.net/en/MediaInfo
|
||||
Source0: https://github.com/MediaArea/MediaInfoLib/archive/v%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
@ -18,6 +18,8 @@ BuildRequires: doxygen
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(tinyxml2)
|
||||
|
||||
Requires: tinyxml2
|
||||
|
||||
Provides: bundled(md5-plumb)
|
||||
|
||||
%description
|
||||
@ -82,7 +84,7 @@ Include files and mandatory libraries for development.
|
||||
Файлы для разработки %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -n MediaInfoLib
|
||||
%autosetup -n MediaInfoLib-%{version}
|
||||
|
||||
cp Release/ReadMe_DLL_Linux.txt ReadMe.txt
|
||||
mv History_DLL.txt History.txt
|
||||
@ -134,5 +136,14 @@ rm -f %{buildroot}%{_libdir}/%{name}.la
|
||||
%{_libdir}/cmake/mediainfolib/
|
||||
|
||||
%changelog
|
||||
* Wed Dec 20 2023 zhangke <zhangkea@uniontech.com> - 23.11-1
|
||||
- update to version 23.11
|
||||
|
||||
* Sat Oct 07 2023 liweigang <weigangli99@yeah.net> - 23.10-1
|
||||
- update to version 23.10
|
||||
|
||||
* Wed Nov 23 2022 liweiganga <liweiganga@uniontech.com> - 20.03-2
|
||||
- add requires tinyxml2
|
||||
|
||||
* Fri Aug 7 2020 weidong <weidong@uniontech.com> - 20.03-1
|
||||
- Initial release for OpenEuler
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: MediaArea/MediaInfo
|
||||
src_repo: MediaArea/MediaInfoLib
|
||||
tag_prefix: "^v"
|
||||
seperator: "."
|
||||
|
||||
Binary file not shown.
BIN
v23.11.tar.gz
Normal file
BIN
v23.11.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user