Accepting request 1223431 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1223431 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gerbera?expand=0&rev=17
This commit is contained in:
commit
1fb23afd1a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c77f4a8ccbed5e18499c0854803fec65ae2f26af633818b52584651fbd3eec13
|
||||
size 6138157
|
3
gerbera-2.3.0.tar.gz
Normal file
3
gerbera-2.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9f7956d9e94a9b8ded7de809ba8496ad1a2279b624ab121652dff2a28a1a69e
|
||||
size 6255947
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 13:45:55 UTC 2024 - Friedrich Haubensak <hsk17@mail.de>
|
||||
|
||||
- update to 2.3.0:
|
||||
NEW
|
||||
* Higher cross site scripting security in web ui
|
||||
* Styles for xml documents when shown in browser
|
||||
* Configuration of additional target mimetype properties for transcoding (e.g. needed for PCM output)
|
||||
* Configuration of DLNA profile mappings for a client
|
||||
* Display media details in web ui
|
||||
* Image and thumbnail profiles support PNG images
|
||||
* Page layout of items page with splitter and resize button
|
||||
* Orientation for images and videos in resource attributes
|
||||
* Additional client filtering options with friendlyName, modelName, manufacturer
|
||||
* Configuration option to block clients
|
||||
* Upnp classes are assigned to containers in physical tree (PC Directory) depending on the majority of children (only in grb-mode)
|
||||
* Nested iterations are now supported in Config UI
|
||||
* UPnP Search support for integer and date comparison
|
||||
* Failed UPnP requests return error messages
|
||||
FIXES
|
||||
* Warning in case import function does not return new ids.
|
||||
* Config values <online-content fetch-buffer-size="262144" fetch-buffer-fill-size="0"> are implemented now.
|
||||
* Renaming of files or folders in grb-mode
|
||||
* Nested arrays can be shown in config ui.
|
||||
* Made UDN mandatory for UPnP announcements to work
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 3 13:53:03 UTC 2024 - hui <sturm-fr@web.de>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%endif
|
||||
|
||||
Name: gerbera
|
||||
Version: 2.2.0
|
||||
Version: 2.3.0
|
||||
Release: 0
|
||||
Summary: UPnP Media Server
|
||||
License: GPL-2.0-only
|
||||
@ -73,6 +73,8 @@ compatible devices.
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
rm -f web/.gitignore
|
||||
|
||||
# server test hardcodes alpha strings
|
||||
sed -i -e '/test_server/d' test/CMakeLists.txt
|
||||
sed -i -e 's/@USER@/gerbera/' %{SOURCE2}
|
||||
|
Loading…
x
Reference in New Issue
Block a user