Author: glen Date: Tue Nov 22 20:17:52 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - new, nfy
---- Files affected: SPECS: nuvtools.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/nuvtools.spec diff -u /dev/null SPECS/nuvtools.spec:1.1 --- /dev/null Tue Nov 22 21:17:52 2005 +++ SPECS/nuvtools.spec Tue Nov 22 21:17:45 2005 @@ -0,0 +1,44 @@ +# $Revision$, $Date$ +Summary: MythTV nuv video file conversion script +Name: nuvtools +Version: 0.0.2 +Release: 0.1 +License: GPL v2 +Group: Applications/Multimedia +Source0: http://mythtv.beirdo.ca/files/%{name}-%{version}.tar.gz +# Source0-md5: f2b207666c5af83ac4a6d0726076068d +URL: http://mythtv.beirdo.ca/nuvtools/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +nuvtools includes: +- nuvscan - shows the contents of every frame in the NUV file (very + verbose) +- nuv2avi - converts NUV files to AVI with minimal recoding + +%prep +%setup -q + +%build +%{__make} -C libavcodec CC="%{__cc}" OPTFLAGS="%{rpmcflags}" +%{__make} CC="%{__cc}" CFLAGS="%{rpmcflags}" + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/11/22 20:17:45 glen +- new, nfy + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
