diff --git a/README.md b/README.md index 6f6f9e7..662a028 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # emovix +eMoviX is a tiny Linux CD distribution containing all the software to boot from a CD and play automatically every video file localized in the CD root. +Supported formats are all formats supported by MPlayer, most noticeably DivX & XviD but more in general most AVI, MPEG, QuickTime, WMV, ASF, FLI and a few others. +If you put a subtitles file in the same position with the same name (e.g. movie.avi and movie.sub) then the subtitles will be automatically displayed. + diff --git a/emovix.spec b/emovix.spec new file mode 100644 index 0000000..4b83c98 --- /dev/null +++ b/emovix.spec @@ -0,0 +1,61 @@ +Name: emovix +Version: 0.9.0 +Release: 3mamba +Summary: Tiny Linux CD distro to boot CDs and play their video files +Group: Applications/Multimedia +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://movix.sourceforge.net/ +Source: http://heanet.dl.sourceforge.net/sourceforge/movix/%{name}-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: perl-devel +## AUTOBUILDREQ-END +BuildRequires: /usr/bin/cdrecord +BuildRequires: /usr/bin/mkisofs +Requires: /usr/bin/cdrecord +Requires: /usr/bin/mkisofs +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +eMoviX is a tiny Linux CD distribution containing all the software to boot from a CD and play automatically every video file localized in the CD root. +Supported formats are all formats supported by MPlayer, most noticeably DivX & XviD but more in general most AVI, MPEG, QuickTime, WMV, ASF, FLI and a few others. +If you put a subtitles file in the same position with the same name (e.g. movie.avi and movie.sub) then the subtitles will be automatically displayed. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/* +%dir %{_datadir}/emovix/ +%{_datadir}/emovix/* +%doc AUTHORS ChangeLog COPYING NEWS README* TODO + +%changelog +* Thu Oct 20 2011 Silvan Calarco 0.9.0-3mamba +- replace cdrtools requirement with /usr/bin/mkisofs and /usr/bin/cdrecord + +* Sun Jun 01 2008 Silvan Calarco 0.9.0-2mamba +- specfile updates + +* Wed Jun 14 2006 Davide Madrisan 0.9.0-1qilnx +- update to version 0.9.0 by autospec + +* Thu Jun 09 2005 Davide Madrisan 0.8.0-2qilnx +- specfile updates/fixes + +* Mon Jan 26 2004 Davide Madrisan 0.8.0-1qilnx +- first build