]> git.pld-linux.org Git - packages/hugin.git/commitdiff
- updated to 0.5-beta5, removed obsolete cvs patch, updated pl.po-update patch
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 12 May 2005 21:51:31 +0000 (21:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hugin.spec -> 1.8

hugin.spec

index e8f2dc053389d51a7e3e094d88cc6c0d0c32aa4f..3c44625066cb671be5187b78af98b8812693fb4b 100644 (file)
@@ -2,17 +2,18 @@ Summary:      Toolchain to create panoramic images
 Summary(pl):   Zestaw narzêdzi do tworzenia panoramicznych zdjêæ
 Name:          hugin
 Version:       0.5
-%define        bver    beta4
-Release:       0.%{bver}.3
+%define        bver    beta5
+Release:       0.%{bver}.1
 # SIFT is patented in USA and may require license for commercial use
 License:       GPL, non-commercial SIFT license for some code
 Group:         Applications/Graphics
 Source0:       http://dl.sourceforge.net/hugin/%{name}-%{version}-%{bver}.tar.bz2
-# Source0-md5: b852b334400ba9d4ae91a5a628846491
-Patch0:                %{name}-cvs.patch
-Patch1:                %{name}-pl.po-update.patch
-Patch2:                %{name}-defaults.patch
+# Source0-md5: a92d4110e95fdd8b65f87131ff04477d
+Patch0:                %{name}-pl.po-update.patch
+Patch1:                %{name}-defaults.patch
 URL:           http://hugin.sf.net/
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake
 BuildRequires: boost-any-devel
 BuildRequires: boost-ref-devel
 BuildRequires: boost-test-devel
@@ -23,6 +24,7 @@ BuildRequires:        libpano12-devel
 BuildRequires: libpng-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libtiff-devel
+BuildRequires: libtool >= 2:1.5
 BuildRequires: sed >= 4.0
 BuildRequires: wxGTK2-devel >= 2.6.0
 BuildRequires: zlib-devel
@@ -46,14 +48,19 @@ pakiet enblend do wyg
 pakiety tak¿e zainstalowaæ.
 
 %prep
-%setup -q -n %{name}-%{version}-%{bver}
+%setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
-sed -i -e 's,ac_boost_libdir=.*/lib.*,ac_boost_libdir=/usr/%{_lib},' configure
+sed -i -e 's,ac_boost_libdir=.*/lib.*,ac_boost_libdir=/usr/%{_lib},' m4/ax_check_boost.m4
 
 %build
+%{__gettextize}
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        --with-wx-config=wx-gtk2-ansi-config
 %{__make}
This page took 0.143548 seconds and 4 git commands to generate.