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