[packages/mkvtoolnix] - updated to 5.8.0 - removed outdated -boost_1_5.patch

charles charles at pld-linux.org
Tue Sep 4 01:00:18 CEST 2012


commit 1635467e9d8e86dac999839bc36a8a4c9257efb9
Author: Karol Krenski <charles at pld-linux.org>
Date:   Tue Sep 4 01:00:11 2012 +0200

    - updated to 5.8.0
    - removed outdated -boost_1_5.patch

 mkvtoolnix-boost_1_5.patch | 11 -----------
 mkvtoolnix.spec            |  9 ++++-----
 2 files changed, 4 insertions(+), 16 deletions(-)
---
diff --git a/mkvtoolnix.spec b/mkvtoolnix.spec
index 0df7b68..c3c3e23 100644
--- a/mkvtoolnix.spec
+++ b/mkvtoolnix.spec
@@ -10,14 +10,13 @@
 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
diff --git a/mkvtoolnix-boost_1_5.patch b/mkvtoolnix-boost_1_5.patch
deleted file mode 100644
index 707ef1a..0000000
--- a/mkvtoolnix-boost_1_5.patch
+++ /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;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mkvtoolnix.git/commitdiff/1635467e9d8e86dac999839bc36a8a4c9257efb9



More information about the pld-cvs-commit mailing list