ffmpeg: update to 0.6 and split libs into multiple subpkgs.

--HG--
branch : gnome3
This commit is contained in:
Juan RP
2011-03-09 18:29:50 +01:00
parent a8eeea9351
commit ed0f784e2b
16 changed files with 182 additions and 36 deletions

View File

@@ -0,0 +1,19 @@
# Template file for 'libavformat'.
#
short_desc="FFmpeg file format library"
long_desc="
This is the library for handling file formats from FFmpeg.
It supports most existing file formats (AVI, MPEG, OGG, Matroska, ASF...)."
Add_dependency run libavcodec
Add_dependency run libavutil
Add_dependency run zlib
Add_dependency run bzip2
Add_dependency run glibc
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/libavformat.so* ${DESTDIR}/usr/lib
}