- This version of VLC does not support ffmeg when it has been built with

swscaler: add a warning message in this case, and bump PORTREVISION to
  chase the ffmpeg update;

- fix scrambled output with non-english locales.

PR:		ports/115428 and ports/115446
Approved by:	mezz
This commit is contained in:
Thierry Thomas 2007-08-12 20:12:02 +00:00
parent 7302386159
commit 6b48455848
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197545
2 changed files with 13 additions and 1 deletions

View File

@ -10,7 +10,7 @@
PORTNAME= vlc
DISTVERSION= 0.8.6c
PORTREVISION= 2
PORTREVISION= 3
PORTEPOCH= 2
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${DISTVERSION}/ \

View File

@ -225,6 +225,18 @@
# Do not install Vlc's Documents
#
pre-everything::
.if exists(${LOCALBASE}/lib/libswscale.so)
@${ECHO_CMD}
@${ECHO_CMD} 'VLC cannot find ffmpeg if it has been built with the software scaler,'
@${ECHO_CMD} 'be sure to not define WITH_SWSCALER to build it.'
@${ECHO_CMD}
.endif
post-extract:
# remove badly formatted pre-generated messages catalogs
${FIND} ${WRKSRC} -name "*.gmo" -delete
post-patch:
# Subtitle default font
@${REINPLACE_CMD} -e \