mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/libdv: Miscellaneous cleanups.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
f06623ea51
commit
38fd9a973d
2 changed files with 6 additions and 9 deletions
|
@ -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.
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue