From 4ea9790b7ce4488564db42a78832343f030a1a0d90339cab003c976919678b4b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 16 Nov 2011 10:21:51 +0000 Subject: [PATCH 1/3] Accepting request 91719 from home:vuntz:branches:GNOME:Factory Update to 0.12.5 OBS-URL: https://build.opensuse.org/request/show/91719 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=39 --- rygel-0.12.4.tar.bz2 | 3 --- rygel-0.12.5.tar.bz2 | 3 +++ rygel-newer-libsoup.patch | 33 +++++++++++++++++++++++++++++++++ rygel.changes | 27 +++++++++++++++++++++++++++ rygel.spec | 5 ++++- 5 files changed, 67 insertions(+), 4 deletions(-) delete mode 100644 rygel-0.12.4.tar.bz2 create mode 100644 rygel-0.12.5.tar.bz2 create mode 100644 rygel-newer-libsoup.patch diff --git a/rygel-0.12.4.tar.bz2 b/rygel-0.12.4.tar.bz2 deleted file mode 100644 index d12f329..0000000 --- a/rygel-0.12.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51e8d6de2b62d8c80bdb8705d26c74b9a4391ae8132c633cf855076483ad0939 -size 1640614 diff --git a/rygel-0.12.5.tar.bz2 b/rygel-0.12.5.tar.bz2 new file mode 100644 index 0000000..711dcad --- /dev/null +++ b/rygel-0.12.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b7f691bbb15c033b84c535c815b00692dfffe7b442bed70d2f3b9a83832fe4 +size 1653618 diff --git a/rygel-newer-libsoup.patch b/rygel-newer-libsoup.patch new file mode 100644 index 0000000..558db37 --- /dev/null +++ b/rygel-newer-libsoup.patch @@ -0,0 +1,33 @@ +From dd7fc1ade90c654127bf0e0034dff0a2d1c92100 Mon Sep 17 00:00:00 2001 +From: Jens Georg +Date: Tue, 15 Nov 2011 14:06:16 +0000 +Subject: build: Bump libsoup max version + +--- +diff --git a/configure.ac b/configure.ac +index d7fbb05..60eebef 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -44,7 +44,7 @@ GIO_REQUIRED=2.26 + GEE_MAX_VERSION=0.6.9999 + GEE_REQUIRED=0.5.2 + UUID_REQUIRED=1.41.3 +-LIBSOUP_MAX_VERSION=2.36.9999 ++LIBSOUP_MAX_VERSION=2.37.9999 + LIBSOUP_REQUIRED=2.34.0 + GTK_REQUIRED=2.90.3 + +-- +cgit v0.9.0.2 +diff a/configure b/configure +--- a/configure ++++ b/configure +@@ -44,7 +44,7 @@ GIO_REQUIRED=2.26 + GEE_MAX_VERSION=0.6.9999 + GEE_REQUIRED=0.5.2 + UUID_REQUIRED=1.41.3 +-LIBSOUP_MAX_VERSION=2.36.9999 ++LIBSOUP_MAX_VERSION=2.37.9999 + LIBSOUP_REQUIRED=2.34.0 + GTK_REQUIRED=2.90.3 + diff --git a/rygel.changes b/rygel.changes index f51fff0..b7f79c1 100644 --- a/rygel.changes +++ b/rygel.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Nov 15 10:25:40 UTC 2011 - vuntz@opensuse.org + +- Update to version 0.12.5: + + Send proper SSDP notification when killed with SIGTERM. + + Fix out-of-tree builds. + + Prevent a crash when searching and uploading in parallel. + + Prevent a critical error when the uri to be added already + exists. + + Prevent a name clash when an uploader is really fast in + creating items. + + Mark thumbnail resources as transcoded. This helps certain + devices to use them as thumbnails and not as the original + stream. + + Prevent a false-positive test success in http-post-test. + + Use proper error if a client tries to get the children of a + media item. + + Fix huge CPU load if a client did a lot of byte-range requests + on a large media file. + + Tracker: + - Fall back to nfo:fileLastModified if nie:creationDate is not + available. + - Properly clean and escape any passed item ID. + + MediaExport: + - Properly disable MediaExport if Tracker start-up is slow. +- Add rygel-newer-libsoup.patch: fix build with libsoup 2.37.x. + ------------------------------------------------------------------- Sat Oct 8 22:36:47 CEST 2011 - zaitor@opensuse.org diff --git a/rygel.spec b/rygel.spec index 31ebcd7..135ac0c 100644 --- a/rygel.spec +++ b/rygel.spec @@ -18,13 +18,15 @@ Name: rygel -Version: 0.12.4 +Version: 0.12.5 Release: 1 License: LGPL v2 or later Summary: Home Media Solution for GNOME based on UPnP/DLNA Url: http://live.gnome.org/Rygel Group: Productivity/Multimedia/Other Source0: http://download.gnome.org/sources/rygel/0.12/%{name}-%{version}.tar.bz2 +# PATCH-FIX-UPSTREAM rygel-newer-libsoup.patch vuntz@opensuse.org -- Build with newer libsoup, taken from git +Patch0: rygel-newer-libsoup.patch BuildRequires: gstreamer-0_10-devel BuildRequires: intltool BuildRequires: libgee-devel @@ -113,6 +115,7 @@ station. %prep %setup -q translation-update-upstream +%patch0 -p1 %build %configure --enable-tracker-plugin \ From b5a521d226baaeb35a266b8841b3bdec5c0c820d0b7b913b4c9cf2a5566963ef Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 28 Nov 2011 08:38:05 +0000 Subject: [PATCH 2/3] Accepting request 93917 from home:dimstar:branches:GNOME:Factory typo OBS-URL: https://build.opensuse.org/request/show/93917 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=40 --- rygel-0.12.5.tar.bz2 | 3 --- rygel-0.13.0.tar.xz | 3 +++ rygel-newer-libsoup.patch | 33 -------------------------- rygel.changes | 49 +++++++++++++++++++++++++++++++++++++++ rygel.spec | 10 ++++---- 5 files changed, 56 insertions(+), 42 deletions(-) delete mode 100644 rygel-0.12.5.tar.bz2 create mode 100644 rygel-0.13.0.tar.xz delete mode 100644 rygel-newer-libsoup.patch diff --git a/rygel-0.12.5.tar.bz2 b/rygel-0.12.5.tar.bz2 deleted file mode 100644 index 711dcad..0000000 --- a/rygel-0.12.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22b7f691bbb15c033b84c535c815b00692dfffe7b442bed70d2f3b9a83832fe4 -size 1653618 diff --git a/rygel-0.13.0.tar.xz b/rygel-0.13.0.tar.xz new file mode 100644 index 0000000..ca3d637 --- /dev/null +++ b/rygel-0.13.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b40d27dd5b9445dc23ce946c9264224e3f32982e87bb5e7bc932a7d9c18c181 +size 1320184 diff --git a/rygel-newer-libsoup.patch b/rygel-newer-libsoup.patch deleted file mode 100644 index 558db37..0000000 --- a/rygel-newer-libsoup.patch +++ /dev/null @@ -1,33 +0,0 @@ -From dd7fc1ade90c654127bf0e0034dff0a2d1c92100 Mon Sep 17 00:00:00 2001 -From: Jens Georg -Date: Tue, 15 Nov 2011 14:06:16 +0000 -Subject: build: Bump libsoup max version - ---- -diff --git a/configure.ac b/configure.ac -index d7fbb05..60eebef 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -44,7 +44,7 @@ GIO_REQUIRED=2.26 - GEE_MAX_VERSION=0.6.9999 - GEE_REQUIRED=0.5.2 - UUID_REQUIRED=1.41.3 --LIBSOUP_MAX_VERSION=2.36.9999 -+LIBSOUP_MAX_VERSION=2.37.9999 - LIBSOUP_REQUIRED=2.34.0 - GTK_REQUIRED=2.90.3 - --- -cgit v0.9.0.2 -diff a/configure b/configure ---- a/configure -+++ b/configure -@@ -44,7 +44,7 @@ GIO_REQUIRED=2.26 - GEE_MAX_VERSION=0.6.9999 - GEE_REQUIRED=0.5.2 - UUID_REQUIRED=1.41.3 --LIBSOUP_MAX_VERSION=2.36.9999 -+LIBSOUP_MAX_VERSION=2.37.9999 - LIBSOUP_REQUIRED=2.34.0 - GTK_REQUIRED=2.90.3 - diff --git a/rygel.changes b/rygel.changes index b7f79c1..2110688 100644 --- a/rygel.changes +++ b/rygel.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Wed Nov 23 21:39:06 UTC 2011 - dimstar@opensuse.org + +- Update to version 0.13.0: + + Use context-less API from gupnp-0.18. + + Switch to .xz tarballs as default. + + Get rid of a nested MainLoop in HTTP POST handling that caused + a lot of trouble with vala's async support. + + Refactor ClientHacks into a generic part and XBox support. + + Add a hack for Panasonic TVs that can only handle PNG + thumbnails if you tell them they're JPEG. + + Always build and run tests when using autogen.sh. + + Write uploaded data to a temporary hidden file first and move + to real file later, helping file monitors to only create a + single event. + + Add a 128x128 version of the icon. + + Move the 48x48 JPEG icon and 120x120 icons necessary for DLNA + out of the icon theme. + + Drop XML comments from the content description files which + might cause issues in IOP. + + Stabilize the error handling in HTTP POST. + + Clean-up GTK+ checks in configure.ac. + + Only pass -g to valac when --enable-debug was passed. + + More robust transcoding on faulty input. + + Clean-up and refactor audio- and video-transcoders. + + Clean-up RTP depayloader guessing. + + Fix deadlock on Ctrl-C. + + Fix a crash on filesystem error while uploading. + + MediaExport: + - Refactor and clean QueryContainer. + - Use proper UPnP classes like + object.container.album.musicAlbum for virtual folders. + - Support audio-less videos. + + Mediathek: + - Set proper DLNA profile on the WMV streams. + + Playbin: + - Add support for image/jpeg and image/png. + + Tracker: + - Fix querybuilder for graphed statements. + - Let tracker-fs-miner override properties and chose the proper + RDF type for an uploaded file. + - Cache ContainerUpdateIDs for metadata-based containers. + + Bugs fixed: bgo#660107, bgo#661336, bgo#637226 + + Updated translations. +- Drop rygel-newer-libsoup.patch: fixed upstream. +- Add xz BuildRequires because we can't build a package for a + xz-compressed tarball without explicitly specifying that... See + bnc#697467 for more details. + ------------------------------------------------------------------- Tue Nov 15 10:25:40 UTC 2011 - vuntz@opensuse.org diff --git a/rygel.spec b/rygel.spec index 135ac0c..6929ae6 100644 --- a/rygel.spec +++ b/rygel.spec @@ -18,15 +18,13 @@ Name: rygel -Version: 0.12.5 +Version: 0.13.0 Release: 1 License: LGPL v2 or later Summary: Home Media Solution for GNOME based on UPnP/DLNA Url: http://live.gnome.org/Rygel Group: Productivity/Multimedia/Other -Source0: http://download.gnome.org/sources/rygel/0.12/%{name}-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM rygel-newer-libsoup.patch vuntz@opensuse.org -- Build with newer libsoup, taken from git -Patch0: rygel-newer-libsoup.patch +Source0: http://download.gnome.org/sources/rygel/0.13/%{name}-%{version}.tar.xz BuildRequires: gstreamer-0_10-devel BuildRequires: intltool BuildRequires: libgee-devel @@ -39,6 +37,8 @@ BuildRequires: sqlite3-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: vala +# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 +BuildRequires: xz BuildRequires: pkgconfig(gtk+-3.0) Requires: gstreamer-0_10-plugins-base Recommends: gstreamer-0_10-plugins-bad @@ -115,7 +115,6 @@ station. %prep %setup -q translation-update-upstream -%patch0 -p1 %build %configure --enable-tracker-plugin \ @@ -129,7 +128,6 @@ translation-update-upstream %makeinstall find %{buildroot} -type f -name "*.la" -delete -print # Work around bgo#637226 -rm -r %{buildroot}%{_datadir}/icons/hicolor/120x120 %suse_update_desktop_file rygel %suse_update_desktop_file rygel-preferences X-SuSE-ControlCenter-System %find_lang %{name} %{?no_lang_C} From 0d8167e8599cc442ddaa7b1d77e5eb9d5180fd5409a09a34848a3f7dfdb78bf5 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 21 Dec 2011 14:57:23 +0000 Subject: [PATCH 3/3] Accepting request 97656 from home:vuntz:branches:GNOME:Factory cleanup OBS-URL: https://build.opensuse.org/request/show/97656 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=41 --- rygel.changes | 3 +-- rygel.spec | 13 +++---------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/rygel.changes b/rygel.changes index 2110688..c52e2c4 100644 --- a/rygel.changes +++ b/rygel.changes @@ -3,7 +3,6 @@ Wed Nov 23 21:39:06 UTC 2011 - dimstar@opensuse.org - Update to version 0.13.0: + Use context-less API from gupnp-0.18. - + Switch to .xz tarballs as default. + Get rid of a nested MainLoop in HTTP POST handling that caused a lot of trouble with vala's async support. + Refactor ClientHacks into a generic part and XBox support. @@ -40,7 +39,7 @@ Wed Nov 23 21:39:06 UTC 2011 - dimstar@opensuse.org - Let tracker-fs-miner override properties and chose the proper RDF type for an uploaded file. - Cache ContainerUpdateIDs for metadata-based containers. - + Bugs fixed: bgo#660107, bgo#661336, bgo#637226 + + Bugs fixed: bgo#660107, bgo#661336, bgo#637226. + Updated translations. - Drop rygel-newer-libsoup.patch: fixed upstream. - Add xz BuildRequires because we can't build a package for a diff --git a/rygel.spec b/rygel.spec index 6929ae6..751e20c 100644 --- a/rygel.spec +++ b/rygel.spec @@ -15,15 +15,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: rygel Version: 0.13.0 -Release: 1 -License: LGPL v2 or later +Release: 0 Summary: Home Media Solution for GNOME based on UPnP/DLNA -Url: http://live.gnome.org/Rygel +License: LGPL-2.0+ Group: Productivity/Multimedia/Other +Url: http://live.gnome.org/Rygel Source0: http://download.gnome.org/sources/rygel/0.13/%{name}-%{version}.tar.xz BuildRequires: gstreamer-0_10-devel BuildRequires: intltool @@ -57,7 +55,6 @@ requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. %package devel -License: LGPL v2 or later Summary: Home Media Solution for GNOME based on UPnP/DLNA -- Development Files Group: Development/Libraries/C and C++ Requires: %{name} = %{version} @@ -69,7 +66,6 @@ video and pictures, and control of media player on your home network. This package provides development files for rygel. %package plugin-gstreamer-renderer -License: LGPL v2 or later Summary: Home Media Solution for GNOME based on UPnP/DLNA -- GStreamer Renderer Plugin Group: Productivity/Multimedia/Other Requires: %{name} = %{version} @@ -82,7 +78,6 @@ This package provides a standalone MediaRenderer plugin, based on the GStreamer playbin2 element. %package plugin-tracker -License: LGPL v2 or later Summary: Home Media Solution for GNOME based on UPnP/DLNA -- Tracker Plugin Group: Productivity/Multimedia/Other Requires: tracker @@ -97,7 +92,6 @@ This package provides a plugin using tracker to export media found on the local machine. %package plugin-zdf-mediathek -License: LGPL v2 or later Summary: Home Media Solution for GNOME based on UPnP/DLNA -- ZDF Mediathek Plugin Group: Productivity/Multimedia/Other Requires: %{name} = %{version} @@ -127,7 +121,6 @@ translation-update-upstream %install %makeinstall find %{buildroot} -type f -name "*.la" -delete -print -# Work around bgo#637226 %suse_update_desktop_file rygel %suse_update_desktop_file rygel-preferences X-SuSE-ControlCenter-System %find_lang %{name} %{?no_lang_C}