Accepting request 80944 from graphics
- Update to bugfix release 0.9.2: + there are no new features, just * updated translations * tiling for memory hungry operations and as workaround for old opencl 1.0 drivers * new color matrices and white balance presets * a lot of stability issues have been resolved * a lot of performance improvements (more sse code, better opencl code) + Removed 0001-Remove-dependancy-on-git.patch (forwarded request 80939 from toganm) OBS-URL: https://build.opensuse.org/request/show/80944 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=3
This commit is contained in:
parent
7fc49ede90
commit
fe8515cdb0
@ -1,32 +0,0 @@
|
||||
From cb710267cd2754f01776d625368ce350f87b6d68 Mon Sep 17 00:00:00 2001
|
||||
From: Tobias Ellinghaus <houz@gmx.de>
|
||||
Date: Mon, 25 Jul 2011 22:50:53 +0200
|
||||
Subject: [PATCH 1/1] Remove dependancy on git
|
||||
|
||||
Building a tgz package created using "make pkgsrc" didn't have a correct
|
||||
build/src/accelstrings_gen.h as the script creating that file used
|
||||
"git grep" which doesn't work when not inside of a git tree. Instead, we
|
||||
now use "git -r".
|
||||
---
|
||||
tools/create_accel_strings.sh | 4 ++--
|
||||
1 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/tools/create_accel_strings.sh b/tools/create_accel_strings.sh
|
||||
index 1658dbb..b86e557 100755
|
||||
--- a/tools/create_accel_strings.sh
|
||||
+++ b/tools/create_accel_strings.sh
|
||||
@@ -1,9 +1,9 @@
|
||||
#!/bin/sh
|
||||
# Finding all the module names
|
||||
-modules=`git grep 'add_library( *[a-zA-Z0-9]\+ *MODULE *[^)]\+' | \
|
||||
+modules=`grep -r 'add_library( *[a-zA-Z0-9]\+ *MODULE *[^)]\+' $1 | \
|
||||
sed 's/[^:]*:[^a]*add_library( *\([^ ]\+\).*/\1/p' | sort | uniq`
|
||||
|
||||
-words=`git grep '\"<Darktable>' $1 | \
|
||||
+words=`grep -r '\"<Darktable>' $1 | \
|
||||
sed 's/[^"]*"\([^"]\+\)"[^"]*/\1/' | tr '/' '\n' | \
|
||||
sort | uniq`
|
||||
|
||||
--
|
||||
1.7.1
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c446b3b5c4e174337a9e1b2b6b4d7a133b1bc889d883a5745db02c1e8e87262
|
||||
size 1763910
|
3
darktable-0.9.2.tar.bz2
Normal file
3
darktable-0.9.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5be049a139f5bc541a2273d24b7c8392effba7485ddef3c28fbf83937064f239
|
||||
size 1818807
|
@ -1,4 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 3 13:13:43 UTC 2011 - toganm@opensuse.org
|
||||
|
||||
- Update to bugfix release 0.9.2:
|
||||
+ there are no new features, just
|
||||
* updated translations
|
||||
* tiling for memory hungry operations and as workaround for old
|
||||
opencl 1.0 drivers
|
||||
* new color matrices and white balance presets
|
||||
* a lot of stability issues have been resolved
|
||||
* a lot of performance improvements (more sse code, better
|
||||
opencl code)
|
||||
+ Removed 0001-Remove-dependancy-on-git.patch
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 26 07:14:25 UTC 2011 - toganm@opensuse.org
|
||||
|
||||
- Updated to bugfix release 0.9.1
|
||||
|
@ -19,17 +19,12 @@
|
||||
|
||||
|
||||
Name: darktable
|
||||
Version: 0.9.1
|
||||
Version: 0.9.2
|
||||
Release: 1
|
||||
License: GPLv3+
|
||||
Group: Productivity/Graphics/Viewers
|
||||
Url: http://darktable.sourceforge.net
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
# PATCH-FIX-UPSTREAM 0001-Remove-dependancy-on-git.patch
|
||||
# Tobias Ellinghaus # <houz@gmx.de>
|
||||
# Backported from git fixing accelstrings_gen.h
|
||||
Patch0: 0001-Remove-dependancy-on-git.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
@ -64,7 +59,6 @@ lighttable. it also enables you to develop raw images and enhance them.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
[ ! -d "build" ] && mkdir build
|
||||
@ -118,4 +112,5 @@ test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
|
||||
%{_datadir}/darktable
|
||||
%{_datadir}/icons/hicolor/*/apps/darktable.*
|
||||
%{_mandir}/man1/darktable.1.*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user