Author: thl
Update of /cvs/free/rpms/ffmpeg2theora/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31591
Modified Files:
.cvsignore sources
Added Files:
ffmpeg2theora.spec
Log Message:
initial import from livna
--- NEW FILE ffmpeg2theora.spec ---
Name: ffmpeg2theora
Version: 0.21
Release: 2%{?dist}
Summary: Convert any file that ffmpeg can decode to theora
Group: Applications/Multimedia
License: GPLv2+
URL:
http://www.v2v.cc/~j/ffmpeg2theora/
Source0:
http://www.v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: ffmpeg-devel, libogg-devel, libtheora-devel, libvorbis-devel
%description
With ffmpeg2theora you can convert any file that ffmpeg can
decode to theora. right now the settings are hardcoded into
the binary. the idea is to provide ffmpeg2theora as a binary
along sites like v2v.cc to enable as many people as possible
to encode video clips with the same settings.
%prep
%setup -q
%build
%configure --disable-static
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc ChangeLog README TODO AUTHORS COPYING
%{_bindir}/ffmpeg2theora
%{_mandir}/man1/ffmpeg2theora.1.gz
%changelog
* Sat Aug 09 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.21-2
- rebuild
* Fri May 30 2008 kwizart <kwizart at gmail.com> - 0.21-1
- Update to 0.21
* Thu Mar 7 2008 kwizart <kwizart at gmail.com> - 0.20-3
- Patch for new_ffmpeg
* Thu Feb 19 2008 kwizart <kwizart at gmail.com> - 0.20-2
- Rebuild for ffmpeg and gcc43
* Wed Dec 19 2007 kwizart <kwizart at gmail.com> - 0.20-1
- Update to 0.20 (stable)
- Fix License is GPLv2+
* Mon Nov 12 2007 kwizart <kwizart at gmail.com> - 0.19-1.1
- Rebuild for faad2
* Wed Aug 29 2007 kwizart <kwizart at gmail.com> 0.19-1
- Update to 0.19
- Update license field
* Fri Jun 15 2007 kwizart <kwizart at gmail.com> 0.18-2
- Submit to
rpm.livna.org
* Fri Jun 15 2007 J. S. <users at livna.org> 0.18-1
- Initial Build
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg2theora/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 22 Jul 2008 16:50:14 -0000 1.1
+++ .cvsignore 9 Aug 2008 10:09:55 -0000 1.2
@@ -0,0 +1 @@
+ffmpeg2theora-0.21.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg2theora/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 22 Jul 2008 16:50:14 -0000 1.1
+++ sources 9 Aug 2008 10:09:55 -0000 1.2
@@ -0,0 +1 @@
+90ccfc3f562e0666b8a63520cf12d604 ffmpeg2theora-0.21.tar.bz2