]> git.pld-linux.org Git - packages/drip.git/blob - drip.spec
- tabs in preamble
[packages/drip.git] / drip.spec
1 Summary:        DVD to DivX-Encoder
2 Summary(pl.UTF-8):      Koder formatu DVD do DivX
3 Name:           drip
4 Version:        0.9.0
5 %define         _rc     rc3
6 Release:        0.rc3.1
7 License:        GPL
8 Group:          X11/Applications/Multimedia
9 Source0:        http://drip.sourceforge.net/files/%{name}-%{version}%{_rc}.tar.gz
10 # Source0-md5:  0248e8e3cf788d2e3f6883fdc989381e
11 URL:            http://drip.sourceforge.net/
12 BuildRequires:  ImageMagick-devel
13 BuildRequires:  ORBit-devel
14 BuildRequires:  SDL-devel
15 BuildRequires:  a52dec-libs-devel >= 0.7.4
16 BuildRequires:  avifile-devel >= 3:0.7.22
17 BuildRequires:  esound-devel
18 BuildRequires:  gdk-pixbuf-devel
19 BuildRequires:  gnome-libs-devel
20 BuildRequires:  gtk+-devel
21 BuildRequires:  lame-libs-devel
22 BuildRequires:  libdvdcss-devel >= 1.2.2
23 BuildRequires:  libdvdread-devel >= 0.9.3
24 BuildRequires:  libxml2-devel
25 BuildRequires:  libstdc++-devel >= 5:3.0.0
26 BuildRequires:  mpeg2dec-devel >= 0.3.1
27 Requires:       avifile >= 3:0.7.22
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 You'll need DeCSS for handling of the DVD MPEG-2 streams, and avifile
32 for DivX ;-) encoding. Don't forget to install the Windows DLL files
33 for avifile. A patched version of mpeg2divx is hooked into drip for
34 wrapping libmpeg3 and avifile. Also have DVD support in your OS, like
35 Linux 2.4. Good luck backing up your stuff.
36
37 Drip is not yet finished, it has bugs and not all of the features are
38 implemented. Basic DVD to DivX ripping seems to work.
39
40 %description -l pl.UTF-8
41 Drip używa DeCSS do obsługi strumieni DVD MPEG-2 oraz avifile do
42 kodowania DivX ;-). Potrzebuje plików DLL z Windows dla avifile.
43 Do obsługi płyt DVD trzeba mieć wsparcie w systemie (np. Linuksie
44 2.4).
45
46 Uwaga: Drip jeszcze nie jest skończony, ma błędy i nie wszystko
47 jeszcze działa; podstawowe kodowanie DVD do DivX wydaje się działać.
48
49 %prep
50 %setup -q -n %{name}-%{version}%{_rc}
51
52 %build
53 %configure
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 # no static plugins, *.la shouldn't be needed (libgmodule used)
63 rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.{la,a}
64
65 %find_lang %{name} --with-gnome
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %post   -p /sbin/ldconfig
71 %postun -p /sbin/ldconfig
72
73 %files -f %{name}.lang
74 %defattr(644,root,root,755)
75 %doc AUTHORS BUG* ChangeLog README TODO
76 %attr(755,root,root) %{_bindir}/drip
77 %attr(755,root,root) %{_bindir}/dripencoder
78 %attr(755,root,root) %{_bindir}/gnomedrip
79 %attr(755,root,root) %{_libdir}/libdripspu.so.*.*.*
80 %attr(755,root,root) %{_libdir}/libdrip_*filter.so.*.*.*
81 %attr(755,root,root) %{_libdir}/libdrip_*filter.so
82 %{_pixmapsdir}/drip
This page took 0.083579 seconds and 3 git commands to generate.