]> git.pld-linux.org Git - packages/mkvtoolnix.git/commitdiff
- updated to 5.8.0
authorKarol Krenski <charles@pld-linux.org>
Mon, 3 Sep 2012 23:00:11 +0000 (01:00 +0200)
committerKarol Krenski <charles@pld-linux.org>
Mon, 3 Sep 2012 23:00:11 +0000 (01:00 +0200)
- removed outdated -boost_1_5.patch

mkvtoolnix-boost_1_5.patch [deleted file]
mkvtoolnix.spec

diff --git a/mkvtoolnix-boost_1_5.patch b/mkvtoolnix-boost_1_5.patch
deleted file mode 100644 (file)
index 707ef1a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- mkvtoolnix-5.7.0/src/common/mm_io.cpp.orig 2012-07-08 20:06:02.000000000 +0200
-+++ mkvtoolnix-5.7.0/src/common/mm_io.cpp      2012-07-24 00:36:34.197525801 +0200
-@@ -147,7 +147,7 @@
- void
- mm_file_io_c::prepare_path(const std::string &path) {
-   boost::filesystem::path directory = boost::filesystem::path(path).parent_path();
--  if (boost::filesystem::exists(directory))
-+  if (directory.empty() || boost::filesystem::exists(directory))
-     return;
-   boost::system::error_code error_code;
index 0df7b68e49512c3d3f5d53d6c598388ae7c003bd..c3c3e23f2b55625f54b80b59fa39cf1ffc5c3868 100644 (file)
 Summary:       Matroska video utilities
 Summary(pl.UTF-8):     Narzędzia do filmów w formacie Matroska
 Name:          mkvtoolnix
-Version:       5.7.0
-Release:       2
+Version:       5.8.0
+Release:       1
 License:       GPL v2
 Group:         Applications/Multimedia
 Source0:       http://www.bunkus.org/videotools/mkvtoolnix/sources/%{name}-%{version}.tar.bz2
-# Source0-md5: 99ea44be570412dadafe4ccaee0cfe6e
+# Source0-md5: 8caa3d37d2442a525bad35dbb1babc56
 Patch0:                %{name}-init_locales.patch
-Patch1:                %{name}-boost_1_5.patch
 URL:           http://www.bunkus.org/videotools/mkvtoolnix/
 %{?with_qt:BuildRequires:      QtGui-devel}
 BuildRequires: boost-devel >= 1.36
@@ -51,7 +50,6 @@ Narzędzia do filmów w formacie Matroska.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %configure \
@@ -89,6 +87,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_datadir}/%{name}/guide
 %{_datadir}/%{name}/guide/en
 %lang(es) %{_datadir}/%{name}/guide/es
+%lang(eu) %{_datadir}/%{name}/guide/eu
 %lang(zh_CN) %{_datadir}/%{name}/guide/zh_CN
 %{_datadir}/mime/packages/mkvtoolnix.xml
 %{_desktopdir}/mkvinfo.desktop
This page took 0.094688 seconds and 4 git commands to generate.