%global tarball_date 20110710 %global plugin_abi 1.29 Name: xine-lib-extras-bluray Version: 0 Release: 0.8.%{tarball_date}%{?dist} Summary: Xine plugins for Blu-Ray disks video playback Group: System Environment/Libraries License: GPLv2+ URL: http://xineliboutput.sf.net # # http://xineliboutput.cvs.sourceforge.net/viewvc/xineliboutput/vdr-xineliboutput/xine/BluRay/ # # cvs -d:pserver:anonymous@xineliboutput.cvs.sourceforge.net:/cvsroot/xineliboutput login # cvs -z3 -d:pserver:anonymous@xineliboutput.cvs.sourceforge.net:/cvsroot/xineliboutput co -P vdr-xineliboutput/xine/BluRay # cd vdr-xineliboutput/xine/BluRay # cvs up -D %tarball_date # tar --exclude=CVS -cvjf ../xine-lib-extras-bluray-%tarball_date.tar.bz2 . Source0: xine-lib-extras-bluray-%{tarball_date}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libbluray-devel BuildRequires: xine-lib-devel %description Xine plugins for Blu-Ray disks video playback. %prep %setup -q -c %{name} %build make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_bluray.so %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_mpeg_ts_hdmv.so %changelog * Sun Jul 10 2011 Xavier Bachelot 0-0.8.20110710 - New snapshot. * Thu Jun 09 2011 Xavier Bachelot 0-0.7.20110609 - New snapshot. * Sun May 15 2011 Xavier Bachelot 0-0.6.20110515 - New snapshot. * Thu Dec 16 2010 Xavier Bachelot 0-0.5.20101216 - New snapshot. * Tue Nov 30 2010 Xavier Bachelot 0-0.4.20101128 - New snapshot (Add support for menus). * Thu Nov 04 2010 Xavier Bachelot 0-0.3.20101104 - New snapshot. * Sun Oct 24 2010 Xavier Bachelot 0-0.2.20101024 - New snapshot. - Remove upstream'ed patches. - Exclude SPU HDMV plugin, a (broken) one is already in xine-lib >= 1.1.17. A fixed one is in xine-lib >= 1.1.19. * Fri Aug 20 2010 Xavier Bachelot 0-0.1.20100820 - Initial Fedora release.