aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mplayer/Makefile.shared
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-12-12 23:26:37 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-12-12 23:26:37 +0000
commitddb8318f789741610b0ba319a367bbb4d724065c (patch)
treee7c835f9e4e1015c9914e4c50b2b43f94b1cbf94 /multimedia/mplayer/Makefile.shared
parent41098a4ca9f4800405ff72f900ff505c0802ddb1 (diff)
downloadports-ddb8318f789741610b0ba319a367bbb4d724065c.tar.gz
ports-ddb8318f789741610b0ba319a367bbb4d724065c.zip
Notes
Diffstat (limited to 'multimedia/mplayer/Makefile.shared')
-rw-r--r--multimedia/mplayer/Makefile.shared14
1 files changed, 6 insertions, 8 deletions
diff --git a/multimedia/mplayer/Makefile.shared b/multimedia/mplayer/Makefile.shared
index 3d44befcb002..185b612e1d9b 100644
--- a/multimedia/mplayer/Makefile.shared
+++ b/multimedia/mplayer/Makefile.shared
@@ -2,7 +2,7 @@
# mplayer and mencoder....the variables that we need to set
# before we include bsd.port.pre.mk
-MPLAYER_PORT_VERSION= 0.99.10
+MPLAYER_PORT_VERSION= 0.99.11
CATEGORIES?= multimedia audio
MASTER_SITES= http://www1.mplayerhq.hu/MPlayer/releases/ \
http://www2.mplayerhq.hu/MPlayer/releases/ \
@@ -14,12 +14,11 @@ MASTER_SITES= http://www1.mplayerhq.hu/MPlayer/releases/ \
ftp://ftp.lug.udel.edu/MPlayer/releases/ \
ftp://mirrors.xmission.com/MPlayer/releases/ \
http://www.rrr.de/~riggs/mplayer/
-DISTNAME= MPlayer-1.0rc1
+DISTNAME= MPlayer-1.0rc2
MAINTAINER?= riggs@rrr.de
PATCH_SITES= http://www.mplayerhq.hu/MPlayer/patches/
-PATCHFILES+= asmrules_fix_20061231.diff
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
@@ -30,17 +29,16 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS=${PTHREAD_LIBS} \
TMPDIR="${WRKSRC}"
-CONFIGURE_ARGS= --with-extralibdir=${LOCALBASE}/lib \
- --with-extraincdir=${LOCALBASE}/include \
- --cc=${CC} \
+CONFIGURE_ARGS= --cc=${CC} \
--as=${AS} \
--enable-png \
--enable-menu \
- --disable-libfame \
--disable-faad-external \
--disable-vidix-external \
--disable-tv-v4l1 \
- --disable-tv-v4l2
+ --disable-tv-v4l2 \
+ --disable-dvdnav \
+ --disable-dvdread
WANT_GNOME= yes
WANT_SDL= yes