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