]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
New. Audio/Video encoder and streaming server
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 17 Feb 2001 16:49:12 +0000 (16:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg.spec -> 1.1

ffmpeg.spec [new file with mode: 0644]

diff --git a/ffmpeg.spec b/ffmpeg.spec
new file mode 100644 (file)
index 0000000..3f3c800
--- /dev/null
@@ -0,0 +1,51 @@
+Summary:       realtime audio/video encoder and streaming server
+Summary(pl):   koder audio/wideo czasu rzeczywistego oraz serwer strumieni
+Name:          ffmpeg
+Version:       0.3.2
+Release:       1
+License:       GPL
+Group:         Daemons
+Source0:       http://download.projectmayo.com/dnload/ffmpeg/%{name}-%{version}.tar.gz
+URL:           http://www.projectmayo.com/streaming/ffmpeg/index.php
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ffmpeg is a hyper fast realtime audio/video encoder and streaming
+server. It can grab from a standard Video4Linux video source and
+convert it into several file formats based on DCT/motion compensation
+encoding. Sound is compressed in MPEG audio layer 2 or using an AC3
+compatible stream.                               
+
+%description -l pl
+ffmpeg jest bardzo szybkim koderem audio/wideo w czasie rzeczywistym oraz
+serwerem strumieni multimedialnych. ffmpeg potrafi zrzucaæ dane ze
+standardowego urz±dzenia Video4Linux i przekonwertowaæ je w kilka formatów
+plików bazuj±cych na kodowaniu DCT/kompensacyji ruchu. Dzwiêk jest
+kompresowany do strumienia MPEG audio layer 2 lub u¿ywaj±c strumienia
+kompatybilnego z AC3.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__make} CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -Ilibav"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_sysconfdir}}
+
+install ffmpeg         $RPM_BUILD_ROOT%{_bindir}
+install ffserver       $RPM_BUILD_ROOT%{_sbindir}
+install doc/*.conf     $RPM_BUILD_ROOT%{_sysconfdir}
+
+gzip -9nf README Change* doc/{BUGS,ffmpeg.txt,ffserver.txt,README*,TODO}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz doc/*.gz
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_sbindir}/*
+%attr(740,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*.conf
This page took 0.149244 seconds and 4 git commands to generate.