[packages/libmediainfo] - up to 0.7.67
arekm
arekm at pld-linux.org
Sat Mar 8 22:22:37 CET 2014
commit 1f6e2b807493d4afde3f119eaa6099ddd5dd3d6d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Mar 8 22:22:33 2014 +0100
- up to 0.7.67
libmediainfo-build.patch | 11 +++++++++++
libmediainfo.spec | 8 +++++---
2 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/libmediainfo.spec b/libmediainfo.spec
index 77b9c03..00e475a 100644
--- a/libmediainfo.spec
+++ b/libmediainfo.spec
@@ -4,17 +4,18 @@
%bcond_without curl # cURL support
%bcond_without mms # MMS support
#
-%define libzen_ver 0.4.28
+%define libzen_ver 0.4.29
Summary: Supplies technical and tag information about a video or audio file
Summary(pl.UTF-8): Informacje techniczne i znaczniki dla plików wideo i dźwiękowych
Name: libmediainfo
-Version: 0.7.61
+Version: 0.7.67
Release: 1
License: LGPL v2+
Group: Libraries
Source0: http://downloads.sourceforge.net/mediainfo/%{name}_%{version}.tar.bz2
-# Source0-md5: 371519c1c24e4de84448d6624fc41aa8
+# Source0-md5: c6372a176f45a9971740b46c652f65eb
+Patch0: %{name}-build.patch
URL: http://mediainfo.sourceforge.net/
BuildRequires: autoconf >= 2.50
BuildRequires: automake >= 1:1.11
@@ -112,6 +113,7 @@ Statyczna biblioteka MediaInfo.
%prep
%setup -q -n MediaInfoLib
+%patch0 -p1
cp Release/ReadMe_DLL_Linux.txt ReadMe.txt
mv History_DLL.txt History.txt
%undos *.txt *.html Source/Doc/*.html
diff --git a/libmediainfo-build.patch b/libmediainfo-build.patch
new file mode 100644
index 0000000..c2f4ad4
--- /dev/null
+++ b/libmediainfo-build.patch
@@ -0,0 +1,11 @@
+--- MediaInfoLib/Project/GNU/Library/configure.ac~ 2014-01-06 15:24:55.000000000 +0100
++++ MediaInfoLib/Project/GNU/Library/configure.ac 2014-03-08 22:14:56.044585046 +0100
+@@ -119,7 +119,7 @@
+ AC_ARG_ENABLE(bdav, AC_HELP_STRING([--disable-bdav], [Disable Multiple - Blu-ray audio-video (BDAV)]), MediaInfoBdav=$enableval, MediaInfoBdav=depend)
+ AC_ARG_ENABLE(bdmv, AC_HELP_STRING([--disable-bdmv], [Disable Multiple - Blu-ray Movie]), MediaInfoBdmv=$enableval, MediaInfoBdmv=depend)
+ AC_ARG_ENABLE(cdxa, AC_HELP_STRING([--disable-cdxa], [Disable Multiple - CDXA (CD mode 2)]), MediaInfoCdxa=$enableval, MediaInfoCdxa=depend)
+-AC_ARG_ENABLE(dashmpd AC_HELP_STRING([--disable-dashmpd], [Disable Multiple - DASH MPD]), MediaInfoDashMpd=$enableval, MediaInfoDashMpd=depend)
++AC_ARG_ENABLE(dashmpd, AC_HELP_STRING([--disable-dashmpd], [Disable Multiple - DASH MPD]), MediaInfoDashMpd=$enableval, MediaInfoDashMpd=depend)
+ AC_ARG_ENABLE(dcp, AC_HELP_STRING([--disable-dcp], [Disable Multiple - DCP]), MediaInfoDcp=$enableval, MediaInfoDcp=depend)
+ AC_ARG_ENABLE(dpg, AC_HELP_STRING([--disable-dpg], [Disable Multiple - DPG (Nintendo DS)]), MediaInfoDpg=$enableval, MediaInfoDpg=depend)
+ AC_ARG_ENABLE(references, AC_HELP_STRING([--disable-references], [Disable Multiple - Reference files support]), MediaInfoReferences=$enableval, MediaInfoReferences=depend)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libmediainfo.git/commitdiff/1f6e2b807493d4afde3f119eaa6099ddd5dd3d6d
More information about the pld-cvs-commit
mailing list