Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
php5-ffmpeg
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 6
[-]
[+]
Changed
php5-ffmpeg.spec
@@ -1,5 +1,5 @@ Name: php5-ffmpeg -Version: 0.5.3.1 +Version: 0.6.0 Release: 1 License: GPL Group: Development/Libraries @@ -37,21 +37,31 @@ install -m 755 modules/ffmpeg.so $RPM_BUILD_ROOT%{_libdir}/php5/extensions/ install -d 755 $RPM_BUILD_ROOT/etc/php5/conf.d echo "extension=ffmpeg.so" > $RPM_BUILD_ROOT/etc/php5/conf.d/ffmpeg.ini -cd $RPM_BUILD_ROOT -find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > $RPM_BUILD_DIR/file.list.%{name} -find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name} -find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name} %clean rm -rf $RPM_BUILD_ROOT/* rm -rf $RPM_BUILD_DIR/%{name}* -rm -rf ../file.list.%{name} -%files -f ../file.list.%{name} +%files %defattr(-,root,root) %doc ChangeLog LICENSE CREDITS EXPERIMENTAL +%config %{_sysconfdir}/php5/conf.d/ffmpeg.ini +%{_libdir}/php5/extensions/ffmpeg.so %changelog +* Sun Dec 28 2008 Carsten Schoene <cs@linux-administrator.com> +- 0.6.0: + - Support for ffmpeg swscale API + - Removed obsolete resize() and crop() functions. These operations are + more flexibly done using the gd commands. + - Removed animated gif class since it was way out of date and the + quality of animated gifs created by ffmpeg sucks anyway + - Added check to ensure that gd loads before ffmpeg-php if both are + compiled as extensions. + - Replaced large mp3 test file with smaller sample to avoid copyright + issues and reduce package size. + - Convert from deprecated img_* functions to swscale. + - Builds against php4 correctly again. * Fri Jul 04 2008 Carsten Schoene <cs@linux-administrator.com> - 0.5.3.1: - Small fix to maintain compatibility with ffmpeg svn.
Added
ffmpeg-php-0.6.0.tbz2
^