]> git.pld-linux.org Git - packages/avidemux.git/blob - avidemux.spec
- updated to 2.0.24
[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.24
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Multimedia
8 Source0:        http://fixounet.free.fr/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  c4482219ede0f6e0be8ddc61bf753589
10 Patch0:         %{name}-autoconf.patch
11 URL:            http://fixounet.free.fr/avidemux/
12 BuildRequires:  a52dec-libs-devel
13 BuildRequires:  alsa-lib-devel
14 BuildRequires:  artsc-devel
15 BuildRequires:  esound-devel
16 BuildRequires:  ffmpeg-devel
17 BuildRequires:  freetype-devel >= 2.0.0
18 BuildRequires:  gtk+2-devel >= 2.0.0
19 BuildRequires:  lame-libs-devel
20 BuildRequires:  libmad-devel
21 BuildRequires:  libmpeg3-devel
22 BuildRequires:  libstdc++-devel
23 BuildRequires:  libvorbis-devel
24 BuildRequires:  libxml2-devel
25 BuildRequires:  pkgconfig
26 BuildRequires:  xvid-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 %configure
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 install -d $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 ##%find_lang %{name}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 ##%files -f %{name}.lang
56 %files
57 %defattr(644,root,root,755)
58 %doc README AUTHORS TODO
59 %attr(755,root,root) %{_bindir}/*
This page took 0.090587 seconds and 4 git commands to generate.