We truncated the diff of some files because they were too big.
If you want to see the full diff for every file, click here.
Overview
sview.changes
Changed
x
1
2
-------------------------------------------------------------------
3
+Wed Oct 21 17:46:52 UTC 2015 - avvissu@yandex.ru
4
+
5
+- Update to 15.10:
6
+ * adds support of cubemaps in format 3:2 (two rows per 3 quad
7
+ sides)
8
+ * adds button to activate 360 panorama view on toolbar
9
+ * adds Czech translation files
10
+ * adds option to automatically workaround aspect ratio of
11
+ anamorphic 1080p and 720p videos
12
+
13
+-------------------------------------------------------------------
14
Sat May 19 00:00:00 UTC 2015 - avvissu@yandex.ru
15
16
- Initial package
17
sview.spec
Changed
62
1
2
#
3
4
5
-%define src_ver 15_08
6
+%define src_ver 15_10
7
+%define src_name sView
8
Name: sview
9
-Version: 15.08
10
+Version: 15.10
11
Release: 0
12
Summary: Stereoscopic media player
13
License: GPL-3.0+ and LGPL-3.0+
14
15
%build
16
sed -i '/^CXXFLAGS/s/$/\ %{optflags}/' Makefile
17
# Remove %%_smp_mflags to avoid compilation errors
18
-make V=1 -j1 EXTRA_LDFLAGS="-Wl,-rpath,%{_libdir}/sView"
19
+make V=1 -j1 EXTRA_LDFLAGS="-Wl,-rpath,%{_libdir}/%{src_name}"
20
21
%install
22
%make_install USR_LIB=%{_lib}
23
24
# It's not necessary
25
rm -rf %{buildroot}%{_datadir}/icons/hicolor/*/apps/%{name}.png
26
# Use the installation in pixmaps
27
-rm -rf %{buildroot}%{_datadir}/sView/icons/menu.xpm
28
-install -Dm 0644 share/sView/icons/menu.xpm %{buildroot}%{_datadir}/pixmaps/%{name}.xpm
29
+rm -rf %{buildroot}%{_datadir}/%{src_name}/icons/menu.xpm
30
+install -Dm 0644 share/%{src_name}/icons/menu.xpm %{buildroot}%{_datadir}/pixmaps/%{name}.xpm
31
# Libraries used by the app must be placed into subdirectory
32
-mv %{buildroot}%{_libdir}/*.so %{buildroot}%{_libdir}/sView
33
+mv %{buildroot}%{_libdir}/*.so %{buildroot}%{_libdir}/%{src_name}
34
35
%fdupes -s %{buildroot}%{_datadir}
36
37
-%suse_update_desktop_file -r sViewIV Graphics Viewer
38
-%suse_update_desktop_file -r sViewMP AudioVideo Video Player
39
+%suse_update_desktop_file -r %{src_name}IV Graphics Viewer
40
+%suse_update_desktop_file -r %{src_name}MP AudioVideo Video Player
41
42
%post
43
%icon_theme_cache_post
44
45
%files
46
%defattr(-,root,root)
47
%doc LICENSE license-gpl* license-lgpl*
48
-%{_bindir}/sView
49
-%{_libdir}/sView/
50
-%{_datadir}/applications/sViewIV.desktop
51
-%{_datadir}/applications/sViewMP.desktop
52
+%{_bindir}/%{src_name}
53
+%{_libdir}/%{src_name}/
54
+%{_datadir}/applications/%{src_name}IV.desktop
55
+%{_datadir}/applications/%{src_name}MP.desktop
56
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
57
%{_datadir}/pixmaps/%{name}.xpm
58
-%{_datadir}/sView/
59
+%{_datadir}/%{src_name}/
60
61
%changelog
62
sview-15_08.tar.gz -> sview-15_10.tar.gz
Changed
Refresh
Refresh
Login required, please
login
or
signup
in order to comment
Request History
awissu created request over 9 years ago
awissu accepted request over 9 years ago
Please add a comment