Compare commits

...

18 commits

Author SHA1 Message Date
Till Maas
068a32940f 2015-04-13: Retired orphaned package, because it was orphaned for more than six weeks. 2015-04-13 18:18:08 +02:00
Peter Robinson
0628f828ea - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-15 20:15:05 +00:00
Dennis Gilmore
5c0b39226b - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-06 19:23:58 -05:00
Hubbitus
419c693e8c - ImageMagick 6.8.8.10-3 rebuild.
- Apply patch Patch1: ale-0.9.0.3-format-security.patch to build with -Werror=format-security" flag used in rawhide (bz#1036985)
- Fix bogus dates in changelog.
2014-04-13 16:42:57 +04:00
Dennis Gilmore
8a7597d8c2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-02 19:31:30 -05:00
Petr Písař
0346a74608 Perl 5.18 rebuild 2013-07-18 01:27:36 +02:00
Kevin Fenzi
6e0df7d7c0 Rebuild for broken deps in rawhide 2013-03-30 11:35:22 -06:00
Dennis Gilmore
40514bfe47 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 10:26:03 -06:00
Dennis Gilmore
75ddcb68ff - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 10:45:21 -05:00
Tom Callaway
21d8f64cfb rebuild for new ImageMagick 2012-04-13 10:10:02 -04:00
Dennis Gilmore
4eeb6156b3 - Rebuilt for c++ ABI breakage 2012-02-28 11:42:21 -06:00
Dennis Gilmore
2210636845 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 15:08:08 -06:00
Dennis Gilmore
976883568f - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 18:46:39 -06:00
Jesse Keating
bec4bafd82 - Rebuilt for gcc bug 634757 2010-09-29 13:54:27 -07:00
Tom "spot" Callaway
cbc1bda9b9 Rebuild for new ImageMagick 2010-09-19 23:58:24 +02:00
Fedora Release Engineering
f5372a54e9 dist-git conversion 2010-07-28 09:41:14 +00:00
Bill Nottingham
02e36ce276 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:39:00 +00:00
Jesse Keating
ee5c5b8f32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 16:41:48 +00:00
6 changed files with 2 additions and 139 deletions

View file

@ -1 +0,0 @@
ale-0.9.0.3.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: ale
# $Id$
NAME := ale
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1,11 +0,0 @@
diff -ruN ale-0.9.0.1-orig/ui/ui.h ale-0.9.0.1/ui/ui.h
--- ale-0.9.0.1-orig/ui/ui.h 2008-06-13 18:20:56.000000000 -0400
+++ ale-0.9.0.1/ui/ui.h 2008-09-24 09:32:51.000000000 -0400
@@ -21,6 +21,7 @@
#ifndef __ui_h__
#define __ui_h__
+#include <cstring>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

105
ale.spec
View file

@ -1,105 +0,0 @@
Name: ale
Version: 0.9.0.3
Release: 1%{?dist}
Summary: Combines multiple inputs of the same scene
Group: Applications/Multimedia
License: GPLv3
URL: http://auricle.dyndns.org/ALE/
Source0: http://auricle.dyndns.org/ALE/download/%{name}-%{version}.tar.gz
# sent patch to upstream mailing list on 2008.09.23
Patch0: ale-0.9.0.1-gcc43.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: ImageMagick-devel
BuildRequires: fftw-devel >= 3.0.0
Requires: perl-Image-ExifTool
Requires: dcraw
%description
ALE is an image-processing program used for tasks such as image mosaicking,
super-resolution, deblurring, noise reduction, anti-aliasing, and scene
reconstruction. Its principle of operation is synthetic capture, combining
multiple inputs representing the same scene.
%prep
%setup -q
%patch0 -p1
%build
%configure \
--enable-wmx \
--with-hashmap=gnu \
--with-imagemagick \
--with-fftw3
make %{_smp_mflags}
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
# install scripts
%{__install} -p -m 0755 scripts/ale-psf-calibrate %{buildroot}%{_bindir}
%{__install} -p -m 0755 scripts/cpfmerge %{buildroot}%{_bindir}
%{__install} -p -m 0755 scripts/sko2cpf %{buildroot}%{_bindir}
%{__install} -p -m 0755 scripts/transform %{buildroot}%{_bindir}/ale-transform
%clean
rm -rf %{buildroot}
%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_bindir}/*
%{_mandir}/man1/*.1*
%changelog
* Tue Mar 31 2009 Douglas E. Warner <silfreed@silfreed.net> - 0.9.0.3-1
- update to 0.9.0.3
- Revise --version to include ImageMagick library information.
- Add ditz issue database and package document BUG-REPORTING.
- Refine warnings for 8-bit output when --16bpc (incl. default).
- Fix --16bpc default behavior.
- Fixed serious memory leak in alignment code, and less serious leaks.
* Wed Mar 11 2009 Douglas E. Warner <silfreed@silfreed.net> - 0.9.0.1-4
- rebuilt for libMagickCore soname bump
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Wed Sep 23 2008 Douglas E. Warner <silfreed@silfreed.net> 0.9.0.1-2
- updated gcc4.3 patch for 0.9.0.1 to compile w/ new fuzz settings
* Wed Jun 18 2008 Douglas E. Warner <silfreed@silfreed.net> 0.9.0.1-1
- updating to ale 0.9.0.1
* Fri May 09 2008 Douglas E. Warner <silfreed@silfreed.net> 0.9.0-3
- adding Requires perl-Image-ExifTool, dcraw
* Mon Apr 21 2008 Douglas E. Warner <silfreed@silfreed.net> 0.9.0-2
- adding additional configuration options (imagemagick, fftw3, wmx,
gnu hashmap) and build requires to satisfy them
- installing scripts
* Mon Apr 21 2008 Douglas E. Warner <silfreed@silfreed.net> 0.9.0-1
- update to 0.9.0
- added GCC 4.3 compilation patch
* Wed Mar 19 2008 Douglas E. Warner <silfreed@silfreed.net> 0.8.11-1
- update to 0.8.11
- updating spec to fedora standards
- updating License to GPLv3
- removing Requires ldconfig
- shortened summary
- added dist tag
* Mon Apr 30 2007 Douglas E. Warner <silfreed@silfreed.net> 0.8.7-1
- Initial RPM release.

2
dead.package Normal file
View file

@ -0,0 +1,2 @@
2015-04-13: Retired orphaned package, because it was orphaned for more than six weeks.

View file

@ -1 +0,0 @@
ace3d9874577085112adbf409f27b069 ale-0.9.0.3.tar.gz