]> git.pld-linux.org Git - packages/avidemux.git/blob - avidemux.spec
- removed klingon lang
[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.40
5 Release:        0.2
6 License:        GPL v2
7 Group:          X11/Applications/Multimedia
8 Source0:        http://download.berlios.de/avidemux/%{name}-%{version}.tar.gz
9 # Source0-md5:  eed30487a2ae62f927c8a84dbc889e6d
10 Source1:        %{name}.desktop
11 Patch0:         %{name}-autoconf.patch
12 URL:            http://fixounet.free.fr/avidemux/
13 BuildRequires:  SDL-devel
14 BuildRequires:  a52dec-libs-devel
15 BuildRequires:  alsa-lib-devel
16 BuildRequires:  artsc-devel
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  esound-devel
20 BuildRequires:  faad2-devel
21 BuildRequires:  ffmpeg-devel
22 BuildRequires:  freetype-devel >= 2.0.0
23 BuildRequires:  gettext-devel
24 BuildRequires:  gtk+2-devel >= 1:2.0.0
25 BuildRequires:  lame-libs-devel
26 BuildRequires:  libmad-devel
27 BuildRequires:  libmpeg3-devel
28 BuildRequires:  libstdc++-devel
29 BuildRequires:  libvorbis-devel
30 BuildRequires:  libxml2-devel
31 BuildRequires:  perl-base
32 BuildRequires:  pkgconfig
33 BuildRequires:  xvid-devel >= 1:1.0
34 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36 %description
37 A small audio/video editing software for Linux.
38
39 %description -l pl
40 Ma³y edytor audio/wideo dla Linuksa.
41
42 %prep
43 %setup -q
44 %patch0 -p1
45
46 %{__perl} -pi -e 's/charset=Unicode/charset=UTF-8/' po/ru.po
47 %{__perl} -pi -e 's/klingon//' po/LINGUAS
48
49 %build
50 cp /usr/share/automake/config.sub admin
51 %{__gettextize}
52 %{__aclocal} -I m4
53 %{__autoheader}
54 %{__automake}
55 %{__autoconf}
56 %configure
57 %{__make}
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61 install -d $RPM_BUILD_ROOT%{_desktopdir}
62
63 %{__make} install \
64         DESTDIR=$RPM_BUILD_ROOT
65
66 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
67
68 %find_lang %{name}
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %files -f %{name}.lang
74 #%files
75 %defattr(644,root,root,755)
76 %doc AUTHORS History
77 %attr(755,root,root) %{_bindir}/*
78 %{_desktopdir}/*.desktop
This page took 0.052251 seconds and 4 git commands to generate.