forked from pool/hugin
Accepting request 497405 from home:adrianSuSE:branches:graphics
not sure if you want it, but a snapshot from this years release candidate (currently beta) OBS-URL: https://build.opensuse.org/request/show/497405 OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=77
This commit is contained in:
parent
357618c66c
commit
c247dc4c8e
14
_service
Normal file
14
_service
Normal file
@ -0,0 +1,14 @@
|
||||
<services>
|
||||
<service name="obs_scm">
|
||||
<param name="url">http://hg.code.sf.net/p/hugin/hugin</param>
|
||||
<param name="revision">2017.0</param>
|
||||
<param name="versionprefix">2017.0~pre</param>
|
||||
<param name="scm">hg</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar" />
|
||||
<service mode="buildtime" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="set_version" />
|
||||
</services>
|
3
_service:obs_scm:hugin-2017.0~pre.7693.obscpio
Normal file
3
_service:obs_scm:hugin-2017.0~pre.7693.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2bca78281eb7d5e95c1015f897a262c912bc88292f6a08d6cdbea063f96cc5c
|
||||
size 35477517
|
3
_service:obs_scm:hugin.obsinfo
Normal file
3
_service:obs_scm:hugin.obsinfo
Normal file
@ -0,0 +1,3 @@
|
||||
name: hugin
|
||||
version: 2017.0~pre.7693
|
||||
mtime: 1494860618
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54ab1bc8dd94d83c02bfd4082c4454b3b33f0fa56bc17b45cf3e89be87691f15
|
||||
size 10386216
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 22 18:57:38 UTC 2017 - adrian@suse.de
|
||||
|
||||
- update to version 2017.0 snapshot from today
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 11:24:46 UTC 2017 - adam.majer@suse.de
|
||||
|
||||
|
@ -51,14 +51,14 @@ BuildRequires: update-desktop-files
|
||||
BuildRequires: vigra-devel
|
||||
BuildRequires: wxWidgets-devel >= 3
|
||||
BuildRequires: zip
|
||||
%define mversion 2016.2
|
||||
Version: %{mversion}.0
|
||||
%define mversion 2017.0
|
||||
Version: 2017.0
|
||||
Release: 0
|
||||
Summary: Toolchain for Stitching of Images and Creating Panoramas
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Graphics/Other
|
||||
Url: http://hugin.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{mversion}/%{name}-%{version}.tar.bz2
|
||||
Source: http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{mversion}/%{name}-%{version}.tar.xz
|
||||
# For SVN snapshot:
|
||||
# svn co https://hugin.svn.sourceforge.net/svnroot/hugin/hugin/trunk hugin
|
||||
#Source: %%{name}-svn2008xxxx.tar.bz2
|
||||
@ -103,6 +103,7 @@ mv src/translations/cs_CZ.po src/translations/cs.po
|
||||
chmod 0755 %{SOURCE2}
|
||||
|
||||
%build
|
||||
echo -n be8da0221960 > rev.txt
|
||||
export PATH=$PWD/bin:$PATH
|
||||
export CFLAGS="%{optflags}"
|
||||
export CXXFLAGS="$CFLAGS"
|
||||
|
Loading…
x
Reference in New Issue
Block a user