Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
ffmpeg
> ffmpeg.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File ffmpeg.spec of Package ffmpeg (Revision 54)
Currently displaying revision
54
,
show latest
# norootforbuild %define name ffmpeg %define version 0.4.9.16240svn %define release 20081219.pm.2021 %define major 0 %define lib libffmpeg %define libname %{lib}%{major} %define majoravcodec 52 %define libavcodec libavcodec %define libnameavcodec %{libavcodec}%{majoravcodec} %define majoravdevice 52 %define libavdevice libavdevice %define libnameavdevice %{libavdevice}%{majoravdevice} %define majoravformat 52 %define libavformat libavformat %define libnameavformat %{libavformat}%{majoravformat} %define majoravutil 49 %define libavutil libavutil %define libnameavutil %{libavutil}%{majoravutil} %define majorpostproc 51 %define libpostproc libpostproc %define libnamepostproc %{libpostproc}%{majorpostproc} %define majorswscale 0 %define libswscale libswscale %define libnameswscale %{libswscale}%{majorswscale} Name: %{name} Version: %{version} Release: %{release} License: LGPL v2 or later and some code GPL v2 or later Group: Productivity/Multimedia/Video/Editors and Convertors Summary: Hyper fast MPEG1/MPEG4/H263/RV and AC3/MPEG audio encoder Summary(de): Hyperschneller MPEG1/MPEG4/H263/RV Und AC3/MPEG Audio-Encoder URL: http://ffmpeg.sourceforge.net Source0: ffmpeg-0.4.9.16240svn.tar.bz2 Patch0: ffmpeg_configure.diff BuildRoot: %{_tmppath}/%{name}-buildroot Prefix: %{_prefix} Requires: %{libnameavcodec} = %{version}-%{release} Requires: %{libnameavdevice} = %{version}-%{release} Requires: %{libnameavformat} = %{version}-%{release} Requires: %{libnameavutil} = %{version}-%{release} Requires: %{libnameswscale} = %{version}-%{release} %if 0%{?suse_version} >= 930 BuildRequires: libdca-devel BuildRequires: libdca0 %endif BuildRequires: yasm >= 0.7.1 %if 0%{?suse_version} >= 1010 || 0%{?centos_version} || 0%{?rhel_version} || 0%{?fedora_version} BuildRequires: libgsm BuildRequires: libgsm-devel %endif BuildRequires: imlib2-devel BuildRequires: libmp3lame-devel BuildRequires: libogg-devel BuildRequires: libvorbis-devel BuildRequires: libtheora-devel >= 1.0.final BuildRequires: ncurses-devel BuildRequires: libjack-devel BuildRequires: alsa-devel BuildRequires: freetype2-devel BuildRequires: SDL-devel BuildRequires: slang-devel %if 0%{?suse_version} >= 920 BuildRequires: xorg-x11-devel %else BuildRequires: XFree86-devel %endif BuildRequires: zlib-devel BuildRequires: libfaad0 >= 2.6 BuildRequires: libfaad-devel >= 2.6 BuildRequires: libfaac-devel >= 1.26 BuildRequires: libx264-devel BuildRequires: libxvidcore-devel BuildRequires: libmp4v2-devel BuildRequires: texinfo BuildRequires: libamrnb-devel BuildRequires: libamrwb-devel #BuildRequires: liba52-devel BuildRequires: libdc1394 BuildRequires: libdc1394-devel %if 0%{?suse_version} >= 1030 BuildRequires: libschroedinger-devel >= 1.0.5 BuildRequires: liboil-devel >= 0.3.15 BuildRequires: libdirac-devel >= 1.0.0 %endif #%if 0%{?suse_version} >= 1100 #BuildRequires: libnut-devel #%endif %if 0%{?suse_version} > 1020 BuildRequires: libdc1394_control12-devel %endif #BuildRequires: G.729-devel %description ffmpeg is a hyper fast realtime audio/video encoder, a streaming server and a generic audio and video file converter. 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 de ffmpeg ist ein hyperschneller realtime Audio-/Video-Encoder, ein Streaming Server und ein Audio und Video Dateikonverter. Es kann von einer Standard-Video4Linux-Quelle grabben und in verschiedene Dateiformate basierend auf einer DCT/motion compensation konvertiern. Sound wird in einen MPEG audio layer 2 oder AC3 Stream geschrieben. %package -n %{libname} Group: System/Libraries Summary: Metapackage for ffmpeg shared libraries Summary(de): Metapaket für die ffmpeg Bibliotheken Requires: %{libnameavcodec} = %{version}-%{release} Requires: %{libnameavdevice} = %{version}-%{release} Requires: %{libnameavformat} = %{version}-%{release} Requires: %{libnameavutil} = %{version}-%{release} Requires: %{libnamepostproc} = %{version}-%{release} Requires: %{libnameswscale} = %{version}-%{release} %description -n %{libname} metapackage for ffmpeg shared libraries %description -n %{libname} -l de Metapaket für die ffmpeg Bibliotheken %package -n %{libnameavcodec} Group: System/Libraries Summary: FFmpeg %{libavcodec} Provides: %{libavcodec} = %{version}-%{release} %description -n %{libnameavcodec} ffmpeg %{libavcodec} shared library %description -n %{libnameavcodec} -l de ffmpeg %{libavcodec} Bibliothek %package -n %{libnameavdevice} Group: System/Libraries Summary: FFmpeg %{libavdevice} Provides: %{libavdevice} = %{version}-%{release} %description -n %{libnameavdevice} ffmpeg %{libavdevice} shared library %description -n %{libnameavdevice} -l de ffmpeg %{libavdevice} Bibliothek %package -n %{libnameavformat} Group: System/Libraries Summary: FFmpeg %{libavformat} Provides: %{libavformat} = %{version}-%{release} %description -n %{libnameavformat} ffmpeg %{libavformat} shared library %description -n %{libnameavformat} -l de ffmpeg %{libavformat} Bibliothek %package -n %{libnameavutil} Group: System/Libraries Summary: FFmpeg %{libavutil} Provides: %{libavutil} = %{version}-%{release} %description -n %{libnameavutil} ffmpeg %{libavutil} shared library %description -n %{libnameavutil} -l de ffmpeg %{libavutil} Bibliothek %package -n %{libnamepostproc} Group: System/Libraries Summary: FFmpeg %{libpostproc} Provides: %{libpostproc} = %{version}-%{release} %description -n %{libnamepostproc} ffmpeg %{libpostproc} shared library %description -n %{libnamepostproc} -l de ffmpeg %{libpostproc} Bibliothek %package -n %{libnameswscale} Group: System/Libraries Summary: FFmpeg %{libswscale} Provides: %{libswscale} = %{version}-%{release} %description -n %{libnameswscale} ffmpeg %{libswscale} shared library %description -n %{libnameswscale} -l de ffmpeg %{libswscale} Bibliothek %package -n %{lib}-devel Group: Development/Libraries/C and C++ Summary: Header files and static library for the ffmpeg library Summary(de): Header Dateien und statische Bibliotheken für die ffmpeg Bibliothek Requires: %{libname} = %{version}-%{release} Requires: libmp3lame-devel Requires: libogg-devel Requires: libvorbis-devel Requires: libtheora-devel >= 1.0.final Requires: alsa-devel Requires: slang-devel Requires: zlib-devel Requires: libfaad-devel Requires: libfaac-devel Requires: libxvidcore-devel Requires: libmp4v2-devel Requires: libx264-devel Requires: libamrnb-devel Requires: libamrwb-devel #Requires: liba52-devel Requires: libjack-devel %if 0%{?suse_version} > 930 Requires: libdca-devel %endif %if 0%{?suse_version} >= 1010 Requires: libgsm-devel %endif Requires: libdc1394 Requires: libdc1394-devel %if 0%{?suse_version} >= 1030 Requires: libschroedinger-devel >= 1.0.5 Requires: liboil-devel >= 0.3.15 Requires: libdirac-devel >= 1.0.0 %endif #%if 0%{?suse_version} >= 1100 #Requires: libnut-devel #%endif %if 0%{?suse_version} > 1020 Requires: libdc1394_control12-devel %endif Provides: %{libname}-devel = %{version}-%{release} %ifarch x86_64 amd64 ia32e Provides: libavcodec.so()(64bit) Provides: libavformat.so()(64bit) Provides: libavutil.so()(64bit) Provides: libpostproc.so()(64bit) %else Provides: libavcodec.so Provides: libavformat.so Provides: libavutil.so Provides: libpostproc.so %endif Obsoletes: ffmpeg-devel Provides: ffmpeg-devel %description -n %{lib}-devel ffmpeg is a hyper fast realtime audio/video encoder, a streaming server and a generic audio and video file converter. 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. Install libffmpeg-devel if you want to compile apps with ffmpeg support. %description -n %{lib}-devel -l de ffmpeg ist ein hyperschneller realtime Audio-/Video-Encoder, ein Streaming Server und ein Audio und Video Dateikonverter. Es kann von einer Standard-Video4Linux-Quelle grabben und in verschiedene Dateiformate basierend auf einer DCT/motion compensation konvertiern. Sound wird in einen MPEG audio layer 2 oder AC3 Stream geschrieben. Installieren Sie libffmpeg-devel wenn Sie Anwendungen mit ffmpeg Support compilieren wollen. %debug_package %prep %setup -q -n %{name} %patch0 %suse_update_libdir configure #don't call ldconfig on install #perl -pi -e 's/ldconfig \|\| true//' libavcodec/Makefile %build archflags="" %ifarch x86_64 amd64 ia32e archflags=" -fPIC" %endif %ifarch %ix86 # archflags=" -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" archflags=" -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" mv libpostproc/Makefile libpostproc/MakefileX cat libpostproc/MakefileX | sed -e "s/-fPIC -DPIC//g" > libpostproc/Makefile %endif CFLAGS="$RPM_OPT_FLAGS $archflags" %if 0%{?suse_version} >= 1010 CFLAGS="${CFLAGS} -I%{_includedir}/gsm" %endif export archflags export CFLAGS ./configure --shlibdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir} \ %if 0%{?suse_version} == 910 --enable-memalign-hack \ %endif --libdir=%{_libdir} --enable-shared --enable-libmp3lame \ --enable-libvorbis --enable-libtheora --enable-libfaad \ --enable-libfaac --enable-libxvid --enable-swscale \ --enable-postproc --enable-gpl --enable-vhook --enable-x11grab \ %if 0%{?suse_version} >= 1030 --enable-libschroedinger --enable-libdirac \ %endif %if 0%{?suse_version} >= 1010 --enable-libgsm \ %endif %ifarch ppc --disable-altivec \ %endif --enable-libx264 --enable-libamr-nb --enable-libamr-wb \ --enable-libdc1394 --enable-nonfree --enable-pthreads #--enable-libg729a --enable-liba52 #%if 0%{?suse_version} >= 1100 # --enable-libnut \ #%endif %{__make} %{?jobs:-j%{jobs}} echo "%{libname} meta package" > meta.txt %install [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} %{__ln_s} libavformat libav #%{__make} DESTDIR=%{buildroot} mandir=%{buildroot}%{_mandir} \ # prefix=%{buildroot}%{_prefix} \ # bindir=%{buildroot}%{_bindir} \ # libdir=%{buildroot}%{_libdir} \ # mandir=%{buildroot}%{_mandir} \ # includedir=%{buildroot}%{_includedir} \ # install %{makeinstall} %{__mkdir_p} %{buildroot}%{_includedir}/%{name} %{__mkdir_p} %{buildroot}%{_includedir}/postproc %{__install} -d %{buildroot}%{_libdir}/libavcodec %{__rm} -rf doc/.svn %{__rm} -f doc/Makefile %{__install} -m 644 libavcodec/dvdata.h %{buildroot}%{_includedir}/libavcodec/ 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}/postproc && %{__ln_s} -f ../libpostproc/*.h . && popd %clean [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig %post -n %{libnameavcodec} /sbin/ldconfig %postun -n %{libnameavcodec} /sbin/ldconfig %post -n %{libnameavdevice} /sbin/ldconfig %postun -n %{libnameavdevice} /sbin/ldconfig %post -n %{libnameavformat} /sbin/ldconfig %postun -n %{libnameavformat} /sbin/ldconfig %post -n %{libnameavutil} /sbin/ldconfig %postun -n %{libnameavutil} /sbin/ldconfig %post -n %{libnamepostproc} /sbin/ldconfig %postun -n %{libnamepostproc} /sbin/ldconfig %post -n %{libnameswscale} /sbin/ldconfig %postun -n %{libnameswscale} /sbin/ldconfig %files %defattr(-,root,root) %doc Changelog COPYING.* CREDITS INSTALL MAINTAINERS README %{_bindir}/* %dir %{_libdir}/vhook %{_libdir}/vhook/* %{_mandir}/man1/* %files -n %{libname} %defattr(-,root,root) %doc meta.txt %files -n %{libnameavcodec} %defattr(-,root,root) %{_libdir}/%{libavcodec}.so.%{majoravcodec}* %files -n %{libnameavdevice} %defattr(-,root,root) %{_libdir}/%{libavdevice}.so.%{majoravdevice}* %files -n %{libnameavformat} %defattr(-,root,root) %{_libdir}/%{libavformat}.so.%{majoravformat}* %files -n %{libnameavutil} %defattr(-,root,root) %{_libdir}/%{libavutil}.so.%{majoravutil}* %files -n %{libnamepostproc} %defattr(-,root,root) %{_libdir}/%{libpostproc}.so.%{majorpostproc}* %files -n %{libnameswscale} %defattr(-,root,root) %{_libdir}/%{libswscale}.so.%{majorswscale}* %files -n %{lib}-devel %defattr(-,root,root) %{_includedir}/* %{_libdir}/*.so %{_libdir}/*.*a %dir %{_libdir}/libavcodec %{_libdir}/libavcodec/* %{_libdir}/pkgconfig/*.pc %changelog * Sun Sep 30 2007 Carsten Schoene <cs@linux-administrator.com> - import for SLE_10 build