diff --git a/media-video/camera/files/gentoo-linux-patch.patch b/media-video/camera/files/gentoo-linux-patch.patch index 3d5f76c..77e58c5 100644 --- a/media-video/camera/files/gentoo-linux-patch.patch +++ b/media-video/camera/files/gentoo-linux-patch.patch @@ -1,14 +1,14 @@ -commit c89bac20537ae63779fef5403b21f9af9b435223 +commit 598638fa96280b522da66ebf44d9d8129a9fa378 Author: Gerben Jan Dijkman -Date: Tue Feb 21 15:12:55 2023 +0100 +Date: Tue Feb 21 15:18:14 2023 +0100 Removed for Gentoo Linux diff --git a/src/meson.build b/src/meson.build -index f46e5d1..0cca8d5 100644 +index f46e5d1..937cdc8 100644 --- a/src/meson.build +++ b/src/meson.build -@@ -28,7 +28,6 @@ camera_deps = [ +@@ -28,12 +28,10 @@ camera_deps = [ camera_sources += camera_gresources @@ -16,3 +16,8 @@ index f46e5d1..0cca8d5 100644 camera_c_args = [ '-DHANDY_USE_UNSTABLE_API', '-DCAMERA_APPLICATION_ID="@0@"'.format(application_id), + '-DCAMERA_BUILD_VERSION="@0@"'.format(meson.project_version()), +- '-DCAMERA_BUILD_COMMIT="@0@"'.format(commit_hash), + '-DLOCALEDIR="@0@"'.format(localedir), + '-DGETTEXT_PACKAGE="net.flyingpimonster.Camera"', + ]