]> git.pld-linux.org Git - packages/avidemux.git/blob - avidemux.spec
- many small fixes, inspired by kloczek
[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.9
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Multimedia
8 Source0:        http://fixounet.free.fr/%{name}/%{name}-%{version}.tgz
9 # Source0-md5:  ccadde58eb5f00473d7c2ee5d04bca51
10 URL:            http://fixounet.free.fr/%{name}/
11 Patch0:         %{name}-lameh.patch
12 BuildRequires:  a52dec-libs-devel
13 #BuildRequires: divx4linux-devel
14 BuildRequires:  esound-devel
15 BuildRequires:  gtk+-devel
16 BuildRequires:  lame-libs-devel
17 BuildRequires:  libmpeg3-devel
18 BuildRequires:  libvorbis-devel
19 BuildRequires:  mad-devel
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22
23 %description
24 A small audio/video editing software for Linux.
25
26 %description -l pl
27 Ma³y edytor audio/video dla Linuksa.
28
29 %prep
30 %setup -q
31 #%patch0 -p1
32
33 %build
34 #CPPFLAGS="-I/usr/include/divx -I/usr/include/libmpeg3"
35
36 # dirty hack, so we are avoiding ac/am madness
37 echo timestamp > stamp-h.in
38
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT
45
46 %{__make} install \
47         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.038596 seconds and 4 git commands to generate.