Projects
Multimedia
MakeMKV
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 59
View file
makemkv.spec
Changed
@@ -1,7 +1,6 @@ # # spec file for package makemkv # -# Copyright (c) 2019 Packman Team <packman@links2linux.de> # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties @@ -13,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.links2linux.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -26,29 +25,35 @@ %define majormmbd 0 %define libmmbd libmmbd %define libnamemmbd %{libmmbd}%{majormmbd} + Name: makemkv -Version: 1.14.4 -Release: 0 Summary: DVD and BlueRay Ripping tool +Version: 1.14.3 +Release: 0 License: see eula_en_linux.txt Group: Productivity/Multimedia/Video/Editors and Convertors -URL: http://www.makemkv.com -Source0: https://www.makemkv.com/download/%{name}-oss-%{version}.tar.gz -Source1: https://www.makemkv.com/download/%{name}-bin-%{version}.tar.gz -BuildRequires: pkgconfig -BuildRequires: update-desktop-files +Url: http://www.makemkv.com +Source0: %{name}-oss-%{version}.tar.xz +Source1: %{name}-bin-%{version}.tar.xz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Requires: %{libnamedriveio} = %{version}-%{release} +Requires: %{libnamemakemkve} = %{version}-%{release} +Requires: %{libnamemmbd} = %{version}-%{release} +BuildRequires: libopenssl-devel +BuildRequires: libexpat-devel +%if 0%{?suse_version} >= 1320 BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: pkgconfig(expat) +%else +BuildRequires: pkgconfig(QtCore) +BuildRequires: pkgconfig(QtGui) +BuildRequires: pkgconfig(QtDBus) +%endif BuildRequires: pkgconfig(libavcodec) = 57.107.100 BuildRequires: pkgconfig(libavutil) = 55.78.100 -BuildRequires: pkgconfig(openssl) -BuildRequires: pkgconfig(zlib) -Requires: %{libnamedriveio} = %{version}-%{release} -Requires: %{libnamemakemkve} = %{version}-%{release} -Requires: %{libnamemmbd} = %{version}-%{release} +BuildRequires: update-desktop-files ExclusiveArch: i586 x86_64 %description @@ -66,7 +71,7 @@ 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. +or on your favorite device. * Reads DVD and Blu-ray discs * Reads Blu-ray discs protected with latest versions of AACS and BD+ @@ -79,59 +84,67 @@ * Functionality to open DVD discs is free and will always stay free. * All features (including Blu-ray decryption and processing) are free during BETA. + %package -n %{libnamedriveio} -Summary: MakeMKV %{libdriveio} Group: System/Libraries +Summary: MakeMKV %{libdriveio} Provides: %{libdriveio} = %{version}-%{release} %description -n %{libnamedriveio} MakeMKV %{libdriveio} shared library + %package -n %{libnamemakemkve} -Summary: MakeMKV %{libmakemkv} Group: System/Libraries +Summary: MakeMKV %{libmakemkv} Provides: %{libmakemkv} = %{version}-%{release} %description -n %{libnamemakemkve} MakeMKV %{libmakemkv} shared library + %package -n %{libnamemmbd} -Summary: MakeMKV %{libmmbd} Group: System/Libraries +Summary: MakeMKV %{libmmbd} Provides: %{libmmbd} = %{version}-%{release} %description -n %{libnamemmbd} MakeMKV %{libmmbd} shared library + %prep %setup -q -n %{name}-oss-%{version} %build %configure -make %{?_smp_mflags} +%{__make} %{?_smp_mflags} %install %make_install %suse_update_desktop_file -c makemkv makemkv "makemkv" makemkv makemkv.png AudioVideo AudioVideoEditing tar xaf %{SOURCE1} %ifarch x86_64 - install -m 755 %{name}-bin-%{version}/bin/amd64/makemkvcon %{buildroot}%{_bindir}/ + %{__install} -m 755 %{name}-bin-%{version}/bin/amd64/makemkvcon %{buildroot}%{_bindir}/ %else - install -m 755 %{name}-bin-%{version}/bin/i386/makemkvcon %{buildroot}%{_bindir}/ + %{__install} -m 755 %{name}-bin-%{version}/bin/i386/makemkvcon %{buildroot}%{_bindir}/ %endif mkdir -p -m 755 %{buildroot}%{_datadir}/MakeMKV -install -m 644 %{name}-bin-%{version}/src/share/* %{buildroot}%{_datadir}/MakeMKV/ +%{__install} -m 644 %{name}-bin-%{version}/src/share/* %{buildroot}%{_datadir}/MakeMKV/ %post -n %{libnamedriveio} -p /sbin/ldconfig %postun -n %{libnamedriveio} -p /sbin/ldconfig + %post -n %{libnamemakemkve} -p /sbin/ldconfig %postun -n %{libnamemakemkve} -p /sbin/ldconfig + %post -n %{libnamemmbd} -p /sbin/ldconfig %postun -n %{libnamemmbd} -p /sbin/ldconfig + %files +%defattr(-,root,root) %doc %{name}-bin-%{version}/src/eula_en_linux.txt %{_bindir}/makemkv %{_bindir}/makemkvcon @@ -140,12 +153,16 @@ %{_datadir}/applications/makemkv.desktop %files -n %{libnamedriveio} +%defattr(-,root,root) %{_libdir}/%{libdriveio}.so.%{majordriveio}* %files -n %{libnamemakemkve} +%defattr(-,root,root) %{_libdir}/%{libmakemkv}.so.%{majormakemkv}* %files -n %{libnamemmbd} +%defattr(-,root,root) %{_libdir}/%{libmmbd}.so.%{majormmbd}* + %changelog
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.