]> git.pld-linux.org Git - packages/avidemux.git/blob - avidemux.spec
- better pl
[packages/avidemux.git] / avidemux.spec
1 Summary:        A small audio/video editing software for Linux
2 Summary(pl):    Ma³y edytor audio/video dla Linuksa
3 Name:           avidemux
4 Version:        0.9pre6
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Multimedia
8 Source0:        http://fixounet.free.fr/%{name}/%{name}-%{version}.tgz
9 URL:            http://fixounet.free.fr/%{name}/
10 Patch0:         %{name}-lameh.patch
11 BuildRequires:  a52dec-libs-devel
12 BuildRequires:  divx4linux-devel
13 BuildRequires:  esound-devel
14 BuildRequires:  gtk+-devel
15 BuildRequires:  lame-libs-devel
16 BuildRequires:  libmpeg3-devel
17 BuildRequires:  libvorbis-devel
18 BuildRequires:  mad-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _prefix         /usr/X11R6
22 %define         _mandir         %{_prefix}/man
23
24 %description
25 A small audio/video editing software for Linux.
26
27 %description -l pl
28 Ma³y edytor audio/video dla Linuksa.
29
30 %prep
31 %setup -q
32 %patch0 -p1
33
34 %build
35 CPPFLAGS="-I/usr/include/divx -I/usr/include/libmpeg3"
36
37 # dirty hack, so we are avoiding ac/am madness
38 echo timestamp > stamp-h.in
39
40 %configure2_13
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 install -d $RPM_BUILD_ROOT
46
47 %{__make} install DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc README AUTHORS TODO
55 %attr(755,root,root) %{_bindir}/*
This page took 0.039581 seconds and 4 git commands to generate.