summaryrefslogtreecommitdiff
path: root/graphics/avifile-devel
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-08-10 18:29:35 +0000
committerzuntum <zuntum>2001-08-10 18:29:35 +0000
commitbfbe1fef441f9196f3b7ad1ac50119d35f47221b (patch)
tree51e620c8e81d4a12a0918047098d7702e70495b3 /graphics/avifile-devel
parent821ec1ca42177bf12dfeaa0577d36a02e8406522 (diff)
downloadpkgsrc-bfbe1fef441f9196f3b7ad1ac50119d35f47221b.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')
-rw-r--r--graphics/avifile-devel/Makefile9
-rw-r--r--graphics/avifile-devel/buildlink.mk4
-rw-r--r--graphics/avifile-devel/distinfo6
-rw-r--r--graphics/avifile-devel/pkg/PLIST85
4 files changed, 58 insertions, 46 deletions
diff --git a/graphics/avifile-devel/Makefile b/graphics/avifile-devel/Makefile
index b755b807624..56ec6f9d38b 100644
--- a/graphics/avifile-devel/Makefile
+++ b/graphics/avifile-devel/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2001/07/26 15:20:49 zuntum Exp $
+# $NetBSD: Makefile,v 1.10 2001/08/10 18:29:35 zuntum Exp $
#
-DISTNAME= avifile-0.6.20010726
+DISTNAME= avifile-0.6.20010810
CATEGORIES= graphics
MASTER_SITES= http://flis.utech.lublin.pl/~zuntum/distfiles/
EXTRACT_SUFX= .tar.bz2
@@ -52,5 +52,10 @@ CONFIGURE_ARGS+= --with-qt-dir="${BUILDLINK_DIR}/qt2"
pre-configure:
cd ${WRKSRC} && ${SH} autogen.sh
+post-patch:
+ ${SED} "s,\-lavifile,\-laviplay,g" ${WRKSRC}/avifile-config.in \
+ > ${WRKSRC}/avifile-config.in.done
+ ${MV} ${WRKSRC}/avifile-config.in.done ${WRKSRC}/avifile-config.in
+
.include "../../devel/SDL/buildlink.mk"
.include "../../mk/bsd.pkg.mk"
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/*
diff --git a/graphics/avifile-devel/distinfo b/graphics/avifile-devel/distinfo
index a4bcf7e3e7f..0bda6deaf0b 100644
--- a/graphics/avifile-devel/distinfo
+++ b/graphics/avifile-devel/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2001/07/26 15:20:49 zuntum Exp $
+$NetBSD: distinfo,v 1.7 2001/08/10 18:29:35 zuntum Exp $
-SHA1 (avifile-0.6.20010726.tar.bz2) = 64a05a1623ff0989ca05ec3ef490baeaf5a70306
-Size (avifile-0.6.20010726.tar.bz2) = 1024840 bytes
+SHA1 (avifile-0.6.20010810.tar.bz2) = 243c85defacb1653ad80ff9d203686efa8f9b5a0
+Size (avifile-0.6.20010810.tar.bz2) = 1064780 bytes
diff --git a/graphics/avifile-devel/pkg/PLIST b/graphics/avifile-devel/pkg/PLIST
index e3ed6d5204d..77012de05d4 100644
--- a/graphics/avifile-devel/pkg/PLIST
+++ b/graphics/avifile-devel/pkg/PLIST
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2001/07/26 15:20:51 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.3 2001/08/10 18:29:39 zuntum Exp $
+${QT}bin/avibench
${QT}bin/avicat
bin/avifile-config
${QT}bin/avimake
${QT}bin/aviplay
+${QT}bin/avirecompress
${QT}bin/avitype
-${QT}bin/benchmark
-${QT}bin/qtrecompress
include/avifile/Locker.h
include/avifile/ReadHandlers.h
include/avifile/StreamInfo.h
@@ -31,47 +31,54 @@ include/avifile/playerwidget.h
include/avifile/plugin.h
include/avifile/registry.h
include/avifile/renderer.h
+include/avifile/subtitle.h
include/avifile/utils.h
include/avifile/version.h
include/avifile/videodecoder.h
include/avifile/videoencoder.h
-lib/avifile/libaudiodec.a
-lib/avifile/libaudiodec.la
-lib/avifile/libaudiodec.so
-lib/avifile/libaudiodec.so.0
-lib/avifile/libaudiodec.so.0.0
-${QT}lib/avifile/libmjpeg.a
-${QT}lib/avifile/libmjpeg.la
-${QT}lib/avifile/libmjpeg.so
-${QT}lib/avifile/libmjpeg.so.0
-${QT}lib/avifile/libmjpeg.so.0.0
-lib/avifile/libmp3lame_audioenc.a
-lib/avifile/libmp3lame_audioenc.la
-lib/avifile/libmp3lame_audioenc.so
-lib/avifile/libmp3lame_audioenc.so.0
-lib/avifile/libmp3lame_audioenc.so.0.0
-lib/avifile/libmpeg_audiodec.a
-lib/avifile/libmpeg_audiodec.la
-lib/avifile/libmpeg_audiodec.so
-lib/avifile/libmpeg_audiodec.so.0
-lib/avifile/libmpeg_audiodec.so.0.0
-lib/avifile/libwin32.a
-lib/avifile/libwin32.la
-lib/avifile/libwin32.so
-lib/avifile/libwin32.so.0
-lib/avifile/libwin32.so.0.0
+lib/avifile-0.6/libaudiodec-0.6.so
+lib/avifile-0.6/libaudiodec-0.6.so.2
+lib/avifile-0.6/libaudiodec-0.6.so.2.0
+lib/avifile-0.6/libaudiodec.a
+lib/avifile-0.6/libaudiodec.la
+lib/avifile-0.6/libaudiodec.so
+${QT}lib/avifile-0.6/libmjpeg-0.6.so
+${QT}lib/avifile-0.6/libmjpeg-0.6.so.2
+${QT}lib/avifile-0.6/libmjpeg-0.6.so.2.0
+${QT}lib/avifile-0.6/libmjpeg.a
+${QT}lib/avifile-0.6/libmjpeg.la
+${QT}lib/avifile-0.6/libmjpeg.so
+lib/avifile-0.6/libmp3lame_audioenc-0.6.so
+lib/avifile-0.6/libmp3lame_audioenc-0.6.so.2
+lib/avifile-0.6/libmp3lame_audioenc-0.6.so.2.0
+lib/avifile-0.6/libmp3lame_audioenc.a
+lib/avifile-0.6/libmp3lame_audioenc.la
+lib/avifile-0.6/libmp3lame_audioenc.so
+lib/avifile-0.6/libmpeg_audiodec-0.6.so
+lib/avifile-0.6/libmpeg_audiodec-0.6.so.2
+lib/avifile-0.6/libmpeg_audiodec-0.6.so.2.0
+lib/avifile-0.6/libmpeg_audiodec.a
+lib/avifile-0.6/libmpeg_audiodec.la
+lib/avifile-0.6/libmpeg_audiodec.so
+lib/avifile-0.6/libwin32-0.6.so
+lib/avifile-0.6/libwin32-0.6.so.2
+lib/avifile-0.6/libwin32-0.6.so.2.0
+lib/avifile-0.6/libwin32.a
+lib/avifile-0.6/libwin32.la
+lib/avifile-0.6/libwin32.so
+lib/libaviplay-0.6.so
+lib/libaviplay-0.6.so.2
+lib/libaviplay-0.6.so.2.0
lib/libaviplay.a
lib/libaviplay.la
lib/libaviplay.so
-lib/libaviplay.so.0
-lib/libaviplay.so.0.6
-share/avifile/about.ppm
-share/avifile/mute.ppm
-share/avifile/open.ppm
-share/avifile/pause.ppm
-share/avifile/play.ppm
-share/avifile/stop.ppm
-share/avifile/test.png
-@dirrm share/avifile
-@dirrm lib/avifile
+share/avifile-0.6/about.ppm
+share/avifile-0.6/mute.ppm
+share/avifile-0.6/open.ppm
+share/avifile-0.6/pause.ppm
+share/avifile-0.6/play.ppm
+share/avifile-0.6/stop.ppm
+share/avifile-0.6/test.png
+@dirrm share/avifile-0.6
+@dirrm lib/avifile-0.6
@dirrm include/avifile