rpms/immix/devel immix.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nicoleau Fabien (eponyme) fedora-extras-commits at redhat.com
Thu Jul 24 18:34:18 UTC 2008


Author: eponyme

Update of /cvs/pkgs/rpms/immix/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27904/devel

Modified Files:
	.cvsignore sources 
Added Files:
	immix.spec import.log 
Log Message:
New package



--- NEW FILE immix.spec ---
%define maj_version 1.3
%define min_version 2

Name:           immix
Version:        %{maj_version}.%{min_version}
Release:        3%{?dist}
Summary:        Immix, an image mixer

Group:          Applications/Multimedia
License:        GPLv3+
URL:            http://immix.sourceforge.net/
Source0:        http://downloads.sourceforge.net/immix/immix-%{maj_version}-%{min_version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  qt4-devel
BuildRequires:  exiv2-devel
BuildRequires:  fftw-devel
BuildRequires:  desktop-file-utils

%description
Immix alignes and averages a set of similar images,
 thereby decreasing the numerical noise. It is especially
 useful with digital cameras images shot in a low light
 environment: multiple noisy, high-ISO setting images
 can be combined to get a single less noisy, low-ISO-like
 image, without the blur typically associated with low-ISO
 (motion during exposure) or noise reduction algorithms.


%prep
%setup -q -n %{name}-%{maj_version}
chmod 0644 *.{cpp,h}
# it seems that "lrelease" does'nt work on rawhide
sed -i -e s/lrelease/lrelease-qt4/ immix.pro

sed -i -e 's at Icon=/usr/share/pixmaps/%{name}.svg at Icon=%{name}@' packaging/%{name}.desktop

%build
qmake-qt4
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install INSTALL_ROOT=$RPM_BUILD_ROOT

desktop-file-install --vendor fedora \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  --delete-original \
  --mode 644 \
  $RPM_BUILD_ROOT%{_datadir}/applications/immix.desktop


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/immix
%{_datadir}/applications/*immix.desktop
%{_datadir}/pixmaps/immix.svg

%changelog
* Thu Jul  3 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 1.3.2-3
- lrelease-qt4 usage
- .desktop file changes
* Wed May 14 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 1.3.2-2
- Rebuild for F-9

* Wed Feb 13 2008 kwizart < kwizart at gmail.com > - 0.8-3
- Initial spec file (based on the upstream project).




--- NEW FILE import.log ---
immix-1_3_2-3_fc9:HEAD:immix-1.3.2-3.fc9.src.rpm:1216924356


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/immix/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Jul 2008 18:22:00 -0000	1.1
+++ .cvsignore	24 Jul 2008 18:33:34 -0000	1.2
@@ -0,0 +1 @@
+immix-1.3-2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/immix/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Jul 2008 18:22:00 -0000	1.1
+++ sources	24 Jul 2008 18:33:34 -0000	1.2
@@ -0,0 +1 @@
+05fd352475a0ba6e663ac50e365336c6  immix-1.3-2.tar.gz




More information about the fedora-extras-commits mailing list