]> git.pld-linux.org Git - packages/mkvtoolnix.git/blob - mkvtoolnix.spec
- updated to 1.5.0 (now build gui)
[packages/mkvtoolnix.git] / mkvtoolnix.spec
1 # TODO:
2 # - make subpackage -gui (wxWidgets deps)
3 #
4 Summary:        Matroska video utilities
5 Summary(pl):    Narzêdzia do filmów w formacie Matroska
6 Name:           mkvtoolnix
7 Version:        1.5.0
8 Release:        0.1
9 License:        GPL v2
10 Group:          Applications/Multimedia
11 Source0:        http://www.bunkus.org/videotools/mkvtoolnix/sources/%{name}-%{version}.tar.bz2
12 # Source0-md5:  71c447f02ee306dbff53804c770b5ff3
13 URL:            http://www.bunkus.org/videotools/mkvtoolnix/
14 BuildRequires:  bzip2-devel
15 BuildRequires:  expat-devel
16 BuildRequires:  flac-devel
17 BuildRequires:  libebml-devel >= 0.7.3
18 BuildRequires:  libmatroska-devel >= 0.7.5
19 BuildRequires:  libogg-devel
20 BuildRequires:  libvorbis-devel
21 BuildRequires:  sed >= 4.0
22 BuildRequires:  wxGTK2-devel
23 BuildRequires:  zlib-devel
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 Matroska video utilities.
28
29 %description -l pl
30 Narzêdzia do filmów w formacie Matroska.
31
32 %prep
33 %setup -q
34
35 %build
36 %{__sed} -i 's,wx-config,wx-gtk2-ansi-config,g' configure
37 %configure
38
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog README TODO doc/*.html doc/images/*
53 %attr(755,root,root) %{_bindir}/*
54 %{_mandir}/man1/*
This page took 0.034449 seconds and 3 git commands to generate.