]> git.pld-linux.org Git - packages/drip.git/blame - drip.spec
- adapterized
[packages/drip.git] / drip.spec
CommitLineData
be1213e2 1Summary: DVD to Div/X-Encoder
aeaa71e0 2Summary(pl): dekoder formatu dvd do divx
be1213e2 3Name: drip
4Version: 0.8.1
5Release: 1
6License: GPL
7Group: X11/Applications/Multimedia
8Source0: %{name}-%{version}.tar.gz
9URL: http://drip.sourceforge.net
10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
44a39f23 11Requires: avifile >= 0.6.0 libdvdcss >= 1.0.0 libdvdread lame
12Buildrequires: libdvdread-devel libdvdcss >= 1.0.0 avifile >= 0.6.0 avifile-devel gtk+-devel ORBit-devel lame
be1213e2 13
14%define _prefix /usr/X11R6
15%define _mandir %{_prefix}/man
16
17%description
18You'll need decss for handling of the DVD mpeg2 streams, and avifile
19for divx;-) encoding. Dont forget to install the windows dll files for
20avifile. A patched version of mpeg2divx is hooked into drip for
21wrapping libmpeg3 and avifile. Also have DVD support in your OS, like
22linux 2.4. Good luck backing up your stuff.
23
24Drip is not yet finished, it has bugs and not all of the features are
25implemented. Basic dvd to divx ripping seems to work.
26
44a39f23 27%description -l pl
aeaa71e0 28Bedziesz potrzebowal biblioteki do odkodowania DVD-Video
29dla obslugi strumienia DVD mpeg2 i kodowania avifile dla divx;-).
30Nie zapomnij zainstalowac windowsowych plikow dla dla avifile.
31drip nie jest jeszcze skonczonym projektem.
44a39f23 32
33
be1213e2 34%prep
35
36%setup -q
37
38%build
26d904bc 39%configure2_13 --prefix=%{_prefix} --mandir=%{_mandir} --with-gnome=/usr/X11R6
be1213e2 40%{__make}
41
42%install
be1213e2 43
44%{__make} DESTDIR=$RPM_BUILD_ROOT install
45
aeaa71e0 46%post -p /sbin/ldconfig
47%postun -p /sbin/ldconfig
48
be1213e2 49
2ba6b3f3 50gzip -9nf AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
be1213e2 51%clean
aeaa71e0 52rm -rf $RPM_BUILD_ROOT;
be1213e2 53
54%files
55%defattr(644,root,root,755)
2ba6b3f3 56%doc *.gz
57%attr(755,root,root) %{_prefix}/bin/drip
58%attr(755,root,root) %{_prefix}/bin/dripencoder
59%attr(755,root,root) %{_prefix}/bin/gnomedrip
aeaa71e0 60%attr(755,root,root) %{_prefix}/lib/libdripspu.a
61%attr(755,root,root) %{_prefix}/lib/libdripspu.la
62%attr(755,root,root) %{_prefix}/lib/libdripspu.so
63%attr(755,root,root) %{_prefix}/lib/libdripspu.so.0
64%attr(755,root,root) %{_prefix}/lib/libdripspu.so.0.1.0
65%attr(755,root,root) %{_prefix}/share/gnome/help/drip/C/figs/drip.png
66%attr(644,root,root)%{_prefix}/share/gnome/help/drip/C/index.html
67%attr(644,root,root)%{_prefix}/share/gnome/help/drip/C/topic.dat
68%attr(644,root,root)%{_prefix}/share/pixmaps/drip/drip.png
69%attr(644,root,root)%{_prefix}/share/pixmaps/drip/drip_logo.jpg
This page took 0.081541 seconds and 4 git commands to generate.