Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/vlc vlc: adjust SUBST_FILES.fnt to catch up...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/295cf47dcd07
branches:  trunk
changeset: 432246:295cf47dcd07
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue May 19 22:21:51 2020 +0000

description:
vlc: adjust SUBST_FILES.fnt to catch up with rename. Bump.

diffstat:

 multimedia/vlc/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 1dd3214339a7 -r 295cf47dcd07 multimedia/vlc/Makefile
--- a/multimedia/vlc/Makefile   Tue May 19 22:03:25 2020 +0000
+++ b/multimedia/vlc/Makefile   Tue May 19 22:21:51 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.232 2020/05/01 13:51:54 nia Exp $
+# $NetBSD: Makefile,v 1.233 2020/05/19 22:21:51 tnn Exp $
 
 DISTNAME=              vlc-3.0.10
+PKGREVISION=           1
 CATEGORIES=            multimedia
 MASTER_SITES=          https://download.videolan.org/pub/videolan/vlc/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=          .tar.xz
@@ -162,7 +163,7 @@
 SUBST_STAGE.fnt=       pre-configure
 SUBST_SED.fnt=         -e "s,${ORIGFNT},${DEFAULT_FONT},"
 SUBST_SED.fnt+=                -e "s,${ORIGMONOFNT},${DEFAULT_MONO_FONT},"
-SUBST_FILES.fnt=       modules/text_renderer/platform_fonts.h
+SUBST_FILES.fnt=       modules/text_renderer/freetype/platform_fonts.h
 SUBST_MESSAGE.fnt=     Fixing hardcoded font paths.
 
 # VLC embeds the build environment info to help debuging.



Home | Main Index | Thread Index | Old Index