From 2012f4e1b062981edb01e74966aa28236413a923fa67c98e4e9a1d014fe7e4c7 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 29 Aug 2011 14:48:16 +0000 Subject: [PATCH 01/11] Updating link to change in openSUSE:Factory/hugin revision 30.0 OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=ce9a399f5cb0a35612c62c05a5fd78f3 --- hugin.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugin.spec b/hugin.spec index 88aa117..c53f6fe 100644 --- a/hugin.spec +++ b/hugin.spec @@ -32,7 +32,7 @@ License: GPLv2+ Group: Productivity/Graphics/Other Summary: Toolchain for Stitching of Images and Creating Panoramas Version: 2011.0.0 -Release: 0 +Release: 1 Source: http://sourceforge.net/projects/%{name}/files/%{name}/%{name}-2011.0/%{name}-%{version}.tar.bz2 # For SVN snapshot: # svn co https://hugin.svn.sourceforge.net/svnroot/hugin/hugin/trunk hugin From 6b4a7a2eac32b5ceed2f40a9e7e044daeed6280c23e708ea2eb2518ad47eee0d Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 4 Oct 2011 18:27:23 +0000 Subject: [PATCH 02/11] - disable parallel build and enable verbose compilne OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=24 --- hugin.changes | 5 +++++ hugin.spec | 17 ++--------------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/hugin.changes b/hugin.changes index 782f79b..7b5dc06 100644 --- a/hugin.changes +++ b/hugin.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 4 18:27:07 UTC 2011 - coolo@suse.com + +- disable parallel build and enable verbose compilne + ------------------------------------------------------------------- Tue May 31 16:34:47 CEST 2011 - sbrabec@suse.cz diff --git a/hugin.spec b/hugin.spec index c53f6fe..3fb3027 100644 --- a/hugin.spec +++ b/hugin.spec @@ -59,20 +59,6 @@ Other tools in this package can correct lens distortion, vignetting and chromatic abberation, create HDR images, provide automatic feature detection and extraction of key points. -Authors: --------- - Pablo d'Angelo - Kai-Uwe Behrmann - Douglas Wilkins - Ed Halley - Ippei Ukai - Bruno Postle - Alexandre Jenny - Ziv Yaniv - John Navas - Luca Vascon - Fabian Wetzel - %prep %setup -q # For SVN snapshot: @@ -98,7 +84,8 @@ export PATH=$PWD/bin:$PATH LIB_SUFFIX=%{_lib} LIB_SUFFIX=${LIB_SUFFIX#lib} cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_SUFFIX=$LIB_SUFFIX -DENABLE_LAPACK=ON . -make %{?jobs:-j%jobs} +# parallel make kills our workers +make -j1 VERBOSE=1 %install %makeinstall From 85d2eafa50fe8b7755ae51a496c397a6c0b86ad42ba27ec9d613459902084084 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Fri, 21 Oct 2011 07:27:10 +0000 Subject: [PATCH 03/11] Accepting request 88905 from home:tony2001:branches:graphics Updated to version 2011.2, fixed build on openSUSE 11.3 and cleaned up rpmlint warnings. OBS-URL: https://build.opensuse.org/request/show/88905 OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=25 --- hugin-2011.0.0.tar.bz2 | 3 -- hugin-2011.2.0.tar.bz2 | 3 ++ hugin.changes | 36 +++++++++++----- hugin.spec | 95 +++++++++++++++++++++++++++--------------- 4 files changed, 89 insertions(+), 48 deletions(-) delete mode 100644 hugin-2011.0.0.tar.bz2 create mode 100644 hugin-2011.2.0.tar.bz2 diff --git a/hugin-2011.0.0.tar.bz2 b/hugin-2011.0.0.tar.bz2 deleted file mode 100644 index 232aa1a..0000000 --- a/hugin-2011.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:866273f6218d300a52c0148960681faa2c4e05383d97f868a2eb47b457b5f4fc -size 11439430 diff --git a/hugin-2011.2.0.tar.bz2 b/hugin-2011.2.0.tar.bz2 new file mode 100644 index 0000000..e6f5763 --- /dev/null +++ b/hugin-2011.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9ef8d2f62c6dbcbadc2b9208cdcf6e4b6512760335c726b697bffd5e89b5be +size 11506840 diff --git a/hugin.changes b/hugin.changes index 7b5dc06..bea84b2 100644 --- a/hugin.changes +++ b/hugin.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Oct 21 04:40:46 UTC 2011 - tony@daylessday.org + +- Fixed build on openSUSE 11.3. + +------------------------------------------------------------------- +Thu Oct 20 14:05:44 UTC 2011 - tony@daylessday.org + +- Updated to version 2011.2.0: + * New Python scripting interface. + * New lens calibration tool + * A critical bug affecting a significant number of Mac users has been fixed. + * Many general improvements have been made. + ------------------------------------------------------------------- Tue Oct 4 18:27:07 UTC 2011 - coolo@suse.com @@ -37,7 +51,7 @@ Tue Apr 26 19:34:14 CEST 2011 - sbrabec@suse.cz ------------------------------------------------------------------- Mon Mar 22 08:12:00 UTC 2011 - idoenmez@novell.com -- Add hugin-fix-gcc46.patch: fix gcc 4.6 compilation +- Add hugin-fix-gcc46.patch: fix gcc 4.6 compilation ------------------------------------------------------------------- Mon Mar 21 16:51:59 UTC 2011 - coolo@novell.com @@ -66,9 +80,9 @@ Thu Apr 8 11:46:35 CEST 2010 - pgajdos@suse.cz - Updated to version 2010.0.0: * Fix storage of image cache upperbound. * Set response type to linear when adding hdr images. - * Set blender and fusion options to default value when user + * Set blender and fusion options to default value when user entered an empty string. - * Fixes update of preview window when projection parameter + * Fixes update of preview window when projection parameter changed. * etc. see ChangeLog. @@ -121,7 +135,7 @@ Tue Jun 9 11:56:59 CEST 2009 - coolo@novell.com ------------------------------------------------------------------- Wed May 27 02:07:54 CEST 2009 - ro@suse.de -- fix build with gcc-4.4 +- fix build with gcc-4.4 ------------------------------------------------------------------- Tue Oct 7 17:42:37 CEST 2008 - sbrabec@suse.cz @@ -224,7 +238,7 @@ Mon Jul 16 18:48:54 CEST 2007 - sbrabec@suse.cz ------------------------------------------------------------------- Wed May 9 16:59:33 CEST 2007 - pgajdos@suse.cz -- removed gnome-icon-theme from BuildRequires [#247450] +- removed gnome-icon-theme from BuildRequires [#247450] ------------------------------------------------------------------- Tue Jan 30 14:03:16 CET 2007 - sbrabec@suse.cz @@ -234,7 +248,7 @@ Tue Jan 30 14:03:16 CET 2007 - sbrabec@suse.cz ------------------------------------------------------------------- Fri Jan 26 01:45:26 CET 2007 - ro@suse.de -- accept gettext 0.16 ... +- accept gettext 0.16 ... ------------------------------------------------------------------- Sat Oct 21 13:21:34 CEST 2006 - schwab@suse.de @@ -263,7 +277,7 @@ Thu Aug 17 19:10:04 CEST 2006 - postadal@suse.cz * multithreaded remapping for hugin and nona * support for dcraw 16 bit .ppm files * disabled PTOptimizer progress display on OSX - * added tool fulla (see man pages), for distortion, TCA and vignetting + * added tool fulla (see man pages), for distortion, TCA and vignetting correction (can use old version PTLens database) * added Czech translation - removed obsoleted patches: hugin-xqual.patch, filedialog-close-crash.patch @@ -306,12 +320,12 @@ Thu Jan 12 13:02:13 CET 2006 - sbrabec@suse.cz ------------------------------------------------------------------- Tue Nov 8 01:58:09 CET 2005 - ro@suse.de -- remove some extra qualifications to fix build with gcc-4.1 +- remove some extra qualifications to fix build with gcc-4.1 ------------------------------------------------------------------- Tue Oct 25 15:37:15 CEST 2005 - yxu@suse.de -- fixed missing part of function +- fixed missing part of function ------------------------------------------------------------------- Thu Sep 22 16:11:32 CEST 2005 - sbrabec@suse.cz @@ -377,7 +391,7 @@ Wed Dec 22 17:05:40 CET 2004 - mcihar@suse.cz ------------------------------------------------------------------- Mon Nov 22 17:39:14 CET 2004 - ro@suse.de -- fix build with current wxGTK +- fix build with current wxGTK ------------------------------------------------------------------- Thu Sep 30 12:48:14 CEST 2004 - mcihar@suse.cz @@ -387,7 +401,7 @@ Thu Sep 30 12:48:14 CEST 2004 - mcihar@suse.cz ------------------------------------------------------------------- Tue Sep 21 17:10:43 CEST 2004 - mskibbe@suse.de -- change desktopfile +- change desktopfile ------------------------------------------------------------------- Wed Aug 11 11:29:07 CEST 2004 - mcihar@suse.cz diff --git a/hugin.spec b/hugin.spec index 3fb3027..c7ab603 100644 --- a/hugin.spec +++ b/hugin.spec @@ -15,37 +15,51 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: hugin -BuildRequires: Mesa-devel OpenEXR-devel SDL-devel boost-devel cmake fftw3-devel freeglut-devel gcc-c++ glew-devel lapack libexiv2-devel liblapack3 libpano-devel >= 2.9.18 libxml2 update-desktop-files vigra zip -%if %suse_version > 1130 -BuildRequires: python-wxWidgets >= 2.7.0 wxWidgets-devel -%else -BuildRequires: python-wxGTK >= 2.7.0 wxGTK-devel -%endif -%if %suse_version > 1020 +BuildRequires: Mesa-devel +BuildRequires: OpenEXR-devel +BuildRequires: SDL-devel +BuildRequires: boost-devel +BuildRequires: cmake BuildRequires: fdupes +BuildRequires: fftw3-devel +BuildRequires: freeglut-devel +BuildRequires: gcc-c++ +BuildRequires: glew-devel +BuildRequires: lapack +BuildRequires: libexiv2-devel +BuildRequires: liblapack3 +BuildRequires: libpano-devel >= 2.9.18 +BuildRequires: libxml2 +BuildRequires: tclap +BuildRequires: update-desktop-files +BuildRequires: vigra +BuildRequires: zip +%if 0%{?suse_version} > 1130 +BuildRequires: python-wxWidgets >= 2.7.0 +BuildRequires: wxWidgets-devel +%else +BuildRequires: python-wxGTK >= 2.7.0 +BuildRequires: wxGTK-devel %endif -License: GPLv2+ -Group: Productivity/Graphics/Other -Summary: Toolchain for Stitching of Images and Creating Panoramas -Version: 2011.0.0 +Version: 2011.2.0 Release: 1 +License: GPLv2+ +Summary: Toolchain for Stitching of Images and Creating Panoramas +Url: http://hugin.sourceforge.net/ +Group: Productivity/Graphics/Other Source: http://sourceforge.net/projects/%{name}/files/%{name}/%{name}-2011.0/%{name}-%{version}.tar.bz2 # For SVN snapshot: # svn co https://hugin.svn.sourceforge.net/svnroot/hugin/hugin/trunk hugin -#Source: %{name}-svn2008xxxx.tar.bz2 +#Source: %%{name}-svn2008xxxx.tar.bz2 Source1: %{name}-svn-dummy -Url: http://hugin.sourceforge.net/ -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires: make -# Optional package, if missing, it could cause unexpected errors: Requires: enblend-enfuse >= 3.2 -# Optional third party package: -Recommends: autopano-sift exiftool -%if %suse_version > 1130 +Recommends: autopano-sift +Recommends: exiftool +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} > 1130 %define _use_internal_dependency_generator 0 %define __find_requires %wx_requires %endif @@ -61,8 +75,9 @@ detection and extraction of key points. %prep %setup -q + # For SVN snapshot: -#setup -q -n %{name} +#setup -q -n %%{name} # Rename Catalan in Spain to Catalan. mv src/translations/ca_ES.po src/translations/ca.po # Rename Czech in Czech Republic to Czech. @@ -76,11 +91,13 @@ mv README_JP.new2 README_JP rm README_JP.new # For SVN snapshot: #mkdir bin -#cp %{S:1} bin/svn +#cp %%{SOURCE1} bin/svn #chmod +x bin/svn %build export PATH=$PWD/bin:$PATH +export CFLAGS="%{optflags}" +export CXXFLAGS="$CFLAGS" LIB_SUFFIX=%{_lib} LIB_SUFFIX=${LIB_SUFFIX#lib} cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_SUFFIX=$LIB_SUFFIX -DENABLE_LAPACK=ON . @@ -88,27 +105,37 @@ cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_SUFFIX=$LIB_SUFFIX -DENABLE_LAPACK make -j1 VERBOSE=1 %install -%makeinstall +%make_install %suse_update_desktop_file hugin 2DGraphics %suse_update_desktop_file PTBatcherGUI 2DGraphics +%suse_update_desktop_file calibrate_lens_gui 2DGraphics # locales %{find_lang} %{name} # Use better place for MIME icons. -mv $RPM_BUILD_ROOT%{_datadir}/icons/gnome $RPM_BUILD_ROOT%{_datadir}/icons/hicolor -mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name} -cp -a AUTHORS authors.txt COPYING ChangeLog LICENCE_VIGRA README README_JP TODO $RPM_BUILD_ROOT%{_docdir}/%{name}/ -%fdupes $RPM_BUILD_ROOT%{_datadir} - -%clean -rm -rf $RPM_BUILD_ROOT +mv %{buildroot}%{_datadir}/icons/gnome %{buildroot}%{_datadir}/icons/hicolor +mkdir -p %{buildroot}%{_docdir}/%{name} +cp -a AUTHORS authors.txt COPYING ChangeLog LICENCE_VIGRA README README_JP TODO %{buildroot}%{_docdir}/%{name}/ +chmod -x %{buildroot}%{_docdir}/%{name}/* %post -%icon_theme_cache_post -%mime_database_post +%if 0%{?suse_version} > 1130 + %icon_theme_cache_post + %mime_database_post +%else + if test -f %{_bindir}/update-mime-database ; then + %{_bindir}/update-mime-database %{_datadir}/mime >/dev/null + fi +%endif %postun -%icon_theme_cache_postun -%mime_database_postun +%if 0%{?suse_version} > 1130 + %icon_theme_cache_postun + %mime_database_postun +%else + if test -f %{_bindir}/update-mime-database ; then + %{_bindir}/update-mime-database %{_datadir}/mime >/dev/null + fi +%endif %files -f %{name}.lang %defattr(-,root,root) From 86d4478316477bccc5307f56fc9dc28a45cdcb29c174ba709be5c3a9cab3bf61 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Thu, 22 Dec 2011 04:46:05 +0000 Subject: [PATCH 04/11] OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=26 --- _service:download_files:index.html | 568 +++++++++++++++++++++++++++++ hugin-2011.4.0.tar.bz2 | 3 + 2 files changed, 571 insertions(+) create mode 100644 _service:download_files:index.html create mode 100644 hugin-2011.4.0.tar.bz2 diff --git a/_service:download_files:index.html b/_service:download_files:index.html new file mode 100644 index 0000000..622518a --- /dev/null +++ b/_service:download_files:index.html @@ -0,0 +1,568 @@ + + + + + + + + + + + + + + Hugin - Browse Files at SourceForge.net + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+
+
The "/hugin/hugin-2011.0/hugin-2011.2.0.tar.bz2" file could not be found or is not available. Please select another file.
+
+
+
+ +
+ Looking for the latest version? + + Download hugin-2011.4.0.tar.bz2 (11.7 MB) + + +
+ + + Home + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameModifiedSizeStatus
Totals: 4 Items  + +
+ + hugin2011-11-051,748,553 downloads
+ + autopano-sift-C2009-10-2234,179 downloads
+ + panoglview2008-07-3140,929 downloads
+ + PTLens Database2006-04-1847,058 downloads
+
+
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/hugin-2011.4.0.tar.bz2 b/hugin-2011.4.0.tar.bz2 new file mode 100644 index 0000000..bdc3dce --- /dev/null +++ b/hugin-2011.4.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4b8eabdb243b24b2dd4a6af82a1a2a7451e2e749f84349f8cdfd8e9fa4ddae +size 11740410 From 8c2b93c2d802834f26b2181c0b0dc56e04298013e61b9858961cc4623f685d8d Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Thu, 22 Dec 2011 04:46:26 +0000 Subject: [PATCH 05/11] OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=27 --- _service:download_files:index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_service:download_files:index.html b/_service:download_files:index.html index 622518a..1bffb9b 100644 --- a/_service:download_files:index.html +++ b/_service:download_files:index.html @@ -1,5 +1,5 @@ - + @@ -107,13 +107,13 @@
@@ -389,13 +389,13 @@
@@ -420,7 +420,7 @@ © 2011 Geeknet, Inc. - +
@@ -289,7 +289,7 @@
-
The "/hugin/hugin-2011.0/hugin-2011.2.0.tar.bz2" file could not be found or is not available. Please select another file.
+
The "/hugin/hugin-2011.0/hugin-2011.4.0.tar.bz2" file could not be found or is not available. Please select another file.
@@ -345,7 +345,7 @@ hugin 2011-11-05 - 1,748,553 downloads + 1,748,654 downloads @@ -355,7 +355,7 @@ autopano-sift-C 2009-10-22 - 34,179 downloads + 34,180 downloads @@ -389,13 +389,13 @@
@@ -420,7 +420,7 @@ © 2011 Geeknet, Inc. - +
@@ -345,7 +345,7 @@ hugin 2011-11-05 - 1,748,654 downloads + 1,751,276 downloads @@ -355,7 +355,7 @@ autopano-sift-C 2009-10-22 - 34,180 downloads + 34,200 downloads @@ -365,7 +365,7 @@ panoglview 2008-07-31 - 40,929 downloads + 40,931 downloads @@ -375,7 +375,7 @@ PTLens Database 2006-04-18 - 47,058 downloads + 47,062 downloads @@ -389,13 +389,13 @@
@@ -420,7 +420,7 @@ © 2011 Geeknet, Inc. - + - - - - - - - - - - - - - - - - - - -
- - - - - -
-
-
The "/hugin/hugin-2011.0/hugin-2011.4.0.tar.bz2" file could not be found or is not available. Please select another file.
-
-
-
- -
- Looking for the latest version? - - Download hugin-2011.4.0.tar.bz2 (11.7 MB) - - -
- - - Home - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameModifiedSizeStatus
Totals: 4 Items  - -
- - hugin2011-11-051,751,276 downloads
- - autopano-sift-C2009-10-2234,200 downloads
- - panoglview2008-07-3140,931 downloads
- - PTLens Database2006-04-1847,062 downloads
-
-
-
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/hugin.spec b/hugin.spec index 1cf3342..1219a71 100644 --- a/hugin.spec +++ b/hugin.spec @@ -44,13 +44,14 @@ BuildRequires: wxWidgets-devel BuildRequires: python-wxGTK >= 2.7.0 BuildRequires: wxGTK-devel %endif -Version: 2011.4.0 +%define mversion 2011.4 +Version: %{mversion}.0 Release: 0 License: GPLv2+ Summary: Toolchain for Stitching of Images and Creating Panoramas Url: http://hugin.sourceforge.net/ Group: Productivity/Graphics/Other -Source: http://sourceforge.net/projects/%{name}/files/%{name}/%{name}-2011.0/%{name}-%{version}.tar.bz2 +Source: http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{mversion}/%{name}-%{version}.tar.bz2 # For SVN snapshot: # svn co https://hugin.svn.sourceforge.net/svnroot/hugin/hugin/trunk hugin #Source: %%{name}-svn2008xxxx.tar.bz2 From dc592692009ea8b07132574463487c6f8d3fecc674454d5d76c4dfb7e54fffb2 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 28 Dec 2011 11:34:17 +0000 Subject: [PATCH 09/11] OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=31 --- hugin-2011.0.0.tar.bz2 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hugin-2011.0.0.tar.bz2 diff --git a/hugin-2011.0.0.tar.bz2 b/hugin-2011.0.0.tar.bz2 new file mode 100644 index 0000000..232aa1a --- /dev/null +++ b/hugin-2011.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866273f6218d300a52c0148960681faa2c4e05383d97f868a2eb47b457b5f4fc +size 11439430 From affb0ad02ea2d44f9c56d11f8389690cea33b42316e7bd3597d90522cc132509 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 28 Dec 2011 11:35:00 +0000 Subject: [PATCH 10/11] prepare_spec OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=32 --- hugin.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hugin.spec b/hugin.spec index 1219a71..2a699a9 100644 --- a/hugin.spec +++ b/hugin.spec @@ -16,7 +16,6 @@ # - Name: hugin BuildRequires: Mesa-devel BuildRequires: OpenEXR-devel @@ -47,10 +46,10 @@ BuildRequires: wxGTK-devel %define mversion 2011.4 Version: %{mversion}.0 Release: 0 -License: GPLv2+ Summary: Toolchain for Stitching of Images and Creating Panoramas -Url: http://hugin.sourceforge.net/ +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 # For SVN snapshot: # svn co https://hugin.svn.sourceforge.net/svnroot/hugin/hugin/trunk hugin From 9908b6e1aa0ac67eddfc2b08cf7192f104bef699a4b6236e6259caf5de8ac892 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 28 Dec 2011 11:36:37 +0000 Subject: [PATCH 11/11] go away OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=33 --- hugin-2011.0.0.tar.bz2 | 3 --- hugin.spec | 1 - 2 files changed, 4 deletions(-) delete mode 100644 hugin-2011.0.0.tar.bz2 diff --git a/hugin-2011.0.0.tar.bz2 b/hugin-2011.0.0.tar.bz2 deleted file mode 100644 index 232aa1a..0000000 --- a/hugin-2011.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:866273f6218d300a52c0148960681faa2c4e05383d97f868a2eb47b457b5f4fc -size 11439430 diff --git a/hugin.spec b/hugin.spec index 2a699a9..d8c764a 100644 --- a/hugin.spec +++ b/hugin.spec @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - Name: hugin BuildRequires: Mesa-devel BuildRequires: OpenEXR-devel