CVS: moonbase/video/divx4linux BUILD,NONE,1.1 DETAILS,NONE,1.1
Nick Hudson
nhudson at lunar-linux.org
Mon Oct 27 03:13:28 GMT 2003
Update of /var/cvs/lunar/moonbase/video/divx4linux
In directory dbguin.lunar-linux.org:/tmp/cvs-serv311/divx4linux
Added Files:
BUILD DETAILS
Log Message:
Adding divx4linux module to moonbase so that gstreamer can encode/decode divx movies
--- NEW FILE: BUILD ---
(
LIBDIR=/usr/lib
INCLUDEDIR=/usr/include
cp -f *.so $LIBDIR &&
cp -f *.h $INCLUDEDIR &&
for NAME in encore decore ; do
LIBNAME=${LIBDIR}/libdivx${NAME}.so
chown 0 $LIBNAME
chmod 755 $LIBNAME
rm -f $LIBNAME.0
ln -s $LIBNAME $LIBNAME.0
chown 0 $LIBNAME.0
chmod 755 $LIBNAME.0
done
) > $C_FIFO 2>&1
--- NEW FILE: DETAILS ---
MODULE=divx4linux
VERSION=20030428
SOURCE=$MODULE-std-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://download.divx.com/divx/$SOURCE
SOURCE_VFY=md5:6332d98ad949a40c588681acbf4078f4
WEB_SITE=http://www.divx.com/divix/linux
ENTERED=20031027
UPDATED=20031027
SHORT="DivX encoder and decoder for linux"
cat << EOF
DivX encoder and decoder for linux
EOF
More information about the Lunar-commits
mailing list