head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.52 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.50 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.48 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.46 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.44 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.42 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.40 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.38 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.36 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.34 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.32 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.30 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.28 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.26 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.24 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.22 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.20 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.18 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.16 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.14 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.12 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.10 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.8 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.6 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.6.0.4 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.6.0.2 pkgsrc-2004Q1-base:1.6 pkgsrc-2003Q4:1.5.0.4 pkgsrc-2003Q4-base:1.5 netbsd-1-6-1:1.5.0.2 netbsd-1-6-1-base:1.5 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3; locks; strict; comment @# @; 1.6 date 2004.01.26.15.15.36; author jmmv; state dead; branches; next 1.5; 1.5 date 2002.10.09.13.05.03; author wiz; state Exp; branches; next 1.4; 1.4 date 2002.10.02.23.20.37; author wiz; state dead; branches; next 1.3; 1.3 date 2002.03.08.04.16.56; author fredb; state Exp; branches; next 1.2; 1.2 date 2001.07.26.15.20.50; author zuntum; state dead; branches; next 1.1; 1.1 date 2001.06.25.14.09.46; author zuntum; state Exp; branches; next ; desc @@ 1.6 log @avifile and avifile-devel moved to the multimedia category. @ text @$NetBSD: patch-aa,v 1.5 2002/10/09 13:05:03 wiz Exp $ --- player/main.cpp.orig Thu Aug 9 18:50:55 2001 +++ player/main.cpp @@@@ -15,7 +15,7 @@@@ Copyright 2000 Eugene Kuznetsov (divx@@e #include #endif #ifdef __NetBSD__ -#include +#include #endif #include @ 1.5 log @Complete conversion to buildlink2 (hi johnny!). @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Use automake.mk. Drop a now unneeded patch. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2002/03/08 04:16:56 fredb Exp $ d3 9 a11 4 --- autogen.sh.orig Fri Aug 10 11:20:43 2001 +++ autogen.sh @@@@ -40,11 +40,11 @@@@ } d13 1 a13 14 -if [ -d /usr/local/share/aclocal ]; then - if [ "`aclocal --print-ac-dir`" != "/usr/local/share/aclocal" ]; then - ACLOCAL_FLAGS="-I /usr/local/share/aclocal $ACLOCAL_FLAGS" - fi -fi +#if [ -d /usr/local/share/aclocal ]; then +# if [ "`aclocal --print-ac-dir`" != "/usr/local/share/aclocal" ]; then +# ACLOCAL_FLAGS="-I /usr/local/share/aclocal $ACLOCAL_FLAGS" +# fi +#fi # Regenerate configuration files ok=0 @ 1.3 log @Don't pick up crud from "/usr/local". @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update avifile-devel to 0.6.20010726 Thanks for Zdenek Kabelac for playing with avifile on my NetBSD box and making it compile after recent changes in the avifile code! Now audio/video should be in sync again. Several new tools are available: avicat, avimake, avitype. You need to build avifile-devel with WITH_QT=YES if you want to build those. aviplay still does not work, please use pkgsrc/graphics/apla instead. apla has been switched to use avifile-devel (it required avifile in the past). Changes: 2001/07/22 * TrueType Font Rendering (using Xft extension - with the help of Lukas Hejtmanek) * smarter DirectRendering mode - should work all the time with necessary conversions 2001/07/21 * very extensive cleanup of conversion modes of images * cleaned some hacks in Win32 VideoDecoder class * added some hack for correct playing of several not very used codecs like huffyuv, asv1, asv2, vcr2 * large speedup of C-version routines for conversion RGB 24b->16b 2001/07/18 * fixed bug in Subviewer reader * fixed two memory leaks discovered by mprotector * added support for few more codecs 2001/07/17 * lots of code cleanup * started to cleanup some types - transformation to uint32... * some fixies in DirectShow code * fixed several MAJOR bugs in qtrecompressor - now it even works - though it's still rather a toy application and I would not advice to use it for any serious thing yet * ffmpeg 0.4.4 * autoconf2.50 compatible - anyone dissagree ??? 2001/07/14 * another speedup of resumpling code - should be now very efficient * -ljpeg for avimake 2001/07/11 * added libmp3lamebin plugin which as able to load libmp3lame at runtime 2001/07/10 * 4 times faster resampling - using just interger arithmetic * scanning WIN32_PATH, /usr/lib/win32, /usr/local/lib/win32 paths for dll 2001/07/09 * able to use ffmpeg library - version 0.4.3 is now in avifile CVS - original CVS seems to be now the tree of the mplayer. for now we could use it to play OpenDivX - it could also play DivX :-) * minor redesing of videodecoder API - now we have Start/StopInternal * cleaned mjpeg_plugin * started to clean DirectShow directory to make it C-compilable (so it could be used by mplayer and others...) * also made quite a few cleanups in other places * fixed WIN32_PATH support * added AVIPLUGIN_PATH shell variable * fixed AVIPLAY_MUTE_VIDEO, AVIPLAY_MUTE_AUDIO * few fixes for debian 2001/06/28 * another change in constants in scheduler * interface change! - GetHeader(void* header, size_t n) 2001/06/26 * Locker.h and VideoDPMS.h are now public * fixed few problems in frame elimination in video decoder class 2001/06/23 * complete rewrite of players' thread - is it now FreeBSD safe ?? - also we are no longer using avi_usleep for audio synchronization and instead we use timed condition which has adwantage that we have immediate hangup when thread is sleeping * added NextFrame aviplay method - usable with 'Return' key in aviplayer * implemented initial 'hacked' support for better priority handling - if you set uid.gid to root.root together with 'suid' bit, that video thread will use -10 priority for better timing - however BIG WARNING is here - you are using closed-source windows binary dll codecs - during their execution aviplayer is using user uid & gid - however you never know what could happen! * for this reason it looks like the best is to lower the priority if audio & video decoding threads so video thread gets its needed CPU when necessery. 2001/06/21 * complex GUI update for configuration of aviplayer (some of buttons now even works in runtime so you don't have to restart player - ok I know - still not perfect...) * resampling is now more usable as it could do far more things then just pure 44kHz resampling - so why not making it fully usable - its even nice feature * version-info - library has now number 0.0.6 (level 0 version 0.6) * another streaming bug fixed - so we play more asf stream over the net 2001/06/20 * fixed & tuned resampling to remove clics for unsigned char audio stream (but some check for the overflow would help us too) * extended stream info added (check movie property) 2001/06/18 * some deadlocks in audio renderer - SDL_LockAudio now works somehow better but it is still not usable * no longer processing keyboard events which belongs to other applications * fixed resampling - that was really stupid bug and not that easy to fix but the result is very good 2001/06/18 * minor updates in network asf - it just works - but it's still crashing a lot * staying compatible with qt2.X * added hack for NVidia cards - autodetected by looking for NVIDIA-GLX extension - could be forced on by setting export AVIPLAY_NVIDIA_ENABLE=1 or off with this shell command executed before aviplayer gets started export AVIPLAY_NVIDIA_DISABLE=1 @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2001/06/25 14:09:46 zuntum Exp $ d3 4 a6 5 --- lib/common/Makefile.am.orig Thu Jun 7 22:36:21 2001 +++ lib/common/Makefile.am @@@@ -13,4 +13,4 @@@@ ldt_keeper.cpp \ mmx.cpp d8 14 a21 2 -CXXFLAGS = -g -O2 +CXXFLAGS+= -g -O2 -I${X11BASE}/include @ 1.1 log @o converted to use the buildlink technology o make WITH_QT work properly @ text @d1 1 a1 1 $NetBSD$ @