Author: glen Date: Sun Sep 25 10:42:53 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - initial import from http://forevermore.net/files/nuvexport/
---- Files affected: SPECS: nuvexport.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/nuvexport.spec diff -u /dev/null SPECS/nuvexport.spec:1.1 --- /dev/null Sun Sep 25 12:42:53 2005 +++ SPECS/nuvexport.spec Sun Sep 25 12:42:48 2005 @@ -0,0 +1,66 @@ +# +# RPM spec file for nuvexport +# + +Name: nuvexport +Version: 0.2 +Release: 0.20050922.svn +License: GPL +Summary: mythtv nuv video file conversion script +URL: http://forevermore.net/nuvexport/ +Group: Applications/Multimedia +Source: %{name}-%{version}-%{release}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +# This is a perl script -- no arch needed +BuildArch: noarch + +# Standard nuvexport modules: +Requires: perl >= 5.6 +Requires: perl-DateManip +Requires: perl-DBD-MySQL +Requires: perl-DBI +Requires: perl-Time-HiRes +Requires: transcode >= 0.6.12 +Requires: ffmpeg >= 0.4.9 +Requires: mjpegtools >= 1.6.2 +Requires: mplayer +Requires: divx4linux +# mpeg2cut needs some others: +Requires: avidemux2 >= 2 +Requires: lve +# Actually requires the id3tag program, but it lives in this libarary +Requires: id3lib + +# Provides some of its own perl modules -- rpm complains if this isn't included +Provides: perl(nuvexport::shared_utils) + +%description +nuvexport is a perl script wrapper to several encoders, which is capable of +letting users choose shows from their MythTV database and convert them to one +of several different formats, including SVCD/DVD mpeg and XviD avi. + +%prep +%setup + +%build + +%install +[ %{buildroot} != "/" ] && rm -rf %{buildroot} +%{makeinstall} + +%clean +[ %{buildroot} != "/" ] && rm -rf %{buildroot} +rm -f $RPM_BUILD_DIR/file.list.%{name} + +%files +%defattr(-, root, root) +%{_bindir}/* +%{_datadir}/nuvexport/ +%{_mandir}/man1/* +%config %{_sysconfdir}/* +%doc COPYING + +%changelog +* Tue Dec 7 2004 Chris Petersen <[EMAIL PROTECTED]> +- Built first spec ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
