Accepting request 147188 from GNOME:Factory
Update to 0.16.4 (forwarded request 146978 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/147188 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rygel?expand=0&rev=33
This commit is contained in:
commit
5976b963a4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0325afabb6a91cbe958864183adce80ad88bcaa0fc8f8ed3f434ee0d09935bf
|
||||
size 1838868
|
3
rygel-0.16.4.tar.xz
Normal file
3
rygel-0.16.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cf338c120751ea068c90f65bfb2a63c436cdf59b02ce159b6376a349717ed7a
|
||||
size 1843012
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 4 09:10:53 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.16.4:
|
||||
+ Use correct bitrates for AVC_MP4_BL_CIF15_AAC_520.
|
||||
+ Don't try to generate thumbnails for non-native files.
|
||||
+ Playbin:
|
||||
- Add "PresetNameList" to initial LastChange notify.
|
||||
- Add 3GPP to supported formats.
|
||||
- Set proper track number on playback.
|
||||
- Fix a typo "PossibleRecordQualityMode" ->
|
||||
"PossibleRecordQualityModes".
|
||||
- Fix configuration via environment variables.
|
||||
- Print a proper warning on missing GStreamer elements for
|
||||
transcoding instead of showing a critical.
|
||||
- Prevent a critical when a no DBus thumbnailing daemon could
|
||||
be found.
|
||||
+ MediaExport:
|
||||
- Fix an issue with uploaded files not being harvested and only
|
||||
having an res@importUri.
|
||||
- Don't bother to react on changes for hidden files as they're
|
||||
ignored in meta-data extraction anyway.
|
||||
- Add an "All" container below each artist's virtual container.
|
||||
+ MPRIS:
|
||||
- Be less scary if there's no DBus session bus available.
|
||||
+ External:
|
||||
- Be less scary if there's no DBus session bus available.
|
||||
+ Bugs fixed: bgo#676136, bgo#679262
|
||||
+ Updated translations.
|
||||
- Replace pkgconfig(gupnp-dlna-1.0) BuildRequires with
|
||||
pkgconfig(gupnp-dlna-1.1): gupnp bumped the API Version (for
|
||||
GStreamer 1.0 / 0.10 parallel installability) and we want to use
|
||||
the new version).
|
||||
- Replace gupnp-dlna-1.0 in configure* with gupnp-dlna-1.1. in
|
||||
order to detected the new gupnp-dlna API version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 15 08:07:24 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
11
rygel.spec
11
rygel.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rygel
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rygel
|
||||
Version: 0.16.3
|
||||
Version: 0.16.4
|
||||
Release: 0
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA
|
||||
License: LGPL-2.0+
|
||||
@ -40,7 +40,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.31.13
|
||||
BuildRequires: pkgconfig(gstreamer-0.10) >= 0.10.36
|
||||
BuildRequires: pkgconfig(gstreamer-pbutils-0.10) >= 0.10.35
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(gupnp-dlna-1.0) >= 0.5.0
|
||||
BuildRequires: pkgconfig(gupnp-dlna-1.1) >= 0.5.0
|
||||
BuildRequires: pkgconfig(tracker-sparql-0.14) >= 0.14.0
|
||||
Requires: gstreamer-0_10-plugins-base
|
||||
Recommends: %{name}-lang
|
||||
@ -147,6 +147,11 @@ station.
|
||||
%prep
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
if grep "gupnp-dlna-1.1" configure.ac; then
|
||||
echo "rygel was correctly updated to require gupnp-dlna-1.1... remove this tweak."
|
||||
else
|
||||
sed -i "s:gupnp-dlna-1.0:gupnp-dlna-1.1:g" configure*
|
||||
fi
|
||||
|
||||
%build
|
||||
%configure --enable-tracker-plugin \
|
||||
|
Loading…
Reference in New Issue
Block a user