head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.4 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.2 pkgsrc-2012Q4-base:1.5 pkgsrc-2012Q2:1.4.0.28 pkgsrc-2012Q2-base:1.4 pkgsrc-2012Q1:1.4.0.26 pkgsrc-2012Q1-base:1.4 pkgsrc-2011Q4:1.4.0.24 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q3:1.4.0.22 pkgsrc-2011Q3-base:1.4 pkgsrc-2011Q2:1.4.0.20 pkgsrc-2011Q2-base:1.4 pkgsrc-2011Q1:1.4.0.18 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.4.0.16 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.14 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.4.0.12 pkgsrc-2010Q2-base:1.4 pkgsrc-2010Q1:1.4.0.10 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.4.0.8 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.6 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.4 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.2 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.3.0.22 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.20 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.18 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.16 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.14 pkgsrc-2008Q1:1.3.0.12 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.10 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.8 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.6 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.4 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.2 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.2.0.6 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.4 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.2 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.1.0.14 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.12 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.10 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.8 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.6 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.4 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.2 pkgsrc-2004Q2-base:1.1; locks; strict; comment @# @; 1.5 date 2012.07.07.15.49.01; author adam; state dead; branches; next 1.4; 1.4 date 2009.01.08.17.21.36; author wiz; state Exp; branches; next 1.3; 1.3 date 2006.10.13.12.51.27; author tron; state Exp; branches; next 1.2; 1.2 date 2006.01.25.08.09.12; author xtraeme; state dead; branches; next 1.1; 1.1 date 2004.04.04.11.04.59; author mrg; state Exp; branches; next ; desc @@ 1.5 log @Changes 2.0.0: * a lot of small patches and fixes @ text @$NetBSD: patch-ad,v 1.4 2009/01/08 17:21:36 wiz Exp $ --- scripts/lav2mpeg.orig 2006-07-01 06:46:14.000000000 +0200 +++ scripts/lav2mpeg @@@@ -106,10 +106,10 @@@@ getTimeDiff() { } doStep() { - if [ "$LOGCOMMANDS" == "0" ]; then + if [ "$LOGCOMMANDS" = "0" ]; then echo "COMMAND=${step[$count]}" fi - if [ "$LOGONLY" == "" ]; then + if [ "$LOGONLY" = "" ]; then eval ${step[$count]} fi } @@@@ -174,7 +174,7 @@@@ printDebugInfo() { logIt "downscale=$downscaling" } -if [ $# -eq 0 -o "$1" == "--help" -o "$1" = "-h" ]; then +if [ $# -eq 0 -o "$1" = "--help" -o "$1" = "-h" ]; then usage; exit 1 fi @@@@ -268,7 +268,7 @@@@ logIt "$infostr" # lavinfo should set up video_frames, video_width # video_height, video_inter, video_norm, audio_chans eval $($LAVINFO $@@ | grep "=") # grep for = to remove Warnings -if [ "$video_frames" == "" ]; then +if [ "$video_frames" = "" ]; then logIt "'lavinfo $@@' died! exiting" logIt " maybe you don't have lavinfo. or your input flags were wrong" logIt " input files must be the last input on the command line" @@@@ -348,7 +348,7 @@@@ else fi # set up the audio -if [ "$userstereo" == "" ]; then +if [ "$userstereo" = "" ]; then stereo=${audio_chans:-0} else stereo=$userstereo @@@@ -401,7 +401,7 @@@@ if [ $video_width -gt $output_width -o $ fi fi -if [ "$video_inter" == "1" ]; then +if [ "$video_inter" = "1" ]; then yuvdenoise_flags="$yuvdenoise_flags -F" fi @ 1.4 log @Update to 1.9.0: mpeg2enc works "better". some changes for the libquicktime. maintainance for newer release of other packages the mjpegtools need. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Fix non-portable shell scripts, bump package revision. @ text @d1 5 a5 3 --- scripts/lav2mpeg.orig 2004-08-07 03:51:14.000000000 +0100 +++ scripts/lav2mpeg 2006-10-13 13:23:51.000000000 +0100 @@@@ -106,10 +106,10 @@@@ d18 1 a18 1 @@@@ -174,7 +174,7 @@@@ d27 1 a27 1 @@@@ -268,7 +268,7 @@@@ d36 1 a36 1 @@@@ -348,7 +348,7 @@@@ d45 9 @ 1.2 log @Update mjpegtools/mplex to 1.8.0. Some changes: * Modularised input handling for MPEG compression tools. * movtar read/write support * MJPEG playback in software, and experimental MJPEG hardware overlay playback (see mjpeg/) * mpeg2enc _much_ improved! @ text @d1 4 a4 12 $NetBSD: patch-ad,v 1.1 2004/04/04 11:04:59 mrg Exp $ --- utils/altivec/amber.c.orig 2002-11-17 14:43:59.000000000 +1100 +++ utils/altivec/amber.c 2004-04-04 18:29:17.000000000 +1000 @@@@ -29,7 +29,7 @@@@ #ifdef HAVE_SYS_TYPES_H #include #endif -#include +#include #include #include d6 37 @ 1.1 log @let the utils/altivec code work on netbsd (modern netbsd/ppc systems seem to have it enabled by default...): - it's spelled NOT - use the same register prefixes as linux does, not macosx. @ text @d1 1 a1 1 $NetBSD$ @