Author: kwizart
Update of /cvs/free/rpms/ffmpeg2dirac/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17233/devel
Modified Files:
.cvsignore sources
Added Files:
ffmpeg2dirac.spec
Log Message:
Initial import for Rawhide
--- NEW FILE ffmpeg2dirac.spec ---
Name: ffmpeg2dirac
Version: 0.1.0
Release: 3%{?dist}
Summary: Convert any file that ffmpeg can decode to dirac or theora
Group: Applications/Multimedia
License: GPLv2+
URL:
http://diracvideo.org
Source0:
http://downloads.sourceforge.net/dirac/ffmpeg2dirac-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: scons
BuildRequires: dirac-devel >= 1.0.2
BuildRequires: ffmpeg-devel
BuildRequires: libkate-devel >= 0.3.0
BuildRequires: libtheora-devel
BuildRequires: libogg-devel >= 1.1.0
BuildRequires: libvorbis-devel
BuildRequires: schroedinger-devel >= 1.0.6
%description
With ffmpeg2dirac, you can convert any file that ffmpeg can decode to Dirac or
Theora. right now the settings are hardcoded into the binary. the idea is to
provide ffmpeg2dirac as a binary along sites like
diracvideo.org to enable as
many people as possible to encode video clips with the same settings.
%prep
%setup -q
sed -i -e 's/1.0beta1/1.0/' SConstruct
%build
scons \
prefix=%{_prefix} \
mandir=PREFIX/share/man \
APPEND_CCFLAGS="$RPM_OPT_FLAGS" \
%{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
scons \
destdir=$RPM_BUILD_ROOT \
prefix=%{_prefix} \
mandir=PREFIX/share/man \
APPEND_CCFLAGS="$RPM_OPT_FLAGS" \
install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README TODO
%doc subtitles.txt
%{_bindir}/ffmpeg2dirac
%{_mandir}/man1/ffmpeg2dirac.1.*
%changelog
* Tue Apr 14 2009 kwizart < kwizart at
gmail.com > - 0.1.0-3
- Better scons scheme
- Better description
* Mon Mar 23 2009 kwizart < kwizart at
gmail.com > - 0.1.0-2
- Bump schroedinger-devel to 1.0.6
* Tue Mar 17 2009 kwizart < kwizart at
gmail.com > - 0.1.0-1
- Initial Build
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg2dirac/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 15 Apr 2009 04:44:05 -0000 1.1
+++ .cvsignore 15 Apr 2009 08:18:39 -0000 1.2
@@ -0,0 +1 @@
+ffmpeg2dirac-0.1.0.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg2dirac/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 15 Apr 2009 04:44:05 -0000 1.1
+++ sources 15 Apr 2009 08:18:39 -0000 1.2
@@ -0,0 +1 @@
+cbcda7daabdb6990e0a57cd2a6ec4052 ffmpeg2dirac-0.1.0.tar.gz