Files
rpms/fedora/SPECS/makemkv.spec

112 lines
3.6 KiB
RPMSpec

#
# spec file for package makemkv
#
# 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
Name: makemkv
Version: 1.15.0
Release: 0%{?dist}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: One click DVD and Blu-ray converter
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
# 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}
popd
pushd %{_builddir}/%{name}-bin-%{version}
patch -p1 < %{S:2}
popd
%install
%{make_install}
pushd %{_builddir}/%{name}-bin-%{version}
%{__make}
%{make_install}
popd
%files
%defattr(-,root,root,-)
%{_bindir}/*
%{_libdir}/*
%{_datarootdir}/icons/hicolor/*/apps/makemkv.png
%{_datarootdir}/applications/makemkv.desktop
%{_datarootdir}/MakeMKV/*
%changelog
* Fri Mar 6 2020 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 1.15.0.
* Mon Dec 30 2019 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 1.14.7.
* Sat Sep 14 2019 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 1.14.5.
* Sat Jul 27 2019 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 1.14.4.
* Thu Apr 4 2019 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 1.14.3.
* Fri Nov 16 2018 Daniel Steiner <daniel.steiner@greenmail.ch>
- Update to 1.14.1.
* Fri Jan 5 2018 Daniel Steiner <elpito@bluewin.ch>
- Update to 1.10.8.
* Tue Jan 3 2017 Daniel Steiner <elpito@bluewin.ch>
- Initial setup.