Accepting request 123426 from graphics

- Enabled all plugins (forwarded request 123425 from toganm)

OBS-URL: https://build.opensuse.org/request/show/123426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=13
This commit is contained in:
Stephan Kulow 2012-06-05 13:30:05 +00:00 committed by Git OBS Bridge
parent 0a1e5ed2ac
commit 6a8d927c2f
4 changed files with 18 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:112d237a9ec99dab814eccf938a6a9aea1d2e7eec2da685633a03632f9ae99f1
size 2538467

3
darktable-1.0.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb15cbf934e7d504bfffcd841628825cc111265b8cc7c4a895ba6c585b1b108b
size 2547099

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jun 4 08:21:28 UTC 2012 - toganm@opensuse.org
- Enabled all plugins
-------------------------------------------------------------------
Sun Jun 3 12:23:42 UTC 2012 - meissner@suse.com
- Update to release 1.0.4
No upstream changelog, but various improvements, translation updates
and bugfixes.
-------------------------------------------------------------------
Sat Apr 28 06:48:17 UTC 2012 - toganm@opensuse.org

View File

@ -17,10 +17,10 @@
Name: darktable
Version: 1.0.3
Version: 1.0.4
Release: 0
Url: http://darktable.sourceforge.net
Source0: %{name}-%{version}.tar.gz
Source0: https://downloads.sourceforge.net/project/darktable/darktable/1.0/darktable-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: Mesa-devel
BuildRequires: OpenEXR-devel
@ -69,7 +69,7 @@ cmake \
-DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL=%{_lib} \
-DCMAKE_BUILD_TYPE=Release \
-DBINARY_PACKAGE_BUILD=1 \
-DINSTALL_IOP_EXPERIMENTAL=Off -DINSTALL_IOP_LEGACY=Off ..
-DINSTALL_IOP_EXPERIMENTAL=On -DINSTALL_IOP_LEGACY=Off ..
%__make %{_smp_mflags} VERBOSE=1
%install