SHA256
1
0
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:
Frederic Crozat 2012-01-27 12:02:23 +00:00 committed by Git OBS Bridge
parent 2d4a960713
commit d1c6583bdb
3 changed files with 7 additions and 5 deletions

View File

@ -352,7 +352,7 @@ diff -wruN ../orig-Argyll_V1.3.5/spectro/colorhug.c ./spectro/colorhug.c
+ ev = colorhug_command(p, ch_take_reading, + ev = colorhug_command(p, ch_take_reading,
+ ibuf, sizeof (ibuf), + ibuf, sizeof (ibuf),
+ (unsigned char *) obuf, sizeof (obuf), + (unsigned char *) obuf, sizeof (obuf),
+ 1.0); + 5.0);
+ if (ev != inst_ok) + if (ev != inst_ok)
+ return ev; + return ev;
+ +

View File

@ -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 Mon Jan 23 10:50:19 UTC 2012 - kkaempf@suse.com

View File

@ -15,8 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
#define alphaversion Beta8
#define alphatag .%{alphaversion}
%define archivename Argyll_V%{version}%{?alphaversion}_src.zip %define archivename Argyll_V%{version}%{?alphaversion}_src.zip
@ -127,7 +125,6 @@ autoreconf -i
%configure %configure
make make
%install %install
%make_install %make_install
@ -149,11 +146,11 @@ install -p -m 0644 libusb1/55-Argyll.rules \
%{buildroot}%{_sysconfdir}/udev/rules.d %{buildroot}%{_sysconfdir}/udev/rules.d
%endif %endif
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}
%post -n libicc2 -p /sbin/ldconfig %post -n libicc2 -p /sbin/ldconfig
%postun -n libicc2 -p /sbin/ldconfig %postun -n libicc2 -p /sbin/ldconfig
%files %files