]> git.pld-linux.org Git - packages/mkvtoolnix.git/commitdiff
- updated to 78.0 master auto/th/mkvtoolnix-78.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Jul 2023 14:40:09 +0000 (16:40 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Jul 2023 14:40:09 +0000 (16:40 +0200)
mkvtoolnix.spec

index 7c651fa5b8b31d097825307fb4eda47bfb96db7c..3c03563410ef3649c431c26ec8ab6645d26c27ff 100644 (file)
@@ -6,43 +6,50 @@
 Summary:       Matroska video utilities
 Summary(pl.UTF-8):     Narzędzia do filmów w formacie Matroska
 Name:          mkvtoolnix
-Version:       76.0
-Release:       2
+Version:       78.0
+Release:       1
 License:       GPL v2
 Group:         Applications/Multimedia
 Source0:       https://www.bunkus.org/videotools/mkvtoolnix/sources/%{name}-%{version}.tar.xz
-# Source0-md5: 78370627a17447c2ef19ccad4a6dee54
+# Source0-md5: 4ca1f5e17c1297f9be0ecfca51f8c618
 Patch0:                %{name}-init_locales.patch
 URL:           https://www.bunkus.org/videotools/mkvtoolnix/
 %if %{with qt}
-BuildRequires: Qt6Concurrent-devel
-BuildRequires: Qt6DBus-devel
-BuildRequires: Qt6Gui-devel
-BuildRequires: Qt6Multimedia-devel
-BuildRequires: Qt6Svg-devel
-BuildRequires: Qt6Widgets-devel
+# or qt5 >= 5.9.0
+BuildRequires: Qt6Concurrent-devel >= 6.1.0
+BuildRequires: Qt6DBus-devel >= 6.1.0
+BuildRequires: Qt6Gui-devel >= 6.1.0
+BuildRequires: Qt6Multimedia-devel >= 6.1.0
+BuildRequires: Qt6Svg-devel >= 6.1.0
+BuildRequires: Qt6Widgets-devel >= 6.1.0
 BuildRequires: cmark-devel
-BuildRequires: pkgconfig
-BuildRequires: qt6-build
-BuildRequires: qt6-linguist
+BuildRequires: qt6-build >= 6.1.0
+BuildRequires: qt6-linguist >= 6.1.0
 %endif
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.69
 BuildRequires: boost-devel >= 1.49.0
 BuildRequires: bzip2-devel
 BuildRequires: docbook-style-xsl
 BuildRequires: flac-devel
 BuildRequires: gettext-tools
-BuildRequires: libebml-devel >= 1.3.5
+BuildRequires: libebml-devel >= 1.4.4
+BuildRequires: libfmt-devel >= 6.1.0
 BuildRequires: libmagic-devel
-BuildRequires: libmatroska-devel >= 1.4.8
+BuildRequires: libmatroska-devel >= 1.7.1
 BuildRequires: libogg-devel
+BuildRequires: libstdc++-devel >= 6:7
 BuildRequires: libvorbis-devel
 BuildRequires: lzo-devel
+BuildRequires: nlohmann-json-devel
+BuildRequires: pkgconfig >= 1:0.9.0
 BuildRequires: po4a
 BuildRequires: pugixml-devel
 BuildRequires: ruby-modules
 BuildRequires: ruby-rake
 BuildRequires: zlib-devel
+Requires:      libebml >= 1.4.4
+Requires:      libfmt >= 6.1.0
+Requires:      libmatroska >= 1.7.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -84,12 +91,14 @@ nagłówków.
        --docdir=%{_datadir}/%{name} \
        --with-docbook-xsl-root=/usr/share/sgml/docbook/xsl-stylesheets
 
-LC_ALL="C.UTF-8" rake %{?_smp_mflags} %{?with_verbose:V=1}
+LC_ALL="C.UTF-8" \
+rake %{?_smp_mflags} %{?with_verbose:V=1}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-LC_ALL="C.UTF-8" rake install \
+LC_ALL="C.UTF-8" \
+rake install \
        INSTALL="install -cp" \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -176,11 +185,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/mkvinfo
 %attr(755,root,root) %{_bindir}/mkvtoolnix-gui
-%dir %{_datadir}/mkvtoolnix
-%dir %{_datadir}/mkvtoolnix/sounds
-%{_datadir}/mkvtoolnix/sounds/finished-1.webm
-%{_datadir}/mkvtoolnix/sounds/finished-2.webm
-%{_datadir}/mkvtoolnix/sounds/finished-3.webm
+%{_datadir}/mkvtoolnix
 %{_datadir}/metainfo/org.bunkus.mkvtoolnix-gui.appdata.xml
 %{_datadir}/mime/packages/org.bunkus.mkvtoolnix-gui.xml
 %{_desktopdir}/org.bunkus.mkvtoolnix-gui.desktop
This page took 0.124906 seconds and 4 git commands to generate.