libraries/libdv: Miscellaneous cleanups.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2010-06-27 16:07:25 -05:00 committed by Erik Hanson
parent f06623ea51
commit 38fd9a973d
2 changed files with 6 additions and 9 deletions

View file

@ -1,5 +1,4 @@
The Quasar DV codec (libdv) is a software codec for DV video. DV is
the encoding format used by most digital camcorders, typically those
that support the IEEE 1394 (aka FireWire or i.Link) interface. libdv
was developed according to the official standards for DV video, IEC
61834 and SMPTE 314M.
The Quasar DV codec (libdv) is a software codec for DV video. DV is the
encoding format used by most digital camcorders, typically those that support
the IEEE 1394 (aka FireWire or i.Link) interface. libdv was developed
according to the official standards for DV video, IEC 61834 and SMPTE 314M.

View file

@ -62,10 +62,8 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install-strip DESTDIR=$PKG
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
)
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \