summaryrefslogtreecommitdiff
path: root/multimedia/vlc/Makefile
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2009-01-28 12:28:25 +0000
committerjmcneill <jmcneill@pkgsrc.org>2009-01-28 12:28:25 +0000
commit6748a4b320d34553011b63b7909d441da6292813 (patch)
treecb9f959e7d0136b97e061da74fcb3c0c0adf8448 /multimedia/vlc/Makefile
parent11c929eca19d2877fa565d92f190f27a0cc1a849 (diff)
downloadpkgsrc-6748a4b320d34553011b63b7909d441da6292813.tar.gz
* Fix the really annoying bug where the video window doesn't attach to
the controller window even when you have it configured to do so. * Look for DejaVu fonts in LOCALBASE not X11BASE, so the OSD works with native Xorg; explicitly depend on the dejavu-ttf package. * Bump PKGREVISION
Diffstat (limited to 'multimedia/vlc/Makefile')
-rw-r--r--multimedia/vlc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index a2efdfd207e..c542bdc3ca5 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.70 2008/12/19 23:28:40 jmcneill Exp $
+# $NetBSD: Makefile,v 1.71 2009/01/28 12:28:25 jmcneill Exp $
#
DISTNAME= vlc-${VLC_VERSION}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${VLC_VERSION}/
EXTRACT_SUFX= .tar.bz2
@@ -95,7 +95,8 @@ pre-install:
# Let's use dejavu-ttf as it has nice unicode support
#
ORIGFNT= /usr/share/fonts/truetype/freefont/FreeSerifBold.ttf
-DEFAULT_FONT?= ${X11BASE}/lib/X11/fonts/TTF/DejaVuSans.ttf
+DEFAULT_FONT?= ${LOCALBASE}/lib/X11/fonts/TTF/DejaVuSans.ttf
+DEPENDS+= dejavu-fonts-ttf>=2.26:../../fonts/dejavu-ttf
SUBST_CLASSES+= oss
SUBST_STAGE.oss= post-patch