Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2020 20:25:33 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548902 - head/graphics/gnome-video-effects/files
Message-ID:  <202009182025.08IKPXB7064039@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Sep 18 20:25:33 2020
New Revision: 548902
URL: https://svnweb.freebsd.org/changeset/ports/548902

Log:
  Add patch which I forgot to svn add during previous commit
  
  PR:		249419
  Reported by:	vvd@unislabs.com

Added:
  head/graphics/gnome-video-effects/files/
  head/graphics/gnome-video-effects/files/patch-meson.build   (contents, props changed)

Added: head/graphics/gnome-video-effects/files/patch-meson.build
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/gnome-video-effects/files/patch-meson.build	Fri Sep 18 20:25:33 2020	(r548902)
@@ -0,0 +1,19 @@
+--- meson.build.orig	2019-08-05 21:13:24 UTC
++++ meson.build
+@@ -9,7 +9,7 @@ i18n = import('i18n')
+ prefix = get_option('prefix')
+ datadir = join_paths(prefix, get_option('datadir'))
+ pkgdatadir = join_paths(datadir, meson.project_name())
+-pkgconfigdir = join_paths(datadir, 'pkgconfig')
++pkgconfigdir = join_paths(prefix, 'libdata/pkgconfig')
+ 
+ subdir('effects')
+ subdir('po')
+@@ -23,6 +23,6 @@ conf.set('VERSION', meson.project_version())
+ pkg = configure_file(configuration: conf,
+                      input: 'gnome-video-effects.pc.in',
+                      install: true,
+-                     install_dir: join_paths(datadir, 'pkgconfig'),
++                     install_dir: pkgconfigdir,
+                      output: 'gnome-video-effects.pc')
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009182025.08IKPXB7064039>