head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.16 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.14 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.12 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.10 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.8 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.6 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.4 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.2 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.2.0.10 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.8 pkgsrc-2008Q1:1.2.0.6 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.4 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.2 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.1.0.24 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.22 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.20 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.18 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.16 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.14 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.12 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.10 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.8 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.6 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.4 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.2 pkgsrc-2004Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2008.09.07.23.39.37; author ahoka; state dead; branches; next 1.2; 1.2 date 2007.08.02.21.51.52; author dbj; state Exp; branches; next 1.1; 1.1 date 2004.08.29.22.43.50; author wiz; state Exp; branches; next ; desc @@ 1.3 log @Track FreeBSD's SVN snapshots of ffmpeg as there are no more stable releases produced by the ffmpeg team. Add v4l2 support for NetBSD. @ text @--- libavformat/Makefile.orig +++ libavformat/Makefile @@@@ -40,7 +40,7 @@@@ OBJS+= framehook.o ifeq ($(CONFIG_VIDEO4LINUX),yes) -OBJS+= grab.o +OBJS+= grab_bsdbktr.o endif ifeq ($(CONFIG_DV1394),yes) --- configure.orig +++ configure @@@@ -301,6 +301,8 @@@@ *) ;; esac +v4l="yes" + # From mplayer configure. We need TARGET_OS available # to the Makefile, so it can distinguish between flavors # of AltiVec on PowerPC @ 1.2 log @fix bktr patch so at least it applies compiling not tested @ text @@ 1.1 log @Convert to bsd.options.mk, and add three new options: bktr lame vorbis. The latter two add support for reading/writing mp3 and ogg files, while the first adds support for grabbing from bktr(4), based on a file from FreeBSD ports with some additional changes by me. Additionally, document how to use it in the man page. Also, add a patch (by me) to use the NetBSD native audio interface instead of libossaudio (on NetBSD). Based on PR 24691 and additional mails by Ove Soerensen (thanks!). Also addresses PR 20281. Bump PKGREVISION for the audio interface change. @ text @d1 3 a3 3 --- libavformat/Makefile.orig 2004-08-14 14:51:47.000000000 +0200 +++ libavformat/Makefile 2004-08-14 14:52:43.000000000 +0200 @@@@ -32,7 +32,7 @@@@ d12 4 a15 3 --- configure.org 2004-07-31 17:12:40.000000000 +0200 +++ configure 2004-07-31 17:12:54.000000000 +0200 @@@@ -231,6 +231,8 @@@@ d18 1 a18 1 @