New spec files added for mediaelch and bpm tools
This commit is contained in:
85
fedora/SPECS/makemkv.spec
Normal file
85
fedora/SPECS/makemkv.spec
Normal file
@@ -0,0 +1,85 @@
|
||||
#
|
||||
# spec file for package makemkv
|
||||
#
|
||||
|
||||
Name: makemkv
|
||||
Version: 1.10.4
|
||||
Release: 0%{?dist}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: One click DVD and Blu-ray converter
|
||||
Url: http://www.makemkv.com
|
||||
Source0: %{name}-oss-%{version}.tar.gz
|
||||
Source1: %{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}
|
||||
patch -p0 < %{S:2}
|
||||
popd
|
||||
|
||||
%install
|
||||
%{make_install}
|
||||
|
||||
pushd %{_builddir}/%{name}-bin-%{version}
|
||||
%{__make}
|
||||
%{make_install}
|
||||
popd
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/*
|
||||
%{_prefix}/lib/*
|
||||
%{_datarootdir}/icons/hicolor/*/apps/makemkv.png
|
||||
%{_datarootdir}/applications/makemkv.desktop
|
||||
%{_datarootdir}/MakeMKV/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 3 2017 Daniel Steiner <elpito@bluewin.ch>
|
||||
- Initial setup.
|
||||
Reference in New Issue
Block a user