diff options
author | ahze <ahze@FreeBSD.org> | 2005-05-12 18:16:27 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-05-12 18:16:27 +0800 |
commit | 02f084cab5299949d525d679eac42840a3afa811 (patch) | |
tree | c84b172694348664f627c279edf3b223d9e9b867 /multimedia/vlc-devel | |
parent | b1343ebd31581b951250e7b3627caffb300af9d4 (diff) | |
download | freebsd-ports-gnome-02f084cab5299949d525d679eac42840a3afa811.tar.gz freebsd-ports-gnome-02f084cab5299949d525d679eac42840a3afa811.tar.zst freebsd-ports-gnome-02f084cab5299949d525d679eac42840a3afa811.zip |
- Add mozilla plugin to broken list, it builds but does not work.
According to videolan.org later versions of vlc (0.8.3/4) will have
controls for plugin
Diffstat (limited to 'multimedia/vlc-devel')
-rw-r--r-- | multimedia/vlc-devel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index cacdbf388c01..a64fb6466124 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -196,6 +196,7 @@ LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg ### BROKEN -- Needs newer verision of toolame ### WITHOUT_TOOLAME= yes +WITHOUT_MOZILLA_PLUGIN= yes ### BROKEN ### WITH_VLC_DEFAULT_FONT?= ${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf @@ -231,7 +232,7 @@ CONFIGURE_ARGS+= --enable-ffmpeg \ MAN1= vlc.1 \ vlc-config.1 -.if defined(WITH_MOZILLA_PLUGIN) +.if defined(WITH_MOZILLA_PLUGIN) && !defined(WITHOUT_MOZILLA_PLUGIN) .if ${WITH_MOZILLA_PLUGIN}=="firefox" BUILD_DEPENDS+= ${X11BASE}/libdata/pkgconfig/firefox-plugin.pc:${PORTSDIR}/www/firefox RUN_DEPENDS+= ${X11BASE}/libdata/pkgconfig/firefox-plugin.pc:${PORTSDIR}/www/firefox @@ -254,7 +255,7 @@ HEADERS_SUFX= .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 && defined(WITH_MOZILLA_PLUGIN) +.if ${OSVERSION} < 500000 && defined(WITH_MOZILLA_PLUGIN) && !defined(WITHOUT_MOZILLA_PLUGIN) .if ${WITH_MOZILLA}=="mozilla-devel" USE_GCC= 3.4 WITHOUT_LIVEMEDIA= yes @@ -641,7 +642,7 @@ pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "Take a careful look at the beginning of the Makefile in order" @${ECHO_MSG} "to learn how to tune VLC towards you personal preferences!" - @${ECHO_MSG} "For example, make WITH_MOZILLA_PLUGIN=firefox" + @${ECHO_MSG} "For example, make WITH_LAME=yes" post-patch: # Subtitle default font |