]> git.pld-linux.org Git - packages/avidemux.git/blob - avidemux.spec
- no macros in URL field, other cleanups
[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/avidemux/
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 %description
23 A small audio/video editing software for Linux.
24
25 %description -l pl
26 Ma³y edytor audio/video dla Linuksa.
27
28 %prep
29 %setup -q
30 #%patch0 -p1
31
32 %build
33 #CPPFLAGS="-I/usr/include/divx -I/usr/include/libmpeg3"
34
35 # dirty hack, so we are avoiding ac/am madness
36 echo timestamp > stamp-h.in
37
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc README AUTHORS TODO
54 %attr(755,root,root) %{_bindir}/*
This page took 0.031714 seconds and 4 git commands to generate.