Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
ffmpeg
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 21
[-]
[+]
Changed
ffmpeg.spec
@@ -2,7 +2,7 @@ %define name ffmpeg %define version 0.4.9 -%define release 9.svn20080303 +%define release 10.svn20080219 %define major 0 %define lib libffmpeg %define libname %{lib}%{major} @@ -16,7 +16,7 @@ Summary(de): Hyperschneller MPEG1/MPEG4/H263/RV Und AC3/MPEG Audio-Encoder URL: http://ffmpeg.sourceforge.net -Source0: ffmpeg-0.4.9-svn20080303.tar.bz2 +Source0: ffmpeg-0.4.9-svn20080219.tar.bz2 Patch0: ffmpeg_configure.diff Patch1: ffmpeg-img_convert-SWSCALE.diff @@ -110,7 +110,6 @@ %package -n %{libname} Group: System/Libraries Summary: Shared library part of ffmpeg -Summary(de): Bibliotheken zu ffmpeg Requires: lame Requires: libogg Requires: libvorbis @@ -157,8 +156,7 @@ %package -n %{lib}-devel Group: System/Libraries -Summary: Header files and static library for the ffmpeg library -Summary(de): Header Dateien und statische Bibliotheken für die ffmpeg Bibliothek +Summary: Header files and static library for the ffmpeg codec library Requires: %{libname} = %{version}-%{release} Requires: lame Requires: libogg-devel @@ -286,18 +284,11 @@ mandir=%{buildroot}%{_mandir} \ includedir=%{buildroot}%{_includedir} \ install -%{__mkdir_p} %{buildroot}%{_includedir}/%{name} +%{__install} -m 644 libavcodec/opt.h %{buildroot}%{_includedir}/%{name}/opt.h %{__install} -d %{buildroot}%{_libdir}/libavcodec %{__rm} -rf doc/.svn %{__rm} -f doc/Makefile pushd %{buildroot}%{_libdir}/libavcodec && %{__ln_s} -f ../libavcodec.a && popd -pushd %{buildroot}%{_includedir}/%{name} && %{__ln_s} -f ../libavcodec/*.h . && popd -pushd %{buildroot}%{_includedir}/%{name} && %{__ln_s} -f ../libavdevice/*.h . && popd -pushd %{buildroot}%{_includedir}/%{name} && %{__ln_s} -f ../libavformat/*.h . && popd -pushd %{buildroot}%{_includedir}/%{name} && %{__ln_s} -f ../libavutil/*.h . && popd -pushd %{buildroot}%{_includedir}/%{name} && %{__ln_s} -f ../libpostproc/*.h . && popd -pushd %{buildroot}%{_includedir}/%{name} && %{__ln_s} -f ../libswscale/*.h . && popd -pushd %{buildroot}%{_includedir} && %{__ln_s} -f libpostproc postproc && popd %clean [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} @@ -321,7 +312,9 @@ %files -n %{lib}-devel %defattr(-,root,root) -%{_includedir}/ +%dir %{_includedir}/postproc +%{_includedir}/%{name} +%{_includedir}/postproc/postprocess.h %{_libdir}/*.so %{_libdir}/*.a %{_libdir}/libavcodec/*
Added
ffmpeg-0.4.9-svn20080219.tar.bz2
^