Author: charles                      Date: Thu Mar  3 21:33:23 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial release

---- Files affected:
SPECS:
   mkvtoolnix.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/mkvtoolnix.spec
diff -u /dev/null SPECS/mkvtoolnix.spec:1.1
--- /dev/null   Thu Mar  3 22:33:23 2005
+++ SPECS/mkvtoolnix.spec       Thu Mar  3 22:33:18 2005
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+# TODO:
+# - compile mkvinfo's GUI and mmg (--enable-gui)
+
+Summary:       Matroska video utilities
+Name:          mkvtoolnix
+Version:       1.4.0
+Release:       0.1
+License:       GPL v2
+Group:         Applications/Multimedia
+Source0:       
http://www.bunkus.org/videotools/mkvtoolnix/sources/%{name}-%{version}.tar.bz2
+# Source0-md5: 593c9f51ff99c90a017117bad2edd3e4
+URL:           http://www.bunkus.org/videotools/mkvtoolnix/
+BuildRequires: bzip2-devel 
+BuildRequires: expat-devel
+BuildRequires: flac-devel
+BuildRequires: libebml-devel >= 0.7.3
+BuildRequires: libmatroska-devel >= 0.7.5
+BuildRequires: libogg-devel
+BuildRequires: libvorbis-devel
+BuildRequires: zlib-devel 
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Matroska video utilities.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --disable-gui \
+       --enable-bz2
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/03/03 21:33:18  charles
+- initial release
================================================================

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to