Mageia Bugzilla – Attachment 5338 Details for
Bug 13893
makemkv makes a mkv-file of your DVD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Here's the spec-file
makemkv.spec (text/x-rpm-spec), 3.92 KB, created by
Kristoffer Grundström
on 2014-08-10 17:07:19 CEST
(
hide
)
Description:
Here's the spec-file
Filename:
MIME Type:
Creator:
Kristoffer Grundström
Created:
2014-08-10 17:07:19 CEST
Size:
3.92 KB
patch
obsolete
>Name: makemkv >Version: 1.8.11 >Release: %mkrel 1 >Source0: http://www.makemkv.com/download/makemkv-bin-%{version}.tar.gz >Source1: http://www.makemkv.com/download/makemkv-oss-%{version}.tar.gz >Group: Productivity/Multimedia/Video/Editors and Convertors >Summary: DVD and Blu-ray to MKV converter and network streamer >License: Commercial, Mozilla Public License Version 1.1, LGLP 2.1 and later >URL: http://www.makemkv.com/ >BuildRequires: libosmesa-devel >BuildRequires: pkgconfig >BuildRequires: libopenssl-devel >BuildRequires: libqt4-devel >BuildRequires: libexpat-devel >BuildRequires: desktop-file-utils >BuildRequires: gcc-c++ >BuildRequires: libffmpeg-devel >Requires: libqtcore4 >Provides: libmakemkv.so.1 libdriveio.so.0 libmmbd.so.0 > >%description >MakeMKV is your one-click solution to convert video that you own into >free and patents-unencumbered format that can be played everywhere. >MakeMKV is a format converter, otherwise called "transcoder". It converts >set of MKV files, preserving most information but not changing it in any >the video clips from proprietary (and usually encrypted) disc into a >way. The MKV format can store multiple video/audio tracks with all >meta-information and preserve chapters. There are many players that can >play MKV files nearly on all platforms, and there are tools to convert >MKV files to many formats, including DVD and Blu-ray discs. > >Additionally MakeMKV can instantly stream decrypted video without >intermediate conversion to wide range of players, so you may watch >Blu-ray and DVD discs with your favorite player on your favorite OS >or on your favorite device. > >%prep >rm -fr makemkv-bin-%{version} >tar xf %{SOURCE0} >rm -fr makemkv-oss-%{version} >tar xf %{SOURCE1} > >%build >cd makemkv-oss-%{version} >%configure >make -f Makefile > >%install >cd makemkv-bin-%{version} >install -d %{buildroot}%{_bindir} >%ifarch i386 i486 i586 i686 > install -t %{buildroot}%{_bindir} bin/i386/makemkvcon >%endif >%ifarch x86_64 > install -t %{buildroot}%{_bindir} bin/amd64/makemkvcon >%endif >install -d %{buildroot}%{_datadir}/MakeMKV >install -m 644 -t %{buildroot}%{_datadir}/MakeMKV src/share/default.mmcp.xml >install -m 644 -t %{buildroot}%{_datadir}/MakeMKV src/share/makemkv_deu.mo.gz >install -m 644 -t %{buildroot}%{_datadir}/MakeMKV src/share/makemkv_jpn.mo.gz >install -m 644 -t %{buildroot}%{_datadir}/MakeMKV src/share/makemkv_spa.mo.gz >install -m 644 -t %{buildroot}%{_datadir}/MakeMKV src/share/makemkv_ptb.mo.gz >install -m 644 -t %{buildroot}%{_datadir}/MakeMKV src/share/makemkv_dut.mo.gz >install -m 644 -t %{buildroot}%{_datadir}/MakeMKV src/share/makemkv_swe.mo.gz >cd ../makemkv-oss-%{version} >install -D -m 644 out/libdriveio.so.0 %{buildroot}%{_libdir}/libdriveio.so.0 >install -D -m 644 out/libmakemkv.so.1 %{buildroot}%{_libdir}/libmakemkv.so.1 >install -D -m 755 out/makemkv %{buildroot}%{_bindir}/makemkv >install -D -m 644 makemkvgui/share/makemkv.desktop %{buildroot}%{_datadir}/applications/makemkv.desktop >install -D -m 644 makemkvgui/share/icons/16x16/makemkv.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/makemkv.png >install -D -m 644 makemkvgui/share/icons/22x22/makemkv.png %{buildroot}%{_datadir}/icons/hicolor/22x22/apps/makemkv.png >install -D -m 644 makemkvgui/share/icons/32x32/makemkv.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/makemkv.png >install -D -m 644 makemkvgui/share/icons/64x64/makemkv.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/makemkv.png >install -D -m 644 makemkvgui/share/icons/128x128/makemkv.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/makemkv.png > >%files >%{_bindir}/* >%{_libdir}/* >%{_datadir}/applications/* >%{_datadir}/icons/* >%{_datadir}/MakeMKV > >%changelog >* Tue Apr 17 2012 padx@gmx.net >- Added support for AACS v31 >- Improved handling for DVD/Blu-ray discs with mastering errors >- Conversion profile improvements in expert mode >- Bug fixes: > * On some discs 3D MVC video was not recognized > * Subtitle tracks were not available on HD-DVD discs after 1.7.0 update >* Thu Apr 5 2012 padx@gmx.net >- Initial release
Name: makemkv Version: 1.8.11 Release: %mkrel 1 Source0: http://www.makemkv.com/download/makemkv-bin-%{version}.tar.gz Source1: http://www.makemkv.com/download/makemkv-oss-%{version}.tar.gz Group: Productivity/Multimedia/Video/Editors and Convertors Summary: DVD and Blu-ray to MKV converter and network streamer License: Commercial, Mozilla Public License Version 1.1, LGLP 2.1 and later URL: http://www.makemkv.com/ BuildRequires: libosmesa-devel BuildRequires: pkgconfig BuildRequires: libopenssl-devel BuildRequires: libqt4-devel BuildRequires: libexpat-devel BuildRequires: desktop-file-utils BuildRequires: gcc-c++ BuildRequires: libffmpeg-devel Requires: libqtcore4 Provides: libmakemkv.so.1 libdriveio.so.0 libmmbd.so.0 %description MakeMKV is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere. MakeMKV is a format converter, otherwise called "transcoder". It converts set of MKV files, preserving most information but not changing it in any the video clips from proprietary (and usually encrypted) disc into a way. The MKV format can store multiple video/audio tracks with all meta-information and preserve chapters. There are many players that can play MKV files nearly on all platforms, and there are tools to convert MKV files to many formats, including DVD and Blu-ray discs. Additionally MakeMKV can instantly stream decrypted video without intermediate conversion to wide range of players, so you may watch Blu-ray and DVD discs with your favorite player on your favorite OS or on your favorite device. %prep rm -fr makemkv-bin-%{version} tar xf %{SOURCE0} rm -fr makemkv-oss-%{version} tar xf %{SOURCE1} %build cd makemkv-oss-%{version} %configure make -f Makefile %install cd makemkv-bin-%{version} install -d %{buildroot}%{_bindir} %ifarch i386 i486 i586 i686 install -t %{buildroot}%{_bindir} bin/i386/makemkvcon %endif %ifarch x86_64 install -t %{buildroot}%{_bindir} bin/amd64/makemkvcon %endif install -d %{buildroot}%{_datadir}/MakeMKV install -m 644 -t %{buildroot}%{_datadir}/MakeMKV src/share/default.mmcp.xml install -m 644 -t %{buildroot}%{_datadir}/MakeMKV src/share/makemkv_deu.mo.gz install -m 644 -t %{buildroot}%{_datadir}/MakeMKV src/share/makemkv_jpn.mo.gz install -m 644 -t %{buildroot}%{_datadir}/MakeMKV src/share/makemkv_spa.mo.gz install -m 644 -t %{buildroot}%{_datadir}/MakeMKV src/share/makemkv_ptb.mo.gz install -m 644 -t %{buildroot}%{_datadir}/MakeMKV src/share/makemkv_dut.mo.gz install -m 644 -t %{buildroot}%{_datadir}/MakeMKV src/share/makemkv_swe.mo.gz cd ../makemkv-oss-%{version} install -D -m 644 out/libdriveio.so.0 %{buildroot}%{_libdir}/libdriveio.so.0 install -D -m 644 out/libmakemkv.so.1 %{buildroot}%{_libdir}/libmakemkv.so.1 install -D -m 755 out/makemkv %{buildroot}%{_bindir}/makemkv install -D -m 644 makemkvgui/share/makemkv.desktop %{buildroot}%{_datadir}/applications/makemkv.desktop install -D -m 644 makemkvgui/share/icons/16x16/makemkv.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/makemkv.png install -D -m 644 makemkvgui/share/icons/22x22/makemkv.png %{buildroot}%{_datadir}/icons/hicolor/22x22/apps/makemkv.png install -D -m 644 makemkvgui/share/icons/32x32/makemkv.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/makemkv.png install -D -m 644 makemkvgui/share/icons/64x64/makemkv.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/makemkv.png install -D -m 644 makemkvgui/share/icons/128x128/makemkv.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/makemkv.png %files %{_bindir}/* %{_libdir}/* %{_datadir}/applications/* %{_datadir}/icons/* %{_datadir}/MakeMKV %changelog * Tue Apr 17 2012 padx@gmx.net - Added support for AACS v31 - Improved handling for DVD/Blu-ray discs with mastering errors - Conversion profile improvements in expert mode - Bug fixes: * On some discs 3D MVC video was not recognized * Subtitle tracks were not available on HD-DVD discs after 1.7.0 update * Thu Apr 5 2012 padx@gmx.net - Initial release
View Attachment As Raw
Actions:
View
Attachments on
bug 13893
:
5338
|
8402
|
8545
|
9575
|
9577