]> git.pld-linux.org Git - SPECS.git/blob - kmenc15.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / kmenc15.spec
1 Summary:        Advanced Qt/KDE MEncoder frontend
2 Summary(pl.UTF-8):      Zaawansowany frontend Qt/KDE dla MEncodera
3 Name:           kmenc15
4 Version:        0.04
5 Release:        2
6 License:        GPL v2
7 Group:          X11/Applications/Multimedia
8 Source0:        http://dl.sourceforge.net/kmenc15/%{name}-%{version}.tar.bz2
9 # Source0-md5:  64e46a32cd055516b9d82f60836eefcb
10 Patch0:         %{name}-build.patch
11 URL:            http://kmenc15.sourceforge.net/
12 BuildRequires:  kdelibs-devel >= 3.3
13 BuildRequires:  rpmbuild(macros) >= 1.167
14 Requires:       mencoder
15 Requires:       mplayer >= 3:1.0-2.pre7try2.4
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Kmenc15 is an advanced Qt/KDE MEncoder frontend, generally designed to
20 be a VirtualDub replacement for Linux. It is most useful for editing
21 and encoding large high quality AVIs capped from TV. It allows cutting
22 and merging at exact frames, applying any MPlayer/MEncoder filter,
23 with preview.
24
25 %description -l pl.UTF-8
26 KMenc15 to zaawansowany frontend Qt/KDE dla MEncodera, zasadniczo
27 zaprojektowany jako zamiennik VirtualDuba dla Linuksa. Jest
28 najbardziej przydatny do modyfikowania i kodowania dużych, wysokiej
29 jakości plików AVI nagranych z TV. Umożliwia cięcie i łączenie na
30 dokładnie podanych ramkach oraz stosowanie dowolnego filtru
31 MPlayera/MEncodera z podglądem.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36
37 %build
38 %{__make}       \
39         CPP="%{__cxx}" \
40         CFLAGS="%{rpmcxxflags}"
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT%{_bindir}
45
46 install %{name} $RPM_BUILD_ROOT%{_bindir}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS
54 %attr(755,root,root) %{_bindir}/*
This page took 0.781219 seconds and 3 git commands to generate.