head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.54 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.52 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.50 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.48 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.46 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.44 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.42 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.40 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.38 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.36 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.34 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.32 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.30 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.28 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.26 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.24 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.22 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.20 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.18 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.16 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.14 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.12 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.10 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.8 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 netbsd-1-6-1:1.4.0.2 netbsd-1-6-1-base:1.4 netbsd-1-6:1.3.0.6 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.2 pkgviews-base:1.3 buildlink2-base:1.2 buildlink2:1.2.0.2; locks; strict; comment @# @; 1.5 date 2003.03.08.18.01.41; author mycroft; state dead; branches; next 1.4; 1.4 date 2002.08.19.18.57.59; author mycroft; state Exp; branches; next 1.3; 1.3 date 2002.07.12.18.29.29; author mycroft; state Exp; branches; next 1.2; 1.2 date 2002.06.16.18.12.58; author wiz; state Exp; branches 1.2.2.1; next 1.1; 1.1 date 2002.05.20.23.00.02; author veego; state Exp; branches; next ; 1.2.2.1 date 2002.06.16.18.12.58; author jlam; state dead; branches; next 1.2.2.2; 1.2.2.2 date 2002.06.23.18.46.53; author jlam; state Exp; branches; next ; desc @@ 1.5 log @Update to ogle 0.9.0. @ text @$NetBSD: patch-ab,v 1.4 2002/08/19 18:57:59 mycroft Exp $ --- configure.in.orig Mon Aug 5 18:30:55 2002 +++ configure.in Mon Aug 12 18:35:45 2002 @@@@ -403,16 +403,16 @@@@ esac fi -dnl check for openbsd audio +dnl check for netbsd/openbsd audio AC_ARG_ENABLE([obsdaudio], - [ --disable-obsdaudio make a version not using OpenBSD audio]) + [ --disable-obsdaudio make a version not using NetBSD/OpenBSD audio]) if test "x$enable_obsdaudio" != xno; then case "$host" in - *-openbsd*) + *-netbsd*|*-openbsd*) dnl only define LIBOGLEAO_OBSD headers found dnl sys/audioio.h - AC_DEFINE([LIBOGLEAO_OBSD],,[libogleao OpenBSD audio support]) + AC_DEFINE([LIBOGLEAO_OBSD],,[libogleao NetBSD/OpenBSD audio support]) BUILD_AUDIO_OBSD=1 DEFAULT_AUDIO_DRIVER="obsd" DEFAULT_AUDIO_DEVICE="/dev/audio" @@@@ -425,7 +425,7 @@@@ [ --disable-sunaudio make a version not using Sun audio]) if test "x$enable_sunaudio" != xno; then case "$host" in - *-sun-solaris*|*-netbsd*) + *-sun-solaris*) dnl check for headers.. only define LIBOGLEAO_SOLARIS if headers are found. AC_DEFINE([LIBOGLEAO_SOLARIS],,[libogleao solaris audio support]) @ 1.4 log @Update to 0.8.5. Several navigation bugs fixed, MPEG and LPCM audio support added. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.3 2002/07/12 18:29:29 mycroft Exp $ @ 1.3 log @Update to ogle 0.8.4. Miscellaneous bug fixes, mostly to navigation. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.2 2002/06/16 18:12:58 wiz Exp $ d3 3 a5 3 --- configure.in.orig Sat Jun 29 22:49:43 2002 +++ configure.in Thu Jul 11 02:18:38 2002 @@@@ -351,16 +351,16 @@@@ d23 1 d26 1 a26 2 ;; @@@@ -372,7 +372,7 @@@@ @ 1.2 log @Update to 0.8.3, provided by veego. Changes since 0.8.2: New audio code now supports OSS, ALSA, Sun audio, and OpenBSD audio. There is improved audio/video synchronization and a much more reasonable volume level. There are updates to the navigation code, which now plays more DVDs. It's Xinerama aware and the User Interfaces control functions have been extended. This release will disable Xscreensaver while playing video, and has many small bugfixes. @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- configure.in.orig Wed Jun 12 00:00:28 2002 +++ configure.in Thu Jun 13 12:03:11 2002 d24 1 d26 1 a26 2 esac @@@@ -371,7 +371,7 @@@@ d33 1 a33 1 dnl check for headers.. only define LIBOGLEAO_OSS if headers are found. @ 1.2.2.1 log @file patch-ab was added on branch buildlink2 on 2002-06-23 18:46:53 +0000 @ text @d1 34 @ 1.2.2.2 log @Merge from pkgsrc-current to buildlink2 branch. @ text @a0 34 $NetBSD: patch-ab,v 1.2.2.1 2002/06/23 18:46:53 jlam Exp $ --- configure.in.orig Wed Jun 12 00:00:28 2002 +++ configure.in Thu Jun 13 12:03:11 2002 @@@@ -351,16 +351,16 @@@@ esac fi -dnl check for openbsd audio +dnl check for netbsd/openbsd audio AC_ARG_ENABLE([obsdaudio], - [ --disable-obsdaudio make a version not using OpenBSD audio]) + [ --disable-obsdaudio make a version not using NetBSD/OpenBSD audio]) if test "x$enable_obsdaudio" != xno; then case "$host" in - *-openbsd*) + *-netbsd*|*-openbsd*) dnl only define LIBOGLEAO_OBSD headers found dnl sys/audioio.h - AC_DEFINE([LIBOGLEAO_OBSD],,[libogleao OpenBSD audio support]) + AC_DEFINE([LIBOGLEAO_OBSD],,[libogleao NetBSD/OpenBSD audio support]) DEFAULT_AUDIO_DRIVER="obsd" ;; esac @@@@ -371,7 +371,7 @@@@ [ --disable-sunaudio make a version not using Sun audio]) if test "x$enable_sunaudio" != xno; then case "$host" in - *-sun-solaris*|*-netbsd*) + *-sun-solaris*) dnl check for headers.. only define LIBOGLEAO_OSS if headers are found. AC_DEFINE([LIBOGLEAO_SOLARIS],,[libogleao solaris audio support]) @ 1.1 log @Fix a problem with testing the XShm extension, if you have a graphics card which has a working Xvideo extension. Maybe only related to XFree-current, but could be also caused by the last change to kern/sysv_shm.c. Approved by Alistair Crooks. @ text @d3 32 a34 11 --- ctrl/ctrl.c.orig Sun Dec 2 22:37:59 2001 +++ ctrl/ctrl.c Sun May 19 22:55:37 2002 @@@@ -1137,7 +1137,7 @@@@ if((shmid = shmget(IPC_PRIVATE, size, - IPC_CREAT | 0600)) == -1) { + IPC_CREAT | 0644)) == -1) { perror("*ctrl: get_buffer, shmget failed"); return -1; } @