Scripted push of GNOME 47

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/snapshot?expand=0&rev=20
This commit is contained in:
Bjørn Lie 2024-09-30 07:30:02 +00:00 committed by Git OBS Bridge
commit 33cf326c3c
10 changed files with 289 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

8
_constraints Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<constraints>
<hardware>
<disk>
<size unit="G">10</size>
</disk>
</hardware>
</constraints>

22
_service Normal file
View File

@ -0,0 +1,22 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="url">https://gitlab.gnome.org/GNOME/Incubator/snapshot.git</param>
<param name="scm">git</param>
<param name="revision">47.0.1</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service name="set_version" mode="manual"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">snapshot</param>
<param name="update">true</param>
</service>
</services>

3
snapshot-46.3.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e34bf73659aae4658d6189535156513ffa52c0795010915cdaa449fef55b23d
size 1924108

3
snapshot-47.0.1.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1c2bfd3839cad9e8fa5c2485dc9591c9d40ca6c459574f21e33dc9d6a4271e3
size 2016780

139
snapshot.changes Normal file
View File

@ -0,0 +1,139 @@
-------------------------------------------------------------------
Sun Sep 15 19:10:21 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 47.0.1:
+ Fix a build issue where the tarballs would be generated with
missing vendor packages.
-------------------------------------------------------------------
Sun Sep 15 15:02:12 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 47.0:
+ Improve recording pipeline
+ Improve video player performance
+ Offload DMABUFs in Viewfinder
+ Squash various bugs
+ Update dependencies
+ Use glycin for viewing images
+ Updated translations.
- Cleanup spec for old obsolete rust exports.
-------------------------------------------------------------------
Fri Aug 30 08:54:27 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 47.beta:
+ Offload DMABUFs in Viewfinder
+ Improve recording pipeline
+ Update dependencies
+ Squash various bugs
+ Updated translations.
- Add liblcms2-devel and libseccomp-devel BuildRequires: new
dependencies.
-------------------------------------------------------------------
Tue May 7 10:11:55 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.3:
+ Assume cameras are front cameras by default.
+ Update caps when switching cameras.
+ Do not store caps file on errors.
+ Avoid unnecessary stream restarts.
+ Updated translations.
-------------------------------------------------------------------
Fri Apr 12 07:36:22 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.2:
+ Disable portal.
+ Always use prefered caps.
-------------------------------------------------------------------
Thu Apr 4 08:06:50 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.1:
+ Require only rustc 1.70.
+ Fix framerate comparison.
+ Filter out more IR cameras.
+ Update translations.
-------------------------------------------------------------------
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>
- Update to version 45.1:
+ Various Bugfixes
+ Update internal libraries
+ Updated translations.
- Drop cargo_config as source, no longer needed.
-------------------------------------------------------------------
Sat Sep 16 12:29:34 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 45.0:
+ Various Bugfixes
+ Use pipewire node description to name cameras
+ Updated translations.
-------------------------------------------------------------------
Sat Aug 19 08:58:09 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 45.beta:
+ Improve Video Player controller.
+ Improved accessibility.
+ Update styles throughout the app.
+ Squash various bugs.
+ Updated translations.
-------------------------------------------------------------------
Mon Jul 24 12:38:11 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Add back cargo_audit to _service, now that it is back in working
order.
-------------------------------------------------------------------
Tue Jul 11 19:15:40 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 45.alpha:
+ Minor release with updates to various dependencies.
+ Update Aperture to v0.2, update Rust to 1.70
+ Update to Libadwaita 1.4, use new adaptive components
+ Show all window controls on the top of the window
+ Improved accessibility
+ Squash various bugs
+ Updated translations.
-------------------------------------------------------------------
Mon May 22 23:16:06 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
- Update to version 44.2:
+ Many improvements and fixes.
+ Updated translations.
- Add gstreamer-plugins-bad-1.0 pkgconfig module as a new build
requirement for camerabin.
-------------------------------------------------------------------
Fri Mar 31 19:07:56 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Initial packaging for openSUSE.

4
snapshot.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: snapshot
version: 47.0.1
mtime: 1726426120
commit: eaf7099eca503e93807c0d7d9d3af9b3dbd5c522

83
snapshot.spec Normal file
View File

@ -0,0 +1,83 @@
#
# spec file for package snapshot
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define gstreamer_version 1.20
Name: snapshot
Version: 47.0.1
Release: 0
Summary: Take pictures and videos
License: GPL-3.0-or-later
URL: https://gitlab.gnome.org/GNOME/snapshot
Source0: %{name}-%{version}.tar.zst
Source1: vendor.tar.zst
BuildRequires: appstream-glib
BuildRequires: cargo-packaging
BuildRequires: desktop-file-utils
BuildRequires: liblcms2-devel
BuildRequires: libseccomp-devel
BuildRequires: libxml2-tools
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(glib-2.0) >= 2.75
BuildRequires: pkgconfig(gstreamer-1.0) >= %{gstreamer_version}
BuildRequires: pkgconfig(gtk4) >= 4.13.6
BuildRequires: pkgconfig(libadwaita-1) >= 1.4.0
## Needed for camerabin
BuildRequires: pkgconfig(gstreamer-plugins-bad-1.0) >= %{gstreamer_version}
##
BuildRequires: pkgconfig(gstreamer-video-1.0) >= %{gstreamer_version}
%description
%{summary}.
%lang_package
%prep
%autosetup -p1 -a1
%build
%meson
%meson_build
%install
%meson_install
%find_lang %{name} %{?no_lang_C}
%check
%{cargo_test}
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Snapshot.desktop
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.gnome.Snapshot.metainfo.xml
%files
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%{_datadir}/applications/org.gnome.Snapshot.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.Snapshot.gschema.xml
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Snapshot.svg
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Snapshot-symbolic.svg
%{_datadir}/metainfo/org.gnome.Snapshot.metainfo.xml
# resources.gresource should probably not be packaged, but never mind this early in the development
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/resources.gresource
%files lang -f %{name}.lang
%changelog

3
vendor.tar.zst Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:76f6ede1e8ab6138305ce7d73f71e632595f53b66385ecbab7c600db2554173c
size 26140694