Author: charles Date: Sun Jul 3 19:29:44 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.5.0 (now build gui) - updated TODO
---- Files affected: SPECS: mkvtoolnix.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/mkvtoolnix.spec diff -u SPECS/mkvtoolnix.spec:1.4 SPECS/mkvtoolnix.spec:1.5 --- SPECS/mkvtoolnix.spec:1.4 Wed Mar 16 14:13:20 2005 +++ SPECS/mkvtoolnix.spec Sun Jul 3 21:29:39 2005 @@ -1,16 +1,16 @@ # $Revision$, $Date$ # 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 @@ -19,6 +19,8 @@ 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) @@ -32,9 +34,8 @@ %setup -q %build -%configure \ - --disable-gui \ - --enable-bz2 +%{__sed} -i 's,wx-config,wx-gtk2-ansi-config,g' configure +%configure %{__make} @@ -49,7 +50,7 @@ %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/* @@ -59,6 +60,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2005/07/03 19:29:39 charles +- updated to 1.5.0 (now build gui) +- updated TODO + Revision 1.4 2005/03/16 13:13:20 charles - updated to 1.4.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mkvtoolnix.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
