From 7d7bfab1c2acf526c562300a975b633ab6511e3e Mon Sep 17 00:00:00 2001 From: Dominik Mierzejewski Date: Aug 26 2009 01:35:44 +0000 Subject: - updated to 2.9.8 - improved summary and description for gui subpackage - fixed installation of tools --- diff --git a/.cvsignore b/.cvsignore index 20ade1b..c9c646d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mkvtoolnix-2.6.0.tar.bz2 +mkvtoolnix-2.9.8.tar.bz2 diff --git a/mkvtoolnix-noman.patch b/mkvtoolnix-noman.patch new file mode 100644 index 0000000..7afac5a --- /dev/null +++ b/mkvtoolnix-noman.patch @@ -0,0 +1,11 @@ +diff -up mkvtoolnix-2.9.8/src/tools/Makefile.noman mkvtoolnix-2.9.8/src/tools/Makefile +--- mkvtoolnix-2.9.8/src/tools/Makefile.noman 2009-08-13 12:32:50.000000000 +0200 ++++ mkvtoolnix-2.9.8/src/tools/Makefile 2009-08-26 03:00:59.698084017 +0200 +@@ -3,7 +3,6 @@ all_with_tools: + + APPLICATIONS += src/tools/base64tool$(EXEEXT) src/tools/diracparser$(EXEEXT) src/tools/vc1parser$(EXEEXT) src/tools/ebml_validator$(EXEEXT) + ALL_SOURCES += $(wildcard src/tools/*.cpp) +-MANPAGES += doc/base64tool.1 + + vc1parser_SOURCES = src/tools/vc1parser.cpp + vc1parser_OBJECTS = $(patsubst %.cpp,%.o,$(vc1parser_SOURCES)) diff --git a/mkvtoolnix.spec b/mkvtoolnix.spec index 1787558..d9a5e6e 100644 --- a/mkvtoolnix.spec +++ b/mkvtoolnix.spec @@ -1,12 +1,13 @@ Summary: Matroska container manipulation utilities Name: mkvtoolnix -Version: 2.6.0 -Release: 2%{?dist} +Version: 2.9.8 +Release: 1%{?dist} License: GPLv2+ Group: Applications/Multimedia Source0: http://www.bunkus.org/videotools/mkvtoolnix/sources/%{name}-%{version}.tar.bz2 Source1: mmg.desktop Source2: mkvinfo.desktop +Patch0: %{name}-noman.patch URL: http://www.bunkus.org/videotools/mkvtoolnix/index.html BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) BuildRequires: boost-devel @@ -28,16 +29,20 @@ Mkvtoolnix is a set of utilities to mux and demux audio, video and subtitle streams into and from Matroska containers. %package gui -Summary: Mkvtoolnix GUI +Summary: Graphical interface for Matroska container manipulation Group: Applications/Multimedia Requires: %{name} = %{version}-%{release} Requires: hicolor-icon-theme %description gui -GUI for mkvtoolnix. +Mkvtoolnix is a set of utilities to mux and demux audio, video and subtitle +streams into and from Matroska containers. + +This package contains the graphical interface for these utilities. %prep %setup -q +%patch0 -p1 -b .noman sed -i -e 's/"-O3"/""/' configure* for file in AUTHORS ChangeLog ; do iconv -f iso8859-1 -t utf8 $file >$file.utf && \ @@ -94,7 +99,6 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || : %attr(755,root,root) %{_bindir}/mkvextract %attr(755,root,root) %{_bindir}/mkvmerge %attr(755,root,root) %{_bindir}/vc1parser -%{_mandir}/man1/base64tool* %{_mandir}/man1/mkvextract* %{_mandir}/man1/mkvmerge* @@ -112,6 +116,11 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/icons/hicolor/32x32/apps/mmg.xpm %changelog +* Wed Aug 26 2009 Dominik Mierzejewski 2.9.8-1 +- updated to 2.9.8 +- improved summary and description for gui subpackage +- fixed installation of tools + * Sat Jul 25 2009 Fedora Release Engineering - 2.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 7b742fb..03e59a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -034e6c4a11b4a9536d250a309c16be85 mkvtoolnix-2.6.0.tar.bz2 +7b049aa43c6b39dfcb19f5a46d5574ac mkvtoolnix-2.9.8.tar.bz2