packages (AC-branch): ffmpeg/ffmpeg.spec - add qt-faststart program - packa...

glen glen at pld-linux.org
Wed Jul 1 12:27:55 CEST 2009


Author: glen                         Date: Wed Jul  1 10:27:55 2009 GMT
Module: packages                      Tag: AC-branch
---- Log message:
- add qt-faststart program
- package ghost soname symlinks; rel 3

---- Files affected:
packages/ffmpeg:
   ffmpeg.spec (1.152.2.3 -> 1.152.2.4) 

---- Diffs:

================================================================
Index: packages/ffmpeg/ffmpeg.spec
diff -u packages/ffmpeg/ffmpeg.spec:1.152.2.3 packages/ffmpeg/ffmpeg.spec:1.152.2.4
--- packages/ffmpeg/ffmpeg.spec:1.152.2.3	Fri Jun 26 03:07:09 2009
+++ packages/ffmpeg/ffmpeg.spec	Wed Jul  1 12:27:50 2009
@@ -9,7 +9,7 @@
 #
 %define		_snap	2007-10-09
 %define		snap	%(echo %{_snap} | tr -d -)
-%define		rel 2
+%define		rel 3
 Summary:	Realtime audio/video encoder and streaming server
 Summary(pl.UTF-8):	Koder audio/wideo czasu rzeczywistego oraz serwer strumieni
 Name:		ffmpeg
@@ -30,6 +30,7 @@
 Patch2:		%{name}-a52bin.patch
 Patch3:		%{name}-pkgconfig-lib64.patch
 Patch4:		%{name}-gcc3.patch
+Patch5:		qt-faststart-off_t.patch
 URL:		http://ffmpeg.mplayerhq.hu/
 BuildRequires:	SDL-devel
 BuildRequires:	a52dec-libs-devel
@@ -210,6 +211,7 @@
 %patch3 -p0
 %endif
 %patch4 -p1
+%patch5 -p1
 
 %build
 # notes:
@@ -257,6 +259,8 @@
 
 %{__make}
 
+%{__cc} %{rpmcflags} tools/qt-faststart.c -o qt-faststart
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_sbindir},/etc/{sysconfig,rc.d/init.d}} \
@@ -270,6 +274,7 @@
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/ffserver
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/ffserver
 install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/ffserver.conf
+install qt-faststart $RPM_BUILD_ROOT%{_bindir}
 mv -f $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/ffserver
 
 %clean
@@ -302,15 +307,22 @@
 %defattr(644,root,root,755)
 %doc Changelog README doc/*.html doc/TODO
 %attr(755,root,root) %{_bindir}/ffmpeg
+%attr(755,root,root) %{_bindir}/qt-faststart
 %{_mandir}/man1/ffmpeg.1*
 
 %files libs
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libavcodec.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libavcodec.so.51
 %attr(755,root,root) %{_libdir}/libavformat.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libavformat.so.51
 %attr(755,root,root) %{_libdir}/libavutil.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libavutil.so.49
 %attr(755,root,root) %{_libdir}/libpostproc.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libpostproc.so.51
 %attr(755,root,root) %{_libdir}/libswscale.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libswscale.so.0
+
 %dir %{_libdir}/vhook
 %attr(755,root,root) %{_libdir}/vhook/drawtext.so
 %attr(755,root,root) %{_libdir}/vhook/fish.so
@@ -361,6 +373,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.152.2.4  2009/07/01 10:27:50  glen
+- add qt-faststart program
+- package ghost soname symlinks; rel 3
+
 Revision 1.152.2.3  2009/06/26 01:07:09  glen
 - typo
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ffmpeg/ffmpeg.spec?r1=1.152.2.3&r2=1.152.2.4&f=u



More information about the pld-cvs-commit mailing list