switch to native sunaudio driver.
Fix a typo in DESCR, and acknowledge mplayer's existence.
This commit is contained in:
parent
cf74812d7b
commit
f564024d1d
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2002/04/02 03:50:35 drahn Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2002/05/19 00:27:06 espie Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= alpha i386 powerpc sparc64
|
||||
|
||||
@ -30,6 +30,8 @@ LIB_DEPENDS= dvdread::devel/libdvdread \
|
||||
FLAVORS= altivec
|
||||
FLAVOR?=
|
||||
|
||||
CONFIGURE_ARGS=--disable-oss --enable-sunaudio
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
BUILD_DEPENDS+= ::devel/binutils/stable
|
||||
MAKE_ENV=GAS_DIR=${TRUEPREFIX}/${MACHINE_ARCH}-unknown-openbsd${OPSYS_VER}/bin
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2002/01/08 11:05:53 espie Exp $
|
||||
$OpenBSD: patch-configure,v 1.3 2002/05/19 00:27:06 espie Exp $
|
||||
--- configure.orig Fri Dec 7 18:45:21 2001
|
||||
+++ configure Tue Jan 8 11:53:37 2002
|
||||
+++ configure Sun May 19 01:18:35 2002
|
||||
@@ -2419,7 +2419,7 @@ CCDEPMODE="depmode=$am_cv_CC_dependencie
|
||||
|
||||
# By default we simply use the C compiler to build assembly code.
|
||||
@ -18,6 +18,15 @@ $OpenBSD: patch-configure,v 1.2 2002/01/08 11:05:53 espie Exp $
|
||||
#include <X11/extensions/XShm.h>
|
||||
_ACEOF
|
||||
rm -f conftest.$ac_objext
|
||||
@@ -17296,7 +17297,7 @@ if test "${enable_sunaudio+set}" = set;
|
||||
fi;
|
||||
if test x"$enable_sunaudio" != x"no"; then
|
||||
case "$host" in
|
||||
- *-sun-solaris*|*-netbsd*)
|
||||
+ *-sun-solaris*|*-netbsd*|*-openbsd*)
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define LIBAO_SUNAUDIO
|
||||
@@ -17622,6 +17623,7 @@ cat >conftest.$ac_ext <<_ACEOF
|
||||
#line 17622 "configure"
|
||||
#include "confdefs.h"
|
||||
|
@ -1,7 +1,8 @@
|
||||
Ogle is a dvd player with support for menus and
|
||||
subtitles. Currently, it lacks some audio formats
|
||||
support (PCM and ???), so a few DVDs will work
|
||||
with sound.
|
||||
support (PCM, mp3, etc) so a few DVDs will work
|
||||
without sound. mplayer ought to be able to play these,
|
||||
but it doesn't have navigational menus supports.
|
||||
|
||||
As shipped, ogle cannot descramble DVDs. There are
|
||||
a few DVDs out there with no scramble protection.
|
||||
|
Loading…
Reference in New Issue
Block a user