Compare commits

...
This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

13 commits

Author SHA1 Message Date
Till Maas
22ea2d2f56 2016-05-19: Retired orphaned package, because it was orphaned for
more than six weeks.
2016-05-19 22:50:01 +02:00
Fedora Release Engineering
4b4717ee39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 02:25:35 +00:00
Jonathan Wakely
3a7be7b548 Rebuilt for Boost 1.59 2015-08-27 20:10:05 +01:00
Dennis Gilmore
3e19e7ee10 - Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159 2015-07-29 13:30:12 -05:00
David Tardon
d2bb389e4d rebuild for Boost 1.58 2015-07-22 19:42:33 +02:00
Ralf Corsépius
fe5ffdc4e8 Don't drop CXX/CPPFLAGS in configure (Fix FTBFS).
- Only append -msse2 to CXXFLAGS on ix86.
2015-07-03 20:57:31 +02:00
Dennis Gilmore
2f1bc7e16c - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 01:39:22 +00:00
Christopher Meng
5eb19f94e9 Don't set CPPFLAGS 2015-02-26 11:09:33 +08:00
Christopher Meng
6b8e319917 Update to 1.3.3 2015-02-26 10:52:57 +08:00
Christopher Meng
3e7090ab02 Update to 1.3.3 2015-02-23 20:48:21 +08:00
Yaakov Selkowitz
dbd2a0f2fb Mark ExclusiveArch due to xmmintrin.h usage (#1107042) 2014-06-18 23:48:04 -05:00
Dennis Gilmore
8d5cc8fc3f - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 21:59:40 -05:00
Christopher Meng
5831ec610b Typo #2. 2014-03-03 12:18:17 +08:00
6 changed files with 3 additions and 95 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
/urbanlightscape-1.3.2.tar.gz

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
2016-05-19: Retired orphaned package, because it was orphaned for
more than six weeks.

View file

@ -1 +0,0 @@
514db34bda44ad3713ad82c89b4f957f urbanlightscape-1.3.2.tar.gz

View file

@ -1,12 +0,0 @@
[Desktop Entry]
Name=Urban Lightscape
GenericName=Photo filter for dynamic lighting and exposure correction
Version=1.0
Type=Application
Exec=urbanlightscape %f
Icon=urbanlightscape
Categories=Graphics;Photography;
Comment=Improve lighting, Correct Exposure, Add Synthetic Light to Photos
StartupNotify=true
Terminal=false
MimeType=image/x-bmp;image/gif;image/jpeg;image/x-pcx;image/png;image/x-portable-pixmap;image/x-targa;image/tiff;image/x-xpm;

View file

@ -1,81 +0,0 @@
Name: urbanlightscape
Version: 1.3.2
Release: 3%{?dist}
Summary: Photo filter for dynamic lighting and exposure correction
License: GPLv2+
URL: http://www.indii.org/software/urbanlightscape
Source0: http://www.indii.org/files/urbanlightscape/releases/%{name}-%{version}.tar.gz
Source1: %{name}.desktop
Source2: http://www.indii.org/images/%{name}_128.png
BuildRequires: ImageMagick
BuildRequires: boost-devel
BuildRequires: desktop-file-utils
BuildRequires: wxGTK-devel
Requires: hicolor-icon-theme
%description
Urban Lightscape is a photo filter for exposure correction, localized
brightness adjustments, dodging and burning, and the introduction of
synthetic lighting to a photo. A simple "double-click-and-drag" paradigm is
used to place control points on a photo, and clever edge detection localises
and interpolates lightness adjustments around and between these points.
Results are rapid, with additional controls for more subtle refinements.
%prep
%setup -q
sed -i 's|-msse2 ||g' Makefile.in
%build
%configure
make %{?_smp_mflags}
%install
%make_install
# Desktop file.
desktop-file-install %{S:1} \
%{buildroot}%{_datadir}/applications/%{name}.desktop
# Install source icon.
install -pDm644 %{S:2} \
%{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
# Convert to various sizes, via the 128x128 source.
for size in 96x96 72x72 64x64 48x48 32x32 24x24 22x22 16x16 ; do
install -pdm755 \
%{buildroot}%{_datadir}/icons/hicolor/${size}/apps
convert -resize ${size} %{S:2} \
%{buildroot}%{_datadir}/icons/hicolor/${size}/apps/%{name}.png
done
%post
update-desktop-database &> /dev/null || :
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun
update-desktop-database &> /dev/null || :
if [ $1 -eq 0 ] ; then
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files
%doc COPYING README
%{_bindir}/urbanlightscape
%{_datadir}/urbanlightscape/
%{_datadir}/applications/urbanlightscape.desktop
%{_datadir}/icons/hicolor/*x*/apps/urbanlightscape.png
%changelog
* Mon Mar 03 2014 Christopher Meng <rpm@cicku.me> - 1.3.2-3
- Disable sse flags.
* Fri Feb 28 2014 Christopher Meng <rpm@cicku.me> - 1.3.2-2
- Add missing hicolor-icon-theme dependency.
- Fix scriplets.
* Wed Feb 26 2014 Christopher Meng <rpm@cicku.me> - 1.3.2-1
- Initial Package.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB