Accepting request 1237305 from graphics
OBS-URL: https://build.opensuse.org/request/show/1237305 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oculante?expand=0&rev=19
This commit is contained in:
commit
6dc3ca5a5d
1
_service
1
_service
@ -5,5 +5,4 @@
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="manual"/>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d3b733492c75b5da5d83a2c879fb0d74545d46323030e7b64adce55a81aa23d
|
||||
size 60739840
|
3
oculante-0.9.2.tar.gz
Normal file
3
oculante-0.9.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c79bc52b1d919b4ba702b4b1edad0d734287af80c592e8b5bb7bf7d70f1b0497
|
||||
size 73352915
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 05:47:09 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
- Update to version 0.9.2:
|
||||
+ Bug Fixes
|
||||
- Prevent application from saving current channel to settings
|
||||
file. The current image channel now is reset between restarts
|
||||
as this was confusing to users.
|
||||
- prevent dng from being loaded as tiff
|
||||
- Send frame wen editing alpha tools to prevent crash
|
||||
- Fallback to native image library if TurboJPEG fails on
|
||||
certain images, such as taken by Samsung phones
|
||||
- Add all supported heif extensions.
|
||||
+ Features
|
||||
- Add Support Japanese, Arabic, Chinese
|
||||
- Enable bypassing image filters
|
||||
- generate palette from image
|
||||
- Copy palette color to clipboard, highlight palette color if
|
||||
contained
|
||||
- Basic swatch / palette UI
|
||||
- enable thumbnails in image browser
|
||||
- search files in current directory in file browser
|
||||
- Expose image save options
|
||||
- Allow storing bookmarls in the file dialog
|
||||
- Criterion benchmarks
|
||||
- Read Krita files
|
||||
- Rotate images according to their EXIF rotation data
|
||||
- Add psd mimetype
|
||||
- Removed cargo_audit from _service due that contains vendor now
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 09:10:50 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
#
|
||||
# spec file for package oculante
|
||||
#
|
||||
# Copyright (c) 2025 mantarimay
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -20,7 +21,7 @@
|
||||
%define force_gcc_version 13
|
||||
%define appid io.github.woelper.Oculante
|
||||
Name: oculante
|
||||
Version: 0.9.1
|
||||
Version: 0.9.2
|
||||
Release: 0
|
||||
Summary: A minimalistic crossplatform image viewer written in rust
|
||||
License: MIT
|
||||
@ -51,7 +52,7 @@ tools.
|
||||
%autosetup -a1 -p1
|
||||
|
||||
echo 'StartupWMClass=oculante' >> res/flathub/%{appid}.desktop
|
||||
sed -i 's|MimeType=|MimeType=image/jxl;|' res/flathub/%{appid}.desktop
|
||||
sed -i 's|MimeType=|MimeType=image/jxl;image/vnd.adobe.photoshop;|' res/flathub/%{appid}.desktop
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} < 1600
|
||||
@ -82,6 +83,7 @@ export CXX="g++-%{?force_gcc_version}"
|
||||
%{cargo_test} -- \
|
||||
--skip=tests::net \
|
||||
--skip=bench \
|
||||
--skip=thumbnails::test_thumbs \
|
||||
--skip=tests::flathub
|
||||
%endif
|
||||
appstream-util validate-relax --nonet \
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ad5539f752c8f1d36b6d7ece0b900c155ddfca319ee424bf7b0b1bd6bd070d9
|
||||
size 107049410
|
||||
oid sha256:48e95c218ac324070f97f6eab06a43219562ab60202e6faf030b546ce28b551a
|
||||
size 118325121
|
||||
|
Loading…
x
Reference in New Issue
Block a user