diff options
Diffstat (limited to 'graphics/gnome-video-effects')
-rw-r--r-- | graphics/gnome-video-effects/Makefile | 5 | ||||
-rw-r--r-- | graphics/gnome-video-effects/distinfo | 6 | ||||
-rw-r--r-- | graphics/gnome-video-effects/files/patch-meson.build | 20 | ||||
-rw-r--r-- | graphics/gnome-video-effects/pkg-plist | 1 |
4 files changed, 14 insertions, 18 deletions
diff --git a/graphics/gnome-video-effects/Makefile b/graphics/gnome-video-effects/Makefile index 5ef74226bbd8..dfa73873f7d2 100644 --- a/graphics/gnome-video-effects/Makefile +++ b/graphics/gnome-video-effects/Makefile @@ -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 diff --git a/graphics/gnome-video-effects/distinfo b/graphics/gnome-video-effects/distinfo index cc5abaa2f9a9..be63fc711788 100644 --- a/graphics/gnome-video-effects/distinfo +++ b/graphics/gnome-video-effects/distinfo @@ -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 diff --git a/graphics/gnome-video-effects/files/patch-meson.build b/graphics/gnome-video-effects/files/patch-meson.build index 3a17fab9b9f0..eb75e36bc8fa 100644 --- a/graphics/gnome-video-effects/files/patch-meson.build +++ b/graphics/gnome-video-effects/files/patch-meson.build @@ -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') - diff --git a/graphics/gnome-video-effects/pkg-plist b/graphics/gnome-video-effects/pkg-plist index ee3e4b75b35f..aa6481058eb9 100644 --- a/graphics/gnome-video-effects/pkg-plist +++ b/graphics/gnome-video-effects/pkg-plist @@ -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 |