2015-07-26 07:22:53 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.253 2015/07/26 07:22:53 ajacoutot Exp $
|
2013-01-14 02:15:46 +00:00
|
|
|
|
2015-01-10 23:13:29 +00:00
|
|
|
SHARED_ONLY= Yes
|
Import of mplayer-0.90pre3 - Movie Player
MPlayer is a movie player for LINUX (runs on many other Unices, and
non-x86 CPUs, see the documentation). It plays most MPEG, VOB, AVI,
VIVO, ASF/WMV, QT/MOV, FLI, NuppelVideo, yuv4mpeg, FILM, RoQ, and some
RealMedia files, supported by many native, XAnim, and Win32 DLL codecs.
You can watch VideoCD, SVCD, DVD, 3ivx, FLI, and even DivX movies too
(and you don't need the avifile library at all!).
Submitted by Björn Sandell <biorn@dce.chalmers.se>, work also done by me
Withstanding issues: see how to deal with optimization detection at build
time so that binary packages can be created; check make it work on
platforms other than i386, etc. things can be done in-tree.
2002-05-09 05:19:10 +00:00
|
|
|
|
2002-05-12 08:16:24 +00:00
|
|
|
# May not be hard to add more.
|
2015-01-10 23:13:29 +00:00
|
|
|
ONLY_FOR_ARCHS= ${GCC4_ARCHS}
|
Import of mplayer-0.90pre3 - Movie Player
MPlayer is a movie player for LINUX (runs on many other Unices, and
non-x86 CPUs, see the documentation). It plays most MPEG, VOB, AVI,
VIVO, ASF/WMV, QT/MOV, FLI, NuppelVideo, yuv4mpeg, FILM, RoQ, and some
RealMedia files, supported by many native, XAnim, and Win32 DLL codecs.
You can watch VideoCD, SVCD, DVD, 3ivx, FLI, and even DivX movies too
(and you don't need the avifile library at all!).
Submitted by Björn Sandell <biorn@dce.chalmers.se>, work also done by me
Withstanding issues: see how to deal with optimization detection at build
time so that binary packages can be created; check make it work on
platforms other than i386, etc. things can be done in-tree.
2002-05-09 05:19:10 +00:00
|
|
|
|
2015-02-17 01:23:11 +00:00
|
|
|
COMMENT= movie player supporting many formats
|
2003-02-16 07:25:18 +00:00
|
|
|
|
2015-05-11 23:23:17 +00:00
|
|
|
V= 20150510
|
2015-07-26 07:22:53 +00:00
|
|
|
FFMPEG_V= 20150723
|
2015-01-10 23:13:29 +00:00
|
|
|
DISTNAME= mplayer-${V}
|
2015-07-26 07:22:53 +00:00
|
|
|
REVISION= 2
|
2015-01-10 23:13:29 +00:00
|
|
|
CATEGORIES= x11 multimedia
|
|
|
|
MASTER_SITES= http://comstyle.com/source/
|
|
|
|
EXTRACT_SUFX= .tar.xz
|
2010-05-26 21:29:56 +00:00
|
|
|
|
2015-01-10 23:13:29 +00:00
|
|
|
HOMEPAGE= http://www.mplayerhq.hu/
|
2010-05-26 21:29:56 +00:00
|
|
|
|
2015-01-10 23:13:29 +00:00
|
|
|
MAINTAINER= Brad Smith <brad@comstyle.com>
|
Import of mplayer-0.90pre3 - Movie Player
MPlayer is a movie player for LINUX (runs on many other Unices, and
non-x86 CPUs, see the documentation). It plays most MPEG, VOB, AVI,
VIVO, ASF/WMV, QT/MOV, FLI, NuppelVideo, yuv4mpeg, FILM, RoQ, and some
RealMedia files, supported by many native, XAnim, and Win32 DLL codecs.
You can watch VideoCD, SVCD, DVD, 3ivx, FLI, and even DivX movies too
(and you don't need the avifile library at all!).
Submitted by Björn Sandell <biorn@dce.chalmers.se>, work also done by me
Withstanding issues: see how to deal with optimization detection at build
time so that binary packages can be created; check make it work on
platforms other than i386, etc. things can be done in-tree.
2002-05-09 05:19:10 +00:00
|
|
|
|
2009-10-11 13:36:23 +00:00
|
|
|
# GPLv2
|
2015-01-10 23:13:29 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= patents
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
Import of mplayer-0.90pre3 - Movie Player
MPlayer is a movie player for LINUX (runs on many other Unices, and
non-x86 CPUs, see the documentation). It plays most MPEG, VOB, AVI,
VIVO, ASF/WMV, QT/MOV, FLI, NuppelVideo, yuv4mpeg, FILM, RoQ, and some
RealMedia files, supported by many native, XAnim, and Win32 DLL codecs.
You can watch VideoCD, SVCD, DVD, 3ivx, FLI, and even DivX movies too
(and you don't need the avifile library at all!).
Submitted by Björn Sandell <biorn@dce.chalmers.se>, work also done by me
Withstanding issues: see how to deal with optimization detection at build
time so that binary packages can be created; check make it work on
platforms other than i386, etc. things can be done in-tree.
2002-05-09 05:19:10 +00:00
|
|
|
|
2015-01-10 23:13:29 +00:00
|
|
|
WANTLIB= EGL GL SDL X11 Xext Xinerama Xss Xv Xxf86dga Xxf86vm ass \
|
|
|
|
avcodec avformat avutil bluray bz2 c cdda_interface \
|
|
|
|
cdda_paranoia crypto dv dvdnav dvdread enca fontconfig \
|
|
|
|
freetype fribidi gif jpeg m mng mp3lame ncurses png postproc \
|
|
|
|
pthread sndio stdc++ swscale util x264 xvidcore z
|
Import of mplayer-0.90pre3 - Movie Player
MPlayer is a movie player for LINUX (runs on many other Unices, and
non-x86 CPUs, see the documentation). It plays most MPEG, VOB, AVI,
VIVO, ASF/WMV, QT/MOV, FLI, NuppelVideo, yuv4mpeg, FILM, RoQ, and some
RealMedia files, supported by many native, XAnim, and Win32 DLL codecs.
You can watch VideoCD, SVCD, DVD, 3ivx, FLI, and even DivX movies too
(and you don't need the avifile library at all!).
Submitted by Björn Sandell <biorn@dce.chalmers.se>, work also done by me
Withstanding issues: see how to deal with optimization detection at build
time so that binary packages can be created; check make it work on
platforms other than i386, etc. things can be done in-tree.
2002-05-09 05:19:10 +00:00
|
|
|
|
2015-01-10 23:13:29 +00:00
|
|
|
MODULES+= converters/libiconv \
|
2014-05-16 01:34:50 +00:00
|
|
|
lang/clang
|
Import of mplayer-0.90pre3 - Movie Player
MPlayer is a movie player for LINUX (runs on many other Unices, and
non-x86 CPUs, see the documentation). It plays most MPEG, VOB, AVI,
VIVO, ASF/WMV, QT/MOV, FLI, NuppelVideo, yuv4mpeg, FILM, RoQ, and some
RealMedia files, supported by many native, XAnim, and Win32 DLL codecs.
You can watch VideoCD, SVCD, DVD, 3ivx, FLI, and even DivX movies too
(and you don't need the avifile library at all!).
Submitted by Björn Sandell <biorn@dce.chalmers.se>, work also done by me
Withstanding issues: see how to deal with optimization detection at build
time so that binary packages can be created; check make it work on
platforms other than i386, etc. things can be done in-tree.
2002-05-09 05:19:10 +00:00
|
|
|
|
2015-01-10 23:13:29 +00:00
|
|
|
MODCLANG_ARCHS= amd64 i386
|
|
|
|
|
|
|
|
LIB_DEPENDS= archivers/bzip2 \
|
|
|
|
audio/cdparanoia \
|
2010-11-22 08:36:47 +00:00
|
|
|
audio/lame \
|
|
|
|
devel/fribidi \
|
2015-01-10 23:13:29 +00:00
|
|
|
devel/sdl \
|
2015-05-23 07:19:44 +00:00
|
|
|
devel/libdvdread \
|
2015-01-10 23:13:29 +00:00
|
|
|
graphics/ffmpeg>=${FFMPEG_V} \
|
|
|
|
graphics/giflib \
|
|
|
|
graphics/jpeg \
|
2010-11-22 08:36:47 +00:00
|
|
|
graphics/libmng \
|
2015-01-10 23:13:29 +00:00
|
|
|
graphics/png \
|
2012-05-03 06:51:24 +00:00
|
|
|
multimedia/libass \
|
2015-05-23 07:19:44 +00:00
|
|
|
multimedia/libbluray>=0.8.0 \
|
2015-01-10 23:13:29 +00:00
|
|
|
multimedia/libdv \
|
2015-05-23 07:19:44 +00:00
|
|
|
multimedia/libdvdnav \
|
2015-01-10 23:13:29 +00:00
|
|
|
multimedia/x264
|
2010-11-22 08:36:47 +00:00
|
|
|
|
2015-01-10 23:13:29 +00:00
|
|
|
BUILD_DEPENDS= audio/ladspa \
|
|
|
|
audio/rtunes \
|
|
|
|
net/livemedia \
|
|
|
|
textproc/docbook-xsl
|
2013-01-14 17:02:15 +00:00
|
|
|
# MPlayer uses non-public interfaces to FFmpeg, so we still need
|
|
|
|
# the FFmpeg source in the MPlayer tree at build time.
|
2015-01-10 23:13:29 +00:00
|
|
|
BUILD_DEPENDS+= graphics/ffmpeg:patch
|
Import of mplayer-0.90pre3 - Movie Player
MPlayer is a movie player for LINUX (runs on many other Unices, and
non-x86 CPUs, see the documentation). It plays most MPEG, VOB, AVI,
VIVO, ASF/WMV, QT/MOV, FLI, NuppelVideo, yuv4mpeg, FILM, RoQ, and some
RealMedia files, supported by many native, XAnim, and Win32 DLL codecs.
You can watch VideoCD, SVCD, DVD, 3ivx, FLI, and even DivX movies too
(and you don't need the avifile library at all!).
Submitted by Björn Sandell <biorn@dce.chalmers.se>, work also done by me
Withstanding issues: see how to deal with optimization detection at build
time so that binary packages can be created; check make it work on
platforms other than i386, etc. things can be done in-tree.
2002-05-09 05:19:10 +00:00
|
|
|
|
2010-06-14 15:06:49 +00:00
|
|
|
.if ${MACHINE_ARCH:Mamd64} || ${MACHINE_ARCH:Mi386}
|
2015-01-10 23:13:29 +00:00
|
|
|
BUILD_DEPENDS+= devel/yasm
|
2010-06-14 15:06:49 +00:00
|
|
|
.endif
|
|
|
|
|
2015-01-10 23:13:29 +00:00
|
|
|
CONFDIR= ${SYSCONFDIR}/mplayer
|
2014-05-16 01:34:50 +00:00
|
|
|
|
2015-01-10 23:13:29 +00:00
|
|
|
MAKE_ENV= V=1
|
|
|
|
SUBST_VARS+= PREFIX CONFDIR
|
2003-10-26 19:54:46 +00:00
|
|
|
|
2013-12-12 21:41:54 +00:00
|
|
|
.if ${MACHINE_ARCH:Marm}
|
|
|
|
# uses ARM EABI
|
2015-01-10 23:13:29 +00:00
|
|
|
MPLAYER_ARCH= generic
|
2013-12-12 21:41:54 +00:00
|
|
|
.else
|
2015-01-10 23:13:29 +00:00
|
|
|
MPLAYER_ARCH= ${MACHINE_ARCH}
|
2013-12-12 21:41:54 +00:00
|
|
|
.endif
|
|
|
|
|
2014-01-10 21:52:29 +00:00
|
|
|
# Add back fast math flag since we override CFLAGS
|
2015-01-10 23:13:29 +00:00
|
|
|
CFLAGS+= -ffast-math
|
2014-01-10 21:52:29 +00:00
|
|
|
|
2014-01-02 12:21:49 +00:00
|
|
|
# PIE doesn't leave sufficient registers
|
|
|
|
.if ${MACHINE_ARCH:Mi386}
|
2015-01-10 23:13:29 +00:00
|
|
|
CFLAGS+= -fomit-frame-pointer
|
2014-01-02 12:21:49 +00:00
|
|
|
.endif
|
|
|
|
|
2015-01-10 23:13:29 +00:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE= simple
|
2010-11-08 21:25:44 +00:00
|
|
|
|
|
|
|
# CONFIGURE_ARGS for misc stuff
|
2015-01-10 23:13:29 +00:00
|
|
|
CONFIGURE_ARGS+=--confdir=${CONFDIR} \
|
2013-06-04 18:41:39 +00:00
|
|
|
--extra-cflags="-I${LOCALBASE}/include" \
|
2014-01-10 21:52:29 +00:00
|
|
|
--extra-ldflags="-L${LOCALBASE}/lib -ffast-math" \
|
2015-01-10 23:13:29 +00:00
|
|
|
--extra-libs-mplayer="-lrtunes -lcrypto" \
|
|
|
|
--mandir=${LOCALBASE}/man \
|
|
|
|
--target="${MPLAYER_ARCH}-openbsd"
|
2010-11-08 21:25:44 +00:00
|
|
|
|
|
|
|
# CONFIGURE_ARGS that disable internal stuff
|
2015-01-10 23:13:29 +00:00
|
|
|
CONFIGURE_ARGS+=--disable-alsa \
|
2009-01-16 02:39:53 +00:00
|
|
|
--disable-arts \
|
|
|
|
--disable-esd \
|
2015-01-10 23:13:29 +00:00
|
|
|
--disable-ffmpeg_a \
|
|
|
|
--disable-gui \
|
2011-07-02 23:10:25 +00:00
|
|
|
--disable-libcdio \
|
2012-05-03 06:51:24 +00:00
|
|
|
--disable-libmpeg2-internal \
|
2015-01-10 23:13:29 +00:00
|
|
|
--disable-ossaudio \
|
|
|
|
--disable-select \
|
|
|
|
--disable-sunaudio \
|
|
|
|
--disable-vidix
|
2010-11-08 21:25:44 +00:00
|
|
|
|
|
|
|
# CONFIGURE_ARGS that enable internal stuff
|
2015-01-10 23:13:29 +00:00
|
|
|
CONFIGURE_ARGS+=--enable-menu
|
2010-11-08 21:25:44 +00:00
|
|
|
|
2011-03-29 20:04:41 +00:00
|
|
|
# CONFIGURE_ARGS that enable external stuff
|
2015-01-10 23:13:29 +00:00
|
|
|
CONFIGURE_ARGS+=--with-sdl-config=${LOCALBASE}/bin/sdl-config
|
2011-03-29 20:04:41 +00:00
|
|
|
|
2010-11-08 21:25:44 +00:00
|
|
|
# CONFIGURE_ARGS that disable external stuff
|
2015-01-10 23:13:29 +00:00
|
|
|
CONFIGURE_ARGS+=--disable-caca \
|
|
|
|
--disable-faac \
|
|
|
|
--disable-faad \
|
|
|
|
--disable-faac-lavc \
|
|
|
|
--disable-ggi \
|
|
|
|
--disable-gnutls \
|
2010-11-08 21:25:44 +00:00
|
|
|
--disable-langinfo \
|
|
|
|
--disable-liba52 \
|
2015-01-10 23:13:29 +00:00
|
|
|
--disable-libdca \
|
2013-03-13 02:28:11 +00:00
|
|
|
--disable-libilbc \
|
2015-01-10 23:13:29 +00:00
|
|
|
--disable-liblzo \
|
2011-07-02 23:10:25 +00:00
|
|
|
--disable-libmpeg2 \
|
|
|
|
--disable-libopencore_amrnb \
|
|
|
|
--disable-libopencore_amrwb \
|
2010-05-26 21:29:56 +00:00
|
|
|
--disable-libopenjpeg \
|
2015-01-10 23:13:29 +00:00
|
|
|
--disable-libopus \
|
2011-03-29 20:04:41 +00:00
|
|
|
--disable-librtmp \
|
2015-01-10 23:13:29 +00:00
|
|
|
--disable-libvorbis \
|
|
|
|
--disable-mad \
|
|
|
|
--disable-mpg123 \
|
|
|
|
--disable-nas \
|
|
|
|
--disable-openal \
|
2014-01-10 21:52:29 +00:00
|
|
|
--disable-pulse \
|
2014-07-12 22:01:53 +00:00
|
|
|
--disable-relocatable \
|
2015-01-10 23:13:29 +00:00
|
|
|
--disable-smb \
|
2014-07-12 22:01:53 +00:00
|
|
|
--disable-speex \
|
2015-01-10 23:13:29 +00:00
|
|
|
--disable-theora \
|
|
|
|
--disable-toolame \
|
|
|
|
--disable-twolame \
|
|
|
|
--disable-win32dll
|
2006-07-19 21:40:47 +00:00
|
|
|
|
2010-11-08 21:25:44 +00:00
|
|
|
.if ${MACHINE_ARCH:Marm}
|
2015-01-10 23:13:29 +00:00
|
|
|
WANTLIB+= ogg vorbisidec
|
|
|
|
LIB_DEPENDS+= audio/tremor
|
2010-11-08 21:25:44 +00:00
|
|
|
.else
|
2015-01-10 23:13:29 +00:00
|
|
|
CONFIGURE_ARGS+=--disable-tremor
|
2010-11-08 21:25:44 +00:00
|
|
|
.endif
|
Import of mplayer-0.90pre3 - Movie Player
MPlayer is a movie player for LINUX (runs on many other Unices, and
non-x86 CPUs, see the documentation). It plays most MPEG, VOB, AVI,
VIVO, ASF/WMV, QT/MOV, FLI, NuppelVideo, yuv4mpeg, FILM, RoQ, and some
RealMedia files, supported by many native, XAnim, and Win32 DLL codecs.
You can watch VideoCD, SVCD, DVD, 3ivx, FLI, and even DivX movies too
(and you don't need the avifile library at all!).
Submitted by Björn Sandell <biorn@dce.chalmers.se>, work also done by me
Withstanding issues: see how to deal with optimization detection at build
time so that binary packages can be created; check make it work on
platforms other than i386, etc. things can be done in-tree.
2002-05-09 05:19:10 +00:00
|
|
|
|
2013-04-08 17:08:36 +00:00
|
|
|
.if ${MACHINE_ARCH:Mamd64} || ${MACHINE_ARCH:Mi386}
|
2015-01-10 23:13:29 +00:00
|
|
|
CONFIGURE_ARGS+=--enable-runtime-cpudetection
|
2004-06-15 02:19:56 +00:00
|
|
|
.endif
|
|
|
|
|
2013-04-30 00:46:56 +00:00
|
|
|
# binutils 2.15 assembler missing opcode support
|
2002-05-12 08:16:24 +00:00
|
|
|
.if ${MACHINE_ARCH:Mpowerpc}
|
2015-01-10 23:13:29 +00:00
|
|
|
CONFIGURE_ARGS+=--disable-altivec \
|
|
|
|
--enable-runtime-cpudetection
|
2004-06-22 20:34:09 +00:00
|
|
|
.endif
|
2002-05-12 08:16:24 +00:00
|
|
|
|
2005-08-04 22:43:18 +00:00
|
|
|
.if ${MACHINE_ARCH:Marm}
|
2010-11-08 21:25:44 +00:00
|
|
|
# disable common floating point decoders that have integer alternatives
|
2015-01-10 23:13:29 +00:00
|
|
|
CONFIGURE_ARGS+=--disable-decoder=mp2float \
|
2010-11-08 21:25:44 +00:00
|
|
|
--disable-decoder=mp3adufloat \
|
|
|
|
--disable-decoder=mp3float \
|
2015-01-10 23:13:29 +00:00
|
|
|
--disable-decoder=mp3on4float \
|
2010-11-08 21:25:44 +00:00
|
|
|
--disable-decoder=vorbis
|
2005-08-04 22:43:18 +00:00
|
|
|
.endif
|
|
|
|
|
2015-01-10 23:13:29 +00:00
|
|
|
CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}" TMPDIR="${WRKBUILD}"
|
|
|
|
|
|
|
|
FLAVORS= debug aa jack
|
|
|
|
FLAVOR?=
|
2010-11-08 21:25:44 +00:00
|
|
|
|
2013-02-09 14:49:50 +00:00
|
|
|
.if ${FLAVOR:Mdebug}
|
2015-01-10 23:13:29 +00:00
|
|
|
CONFIGURE_ARGS+=--enable-debug=3 \
|
2010-11-08 21:25:44 +00:00
|
|
|
--disable-sighandler
|
Import of mplayer-0.90pre3 - Movie Player
MPlayer is a movie player for LINUX (runs on many other Unices, and
non-x86 CPUs, see the documentation). It plays most MPEG, VOB, AVI,
VIVO, ASF/WMV, QT/MOV, FLI, NuppelVideo, yuv4mpeg, FILM, RoQ, and some
RealMedia files, supported by many native, XAnim, and Win32 DLL codecs.
You can watch VideoCD, SVCD, DVD, 3ivx, FLI, and even DivX movies too
(and you don't need the avifile library at all!).
Submitted by Björn Sandell <biorn@dce.chalmers.se>, work also done by me
Withstanding issues: see how to deal with optimization detection at build
time so that binary packages can be created; check make it work on
platforms other than i386, etc. things can be done in-tree.
2002-05-09 05:19:10 +00:00
|
|
|
.endif
|
|
|
|
|
2013-02-09 14:49:50 +00:00
|
|
|
.if ${FLAVOR:Maa}
|
2015-01-10 23:13:29 +00:00
|
|
|
LIB_DEPENDS+= graphics/aalib
|
|
|
|
WANTLIB+= aa
|
2002-12-22 14:19:47 +00:00
|
|
|
.else
|
2015-01-10 23:13:29 +00:00
|
|
|
CONFIGURE_ARGS+=--disable-aa
|
2002-12-22 14:19:47 +00:00
|
|
|
.endif
|
2002-11-13 17:54:35 +00:00
|
|
|
|
2013-02-09 14:49:50 +00:00
|
|
|
.if ${FLAVOR:Mjack}
|
2015-01-10 23:13:29 +00:00
|
|
|
LIB_DEPENDS+= audio/jack
|
|
|
|
WANTLIB+= jack
|
2008-04-16 01:43:12 +00:00
|
|
|
.else
|
2015-01-10 23:13:29 +00:00
|
|
|
CONFIGURE_ARGS+=--disable-jack
|
2008-04-16 01:43:12 +00:00
|
|
|
.endif
|
|
|
|
|
2015-01-10 23:13:29 +00:00
|
|
|
NO_TEST= Yes
|
|
|
|
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/mplayer
|
|
|
|
EXAMPLEDIR= ${PREFIX}/share/examples/mplayer
|
2002-10-29 19:48:57 +00:00
|
|
|
|
2015-01-10 23:13:29 +00:00
|
|
|
EXAMPLES= input.conf menu.conf codecs.conf
|
2013-01-21 16:23:05 +00:00
|
|
|
|
2010-05-26 21:29:56 +00:00
|
|
|
post-extract:
|
2014-01-10 21:52:29 +00:00
|
|
|
@cp ${FILESDIR}/ao_rtunes.c ${WRKSRC}/libao2
|
2010-05-26 21:29:56 +00:00
|
|
|
@cp ${FILESDIR}/ai_sndio.c ${WRKSRC}/stream
|
|
|
|
|
2011-03-29 20:04:41 +00:00
|
|
|
pre-patch:
|
2015-01-10 23:13:29 +00:00
|
|
|
@ln -s ${WRKDIR}/graphics/ffmpeg/ffmpeg-git-${FFMPEG_V} ${WRKSRC}/ffmpeg
|
2011-03-29 20:04:41 +00:00
|
|
|
|
2013-01-21 16:23:05 +00:00
|
|
|
post-build:
|
|
|
|
@cd ${WRKSRC} && ${MAKE_PROGRAM} doc
|
|
|
|
|
Import of mplayer-0.90pre3 - Movie Player
MPlayer is a movie player for LINUX (runs on many other Unices, and
non-x86 CPUs, see the documentation). It plays most MPEG, VOB, AVI,
VIVO, ASF/WMV, QT/MOV, FLI, NuppelVideo, yuv4mpeg, FILM, RoQ, and some
RealMedia files, supported by many native, XAnim, and Win32 DLL codecs.
You can watch VideoCD, SVCD, DVD, 3ivx, FLI, and even DivX movies too
(and you don't need the avifile library at all!).
Submitted by Björn Sandell <biorn@dce.chalmers.se>, work also done by me
Withstanding issues: see how to deal with optimization detection at build
time so that binary packages can be created; check make it work on
platforms other than i386, etc. things can be done in-tree.
2002-05-09 05:19:10 +00:00
|
|
|
post-install:
|
2009-10-11 13:36:23 +00:00
|
|
|
${INSTALL_DATA_DIR} ${DOCDIR}
|
|
|
|
${INSTALL_DATA_DIR} ${EXAMPLEDIR}
|
2015-01-10 23:13:29 +00:00
|
|
|
cd ${WRKDIST}/etc; ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLEDIR}
|
2009-10-11 13:36:23 +00:00
|
|
|
${INSTALL_DATA} ${WRKDIST}/etc/example.conf ${EXAMPLEDIR}/mplayer.conf
|
|
|
|
${INSTALL_DATA} ${WRKDIST}/DOCS/HTML/en/*.html ${DOCDIR}
|
Import of mplayer-0.90pre3 - Movie Player
MPlayer is a movie player for LINUX (runs on many other Unices, and
non-x86 CPUs, see the documentation). It plays most MPEG, VOB, AVI,
VIVO, ASF/WMV, QT/MOV, FLI, NuppelVideo, yuv4mpeg, FILM, RoQ, and some
RealMedia files, supported by many native, XAnim, and Win32 DLL codecs.
You can watch VideoCD, SVCD, DVD, 3ivx, FLI, and even DivX movies too
(and you don't need the avifile library at all!).
Submitted by Björn Sandell <biorn@dce.chalmers.se>, work also done by me
Withstanding issues: see how to deal with optimization detection at build
time so that binary packages can be created; check make it work on
platforms other than i386, etc. things can be done in-tree.
2002-05-09 05:19:10 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|