Changes of Revision 6
[-] | Changed | php5-ffmpeg.spec |
x 1
2 Name: php5-ffmpeg 3 -Version: 0.5.3.1 4 +Version: 0.6.0 5 Release: 1 6 License: GPL 7 Group: Development/Libraries 8
9 install -m 755 modules/ffmpeg.so $RPM_BUILD_ROOT%{_libdir}/php5/extensions/ 10 install -d 755 $RPM_BUILD_ROOT/etc/php5/conf.d 11 echo "extension=ffmpeg.so" > $RPM_BUILD_ROOT/etc/php5/conf.d/ffmpeg.ini 12 -cd $RPM_BUILD_ROOT 13 -find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > $RPM_BUILD_DIR/file.list.%{name} 14 -find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name} 15 -find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name} 16 17 %clean 18 rm -rf $RPM_BUILD_ROOT/* 19 rm -rf $RPM_BUILD_DIR/%{name}* 20 -rm -rf ../file.list.%{name} 21 22 -%files -f ../file.list.%{name} 23 +%files 24 %defattr(-,root,root) 25 %doc ChangeLog LICENSE CREDITS EXPERIMENTAL 26 +%config %{_sysconfdir}/php5/conf.d/ffmpeg.ini 27 +%{_libdir}/php5/extensions/ffmpeg.so 28 29 %changelog 30 +* Sun Dec 28 2008 Carsten Schoene <cs@linux-administrator.com> 31 +- 0.6.0: 32 + - Support for ffmpeg swscale API 33 + - Removed obsolete resize() and crop() functions. These operations are 34 + more flexibly done using the gd commands. 35 + - Removed animated gif class since it was way out of date and the 36 + quality of animated gifs created by ffmpeg sucks anyway 37 + - Added check to ensure that gd loads before ffmpeg-php if both are 38 + compiled as extensions. 39 + - Replaced large mp3 test file with smaller sample to avoid copyright 40 + issues and reduce package size. 41 + - Convert from deprecated img_* functions to swscale. 42 + - Builds against php4 correctly again. 43 * Fri Jul 04 2008 Carsten Schoene <cs@linux-administrator.com> 44 - 0.5.3.1: 45 - Small fix to maintain compatibility with ffmpeg svn. 46 |
||
Added | ffmpeg-php-0.6.0.tbz2 ^ |