init package
This commit is contained in:
parent
ba6ca04de9
commit
8aea0b2eeb
138
libmediainfo.spec
Normal file
138
libmediainfo.spec
Normal file
@ -0,0 +1,138 @@
|
|||||||
|
%global libzen_version 0.4.38
|
||||||
|
|
||||||
|
Name: libmediainfo
|
||||||
|
Version: 20.03
|
||||||
|
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
|
||||||
|
|
||||||
|
BuildRequires: cmake
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: pkgconfig(libzen) >= %{libzen_version}
|
||||||
|
BuildRequires: pkgconfig(zlib)
|
||||||
|
BuildRequires: doxygen
|
||||||
|
BuildRequires: pkgconfig(libcurl)
|
||||||
|
BuildRequires: pkgconfig(tinyxml2)
|
||||||
|
|
||||||
|
Provides: bundled(md5-plumb)
|
||||||
|
|
||||||
|
%description
|
||||||
|
This package contains the shared library for MediaInfo.
|
||||||
|
MediaInfo supplies technical and tag information about a video or
|
||||||
|
audio file.
|
||||||
|
|
||||||
|
What information can I get from MediaInfo?
|
||||||
|
* General: title, author, director, album, track number, date, duration...
|
||||||
|
* Video: codec, aspect, fps, bitrate...
|
||||||
|
* Audio: codec, sample rate, channels, language, bitrate...
|
||||||
|
* Text: language of subtitle
|
||||||
|
* Chapters: number of chapters, list of chapters
|
||||||
|
|
||||||
|
DivX, XviD, H263, H.263, H264, x264, ASP, AVC, iTunes, MPEG-1,
|
||||||
|
MPEG1, MPEG-2, MPEG2, MPEG-4, MPEG4, MP4, M4A, M4V, QuickTime,
|
||||||
|
RealVideo, RealAudio, RA, RM, MSMPEG4v1, MSMPEG4v2, MSMPEG4v3,
|
||||||
|
VOB, DVD, WMA, VMW, ASF, 3GP, 3GPP, 3GP2
|
||||||
|
|
||||||
|
What format (container) does MediaInfo support?
|
||||||
|
* Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1,
|
||||||
|
MPEG-2, MPEG-4, DVD (VOB) (Codecs: DivX, XviD, MSMPEG4, ASP,
|
||||||
|
H.264, AVC...)
|
||||||
|
* Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF
|
||||||
|
* Subtitles: SRT, SSA, ASS, SAMI
|
||||||
|
|
||||||
|
|
||||||
|
%description -l ru
|
||||||
|
Данный пакет содержит разделяемую библиотеку для MediaInfo.
|
||||||
|
MediaInfo предоставляет полную информацию о видео или аудио файле.
|
||||||
|
|
||||||
|
Какая информация может быть получена MediaInfo?
|
||||||
|
* Общее: title, author, director, album, track number, date, duration...
|
||||||
|
* Видео: codec, aspect, fps, bitrate...
|
||||||
|
* Аудио: codec, sample rate, channels, language, bitrate...
|
||||||
|
* Текст: язык субтитров
|
||||||
|
* Части: число частей, список частей
|
||||||
|
|
||||||
|
DivX, XviD, H263, H.263, H264, x264, ASP, AVC, iTunes, MPEG-1,
|
||||||
|
MPEG1, MPEG-2, MPEG2, MPEG-4, MPEG4, MP4, M4A, M4V, QuickTime,
|
||||||
|
RealVideo, RealAudio, RA, RM, MSMPEG4v1, MSMPEG4v2, MSMPEG4v3,
|
||||||
|
VOB, DVD, WMA, VMW, ASF, 3GP, 3GPP, 3GP2
|
||||||
|
|
||||||
|
Какой формат (контейнер) поддерживает MediaInfo?
|
||||||
|
* Видео: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1,
|
||||||
|
MPEG-2, MPEG-4, DVD (VOB) (Codecs: DivX, XviD, MSMPEG4, ASP,
|
||||||
|
H.264, AVC...)
|
||||||
|
* Аудио: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF
|
||||||
|
* Субтитры: SRT, SSA, ASS, SAMI
|
||||||
|
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Include files and mandatory libraries for development
|
||||||
|
Summary(ru): Пакет с файлами для разработки %{name}
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: libzen-devel%{?_isa} >= %{libzen_version}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
Include files and mandatory libraries for development.
|
||||||
|
|
||||||
|
%description devel -l ru
|
||||||
|
Файлы для разработки %{name}.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n MediaInfoLib
|
||||||
|
|
||||||
|
cp Release/ReadMe_DLL_Linux.txt ReadMe.txt
|
||||||
|
mv History_DLL.txt History.txt
|
||||||
|
sed -i 's/.$//' *.txt Source/Example/*
|
||||||
|
|
||||||
|
find . -type f -exec chmod 644 {} ';'
|
||||||
|
|
||||||
|
rm -rf Project/MSCS20*
|
||||||
|
rm -rf Source/ThirdParty/tinyxml2
|
||||||
|
|
||||||
|
%build
|
||||||
|
pushd Source/Doc/
|
||||||
|
doxygen -u Doxyfile
|
||||||
|
doxygen Doxyfile
|
||||||
|
popd
|
||||||
|
cp Source/Doc/*.html ./
|
||||||
|
|
||||||
|
mkdir Project/CMake/build
|
||||||
|
pushd Project/CMake/build
|
||||||
|
%cmake ..
|
||||||
|
%make_build
|
||||||
|
popd
|
||||||
|
|
||||||
|
%install
|
||||||
|
pushd Project/CMake/build
|
||||||
|
%make_install
|
||||||
|
popd
|
||||||
|
|
||||||
|
install -m 644 -p Source/MediaInfoDLL/MediaInfoDLL.cs %{buildroot}%{_includedir}/MediaInfoDLL
|
||||||
|
install -m 644 -p Source/MediaInfoDLL/MediaInfoDLL.JNA.java %{buildroot}%{_includedir}/MediaInfoDLL
|
||||||
|
install -m 644 -p Source/MediaInfoDLL/MediaInfoDLL.JNative.java %{buildroot}%{_includedir}/MediaInfoDLL
|
||||||
|
install -m 644 -p Source/MediaInfoDLL/MediaInfoDLL.py %{buildroot}%{_includedir}/MediaInfoDLL
|
||||||
|
install -m 644 -p Source/MediaInfoDLL/MediaInfoDLL3.py %{buildroot}%{_includedir}/MediaInfoDLL
|
||||||
|
|
||||||
|
rm -f %{buildroot}%{_libdir}/%{name}.la
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc History.txt ReadMe.txt
|
||||||
|
%license License.html
|
||||||
|
%{_libdir}/%{name}.so.*
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%doc Changes.txt Documentation.html Doc Source/Example
|
||||||
|
%{_includedir}/MediaInfo
|
||||||
|
%{_includedir}/MediaInfoDLL
|
||||||
|
%{_libdir}/%{name}.so
|
||||||
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%{_libdir}/cmake/mediainfolib/
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Aug 7 2020 weidong <weidong@uniontech.com> - 20.03-1
|
||||||
|
- Initial release for OpenEuler
|
||||||
BIN
libmediainfo_20.03.tar.xz
Normal file
BIN
libmediainfo_20.03.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user