summaryrefslogtreecommitdiff
path: root/graphics/ogle/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-06-16 18:12:58 +0000
committerwiz <wiz>2002-06-16 18:12:58 +0000
commitb52f120990632d1071eaa6060c3226f820de746c (patch)
tree3f813e14a09ce677da87c6312c45b68a8ef3a514 /graphics/ogle/Makefile
parent1aaa2563b8b6d5fbb3abe76dc725686e0b78616f (diff)
downloadpkgsrc-b52f120990632d1071eaa6060c3226f820de746c.tar.gz
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.
Diffstat (limited to 'graphics/ogle/Makefile')
-rw-r--r--graphics/ogle/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/graphics/ogle/Makefile b/graphics/ogle/Makefile
index c0fd1b94fdd..d508b9d8706 100644
--- a/graphics/ogle/Makefile
+++ b/graphics/ogle/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2002/05/20 23:05:00 veego Exp $
+# $NetBSD: Makefile,v 1.8 2002/06/16 18:12:58 wiz Exp $
-DISTNAME= ogle-0.8.2
-PKGREVISION= 1
+DISTNAME= ogle-0.8.3
CATEGORIES= graphics
MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/
@@ -9,15 +8,15 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/
COMMENT= DVD player with menus
-DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= liba52>=0.7.1.2:../../audio/liba52
-DEPENDS+= libdvdread>=0.9.2:../../misc/libdvdread
+DEPENDS+= liba52>=0.7.3:../../audio/liba52
-BUILDLINK_DEPENDS.libxml2= libxml2>=2.4.5
+BUILDLINK_DEPENDS.libxml2= libxml2>=2.4.19
ONLY_FOR_PLATFORM= NetBSD-1.5[Y-Z]*-i386 NetBSD-1.[6-9]*-i386
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+#CONFIGURE_ARGS+=--enable-obsdaudio
+#CONFIGURE_ARGS+=--disable-sunaudio
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -26,6 +25,8 @@ USE_CONFIG_WRAPPER= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../devel/gettext-lib/buildlink.mk"
+.include "../../graphics/jpeg/buildlink.mk"
+.include "../../misc/libdvdread/buildlink.mk"
.include "../../textproc/libxml2/buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"