gnome-44.0

This commit is contained in:
Rmys
2023-04-22 16:43:53 +03:00
parent 40523d7d10
commit 1502d96e4d
37 changed files with 650 additions and 163 deletions
@@ -0,0 +1,20 @@
diff --git a/meson.build b/meson.build
index 9174b428..c8d489cc 100644
--- a/meson.build
+++ b/meson.build
@@ -149,11 +149,7 @@ gnome_video_effects_dep = dependency(
# Recommend some runtime GStreamer plugins.
gst_inspect = find_program('gst-inspect-1.0', required: false)
if gst_inspect.found()
- foreach plugin: ['camerabin', 'vp8enc', 'webmmux']
- if run_command(gst_inspect, plugin, check: false).returncode() != 0
- warning(plugin + ' was not found. It needs to be installed before Cheese is run')
- endif
- endforeach
+ warning('unable to check for runtime GStreamer plugin dependencies due to Gentoo\'s sandbox: camerabin, vp8enc, webmmux')
else
warning('unable to check for runtime GStreamer plugin dependencies')
endif
--
2.37.4
+10 -3
View File
@@ -11,7 +11,7 @@
<License>GPLv2</License>
<Summary>Take photos and videos with your webcam, with fun graphical effects</Summary>
<Description>Take photos and videos with your webcam, with fun graphical effects</Description>
<Archive sha1sum="05d4ae2347b8640633fcd4c1cd1ab1ddb7051201" type="tarxz">https://download.gnome.org/sources/cheese/43/cheese-43.0.tar.xz</Archive>
<Archive sha1sum="f31a26e988bdbc420c54e6bd025eac7331300e54" type="tarxz">https://download.gnome.org/sources/cheese/44/cheese-44.0.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>appstream-glib-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
@@ -21,7 +21,7 @@
<Dependency>clutter-devel</Dependency>
<Dependency>clutter-gst-devel</Dependency>
<Dependency>clutter-gtk-devel</Dependency>
<Dependency versionFrom="41.0">gnome-desktop-devel</Dependency>
<Dependency versionFrom="44.0">gnome-desktop-devel</Dependency>
<Dependency>libseccomp-devel</Dependency>
<Dependency>libseccomp</Dependency>
<Dependency>libcanberra-devel</Dependency>
@@ -37,7 +37,7 @@
<Dependency>gst-plugins-bad-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch>cheese-3.38.0-buildfix.patch</Patch> -->
<Patch>cheese-43.0-buildfix.patch</Patch>
<!-- <Patch>infinite-loop-thumbnailer.patch</Patch> -->
<!-- <Patch>fix-gnome40-build.patch</Patch> -->
</Patches>
@@ -99,6 +99,13 @@
</Package>
<History>
<Update release="6">
<Date>2023-04-18</Date>
<Version>44.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2022-12-12</Date>
<Version>43.0</Version>