head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.10 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.8 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.6 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.4 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.2.0.20 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.18 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.16 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.14 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.12 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.10 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.8 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.6 pkgsrc-2008Q1:1.2.0.4 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.2 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.1.0.8 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.6 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.4 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.2 pkgsrc-2006Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2009.10.18.22.22.10; author ahoka; state dead; branches; next 1.2; 1.2 date 2007.12.21.11.31.25; author tron; state Exp; branches; next 1.1; 1.1 date 2006.10.11.18.32.40; author rillig; state Exp; branches; next ; desc @@ 1.3 log @Upgrade to the SVN snapshot as of 2009-10-17. The builtin libavcodec now uses yasm to assemble hand written h264 code. The older x264 we currently have in pkgsrc is not supported by mplayer, so I had to do some hand tweaking to make it work. It may contain bugs because of this, so report any fallouts with h264. @ text @$NetBSD: patch-tc,v 1.2 2007/12/21 11:31:25 tron Exp $ --- TOOLS/qepdvcd.sh.orig 2007-10-07 20:49:32.000000000 +0100 +++ TOOLS/qepdvcd.sh 2007-12-19 21:22:09.000000000 +0000 @@@@ -234,7 +234,7 @@@@ SUBTITLESTRING="$SUBFILENAME" fi -if [ $SPLIT == "0" ]; then +if [ $SPLIT = "0" ]; then CICLES=0 TIMESTRING="" else @ 1.2 log @Update "mplayer", "mplayer-share", "mencoder" and "gmplayer" packages to version 1.0rc2 (as 1.0rc10). Changes since version 1.0rc1 (known as 1.0rc9 in "pkgsrc"): - A lot of new audio and video decoders and other improvements - A large number of bug fixes - Updated documentation - Support for Mac OS X Intel Approved by Thomas Klausner (because it fixes the Darwin-i386 build). @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Fixed "test ==" and $RANDOM. @ text @d3 5 a7 10 --- TOOLS/x2mpsub.sh.orig 2006-10-11 20:29:22.000000000 +0200 +++ TOOLS/x2mpsub.sh 2006-06-11 20:35:46.000000000 +0200 @@@@ -6,7 +6,7 @@@@ # Gabucino. No warranty. :) # -TMP="x2mpsub-$RANDOM" +TMP="x2mpsub-$$-$RANDOM" mkdir "$TMP" touch "$TMP/$TMP" d9 5 @