diff options
author | veego <veego@pkgsrc.org> | 2001-12-10 20:48:17 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2001-12-10 20:48:17 +0000 |
commit | 3562a700dd16a16b1bdaee3e89d85d0b3e535186 (patch) | |
tree | 613f7feb8997c947c0e4462e38e8b4f24cdb8053 /graphics | |
parent | 0e7e51baad3da53d1ba7b638a234997a5a9cb9b3 (diff) | |
download | pkgsrc-3562a700dd16a16b1bdaee3e89d85d0b3e535186.tar.gz |
Initial import of ogle 0.8.2.
Ogle is a open source DVD player that supports DVD menus and
navigation. You should be able to play DVDs directly from the
device, a mounted fs, an image file or as copy on you harddrive.
Keyboard commands for navigation in both player modes, if you
have input foucus in the video window.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ogle/DESCR | 5 | ||||
-rw-r--r-- | graphics/ogle/Makefile | 28 | ||||
-rw-r--r-- | graphics/ogle/PLIST | 32 | ||||
-rw-r--r-- | graphics/ogle/distinfo | 4 |
4 files changed, 69 insertions, 0 deletions
diff --git a/graphics/ogle/DESCR b/graphics/ogle/DESCR new file mode 100644 index 00000000000..95bd5783022 --- /dev/null +++ b/graphics/ogle/DESCR @@ -0,0 +1,5 @@ +Ogle is a open source DVD player that supports DVD menus and +navigation. You should be able to play DVDs directly from the +device, a mounted fs, an image file or as copy on you harddrive. +Keyboard commands for navigation in both player modes, if you +have input foucus in the video window. diff --git a/graphics/ogle/Makefile b/graphics/ogle/Makefile new file mode 100644 index 00000000000..a5355d86599 --- /dev/null +++ b/graphics/ogle/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/12/10 20:48:17 veego Exp $ + +DISTNAME= ogle-0.8.2 +CATEGORIES= graphics +MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/index.html +COMMENT= DVD player with menus + +DEPENDS+= jpeg>=6b:../../graphics/jpeg +DEPENDS+= liba52>=0.7.1b:../../audio/liba52 +DEPENDS+= libdvdread>=0.9.2:../../misc/libdvdread +BUILD_DEPENDS+= automake>=1.4:../../devel/automake + +BUILDLINK_DEPENDS.libxml2= libxml2>=2.4.5 + +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +.include "../../devel/gettext-lib/buildlink.mk" +.include "../../textproc/libxml2/buildlink.mk" +.include "../../mk/x11.buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/ogle/PLIST b/graphics/ogle/PLIST new file mode 100644 index 00000000000..3858e1938a4 --- /dev/null +++ b/graphics/ogle/PLIST @@ -0,0 +1,32 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/12/10 20:48:17 veego Exp $ +bin/ifo_dump +bin/ogle +include/ogle/dvd.h +include/ogle/dvdcontrol.h +include/ogle/msgevents.h +include/ogle/dvdevents.h +lib/ogle/libmsgevents.so.4.0 +lib/ogle/libmsgevents.so.4 +lib/ogle/libmsgevents.so +lib/ogle/libmsgevents.la +lib/ogle/libmsgevents.a +lib/ogle/libdvdcontrol.so.5.0 +lib/ogle/libdvdcontrol.so.5 +lib/ogle/libdvdcontrol.so +lib/ogle/libdvdcontrol.la +lib/ogle/libdvdcontrol.a +lib/ogle/ogle_ctrl +lib/ogle/ogle_mpeg_vs +lib/ogle/ogle_vout +lib/ogle/ogle_mpeg_ps +lib/ogle/ogle_ac3_p +lib/ogle/ogle_a52 +lib/ogle/ogle_nav +lib/ogle/ogle_cli +man/man1/ogle.1 +man/man5/oglerc.5 +share/ogle/oglerc +share/ogle/ogle_conf.dtd +@dirrm share/ogle +@dirrm include/ogle +@dirrm lib/ogle diff --git a/graphics/ogle/distinfo b/graphics/ogle/distinfo new file mode 100644 index 00000000000..115b2940b37 --- /dev/null +++ b/graphics/ogle/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/12/10 20:48:17 veego Exp $ + +SHA1 (ogle-0.8.2.tar.gz) = 84f3505eaa8f6d002f663bfe036c533a4a83f714 +Size (ogle-0.8.2.tar.gz) = 480190 bytes |