UmVirt LFS Package info
DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
libdv
The Quasar DV Codec (libdv) is a software CODEC for DV video, the encoding format used by most digital camcorders.Package info
Template:
Codename: libdv
Source file: libdv-1.0.0.tar.gz
Source directory: libdv-1.0.0
Package URL: libdv-1.0.0.tar.gz
Package md5-checksum URL: libdv-1.0.0.tar.gz.md5sum
Dependances: popt, sdl12-compat.
Dependance of: MPlayer, vlc.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
ARG_STATIC="--enable-static"
fi
./configure --prefix=/usr \
--disable-xv \
$ARG_STATIC
Build script:
make
Install script:
make install &&
install -v -m755 -d /usr/share/doc/libdv-1.0.0 &&
install -v -m644 README* /usr/share/doc/libdv-1.0.0