allow cohexistence of devel packages with ffmpeg 3.0 [release 2.3.3-3mamba;Fri Mar 25 2016]
This commit is contained in:
parent
01b22652e2
commit
511ef89e2e
246
ffmpeg2.spec
246
ffmpeg2.spec
@ -9,7 +9,7 @@
|
|||||||
Name: ffmpeg2
|
Name: ffmpeg2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.3.3
|
Version: 2.3.3
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: Hyper fast MPEG1/MPEG4/H263/RV and AC3/MPEG audio encoder
|
Summary: Hyper fast MPEG1/MPEG4/H263/RV and AC3/MPEG audio encoder
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -292,8 +292,9 @@ This is a virtual package that contains the dependencies necessary for installin
|
|||||||
export CFLAGS="%{optflags} -fno-unit-at-a-time -D__LINUX_USER__"
|
export CFLAGS="%{optflags} -fno-unit-at-a-time -D__LINUX_USER__"
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="%{_prefix}" \
|
--prefix="%{_prefix}" \
|
||||||
--libdir="%{_libdir}" \
|
--libdir="%{_libdir}/ffmpeg2" \
|
||||||
--shlibdir="%{_libdir}" \
|
--incdir="%{_includedir}/ffmpeg2" \
|
||||||
|
--shlibdir="%{_libdir}/ffmpeg2" \
|
||||||
--mandir="%{_mandir}" \
|
--mandir="%{_mandir}" \
|
||||||
--enable-libmp3lame \
|
--enable-libmp3lame \
|
||||||
--enable-libvorbis \
|
--enable-libvorbis \
|
||||||
@ -368,8 +369,14 @@ export CFLAGS="%{optflags} -fno-unit-at-a-time -D__LINUX_USER__"
|
|||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall \
|
%makeinstall \
|
||||||
shlibdir="%{buildroot}%{_libdir}" \
|
shlibdir="%{buildroot}%{_libdir}/ffmpeg2" \
|
||||||
libdir="%{buildroot}%{_libdir}"
|
libdir="%{buildroot}%{_libdir}/ffmpeg2"
|
||||||
|
|
||||||
|
install -d -m 0755 %{buildroot}%{_sysconfdir}/ld.so.conf.d
|
||||||
|
echo -e '%{_libdir}\n%{_libdir}/ffmpeg2/' > %{buildroot}%{_sysconfdir}/ld.so.conf.d/ffmpeg2-%{_arch}.conf
|
||||||
|
|
||||||
|
rm -f %{buildroot}%{_mandir}/man3/*
|
||||||
|
|
||||||
#\
|
#\
|
||||||
# incdir="%{buildroot}%{_includedir}/ffmpeg" \
|
# incdir="%{buildroot}%{_includedir}/ffmpeg" \
|
||||||
# shlibdir="%{buildroot}%{_libdir}" \
|
# shlibdir="%{buildroot}%{_libdir}" \
|
||||||
@ -382,9 +389,9 @@ export CFLAGS="%{optflags} -fno-unit-at-a-time -D__LINUX_USER__"
|
|||||||
#install -m 644 libavcodec/libavcodec.a %{buildroot}%{_libdir}
|
#install -m 644 libavcodec/libavcodec.a %{buildroot}%{_libdir}
|
||||||
#install -m 644 libavformat/libavformat.a %{buildroot}%{_libdir}
|
#install -m 644 libavformat/libavformat.a %{buildroot}%{_libdir}
|
||||||
|
|
||||||
# create compat symlink
|
## create compat symlink
|
||||||
install -d %{buildroot}%{_libdir}/libavcodec
|
#install -d %{buildroot}%{_libdir}/libavcodec
|
||||||
ln -s ../libavcodec.a %{buildroot}%{_libdir}/libavcodec/libavcodec.a
|
#ln -s ../libavcodec.a %{buildroot}%{_libdir}/libavcodec/libavcodec.a
|
||||||
|
|
||||||
#install -d %{buildroot}%{_includedir}/ffmpeg
|
#install -d %{buildroot}%{_includedir}/ffmpeg
|
||||||
#cp -a %{buildroot}%{_includedir}/libavcodec/*.h \
|
#cp -a %{buildroot}%{_includedir}/libavcodec/*.h \
|
||||||
@ -409,32 +416,77 @@ ln -s ../libavcodec.a %{buildroot}%{_libdir}/libavcodec/libavcodec.a
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n libavcodec-%{name} -p /sbin/ldconfig
|
%post -n libavcodec-%{name}
|
||||||
%postun -n libavcodec-%{name} -p /sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
:
|
||||||
|
|
||||||
%post -n libavdevice-%{name} -p /sbin/ldconfig
|
%postun -n libavcodec-%{name}
|
||||||
%postun -n libavdevice-%{name} -p /sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
:
|
||||||
|
|
||||||
%post -n libavfilter-%{name} -p /sbin/ldconfig
|
%post -n libavdevice-%{name}
|
||||||
%postun -n libavfilter-%{name} -p /sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
:
|
||||||
|
|
||||||
%post -n libavformat-%{name} -p /sbin/ldconfig
|
%postun -n libavdevice-%{name}
|
||||||
%postun -n libavformat-%{name} -p /sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
:
|
||||||
|
|
||||||
%post -n libavresample-%{name} -p /sbin/ldconfig
|
%post -n libavfilter-%{name}
|
||||||
%postun -n libavresample-%{name} -p /sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
:
|
||||||
|
|
||||||
%post -n libavutil-%{name} -p /sbin/ldconfig
|
%postun -n libavfilter-%{name}
|
||||||
%postun -n libavutil-%{name} -p /sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
:
|
||||||
|
|
||||||
%post -n libpostproc-%{name} -p /sbin/ldconfig
|
%post -n libavformat-%{name}
|
||||||
%postun -n libpostproc-%{name} -p /sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
:
|
||||||
|
|
||||||
%post -n libswscale-%{name} -p /sbin/ldconfig
|
%postun -n libavformat-%{name}
|
||||||
%postun -n libswscale-%{name} -p /sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
:
|
||||||
|
|
||||||
%post -n libswresample-%{name} -p /sbin/ldconfig
|
%post -n libavresample-%{name}
|
||||||
%postun -n libswresample-%{name} -p /sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
:
|
||||||
|
|
||||||
|
%postun -n libavresample-%{name}
|
||||||
|
/sbin/ldconfig
|
||||||
|
:
|
||||||
|
|
||||||
|
%post -n libavutil-%{name}
|
||||||
|
/sbin/ldconfig
|
||||||
|
:
|
||||||
|
|
||||||
|
%postun -n libavutil-%{name}
|
||||||
|
/sbin/ldconfig
|
||||||
|
:
|
||||||
|
|
||||||
|
%post -n libpostproc-%{name}
|
||||||
|
/sbin/ldconfig
|
||||||
|
:
|
||||||
|
|
||||||
|
%postun -n libpostproc-%{name}
|
||||||
|
/sbin/ldconfig
|
||||||
|
:
|
||||||
|
|
||||||
|
%post -n libswscale-%{name}
|
||||||
|
/sbin/ldconfig
|
||||||
|
:
|
||||||
|
|
||||||
|
%postun -n libswscale-%{name}
|
||||||
|
/sbin/ldconfig
|
||||||
|
:
|
||||||
|
|
||||||
|
%post -n libswresample-%{name}
|
||||||
|
/sbin/ldconfig
|
||||||
|
:
|
||||||
|
|
||||||
|
%postun -n libswresample-%{name}
|
||||||
|
/sbin/ldconfig
|
||||||
|
:
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -476,124 +528,131 @@ ln -s ../libavcodec.a %{buildroot}%{_libdir}/libavcodec/libavcodec.a
|
|||||||
|
|
||||||
%files -n libavcodec-%{name}
|
%files -n libavcodec-%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libavcodec.so.*
|
%{_sysconfdir}/ld.so.conf.d/ffmpeg2-%{_arch}.conf
|
||||||
|
%{_libdir}/ffmpeg2/libavcodec.so.*
|
||||||
|
|
||||||
%files -n libavcodec-%{name}-devel
|
%files -n libavcodec-%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libavcodec
|
%dir %{_includedir}/ffmpeg2/libavcodec
|
||||||
%{_includedir}/libavcodec/*
|
%{_includedir}/ffmpeg2/libavcodec/*
|
||||||
%dir %{_libdir}/libavcodec
|
%{_libdir}/ffmpeg2/libavcodec.a
|
||||||
%{_libdir}/libavcodec/libavcodec.a
|
%{_libdir}/ffmpeg2/libavcodec.so
|
||||||
%{_libdir}/libavcodec.a
|
%{_libdir}/ffmpeg2/pkgconfig/libavcodec.pc
|
||||||
%{_libdir}/libavcodec.so
|
#%{_mandir}/man3/libavcodec.3.gz
|
||||||
%{_libdir}/pkgconfig/libavcodec.pc
|
|
||||||
%{_mandir}/man3/libavcodec.3.gz
|
|
||||||
|
|
||||||
%files -n libavdevice-%{name}
|
%files -n libavdevice-%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libavdevice.so.*
|
%{_sysconfdir}/ld.so.conf.d/ffmpeg2-%{_arch}.conf
|
||||||
|
%{_libdir}/ffmpeg2/libavdevice.so.*
|
||||||
|
|
||||||
%files -n libavdevice-%{name}-devel
|
%files -n libavdevice-%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libavdevice
|
%dir %{_includedir}/ffmpeg2/libavdevice
|
||||||
%{_includedir}/libavdevice/avdevice.h
|
%{_includedir}/ffmpeg2/libavdevice/avdevice.h
|
||||||
%{_includedir}/libavdevice/version.h
|
%{_includedir}/ffmpeg2/libavdevice/version.h
|
||||||
%{_libdir}/libavdevice.a
|
%{_libdir}/ffmpeg2/libavdevice.a
|
||||||
%{_libdir}/libavdevice.so
|
%{_libdir}/ffmpeg2/libavdevice.so
|
||||||
%{_libdir}/pkgconfig/libavdevice.pc
|
%{_libdir}/ffmpeg2/pkgconfig/libavdevice.pc
|
||||||
%{_mandir}/man3/libavdevice.3.gz
|
#%{_mandir}/man3/libavdevice.3.gz
|
||||||
|
|
||||||
%files -n libavfilter-%{name}
|
%files -n libavfilter-%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libavfilter.so.*
|
%{_sysconfdir}/ld.so.conf.d/ffmpeg2-%{_arch}.conf
|
||||||
|
%{_libdir}/ffmpeg2/libavfilter.so.*
|
||||||
|
|
||||||
%files -n libavfilter-%{name}-devel
|
%files -n libavfilter-%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libavfilter
|
%dir %{_includedir}/ffmpeg2/libavfilter
|
||||||
%{_includedir}/libavfilter/*.h
|
%{_includedir}/ffmpeg2/libavfilter/*.h
|
||||||
%{_libdir}/libavfilter.a
|
%{_libdir}/ffmpeg2/libavfilter.a
|
||||||
%{_libdir}/libavfilter.so
|
%{_libdir}/ffmpeg2/libavfilter.so
|
||||||
%{_libdir}/pkgconfig/libavfilter.pc
|
%{_libdir}/ffmpeg2/pkgconfig/libavfilter.pc
|
||||||
%{_mandir}/man3/libavfilter.3.gz
|
#%{_mandir}/man3/libavfilter.3.gz
|
||||||
|
|
||||||
%files -n libavformat-%{name}
|
%files -n libavformat-%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libavformat.so.*
|
%{_sysconfdir}/ld.so.conf.d/ffmpeg2-%{_arch}.conf
|
||||||
|
%{_libdir}/ffmpeg2/libavformat.so.*
|
||||||
|
|
||||||
%files -n libavformat-%{name}-devel
|
%files -n libavformat-%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libavformat
|
%dir %{_includedir}/ffmpeg2/libavformat
|
||||||
%{_includedir}/libavformat/*.h
|
%{_includedir}/ffmpeg2/libavformat/*.h
|
||||||
%{_libdir}/libavformat.a
|
%{_libdir}/ffmpeg2/libavformat.a
|
||||||
%{_libdir}/libavformat.so
|
%{_libdir}/ffmpeg2/libavformat.so
|
||||||
%{_libdir}/pkgconfig/libavformat.pc
|
%{_libdir}/ffmpeg2/pkgconfig/libavformat.pc
|
||||||
%{_mandir}/man3/libavformat.3.gz
|
#%{_mandir}/man3/libavformat.3.gz
|
||||||
|
|
||||||
%files -n libavresample-%{name}
|
%files -n libavresample-%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libavresample.so.*
|
%{_sysconfdir}/ld.so.conf.d/ffmpeg2-%{_arch}.conf
|
||||||
|
%{_libdir}/ffmpeg2/libavresample.so.*
|
||||||
|
|
||||||
%files -n libavresample-%{name}-devel
|
%files -n libavresample-%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libavresample
|
%dir %{_includedir}/ffmpeg2/libavresample
|
||||||
%{_includedir}/libavresample/avresample.h
|
%{_includedir}/ffmpeg2/libavresample/avresample.h
|
||||||
%{_includedir}/libavresample/version.h
|
%{_includedir}/ffmpeg2/libavresample/version.h
|
||||||
%{_libdir}/libavresample.a
|
%{_libdir}/ffmpeg2/libavresample.a
|
||||||
%{_libdir}/libavresample.so
|
%{_libdir}/ffmpeg2/libavresample.so
|
||||||
%{_libdir}/pkgconfig/libavresample.pc
|
%{_libdir}/ffmpeg2/pkgconfig/libavresample.pc
|
||||||
|
|
||||||
%files -n libavutil-%{name}
|
%files -n libavutil-%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libavutil.so.*
|
%{_sysconfdir}/ld.so.conf.d/ffmpeg2-%{_arch}.conf
|
||||||
|
%{_libdir}/ffmpeg2/libavutil.so.*
|
||||||
|
|
||||||
%files -n libavutil-%{name}-devel
|
%files -n libavutil-%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libavutil
|
%dir %{_includedir}/ffmpeg2/libavutil
|
||||||
%{_includedir}/libavutil/*.h
|
%{_includedir}/ffmpeg2/libavutil/*.h
|
||||||
%{_libdir}/libavutil.a
|
%{_libdir}/ffmpeg2/libavutil.a
|
||||||
%{_libdir}/libavutil.so
|
%{_libdir}/ffmpeg2/libavutil.so
|
||||||
%{_libdir}/pkgconfig/libavutil.pc
|
%{_libdir}/ffmpeg2/pkgconfig/libavutil.pc
|
||||||
%{_mandir}/man3/libavutil.3.gz
|
#%{_mandir}/man3/libavutil.3.gz
|
||||||
|
|
||||||
%files -n libpostproc-%{name}
|
%files -n libpostproc-%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libpostproc.so.*
|
%{_sysconfdir}/ld.so.conf.d/ffmpeg2-%{_arch}.conf
|
||||||
|
%{_libdir}/ffmpeg2/libpostproc.so.*
|
||||||
|
|
||||||
%files -n libpostproc-%{name}-devel
|
%files -n libpostproc-%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libpostproc
|
%dir %{_includedir}/ffmpeg2/libpostproc
|
||||||
%{_includedir}/libpostproc/postprocess.h
|
%{_includedir}/ffmpeg2/libpostproc/postprocess.h
|
||||||
%{_includedir}/libpostproc/version.h
|
%{_includedir}/ffmpeg2/libpostproc/version.h
|
||||||
%{_libdir}/libpostproc.a
|
%{_libdir}/ffmpeg2/libpostproc.a
|
||||||
%{_libdir}/libpostproc.so
|
%{_libdir}/ffmpeg2/libpostproc.so
|
||||||
%{_libdir}/pkgconfig/libpostproc.pc
|
%{_libdir}/ffmpeg2/pkgconfig/libpostproc.pc
|
||||||
%{_datadir}/ffmpeg/examples/README
|
%{_datadir}/ffmpeg/examples/README
|
||||||
|
|
||||||
%files -n libswscale-%{name}
|
%files -n libswscale-%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libswscale.so.*
|
%{_sysconfdir}/ld.so.conf.d/ffmpeg2-%{_arch}.conf
|
||||||
|
%{_libdir}/ffmpeg2/libswscale.so.*
|
||||||
|
|
||||||
%files -n libswscale-%{name}-devel
|
%files -n libswscale-%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libswscale
|
%dir %{_includedir}/ffmpeg2/libswscale
|
||||||
%{_includedir}/libswscale/*.h
|
%{_includedir}/ffmpeg2/libswscale/*.h
|
||||||
%{_libdir}/libswscale.a
|
%{_libdir}/ffmpeg2/libswscale.a
|
||||||
%{_libdir}/libswscale.so
|
%{_libdir}/ffmpeg2/libswscale.so
|
||||||
%{_libdir}/pkgconfig/libswscale.pc
|
%{_libdir}/ffmpeg2/pkgconfig/libswscale.pc
|
||||||
%{_mandir}/man3/libswscale.3*
|
#%{_mandir}/man3/libswscale.3*
|
||||||
|
|
||||||
%files -n libswresample-%{name}
|
%files -n libswresample-%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libswresample.so.*
|
%{_sysconfdir}/ld.so.conf.d/ffmpeg2-%{_arch}.conf
|
||||||
|
%{_libdir}/ffmpeg2/libswresample.so.*
|
||||||
|
|
||||||
%files -n libswresample-%{name}-devel
|
%files -n libswresample-%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libswresample
|
%dir %{_includedir}/ffmpeg2/libswresample
|
||||||
%{_includedir}/libswresample/*.h
|
%{_includedir}/ffmpeg2/libswresample/*.h
|
||||||
%{_libdir}/libswresample.a
|
%{_libdir}/ffmpeg2/libswresample.a
|
||||||
%{_libdir}/libswresample.so
|
%{_libdir}/ffmpeg2/libswresample.so
|
||||||
%{_libdir}/pkgconfig/libswresample.pc
|
%{_libdir}/ffmpeg2/pkgconfig/libswresample.pc
|
||||||
%{_mandir}/man3/libswresample.3*
|
#%{_mandir}/man3/libswresample.3*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -601,6 +660,9 @@ ln -s ../libavcodec.a %{buildroot}%{_libdir}/libavcodec/libavcodec.a
|
|||||||
%{_docdir}/ffmpeg/*
|
%{_docdir}/ffmpeg/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 25 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.3-3mamba
|
||||||
|
- allow cohexistence of devel packages with ffmpeg 3.0
|
||||||
|
|
||||||
* Sat Mar 12 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.3-2mamba
|
* Sat Mar 12 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.3-2mamba
|
||||||
- legacy package
|
- legacy package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user