forked from pool/hugin
Accepting request 256021 from graphics
1 OBS-URL: https://build.opensuse.org/request/show/256021 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=46
This commit is contained in:
commit
7283a0db6c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:484e1ed58fa6fe4bae1f423967101549345bcca2653b992afbc0ed9ec0dbebd5
|
||||
size 11247583
|
3
hugin-2014.0.0.tar.bz2
Normal file
3
hugin-2014.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f098aa0ede44010d3bb2bb38693177533fd776c45063a338c4c483d7e471ec29
|
||||
size 10974274
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 10 11:39:33 NOVT 2014 - salsergey@gmail.com
|
||||
|
||||
- Updated to version 2014.0.0
|
||||
* inherit many of the libpano improvements (of version 2.9.19)
|
||||
* the translation plane variables Tpy and Tpp have been added to the GUI
|
||||
* improvement of the GPU remapping code
|
||||
* better support for line control point in Control points tab
|
||||
* obsolete programs matchpoint, nona_gui and PTBatcher have been removed
|
||||
* outdated translations have been removed from the default install
|
||||
* initialize the colour balance values during loading with EXIF values
|
||||
* improved the assistant
|
||||
* allow customization of exiftool command used to copy metadata to output images
|
||||
* New command line tools for CLI processing: pto_mask, pto_template, pto_move
|
||||
* Many more improvements and bug fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 09:12:00 UTC 2014 - fcrozat@suse.com
|
||||
|
||||
|
11
hugin.spec
11
hugin.spec
@ -23,6 +23,7 @@ BuildRequires: SDL-devel
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: cmake
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: exiftool
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: fftw3-devel
|
||||
BuildRequires: freeglut-devel
|
||||
@ -35,7 +36,7 @@ BuildRequires: libXmu-devel
|
||||
BuildRequires: libexiv2-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: liblapack3
|
||||
BuildRequires: libpano-devel >= 2.9.18
|
||||
BuildRequires: libpano-devel >= 2.9.19
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libxml2
|
||||
BuildRequires: python-devel
|
||||
@ -46,7 +47,7 @@ BuildRequires: update-desktop-files
|
||||
BuildRequires: vigra
|
||||
BuildRequires: wxWidgets-devel
|
||||
BuildRequires: zip
|
||||
%define mversion 2013.0
|
||||
%define mversion 2014.0
|
||||
Version: %{mversion}.0
|
||||
Release: 0
|
||||
Summary: Toolchain for Stitching of Images and Creating Panoramas
|
||||
@ -81,8 +82,8 @@ detection and extraction of key points.
|
||||
|
||||
# For SVN snapshot:
|
||||
#setup -q -n %%{name}
|
||||
# Rename Catalan in Spain to Catalan.
|
||||
mv src/translations/ca_ES.po src/translations/ca.po
|
||||
# Rename Catalan in Spain to Catalan (translation removed in version 2014.0.0).
|
||||
#mv src/translations/ca_ES.po src/translations/ca.po
|
||||
# Rename Czech in Czech Republic to Czech.
|
||||
mv src/translations/cs_CZ.po src/translations/cs.po
|
||||
#sed -i "s/ca_ES/ca/;s/cs_CZ/cs/" src/hugin/po/LINGUAS
|
||||
@ -146,6 +147,8 @@ chmod -x %{buildroot}%{_docdir}/%{name}/*
|
||||
%{_datadir}/icons/hicolor/48x48/mimetypes/*.png
|
||||
%{_datadir}/mime/packages/*.xml
|
||||
%{_datadir}/pixmaps/*.png
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/*xml
|
||||
%dir %{_libdir}/hugin
|
||||
%{_libdir}/hugin/*.so.*
|
||||
%doc %{_mandir}/man?/*.*
|
||||
|
Loading…
Reference in New Issue
Block a user