Update to ogle 0.8.5, compiles like a charm.
Finally: support for mpeg and lpcm audio. Yeah ! (I'm currently checking that I can now play all my dvds fully)
This commit is contained in:
parent
2e6d62c809
commit
bac2139576
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2002/08/11 01:45:26 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2002/08/18 09:28:19 espie Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= alpha i386 powerpc sparc64
|
||||
|
||||
CATEGORIES= x11
|
||||
|
||||
COMMENT= "DVD player"
|
||||
DISTNAME= ogle-0.8.4
|
||||
DISTNAME= ogle-0.8.5
|
||||
HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/
|
||||
# Authors can be reached at dvd@dtek.chalmers.se
|
||||
MASTER_SITES= ${HOMEPAGE}dist/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ogle-0.8.4.tar.gz) = 996e787ecf5cfed0411a563a5c48c1a7
|
||||
RMD160 (ogle-0.8.4.tar.gz) = 5868ca1e02b4ade129f367fbf5cd4ebb0e39f59d
|
||||
SHA1 (ogle-0.8.4.tar.gz) = 15ab65b6ec9cd7631b1c4341896072fa308fc15c
|
||||
MD5 (ogle-0.8.5.tar.gz) = fcf34f2e2880bf5e66016b4107e814d5
|
||||
RMD160 (ogle-0.8.5.tar.gz) = 36637514bee184a88ebf1d18257a5dce346062b9
|
||||
SHA1 (ogle-0.8.5.tar.gz) = b1853f49fa8847a3079f32ca4487845a9fbb549d
|
||||
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.6 2002/07/16 13:38:05 espie Exp $
|
||||
lib/ogle/libdvdcontrol.so.7.0
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.7 2002/08/18 09:28:19 espie Exp $
|
||||
lib/ogle/libdvdcontrol.so.8.0
|
||||
@exec ln -s %D/%F %D/lib # link libdvdcontrol
|
||||
@unexec rm %D/lib/%f # unlink libdvdcontrol
|
||||
lib/ogle/libmsgevents.so.4.0
|
||||
lib/ogle/libmsgevents.so.5.0
|
||||
@exec ln -s %D/%F %D/lib # link libmsgevents
|
||||
@unexec rm %D/lib/%f # unlink libmsgevents
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2002/07/16 13:38:05 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2002/08/18 09:28:19 espie Exp $
|
||||
bin/ifo_dump
|
||||
bin/ogle
|
||||
include/ogle/dvd.h
|
||||
|
Loading…
Reference in New Issue
Block a user