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