Projects
Multimedia
MakeMKV
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 56
View file
makemkv.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed May 29 10:59:27 UTC 2019 - aloisio@gmx.com + +- Added missing zlib dependency +- Spec cleanup + +------------------------------------------------------------------- Wed Mar 13 06:40:00 UTC 2019 - neutrino8@opensuse.org - Update to version 1.14.3
View file
makemkv.spec
Changed
@@ -1,6 +1,7 @@ # # 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 @@ -12,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.links2linux.org/ # @@ -32,7 +33,7 @@ Release: 0 License: see eula_en_linux.txt Group: Productivity/Multimedia/Video/Editors and Convertors -Url: http://www.makemkv.com +URL: http://www.makemkv.com Source0: %{name}-oss-%{version}.tar.xz Source1: %{name}-bin-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -53,6 +54,7 @@ %endif BuildRequires: pkgconfig(libavcodec) = 57.107.100 BuildRequires: pkgconfig(libavutil) = 55.78.100 +BuildRequires: pkgconfig(zlib) BuildRequires: update-desktop-files ExclusiveArch: i586 x86_64 @@ -117,20 +119,20 @@ %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 @@ -144,7 +146,6 @@ %files -%defattr(-,root,root) %doc %{name}-bin-%{version}/src/eula_en_linux.txt %{_bindir}/makemkv %{_bindir}/makemkvcon @@ -153,15 +154,12 @@ %{_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}*
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
.