2017-03-18 08:12:59 +01:00
|
|
|
#
|
|
|
|
|
# spec file for package makemkv
|
|
|
|
|
#
|
2019-08-02 13:23:57 +02:00
|
|
|
# v=1.14.4
|
|
|
|
|
# wget http://www.makemkv.com/download/makemkv-bin-$v.tar.gz -O makemkv-bin-$v.tar.gz
|
|
|
|
|
# wget http://www.makemkv.com/download/makemkv-oss-$v.tar.gz -O makemkv-oss-$v.tar.gz
|
2017-03-18 08:12:59 +01:00
|
|
|
|
|
|
|
|
Name: makemkv
|
2019-12-30 11:05:17 +01:00
|
|
|
Version: 1.14.7
|
2017-03-18 08:12:59 +01:00
|
|
|
Release: 0%{?dist}
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
Summary: One click DVD and Blu-ray converter
|
2017-04-18 21:44:17 +02:00
|
|
|
Url: http://www.makemkv.com/download/
|
|
|
|
|
Source0: http://www.%{name}.com/download/%{name}-oss-%{version}.tar.gz
|
|
|
|
|
Source1: http://www.%{name}.com/download/%{name}-bin-%{version}.tar.gz
|
2017-03-18 08:12:59 +01:00
|
|
|
# patch to disable the eula asking (interactive!)
|
|
|
|
|
Source2: makemkv_eula.patch
|
|
|
|
|
License: Comercial
|
|
|
|
|
Group: Unspecified
|
|
|
|
|
BuildRequires: qt5-devel
|
|
|
|
|
Provides: libdriveio.so.0()(64bit)
|
|
|
|
|
Provides: libmakemkv.so.1()(64bit)
|
|
|
|
|
Provides: libmmbd.so.0()(64bit)
|
|
|
|
|
# requires rpmfusion-free-updates repository!
|
|
|
|
|
Requires: ffmpeg-libs
|
|
|
|
|
|
|
|
|
|
%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 the video clips from proprietary (and usually encrypted)
|
|
|
|
|
disc into a set of MKV files, preserving most information but not
|
|
|
|
|
changing it in any 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.
|
|
|
|
|
|
|
|
|
|
* Reads DVD and Blu-ray discs
|
|
|
|
|
* Reads Blu-ray discs protected with latest versions of AACS and BD+
|
|
|
|
|
* Preserves all video and audio tracks, including HD audio
|
|
|
|
|
* Preserves chapters information
|
|
|
|
|
* Preserves all meta-information (track language, audio type)
|
|
|
|
|
* Fast conversion - converts as fast as your drive can read data.
|
|
|
|
|
* No additional software is required for conversion or decryption.
|
|
|
|
|
* Available for Windows, Mac OS X and Linux
|
|
|
|
|
* Functionality to open DVD discs is free and will always stay free.
|
|
|
|
|
* All features (including Blu-ray decryption and processing) are free during BETA.
|
|
|
|
|
|
|
|
|
|
Attention: To make it work, you need rpmfusion-free-updates repository configured!
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-oss-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%define debug_package %{nil}
|
|
|
|
|
%{configure}
|
|
|
|
|
%{__make}
|
|
|
|
|
|
|
|
|
|
pushd %{_builddir}
|
|
|
|
|
tar xzf %{S:1}
|
2017-04-18 21:44:17 +02:00
|
|
|
popd
|
|
|
|
|
pushd %{_builddir}/%{name}-bin-%{version}
|
|
|
|
|
patch -p1 < %{S:2}
|
2017-03-18 08:12:59 +01:00
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%{make_install}
|
|
|
|
|
|
|
|
|
|
pushd %{_builddir}/%{name}-bin-%{version}
|
|
|
|
|
%{__make}
|
|
|
|
|
%{make_install}
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{_bindir}/*
|
2017-04-18 21:44:17 +02:00
|
|
|
%{_libdir}/*
|
2017-03-18 08:12:59 +01:00
|
|
|
%{_datarootdir}/icons/hicolor/*/apps/makemkv.png
|
|
|
|
|
%{_datarootdir}/applications/makemkv.desktop
|
|
|
|
|
%{_datarootdir}/MakeMKV/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2019-12-30 11:05:17 +01:00
|
|
|
* Mon Dec 30 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
|
|
|
|
- Update to 1.14.7.
|
|
|
|
|
|
2019-09-15 00:02:02 +02:00
|
|
|
* Sat Sep 14 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
|
|
|
|
- Update to 1.14.5.
|
|
|
|
|
|
2019-07-27 16:24:00 +02:00
|
|
|
* Sat Jul 27 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
2019-08-02 13:23:57 +02:00
|
|
|
- Update to 1.14.4.
|
|
|
|
|
|
2019-04-12 11:33:04 +02:00
|
|
|
* Thu Apr 4 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
|
|
|
|
- Update to 1.14.3.
|
|
|
|
|
|
2018-11-16 21:18:23 +01:00
|
|
|
* Fri Nov 16 2018 Daniel Steiner <daniel.steiner@greenmail.ch>
|
|
|
|
|
- Update to 1.14.1.
|
|
|
|
|
|
2018-01-05 12:24:47 +01:00
|
|
|
* Fri Jan 5 2018 Daniel Steiner <elpito@bluewin.ch>
|
|
|
|
|
- Update to 1.10.8.
|
|
|
|
|
|
2017-03-18 08:12:59 +01:00
|
|
|
* Tue Jan 3 2017 Daniel Steiner <elpito@bluewin.ch>
|
|
|
|
|
- Initial setup.
|