Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > media > contrib-src > by-pkgid > 838a5b57889387aacee4ced0c000f2ed > files > 2

xine-dvdnav-0.9.13-1mdk.src.rpm

%define version 0.9.13
Summary: DVD Navigation plugin for xine
Name: xine-dvdnav
Version: %version
Release: 1mdk
Group: Video
License: GPL
URL: http://dvd.sourceforge.net/
Source: %{name}-%{version}.tar.bz2
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
Prefix: %{_prefix}
BuildRequires: libxine-devel >= %version 
BuildRequires: libdvdnav-devel >= 0.1.3

%description
xine-dvdnav provides DVD navigation support (including menus) to
the Xine media player. To use, simply run Xine with the following
command:

 $ xine -pq dvdnav://

%prep
%setup -q -n %name-%version

%build
%configure --with-xine-prefix=%{_prefix} --with-xine-exec-prefix=%_prefix
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -r $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING INSTALL README IMPORTANT_README
%{_libdir}/xine/plugins/*so
%changelog
* Sun Aug  4 2002 Götz Waschk <waschk@linux-mandrake.com> 0.9.13-1mdk
- new version
- new libdvdnav required

* Mon Jul  1 2002 Götz Waschk <waschk@linux-mandrake.com> 0.9.12-1mdk
- new version
- new libdvdnav required

* Mon Jun  3 2002 Götz Waschk <waschk@linux-mandrake.com> 0.9.10-1mdk
- 0.9.10
- cleanup buildrequires
- drop patch

* Wed May 29 2002 Götz Waschk <waschk@linux-mandrake.com> 0.9.9-2mdk
- patch for xine 0.9.10

* Mon Apr 29 2002 Götz Waschk <waschk@linux-mandrake.com> 0.9.9-1mdk
- 0.9.9
- buildrequires libdvdnav0-devel

* Thu Jan 17 2002 Götz Waschk <waschk@linux-mandrake.com> 0.9.8-0.beta.1mdk
- 0.9.8 beta

* Mon Dec 10 2001 Götz Waschk <waschk@linux-mandrake.com> 0.9.5-0.beta.1mdk
- adapt for Mandrake

* Sun Sep 09 2001 Thomas Vander Stichele <thomas@apestaart.org>
- first spec file