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