graphics/gnome-video-effects: update to 0.6.0
PR: 286697
This commit is contained in:
committed by
Baptiste Daroussin
parent
60e57080d5
commit
4f9acf14d6
@@ -1,7 +1,8 @@
|
||||
PORTNAME= gnome-video-effects
|
||||
PORTVERSION= 0.5.0
|
||||
PORTVERSION= 0.6.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Collection of Gstreamer effects
|
||||
@@ -10,6 +11,8 @@ WWW= https://wiki.gnome.org/Projects/GnomeVideoEffects
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= frei0r>0:graphics/frei0r
|
||||
|
||||
USES= gettext gstreamer meson tar:xz
|
||||
USE_GSTREAMER= good bad
|
||||
NO_ARCH= yes
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1600371986
|
||||
SHA256 (gnome-video-effects-0.5.0.tar.xz) = 4dc68e9b38fdfc1e8e0414e2d7ee83ace78efdee76f30506cc9dcd07394ad0c8
|
||||
SIZE (gnome-video-effects-0.5.0.tar.xz) = 85424
|
||||
TIMESTAMP = 1686993767
|
||||
SHA256 (gnome/gnome-video-effects-0.6.0.tar.xz) = d7aeaeb46b3f5a832fb2e0d90b42bf8c6160202ca52ac9add17afce192e3c8a8
|
||||
SIZE (gnome/gnome-video-effects-0.6.0.tar.xz) = 91564
|
||||
|
||||
@@ -1,19 +1,11 @@
|
||||
--- meson.build.orig 2019-08-05 21:13:24 UTC
|
||||
--- meson.build.orig 2023-06-13 17:10:45 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')
|
||||
@@ -10,7 +10,7 @@ prefix = get_option('prefix')
|
||||
datadir_relative = get_option('datadir')
|
||||
datadir = prefix / datadir_relative
|
||||
pkgdatadir = datadir / meson.project_name()
|
||||
-pkgconfigdir = 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')
|
||||
|
||||
|
||||
@@ -22,6 +22,7 @@ share/gnome-video-effects/radioactv.effect
|
||||
share/gnome-video-effects/revtv.effect
|
||||
share/gnome-video-effects/ripple.effect
|
||||
share/gnome-video-effects/saturation.effect
|
||||
share/gnome-video-effects/scanlines.effect
|
||||
share/gnome-video-effects/sepia.effect
|
||||
share/gnome-video-effects/shagadelictv.effect
|
||||
share/gnome-video-effects/sobel.effect
|
||||
|
||||
Reference in New Issue
Block a user