forked from pool/snapshot
Accepting request 1158301 from GNOME:Next
GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1158301 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/snapshot?expand=0&rev=12
This commit is contained in:
parent
9c4a304ad4
commit
355001ee8f
6
_service
6
_service
@ -3,12 +3,10 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/Incubator/snapshot.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/Incubator/snapshot.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">refs/tags/45.1</param>
|
<param name="revision">46.0</param>
|
||||||
<param name="versionformat">45.1</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<!--<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<param name="changesgenerate">enable</param>-->
|
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="manual"/>
|
<service name="set_version" mode="manual"/>
|
||||||
<service name="tar" mode="buildtime"/>
|
<service name="tar" mode="buildtime"/>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:550cbd578a3f2b828c1c96b1c9b160b7e498dbc4dddd0a9517a6ccbbee4705a8
|
|
||||||
size 1818636
|
|
3
snapshot-46.0.obscpio
Normal file
3
snapshot-46.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1d6e0af9a303a8d09ca2373511ac00baa683774b145ee1e0494d68fb1a1ef377
|
||||||
|
size 1889292
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 15 21:02:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 46.0:
|
||||||
|
+ Update to zbus 4.0.
|
||||||
|
+ Improve default camera resolution selection.
|
||||||
|
+ Update Dependencies.
|
||||||
|
+ Update translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 4 07:36:04 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 46.rc:
|
||||||
|
+ Improve default camera resolution selection.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 19 17:45:37 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 46.beta:
|
||||||
|
+ Better camera resolution and formatting.
|
||||||
|
+ Update Dependencies.
|
||||||
|
+ Update translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 9 11:29:31 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sat Dec 9 11:29:31 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: snapshot
|
name: snapshot
|
||||||
version: 45.1
|
version: 46.0
|
||||||
mtime: 1702117991
|
mtime: 1710523221
|
||||||
commit: 10bd7f8d86897656b89d63b3fdbda74d34052ff0
|
commit: ed57948c34bd540772c71ebdac2d892fd0c3b162
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package snapshot
|
# spec file for package snapshot
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define gstreamer_version 1.20
|
%define gstreamer_version 1.20
|
||||||
|
|
||||||
Name: snapshot
|
Name: snapshot
|
||||||
Version: 45.1
|
Version: 46.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Take pictures and videos
|
Summary: Take pictures and videos
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -35,8 +35,8 @@ BuildRequires: meson
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.75
|
BuildRequires: pkgconfig(glib-2.0) >= 2.75
|
||||||
BuildRequires: pkgconfig(gstreamer-1.0) >= %{gstreamer_version}
|
BuildRequires: pkgconfig(gstreamer-1.0) >= %{gstreamer_version}
|
||||||
BuildRequires: pkgconfig(gtk4) >= 4.9.0
|
BuildRequires: pkgconfig(gtk4) >= 4.13.6
|
||||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.4.alpha
|
BuildRequires: pkgconfig(libadwaita-1) >= 1.4.0
|
||||||
## Needed for camerabin
|
## Needed for camerabin
|
||||||
BuildRequires: pkgconfig(gstreamer-plugins-bad-1.0) >= %{gstreamer_version}
|
BuildRequires: pkgconfig(gstreamer-plugins-bad-1.0) >= %{gstreamer_version}
|
||||||
##
|
##
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:f9fdbc1f29785a2306d5381aa2beb562d10bcfe6f45eeb329068957a3721057e
|
oid sha256:13420318463d0dceea4c6122f55c67f1e9ce0d929b02f54553b3785f9a390b17
|
||||||
size 28282569
|
size 27510522
|
||||||
|
Loading…
Reference in New Issue
Block a user