summaryrefslogtreecommitdiff
path: root/makemkv/makemkv.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-11-11 09:11:22 -0500
committerB Stack <bgstack15@gmail.com>2019-11-11 09:11:22 -0500
commit93ed263286f988fe56a220966cf4181211bcdf92 (patch)
tree17c97474d3a5b9751cc0575fbb0971407a06b18e /makemkv/makemkv.spec
parentccextractor 0.88 (diff)
downloadstackrpms-93ed263286f988fe56a220966cf4181211bcdf92.tar.gz
stackrpms-93ed263286f988fe56a220966cf4181211bcdf92.tar.bz2
stackrpms-93ed263286f988fe56a220966cf4181211bcdf92.zip
makemkv 1.14.5 rpm
Diffstat (limited to 'makemkv/makemkv.spec')
-rw-r--r--makemkv/makemkv.spec23
1 files changed, 14 insertions, 9 deletions
diff --git a/makemkv/makemkv.spec b/makemkv/makemkv.spec
index ca579c8..db40955 100644
--- a/makemkv/makemkv.spec
+++ b/makemkv/makemkv.spec
@@ -13,7 +13,7 @@
Summary: DVD and Blu-ray to MKV converter and network streamer
Name: makemkv
-Version: 1.14.3
+Version: 1.14.5
Release: 10%{?dist}
License: GuinpinSoft inc and Mozilla Public License Version 1.1 and LGPLv2.1+
URL: http://www.%{name}.com/
@@ -27,6 +27,7 @@ Source4: http://www.%{name}.com/developers/usage.txt#/%{name}con.txt
Source5: %{name}-wrapper
Source6: settings.conf.example
+
BuildRequires: desktop-file-utils
BuildRequires: expat-devel
# Todo: unbundle these
@@ -41,6 +42,7 @@ BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5DBus)
+BuildRequires: zlib-devel
Requires: ccextractor
Requires: hicolor-icon-theme
@@ -52,10 +54,6 @@ Provides: libbdplus%{?_isa} = %{version}-%{release}
Obsoletes: libaacs%{?_isa} < %{version}-%{release}
Obsoletes: libbdplus%{?_isa} < %{version}-%{release}
-# Remove next version
-Obsoletes: mmdtsdec < %{version}-%{release}
-Provides: mmdtsdec = %{version}-%{release}
-
%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
@@ -87,7 +85,6 @@ make %{?_smp_mflags}
make -C %{name}-oss-%{version} install DESTDIR=%{buildroot} LIBDIR=%{_libdir}
make -C %{name}-bin-%{version} install DESTDIR=%{buildroot} LIBDIR=%{_libdir}
chmod 755 %{buildroot}%{_libdir}/lib*.so*
-desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
# Transparenty enable AACS and BD+ decryption, libbluray supports overriding
# libaacs and libbdplus.
@@ -108,9 +105,11 @@ EOF
mkdir -p %{buildroot}%{_datadir}/appdata
install -p -m 0644 %{SOURCE3} %{buildroot}%{_datadir}/appdata/
%endif
-
%{__install} -m0755 %{SOURCE5} %{buildroot}%{_bindir}/
+%check
+desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
+
%post
%if 0%{?rhel} == 7
/usr/bin/update-desktop-database &> /dev/null || :
@@ -152,8 +151,14 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_libdir}/libmmbd.so.0
%changelog
-* Sun Apr 21 2019 B Stack <bgstack15@gmail.com> - 1.14.3-10
-- Update to 1.14.3.
+* Mon Nov 11 2019 B Stack <bgstack15@gmail.com> - 1.14.5-10
+- Add stackrpms customizations
+
+* Thu Sep 12 2019 Simone Caronni <negativo17@gmail.com> - 1.14.5-1
+- Update to 1.14.5.
+
+* Sun Jun 16 2019 Simone Caronni <negativo17@gmail.com> - 1.14.4-1
+- Update to 1.14.4.
* Sat Mar 30 2019 Simone Caronni <negativo17@gmail.com> - 1.14.3-1
- Update to 1.14.3.
bgstack15