]> git.pld-linux.org Git - packages/mkvtoolnix.git/commitdiff
- updated to 1.5.0 (now build gui)
authorKarol Krenski <charles@pld-linux.org>
Sun, 3 Jul 2005 19:29:39 +0000 (19:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated TODO

Changed files:
    mkvtoolnix.spec -> 1.5

mkvtoolnix.spec

index c54c12ce0962c1c4dffedcb0093602494d84f382..da5b33c259d92f2283162d577e541c259411cc3e 100644 (file)
@@ -1,15 +1,15 @@
 # TODO:
-# - compile mkvinfo's GUI and mmg (--enable-gui)
-
+# - make subpackage -gui (wxWidgets deps)
+#
 Summary:       Matroska video utilities
 Summary(pl):   Narzêdzia do filmów w formacie Matroska
 Name:          mkvtoolnix
-Version:       1.4.1
+Version:       1.5.0
 Release:       0.1
 License:       GPL v2
 Group:         Applications/Multimedia
 Source0:       http://www.bunkus.org/videotools/mkvtoolnix/sources/%{name}-%{version}.tar.bz2
-# Source0-md5: d31d5c940ed28ef5a7215e542fd3996b
+# Source0-md5: 71c447f02ee306dbff53804c770b5ff3
 URL:           http://www.bunkus.org/videotools/mkvtoolnix/
 BuildRequires: bzip2-devel
 BuildRequires: expat-devel
@@ -18,6 +18,8 @@ BuildRequires:        libebml-devel >= 0.7.3
 BuildRequires: libmatroska-devel >= 0.7.5
 BuildRequires: libogg-devel
 BuildRequires: libvorbis-devel
+BuildRequires: sed >= 4.0
+BuildRequires: wxGTK2-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -31,9 +33,8 @@ Narz
 %setup -q
 
 %build
-%configure \
-       --disable-gui \
-       --enable-bz2
+%{__sed} -i 's,wx-config,wx-gtk2-ansi-config,g' configure
+%configure
 
 %{__make}
 
@@ -48,6 +49,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README TODO
+%doc AUTHORS ChangeLog README TODO doc/*.html doc/images/*
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
This page took 0.058349 seconds and 4 git commands to generate.