]> git.pld-linux.org Git - packages/drip.git/blob - drip.spec
- massive attack: no need for 755 for *.la
[packages/drip.git] / drip.spec
1 Summary:        DVD to DivX-Encoder
2 Summary(pl):    Koder formatu DVD do DivX
3 Name:           drip
4 Version:        0.8.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Multimedia
8 Source0:        http://drip.sourceforge.net/files/%{name}-%{version}.tar.gz
9 URL:            http://drip.sourceforge.net/
10 BuildRequires:  ORBit-devel
11 BuildRequires:  avifile-devel >= 0.6.0
12 BuildRequires:  gtk+-devel
13 BuildRequires:  lame-libs-devel
14 BuildRequires:  libdvdcss-devel >= 1.0.0
15 BuildRequires:  libdvdread-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _prefix         /usr/X11R6
19 %define         _mandir         %{_prefix}/man
20
21 %description
22 You'll need DeCSS for handling of the DVD MPEG-2 streams, and avifile
23 for DivX ;-) encoding. Don't forget to install the Windows DLL files
24 for avifile. A patched version of mpeg2divx is hooked into drip for
25 wrapping libmpeg3 and avifile. Also have DVD support in your OS, like
26 Linux 2.4. Good luck backing up your stuff.
27
28 Drip is not yet finished, it has bugs and not all of the features are
29 implemented. Basic DVD to DivX ripping seems to work.
30
31 %description -l pl
32 Drip u¿ywa DeCSS do obs³ugi strumieni DVD MPEG-2 oraz avifile do
33 kodowania DivX ;-). Potrzebuje plików DLL z Windows dla avifile.
34 Do obs³ugi p³yt DVD trzeba mieæ wsparcie w systemie (np. Linuksie
35 2.4).
36
37 Uwaga: Drip jeszcze nie jest skoñczony, ma b³êdy i nie wszystko
38 jeszcze dzia³a; podstawowe kodowanie DVD do DivX wydaje siê dzia³aæ.
39
40 %prep
41 %setup -q
42
43 %build
44 %configure2_13 \
45         --with-gnome=/usr/X11R6
46
47 %{__make}
48
49 %install
50
51 %{__make} DESTDIR=$RPM_BUILD_ROOT install
52
53 gzip -9nf AUTHORS ChangeLog INSTALL NEWS README TODO
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT;
57
58 %post   -p /sbin/ldconfig
59 %postun -p /sbin/ldconfig  
60
61 %files
62 %defattr(644,root,root,755)
63 %doc *.gz
64 %attr(755,root,root) %{_bindir}/drip
65 %attr(755,root,root) %{_bindir}/dripencoder
66 %attr(755,root,root) %{_bindir}/gnomedrip
67 %{_libdir}/libdripspu.la
68 %attr(755,root,root) %{_libdir}/libdripspu.so.0.1.0
69 %dir %{_datadir}/gnome/help/drip
70 %dir %{_datadir}/gnome/help/drip/C
71 %dir %{_datadir}/gnome/help/drip/C/digs
72 %{_datadir}/gnome/help/drip/C/figs/drip.png
73 %{_datadir}/gnome/help/drip/C/index.html
74 %{_datadir}/gnome/help/drip/C/topic.dat
75 %dir %{_pixmapsdir}/drip
76 %{_pixmapsdir}/drip/drip.png
77 %{_pixmapsdir}/drip/drip_logo.jpg
This page took 0.075646 seconds and 4 git commands to generate.