1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

New port ogle version 0.8.1: Open DVD player that supports DVD

menus

Reviewed by:	Björn Englund <d4bjorn@dtek.chalmers.se>,
		Håkan Hjort <d95hjort@dtek.chalmers.se>
		(both ogle developers)
Beta Tested by:	chris@choll.freeserve.co.uk,
		Brooks Davis <brooks@one-eyed-alien.net>,
		Jason Andresen <jandrese@mitre.org>,
		MANTANI Nobutaka <nobutaka@nobutaka.com>,
		Oliver Brandmueller <ob@e-Gitt.NET>,
		Scott Long <scott_long@btc.adaptec.com>,
		Volker Stolz <stolz@hyperion.informatik.rwth-aachen.de>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-10-26 15:37:59 +00:00
parent 71e784d5e1
commit b4e36dc966
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49220
15 changed files with 257 additions and 0 deletions

View File

@ -178,6 +178,7 @@
SUBDIR += netpbm
SUBDIR += netshow
SUBDIR += nurbs++
SUBDIR += ogle
SUBDIR += opendis
SUBDIR += opendx
SUBDIR += opendx-samples

60
graphics/ogle/Makefile Normal file
View File

@ -0,0 +1,60 @@
# New ports collection makefile for: ogle
# Date created: Tue Oct 16 18:35:39 BRST 2001
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ogle
PORTVERSION= 0.8.1
CATEGORIES= graphics
MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/
MAINTAINER= lioux@FreeBSD.org
LIB_DEPENDS= a52.0:${PORTSDIR}/audio/liba52 \
dvdcss.0:${PORTSDIR}/graphics/libdvdcss \
dvdread.2:${PORTSDIR}/graphics/libdvdread \
jpeg.9:${PORTSDIR}/graphics/jpeg \
xml2.5:${PORTSDIR}/textproc/libxml2
USE_XLIB= yes
USE_AUTOCONF= yes
USE_AUTOMAKE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
CONFIGURE_ARGS= --with-libjpeg=${LOCALBASE} \
--with-dvdread=${LOCALBASE} \
--with-liba52=${LOCALBASE}
MAKE_ENV= SDL_CONFIG=${SDL_CONFIG}
INSTALLS_SHLIB= yes
MAN1= ogle.1
MAN5= oglerc.5
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
pre-everything::
.ifndef(WITH_DVD_DEVICE)
@${ECHO_MSG} '===> The default DVD device is /dev/acd0c'
@${ECHO_MSG} "===> You can choose any DVD device at Ogle's command line"
@${ECHO_MSG} '===> Define WITH_DVD_DEVICE if you want to change the default'
@${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'"
.endif
post-patch:
.ifdef(WITH_DVD_DEVICE)
@${PERL} -pi.orig -e \
"s|(DEFAULT_DVD_DEVICE=\")/dev/acd0c(\")|\1${WITH_DVD_DEVICE}\2|" \
${WRKSRC}/configure.in
.endif
@${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|" ${WRKSRC}/scripts/ogle.in
post-configure:
@${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

1
graphics/ogle/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ogle-0.8.1.tar.gz) = 0152baeeba763908044fc942117e5dcd

View File

@ -0,0 +1,11 @@
--- scripts/ogle.in.orig Mon Oct 22 17:37:48 2001
+++ scripts/ogle.in Mon Oct 22 17:39:18 2001
@@ -27,7 +27,7 @@
if [ -x $DVDP_ROOT/ogle_gui ]; then
DVDP_UI=$DVDP_ROOT/ogle_gui
else
-DVDP_UI=$exec_prefix/bin/ogle_gui
+DVDP_UI=%%X11BASE%%/bin/ogle_gui
fi
export DVDP_UI
#DVDP_AC3=$DVDP_ROOT/ogle_ac3_p

View File

@ -0,0 +1 @@
Open DVD player that supports DVD menus

19
graphics/ogle/pkg-descr Normal file
View File

@ -0,0 +1,19 @@
[ from developer's site ]
Ogle is an open DVD player which:
o Supports DVD menus and navigation
o Reads from mounted, unmounted DVDs and hard drive
o Reads encrypted and unencrypted DVDs using libdvdread/libdvdcss
o A new MPEG2 decoder with mmx/altivec/medialib acceleration
o Normal X11 and XFree86 Xvideo display support with subpicture
overlay
o Accelerated display on Sun FFB2+ cards
o Angle, audio and subpicture selection
o Handles advanced subpicture commands such as fade/scroll and wipe
o Detects and uses correct aspect for movie and menus
o Possible to play AC3 via S/PDIF with an external command
o Fullscreen mode
o Screenshots with and without subpicture overlay
WWW: http://www.dtek.chalmers.se/~dvd/

View File

@ -0,0 +1,9 @@
================
IMPORTANT NOTICE
================
Ogle requires that when playing DVDs,
the sound be set to AC3. Otherwise,
no sound will be heard.

27
graphics/ogle/pkg-plist Normal file
View File

@ -0,0 +1,27 @@
bin/ifo_dump
bin/ogle
include/ogle/dvd.h
include/ogle/dvdcontrol.h
include/ogle/dvdevents.h
include/ogle/msgevents.h
lib/ogle/libdvdcontrol.a
lib/ogle/libdvdcontrol.la
lib/ogle/libdvdcontrol.so
lib/ogle/libdvdcontrol.so.4
lib/ogle/libmsgevents.a
lib/ogle/libmsgevents.la
lib/ogle/libmsgevents.so
lib/ogle/libmsgevents.so.3
lib/ogle/ogle_a52
lib/ogle/ogle_ac3_p
lib/ogle/ogle_cli
lib/ogle/ogle_ctrl
lib/ogle/ogle_mpeg_ps
lib/ogle/ogle_mpeg_vs
lib/ogle/ogle_nav
lib/ogle/ogle_vout
share/ogle/ogle_conf.dtd
share/ogle/oglerc
@dirrm share/ogle
@dirrm lib/ogle
@dirrm include/ogle

60
multimedia/ogle/Makefile Normal file
View File

@ -0,0 +1,60 @@
# New ports collection makefile for: ogle
# Date created: Tue Oct 16 18:35:39 BRST 2001
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ogle
PORTVERSION= 0.8.1
CATEGORIES= graphics
MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/
MAINTAINER= lioux@FreeBSD.org
LIB_DEPENDS= a52.0:${PORTSDIR}/audio/liba52 \
dvdcss.0:${PORTSDIR}/graphics/libdvdcss \
dvdread.2:${PORTSDIR}/graphics/libdvdread \
jpeg.9:${PORTSDIR}/graphics/jpeg \
xml2.5:${PORTSDIR}/textproc/libxml2
USE_XLIB= yes
USE_AUTOCONF= yes
USE_AUTOMAKE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
CONFIGURE_ARGS= --with-libjpeg=${LOCALBASE} \
--with-dvdread=${LOCALBASE} \
--with-liba52=${LOCALBASE}
MAKE_ENV= SDL_CONFIG=${SDL_CONFIG}
INSTALLS_SHLIB= yes
MAN1= ogle.1
MAN5= oglerc.5
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
pre-everything::
.ifndef(WITH_DVD_DEVICE)
@${ECHO_MSG} '===> The default DVD device is /dev/acd0c'
@${ECHO_MSG} "===> You can choose any DVD device at Ogle's command line"
@${ECHO_MSG} '===> Define WITH_DVD_DEVICE if you want to change the default'
@${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'"
.endif
post-patch:
.ifdef(WITH_DVD_DEVICE)
@${PERL} -pi.orig -e \
"s|(DEFAULT_DVD_DEVICE=\")/dev/acd0c(\")|\1${WITH_DVD_DEVICE}\2|" \
${WRKSRC}/configure.in
.endif
@${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|" ${WRKSRC}/scripts/ogle.in
post-configure:
@${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

1
multimedia/ogle/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ogle-0.8.1.tar.gz) = 0152baeeba763908044fc942117e5dcd

View File

@ -0,0 +1,11 @@
--- scripts/ogle.in.orig Mon Oct 22 17:37:48 2001
+++ scripts/ogle.in Mon Oct 22 17:39:18 2001
@@ -27,7 +27,7 @@
if [ -x $DVDP_ROOT/ogle_gui ]; then
DVDP_UI=$DVDP_ROOT/ogle_gui
else
-DVDP_UI=$exec_prefix/bin/ogle_gui
+DVDP_UI=%%X11BASE%%/bin/ogle_gui
fi
export DVDP_UI
#DVDP_AC3=$DVDP_ROOT/ogle_ac3_p

View File

@ -0,0 +1 @@
Open DVD player that supports DVD menus

19
multimedia/ogle/pkg-descr Normal file
View File

@ -0,0 +1,19 @@
[ from developer's site ]
Ogle is an open DVD player which:
o Supports DVD menus and navigation
o Reads from mounted, unmounted DVDs and hard drive
o Reads encrypted and unencrypted DVDs using libdvdread/libdvdcss
o A new MPEG2 decoder with mmx/altivec/medialib acceleration
o Normal X11 and XFree86 Xvideo display support with subpicture
overlay
o Accelerated display on Sun FFB2+ cards
o Angle, audio and subpicture selection
o Handles advanced subpicture commands such as fade/scroll and wipe
o Detects and uses correct aspect for movie and menus
o Possible to play AC3 via S/PDIF with an external command
o Fullscreen mode
o Screenshots with and without subpicture overlay
WWW: http://www.dtek.chalmers.se/~dvd/

View File

@ -0,0 +1,9 @@
================
IMPORTANT NOTICE
================
Ogle requires that when playing DVDs,
the sound be set to AC3. Otherwise,
no sound will be heard.

27
multimedia/ogle/pkg-plist Normal file
View File

@ -0,0 +1,27 @@
bin/ifo_dump
bin/ogle
include/ogle/dvd.h
include/ogle/dvdcontrol.h
include/ogle/dvdevents.h
include/ogle/msgevents.h
lib/ogle/libdvdcontrol.a
lib/ogle/libdvdcontrol.la
lib/ogle/libdvdcontrol.so
lib/ogle/libdvdcontrol.so.4
lib/ogle/libmsgevents.a
lib/ogle/libmsgevents.la
lib/ogle/libmsgevents.so
lib/ogle/libmsgevents.so.3
lib/ogle/ogle_a52
lib/ogle/ogle_ac3_p
lib/ogle/ogle_cli
lib/ogle/ogle_ctrl
lib/ogle/ogle_mpeg_ps
lib/ogle/ogle_mpeg_vs
lib/ogle/ogle_nav
lib/ogle/ogle_vout
share/ogle/ogle_conf.dtd
share/ogle/oglerc
@dirrm share/ogle
@dirrm lib/ogle
@dirrm include/ogle