summaryrefslogtreecommitdiff
path: root/graphics/avifile-devel/buildlink.mk
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-08-10 18:29:35 +0000
committerzuntum <zuntum>2001-08-10 18:29:35 +0000
commitdd291f5dc4f770e0fbb76dbe70d666e59395e777 (patch)
tree51e620c8e81d4a12a0918047098d7702e70495b3 /graphics/avifile-devel/buildlink.mk
parentf817048cb6e47dc76f36e6ecd56cd5adb66ce8a6 (diff)
downloadpkgsrc-dd291f5dc4f770e0fbb76dbe70d666e59395e777.tar.gz
Update avifile-devel to 0.6.20010810
Sorry, aviplay still does not work as expected. Please use "apla" package from graphics category. Changes: 2001/08/08 * large set of various minor improvments in configure and autogen.sh * much better library versioning * ffmpeg CVS update * renamed few programs qtrecompress -> avirecompress qtvidcap -> avicap benchmark -> avibench 2001/08/04 * decoding ALaw & uLaw audio tracks * using AC3 decoding from FFMPEG (seems to there are few modified ac3 libraries available - mplayer seem to be using different version - probably heavily optimized - but as it doesn't take to much CPU we stay with the current version for a moment - API seems to be differnet * autoquality implemeneted into OpenDivX (or should I say ClosedDivX :) anyway this code is about 25% faster and it works with autoquality * during cleaning bugs and improving functionality of benchmark fixed some bug in detection of Eof in Avi stream * benchmark will now give also similar number as you could get from benchmarking mplayer (just to be sure we are still faster :) for now with -direct -yuv - but buffered mode seems to be slower - maybe there is something on the fastmemcpy... * renderer disables mouse after 1sec of inactivity in aviplayer window 2001/08/04 * fixed problem with 0 frame numbering actual information about the current frame are available after ReadFrame (e.g. Time, Position,...) * huge set of improvements in qtrecompress - now it really works (with few filters which are not available in VirtualDub :)) 2001/08/03 * subtitle code update (support for SAMI - .smi) * cleanup of various makefiles (suggest by some users) * Debian package slightly modified
Diffstat (limited to 'graphics/avifile-devel/buildlink.mk')
-rw-r--r--graphics/avifile-devel/buildlink.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/avifile-devel/buildlink.mk b/graphics/avifile-devel/buildlink.mk
index 53dc35b9909..9a566fb91ce 100644
--- a/graphics/avifile-devel/buildlink.mk
+++ b/graphics/avifile-devel/buildlink.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink.mk,v 1.2 2001/07/27 13:33:27 jlam Exp $
+# $NetBSD: buildlink.mk,v 1.3 2001/08/10 18:29:35 zuntum Exp $
#
# This Makefile fragment is included by packages that use avifile-devel.
#
@@ -23,7 +23,7 @@ DEPENDS+= ${BUILDLINK_DEPENDS.avifile-devel}:../../graphics/avifile-devel
EVAL_PREFIX+= BUILDLINK_PREFIX.avifile-devel=avifile
BUILDLINK_PREFIX.avifile-devel_DEFAULT= ${LOCALBASE}
BUILDLINK_FILES.avifile-devel= lib/libaviplay.*
-BUILDLINK_FILES.avifile-devel+= lib/avifile/*
+BUILDLINK_FILES.avifile-devel+= lib/avifile-0.6/*
BUILDLINK_FILES.avifile-devel+= include/avifile/*
BUILDLINK_FILES.avifile-devel+= include/avifile/wine/*