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