Overview

Request 5437 (accepted)

Update to version 20.08

Submit package home:Aloysius:branches:Multimedia / sview to package Multimedia / sview

sview.changes Changed
x
 
1
@@ -1,4 +1,54 @@
2
 -------------------------------------------------------------------
3
+Tue Aug 24 12:45:46 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
4
+
5
+- Update to version 20.08
6
+  * Added support for Equiangular Cubemaps (EAC).
7
+  version 20.05:
8
+  * Added Spanish translation files.
9
+  * Image Viewer - added trilinear texture filtering option
10
+    generating mip-maps.
11
+  * Image Viewer - support 1x6 cubemap layout.
12
+  * Image Viewer - panorama is now automatically enabled for
13
+    JPEG files with GPano:ProjectionType tag.
14
+  * Image Viewer - panorama is now automatically enabled for
15
+    JPEG files with 360Stereo/360Mono tags (game screenshots).
16
+  * Image Viewer - support DDS-packed cubemaps.
17
+  * Movie Player - image-based subtitles size can be now
18
+    adjusted.
19
+  * Movie Player - workaround subtitles seeking issues for
20
+    attached SRT files.
21
+  * Movie Player - fixed ASS subtitles formatting issue on files
22
+    without closure tags.
23
+  * Movie Player - added handling of image-based subtitles
24
+    encoded as stereoscopic pair (side-by-side).
25
+  * Image Viewer - fixed poor quality on saving JPEG (yuv420p)
26
+    image into PNG (rgb).
27
+  * Image Viewer - fixed displaying WebP images with alpha
28
+    channel (yuva pixel formats).
29
+  * fontconfig library is now used to retrieve paths to system
30
+    fonts.
31
+  version 19.08:
32
+  * Introduced VR180 (hemisphere) and cylindrical panorama input
33
+    support.
34
+  * Image Viewer now redirects video file to Movie Player and
35
+    vice versa.
36
+  * Added single-finger swipe gesture for opening next/previous
37
+    file in playlist.
38
+  * FFmpeg 4.1 support.
39
+  * Fixed sporadic text formatting issues.
40
+  version 17.10:
41
+  * Image Viewer - added Slideshow delay parameter to Settings.
42
+  * Movie Player - added general information about the stream
43
+    (bitrate, codec, PAR, DAR) in File Info dialog.
44
+  * Movie Player - fixed seeking to the very beginning of the
45
+    file.
46
+  * Movie Player - fixed (workaround) displaying attached image
47
+    within some mp3 files.
48
+  * Fixed text rendering artifacts when using glyphs with
49
+    kerning defined.
50
+  * Fixed compilation on glibc 2.26+.
51
+
52
+-------------------------------------------------------------------
53
 Fri May  4 14:03:47 UTC 2018 - olaf@aepfle.de
54
 
55
 - Use ffmpeg3 versions of pkgconfig(libav*)
56
sview.spec Changed
70
 
1
@@ -1,6 +1,7 @@
2
 #
3
 # spec file for package sview
4
 #
5
+# Copyright (c) 2021 Packman Team <packman@links2linux.de>
6
 # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
7
 #
8
 # All modifications and additions to the file contributed by third parties
9
@@ -16,27 +17,27 @@
10
 #
11
 
12
 
13
-%define src_ver 17_04
14
+%define src_ver 20_08
15
 %define src_name sView
16
 %define ffmpeg_includedir %(pkg-config --variable=includedir libavcodec)
17
 Name:           sview
18
-Version:        17.04
19
+Version:        20.08
20
 Release:        0
21
 Summary:        Stereoscopic media player
22
-License:        GPL-3.0+ and LGPL-3.0+
23
+License:        GPL-3.0-or-later AND LGPL-3.0-or-later
24
 Group:          Productivity/Multimedia/Video/Players
25
-Url:            http://www.sview.ru/en/
26
+URL:            http://www.sview.ru/en/
27
 Source:         https://github.com/gkv311/sview/archive/%{src_ver}.tar.gz#/%{name}-%{src_ver}.tar.gz
28
 BuildRequires:  dos2unix
29
-BuildRequires:  gcc-c++
30
 BuildRequires:  fdupes
31
+BuildRequires:  gcc-c++
32
 BuildRequires:  hicolor-icon-theme
33
 BuildRequires:  make
34
 BuildRequires:  pkgconfig
35
 BuildRequires:  update-desktop-files
36
+BuildRequires:  pkgconfig(freetype2)
37
 BuildRequires:  pkgconfig(gl)
38
 BuildRequires:  pkgconfig(gtk+-2.0)
39
-BuildRequires:  pkgconfig(freetype2)
40
 BuildRequires:  pkgconfig(libavcodec) = 57.107.100
41
 BuildRequires:  pkgconfig(libavformat) = 57.83.100
42
 BuildRequires:  pkgconfig(libavutil) = 55.78.100
43
@@ -48,7 +49,6 @@
44
 Requires:       xdg-utils
45
 #Recommends:     mongoose
46
 ExclusiveArch:  %{ix86} x86_64
47
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
48
 
49
 %description
50
 Stereoscopic Image Viewer and Movie Player.
51
@@ -66,7 +66,7 @@
52
     -e '/^CFLAGS/s/$/\ %{optflags}/' \
53
     -e '/^CXXFLAGS/s/$/\ %{optflags}/' \
54
     -i Makefile
55
-# Remove %%_smp_mflags to avoid compilation errors
56
+# Remove %%{?_smp_mflags} to avoid compilation errors
57
 make -j1 EXTRA_LDFLAGS="-Wl,-rpath,%{_libdir}/%{src_name}"
58
 
59
 %install
60
@@ -98,8 +98,7 @@
61
 %desktop_database_postun
62
 
63
 %files
64
-%defattr(-,root,root)
65
-%doc LICENSE*
66
+%license LICENSE*
67
 %{_bindir}/%{src_name}
68
 %{_libdir}/%{src_name}/
69
 %{_datadir}/applications/%{src_name}IV.desktop
70
sview-17_04.tar.gz -> sview-20_08.tar.gz Changed
Refresh
Refresh
Request History
Luigi Baldoni's avatar

Aloysius created request over 3 years ago

Update to version 20.08


Luigi Baldoni's avatar

Aloysius accepted request over 3 years ago