Accepting request 1184260 from GNOME:Factory
(forwarded request 1184130 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1184260 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rygel?expand=0&rev=97
This commit is contained in:
commit
f235415377
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/rygel.git</param>
|
||||
<param name="revision">rygel-0.42.6</param>
|
||||
<param name="revision">rygel-0.43.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">rygel-(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84a1d2f60db14815ca4a54cc9245ff21bfc9e93b198870b9a5930018b2c11e72
|
||||
size 7531533
|
3
rygel-0.43.0.obscpio
Normal file
3
rygel-0.43.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26b61464675c405da2011e973a9c7b0d0ed4d23e79d4d5f20fb33242b34a2057
|
||||
size 7377933
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 30 19:20:22 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 0.43.0:
|
||||
+ Tracker: Plugin removed, please use Tracker3
|
||||
+ LMS: Plugin removed
|
||||
+ Updated translations.
|
||||
- Stop passing lms to meson option call, no longer needed nor used
|
||||
since the plugin is removed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 7 10:15:34 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: rygel
|
||||
version: 0.42.6
|
||||
mtime: 1715025827
|
||||
commit: 64a5f90b44bc845a4c59f37cb49d9b7693cde6b5
|
||||
version: 0.43.0
|
||||
mtime: 1719688067
|
||||
commit: a4cf1c47395a179704e33d323d6e55d7417dda0e
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define typelibver 2_8
|
||||
|
||||
Name: rygel
|
||||
Version: 0.42.6
|
||||
Version: 0.43.0
|
||||
Release: 0
|
||||
Summary: UPnP/DLNA home media server for GNOME
|
||||
License: LGPL-2.0-or-later
|
||||
@ -55,7 +55,7 @@ BuildRequires: pkgconfig(gupnp-dlna-2.0) >= 0.9.4
|
||||
BuildRequires: pkgconfig(gupnp-dlna-2.0) >= 0.9.4
|
||||
BuildRequires: pkgconfig(gupnp-dlna-gst-2.0) >= 0.9.4
|
||||
BuildRequires: pkgconfig(libmediaart-2.0) >= 1.9.0
|
||||
BuildRequires: pkgconfig(libsoup-3.0)
|
||||
BuildRequires: pkgconfig(libsoup-3.0) >= 3.2
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.7
|
||||
BuildRequires: pkgconfig(sqlite3) >= 3.5
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
@ -226,7 +226,7 @@ the local machine.
|
||||
-Dtests=false \
|
||||
-Dgstreamer=enabled \
|
||||
-Dgtk=enabled \
|
||||
-Dplugins=external,gst-launch,lms,media-export,mpris,playbin,ruih,tracker3 \
|
||||
-Dplugins=external,gst-launch,media-export,mpris,playbin,ruih,tracker3 \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
@ -276,9 +276,6 @@ the local machine.
|
||||
# GStreamer pipelines in the config
|
||||
%{_libdir}/rygel-%{apiver}/plugins/librygel-gst-launch.so
|
||||
%{_libdir}/rygel-%{apiver}/plugins/gst-launch.plugin
|
||||
# LightweightMediaScanner
|
||||
%{_libdir}/rygel-%{apiver}/plugins/librygel-lms.so
|
||||
%{_libdir}/rygel-%{apiver}/plugins/lms.plugin
|
||||
# folders and files in the config
|
||||
%{_libdir}/rygel-%{apiver}/plugins/librygel-media-export.so
|
||||
%{_libdir}/rygel-%{apiver}/plugins/media-export.plugin
|
||||
|
Loading…
x
Reference in New Issue
Block a user