ffmpeg: update to 0.6 and split libs into multiple subpkgs.
--HG-- branch : gnome3
This commit is contained in:
14
srcpkgs/ffmpeg/libavutil.template
Normal file
14
srcpkgs/ffmpeg/libavutil.template
Normal file
@@ -0,0 +1,14 @@
|
||||
# Template file for 'libavutil'.
|
||||
#
|
||||
short_desc="FFmpeg utility library"
|
||||
long_desc="
|
||||
This is the common utility library from FFmpeg. It contains shared code used
|
||||
by all other ffmpeg libraries."
|
||||
|
||||
Add_dependency run glibc
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/libavutil.so* ${DESTDIR}/usr/lib
|
||||
}
|
||||
Reference in New Issue
Block a user