]> git.pld-linux.org Git - packages/acidrip.git/blame - acidrip.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/acidrip.git] / acidrip.spec
CommitLineData
4860a838 1Summary: Graphical frontend for MPlayer/Mencoder for DVD ripping
c69ad77a 2Summary(pl.UTF-8): Graficzna nakładka na MPlayer/Mencoder do zgrywania DVD
4860a838 3Name: acidrip
d593f126 4Version: 0.14
29f0e45f 5Release: 4
4860a838 6License: GPL/Artistic
7Group: X11/Applications/Multimedia
8Source0: http://dl.sourceforge.net/acidrip/%{name}-%{version}.tar.gz
d593f126 9# Source0-md5: c1c27bbf658e5c30f43e067a8ae283de
4860a838 10Source1: %{name}.desktop
a0af915b 11Patch0: %{name}-makefile.patch
829fc704 12URL: http://untrepid.com/acidrip/
4860a838 13BuildRequires: perl-Gtk2 >= 0.98
14BuildRequires: perl-devel >= 1:5.8.0
15BuildRequires: rpm-perlprov >= 4.1-13
9d0185f7 16Requires: lsdvd >= 0.10
4860a838 17Requires: mplayer
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
a0af915b 21AcidRip is a Gtk2-perl application for ripping and encoding DVD's. It
22is Graphical wraper to MPlayer and MEncoder which automates the
23process in a number of ways:
24- finds longest title
25- calculate video bitrate for given filesize
26- finds black bands and crops them
27- gives sugesstions for improved performance
4860a838 28
0595e45c
JR
29%description -l pl.UTF-8
30AcidRip jest aplikacją opartą o Gtk2-perl służącą do zgrywania i
31odkodowywania płyt DVD. Jest to graficzna nakładka na MPlayera i
32MEncodera, która automatyzuje ten proces na kilka sposobów:
33- znajduje najdłuższy tytuł
34- oblicza transfer wideo dla danej wielkości pliku
a0af915b 35- znajduje i przycina czarne opaski
0595e45c 36- podaje propozycje dla zwiększenia wydajności
4860a838 37
38%prep
39%setup -q
a0af915b 40%patch0 -p1
4860a838 41
42%build
43%{__perl} Makefile.PL \
7ffc3779 44 INSTALLDIRS=vendor
4860a838 45
46%{__make} \
7ffc3779 47 OPTIMIZE="%{rpmcflags}"
4860a838 48
49%install
50rm -rf $RPM_BUILD_ROOT
a0af915b 51install -d $RPM_BUILD_ROOT%{_desktopdir}
4860a838 52
53%{__make} install \
54 DESTDIR=$RPM_BUILD_ROOT
55
56install -c %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
4860a838 57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61%files
62%defattr(644,root,root,755)
63%doc CHANGELOG TODO
64%attr(755,root,root) %{_bindir}/*
7fb930f4 65%dir %{perl_vendorlib}/AcidRip
4860a838 66%{perl_vendorlib}/AcidRip/*.pm
67%{_desktopdir}/*.desktop
4860a838 68%{_mandir}/man1/*
This page took 0.04545 seconds and 4 git commands to generate.