| 1 |
Name: ffmpeg2theora
|
| 2 |
Version: 0.21
|
| 3 |
Release: 2%{?dist}
|
| 4 |
Summary: Convert any file that ffmpeg can decode to theora
|
| 5 |
|
| 6 |
Group: Applications/Multimedia
|
| 7 |
License: GPLv2+
|
| 8 |
URL: http://www.v2v.cc/~j/ffmpeg2theora/
|
| 9 |
Source0: http://www.v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-%{version}.tar.bz2
|
| 10 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
| 11 |
|
| 12 |
BuildRequires: ffmpeg-devel, libogg-devel, libtheora-devel, libvorbis-devel
|
| 13 |
|
| 14 |
|
| 15 |
%description
|
| 16 |
With ffmpeg2theora you can convert any file that ffmpeg can
|
| 17 |
decode to theora. right now the settings are hardcoded into
|
| 18 |
the binary. the idea is to provide ffmpeg2theora as a binary
|
| 19 |
along sites like v2v.cc to enable as many people as possible
|
| 20 |
to encode video clips with the same settings.
|
| 21 |
|
| 22 |
%prep
|
| 23 |
%setup -q
|
| 24 |
|
| 25 |
|
| 26 |
%build
|
| 27 |
%configure --disable-static
|
| 28 |
make %{?_smp_mflags}
|
| 29 |
|
| 30 |
|
| 31 |
%install
|
| 32 |
rm -rf $RPM_BUILD_ROOT
|
| 33 |
make install DESTDIR=$RPM_BUILD_ROOT
|
| 34 |
|
| 35 |
|
| 36 |
%clean
|
| 37 |
rm -rf $RPM_BUILD_ROOT
|
| 38 |
|
| 39 |
|
| 40 |
%files
|
| 41 |
%defattr(-,root,root,-)
|
| 42 |
%doc ChangeLog README TODO AUTHORS COPYING
|
| 43 |
%{_bindir}/ffmpeg2theora
|
| 44 |
%{_mandir}/man1/ffmpeg2theora.1.gz
|
| 45 |
|
| 46 |
|
| 47 |
%changelog
|
| 48 |
* Sat Aug 09 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.21-2
|
| 49 |
- rebuild
|
| 50 |
|
| 51 |
* Fri May 30 2008 kwizart <kwizart at gmail.com> - 0.21-1
|
| 52 |
- Update to 0.21
|
| 53 |
|
| 54 |
* Thu Mar 7 2008 kwizart <kwizart at gmail.com> - 0.20-3
|
| 55 |
- Patch for new_ffmpeg
|
| 56 |
|
| 57 |
* Thu Feb 19 2008 kwizart <kwizart at gmail.com> - 0.20-2
|
| 58 |
- Rebuild for ffmpeg and gcc43
|
| 59 |
|
| 60 |
* Wed Dec 19 2007 kwizart <kwizart at gmail.com> - 0.20-1
|
| 61 |
- Update to 0.20 (stable)
|
| 62 |
- Fix License is GPLv2+
|
| 63 |
|
| 64 |
* Mon Nov 12 2007 kwizart <kwizart at gmail.com> - 0.19-1.1
|
| 65 |
- Rebuild for faad2
|
| 66 |
|
| 67 |
* Wed Aug 29 2007 kwizart <kwizart at gmail.com> 0.19-1
|
| 68 |
- Update to 0.19
|
| 69 |
- Update license field
|
| 70 |
|
| 71 |
* Fri Jun 15 2007 kwizart <kwizart at gmail.com> 0.18-2
|
| 72 |
- Submit to rpm.livna.org
|
| 73 |
|
| 74 |
* Fri Jun 15 2007 J. S. <users at livna.org> 0.18-1
|
| 75 |
- Initial Build
|