* Require GTK3 >= 3.22 * Fix dependency on libraw * Fix variable name in photobox plugin * Document some missing keyboard shortcuts * Fix upper bound in histogram to display clipped pixel * Refresh translations * Option to highlight over exposed pixels in red * Disable noisy compiler warning * Remove use of deprecated application menu concept * Fix image redraw when changing some settings * Update mailing list address in appdaat * Add more fields to appdata content * Fix reference counting during window close * Use correct API for destroying top level windows * Fix unmounting of cameras with newer gvfs URI naming scheme * Avoid out of bounds read of property values * Fix many memory leaks * Workaround for combo boxes not displaying on Wayland * Fix race condition in building enums * Fix setting of gschema directory during startup * Set env to ensure plugins can find introspection typelib OBS-URL: https://build.opensuse.org/package/show/graphics/entangle?expand=0&rev=44
14 lines
497 B
XML
14 lines
497 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="download_url" mode="disabled">
|
|
<param name="protocol">https</param>
|
|
<param name="host">www.entangle-photo.org</param>
|
|
<param name="path">download/sources/entangle-2.0.tar.xz</param>
|
|
</service>
|
|
<service name="download_url" mode="disabled">
|
|
<param name="protocol">https</param>
|
|
<param name="host">www.entangle-photo.org</param>
|
|
<param name="path">download/sources/entangle-2.0.tar.xz.asc</param>
|
|
</service>
|
|
</services>
|