forked from pool/argyllcms
Accepting request 101804 from home:Nijel:branches:multimedia:color_management
- Fix ColorHug support with new firmware The spec file changes were made by obs-service-format_spec_file... OBS-URL: https://build.opensuse.org/request/show/101804 OBS-URL: https://build.opensuse.org/package/show/multimedia:color_management/argyllcms?expand=0&rev=9
This commit is contained in:
parent
2d4a960713
commit
d1c6583bdb
@ -352,7 +352,7 @@ diff -wruN ../orig-Argyll_V1.3.5/spectro/colorhug.c ./spectro/colorhug.c
|
||||
+ ev = colorhug_command(p, ch_take_reading,
|
||||
+ ibuf, sizeof (ibuf),
|
||||
+ (unsigned char *) obuf, sizeof (obuf),
|
||||
+ 1.0);
|
||||
+ 5.0);
|
||||
+ if (ev != inst_ok)
|
||||
+ return ev;
|
||||
+
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 27 08:21:17 UTC 2012 - mcihar@suse.cz
|
||||
|
||||
- Fix ColorHug support with new firmware
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 23 10:50:19 UTC 2012 - kkaempf@suse.com
|
||||
|
||||
|
@ -15,8 +15,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
#define alphaversion Beta8
|
||||
#define alphatag .%{alphaversion}
|
||||
|
||||
%define archivename Argyll_V%{version}%{?alphaversion}_src.zip
|
||||
|
||||
@ -127,7 +125,6 @@ autoreconf -i
|
||||
%configure
|
||||
make
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
@ -149,11 +146,11 @@ install -p -m 0644 libusb1/55-Argyll.rules \
|
||||
%{buildroot}%{_sysconfdir}/udev/rules.d
|
||||
%endif
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post -n libicc2 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libicc2 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
|
Loading…
Reference in New Issue
Block a user