version 0.8.4, mostly small fixes

This commit is contained in:
espie 2002-07-16 13:38:04 +00:00
parent e814e5141c
commit 67e416382a
8 changed files with 30 additions and 47 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2002/06/22 11:47:12 espie Exp $
# $OpenBSD: Makefile,v 1.13 2002/07/16 13:38:04 espie Exp $
ONLY_FOR_ARCHS= alpha i386 powerpc sparc64
@ -6,7 +6,7 @@ CATEGORIES= x11
NEED_VERSION= 1.500
COMMENT= "DVD player"
DISTNAME= ogle-0.8.3
DISTNAME= ogle-0.8.4
HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/
# Authors can be reached at dvd@dtek.chalmers.se
MASTER_SITES= ${HOMEPAGE}dist/

View File

@ -1,3 +1,3 @@
MD5 (ogle-0.8.3.tar.gz) = b2ada7bc14c2ed6ccc154493e186694f
RMD160 (ogle-0.8.3.tar.gz) = 3d86e31f17e306d876086cbf14f1870a08ed7ff2
SHA1 (ogle-0.8.3.tar.gz) = 80517f375b13b637ee15069368ff703b5d1b7e52
MD5 (ogle-0.8.4.tar.gz) = 996e787ecf5cfed0411a563a5c48c1a7
RMD160 (ogle-0.8.4.tar.gz) = 5868ca1e02b4ade129f367fbf5cd4ebb0e39f59d
SHA1 (ogle-0.8.4.tar.gz) = 15ab65b6ec9cd7631b1c4341896072fa308fc15c

View File

@ -1,23 +1,7 @@
$OpenBSD: patch-configure,v 1.4 2002/06/15 23:09:34 espie Exp $
--- configure.orig Wed Jun 12 00:11:32 2002
+++ configure Sun Jun 16 00:51:03 2002
@@ -6255,6 +6255,7 @@ else
cat > conftest.$ac_ext <<EOF
#line 6257 "configure"
#include "confdefs.h"
+#include <X11/Xlib.h>
#include <X11/extensions/XShm.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
@@ -7795,6 +7796,7 @@ else
cat > conftest.$ac_ext <<EOF
#line 7797 "configure"
#include "confdefs.h"
+#include <X11/Xlib.h>
#include <X11/extensions/xf86vmode.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
@@ -8075,8 +8077,11 @@ EOF
$OpenBSD: patch-configure,v 1.5 2002/07/16 13:38:04 espie Exp $
--- configure.orig Sun Jun 30 02:54:14 2002
+++ configure Tue Jul 16 15:17:38 2002
@@ -11804,8 +11804,11 @@ _ACEOF
powerpc|ppc)
if test "x$GCC" = xyes; then
CFLAGS="$CFLAGS -fomit-frame-pointer -funroll-loops"

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-ltmain_sh,v 1.2 2002/06/15 23:09:34 espie Exp $
--- ltmain.sh.orig Sun Nov 4 19:16:20 2001
+++ ltmain.sh Sun Jun 16 00:48:18 2002
@@ -1716,7 +1716,7 @@ compiler."
$OpenBSD: patch-ltmain_sh,v 1.3 2002/07/16 13:38:04 espie Exp $
--- ltmain.sh.orig Sun Jun 30 00:13:41 2002
+++ ltmain.sh Tue Jul 16 15:17:38 2002
@@ -1739,7 +1739,7 @@ compiler."
if test "$installed" = no; then
notinst_deplibs="$notinst_deplibs $lib"

View File

@ -1,11 +1,10 @@
--- mpeg2_video/Makefile.in.orig Wed Jun 12 00:13:36 2002
+++ mpeg2_video/Makefile.in Sun Jun 16 00:51:56 2002
@@ -466,7 +466,7 @@ uninstall-pkglibPROGRAMS:
done
--- mpeg2_video/Makefile.in.orig Sun Jun 30 02:54:03 2002
+++ mpeg2_video/Makefile.in Tue Jul 16 15:22:37 2002
@@ -338,6 +338,7 @@ distclean-depend:
-rm -rf ./$(DEPDIR)
.c.o:
- $(COMPILE) -c $<
+ PATH=${GAS_DIR}:$$PATH $(COMPILE) -c $<
# FIXME: We should only use cygpath when building on Windows,
# and only if it is available.
+@AMDEP_TRUE@ PATH=${GAS_DIR}:$$PATH @AMDEPBACKSLASH@
@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-mpeg2_video_video_output_x11_c,v 1.5 2002/06/15 23:09:34 espie Exp $
--- mpeg2_video/video_output_x11.c.orig Thu Jun 6 18:45:02 2002
+++ mpeg2_video/video_output_x11.c Sun Jun 16 00:48:18 2002
@@ -1218,6 +1218,12 @@ void check_x_events(yuv_image_t *current
$OpenBSD: patch-mpeg2_video_video_output_x11_c,v 1.6 2002/07/16 13:38:04 espie Exp $
--- mpeg2_video/video_output_x11.c.orig Sun Jun 30 00:04:31 2002
+++ mpeg2_video/video_output_x11.c Tue Jul 16 15:17:38 2002
@@ -1225,6 +1225,12 @@ void check_x_events(yuv_image_t *current
if(keysym == XK_I) {
screenshot_spu = 1;
}
@ -14,7 +14,7 @@ $OpenBSD: patch-mpeg2_video_video_output_x11_c,v 1.5 2002/06/15 23:09:34 espie E
}
break;
case ButtonPress:
@@ -1764,6 +1770,8 @@ static void draw_win_x11(window_info *dw
@@ -1771,6 +1777,8 @@ static void draw_win_x11(window_info *dw
window.video_area.height);
XSync(mydisplay, False);
}
@ -23,7 +23,7 @@ $OpenBSD: patch-mpeg2_video_video_output_x11_c,v 1.5 2002/06/15 23:09:34 espie E
}
@@ -1847,6 +1855,8 @@ static void draw_win_xv(window_info *dwi
@@ -1854,6 +1862,8 @@ static void draw_win_xv(window_info *dwi
It waits for an XShmCompletionEvent */
XIfEvent(mydisplay, &ev, predicate, NULL);
}

View File

@ -1,5 +1,5 @@
@comment $OpenBSD: PFRAG.shared,v 1.5 2002/06/15 23:09:34 espie Exp $
lib/ogle/libdvdcontrol.so.6.0
@comment $OpenBSD: PFRAG.shared,v 1.6 2002/07/16 13:38:05 espie Exp $
lib/ogle/libdvdcontrol.so.7.0
@exec ln -s %D/%F %D/lib # link libdvdcontrol
@unexec rm %D/lib/%f # unlink libdvdcontrol
lib/ogle/libmsgevents.so.4.0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2002/06/15 23:09:34 espie Exp $
@comment $OpenBSD: PLIST,v 1.5 2002/07/16 13:38:05 espie Exp $
bin/ifo_dump
bin/ogle
include/ogle/dvd.h