]> git.pld-linux.org Git - packages/avidemux.git/blob - avidemux.spec
- fixed pl
[packages/avidemux.git] / avidemux.spec
1 Summary:        A small audio/video editing software for Linux
2 Summary(pl):    Ma³y edytor audio/wideo dla Linuksa
3 Name:           avidemux
4 Version:        2.0.16
5 Release:        0.1
6 License:        GPL
7 Group:          X11/Applications/Multimedia
8 Source0:        http://fixounet.free.fr/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  89e4ac8f832328e8761a7c3035d4d4bc
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+2-devel
16 BuildRequires:  pkgconfig
17 BuildRequires:  freetype-devel >= 2.0.0
18 BuildRequires:  libxml2-devel
19 BuildRequires:  xvid-devel
20 BuildRequires:  alsa-lib-devel
21 BuildRequires:  libmad-devel
22 BuildRequires:  ffmpeg-devel
23 BuildRequires:  lame-libs-devel
24 BuildRequires:  libmpeg3-devel
25 BuildRequires:  libvorbis-devel
26 BuildRequires:  mad-devel
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 A small audio/video editing software for Linux.
31
32 %description -l pl
33 Ma³y edytor audio/wideo dla Linuksa.
34
35 %prep
36 %setup -q
37 #%patch0 -p1
38
39 %build
40 #CPPFLAGS="-I/usr/include/divx -I/usr/include/libmpeg3"
41
42 # dirty hack, so we are avoiding ac/am madness
43 echo timestamp > stamp-h.in
44
45 %configure
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 install -d $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc README AUTHORS TODO
61 %attr(755,root,root) %{_bindir}/*
This page took 0.048286 seconds and 4 git commands to generate.